DEFAULT_SERVICE_REGIONS overrides services_region cookie
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
Fix Released
|
Undecided
|
Adrian Turjak |
Bug Description
DEFAULT_
This is terrible UX because a user that can change to another valid region is forced on login to the region always defined in DEFAULT_
The cookie, a user controlled value, should always take precedence over a 'default' value. If we want to allow a forceful override then it should be called something else such as FORCED_
The settings don't even make this behavior clear, which further makes me think this is a bug or an unconsidered part of the implementation:
https:/
We should change the precedence to:
1. services_region cookie
2. DEFAULT_
3. any valid region from the catalog
Fix proposed to branch: master /review. openstack. org/571086
Review: https:/