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

This commit is contained in:
Zuul 2017-12-28 03:52:42 +00:00 committed by Gerrit Code Review
commit d054b9a4b4
1 changed files with 1 additions and 1 deletions

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/"