> @@ -160,6 +160,8 @@ protected void configure() {
>                 
> URI.create("http://docs.openstack.org/compute/ext/quotas-sets/api/v1.1";))
>            .put(URI.create(ExtensionNamespaces.VOLUME_TYPES),
>                 
> URI.create("http://docs.openstack.org/compute/ext/volume_types/api/v1.1";))
> +          .put(URI.create(ExtensionNamespaces.AVAILABILITY_ZONE),
> +               
> URI.create("http://docs.openstack.org/compute/ext/availabilityzone/api/v1.1";))

Most of them don't...  this is just a unique namespace returned by the 
openstack extensions, which jclouds uses to find the correct extension client 
impl.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/392/files#r13763750

Reply via email to