[doc] Add description to horizon_images_upload_mode

Change-Id: Ic670e4e5070df748e9f0b2e23630ffe60cc87bab
Closes-Bug: #1815631
This commit is contained in:
Dmitriy Rabotyagov 2020-04-08 19:09:41 +03:00
parent 3e60a13650
commit abbfeb0529
1 changed files with 7 additions and 0 deletions

View File

@ -162,7 +162,14 @@ horizon_apache_custom_log_format: '"%h %l %u \"%r\" %>s %b \"%{Referer}i\" \"%{U
horizon_dropdown_max_items: 30
horizon_instance_log_length: 35
horizon_overview_days_range: 1
# Valid options are "direct", "legacy" and "off".
# Direct mode uploads images directly to glance, but requires CORS
# to be configured for glance. Legacy will use horizon container as
# a proxy for the image before uploading it to the glance, but do not
# require any extra configuration
horizon_images_upload_mode: direct
horizon_images_allow_location: False
horizon_time_zone: UTC
horizon_enforce_password_check: False