← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1485925] Re: setting AVAILABLE_REGIONS breaks header layout

 

** Changed in: horizon
       Status: Fix Committed => 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/1485925

Title:
  setting AVAILABLE_REGIONS breaks header layout

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  To reproduce: set 2 available keystone endpoints in local_settings.py,
  for example like this:

  AVAILABLE_REGIONS = [
      (OPENSTACK_KEYSTONE_URL, 'cluster1'),
      (OPENSTACK_KEYSTONE_URL, 'cluster2'),
  ]

  Then login to horizon and observe header and try to change cluster1 to
  cluster 2. The layout looks broken.

  https://www.dropbox.com/s/87a98mnvm2eadqk/Screenshot%202015-08-18%2012.13.25.png?dl=0

  tested in Safari and Google Chrome.

  Git bisect pointed to     Change-Id: I73c5529ae477a17f10a17946ac7120969578a0ba https://review.openstack.org/#/c/207660/
  as the most possible cause of this behaviour.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1485925/+subscriptions


References