summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-11-16 12:38:10 +0000
committerGerrit Code Review <review@openstack.org>2022-11-16 12:38:10 +0000
commit56b0f6de0e950cf23aeb25ff234b307e3857dcfa (patch)
tree4083c33a70222bdf02079fb2b45fec8aef73775c /doc
parent222ea8def24abaa7e8a1a61cfe2a9e945d578927 (diff)
parent1fb8d1f48b256a2bad78e7d5633ea53c6537907c (diff)
downloadpython-openstackclient-56b0f6de0e950cf23aeb25ff234b307e3857dcfa.tar.gz
Merge "image: Add 'image stage' command"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/cli/data/glance.csv2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/cli/data/glance.csv b/doc/source/cli/data/glance.csv
index 12b6851d..26f720cd 100644
--- a/doc/source/cli/data/glance.csv
+++ b/doc/source/cli/data/glance.csv
@@ -8,7 +8,7 @@ image-import,,Initiate the image import taskflow.
image-list,image list,List images you can access.
image-reactivate,image set --activate,Reactivate specified image.
image-show,image show,Describe a specific image.
-image-stage,,Upload data for a specific image to staging.
+image-stage,image stage,Upload data for a specific image to staging.
image-tag-delete,image unset --tag <tag>,Delete the tag associated with the given image.
image-tag-update,image set --tag <tag>,Update an image with the given tag.
image-update,image set,Update an existing image.