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
7 lines
250 B
YAML
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``.
|