67e4879c75
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
8 lines
243 B
YAML
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.
|