f9046c2dd9
Change-Id: Ifc87adbac6bef0aaab2ad0e80739654b3e3123ad
14 lines
321 B
Django/Jinja
14 lines
321 B
Django/Jinja
[libvirt]
|
|
virt_type=qemu
|
|
# NOTE(Jeffrey4l): fix the gate in iax-ord nodes for libvirt 2.0.
|
|
cpu_mode=none
|
|
|
|
{# TODO(mnasiadka): Remove in Victoria #}
|
|
{% if scenario == 'ceph-ansible' and is_previous_release %}
|
|
[libvirt]
|
|
images_rbd_pool=vms
|
|
images_type=rbd
|
|
images_rbd_ceph_conf=/etc/ceph/ceph.conf
|
|
rbd_user=nova
|
|
{% endif %}
|