From e2092c63a327bb75a8aa09c69ad99cbbbf8d41f1 Mon Sep 17 00:00:00 2001 From: Robb Romans Date: Mon, 8 Sep 2014 09:53:32 -0500 Subject: [PATCH] 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 --- doc/install-guide/section_cinder-node.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install-guide/section_cinder-node.xml b/doc/install-guide/section_cinder-node.xml index c41df9e4ac..2e50c3c0e6 100644 --- a/doc/install-guide/section_cinder-node.xml +++ b/doc/install-guide/section_cinder-node.xml @@ -159,7 +159,7 @@ admin_password = CINDER_PASS chose for RabbitMQ: [DEFAULT] ... -rpc_backend = cinder.openstack.common.rpc.impl_kombu +rpc_backend = rabbit rabbit_host = controller rabbit_port = 5672 rabbit_userid = guest @@ -170,7 +170,7 @@ rabbit_password = RABBIT_PASS broker. Replace RABBIT_PASS with the password you chose for RabbitMQ: # openstack-config --set /etc/cinder/cinder.conf \ - DEFAULT rpc_backend cinder.openstack.common.rpc.impl_kombu + DEFAULT rpc_backend rabbit # openstack-config --set /etc/cinder/cinder.conf \ DEFAULT rabbit_host controller # openstack-config --set /etc/cinder/cinder.conf \