summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorChris Yeoh <cyeoh@au1.ibm.com>2014-09-10 19:40:13 +0930
committerChris Yeoh <cyeoh@au1.ibm.com>2014-10-10 09:48:13 +1030
commit8f945475324fd99293066e45b207f2638a065cdd (patch)
tree30bb06da90f21c490c3e842fc7a4b1c44415f23b /setup.cfg
parentd894469a3c8af2965decccab561760e241794abe (diff)
downloadnova-8f945475324fd99293066e45b207f2638a065cdd.tar.gz
Port os-networks plugin to v2.1(v3) infrastructure
Ports os-networks extension and adapts it to the v2.1/v3 API framework. API behaviour is identical. - unittest code modified to share testing with both v2/v2.1 - Adds expected error decorators for API methods Partially implements blueprint v2-on-v3-api Change-Id: I94b7b476cbb02725a396725a379417b64afd58a7
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index dcbdaa100c..eafe29f4dc 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -100,6 +100,7 @@ nova.api.v3.extensions =
migrations = nova.api.openstack.compute.plugins.v3.migrations:Migrations
multinic = nova.api.openstack.compute.plugins.v3.multinic:Multinic
multiple_create = nova.api.openstack.compute.plugins.v3.multiple_create:MultipleCreate
+ networks = nova.api.openstack.compute.plugins.v3.networks:Networks
pause_server = nova.api.openstack.compute.plugins.v3.pause_server:PauseServer
pci = nova.api.openstack.compute.plugins.v3.pci:Pci
quota_sets = nova.api.openstack.compute.plugins.v3.quota_sets:QuotaSets