This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Description
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