Adding CLI command for `glance member-get`

This patch adds a command ``image member get`` which displays
a particular member associated to the image.

Change-Id: I48d3151f8e204e1eb5cfff67ce1e333d1cfb9322
This commit is contained in:
Mridula Joshi
2023-12-20 05:03:40 +00:00
parent d09aec3459
commit 93b2e66d2d
5 changed files with 105 additions and 1 deletions

View File

@@ -54,7 +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-get,image 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,image delete --store,Delete image from specific store.
1 cache-clear cached image list Clear all images from cache, queue or both.
54 md-tag-update Rename a metadata definitions tag inside a namespace.
55 member-create image add project Create member for a given image.
56 member-delete image remove project Delete image member.
57 member-get image member get Show details of an image member
58 member-list image member list Describe sharing permissions by image.
59 member-update image set --accept --reject --status Update the status of a member for a given image.
60 stores-delete image delete --store Delete image from specific store.