Files
openstack-ansible-os_nova/releasenotes/notes/add-nova-lxd-f094438e4bf36d52.yaml
Michael Gugino 06081df5ab Implement nova-lxd driver
This patch set is designed to allow deployers to select
the virt_type = 'lxc', which will deploy the nova-lxd
driver instead of the usual kvm driver.

Change-Id: I8b298080faaef9da1ab0040de437086a1a393296
2016-08-08 18:05:13 -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
``lxc`` on a per-host basis in ``openstack_user_config.yml``
or on a global basis in ``user_variables.yml``.