adding port number for identity service

This commit is contained in:
Mike Arnold 2012-03-20 11:44:50 -05:00
parent 1e60ab4d1f
commit 094c106f87
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public class HPCloudObjectStoragePropertiesBuilder extends SwiftPropertiesBuilde
Properties properties = super.defaultProperties();
properties.setProperty(KeystoneProperties.SERVICE_TYPE, ServiceType.OBJECT_STORE);
properties.setProperty(PROPERTY_ISO3166_CODES, "US-NV");
properties.setProperty(PROPERTY_ENDPOINT, "https://region-a.geo-1.identity.hpcloudsvc.com:");
properties.setProperty(PROPERTY_ENDPOINT, "https://region-a.geo-1.identity.hpcloudsvc.com:35357");
properties.setProperty(PROPERTY_API_VERSION, "2.0");
return properties;