Browse code

Add integration bridge to the nova.conf

This is needed when running the compute service with
vSphere as virt backend, and Neutron as networking
solution.

Fixes bug #1200677

Change-Id: Iff01559be437d1409c13224574458d23a1edd1a4

armando-migliaccio authored on 2013/07/13 00:22:31
Showing 1 changed files
... ...
@@ -1080,7 +1080,9 @@ if is_service_enabled nova; then
1080 1080
         iniset $NOVA_CONF DEFAULT vmwareapi_host_username "$VMWAREAPI_USER"
1081 1081
         iniset $NOVA_CONF DEFAULT vmwareapi_host_password "$VMWAREAPI_PASSWORD"
1082 1082
         iniset $NOVA_CONF DEFAULT vmwareapi_cluster_name "$VMWAREAPI_CLUSTER"
1083
-
1083
+        if is_service_enabled neutron; then
1084
+            iniset $NOVA_CONF vmware integration_bridge $OVS_BRIDGE
1085
+        fi
1084 1086
 
1085 1087
     # fake
1086 1088
     # ----