Browse code

Merge "Replace NvpPluginV2 with NsxPlugin"

Jenkins authored on 2014/03/02 03:40:41
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 {