Merge "Introduce common resources for docker templates"
[apex-tripleo-heat-templates.git] / docker / services / containers-common.yaml
1 heat_template_version: ocata
2
3 description: >
4   Contains a static list of common things necessary for containers
5
6 outputs:
7   volumes:
8     description: Common volumes for the containers.
9     value:
10       - /etc/hosts:/etc/hosts:ro
11       - /etc/localtime:/etc/localtime:ro