Install Guide edits for cinder

section_cinder-node:
* Install tgt on openSUSE and SLES
* Fix indentation of one line

Change-Id: Ic4b6e46b70355f47ded6b6b90bba7bead1337b1d
This commit is contained in:
Andreas Jaeger
2014-04-17 13:58:19 +02:00
parent 760056d5f2
commit 7dcdb23814

View File

@@ -73,7 +73,7 @@ filter = [ "a/sda1/", "a/sdb/", "r/.*/"]
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 scsi-target-utils</userinput></screen>
<screen os="opensuse;sles"><prompt>#</prompt> <userinput>zypper install openstack-cinder-volume</userinput></screen>
<screen os="opensuse;sles"><prompt>#</prompt> <userinput>zypper install openstack-cinder-volume tgt</userinput></screen>
</step>
<step os="debian">
<para>Respond to the <systemitem class="library"
@@ -167,7 +167,7 @@ rabbit_password = <replaceable>RABBIT_PASS</replaceable></programlisting>
<screen><prompt>#</prompt> <userinput>openstack-config --set /etc/cinder/cinder.conf \
DEFAULT rpc_backend cinder.openstack.common.rpc.impl_kombu</userinput>
<prompt>#</prompt> <userinput>openstack-config --set /etc/cinder/cinder.conf \
DEFAULT rabbit_host <replaceable>controller</replaceable></userinput>
DEFAULT rabbit_host <replaceable>controller</replaceable></userinput>
<prompt>#</prompt> <userinput>openstack-config --set /etc/cinder/cinder.conf \
DEFAULT rabbit_port 5672</userinput>
<prompt>#</prompt> <userinput>openstack-config --set /etc/cinder/cinder.conf \