From 046e1a59d9b9dd6558a132002ae33f6b92b7a255 Mon Sep 17 00:00:00 2001 From: Egon Rijpkema Date: Fri, 4 May 2018 14:06:24 +0200 Subject: [PATCH] Using cinder user. --- nova_compute/write_conf.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nova_compute/write_conf.sh b/nova_compute/write_conf.sh index 31d77ad..30f1efa 100755 --- a/nova_compute/write_conf.sh +++ b/nova_compute/write_conf.sh @@ -122,11 +122,11 @@ allow_resize_to_same_host = True [libvirt] virt_type = kvm -images_type = compute -images_rbd_pool = vms +images_type = rbd +images_rbd_pool = volumes images_rbd_ceph_conf = /etc/ceph/ceph.conf -rbd_user = compute -rbd_secret_uuid = b5044271-1918-4070-822c-f19ed14d7494 +rbd_user = volumes +rbd_secret_uuid = d0db6ba7-a0c9-4da6-b0bc-aa7846325333 [vnc] enabled = True