You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/cli/data/glance.csv
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff 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.
1
5
explain,WONTFIX,Describe a specific model.
2
6
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)"
4
8
image-deactivate,image set --deactivate,Deactivate specified image.
5
9
image-delete,image delete,Delete specified image.
6
10
image-download,image save,Download a specific image.
@@ -11,6 +15,7 @@ image-show,image show,Describe a specific image.
11
15
image-stage,image stage,Upload data for a specific image to staging.
12
16
image-tag-delete,image unset --tag <tag>,Delete the tag associated with the given image.
13
17
image-tag-update,image set --tag <tag>,Update an image with the given tag.
18
+
image-tasks,,Get tasks associated with image.
14
19
image-update,image set,Update an existing image.
15
20
image-upload,,Upload data for a specific image.
16
21
import-info,,Print import methods available from Glance.
@@ -49,12 +54,14 @@ md-tag-show,,Describe a specific metadata definitions tag inside a namespace.
49
54
md-tag-update,,Rename a metadata definitions tag inside a namespace.
50
55
member-create,image add project,Create member for a given image.
0 commit comments