Remove redundant package install
The openstack-util and openstack-selinux packages have already been installed in the 'Basic operating system configuration' chapter, so it is redundant to install again in 'Add the Block Storage Service' chapter. Change-Id: I80f00056feae6d0aa1eef516e732d897ac1df68e Closes-Bug: #1275059
This commit is contained in:
parent
4ccdd1fbdc
commit
f8d0e6bed5
@ -19,7 +19,7 @@
|
||||
<para>Install the appropriate packages for the Block Storage
|
||||
Service:</para>
|
||||
<screen os="ubuntu;debian"><prompt>#</prompt> <userinput>apt-get install cinder-api cinder-scheduler</userinput></screen>
|
||||
<screen os="centos;rhel;fedora"><prompt>#</prompt> <userinput>yum install openstack-cinder openstack-utils openstack-selinux</userinput></screen>
|
||||
<screen os="centos;rhel;fedora"><prompt>#</prompt> <userinput>yum install openstack-cinder</userinput></screen>
|
||||
<screen os="opensuse;sles"><prompt>#</prompt> <userinput>zypper install openstack-cinder-api openstack-cinder-scheduler</userinput></screen>
|
||||
</step>
|
||||
<step os="debian">
|
||||
|
@ -70,7 +70,7 @@ filter = [ "a/sda1/", "a/sdb/", "r/.*/"]
|
||||
<para>After you configure the operating system, install the
|
||||
appropriate packages for the Block Storage Service:</para>
|
||||
<screen os="ubuntu;debian"><prompt>#</prompt> <userinput>apt-get install cinder-volume</userinput></screen>
|
||||
<screen os="centos;rhel;fedora"><prompt>#</prompt> <userinput>yum install openstack-cinder openstack-utils</userinput></screen>
|
||||
<screen os="centos;rhel;fedora"><prompt>#</prompt> <userinput>yum install openstack-cinder</userinput></screen>
|
||||
<screen os="opensuse;sles"><prompt>#</prompt> <userinput>zypper install openstack-cinder-volume</userinput></screen>
|
||||
</step>
|
||||
<step os="debian">
|
||||
|
Loading…
x
Reference in New Issue
Block a user