Browse code

document images upload

Jesse Andrews authored on 2011/10/03 13:01:28
Showing 1 changed files
... ...
@@ -564,8 +564,14 @@ screen_it dash "cd $DASH_DIR && sudo /etc/init.d/apache2 restart; sudo tail -f /
564 564
 # Install Images
565 565
 # ==============
566 566
 
567
-if [[ "$ENABLED_SERVICES" =~ "g-reg" ]]; then
567
+# Upload a couple images to glance.  **TTY** is a simple small image that use the 
568
+# lets you login to it with username/password of user/password.  TTY is useful 
569
+# for basic functionality.  We all include an Ubuntu cloud build of **Natty**.
570
+# Natty uses cloud-init, supporting login via keypair and sending scripts as
571
+# userdata.  Read more about cloud-init at https://help.ubuntu.com/community/CloudInit
568 572
 
573
+if [[ "$ENABLED_SERVICES" =~ "g-reg" ]]; then
574
+    # create a directory for the downloadedthe images tarballs.
569 575
     mkdir -p $FILES/images
570 576
 
571 577
     # Downloads a tty image (ami/aki/ari style), then extracts it.  Upon extraction