Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

support listing network extensions #80

Open
bodenr opened this issue Mar 28, 2014 · 3 comments
Open

support listing network extensions #80

bodenr opened this issue Mar 28, 2014 · 3 comments

Comments

@bodenr
Copy link
Contributor

bodenr commented Mar 28, 2014

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

@wpf710
Copy link
Contributor

wpf710 commented Apr 17, 2014

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

@sudorandom sudorandom added this to the R3 2014Q2 milestone Apr 29, 2014
@jimlindeman jimlindeman modified the milestones: R3 2014Q2, R4 2014Q3 Jul 31, 2014
@clstokes
Copy link

This issue was to milestones in 2014, but the issue itself is still open. Is this still an open bug or has it been resolved?

@jimlindeman
Copy link
Contributor

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants