From 699c44ca39f466c525a6a16235ed15da985ae951 Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Tue, 25 Apr 2017 06:20:08 +0300 Subject: [PATCH] NSXV3: ovs bridge was not getting created in restack Commit a9c8ffdd4dddbd8ca4bef4c084099f5bb9dfc7ea caused a degradation. The switch was not being created on nova compute Change-Id: If38aae35c0a11375be9dced1b8a406c8fb54866e --- devstack/lib/vmware_nsx_v3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/lib/vmware_nsx_v3 b/devstack/lib/vmware_nsx_v3 index 42f94aad52..863540dc6b 100644 --- a/devstack/lib/vmware_nsx_v3 +++ b/devstack/lib/vmware_nsx_v3 @@ -80,7 +80,7 @@ function is_neutron_ovs_base_plugin { } function neutron_plugin_create_nova_conf { - if [[ "$VIRT_DRIVER" -ne 'vsphere' ]]; then + if [[ "$VIRT_DRIVER" != 'vsphere' ]]; then # if n-cpu or octavia is enabled, then setup integration bridge if is_service_enabled n-cpu || is_service_enabled octavia ; then setup_integration_bridge