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

This commit is contained in:
Jenkins 2015-04-17 09:05:53 +00:00 committed by Gerrit Code Review
commit ccc8f31b8f

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>