Browse code

Allow empty FLAT_INTERFACE for local-only access

Change-Id: Icdee4ba6419bb89fd128a1dbd9e792fef6a62f23

Vishvananda Ishaya authored on 2012/09/09 15:16:40
Showing 1 changed files
... ...
@@ -447,10 +447,9 @@ MULTI_HOST=`trueorfalse False $MULTI_HOST`
447 447
 # fail.
448 448
 #
449 449
 # If you are running on a single node and don't need to access the VMs from
450
-# devices other than that node, you can set the flat interface to the same
451
-# value as ``FLAT_NETWORK_BRIDGE``.  This will stop the network hiccup from
452
-# occurring.
453
-FLAT_INTERFACE=${FLAT_INTERFACE:-$GUEST_INTERFACE_DEFAULT}
450
+# devices other than that node, you can set FLAT_INTERFACE=
451
+# This will stop nova from bridging any interfaces into FLAT_NETWORK_BRIDGE.
452
+FLAT_INTERFACE=${FLAT_INTERFACE-$GUEST_INTERFACE_DEFAULT}
454 453
 
455 454
 ## FIXME(ja): should/can we check that FLAT_INTERFACE is sane?
456 455