puppet-keystone/releasenotes/notes/policy_rc_d_keystone_eventlet-2dc65eb3d27f8969.yaml
Matthew Black a90175e620 Prevent keystone eventlet from starting
On debian based hosts, when a package is installed, the packager
has the service automatically start. This causes a problem,
especially in CI, where the eventlet doesnt quit fast enough
and apache is started but cant bind to port.

Change-Id: I6b07a70f0729639f12ebc19f9d3cd405d8be214b
Closes-Bug: 1569390
2016-04-22 14:15:07 -04:00

8 lines
215 B
YAML

---
features:
- Provides bool to determine if policy-rc.d should be managed
for keystone eventlet service.
issues:
- Keystone eventlet service is auto-started on debian based
systems on package install.