summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorEugeniya Kudryashova <ekudryashova@mirantis.com>2014-10-03 16:57:33 +0300
committerJay Pipes <jaypipes@gmail.com>2015-02-17 14:49:48 +0000
commit77ca9fdd832e622a095394c96536c0b488106c9d (patch)
tree2f0da1f05b87d07bd6be68f57c8bc1c60f53f7de /setup.cfg
parent43078b5f7f8af8f7392e648b6c7524b77a68e27b (diff)
downloadnova-77ca9fdd832e622a095394c96536c0b488106c9d.tar.gz
Replace usage of LazyPluggable by stevedore driver
Stevedore lib support lazy loading, so this change replace LazyPluggable class by stevedore extentions and remove it Stevedore support usage of driver property since 0.4 release, some of Openstack projects like glance is already using it. Change-Id: I7d384a73861e18cac04e07f75abd60df7f183aa2
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index cd07ed6e09..6422e59638 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -170,6 +170,9 @@ nova.api.v3.test_extensions =
basic = nova.tests.unit.api.openstack.compute.test_plugins.basic:Basic
microversions = nova.tests.unit.api.openstack.compute.test_plugins.microversions:Microversions
+nova.ipv6_backend =
+ rfc2462 = nova.ipv6.rfc2462
+ account_identifier = nova.ipv6.account_identifier
# These are for backwards compat with Havana notification_driver configuration values
oslo.messaging.notify.drivers =