From ce8e740f626c4fbaba62a207eed3079e677f477c Mon Sep 17 00:00:00 2001 From: Ramana Raja Date: Tue, 9 Oct 2018 18:01:28 +0530 Subject: [PATCH] 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 --- docs/source/index.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 --------------------------------- -- 2.39.5