From abbfeb0529520bc047db44fb550df80822b7fae6 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 8 Apr 2020 19:09:41 +0300 Subject: [PATCH] [doc] Add description to horizon_images_upload_mode Change-Id: Ic670e4e5070df748e9f0b2e23630ffe60cc87bab Closes-Bug: #1815631 --- defaults/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/defaults/main.yml b/defaults/main.yml index 0e901896..7b920c2a 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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