summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorZane Bitter <zbitter@redhat.com>2012-09-17 16:53:09 +0200
committerZane Bitter <zbitter@redhat.com>2012-09-17 16:54:09 +0200
commit0ad5ab9748e49196b4105528b6634213b4e596c2 (patch)
tree745c8326c0a257ee601efcc2f5f11276eeb2536f /docs
parentc53b4fb733407c92f076faae6629a608aa3f26a2 (diff)
downloadheat-0ad5ab9748e49196b4105528b6634213b4e596c2.tar.gz
Switch to Fedora 17 on guests in Getting Started
Change-Id: I24ff5305876d91828e15f89e363d03bbf6bed923 Signed-off-by: Zane Bitter <zbitter@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStarted.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst
index 6280f0a12..d5069a5ae 100644
--- a/docs/GettingStarted.rst
+++ b/docs/GettingStarted.rst
@@ -90,12 +90,12 @@ In the heat directory, run the install script::
sudo ./install.sh
-Download Fedora 16 DVD and copy it to libvirt images location
+Download Fedora 17 DVD and copy it to libvirt images location
-------------------------------------------------------------
::
- sudo cp Downloads/Fedora-16-x86_64-DVD.iso /var/lib/libvirt/images
+ sudo cp Downloads/Fedora-17-x86_64-DVD.iso /var/lib/libvirt/images
Source the keystone credentials created with tools/openstack
------------------------------------------------------------
@@ -156,7 +156,7 @@ Create a JEOS with heat_jeos tools
----------------------------------
::
- sudo -E heat-jeos -y create F16-x86_64-cfntools --register-with-glance
+ sudo -E heat-jeos -y create F17-x86_64-cfntools --register-with-glance
Note: The ``-E`` option to ``sudo`` preserves the environment, specifically the keystone credentials, when ``heat-jeos`` is run as root.
@@ -169,7 +169,7 @@ You can run ``heat-jeos list`` to pick a different JEOS image.
Verify JEOS registration
~~~~~~~~~~~~~~~~~~~~~~~~
-Check that there is a ``F16-x86_64-cfntools`` JEOS in glance:
+Check that there is a ``F17-x86_64-cfntools`` JEOS in glance:
..
GLANCE_INDEX=$(cat <<EOF
@@ -181,7 +181,7 @@ Check that there is a ``F16-x86_64-cfntools`` JEOS in glance:
..
EOF
)
- $GLANCE_INDEX | grep -q "F16-x86_64-cfntools"
+ $GLANCE_INDEX | grep -q "F17-x86_64-cfntools"
Launch the Heat services
------------------------