puppet-neutron/releasenotes/notes/deprecate-client-16a7053b3f07735d.yaml
Takashi Kajinami 7d36b5f86b Deprecate client class
The neutron CLI has been deprecated[1] and will be removed in a future
release. This deprecates the class to install the neutronclient 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] 3a64a7a166be25d40436fd40c8351a79267bd3c4

Change-Id: I6ae441ea74c9e51e61a944583092bc0e0bc687f4
2023-09-04 15:20:16 +09:00

8 lines
249 B
YAML

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