[install-guide] [yum] install openstack-glance-{api,registry}

On RedHat-based distributions it is now necessary to install
openstack-glance-api and openstack-glance-registry instead of
openstack-glance.

Partially implements bp installguide-kilo.

Change-Id: I2695b30e02d168c9325e8c1d3533deea247b1915
This commit is contained in:
Christian Berendt 2015-04-16 23:01:37 +02:00
parent d14806397a
commit 07102d44fb

View File

@ -130,7 +130,7 @@ Repeat User Password:
<step>
<para>Install the packages:</para>
<screen os="ubuntu"><prompt>#</prompt> <userinput>apt-get install glance python-glanceclient</userinput></screen>
<screen os="rhel;centos;fedora"><prompt>#</prompt> <userinput>yum install openstack-glance python-glanceclient</userinput></screen>
<screen os="rhel;centos;fedora"><prompt>#</prompt> <userinput>yum install openstack-glance-api openstack-glance-registry python-glanceclient</userinput></screen>
<screen os="opensuse;sles"><prompt>#</prompt> <userinput>zypper install openstack-glance python-glanceclient</userinput></screen>
</step>
<step>