Fix incorrect documentation

Two changes, first is that we now upload individual files instead of a
tarball of both. The other is a catch from Jim to properly use building.

Change-Id: Icfaccb190d066feee5f30aed83c1b830fbe9cd89
Co-Authored-By: Jim Rollenhagen <jim@jimrollenhagen.com>
This commit is contained in:
Jay Faulkner 2014-09-08 09:35:22 -07:00
parent 6026919ef3
commit bd9219d6c7
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
ironic-python-agent
===================
An agent for rebuilding and controlling Ironic nodes. To contribute,
An agent for building and controlling Ironic nodes. To contribute,
start here: `Openstack: How to
contribute <https://wiki.openstack.org/wiki/How_To_Contribute>`__.

View File

@ -50,8 +50,10 @@ Download
--------
If you don't want to build your own image, you can download a copy of
ironic-python-agent, embedded into a CoreOS pxe image, at
http://tarballs.openstack.org/ironic-python-agent/coreos/ipa-coreos.tar.gz
ironic-python-agent ramdisk and kernel, built using CoreOS, at:
http://tarballs.openstack.org/ironic-python-agent/coreos/coreos_production_pxe.vmlinuz
and
http://tarballs.openstack.org/ironic-python-agent/coreos/coreos_production_pxe-oem.cpio.gz
Build instructions
------------------