horizon/releasenotes/notes/glance_disk_formats-a13cb994a2d5c1fe.yaml
Dmitriy Rabotyagov 04a3535e18 Add support to get disk_formats from glance
This patch allows administrators to set disk_formats only for glance,
while horizon will retrieve list of supported formats from glance API.
IMAGE_BACKEND_SETTINGS still may be used to redefine display name
of the format or additionally limit list of availble ones.

Change-Id: Ia4ea513023895f4ad2a87f91e3d2837c7668d9ae
Closes-Bug: 1853822
2019-12-17 14:56:44 +02:00

7 lines
220 B
YAML

---
features:
- |
Added support to retrieve supported disk formats from glance,
so you can adjust disk_formats only inside glance-api.conf.
You still can use IMAGE_BACKEND_SETTINGS to adjust format naming.