Just for the record, it is a bug that should be now fixed and available inthe last 2.0.0 and 1.9.0 snapshots.
Thx Zack for the quick patch! El 15/7/2015 0:53, "Arvind N" <[email protected]> escribió: > 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 >
