summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorlsmman <lsmman07@gmail.com>2021-10-11 22:52:52 +0900
committerStephen Finucane <sfinucan@redhat.com>2022-09-21 10:34:15 +0100
commitd163a2090471c8f90c8ad84827fb97dfbf06280b (patch)
treeb066eca0e976bdc407da7339844a2bad83acde76 /releasenotes
parent4024bdb3933dd79eec4bcf99c13f3dbf17add40b (diff)
downloadpython-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.yaml4
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.