From 6229edfec458c10fb8d110f7e94fc4bf2efe5bf6 Mon Sep 17 00:00:00 2001 From: Marc Koderer Date: Tue, 20 Dec 2016 14:49:19 +0100 Subject: [PATCH] DOC: Mention corresponding section in nova.conf rbd_user and rbd_secret_uuid are part of the libvirt configuration. Signed-off-by: Marc Koderer --- doc/rbd/rbd-openstack.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/rbd/rbd-openstack.rst b/doc/rbd/rbd-openstack.rst index 264b3bc8dc8..a93acbafd63 100644 --- a/doc/rbd/rbd-openstack.rst +++ b/doc/rbd/rbd-openstack.rst @@ -339,6 +339,8 @@ from volume), you must tell Nova (and libvirt) which user and UUID to refer to when attaching the device. libvirt will refer to this user when connecting and authenticating with the Ceph cluster. :: + [libvirt] + ... rbd_user = cinder rbd_secret_uuid = 457eb676-33da-42ec-9a8c-9293d545c337 -- 2.39.5