30bff68140
This parameter determines whether the nova::compute::libvirt class should manage libvirt services. Even if the parameter is set to false, a user can include nova::compute::libvirt::services explicitly to manage libvirt services. However the nova::migration::libvirt class does not care whether the service class is additionally included and always ignores the service resources even though libvirt services are actually managed. This fixes that problem and introduces a proper knob to manage/unmanage services. Change-Id: Ibd904309ee5327ec2010925459c1aee4a109b1b0
14 lines
415 B
YAML
14 lines
415 B
YAML
---
|
|
features:
|
|
- |
|
|
The new ``nova::migration::libvirt::manage_service`` parameter has been
|
|
added.
|
|
|
|
fixes:
|
|
- |
|
|
The ``nova::migration::libvirt`` class no longer reads
|
|
the ``nova::compute::libvirt::manage_libvirt_services`` parameter to
|
|
decide whether the class should/shouldn't manage services. The new
|
|
``nova::migration::libvirt::manage_service`` parameter now controls that
|
|
behavior.
|