mirror of https://github.com/apache/jclouds.git
Updated NOTICE.txt and inserted correct production URL for PropertiesBuilder
This commit is contained in:
parent
d57fb93211
commit
d2a4bfa2a9
|
@ -21,11 +21,9 @@ package org.jclouds.hpcloud.objectstorage.lvs;
|
|||
import static org.jclouds.Constants.PROPERTY_API_VERSION;
|
||||
import static org.jclouds.Constants.PROPERTY_ENDPOINT;
|
||||
import static org.jclouds.Constants.PROPERTY_ISO3166_CODES;
|
||||
import static org.jclouds.hpcloud.objectstorage.lvs.reference.HPCloudObjectStorageLasVegasConstants.PROPERTY_CDN_ENDPOINT;
|
||||
|
||||
import java.util.Properties;
|
||||
|
||||
import org.jclouds.openstack.OpenStackAuthAsyncClient;
|
||||
import org.jclouds.openstack.swift.SwiftPropertiesBuilder;
|
||||
|
||||
/**
|
||||
|
@ -41,18 +39,10 @@ public class HPCloudObjectStorageLasVegasPropertiesBuilder extends SwiftProperti
|
|||
protected Properties defaultProperties() {
|
||||
Properties properties = super.defaultProperties();
|
||||
properties.setProperty(PROPERTY_ISO3166_CODES, "US-NV");
|
||||
properties.setProperty(PROPERTY_ENDPOINT, "https://region-a.geo-1.objects.hpcloudsvc.com/auth");
|
||||
properties.setProperty(PROPERTY_ENDPOINT, "https://region-a.geo-1.identity.hpcloudsvc.com");
|
||||
properties.setProperty(PROPERTY_API_VERSION, "2.0");
|
||||
//properties.setProperty(PROPERTY_CDN_ENDPOINT, "https://region-a.geo-1.cdnmgmt.hpcloudsvc.com");
|
||||
|
||||
return properties;
|
||||
}
|
||||
|
||||
/*
|
||||
protected HPCloudObjectStorageLasVegasPropertiesBuilder withCDNEndpoint(String endpoint) {
|
||||
properties.setProperty(PROPERTY_CDN_ENDPOINT, endpoint);
|
||||
return this;
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -60,3 +60,7 @@ distributed under the GNU Lesser GPL License, Version 3.0.
|
|||
|
||||
This product includes aopalliance (http://aopalliance.sourceforge.net/)
|
||||
distributed in the Public Domain
|
||||
|
||||
This product includes software developed at Hewlett-Packard
|
||||
Copyright (c) 2011-2012 Hewlett-Packard Development Company, L.P
|
||||
|
||||
|
|
Loading…
Reference in New Issue