From 5b400fbe189c664eb729df8bb767568e18f6998e Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Sun, 1 Apr 2012 10:33:28 -0700 Subject: [PATCH] Show how to create a network after using the openstack tools script Signed-off-by: Steven Dake --- tools/README | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 -- 2.45.2