Similar to 30ab23cd9b103470a7d89c4c88bccba789884c36, fix the
plugin name to avoid warnings like:
WARNING stevedore.named [-] Could not load neutron.plugins.ml2.plugin.Ml2Plugin
Change-Id: Ibb45f1305816b255ba2419ba662d9e29eff68f58
| ... | ... |
@@ -63,7 +63,7 @@ function populate_ml2_config {
|
| 63 | 63 |
function neutron_plugin_configure_common {
|
| 64 | 64 |
Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 |
| 65 | 65 |
Q_PLUGIN_CONF_FILENAME=ml2_conf.ini |
| 66 |
- Q_PLUGIN_CLASS="neutron.plugins.ml2.plugin.Ml2Plugin" |
|
| 66 |
+ Q_PLUGIN_CLASS="ml2" |
|
| 67 | 67 |
# The ML2 plugin delegates L3 routing/NAT functionality to |
| 68 | 68 |
# the L3 service plugin which must therefore be specified. |
| 69 | 69 |
_neutron_service_plugin_class_add $ML2_L3_PLUGIN |