shade/releasenotes/notes/config-flavor-specs-ca712e17971482b6.yaml
Monty Taylor aa58173f0d
Add ability to configure extra_specs to be off
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
2017-04-02 17:06:51 -05:00

5 lines
120 B
YAML

---
features:
- Adds ability to add a config setting to clouds.yaml to
disable fetching extra_specs from flavors.