Expose Horizon "DocumentRoot" on host

This will allow webroot plugin for Let's Encrypt to actually work.
The container has no need to write in this location.

Change-Id: Ia76a0cc007abfdec6f25e1371eb696864f2925fd
Closes-Bug: 1768519
This commit is contained in:
Cédric Jeanneret 2018-05-02 15:15:31 +02:00
parent e24316c4ec
commit 4f2c29e83f
1 changed files with 1 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/www/:/var/www/:ro
-
if:
- internal_tls_enabled