9222da4bbb
This is useful to avoid callers use glance::config for the sole reason of configuring the allowed disk_formats, which can be customized to filter out values when using particular backends, like RBD, which perform suboptimally with certain image formats. Change-Id: I0f343321d43efa5e4a4274f01a4592a8fcd92417
9 lines
347 B
YAML
9 lines
347 B
YAML
---
|
|
features:
|
|
- |
|
|
Added disk_formats option which allows configuration of
|
|
the image_format/disk_formats config setting; some backends
|
|
perform poorly with specific disk formats, for example
|
|
Ceph with QCOW2 images and in these scenarios it might
|
|
be useful to filter out of the allowed disk formats those
|
|
which are unwanted. |