Merge "Add integration bridge to the nova.conf"

This commit is contained in:
Jenkins 2013-07-15 14:03:48 +00:00 committed by Gerrit Code Review
commit fd2e82bda2

View File

@ -1081,7 +1081,9 @@ if is_service_enabled nova; then
iniset $NOVA_CONF DEFAULT vmwareapi_host_username "$VMWAREAPI_USER"
iniset $NOVA_CONF DEFAULT vmwareapi_host_password "$VMWAREAPI_PASSWORD"
iniset $NOVA_CONF DEFAULT vmwareapi_cluster_name "$VMWAREAPI_CLUSTER"
if is_service_enabled neutron; then
iniset $NOVA_CONF vmware integration_bridge $OVS_BRIDGE
fi
# fake
# ----