summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorCarl Baldwin <carl.baldwin@hpe.com>2016-02-09 16:39:01 -0700
committerCarl Baldwin <carl.baldwin@hpe.com>2016-05-05 13:58:34 -0600
commita34c3543d0953d11718c6a88704a3822faf8f941 (patch)
treea034ee80283b808c796503bde5e30730855f620a /setup.cfg
parentf18db6f754b36e1960796ee883efac78f0d44007 (diff)
downloadneutron-a34c3543d0953d11718c6a88704a3822faf8f941.tar.gz
Basic Extension and CRUD for Segments
This patch enables CRUD on Segments by defining a new entity called 'Segment' with an extension definition and some DB code to read the existing segments DB. A basic framework for create, update, and delete are provided. For now, this is just the basic boiler-plate but I've got to start somewhere. It is implemented as a service plugin that is disabled by default because it has not been fully tested with any plugin. Follow-on patches will implement support for this new extension in ML2 and OVN at least. Change-Id: Ifc370fdd38f9a5b296334635fa85bd93d270b910 Partially-Implements: blueprint routed-networks
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 f1f69e8384..5479a7cb6e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -79,6 +79,7 @@ neutron.service_plugins =
tag = neutron.services.tag.tag_plugin:TagPlugin
flavors = neutron.services.flavors.flavors_plugin:FlavorsPlugin
auto_allocate = neutron.services.auto_allocate.plugin:Plugin
+ segments = neutron.services.segments.plugin:Plugin
network_ip_availability = neutron.services.network_ip_availability.plugin:NetworkIPAvailabilityPlugin
timestamp_core = neutron.services.timestamp.timestamp_plugin:TimeStampPlugin
neutron.qos.notification_drivers =