tempest/releasenotes/notes/cleanup-container-client-interface-6a9fe49072cfdb17.yaml
Takashi Kajinami 47880ca10c Remove deprecated object storage client interfaces
These were deprecated during Queens cycle. Codesearch shows no usage
of these.

Change-Id: Iad5baa11aff0f4ecccd0852f50d29537a809b446
2024-03-27 04:31:08 +00:00

9 lines
288 B
YAML

---
upgrade:
- |
The following deprecated alias methods of the ``ContainerClient`` class
has been removed.
- ``update_container_metadata``, replaced by ``create_update_or_delete_container_metadata``
- ``list_container_contents``, replaced by ``list_container_objects``