update on_devstack doc
udpate the prebuilt-jeos-image from F16 to F17 Change-Id: Iae1456e4811c029494a8c2878c9bf0c3221bc43a Fixes: bug #1180416
This commit is contained in:
parent
7a7774d8e2
commit
65e0706874
@ -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::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user