Correct virtlock / virtlogd service names for Debian.

Not having this set by default looks like creating a problem with
restarting libvirtd in Debian.

Change-Id: Icd67a44d750e3062648d1322ba69968f0d2cd5f9
This commit is contained in:
Thomas Goirand 2018-11-25 16:54:30 +01:00 committed by Tobias Urdin
parent 54f25f2abf
commit a538d9271c
1 changed files with 2 additions and 2 deletions

View File

@ -138,8 +138,8 @@ class nova::params {
$vncproxy_package_name = 'nova-consoleproxy'
# Use default provider on Debian
$special_service_provider = undef
$virtlock_service_name = undef
$virtlog_service_name = undef
$virtlock_service_name = 'virtlockd'
$virtlog_service_name = 'virtlogd'
$placement_service_name = 'nova-placement-api'
$placement_public_url = 'http://127.0.0.1'
$placement_internal_url = 'http://127.0.0.1'