diff --git a/roles/cinder-storage/templates/cinder-storage.service b/roles/cinder-storage/templates/cinder-storage.service index df85aeb..48108e3 100644 --- a/roles/cinder-storage/templates/cinder-storage.service +++ b/roles/cinder-storage/templates/cinder-storage.service @@ -15,6 +15,7 @@ ExecStart=/usr/bin/docker run --name %n \ -v /etc/ceph:/etc/ceph \ -p 8777:8776 \ -p 3260:3260 \ + --network=host \ {{ docker_image }} [Install]