From a47f701035b24a4a1e72312a77acfb7a33c9abad Mon Sep 17 00:00:00 2001
From: Paul Bourke <paul.bourke@oracle.com>
Date: Thu, 25 Oct 2018 12:29:26 +0100
Subject: [PATCH] Add note to external ceph docs for pools/keyrings

When using external Ceph the operator must create pools for each service
and configure keyrings with appropriate permissions. The official Ceph
docs describe this in detail so let operators know this.

Change-Id: Ic3e52e1fbbf09ec09ac21b5b3067092b195812f1
---
 doc/source/reference/storage/external-ceph-guide.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/source/reference/storage/external-ceph-guide.rst b/doc/source/reference/storage/external-ceph-guide.rst
index 0d5a47847d..c80cdbe3c4 100644
--- a/doc/source/reference/storage/external-ceph-guide.rst
+++ b/doc/source/reference/storage/external-ceph-guide.rst
@@ -16,6 +16,9 @@ Requirements
 * Existing credentials in Ceph for OpenStack services to connect to Ceph
   (Glance, Cinder, Nova, Gnocchi, Manila)
 
+Refer to http://docs.ceph.com/docs/master/rbd/rbd-openstack/ for details on
+creating the pool and keyrings with appropriate permissions for each service.
+
 Enabling External Ceph
 ~~~~~~~~~~~~~~~~~~~~~~
 
-- 
GitLab