puppet-glance/releasenotes/notes/add_disk_formats_parameter-9e83e3142f8d10f9.yaml
Giulio Fidente 9222da4bbb Add support for image_format/disk_fomats configuration
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
2020-09-09 17:32:54 +02:00

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.