Merge "Mount host /tmp folder to horizon container"

This commit is contained in:
Jenkins 2017-08-29 15:04:13 +00:00 committed by Gerrit Code Review
commit f594e0e749

@ -34,6 +34,7 @@ horizon_services:
- "{{ kolla_dev_repos_directory ~ '/murano-dashboard/muranodashboard:/var/lib/kolla/venv/lib/python2.7/site-packages/muranodashboard' if horizon_murano_dev_mode | bool else '' }}"
- "/etc/localtime:/etc/localtime:ro"
- "kolla_logs:/var/log/kolla/"
- "/tmp:/tmp"
####################