Show how to create a network after using the openstack tools script

Signed-off-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
Steven Dake 2012-04-01 10:33:28 -07:00
parent ade5e43c46
commit 5b400fbe18
1 changed files with 7 additions and 2 deletions

View File

@ -9,6 +9,9 @@ Tools
- Example of creating an keypair and instantiating an instance after - Example of creating an keypair and instantiating an instance after
one has been registered with JEOS create one has been registered with JEOS create
+ experimental_ssh_eventlet.py
- Example of using ssh inside python with eventlets.
+ openstack - WARNING COULD DESTROY DATA + openstack - WARNING COULD DESTROY DATA
- Installs, Uninstalls, starts, and stops openstack from the RPM repository - Installs, Uninstalls, starts, and stops openstack from the RPM repository
on F16 or F17. This provides a consistent way for developers to deploy 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 THIS IS NOT INTENDED FOR END USERS AS IT COULD PERMANENTLY DESTROY DATA
AND DOES NOT PROPERLY SECURE THE INSTALLATION. AND DOES NOT PROPERLY SECURE THE INSTALLATION.
+ experimental_ssh_eventlet.py note: This tool does not create a network. Creating a network depends
- Example of using ssh inside python with eventlets. on the specific environment, but an example network creation:
sudo nova-manage network create demonet 10.0.0.0/24 1 256 --bridge=demonetbr0