VMware: remove configuration integration_bridge from nova

There are a number of different neutron plugins that work with the
VMware nova driver. If necessary this flag can be set by each plugin
if necessary.

Change-Id: I47ac2a5c71ff573f474d45b85a523fc243ec3ade
This commit is contained in:
Gary Kotton 2015-09-08 21:39:20 -07:00
parent 9627f1a3e3
commit 54616845df

View File

@ -42,9 +42,6 @@ function configure_nova_hypervisor {
iniset $NOVA_CONF vmware host_username "$VMWAREAPI_USER"
iniset $NOVA_CONF vmware host_password "$VMWAREAPI_PASSWORD"
iniset_multiline $NOVA_CONF vmware cluster_name "$VMWAREAPI_CLUSTER"
if is_service_enabled neutron; then
iniset $NOVA_CONF vmware integration_bridge $OVS_BRIDGE
fi
}
# install_nova_hypervisor() - Install external components