python-openstackclient/releasenotes/notes/add-image-task-commands-50c3643ebfd0421f.yaml
Stephen Finucane c9d445fc4b image: Add 'image task list' command
This replaces the 'glance task-list' command.

  $ openstack image task list

We also indicate that the 'image task create' command will never be
implemented. This is an admin-only API that isn't really intended to be
used by humans thus it does not need an OSC command implementation.

Change-Id: Id8a943a5443782fc70c0fbf3639f5aa17b9d30af
2022-09-21 10:43:35 +01:00

7 lines
173 B
YAML

---
features:
- |
Add ``image task show`` command to show a task for the image service.
- |
Add ``image task list`` command to list tasks for the image service.