> + properties.setProperty(PROPERTY_ZONE + ".IAD." + ISO3166_CODES,
> "US-VA");
> + properties.setProperty(PROPERTY_ZONE + ".SYD." + ISO3166_CODES,
> "AU-NSW");
> + properties.setProperty(PROPERTY_ZONE + ".HKG." + ISO3166_CODES, "HK");
> + return properties;
> + }
> +
> + public static class Builder extends BaseProviderMetadata.Builder {
> +
> + protected Builder(){
> + id("rackspace-cloudqueues-us")
> + .name("Rackspace Cloud Queues US")
> + .apiMetadata(new MarconiApiMetadata().toBuilder()
> + .identityName("${userName}")
> + .credentialName("${apiKey}")
> +
> .defaultEndpoint("https://identity.api.rackspacecloud.com/v2.0/")
> + .endpointName("identity service url ending in /v2.0/")
Was called "Keystone base url ending in /v2.0/" in the API metadata...are these
two ways of describing the same thing, or are they indeed different?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/42/files#r7051111