summaryrefslogtreecommitdiff
path: root/openstackclient/image/v2/task.py
Commit message (Collapse)AuthorAgeFilesLines
* image: Add 'image task list' commandStephen Finucane2022-09-211-0/+101
| | | | | | | | | | | | 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
* image: Add 'image task show' commandslsmman2022-09-211-0/+78
This replaces and the 'glance task-show' command. For example: $ image task show <TASK_ID> Change-Id: I74cb23e436c373fe238804b903bbeb28f643d5af