a3cd1f0faf
Change-Id: I4d25c654ee3c298de03907b14161096a59d098db
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.
|