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

This commit is contained in:
Zuul 2019-08-28 21:38:01 +00:00 committed by Gerrit Code Review
commit af4ecd34f4

View File

@ -184,6 +184,7 @@ outputs:
horizon::horizon_ca: {get_param: InternalTLSCAFile}
horizon::customization_module: {get_param: HorizonCustomizationModule}
horizon::timezone: {get_param: TimeZone}
horizon::file_upload_temp_dir: '/var/tmp'
-
if:
- websso_enabled
@ -272,6 +273,7 @@ outputs:
- /var/lib/config-data/puppet-generated/horizon/:/var/lib/kolla/config_files/src:ro
- /var/log/containers/horizon:/var/log/horizon:z
- /var/log/containers/httpd/horizon:/var/log/httpd:z
- /var/tmp/:/var/tmp/:z
- /var/www/:/var/www/:ro
-
if: