Browse code

Merge "Fix FLAT_INTERFACE not working"

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