Changed rpc_backend for cinder node

Changed the 'rpc_backend' configuration key for the cinder storage
node to use the short version supported by oslo.

Change-Id: I1a13098f6c2a21bb180f5d07585d615276862cf4
Closes-Bug: #1358752
This commit is contained in:
Robb Romans 2014-09-08 09:53:32 -05:00
parent 7fb70cfcfc
commit e2092c63a3

View File

@ -159,7 +159,7 @@ admin_password = <replaceable>CINDER_PASS</replaceable></programlisting>
chose for RabbitMQ:</para>
<programlisting language="ini">[DEFAULT]
...
rpc_backend = cinder.openstack.common.rpc.impl_kombu
rpc_backend = rabbit
rabbit_host = <replaceable>controller</replaceable>
rabbit_port = 5672
rabbit_userid = guest
@ -170,7 +170,7 @@ rabbit_password = <replaceable>RABBIT_PASS</replaceable></programlisting>
broker. Replace <replaceable>RABBIT_PASS</replaceable> with
the password you chose for RabbitMQ:</para>
<screen><prompt>#</prompt> <userinput>openstack-config --set /etc/cinder/cinder.conf \
DEFAULT rpc_backend cinder.openstack.common.rpc.impl_kombu</userinput>
DEFAULT rpc_backend rabbit</userinput>
<prompt>#</prompt> <userinput>openstack-config --set /etc/cinder/cinder.conf \
DEFAULT rabbit_host <replaceable>controller</replaceable></userinput>
<prompt>#</prompt> <userinput>openstack-config --set /etc/cinder/cinder.conf \