From d09a7598faf49f2814b1e97b80d3a790ebe1bf21 Mon Sep 17 00:00:00 2001 From: ivan-zhu Date: Mon, 15 Jul 2013 17:26:25 +0800 Subject: [PATCH] port BaremetalNodes API into v3 part2 This patch contains the changes required to adapt the BaremetalNodes extension and the corresponding unittest to the v3 framework Change-Id: Iceef736a3821a4628afc34be29a04766421d3e47 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 1a4eda74b..6f1eedfd7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -59,6 +59,7 @@ nova.api.v3.extensions = aggregates = nova.api.openstack.compute.plugins.v3.aggregates:Aggregates attach_interfaces = nova.api.openstack.compute.plugins.v3.attach_interfaces:AttachInterfaces availability_zone = nova.api.openstack.compute.plugins.v3.availability_zone:AvailabilityZone + baremetal_nodes = nova.api.openstack.compute.plugins.v3.baremetal_nodes:BaremetalNodes cells = nova.api.openstack.compute.plugins.v3.cells:Cells certificates = nova.api.openstack.compute.plugins.v3.certificates:Certificates config_drive = nova.api.openstack.compute.plugins.v3.config_drive:ConfigDrive