Fix the installation command line in Chapter 4

openstack-glance-api and openstack-glance-registry packages do not exist.
These are merged into openstack-glance package.

Closes-Bug: 1459492

Change-Id: Ie339ca00993aa3bd8dcab0ffb4508fbc8b99158c
This commit is contained in:
saitou 2015-05-28 14:38:44 +09:00 committed by Hideki Saito
parent f1c082868b
commit 1ff14bd44a

View File

@ -134,8 +134,7 @@ Repeat User Password:
<screen os="ubuntu"><prompt>#</prompt> <userinput>apt-get install glance python-glanceclient</userinput></screen>
<!-- The installation of python-glance is a workaround
for bug: https://bugzilla.redhat.com/show_bug.cgi?id=1213545 -->
<screen os="rhel;centos;fedora"><prompt>#</prompt> <userinput>yum install openstack-glance-api openstack-glance-registry \
openstack-glance python-glance python-glanceclient</userinput></screen>
<screen os="rhel;centos;fedora"><prompt>#</prompt> <userinput>yum install openstack-glance python-glance python-glanceclient</userinput></screen>
<screen os="opensuse;sles"><prompt>#</prompt> <userinput>zypper install openstack-glance python-glanceclient</userinput></screen>
</step>
<step>