From a340ea6e2dcf8b4d685f443aa93e77ea072b72f1 Mon Sep 17 00:00:00 2001 From: Ian Main Date: Fri, 11 Mar 2016 22:34:57 +0000 Subject: 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 --- docker/compute-post.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'docker') diff --git a/docker/compute-post.yaml b/docker/compute-post.yaml index 4532549f..e3557267 100644 --- a/docker/compute-post.yaml +++ b/docker/compute-post.yaml @@ -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 -- cgit 1.2.3-korg