]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Configure plugins by name
authorZang MingJie <zealot0630@gmail.com>
Fri, 10 Jan 2014 10:35:49 +0000 (18:35 +0800)
committerZang MingJie <zealot0630@gmail.com>
Wed, 15 Jan 2014 07:43:59 +0000 (15:43 +0800)
commit9fbb6aaa6ca97bc9882b07df8712b8aa560a3c07
treee123ecc4bb4d7c0ad86790d5a3dc956c61c93020
parentab1f474ace7105c5676e391ad0c70f496d7f309d
Configure plugins by name

To configure core plugin or service plugins, instead of using class names,
simpler names can also be used, ex:

service_plugins = router, firewall, lbaas

For compatibility with previous versions, the class name of a plugin can be
specified instead of its entrypoint name, ex:

service_plugins = router, neutron.services.firewall.fwaas_plugin.FirewallPlugin, lbaas

DocImpact

Implements: blueprint config-plugin-by-name
Change-Id: Ia4aaa1d305b160a4d6dab9e227c744727a4c78c2
etc/neutron.conf
neutron/manager.py
neutron/tests/unit/test_neutron_manager.py
setup.cfg