Fix the wrong parameter name to disable management of libvirt services

The parameter name is not manage_libvirt_service's' but
manage_libvirt_service. This parameter actually has no effect in
TripleO because the service resource and the exect resource are both
disabled but would help us reduce unnecessary resources.

Change-Id: I05128eb7ba04194247993e32a16280a135f4d18b
This commit is contained in:
Takashi Kajinami 2021-12-08 19:55:15 +09:00
parent b3e8e218f8
commit 20368af844
3 changed files with 3 additions and 3 deletions

View File

@ -363,7 +363,7 @@ outputs:
- get_attr: [RoleParametersValue, value]
- get_attr: [NovaLibvirtLogging, config_settings]
# we include ::nova::compute::libvirt::services in nova/libvirt profile
- nova::compute::libvirt::manage_libvirt_services: false
- nova::compute::libvirt::manage_libvirt_service: false
tripleo::profile::base::nova::virtlogd_wrapper::enable_wrapper: {get_param: NovaEnableVirtlogdContainerWrapper}
# don't think this is a good place as /var/lib/nova can also be shared storage
tripleo::profile::base::nova::virtlogd_wrapper::virtlogd_process_wrapper: '/var/lib/container-config-scripts/virtlogd_wrapper'

View File

@ -1073,7 +1073,7 @@ outputs:
- get_attr: [NovaLogging, config_settings]
- get_attr: [NovaBase, role_data, config_settings]
- get_attr: [RoleParametersValue, value]
- nova::compute::libvirt::manage_libvirt_services: false
- nova::compute::libvirt::manage_libvirt_service: false
nova::compute::pci::passthrough:
str_replace:
template: "JSON_PARAM"

View File

@ -389,7 +389,7 @@ outputs:
- get_attr: [NovaLibvirtLogging, config_settings]
- get_attr: [NovaLibvirtCommon, config_settings]
# we include ::nova::compute::libvirt::services in nova/libvirt profile
- nova::compute::libvirt::manage_libvirt_services: false
- nova::compute::libvirt::manage_libvirt_service: false
tripleo::profile::base::nova::virtlogd_wrapper::enable_wrapper: {get_param: NovaEnableVirtlogdContainerWrapper}
# don't think this is a good place as /var/lib/nova can also be shared storage
tripleo::profile::base::nova::virtlogd_wrapper::virtlogd_process_wrapper: '/var/lib/container-config-scripts/virtlogd_wrapper'