puppet-keystone/releasenotes/notes/deprecate-client-09e5876938d3a374.yaml
Takashi Kajinami f271472b48 Deprecate client class
The python-keystoneclient package removed CLI long ago so installing
the package is now useless. It provides only library implementations
and should be installed by package dependencies.

Change-Id: I46b09092847eeb821f97172e1a912ad8a1b8a2e3
2023-05-30 01:02:18 +00:00

11 lines
315 B
YAML

---
deprecations:
- |
The ``keystone::client_package_ensure`` parameter has been deprecated and
has no effect.
- |
The ``keystone::client`` class has been deprecated, because
the python-keystoneclient package no longer provides CLI. Use
the ``openstacklib::openstackclient`` class instead.