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 \