From 73e26ea716f1e72f4dddedcb132820e78ea78d58 Mon Sep 17 00:00:00 2001 From: Wim Nap Date: Thu, 13 Sep 2018 11:49:33 +0200 Subject: [PATCH] changes to nova-compute-docker --- nova_compute/write_conf.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nova_compute/write_conf.sh b/nova_compute/write_conf.sh index 0c6a19c..68b6930 100755 --- a/nova_compute/write_conf.sh +++ b/nova_compute/write_conf.sh @@ -124,10 +124,11 @@ allow_resize_to_same_host = True [libvirt] virt_type = kvm images_type = rbd -images_rbd_pool = compute +images_rbd_pool = volumes images_rbd_ceph_conf = /etc/ceph/ceph.conf -rbd_user = compute -rbd_secret_uuid = 73b6e0a5-3833-4e91-967b-475f505205c5 +rbd_user = volumes +rbd_secret_uuid = d0db6ba7-a0c9-4da6-b0bc-aa7846325333 + [vnc] enabled = True