Files
puppet-ceph/releasenotes/notes/bug-2029009-ea8a684cb50372b9.yaml
Takashi Kajinami f5c1cf3ad5 Fix ineffective rgw_service parameter
... and introduces a few new parameters to customize keystone service,
so that we can replace it by the generic interfaces.

Closes-Bug: #2029009
Change-Id: Ia91560a0948257c7a7801aaca9f43bfde2a573fb
2023-07-30 01:52:16 +09:00

19 lines
425 B
YAML

---
features:
- |
The following parameters have been added to
the ``ceph::rgw::keystone::auth`` class
- ``service_description``
- ``service_name``
- ``service_type``
fixes:
- |
Fixed the ignored ``ceph::rgw::keystone::auth::rgw_service`` parameter.
deprecations:
- |
The ``ceph::rgw::keystone::auth::rgw_service`` parameter has been
deprecated in favor of the new service parameters.