]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
update on_devstack doc
authorShengjie Min <shengjie_min@dell.com>
Tue, 21 May 2013 09:28:32 +0000 (10:28 +0100)
committerShengjie Min <shengjie_min@dell.com>
Tue, 21 May 2013 10:09:21 +0000 (11:09 +0100)
udpate the prebuilt-jeos-image from F16 to F17

Change-Id: Iae1456e4811c029494a8c2878c9bf0c3221bc43a
Fixes: bug #1180416
doc/source/getting_started/on_devstack.rst

index 74f89070f30225f8255ae752c2c356f557527a42..6294e63a200e1b599b7e6fe983a8b5fbc98e936c 100644 (file)
@@ -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::