Docs: Update glance command mapping

Update missing command in glance Mapping Guide.

List of updated command
[Glance CLI / OSC]
md-namespace-create / image metadef namespace create
md-namespace-delete / image metadef namespace delete
md-namespace-list / image metadef namespace list
md-namespace-show / image metadef namespace show

Co-authored-by: sujin01 <a5870771@gmail.com>
Co-authored-by: heesom <heesom.hs@gmail.com>
Co-authored-by: mpicea <jjh77745997@gmail.com>

Change-Id: I4d50b0ae820ea0c8feb1719bbbd9eb06d22cbe20
This commit is contained in:
yaeeee 2023-03-25 08:47:31 +00:00 committed by mpicea
parent 65b667af20
commit 4e5e3cff5d

View File

@ -22,14 +22,14 @@ import-info,,Print import methods available from Glance.
location-add,,Add a location (and related metadata) to an image.
location-delete,,Remove locations (and related metadata) from an image.
location-update,,Update metadata of an image's location.
md-namespace-create,,Create a new metadata definitions namespace.
md-namespace-delete,,Delete specified metadata definitions namespace with its contents.
md-namespace-create,image metadef namespace create,Create a new metadata definitions namespace.
md-namespace-delete,image metadef namespace delete,Delete specified metadata definitions namespace with its contents.
md-namespace-import,,Import a metadata definitions namespace from file or standard input.
md-namespace-list,,List metadata definitions namespaces.
md-namespace-list,image metadef namespace list,List metadata definitions namespaces.
md-namespace-objects-delete,,Delete all metadata definitions objects inside a specific namespace.
md-namespace-properties-delete,,Delete all metadata definitions property inside a specific namespace.
md-namespace-resource-type-list,,List resource types associated to specific namespace.
md-namespace-show,,Describe a specific metadata definitions namespace.
md-namespace-show,image metadef namespace show,Describe a specific metadata definitions namespace.
md-namespace-tags-delete,,Delete all metadata definitions tags inside a specific namespace.
md-namespace-update,,Update an existing metadata definitions namespace.
md-object-create,,Create a new metadata definitions object inside a namespace.

1 cache-clear Clear all images from cache, queue or both.
22 location-add Add a location (and related metadata) to an image.
23 location-delete Remove locations (and related metadata) from an image.
24 location-update Update metadata of an image's location.
25 md-namespace-create image metadef namespace create Create a new metadata definitions namespace.
26 md-namespace-delete image metadef namespace delete Delete specified metadata definitions namespace with its contents.
27 md-namespace-import Import a metadata definitions namespace from file or standard input.
28 md-namespace-list image metadef namespace list List metadata definitions namespaces.
29 md-namespace-objects-delete Delete all metadata definitions objects inside a specific namespace.
30 md-namespace-properties-delete Delete all metadata definitions property inside a specific namespace.
31 md-namespace-resource-type-list List resource types associated to specific namespace.
32 md-namespace-show image metadef namespace show Describe a specific metadata definitions namespace.
33 md-namespace-tags-delete Delete all metadata definitions tags inside a specific namespace.
34 md-namespace-update Update an existing metadata definitions namespace.
35 md-object-create Create a new metadata definitions object inside a namespace.