From fc77b204f84f54b381ec08f9f1bc315fbdf61c5b Mon Sep 17 00:00:00 2001 From: Ian Main Date: Wed, 18 Apr 2012 08:53:54 -0700 Subject: [PATCH] A little more detail on network create. Signed-off-by: Ian Main --- tools/openstack | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.45.2