tripleo-heat-templates/releasenotes/notes/remove-xinetd-859f2a31631774d1.yaml
Cédric Jeanneret 6237903852 Allow to remove xinetd service
The xinetd service isn't used anymore on the host - it runs in
containers where it is needed, meaning that service can be dropped
for good, as well as its package.

Change-Id: I004a43c1b6c9cee21c24749bd6589435530e48e0
2018-07-31 15:21:59 +02:00

9 lines
290 B
YAML

---
features:
- Allows to stop and disable xinetd service, as it not used anymore.
- Allows to remove xinetd package when UpgradeRemoveUnusedPackages is set to
"True".
deprecations:
- xinetd service is deprecated, so we stop it, disable it, and optionnaly
remove its package.