Merge "Set ipc=host for services attaching encrypted volumes" into stable/pike
authorZuul <zuul@review.openstack.org>
Thu, 9 Nov 2017 08:01:06 +0000 (08:01 +0000)
committerGerrit Code Review <review@openstack.org>
Thu, 9 Nov 2017 08:01:06 +0000 (08:01 +0000)
docker/services/cinder-volume.yaml
docker/services/nova-compute.yaml

index d8a93b1..46873ea 100644 (file)
@@ -125,6 +125,7 @@ outputs:
         step_4:
           cinder_volume:
             image: *cinder_volume_image
+            ipc: host
             net: host
             privileged: true
             restart: always
index 883f438..5163a38 100644 (file)
@@ -115,6 +115,7 @@ outputs:
         step_4:
           nova_compute:
             image: &nova_compute_image {get_param: DockerNovaComputeImage}
+            ipc: host
             net: host
             privileged: true
             user: nova