alibazlamit 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");

Should i just remove them?

-- 
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

Reply via email to