ba9a388786
This has been a long time coming; we have finally reached full feature parity and new features have only been permitted in the openstack CLI plugin for a couple of releases now. We're signalling a major version bump for the package with this change. Implements: bp/openstack-client-support Change-Id: I0a72883f1cd8a5ab9df9c349b6876248fe9edee3
17 lines
673 B
YAML
17 lines
673 B
YAML
---
|
|
prelude: >
|
|
OpenStackClient is the preferred CLI client supported by this package.
|
|
This CLI client has full feature parity to the legacy "manila" CLI client.
|
|
upgrade:
|
|
- |
|
|
Usage of the "manila" CLI client is discouraged in favor of the
|
|
"openstack" CLI. The "manila" CLI client will be removed in a future
|
|
release.
|
|
deprecations:
|
|
- |
|
|
The "manila" CLI client is now deprecated. The python-manilaclient
|
|
package provides an openstack CLI plugin. As a replacement, the
|
|
"openstack" CLI must be used. No new features will be added to the
|
|
"manila" CLI client. The "manilalient" SDK/python bindings are not
|
|
affected by this deprecation.
|