heat GettingStarted guide, add oz install instructions
Add F16/F17 install instructions for oz install Amended following sdake review comments Change-Id: I58830edd1581279ac987626b3fb4d7cc51fe455a Signed-off-by: Steven Hardy <shardy@redhat.com>
This commit is contained in:
parent
f557b22e7e
commit
0b6d912a97
@ -60,6 +60,24 @@ Installing OpenStack on other Distributions
|
|||||||
.. _Debian packaging team for OpenStack: http://wiki.openstack.org/Packaging/Debian
|
.. _Debian packaging team for OpenStack: http://wiki.openstack.org/Packaging/Debian
|
||||||
.. _installing OpenStack on Ubuntu: http://docs.openstack.org/bexar/openstack-compute/admin/content/ch03s02.html
|
.. _installing OpenStack on Ubuntu: http://docs.openstack.org/bexar/openstack-compute/admin/content/ch03s02.html
|
||||||
|
|
||||||
|
|
||||||
|
Install OZ
|
||||||
|
----------
|
||||||
|
|
||||||
|
It is recommended to install the latest upstream oz, as this supports Fedora 17 (and Ubuntu U10/U12) guests::
|
||||||
|
|
||||||
|
git clone https://github.com/clalancette/oz.git
|
||||||
|
cd oz
|
||||||
|
rm -f ~/rpmbuild/RPMS/noarch/oz-*
|
||||||
|
make rpm
|
||||||
|
sudo rpm -Uvh ~/rpmbuild/RPMS/noarch/oz-*
|
||||||
|
|
||||||
|
Note: In the steps above, it's only necessary to be root for the rpm -Uvh, it's recommended not to be root while building the rpm
|
||||||
|
|
||||||
|
If you do not require F17/U10/U12 support, oz can be installed directly via yum::
|
||||||
|
|
||||||
|
yum install oz
|
||||||
|
|
||||||
Install heat from source
|
Install heat from source
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user