Devstack getting started, update IMAGE_URLS

The current image references are F17 which are very EOL and
unsupported, so instead refer to the official F20 image which
now contains heat-cfntools, and mention that in the documentation.

Change-Id: I4906fe4f0785c23b3f8815dbaa0a4727f8ed9505
This commit is contained in:
Steven Hardy 2014-03-12 17:18:57 +00:00
parent ab1f21ae3f
commit ed5cb1211c
1 changed files with 2 additions and 2 deletions

View File

@ -26,9 +26,9 @@ 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/F17-x86_64-cfntools.qcow2,http://fedorapeople.org/groups/heat/prebuilt-jeos-images/F17-i386-cfntools.qcow2"
IMAGE_URLS+=",http://cloud.fedoraproject.org/fedora-20.x86_64.qcow2"
URLs for any of [http://fedorapeople.org/groups/heat/prebuilt-jeos-images/ these prebuilt JEOS images] can be specified.
URLs for any cloud image may be specified, but fedora images from F20 contain the heat-cfntools package which is required for some heat functionality.
That is all the configuration that is required. When you run `./stack.sh` the Heat processes will be launched in `screen` with the labels prefixed with `h-`.