Add entry point to our Neutron plugin

This allows Neutron to load it by short name as well as with the full
path -

core_drivers = path.to.GluonPluginClass (before)
core_drivers = gluon (new)

so that it can be used from Neutron using the modern stevedore
discovery mechanism.  The old mechanism will, at some point,
be deprecated.

Change-Id: I9b357e58ac76474e15d6d273dd710d106cea00dd
This commit is contained in:
Ian Wells 2016-11-29 11:05:48 -08:00
parent 596a595a9e
commit 308342001e
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ gluon.backends =
gluon.managers =
net-l3vpn = gluon.managers.models.net_l3vpn:Provider
neutron.core_plugins =
gluon = gluon.plugin.core:GluonPlugin
[upload_sphinx]
upload-dir = doc/build/html