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
This commit is contained in:
Shaoquan Chen 2015-04-11 22:32:34 -07:00
parent 48cab537ea
commit fc6ef2bd05
1 changed files with 1 additions and 1 deletions

View File

@ -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