yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #31694
[Bug 1442965] [NEW] Fixing typo in AVAILABLE_REGIONS documentation
Public bug reported:
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'),
]
** Affects: horizon
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1442965
Title:
Fixing typo in AVAILABLE_REGIONS documentation
Status in OpenStack Dashboard (Horizon):
New
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'),
]
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1442965/+subscriptions
Follow ups
References