puppet-nova/releasenotes/notes/libvirt-networks-742a45231f4ffdb3.yaml
Takashi Kajinami 1eef27916f Introduce a new class to disable the default libvirt network
libvirt by default enables the default network so that it can provide
dhcp for all virtual machines running on that host. However this is not
required in OpenStack deployments and should be removed.

This change introduces a new class to disable the delete network.

Change-Id: Ibc0801694770913d494aa260161fa406689436ad
2022-06-26 23:13:53 +09:00

7 lines
206 B
YAML

---
features:
- |
The new ``nova::compute::libvirt::networks`` class has been added. This
class can be used to disable the default libvirt network, which is not used
in OpenStack deployments.