os-client-config/releasenotes/notes/load-yaml-3177efca78e5c67a.yaml
Monty Taylor 81e04fcec6
Add ability to skip yaml loading
Added a flag, 'load_yaml_config' that defaults to True.
If set to false, no clouds.yaml files will be loaded. This
is beneficial if os-client-config wants to be used inside of
a service where end-user clouds.yaml files would  make things
more confusing.

Change-Id: Idbc82bb931e9edf1bbcc575237c0e202e219c218
2017-02-27 09:36:57 -06:00

8 lines
288 B
YAML

---
features:
- Added a flag, 'load_yaml_config' that defaults to True.
If set to false, no clouds.yaml files will be loaded. This
is beneficial if os-client-config wants to be used inside of
a service where end-user clouds.yaml files would make things
more confusing.