Merge "Using folder rather than file when map files into container"

This commit is contained in:
Zuul 2017-10-16 08:55:03 +00:00 committed by Gerrit Code Review
commit 773a01b7b1

View File

@ -20,7 +20,7 @@ skydive_services:
volumes:
- "{{ node_config_directory }}/skydive-agent/:{{ container_config_directory }}/:ro"
- "/etc/localtime:/etc/localtime:ro"
- "/var/run/openvswitch/db.sock:/var/run/openvswitch/db.sock:ro"
- "/var/run/openvswitch:/var/run/openvswitch:ro"
- "/var/run/netns:/host/run:shared"
- "kolla_logs:/var/log/kolla/"