be9da751a2
If there is only one cloud and that cloud is envvars, things work as expected. If there is only one cloud in clouds.yaml and no envvars cloud, we throw an error, even though it should be obvious which cloud was intended. Change-Id: Ia49d0fb2cc7dca36476d0e5ae3fe2b2aa1209e59
8 lines
275 B
YAML
8 lines
275 B
YAML
---
|
|
issues:
|
|
- If there was only one cloud defined in clouds.yaml
|
|
os-client-config was requiring the cloud parameter
|
|
be passed. This is inconsistent with how the envvars
|
|
cloud works which WILL work without setting the cloud
|
|
parameter if it's the only cloud.
|