openstacksdk/releasenotes/notes/default-cloud-7ee0bcb9e5dd24b9.yaml
Monty Taylor be9da751a2
Treat clouds.yaml with one cloud like envvars
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
2017-12-01 09:49:48 -06:00

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.