From 03d27cb8d94d44b38b61ee56ebdb832f416c4a9f Mon Sep 17 00:00:00 2001 From: Michal Nasiadka <michal.nasiadka@nokia.com> Date: Thu, 10 Jan 2019 14:44:18 +0100 Subject: [PATCH] Add ceph docs note about rgw keystone integration. Change-Id: If87cdb132875c4e2c5dff2cc427e00f7a95927de --- doc/source/reference/storage/ceph-guide.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/reference/storage/ceph-guide.rst b/doc/source/reference/storage/ceph-guide.rst index ece89ab2d..53722674d 100644 --- a/doc/source/reference/storage/ceph-guide.rst +++ b/doc/source/reference/storage/ceph-guide.rst @@ -176,6 +176,12 @@ RadosGW is optional, enable it in ``/etc/kolla/globals.yml``: enable_ceph_rgw: "yes" +You can enable RadosGW to be registered as Swift in Keystone catalog: + +.. code-block:: yaml + + enable_ceph_rgw_keystone: "yes" + .. note:: By default RadosGW supports both Swift and S3 API, and it is not -- GitLab