changes to nova-compute-docker
This commit is contained in:
parent
820d2ecb4d
commit
73e26ea716
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue