From 4574b141f409ec3f03a4b96342f17c9582cdae28 Mon Sep 17 00:00:00 2001 From: Adit Sarfaty Date: Tue, 26 Dec 2017 10:49:47 +0200 Subject: [PATCH] TVD: Fix devstack cleanup Change-Id: I4758b747f1181cc5fdd4004e0ebed42c928727dd --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index e2fd9ee950..4e56a159ea 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -77,7 +77,7 @@ elif [[ $Q_PLUGIN == 'vmware_nsx_tvd' ]]; then init_vmware_nsx_tvd elif [[ "$1" == "unstack" ]]; then db_connection=$(iniget $NEUTRON_CONF database connection) - stop_vmware_nsx_v3 + stop_vmware_nsx_tvd # only clean up when q-svc (legacy support) or neutron-api is enabled if is_service_enabled q-svc || is_service_enabled neutron-api; then NSX_MANAGER=${NSX_MANAGERS:-$NSX_MANAGER}