added ceph-conf to systemd-unitfile nova-compute

This commit is contained in:
Wim Nap 2018-04-17 15:38:02 +02:00
parent e188ea4915
commit afa6dddb6b
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ ExecStart=/usr/bin/docker run --name %n \
-v /var/lib/nova/instances:/var/lib/nova/instances \
-v /lib/modules:/lib/modules \
-v /etc/machine-id:/etc/machine-id \
-v /etc/ceph:/srv/nova-compute/etc/ceph \
-v /srv/nova-compute/etc/ceph:/etc/ceph \
--network host \
{{ docker_image }} /etc/run.sh