puppet-nova/releasenotes/notes/virtlock-virtlog-services-40ab5eae62817df7.yaml
Alex Schultz 465a1a7a35 Add other virt services
This change adds the management of virtlockd and virtlogd services
to the nova::compute::libvirt. These services are actually required
for nova to be able to communicate correctly with libvirt.  Virtlockd
exists for RedHat and Ubuntu but is not currently available under
Debian. Virtlogd is Ubuntu specific service that is usually started
automatically on install of the libvirt package. However if you
disable that or some how prevent it from running, then it may
interfere with nova.  We should explicitly manage them since they
are required.

Change-Id: I52c6609e547fa50dccb4b31b9d93748b2b02dee0
2016-04-19 17:17:38 +00:00

10 lines
372 B
YAML

---
fixes:
- Manage virtlockd and virtlogd services as part of
the nova::compute::libvirt as they are needed for
nova. The virtlockd service is currently managed
for RedHat and Ubuntu but skipped under Debian.
The virtlogd service is Ubuntu specific but can
be managed if the virtlog_service_name is provided
to the nova::compute::libvirt class.