From 73c18df1cdfacc51a17a987937d81b7005dedac4 Mon Sep 17 00:00:00 2001 From: Lucas Alvares Gomes Date: Fri, 29 May 2015 11:57:27 +0100 Subject: [PATCH] Update doc "install from packages" section to include Red Hat Change-Id: Iff4092057dc9c7e323db1cf80a2455e75f02fff6 --- doc/source/deploy/install-guide.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/source/deploy/install-guide.rst b/doc/source/deploy/install-guide.rst index b3f0aa7fcd..1e4a705bdd 100644 --- a/doc/source/deploy/install-guide.rst +++ b/doc/source/deploy/install-guide.rst @@ -138,8 +138,12 @@ Install the Bare Metal Service #. Install from packages:: - # Available in Ubuntu 14.04 (trusty) - apt-get install ironic-api ironic-conductor python-ironicclient + Ubuntu 14.04 (trusty) or higher: + apt-get install ironic-api ironic-conductor python-ironicclient + + RHEL7/Fedora 21 or higher: + yum install openstack-ironic-api openstack-ironic-conductor python-ironicclient + Configure the Bare Metal Service ================================