简体   繁体   中英

Jcloud Nova unable to find Floating ip pool extension

When i list extensions in nova from openstack i get floating ip 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.

This is a real bug, thanks for reporting it!

https://github.com/jclouds/jclouds/pull/813

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM