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:
parent
b7950ee00d
commit
699c44ca39
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user