From 5fe3ff3f0929e1aaed7cd413bc2c48ad8d321193 Mon Sep 17 00:00:00 2001 From: RustShen Date: Fri, 4 Mar 2016 14:50:41 +0800 Subject: [PATCH] Modifications to rbd-openstack.rst Original configuration is not working 'enabled_backends' should be changed accordingly Signed-off-by: RustShen Update rbd-openstack.rst --- doc/rbd/rbd-openstack.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/rbd/rbd-openstack.rst b/doc/rbd/rbd-openstack.rst index 09f1ec368f223..6f56d5e4e0202 100644 --- a/doc/rbd/rbd-openstack.rst +++ b/doc/rbd/rbd-openstack.rst @@ -255,6 +255,11 @@ OpenStack requires a driver to interact with Ceph block devices. You must also specify the pool name for the block device. On your OpenStack node, edit ``/etc/cinder/cinder.conf`` by adding:: + [DEFAULT] + ... + enabled_backends = ceph + ... + [ceph] volume_driver = cinder.volume.drivers.rbd.RBDDriver rbd_pool = volumes rbd_ceph_conf = /etc/ceph/ceph.conf @@ -267,6 +272,8 @@ specify the pool name for the block device. On your OpenStack node, edit If you're using `cephx authentication`_, also configure the user and uuid of the secret you added to ``libvirt`` as documented earlier:: + [ceph] + ... rbd_user = cinder rbd_secret_uuid = 457eb676-33da-42ec-9a8c-9293d545c337 -- 2.39.5