Merge "lib/neutron-legacy - Use stevedore alias for ML2 plugin"

This commit is contained in:
Jenkins 2017-01-05 16:27:17 +00:00 committed by Gerrit Code Review
commit 9c7bbca414

View File

@ -63,7 +63,7 @@ function populate_ml2_config {
function neutron_plugin_configure_common {
Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2
Q_PLUGIN_CONF_FILENAME=ml2_conf.ini
Q_PLUGIN_CLASS="neutron.plugins.ml2.plugin.Ml2Plugin"
Q_PLUGIN_CLASS="ml2"
# The ML2 plugin delegates L3 routing/NAT functionality to
# the L3 service plugin which must therefore be specified.
_neutron_service_plugin_class_add $ML2_L3_PLUGIN