Files
puppet-nova/releasenotes/notes/deprecate-client-cad4cec8032c789b.yaml
Takashi Kajinami a5b68f7319 Deprecate client class
The nova CLI has been deprecated[1] and will be removed in a future
release. This deprecates the class to install the novaclient package
because this class aims to help installing the package for CLI usage.
It should be installed by package dependencies in case it is used as
a library.

[1] 0fb7190c062a08a3969a71955c014e3a572cdc9e

Change-Id: Iffe2cc8daf28d088c098443986925c18a8412318
2023-09-04 15:19:10 +09:00

8 lines
243 B
YAML

---
deprecations:
- |
The ``nova::client`` class has been deprecated. The ``nova`` CLI has
been deprecated and will be removed in the future. Use
the ``openstacklib::openstackclient`` class and the ``openstack`` CLI
instead.