diff options
| author | lsmman <lsmman07@gmail.com> | 2021-10-11 22:52:52 +0900 |
|---|---|---|
| committer | Stephen Finucane <sfinucan@redhat.com> | 2022-09-21 10:34:15 +0100 |
| commit | d163a2090471c8f90c8ad84827fb97dfbf06280b (patch) | |
| tree | b066eca0e976bdc407da7339844a2bad83acde76 /releasenotes | |
| parent | 4024bdb3933dd79eec4bcf99c13f3dbf17add40b (diff) | |
| download | python-openstackclient-d163a2090471c8f90c8ad84827fb97dfbf06280b.tar.gz | |
image: Add 'image task show' commands
This replaces and the 'glance task-show' command. For example:
$ image task show <TASK_ID>
Change-Id: I74cb23e436c373fe238804b903bbeb28f643d5af
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/add-image-task-commands-50c3643ebfd0421f.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/add-image-task-commands-50c3643ebfd0421f.yaml b/releasenotes/notes/add-image-task-commands-50c3643ebfd0421f.yaml new file mode 100644 index 00000000..927f6a80 --- /dev/null +++ b/releasenotes/notes/add-image-task-commands-50c3643ebfd0421f.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + Add ``image task show`` command to show a task for the image service. |
