Merge "Updating the glanceclient reference doc"

This commit is contained in:
Zuul 2022-12-15 17:45:25 +00:00 committed by Gerrit Code Review
commit 34bf2533a7

View File

@ -1,6 +1,10 @@
cache-clear,,"Clear all images from cache, queue or both."
cache-delete,,Delete image from cache/caching queue.
cache-list,,Get cache state.
cache-queue,,Queue image(s) for caching.
explain,WONTFIX,Describe a specific model.
image-create,image create,Create a new image.
image-create-via-import,,EXPERIMENTAL: Create a new image via image import.
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)"
image-deactivate,image set --deactivate,Deactivate specified image.
image-delete,image delete,Delete specified image.
image-download,image save,Download a specific image.
@ -11,6 +15,7 @@ image-show,image show,Describe a specific image.
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-tasks,,Get tasks associated with image.
image-update,image set,Update an existing image.
image-upload,,Upload data for a specific image.
import-info,,Print import methods available from Glance.
@ -49,6 +54,7 @@ md-tag-show,,Describe a specific metadata definitions tag inside a namespace.
md-tag-update,,Rename a metadata definitions tag inside a namespace.
member-create,image add project,Create member for a given image.
member-delete,image remove project,Delete image member.
member-get,,Show details of an image member
member-list,image 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.
@ -56,5 +62,6 @@ stores-info,,Print available backends from Glance.
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.
usage,,Get quota usage information.
bash-completion,complete,Prints arguments for bash_completion.
help,help,Display help about this program or one of its subcommands.

1 explain cache-clear WONTFIX Describe a specific model. Clear all images from cache, queue or both.
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.
5 explain explain WONTFIX WONTFIX Describe a specific model. Describe a specific model.
6 image-create image-create image create image create Create a new image. Create a new image.
7 image-create-via-import image-create-via-import image create --import EXPERIMENTAL: Create a new image via image 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)
8 image-deactivate image-deactivate image set --deactivate image set --deactivate Deactivate specified image. Deactivate specified image.
9 image-delete image-delete image delete image delete Delete specified image. Delete specified image.
10 image-download image-download image save image save Download a specific image. Download a specific image.
15 image-stage image-stage image stage image stage Upload data for a specific image to staging. Upload data for a specific image to staging.
16 image-tag-delete image-tag-delete image unset --tag <tag> image unset --tag <tag> Delete the tag associated with the given image. Delete the tag associated with the given image.
17 image-tag-update image-tag-update image set --tag <tag> image set --tag <tag> Update an image with the given tag. Update an image with the given tag.
18 image-tasks Get tasks associated with image.
19 image-update image-update image set image set Update an existing image. Update an existing image.
20 image-upload image-upload Upload data for a specific image. Upload data for a specific image.
21 import-info import-info Print import methods available from Glance. Print import methods available from Glance.
54 md-tag-update md-tag-update Rename a metadata definitions tag inside a namespace. Rename a metadata definitions tag inside a namespace.
55 member-create member-create image add project image add project Create member for a given image. Create member for a given image.
56 member-delete member-delete image remove project image remove project Delete image member. Delete image member.
57 member-get Show details of an image member
58 member-list member-list image member list image member list Describe sharing permissions by image. Describe sharing permissions by image.
59 member-update member-update image set --accept --reject --status image set --accept --reject --status Update the status of a member for a given image. Update the status of a member for a given image.
60 stores-delete stores-delete Delete image from specific store. Delete image from specific store.
62 task-create task-create WONTFIX WONTFIX Create a new task. Create a new task.
63 task-list task-list image task list image task list List tasks you can access. List tasks you can access.
64 task-show task-show image task show image task show Describe a specific task. Describe a specific task.
65 usage Get quota usage information.
66 bash-completion bash-completion complete complete Prints arguments for bash_completion. Prints arguments for bash_completion.
67 help help help help Display help about this program or one of its subcommands. Display help about this program or one of its subcommands.