openstacksdk/releasenotes/notes/option-precedence-1fecab21fdfb2c33.yaml
Monty Taylor a3cd1f0faf
Merge shade and occ releasenotes
Change-Id: I4d25c654ee3c298de03907b14161096a59d098db
2017-09-20 10:29:27 -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.