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 ================================