From 65906dd01e4afaecde33a75dd00482f7b59dc92b Mon Sep 17 00:00:00 2001
From: Andrey Shestakov <ashestakov@mirantis.com>
Date: Thu, 24 Dec 2015 13:43:16 +0200
Subject: [PATCH] Update Ceph doc for RadosGW

Implements blueprint radosgw-container

Change-Id: Icc397cc90a64e5af5f844de089fe57c7c1dd651e
---
 doc/ceph-guide.rst | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/doc/ceph-guide.rst b/doc/ceph-guide.rst
index 2a7cf9f7c2..294cbd86b5 100644
--- a/doc/ceph-guide.rst
+++ b/doc/ceph-guide.rst
@@ -60,6 +60,23 @@ Enable Ceph in /etc/kolla/globals.yml:
     enable_ceph: "yes"
 
 
+RadosGW is optional, enable it in /etc/kolla/globals.yml:
+
+::
+
+    enable_ceph_rgw: "yes"
+
+RGW requires a healthy cluster in order to be successfully deployed.
+On initial start up, RGW will create several pools.
+The first pool should be in an operational state to proceed with the second one, and so on.
+So, in the case of an all-in-one deployment, it is necessary to change the default number of copies
+for the pools before deployment. Modify the file /etc/kolla/config/ceph.conf and add the contents::
+
+    [global]
+    osd pool default size = 1
+    osd pool default min size = 1
+
+
 Finally deploy the Ceph-enabled OpenStack:
 
 ::