puppet-barbican/releasenotes/notes/use-actual-service_name-on-redhat-follow-up-7a330703f4982dac.yaml
Takashi Kajinami d0f34f0d30 Stop converting service name in RHEL/CentOS
Usage of service_name='barbican-api' in RHEL/CentOS was deprecated
during Victoria cycle[1]. This change removes that deprecated usage and
enforces the actual service name which is 'openstack-barbican-api', as
is done in the other modules.

[1] 67e4879c75

Change-Id: I696b3e3b1daa346b6667b288c21b5389d59eeac2
2022-01-08 00:15:30 +09:00

7 lines
207 B
YAML

---
upgrade:
- |
The ``barbican::api::service_name`` no longer accetps ``barbican-api``
as a valid service name in RHEL/CentOS. Use the actual service name,
``openstack-barbican-api`` instead.