Merge "ovn: Mount /run instead of /run/openvswitch when starting ovn-controller container"

This commit is contained in:
Zuul 2018-04-19 10:02:12 +00:00 committed by Gerrit Code Review
commit 8e92aeac9e
1 changed files with 4 additions and 1 deletions

View File

@ -111,7 +111,10 @@ outputs:
volumes:
- /var/lib/kolla/config_files/ovn_controller.json:/var/lib/kolla/config_files/config.json:ro
- /lib/modules:/lib/modules:ro
- /run/openvswitch:/run/openvswitch
# TODO(numans): This is temporary. Mount /run/openvswitch once
# openvswitch systemd script is fixed to not delete /run/openvswitch
# folder in the host when openvswitch service is stopped.
- /run:/run
- /var/log/containers/openvswitch:/var/log/openvswitch
environment:
- KOLLA_CONFIG_STRATEGY=COPY_ALWAYS