From f3e0c8c40dde9d94e31b1555484d4883d2bb2cc9 Mon Sep 17 00:00:00 2001 From: Kobi Samoray Date: Sun, 4 Dec 2016 15:37:43 +0200 Subject: [PATCH] NSXv: Plugin name constants file invalid Plugin name constants were removed from neutron-lib. For now they exist in neutron so take from there. Change-Id: I3b11db4bd6604fbb42223dc276a23fb6b755a13b --- vmware_nsx/services/lbaas/nsx_v/v2/base_mgr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmware_nsx/services/lbaas/nsx_v/v2/base_mgr.py b/vmware_nsx/services/lbaas/nsx_v/v2/base_mgr.py index 32bd583051..bd94a5af21 100644 --- a/vmware_nsx/services/lbaas/nsx_v/v2/base_mgr.py +++ b/vmware_nsx/services/lbaas/nsx_v/v2/base_mgr.py @@ -13,7 +13,7 @@ # License for the specific language governing permissions and limitations # under the License. -from neutron_lib import constants +from neutron.plugins.common import constants from neutron_lib.plugins import directory