Install Guide: Fix openSUSE formatting for Block Storage

There was extra whitespace which is signifcant in screens.

Change-Id: I388e5b7bed3edef517752c37e47af4f8754c79c2
backport: havana
Related-bug: 1249197
This commit is contained in:
Andreas Jaeger 2013-11-08 07:05:12 +01:00
parent 0d98458d25
commit f2fb4af0f2

View File

@ -129,9 +129,9 @@ admin_password=<replaceable>CINDER_PASS</replaceable>
<para>Start the cinder services and configure them to start when
the system boots.</para>
<screen os="rhel;fedora;centos;opensuse;sles"><prompt>#</prompt> <userinput>service openstack-cinder-api start</userinput>
<prompt>#</prompt> <userinput>service openstack-cinder-scheduler start</userinput>
<prompt>#</prompt> <userinput>chkconfig openstack-cinder-api on</userinput>
<prompt>#</prompt> <userinput>chkconfig openstack-cinder-scheduler on</userinput></screen>
<prompt>#</prompt> <userinput>service openstack-cinder-scheduler start</userinput>
<prompt>#</prompt> <userinput>chkconfig openstack-cinder-api on</userinput>
<prompt>#</prompt> <userinput>chkconfig openstack-cinder-scheduler on</userinput></screen>
</step>
</procedure>
</section>