From 197d53d32eff4015274366e65f8651ab4973682f Mon Sep 17 00:00:00 2001 From: termie Date: Wed, 28 Sep 2011 17:18:23 -0700 Subject: [PATCH] small docs updates about localrc --- stack.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/stack.sh b/stack.sh index a4f14b8394..c3bdc74d70 100755 --- a/stack.sh +++ b/stack.sh @@ -57,6 +57,11 @@ fi # # You can also pass options on a single line ``MYSQL_PASS=simple ./stack.sh`` # +# Additionally, you can put any local variables into a ``localrc`` file, like:: +# +# MYSQL_PASS=anothersecret +# MYSQL_USER=hellaroot +# # We try to have sensible defaults, so you should be able to run ``./stack.sh`` # in most cases. @@ -386,7 +391,7 @@ if [[ "$ENABLED_SERVICES" =~ "mysql" ]]; then $NOVA_DIR/bin/nova-manage db sync # create a small network - $NOVA_DIR/bin/nova-manage network create private $FIXED_RANGE 1 $FIXED_NETWORK_SIZE + $NOVA_DIR/bin/nova-manage network create private $FIXED_RANGE 1 $FIXED_NETWORK_SIZE # create some floating ips $NOVA_DIR/bin/nova-manage floating create $FLOATING_RANGE