nacx commented on this pull request.
> @@ -49,12 +53,23 @@ public OneAndOneProviderMetadata(Builder builder) {
public static Properties defaultProperties() {
Properties properties = OneAndOneApiMetadata.defaultProperties();
+
+ properties.setProperty(PROPERTY_REGIONS, "de,us,es,gb");
+ properties.setProperty(PROPERTY_REGION + ".de." + ISO3166_CODES,
"DE-DEU");
+ properties.setProperty(PROPERTY_REGION + ".us." + ISO3166_CODES,
"US-USA");
+ properties.setProperty(PROPERTY_REGION + ".es." + ISO3166_CODES,
"ES-ESP");
+ properties.setProperty(PROPERTY_REGION + ".gb." + ISO3166_CODES,
"GB-GBR");
When the ComptueService lsits the DataCenters to get the locations, yes.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/338#discussion_r101473352