openstack-ansible-os_nova/releasenotes/notes/add-nova-lxd-f094438e4bf36d52.yaml
Michael Gugino 41c1dbcdcb Change nova_virt_type from lxc to lxd
lxc was originally chosen due to faulty documentation
and / or error.  The correct value should be lxd
to avoid confusion, as well as possibly allow for
lxc support via libvirt in the future.

Change-Id: Id72228ab31e345eecbd4de0031c156622795a1da
2016-08-25 15:11:25 -04:00

7 lines
250 B
YAML

---
features:
- The os_nova role can now deploy the nova-lxd hypervisor.
This can be achieved by setting ``nova_virt_type`` to
``lxd`` on a per-host basis in ``openstack_user_config.yml``
or on a global basis in ``user_variables.yml``.