yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #48190
[Bug 1439791] Re: Wrong order (and login priority) of region list in horizon
Reviewed: https://review.openstack.org/292197
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=d9ebebb736fef29d559511690e0c393607ce4311
Submitter: Jenkins
Branch: master
commit d9ebebb736fef29d559511690e0c393607ce4311
Author: Bo Wang <bo.wang@xxxxxxxxxxxx>
Date: Mon Mar 14 11:47:05 2016 +0800
Make region list case-insensitive sorted
Function sorted() output the result as ASCII sequence in default.
sorted(['Region1', 'myregion']) will not change sequence.
Fix it for tenant list too.
Change-Id: I2e4e546ac70af1f758b618cf253f518a475b8392
Closes-Bug: #1439791
** Changed in: horizon
Status: In Progress => Fix Released
--
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/1439791
Title:
Wrong order (and login priority) of region list in horizon
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
When regions are configured (NOT via local_settings.py but by adding multiple endpoints to keystone), regardless of what horizon is used for logging in, you will be logged into first region in drop down list. Drop down list itself, unsorted (I guess it is just python dictionary)
Affected version: icehouse on ubuntu 12.04
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1439791/+subscriptions
References