]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Show how to create a network after using the openstack tools script
authorSteven Dake <sdake@redhat.com>
Sun, 1 Apr 2012 17:33:28 +0000 (10:33 -0700)
committerSteven Dake <sdake@redhat.com>
Sun, 1 Apr 2012 17:33:28 +0000 (10:33 -0700)
Signed-off-by: Steven Dake <sdake@redhat.com>
tools/README

index ff86b063ffb24f544c7a7d68399d77ff352f3c65..8f17832368664a6d8fb97dd892e23e14105ee6ff 100644 (file)
@@ -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