Update references to Nicira NVP plugin
[openstack-build/neutron-build.git] / trusty / debian / plugin_guess_func
index 1dfa5244deadd6584020b4561b2914910e6ead91..281152abbbd4d25ca8f771fd67688d355ea08cde 100644 (file)
@@ -48,6 +48,9 @@ neutron_core_plugin_to_plugin_name () {
        "neutron.plugins.mlnx.mlnx_plugin.MellanoxEswitchPlugin")
                NEUTRON_PLUGIN_NAME=Mellanox
        ;;
+       "vmware_nsx.plugin.NsxVPlugin")
+               NEUTRON_PLUGIN_NAME=VMware
+       ;;
        *)
                NEUTRON_PLUGIN_NAME="other"
        ;;
@@ -100,6 +103,9 @@ neutron_plugin_ini_path () {
        "Mellanox")
                NEUTRON_PLUGIN_CONFIG=${PLUG_INI_BASE}mlnx/mlnx_conf.ini
        ;;
+       "VMware")
+               NEUTRON_PLUGIN_CONFIG=${PLUG_INI_BASE}vmware/nsx.ini
+       ;;
        *)
                NEUTRON_PLUGIN_CONFIG=""
        ;;
@@ -151,6 +157,9 @@ neutron_core_plugin_to_plugin_name () {
        "neutron.plugins.mlnx.mlnx_plugin.MellanoxEswitchPlugin")
                NEUTRON_PLUGIN_NAME=Mellanox
        ;;
+       "vmware_nsx.plugin.NsxVPlugin")
+               NEUTRON_PLUGIN_NAME=VMware
+       ;;
        *)
                NEUTRON_PLUGIN_NAME="other"
        ;;