From 65e07068743cf8493b8db3d95a96ad3485a946b3 Mon Sep 17 00:00:00 2001 From: Shengjie Min Date: Tue, 21 May 2013 10:28:32 +0100 Subject: [PATCH] update on_devstack doc udpate the prebuilt-jeos-image from F16 to F17 Change-Id: Iae1456e4811c029494a8c2878c9bf0c3221bc43a Fixes: bug #1180416 --- doc/source/getting_started/on_devstack.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/getting_started/on_devstack.rst b/doc/source/getting_started/on_devstack.rst index 74f89070..6294e63a 100644 --- a/doc/source/getting_started/on_devstack.rst +++ b/doc/source/getting_started/on_devstack.rst @@ -25,7 +25,7 @@ Adding the following line to your `localrc` file will enable the heat services It would also be useful to automatically download and register a VM image that Heat can launch. :: - IMAGE_URLS+=",http://fedorapeople.org/groups/heat/prebuilt-jeos-images/F16-x86_64-cfntools.qcow2,http://fedorapeople.org/groups/heat/prebuilt-jeos-images/F16-i386-cfntools.qcow2" + IMAGE_URLS+=",http://fedorapeople.org/groups/heat/prebuilt-jeos-images/F17-x86_64-cfntools.qcow2,http://fedorapeople.org/groups/heat/prebuilt-jeos-images/F17-i386-cfntools.qcow2" URLs for any of [http://fedorapeople.org/groups/heat/prebuilt-jeos-images/ these prebuilt JEOS images] can be specified. @@ -61,7 +61,7 @@ Launching a stack Now lets launch a stack, using an example template from the heat-templates repository:: heat stack-create teststack -u - https://raw.github.com/openstack/heat-templates/master/cfn/WordPress_Single_Instance.template -P "InstanceType=m1.large;DBUsername=wp;DBPassword=verybadpassword;KeyName=heat_key;LinuxDistribution=F16" + https://raw.github.com/openstack/heat-templates/master/cfn/WordPress_Single_Instance.template -P "InstanceType=m1.large;DBUsername=wp;DBPassword=verybadpassword;KeyName=heat_key;LinuxDistribution=F17" Which will respond:: -- 2.45.2