From 85d9be3a7937b87b91e83c5281b8db1137af33a2 Mon Sep 17 00:00:00 2001 From: Jesse Andrews Date: Mon, 3 Oct 2011 00:01:28 -0400 Subject: [PATCH] document images upload --- stack.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/stack.sh b/stack.sh index 3aa90ce..cc70506 100755 --- a/stack.sh +++ b/stack.sh @@ -564,8 +564,14 @@ screen_it dash "cd $DASH_DIR && sudo /etc/init.d/apache2 restart; sudo tail -f / # Install Images # ============== -if [[ "$ENABLED_SERVICES" =~ "g-reg" ]]; then +# Upload a couple images to glance. **TTY** is a simple small image that use the +# lets you login to it with username/password of user/password. TTY is useful +# for basic functionality. We all include an Ubuntu cloud build of **Natty**. +# Natty uses cloud-init, supporting login via keypair and sending scripts as +# userdata. Read more about cloud-init at https://help.ubuntu.com/community/CloudInit +if [[ "$ENABLED_SERVICES" =~ "g-reg" ]]; then + # create a directory for the downloadedthe images tarballs. mkdir -p $FILES/images # Downloads a tty image (ami/aki/ari style), then extracts it. Upon extraction