Hi, I have an issue with listing floating ip Pools using jclouds.
When i list extensions in nova from openstack i get floating ip pool extension as http://docs.openstack.org/compute/ext/floating_ip_pools/api/v1.1 FloatingIPPoolApi in jcloud declares extension as(notice that in Jclouds namespace is missing *"compute"* in the URI @Extension(of = "compute", namespace = " http://docs.openstack.org/ext/floating_ip_pools/api/v1.1") jcloud returns that the floating ip extension is missing, even though its there in the extentions but under a different namespace. is the *FloatingIPPoolApi* namespace is not correct in jclouds? I thought by declaring extensions annotation with the "of" attribute, it gets automatically added to the namespace....maybe thats not the case at all. see http://stackoverflow.com/questions/31417247/jcloud-nova-unable-to-find-floating-ip-pool-extension . Is there a bug in Jclouds or am i missing something? Thanks!! -- Arvind N
