Add database directory mount for openvswitchdb

openvswitchdb creates a db.conf file in /etc/openvswitch.  This just
maps it to the host so we don't lose data.

Change-Id: Ic773ba94522f108a765a09849e2f442ef3ca3bcf
This commit is contained in:
Ian Main 2016-03-11 22:34:57 +00:00
parent 312c0fac92
commit a340ea6e2d

@ -200,6 +200,7 @@ resources:
volumes:
- /run:/run
- /var/lib/etc-data/json-config/ovsdb-server.json:/var/lib/kolla/config_files/config.json
- /etc/openvswitchd:/etc/openvswitchd
environment:
- KOLLA_CONFIG_STRATEGY=COPY_ALWAYS