diff options
| author | Stephen Finucane <sfinucan@redhat.com> | 2022-07-07 12:31:44 +0100 |
|---|---|---|
| committer | Stephen Finucane <sfinucan@redhat.com> | 2022-09-21 10:43:35 +0100 |
| commit | c9d445fc4baf036793103b15c9eb2632da3610e0 (patch) | |
| tree | a01d18f8989025ab5442740d40a5a23d98ef81c5 /doc/source/cli | |
| parent | d163a2090471c8f90c8ad84827fb97dfbf06280b (diff) | |
| download | python-openstackclient-c9d445fc4baf036793103b15c9eb2632da3610e0.tar.gz | |
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
Diffstat (limited to 'doc/source/cli')
| -rw-r--r-- | doc/source/cli/data/glance.csv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/cli/data/glance.csv b/doc/source/cli/data/glance.csv index c44c5089..7dd967c9 100644 --- a/doc/source/cli/data/glance.csv +++ b/doc/source/cli/data/glance.csv @@ -53,8 +53,8 @@ member-list,,Describe sharing permissions by image. member-update,image set --accept --reject --status,Update the status of a member for a given image. stores-delete,,Delete image from specific store. stores-info,,Print available backends from Glance. -task-create,,Create a new task. -task-list,,List tasks you can access. +task-create,WONTFIX,Create a new task. +task-list,image task list,List tasks you can access. task-show,image task show,Describe a specific task. bash-completion,complete,Prints arguments for bash_completion. help,help,Display help about this program or one of its subcommands. |
