Browse code

Replace NvpPluginV2 with NsxPlugin

The king is dead, long live the king!

Partial-implements blueprint: nicira-plugin-renaming

Change-Id: I9b71479a8d4228d45a6591b169c489c0107fb04c

armando-migliaccio authored on 2014/02/05 06:39:32
Showing 1 changed files
... ...
@@ -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() {