Add branched image download instructions to CoreOS readme

Instruct folks how to download an image for master and stable branches
of the project.

Change-Id: I03ff25d094259bc0562e0139b67dbb301692936b
Partial-Bug: #1561756
This commit is contained in:
Jim Rollenhagen 2016-03-25 08:36:50 -07:00
parent 7862d14580
commit 8484518300

View File

@ -61,9 +61,13 @@ Download
If you don't want to build your own image, you can download a copy of
ironic-python-agent ramdisk and kernel, built using CoreOS, at:
http://tarballs.openstack.org/ironic-python-agent/coreos/files/coreos_production_pxe.vmlinuz
http://tarballs.openstack.org/ironic-python-agent/coreos/files/coreos_production_pxe-master.vmlinuz
and
http://tarballs.openstack.org/ironic-python-agent/coreos/files/coreos_production_pxe_image-oem.cpio.gz
http://tarballs.openstack.org/ironic-python-agent/coreos/files/coreos_production_pxe_image-oem-master.cpio.gz
"master" may be replaced with "stable-$branch" (e.g. "stable-mitaka") to
download an image built from the stable/$branch (e.g. stable/mitaka) version
of ironic-python-agent.
Build instructions
------------------