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
This commit is contained in:
Gary Kotton 2017-04-25 06:20:08 +03:00
parent b7950ee00d
commit 699c44ca39

View File

@ -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