Merge "Use /var/tmp on host to store temporal files for image upload via Horizon" into stable/queens

This commit is contained in:
Zuul 2019-08-29 19:42:21 +00:00 committed by Gerrit Code Review
commit c26bbfac0d
2 changed files with 2 additions and 0 deletions

View File

@ -132,6 +132,7 @@ outputs:
- /var/lib/config-data/puppet-generated/horizon/:/var/lib/kolla/config_files/src:ro
- /var/log/containers/horizon:/var/log/horizon
- /var/log/containers/httpd/horizon:/var/log/httpd
- /var/tmp/:/var/tmp/
- /var/www/:/var/www/:ro
-
if:

View File

@ -142,6 +142,7 @@ outputs:
horizon::listen_ssl: {get_param: EnableInternalTLS}
horizon::horizon_ca: {get_param: InternalTLSCAFile}
horizon::customization_module: {get_param: HorizonCustomizationModule}
horizon::file_upload_temp_dir: '/var/tmp'
-
if:
- debug_unset