| ... | ... |
@@ -41,8 +41,7 @@ function neutron_plugin_configure_common {
|
| 41 | 41 |
Q_PLUGIN_CONF_PATH=etc/neutron/plugins/vmware |
| 42 | 42 |
Q_PLUGIN_CONF_FILENAME=nsx.ini |
| 43 | 43 |
Q_DB_NAME="neutron_nsx" |
| 44 |
- # TODO(armando-migliaccio): rename this once the code rename is complete |
|
| 45 |
- Q_PLUGIN_CLASS="neutron.plugins.nicira.NeutronPlugin.NvpPluginV2" |
|
| 44 |
+ Q_PLUGIN_CLASS="neutron.plugins.vmware.plugin.NsxPlugin" |
|
| 46 | 45 |
} |
| 47 | 46 |
|
| 48 | 47 |
function neutron_plugin_configure_debug_command {
|