From 95c202133e959525ebc93931e224f66dc211654e Mon Sep 17 00:00:00 2001 From: Wim Nap Date: Thu, 3 May 2018 17:05:59 +0200 Subject: [PATCH] changed rbd settings --- nova_compute/write_conf.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nova_compute/write_conf.sh b/nova_compute/write_conf.sh index c24eb63..31d77ad 100755 --- a/nova_compute/write_conf.sh +++ b/nova_compute/write_conf.sh @@ -122,10 +122,10 @@ allow_resize_to_same_host = True [libvirt] virt_type = kvm -images_type = rbd +images_type = compute images_rbd_pool = vms images_rbd_ceph_conf = /etc/ceph/ceph.conf -rbd_user = nova +rbd_user = compute rbd_secret_uuid = b5044271-1918-4070-822c-f19ed14d7494 [vnc]