summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaoquan Chen <sean.chen2@hp.com>2015-04-11 22:32:34 -0700
committerShaoquan Chen <sean.chen2@hp.com>2015-04-11 22:35:59 -0700
commitfc6ef2bd057e44a69b8f2cbb08e833f871d886cc (patch)
tree5bd00d61edfb2dd87b18f536cf16faebf486293c
parent48cab537ea12721cc20763caf405ec288a0003b5 (diff)
downloadhorizon-fc6ef2bd057e44a69b8f2cbb08e833f871d886cc.tar.gz
Fixing typo in AVAILABLE_REGIONS section
Currently it says: A tuple of tuples which define multiple regions. But actually it is a list of tuples, like: AVAILABLE_REGIONS = [ ('http://cluster1.example.com:5000/v2.0', 'cluster1'), ('http://cluster2.example.com:5000/v2.0', 'cluster2'), ] Change-Id: Icbb4799689d650bac0bc17737b5747cff10a6154 Closes-Bug: #1442965
-rwxr-xr-xdoc/source/topics/settings.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/topics/settings.rst b/doc/source/topics/settings.rst
index f65934b1a..0bf2dd618 100755
--- a/doc/source/topics/settings.rst
+++ b/doc/source/topics/settings.rst
@@ -321,7 +321,7 @@ to be shown per page if API pagination support for this exists.
Default: ``None``
-A tuple of tuples which define multiple regions. The tuple format is
+A list of tuples which define multiple regions. The tuple format is
``('http://{{ keystone_host }}:5000/v2.0', '{{ region_name }}')``. If any regions
are specified the login form will have a dropdown selector for authenticating
to the appropriate region, and there will be a region switcher dropdown in