From c9d445fc4baf036793103b15c9eb2632da3610e0 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 7 Jul 2022 12:31:44 +0100 Subject: 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 --- doc/source/cli/data/glance.csv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/source/cli') 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. -- cgit v1.2.1