|
1 | 1 | explain,WONTFIX,Describe a specific model. |
2 | 2 | image-create,image create,Create a new image. |
| 3 | +image-create-via-import,,EXPERIMENTAL: Create a new image via image import. |
3 | 4 | image-deactivate,image set --deactivate,Deactivate specified image. |
4 | 5 | image-delete,image delete,Delete specified image. |
5 | 6 | image-download,image save,Download a specific image. |
| 7 | +image-import,,Initiate the image import taskflow. |
6 | 8 | image-list,image list,List images you can access. |
7 | 9 | image-reactivate,image set --activate,Reactivate specified image. |
8 | 10 | image-show,image show,Describe a specific image. |
| 11 | +image-stage,,Upload data for a specific image to staging. |
9 | 12 | image-tag-delete,image unset --tag <tag>,Delete the tag associated with the given image. |
10 | 13 | image-tag-update,image set --tag <tag>,Update an image with the given tag. |
11 | 14 | image-update,image set,Update an existing image. |
12 | 15 | image-upload,,Upload data for a specific image. |
| 16 | +import-info,,Print import methods available from Glance. |
13 | 17 | location-add,,Add a location (and related metadata) to an image. |
14 | 18 | location-delete,,Remove locations (and related metadata) from an image. |
15 | 19 | location-update,,Update metadata of an image's location. |
| 20 | +md-namespace-create,,Create a new metadata definitions namespace. |
| 21 | +md-namespace-delete,,Delete specified metadata definitions namespace with its contents. |
| 22 | +md-namespace-import,,Import a metadata definitions namespace from file or standard input. |
| 23 | +md-namespace-list,,List metadata definitions namespaces. |
| 24 | +md-namespace-objects-delete,,Delete all metadata definitions objects inside a specific namespace. |
| 25 | +md-namespace-properties-delete,,Delete all metadata definitions property inside a specific namespace. |
| 26 | +md-namespace-resource-type-list,,List resource types associated to specific namespace. |
| 27 | +md-namespace-show,,Describe a specific metadata definitions namespace. |
| 28 | +md-namespace-tags-delete,,Delete all metadata definitions tags inside a specific namespace. |
| 29 | +md-namespace-update,,Update an existing metadata definitions namespace. |
| 30 | +md-object-create,,Create a new metadata definitions object inside a namespace. |
| 31 | +md-object-delete,,Delete a specific metadata definitions object inside a namespace. |
| 32 | +md-object-list,,List metadata definitions objects inside a specific namespace. |
| 33 | +md-object-property-show,,Describe a specific metadata definitions property inside an object. |
| 34 | +md-object-show,,Describe a specific metadata definitions object inside a namespace. |
| 35 | +md-object-update,,Update metadata definitions object inside a namespace. |
| 36 | +md-property-create,,Create a new metadata definitions property inside a namespace. |
| 37 | +md-property-delete,,Delete a specific metadata definitions property inside a namespace. |
| 38 | +md-property-list,,List metadata definitions properties inside a specific namespace. |
| 39 | +md-property-show,,Describe a specific metadata definitions property inside a namespace. |
| 40 | +md-property-update,,Update metadata definitions property inside a namespace. |
| 41 | +md-resource-type-associate,,Associate resource type with a metadata definitions namespace. |
| 42 | +md-resource-type-deassociate,,Deassociate resource type with a metadata definitions namespace. |
| 43 | +md-resource-type-list,,List available resource type names. |
| 44 | +md-tag-create,,Add a new metadata definitions tag inside a namespace. |
| 45 | +md-tag-create-multiple,,Create new metadata definitions tags inside a namespace. |
| 46 | +md-tag-delete,,Delete a specific metadata definitions tag inside a namespace. |
| 47 | +md-tag-list,,List metadata definitions tags inside a specific namespace. |
| 48 | +md-tag-show,,Describe a specific metadata definitions tag inside a namespace. |
| 49 | +md-tag-update,,Rename a metadata definitions tag inside a namespace. |
16 | 50 | member-create,image add project,Create member for a given image. |
17 | 51 | member-delete,image remove project,Delete image member. |
18 | 52 | member-list,,Describe sharing permissions by image. |
19 | 53 | member-update,image set --accept --reject --status,Update the status of a member for a given image. |
| 54 | +stores-delete,,Delete image from specific store. |
| 55 | +stores-info,,Print available backends from Glance. |
20 | 56 | task-create,,Create a new task. |
21 | 57 | task-list,,List tasks you can access. |
22 | 58 | task-show,,Describe a specific task. |
|
0 commit comments