tripleo-ansible/releasenotes/notes/clean-endpoints-cca5478129f0506d.yaml
Brendan Shephard 1d9093bbef Cleanup Keystone services that are not required
Occassionally, services are disabled by the user. This
can happen during upgrades on the undercloud. But it can
also be invoked by a user who is removing a service.

This change introduces a block to cleanup keystone services
that are no longer required.

Resolves: rhbz#2080199
Change-Id: If825271ec82f4906cf9ad433a3e4b848f7f2e685
2022-06-27 14:07:43 +10:00

8 lines
291 B
YAML

---
features:
- |
Add a new playbook to allow for the removal of old Keystone services.
This playbook will remove any services that exist but have since been
disabled. This cleanup task is tunable using
`tripleo_keystone_resources_cleanup` which by default is set to True.