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: Ib2f66cf9deb472ee5eef8e7785eed8ef78fa815d
Closes-Bug: #1307284
This commit is contained in:
Jeff Shantz 2014-04-13 23:38:29 -04:00
parent 8099195aa2
commit 03d2079ba3
1 changed files with 1 additions and 7 deletions

View File

@ -173,13 +173,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>