mirror of https://github.com/apache/jclouds.git
adding port number for identity service
This commit is contained in:
parent
1e60ab4d1f
commit
094c106f87
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue