← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1703390] Re: Allow setting default region to log into

 

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

commit d8f95c64d64c1675dfbc32122cf1e418f1477a6c
Author: Timur Sufiev <tsufiev@xxxxxxxxxxxx>
Date:   Mon Oct 12 10:07:47 2015 -0700

    Introduce DEFAULT_SERVICE_REGIONS
    
    It should be together with related change in django-openstack-auth, if
    specified it will change the default service region calculation: it
    will be taken from this setting (on a per-endpont basis) instead of a
    value stored in cookies.  This value is still checked for sanity,
    i.e. it should be present in Keystone service catalog.
    
    Change-Id: I7e36f766870793f3e8fc391a06f0ee49deaa7add
    Related-Bug: #1506825
    Closes-Bug: #1703390


** 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/1703390

Title:
  Allow setting default region to log into

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  This is based on the solution provided with
  https://bugs.launchpad.net/horizon/+bug/1506825 by Timur Sufiev.

  The point is to have a setting (in local_settings.py) that allows user
  to set the value of the default region to log into. If it is specified
  (and no other region is set explicitly) and valid, it is used for
  logging in. If it is empty, the existing mechanism of checking the
  cookies is used.

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


References