puppet-barbican/releasenotes/notes/use-actual-service_name-on-redhat-os-496a8320834e376c.yaml
Takashi Kajinami 67e4879c75 Accept actual service name for api service name
Currently the other puppet modules accept actual service name on the
platfomr for api service_name, while puppet-barbican always require
'barbican-api' and doesn't accept 'openstack-barbican-api' even in
Red Hat based OS.

This patch makes sure that we accept actual service name for api
service name, so that the accepted values are consistent among all
puppet modules.

Change-Id: I3ff64113e19a7c784d03afe3cb34865b88f8e39a
2020-05-29 12:00:14 +09:00

8 lines
243 B
YAML

---
deprecations:
- |
The usage of ``barbican-api`` as service_name in Red Hat based OS is
deprecated and will be removed in a future release. Use
``openstack-barbican-api``, which is consistent with the actual service
name.