mirror of https://github.com/apache/jclouds.git
Fixes some missing cloudservers locations iso codes: "US-IL", "US-TX", "US-VA", "AU-NSW", "HK"
This commit is contained in:
parent
4db8b2360b
commit
ee9c269aea
|
@ -97,7 +97,7 @@ public class CloudServersUSProviderMetadata extends BaseProviderMetadata {
|
|||
.homepage(URI.create("http://www.rackspace.com/cloud/nextgen"))
|
||||
.console(URI.create("https://mycloud.rackspace.com"))
|
||||
.linkedServices("rackspace-cloudservers-us", "cloudfiles-swift-us")
|
||||
.iso3166Codes("US-IL", "US-TX", "AU-NSW")
|
||||
.iso3166Codes("US-IL", "US-TX", "US-VA", "AU-NSW", "HK")
|
||||
.endpoint("https://identity.api.rackspacecloud.com/v2.0/")
|
||||
.defaultProperties(CloudServersUSProviderMetadata.defaultProperties());
|
||||
}
|
||||
|
|
|
@ -55,6 +55,6 @@ public class CloudServersUSTemplateBuilderLiveTest extends BaseTemplateBuilderLi
|
|||
|
||||
@Override
|
||||
protected Set<String> getIso3166Codes() {
|
||||
return ImmutableSet.of("US-IL", "US-TX", "AU-NSW");
|
||||
return ImmutableSet.of("US-IL", "US-TX", "US-VA", "AU-NSW", "HK");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue