From: Steven Dake Date: Sun, 1 Apr 2012 17:33:28 +0000 (-0700) Subject: Show how to create a network after using the openstack tools script X-Git-Tag: 2014.1~2117 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=5b400fbe189c664eb729df8bb767568e18f6998e;p=openstack-build%2Fheat-build.git Show how to create a network after using the openstack tools script Signed-off-by: Steven Dake --- diff --git a/tools/README b/tools/README index ff86b063..8f178323 100644 --- a/tools/README +++ b/tools/README @@ -9,6 +9,9 @@ Tools - Example of creating an keypair and instantiating an instance after one has been registered with JEOS create ++ experimental_ssh_eventlet.py + - Example of using ssh inside python with eventlets. + + openstack - WARNING COULD DESTROY DATA - Installs, Uninstalls, starts, and stops openstack from the RPM repository on F16 or F17. This provides a consistent way for developers to deploy @@ -17,5 +20,7 @@ Tools THIS IS NOT INTENDED FOR END USERS AS IT COULD PERMANENTLY DESTROY DATA AND DOES NOT PROPERLY SECURE THE INSTALLATION. -+ experimental_ssh_eventlet.py - - Example of using ssh inside python with eventlets. + note: This tool does not create a network. Creating a network depends + on the specific environment, but an example network creation: + +sudo nova-manage network create demonet 10.0.0.0/24 1 256 --bridge=demonetbr0