python-openstackclient/releasenotes/notes/remove-project-purge-d372374b1a7c4641.yaml
Stephen Finucane 601d9717c2 Remove project purge image commands
This was still using glanceclient-style calls despite us having switched
all image command to SDK way back in 5.2.0 (Ussuri). It therefore hasn't
worked since then, so we remove without deprecation.

Change-Id: Ibea79ea10bb272cba194debfe4bcbaeebf3875b7
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2023-08-28 13:52:23 +01:00

9 lines
336 B
YAML

---
upgrade:
- |
The ``project purge`` command has been removed. This has been superseded by
the ``project cleanup`` command, was not tested, and has not been
functional for some time hence its removal without a deprecation period.
The replacement is ``project cleanup``, which is more powerful and more
flexible.