From: Ian Main Date: Wed, 18 Apr 2012 15:53:54 +0000 (-0700) Subject: A little more detail on network create. X-Git-Tag: 2014.1~1959 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=fc77b204f84f54b381ec08f9f1bc315fbdf61c5b;p=openstack-build%2Fheat-build.git A little more detail on network create. Signed-off-by: Ian Main --- diff --git a/tools/openstack b/tools/openstack index dc0aab3a..ea617678 100755 --- a/tools/openstack +++ b/tools/openstack @@ -137,8 +137,14 @@ EOF nova flavor-list glance index echo "note: This tool does not create a network. Creating a network" - echo "depends on your environment. An example network create operation" + echo "depends on your environment. An example network create operation:" + echo echo "sudo nova-manage network create demonet 10.0.0.0/24 1 256 --bridge=demonetbr0" + echo + echo "The network range here, should *not* be the one used on your existing physical network." + echo "It should be a range dedicated for the network that OpenStack will configure. So if" + echo "10.0.0.0/24 clashes with your local network, pick another range." + } case $action in