os-client-config/releasenotes/notes/option-precedence-1fecab21fdfb2c33.yaml
Dean Troyer 37dcc7e8d8 Add release notes for 1.19.0 release
Change-Id: I92ffcf611d31f7a4f11e5228022ea64864823389
2016-08-03 10:44:47 -05:00

8 lines
260 B
YAML

---
fixes:
- Reverse the order of option selction in
``OpenStackConfig._validate_auth()`` to prefer auth options
passed in (from argparse) over those found in clouds.yaml.
This allows the application to override config profile
auth settings.