9edca8fd9a
This change enables support for modular libvirt
daemon configurations.
Also deprecating modular_libvirt param so that modular-libvirt
is default configuration and once we remove non-modular libvirt
configuration in next release, this param can be removed.
Depends-On: https://review.opendev.org/c/openstack/puppet-nova/+/814000
Depends-On: https://review.opendev.org/c/openstack/puppet-nova/+/815113
Co-Authored-By: Bogdan Dobrelya <bdobreli@redhat.com>
Co-Authored-By: Martin Schuppert <mschuppert@redhat.com>
Change-Id: Id9c1bfcc88f60f61877fe34b1ee01677d3bcc1b0
(cherry picked from commit bbdad5c27e
)
16 lines
494 B
YAML
16 lines
494 B
YAML
---
|
|
features:
|
|
- |
|
|
This change adds functionality to enable modular libvirt daemons
|
|
support. Also all the daemons runs in separate containers, so the
|
|
configuration is done for all the daemon containers.
|
|
Here is the list of daemons added in this change.
|
|
- virtnodedevd
|
|
- virtproxyd
|
|
- virtqemud
|
|
- virtsecretd
|
|
- virtstoraged
|
|
|
|
More information regarding modular libvirt daemons is available here.
|
|
`Libvirt Daemons <https://libvirt.org/daemons.html>` _.
|