aa58173f0d
We fetch flavor extra_specs for each flavor for consistency with old behavior. However, it's costly and often just simply not needed. Query clouds.yaml for extra client settings and if "get_flavor_extra_specs" is set to false, set the default for list_flavors to false. Change-Id: Iaea1c41e8e0ae504cb080d7d37407de12be96fd1
5 lines
120 B
YAML
5 lines
120 B
YAML
---
|
|
features:
|
|
- Adds ability to add a config setting to clouds.yaml to
|
|
disable fetching extra_specs from flavors.
|