aboutsummaryrefslogtreecommitdiffstats
path: root/docker/services/nova-migration-target.yaml
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2017-11-09 08:25:45 +0000
committerGerrit Code Review <review@openstack.org>2017-11-09 08:25:45 +0000
commit4067ec3f9f2e41ceb1d26df0ce575b6b471f702f (patch)
treeea1c7e3529f10e658b6b7e0c58253e15699523cc /docker/services/nova-migration-target.yaml
parent7558bfba986cf993d775f5fee3f327cc88cdddac (diff)
parent848467694ca1cc0b03f76507d3c694b46f722b4b (diff)
Merge "Set bind mount propegatation to shared for /var/lib/nova." into stable/pike
Diffstat (limited to 'docker/services/nova-migration-target.yaml')
-rw-r--r--docker/services/nova-migration-target.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/services/nova-migration-target.yaml b/docker/services/nova-migration-target.yaml
index cb3b950e..7909e416 100644
--- a/docker/services/nova-migration-target.yaml
+++ b/docker/services/nova-migration-target.yaml
@@ -149,6 +149,6 @@ outputs:
- /var/lib/config-data/puppet-generated/nova_libvirt/:/var/lib/kolla/config_files/src:ro
- /etc/ssh/:/host-ssh/:ro
- /run:/run
- - /var/lib/nova:/var/lib/nova
+ - /var/lib/nova:/var/lib/nova:shared
environment:
- KOLLA_CONFIG_STRATEGY=COPY_ALWAYS