summaryrefslogtreecommitdiff
path: root/releasenotes/notes/option-precedence-1fecab21fdfb2c33.yaml
blob: 06e6bd2f65cfe39221c225d1857bd1433c9fa1c1 (plain)
1
2
3
4
5
6
7
---
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.