From 352301bab872c1a45c555a23cf147edfee58b0dc Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Tue, 14 Feb 2012 12:50:49 -0800 Subject: [PATCH] Cleaning up comments. --- conf/stack.ini | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/conf/stack.ini b/conf/stack.ini index a2d55d7a..d4f47170 100644 --- a/conf/stack.ini +++ b/conf/stack.ini @@ -113,11 +113,12 @@ fixed_network_size = ${NOVA_FIXED_NETWORK_SIZE:-256} network_manager = ${NET_MAN:-FlatDHCPManager} public_interface = ${PUBLIC_INTERFACE:-eth0} -#DHCP Warning: If your flat interface device uses DHCP, there will be a hiccup while the network is moved from the flat interface to the flat network bridge. This will happen when you launch your first instance. Upon launch you will lose all connectivity to the node, and the vm launch will probably fail. +# DHCP Warning: If your flat interface device uses DHCP, there will be a hiccup while the network +# is moved from the flat interface to the flat network bridge. This will happen when you launch +# your first instance. Upon launch you will lose all connectivity to the node, and the vm launch will probably fail. # -#TODO: should/can we check that FLAT_INTERFACE is sane? (in code) -# -#If you are running on a single node and don't need to access the VMs from devices other than that node, you can set the flat interface to the same value as FLAT_NETWORK_BRIDGE. This will stop the network hiccup from occurring. +# If you are running on a single node and don't need to access the VMs from devices other than +# that node, you can set the flat interface to the same value as FLAT_NETWORK_BRIDGE. This will stop the network hiccup from occurring. flat_interface = ${FLAT_INTERFACE:-eth0} vlan_interface = ${VLAN_INTERFACE:-$(nova:public_interface)} flat_network_bridge = ${FLAT_NETWORK_BRIDGE:-br100} @@ -151,7 +152,8 @@ instance_name_postfix = ${INSTANCE_NAME_POSTFIX:-%08x} instances_path = ${INSTANCES_PATH:-} # Are we setup in multihost mode? -# Multi-host is a mode where each compute node runs its own network node. This allows network operations and routing for a VM to occur on the server that is running the VM - removing a SPOF and bandwidth bottleneck. +# Multi-host is a mode where each compute node runs its own network node. +# This allows network operations and routing for a VM to occur on the server that is running the VM - removing a SPOF and bandwidth bottleneck. multi_host = ${MULTI_HOST:-0} # Virtualization settings