Browse code

Fix FLAT_INTERFACE not working

add a missing colon

Fiex LP# 1158308

Change-Id: Ia873788fd5dd17be3c2942057168fbfddb32c14f

Davanum Srinivas authored on 2013/03/22 10:25:05
Showing 1 changed files
... ...
@@ -106,7 +106,7 @@ EC2_DMZ_HOST=${EC2_DMZ_HOST:-$SERVICE_HOST}
106 106
 # If you are running on a single node and don't need to access the VMs from
107 107
 # devices other than that node, you can set ``FLAT_INTERFACE=``
108 108
 # This will stop nova from bridging any interfaces into ``FLAT_NETWORK_BRIDGE``.
109
-FLAT_INTERFACE=${FLAT_INTERFACE-$GUEST_INTERFACE_DEFAULT}
109
+FLAT_INTERFACE=${FLAT_INTERFACE:-$GUEST_INTERFACE_DEFAULT}
110 110
 
111 111
 # ``MULTI_HOST`` is a mode where each compute node runs its own network node.  This
112 112
 # allows network operations and routing for a VM to occur on the server that is