Fixing typo in AVAILABLE_REGIONS documentation

Bug #1442965 reported by Shaoquan Chen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Dashboard (Horizon)
Fix Released
Low
Shaoquan Chen

Bug Description

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'),
]

Changed in horizon:
assignee: nobody → Shaoquan Chen (sean-chen2)
Changed in horizon:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/172697
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=fc6ef2bd057e44a69b8f2cbb08e833f871d886cc
Submitter: Jenkins
Branch: master

commit fc6ef2bd057e44a69b8f2cbb08e833f871d886cc
Author: Shaoquan Chen <email address hidden>
Date: Sat Apr 11 22:32:34 2015 -0700

    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

Changed in horizon:
status: In Progress → Fix Committed
Akihiro Motoki (amotoki)
Changed in horizon:
importance: Undecided → Low
milestone: none → kilo-rc1
Thierry Carrez (ttx)
Changed in horizon:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in horizon:
milestone: kilo-rc1 → 2015.1.0
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.