The hostnames key in region settings was undocumented. Also includes how
the setting interacts with the ``rgw dns name`` configuration setting.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
``rgw dns name``
-:Description: The DNS name of the served domain.
+:Description: The DNS name of the served domain. See also the ``hostnames`` setting within regions.
:Type: String
:Default: None
"api_name": "",
"is_master": "true",
"endpoints": [],
+ "hostnames": [],
"master_zone": "",
"zones": [
{"name": "default",
escape the forward slashes (``\/``). You may also specify a
port (``fqdn:port``) for each endpoint. Optional.
+#. ``hostnames``: A list of all the hostnames in the region. For example,
+ you may use multiple domain names to refer to the same region. Optional.
+ The ``rgw dns name`` setting will automatically be included in this list.
+
#. ``master_zone``: The master zone for the region. Optional. Uses the default
zone if not specified. **note:** You can only have one master zone per
region.
"api_name": "",
"is_master": "true",
"endpoints": [],
+ "hostnames": [],
"master_zone": "",
"zones": [
{ "name": "default",