Merge "NSX|T: update nova configuration with ovs_bridge"

This commit is contained in:
Jenkins 2015-11-02 22:52:21 +00:00 committed by Gerrit Code Review
commit 98e7aff7cb

View File

@ -41,6 +41,7 @@ function neutron_plugin_create_nova_conf {
# if n-cpu is enabled, then setup integration bridge
if is_service_enabled n-cpu; then
setup_integration_bridge
iniset $NOVA_CONF neutron ovs_bridge $OVS_BRIDGE
fi
}