Nova chart: libvirt connection uri typo
Correction of libvirt uri, since it contained "connecton" not "connection". Change-Id: I57d7c3f6b9fd43562cfb7fa9a5cc59e1bdfa8a29
This commit is contained in:
parent
2ecfb8f991
commit
0e25aa5719
@ -309,7 +309,7 @@ conf:
|
|||||||
libvirt:
|
libvirt:
|
||||||
nova:
|
nova:
|
||||||
conf:
|
conf:
|
||||||
connecton_uri: qemu+tcp://127.0.0.1/system
|
connection_uri: "qemu+tcp://127.0.0.1/system"
|
||||||
images_type: qcow2
|
images_type: qcow2
|
||||||
images_rbd_pool: vms
|
images_rbd_pool: vms
|
||||||
images_rbd_ceph_conf: /etc/ceph/ceph.conf
|
images_rbd_ceph_conf: /etc/ceph/ceph.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user