horizon/releasenotes/notes/introduce_default_service_regions_config-26a41e0d06582d7a.yaml
Timur Sufiev d8f95c64d6 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
2017-07-10 16:19:15 +02:00

6 lines
241 B
YAML

---
features:
- Added a new ``DEFAULT_SERVICE_REGIONS`` setting into local_settings.py.
If a value of this is specified, it will be the default region to use when
logging into the dashboard, instead of the value stored in cookies.