Merge "NSXv3: Allow running devstack without installing OVS on it"

This commit is contained in:
Jenkins 2017-01-02 15:00:10 +00:00 committed by Gerrit Code Review
commit 1e06b7fb30

View File

@ -70,8 +70,10 @@ function setup_integration_bridge {
}
function is_neutron_ovs_base_plugin {
# NSX uses OVS, but not the l3-agent
return 0
# This allows the deployer to decide whether devstack should install OVS.
# By default, we install OVS, to change this behavior add "OVS_BASE=1" to your localrc file.
# Note: Any KVM compute must have OVS installed on it.
return ${OVS_BASE:-0}
}
function neutron_plugin_create_nova_conf {