Skip to content

Commit 576e9a0

Browse files
author
Mridula Joshi
committed
Updating the glanceclient reference doc
Added the missing commands from glanceclient, updated the OSC equivalent and removed the deprecated commands. Change-Id: I3cee7882f6712e80c6f6e568337c1f96439aa1a5
1 parent 31881c0 commit 576e9a0

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

doc/source/cli/data/glance.csv

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
cache-clear,,"Clear all images from cache, queue or both."
2+
cache-delete,,Delete image from cache/caching queue.
3+
cache-list,,Get cache state.
4+
cache-queue,,Queue image(s) for caching.
15
explain,WONTFIX,Describe a specific model.
26
image-create,image create,Create a new image.
3-
image-create-via-import,,EXPERIMENTAL: Create a new image via image import.
7+
image-create-via-import, image create --import,"EXPERIMENTAL: Create a new image via image import using glance-direct import method. Missing support for web-download, copy-image and glance-download import methods. The OSC command is also missing support for importing image to specified store as well as all stores (--store, --stores, --all-stores) and skip or stop processing if import fails to one of the store (--allow-failure)"
48
image-deactivate,image set --deactivate,Deactivate specified image.
59
image-delete,image delete,Delete specified image.
610
image-download,image save,Download a specific image.
@@ -11,6 +15,7 @@ image-show,image show,Describe a specific image.
1115
image-stage,,Upload data for a specific image to staging.
1216
image-tag-delete,image unset --tag <tag>,Delete the tag associated with the given image.
1317
image-tag-update,image set --tag <tag>,Update an image with the given tag.
18+
image-tasks,,Get tasks associated with image.
1419
image-update,image set,Update an existing image.
1520
image-upload,,Upload data for a specific image.
1621
import-info,,Print import methods available from Glance.
@@ -49,12 +54,14 @@ md-tag-show,,Describe a specific metadata definitions tag inside a namespace.
4954
md-tag-update,,Rename a metadata definitions tag inside a namespace.
5055
member-create,image add project,Create member for a given image.
5156
member-delete,image remove project,Delete image member.
57+
member-get,,Show details of an image member
5258
member-list,image member list,Describe sharing permissions by image.
5359
member-update,image set --accept --reject --status,Update the status of a member for a given image.
5460
stores-delete,,Delete image from specific store.
5561
stores-info,,Print available backends from Glance.
5662
task-create,WONTFIX,Create a new task.
5763
task-list,image task list,List tasks you can access.
5864
task-show,image task show,Describe a specific task.
65+
usage,,Get quota usage information.
5966
bash-completion,complete,Prints arguments for bash_completion.
6067
help,help,Display help about this program or one of its subcommands.

0 commit comments

Comments
 (0)