kolla-ansible/releasenotes/notes/horizon-image-upload-direct-5a697772e5f8c4b3.yaml
Michal Nasiadka 82c0efd139 Set HORIZON_IMAGES_UPLOAD_MODE to direct by default
Change-Id: I4aa6dc90c6e6da6cd5fa94ad9ea02396e9c60a8b
2023-11-06 15:30:18 +00:00

14 lines
512 B
YAML

---
features:
- |
``HORIZON_IMAGES_UPLOAD_MODE`` is now set to ``'direct'`` by default.
This improves image uploads from clients, because these no longer use
Horizon's webserver as a staging area - the image upload goes directly
to Glance API.
upgrade:
- |
``HORIZON_IMAGES_UPLOAD_MODE`` is now set to ``'direct'`` by default.
In order to retain the previous default (``'legacy'``) - please
set ``HORIZON_IMAGES_UPLOAD_MODE: 'legacy'`` in your
``custom_local_settings`` file.