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 was 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.