Merge "[install-guide] use oslo_messaging_rabbit for Cinder configuration"
This commit is contained in:
commit
f733d45af7
@ -129,15 +129,20 @@ connection = mysql://cinder:<replaceable>CINDER_DBPASS</replaceable>@controller/
|
||||
password you chose for the Block Storage database.</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>In the <literal>[DEFAULT]</literal> section, configure
|
||||
<application>RabbitMQ</application> message broker access:</para>
|
||||
<para>In the <literal>[DEFAULT]</literal> and
|
||||
<literal>[oslo_messaging_rabbit]</literal> sections, configure
|
||||
<application>RabbitMQ</application> message queue access:</para>
|
||||
<programlisting language="ini">[DEFAULT]
|
||||
...
|
||||
rpc_backend = rabbit
|
||||
|
||||
[oslo_messaging_rabbit]
|
||||
...
|
||||
rabbit_host = <replaceable>controller</replaceable>
|
||||
rabbit_userid = openstack
|
||||
rabbit_password = <replaceable>RABBIT_PASS</replaceable></programlisting>
|
||||
<para>Replace <replaceable>RABBIT_PASS</replaceable> with the
|
||||
password you chose for the <literal>guest</literal> account in
|
||||
password you chose for the <literal>openstack</literal> account in
|
||||
<application>RabbitMQ</application>.</para>
|
||||
</step>
|
||||
<step>
|
||||
|
@ -149,16 +149,21 @@ connection = mysql://cinder:<replaceable>CINDER_DBPASS</replaceable>@<replaceabl
|
||||
the password you chose for the Block Storage database.</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>In the <literal>[DEFAULT]</literal> section, configure
|
||||
<application>RabbitMQ</application> message broker access:</para>
|
||||
<para>In the <literal>[DEFAULT]</literal> and
|
||||
<literal>[oslo_messaging_rabbit]</literal> sections, configure
|
||||
<application>RabbitMQ</application> message queue access:</para>
|
||||
<programlisting language="ini">[DEFAULT]
|
||||
...
|
||||
rpc_backend = rabbit
|
||||
|
||||
[oslo_messaging_rabbit]
|
||||
...
|
||||
rabbit_host = <replaceable>controller</replaceable>
|
||||
rabbit_userid = openstack
|
||||
rabbit_password = <replaceable>RABBIT_PASS</replaceable></programlisting>
|
||||
<para>Replace <replaceable>RABBIT_PASS</replaceable> with the
|
||||
password you chose for the <literal>guest</literal> account in
|
||||
RabbitMQ.</para>
|
||||
password you chose for the <literal>openstack</literal> account in
|
||||
<application>RabbitMQ</application>.</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>In the <literal>[DEFAULT]</literal> and
|
||||
|
Loading…
x
Reference in New Issue
Block a user