From: Ramana Raja Date: Tue, 9 Oct 2018 12:31:28 +0000 (+0530) Subject: docs: Correct mandatory config options X-Git-Tag: v3.2.0beta4~8 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ce8e740f626c4fbaba62a207eed3079e677f477c;p=ceph-ansible.git docs: Correct mandatory config options 'radosgw_interface' or 'radosgw_address' config option does not need to be set for all ceph-ansible deployments. Closes: https://github.com/ceph/ceph-ansible/issues/3143 Signed-off-by: Ramana Raja --- diff --git a/docs/source/index.rst b/docs/source/index.rst index 48f246641..16ca72fa2 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -222,7 +222,9 @@ selection or other aspects of your cluster. - ``public_network`` - ``osd_scenario`` - ``monitor_interface`` or ``monitor_address`` -- ``radosgw_interface`` or ``radosgw_address`` + + +When deploying RGW instance(s) you are required to set the ``radosgw_interface`` or ``radosgw_address`` config option. ``ceph.conf`` Configuration File ---------------------------------