horizon/releasenotes/notes/bug-1699144-configurable-image-visibility-fda69cb25d960efb.yaml
Ying Zuo 9edda95f04 Make default visibility option on create image modal configurable
If the user is allowed to create public images, the default visibility
option on the create image modal is public unless the setting
image_visibility is set to "private" on local_settings.py.

Closes-bug: #1699144
Change-Id: Ib1fc6c846ba3b7e2ee303749aca797b0e6707f37
2017-07-28 21:08:38 -07:00

8 lines
326 B
YAML

---
features:
- |
Added a new setting CREATE_IMAGE_DEFAULTS(dictionary) to configure the
default options shown on create image modal. By default, the visibility
option is public on create image modal. If ``image_visibility`` in this
setting is set to ``"private"``, the default visibility option is private.