You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
as you know, almost all the openstack apis permit a caller to list the extensions for a given service. we already have that support for example in the identity driver of jumpgate.
however we appear to be missing it for the network driver.
there are a number of client side tools that will query the extensions and fail if a 501 response is returned which is the case for network.
this issue is to add the api support to network to return a list of supported extensions. even if that list is very short or even empty. this would provide greater support for client side tools.
I also run into such issue when I trying to make Openstack Horizon work with Jumpgate, and I have to modify the code manually to add the network/v2.0/extensions support just with the empty list, I may submit a pull request as the stub code since I don't know what SoftLayer will return
At this point, its not clear if there will be any more active development on Jumpgate, so ignore any milestone settings for this project. IBM/Softlayer's management needs to reassess if this is a github project they want to keep actively maintaining.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
as you know, almost all the openstack apis permit a caller to list the extensions for a given service. we already have that support for example in the identity driver of jumpgate.
however we appear to be missing it for the network driver.
there are a number of client side tools that will query the extensions and fail if a 501 response is returned which is the case for network.
this issue is to add the api support to network to return a list of supported extensions. even if that list is very short or even empty. this would provide greater support for client side tools.
api doc here: http://docs.openstack.org/api/openstack-network/2.0/content/retrieve_extensions.html
The text was updated successfully, but these errors were encountered: