puppet-ceph/releasenotes/notes/rgw-keystone-deprecate-14288623c16b4561.yaml
Tobias Urdin 85b9d61c40 Deprecate keystone v2.0 functionality
This deprecates the rgw_keystone_version and
rgw_keystone_admin_token parameters which now
has no effect.

It makes the following parameter required as
it's now only using Keystone V3.

* rgw_keystone_admin_domain
* rgw_keystone_admin_project
* rgw_keystone_admin_user
* rgw_keystone_admin_password

Also does cleanup on documentation of parameters and
the spec testing.

Change-Id: Id4c6b564a47e583c4f6af587d9a3c97f419e90a9
2019-02-24 12:24:35 +01:00

19 lines
689 B
YAML

---
upgrade:
- |
The ceph::rgw::keystone class now defaults to configuration it for Keystone
V3 API. The v2.0 functionality is removed.
- |
The ceph::rgw::keystone class now requires the rgw_keystone_admin_domain,
rgw_keystone_admin_project, rgw_keystone_admin_user and
rgw_keystone_admin_password parameters to be configured, these were previously
only required when configuring Keystone V3, which is now the default and v2.0
has been removed.
deprecations:
- |
The ceph::rgw::keystone::rgw_keystone_version is deprecated and now has no
effect.
- |
The ceph::rgw::keystone::rgw_keystone_admin_token is deprecated and now has
no effect.