Remove qpid port and authentication details
Port 5672 is the default qpid port, and therefore does not need to be specified (it is also inconsistent with previous qpid configuration steps, which do not specify a port). Additionally, no authentication was configured for qpid in the documentation, so the authentication details should be removed. Change-Id: I0baaf29a2f53a66c4808a568a79cc4130de08cfe Closes-Bug: #1307286
This commit is contained in:
parent
8099195aa2
commit
58912dde95
@ -125,13 +125,7 @@ admin_password = <replaceable>NEUTRON_PASS</replaceable></programlisting>
|
||||
<screen><prompt>#</prompt> <userinput>openstack-config --set /etc/neutron/neutron.conf DEFAULT \
|
||||
rpc_backend neutron.openstack.common.rpc.impl_qpid</userinput>
|
||||
<prompt>#</prompt> <userinput>openstack-config --set /etc/neutron/neutron.conf DEFAULT \
|
||||
qpid_hostname <replaceable>controller</replaceable></userinput>
|
||||
<prompt>#</prompt> <userinput>openstack-config --set /etc/neutron/neutron.conf DEFAULT \
|
||||
qpid_port 5672</userinput>
|
||||
<prompt>#</prompt> <userinput>openstack-config --set /etc/neutron/neutron.conf DEFAULT \
|
||||
qpid_username <replaceable>guest</replaceable></userinput>
|
||||
<prompt>#</prompt> <userinput>openstack-config --set /etc/neutron/neutron.conf DEFAULT \
|
||||
qpid_password <replaceable>guest</replaceable></userinput></screen>
|
||||
qpid_hostname <replaceable>controller</replaceable></userinput></screen>
|
||||
</step>
|
||||
<step os="ubuntu">
|
||||
<para>Configure Networking to use the message broker:</para>
|
||||
|
Loading…
Reference in New Issue
Block a user