Merge "Adds step for opensuse/sles to set the my_ip value in cinder.conf"

This commit is contained in:
Jenkins 2014-09-20 18:13:21 +00:00 committed by Gerrit Code Review
commit 18165cf40e

View File

@ -178,6 +178,12 @@ rabbit_password = <replaceable>RABBIT_PASS</replaceable></programlisting>
<prompt>#</prompt> <userinput>openstack-config --set /etc/cinder/cinder.conf \
DEFAULT rabbit_password <replaceable>RABBIT_PASS</replaceable></userinput></screen>
</step>
<step os="opensuse;sles">
<para>Configure the Block Storage node target IP address in the
<filename>/etc/cinder/cinder.conf</filename> file:</para>
<screen><prompt>#</prompt> <userinput>openstack-config --set /etc/cinder/cinder.conf \
DEFAULT my_ip 10.0.0.41</userinput></screen>
</step>
<step os="ubuntu;rhel;centos;fedora;opensuse;sles">
<para>Configure Block Storage to use your MySQL database. Edit
the <filename>/etc/cinder/cinder.conf</filename> file and add