Revert "Fix the wrong parameter name to disable management of libvirt services"
This reverts commit 20368af844
.
Reason for revert:
It turned out the previous parameter name was correct and
this change updated it to the wrong name in fact.
Change-Id: I0de403cfc2e5b5cd8ad83f568216cbfe7fba01d8
This commit is contained in:
parent
20368af844
commit
cb24c0bff6
@ -363,7 +363,7 @@ outputs:
|
|||||||
- get_attr: [RoleParametersValue, value]
|
- get_attr: [RoleParametersValue, value]
|
||||||
- get_attr: [NovaLibvirtLogging, config_settings]
|
- get_attr: [NovaLibvirtLogging, config_settings]
|
||||||
# we include ::nova::compute::libvirt::services in nova/libvirt profile
|
# we include ::nova::compute::libvirt::services in nova/libvirt profile
|
||||||
- nova::compute::libvirt::manage_libvirt_service: false
|
- nova::compute::libvirt::manage_libvirt_services: false
|
||||||
tripleo::profile::base::nova::virtlogd_wrapper::enable_wrapper: {get_param: NovaEnableVirtlogdContainerWrapper}
|
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
|
# 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'
|
tripleo::profile::base::nova::virtlogd_wrapper::virtlogd_process_wrapper: '/var/lib/container-config-scripts/virtlogd_wrapper'
|
||||||
|
@ -1073,7 +1073,7 @@ outputs:
|
|||||||
- get_attr: [NovaLogging, config_settings]
|
- get_attr: [NovaLogging, config_settings]
|
||||||
- get_attr: [NovaBase, role_data, config_settings]
|
- get_attr: [NovaBase, role_data, config_settings]
|
||||||
- get_attr: [RoleParametersValue, value]
|
- get_attr: [RoleParametersValue, value]
|
||||||
- nova::compute::libvirt::manage_libvirt_service: false
|
- nova::compute::libvirt::manage_libvirt_services: false
|
||||||
nova::compute::pci::passthrough:
|
nova::compute::pci::passthrough:
|
||||||
str_replace:
|
str_replace:
|
||||||
template: "JSON_PARAM"
|
template: "JSON_PARAM"
|
||||||
|
@ -389,7 +389,7 @@ outputs:
|
|||||||
- get_attr: [NovaLibvirtLogging, config_settings]
|
- get_attr: [NovaLibvirtLogging, config_settings]
|
||||||
- get_attr: [NovaLibvirtCommon, config_settings]
|
- get_attr: [NovaLibvirtCommon, config_settings]
|
||||||
# we include ::nova::compute::libvirt::services in nova/libvirt profile
|
# we include ::nova::compute::libvirt::services in nova/libvirt profile
|
||||||
- nova::compute::libvirt::manage_libvirt_service: false
|
- nova::compute::libvirt::manage_libvirt_services: false
|
||||||
tripleo::profile::base::nova::virtlogd_wrapper::enable_wrapper: {get_param: NovaEnableVirtlogdContainerWrapper}
|
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
|
# 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'
|
tripleo::profile::base::nova::virtlogd_wrapper::virtlogd_process_wrapper: '/var/lib/container-config-scripts/virtlogd_wrapper'
|
||||||
|
Loading…
Reference in New Issue
Block a user