37dcc7e8d8
Change-Id: I92ffcf611d31f7a4f11e5228022ea64864823389
8 lines
260 B
YAML
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.
|