Add missing "/files" to IPA image URLs

Corrects a 404 error when visiting these URLs.

Change-Id: I701186c0845f86ac0326efa148c3846ad0440786
This commit is contained in:
Jay Faulkner 2014-09-08 17:24:22 -07:00
parent 81a73a468b
commit 75248efb48
1 changed files with 2 additions and 2 deletions

View File

@ -61,9 +61,9 @@ 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/coreos_production_pxe.vmlinuz
http://tarballs.openstack.org/ironic-python-agent/coreos/files/coreos_production_pxe.vmlinuz
and
http://tarballs.openstack.org/ironic-python-agent/coreos/coreos_production_pxe_image-oem.cpio.gz
http://tarballs.openstack.org/ironic-python-agent/coreos/files/coreos_production_pxe_image-oem.cpio.gz
Build instructions
------------------