diff options
| author | yaeeee <rim0399@naver.com> | 2023-03-25 08:47:31 +0000 |
|---|---|---|
| committer | mpicea <jjh77745997@gmail.com> | 2023-03-25 10:53:23 +0000 |
| commit | 4e5e3cff5d7b0296f16b39ce203a443b0c0c2a45 (patch) | |
| tree | 7db80353f9d1195a81dc0f27daadb6dccc88ce53 /doc/source/cli | |
| parent | 65b667af2033303beee74e9241400f5bf5817899 (diff) | |
| download | python-openstackclient-4e5e3cff5d7b0296f16b39ce203a443b0c0c2a45.tar.gz | |
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
Diffstat (limited to 'doc/source/cli')
| -rw-r--r-- | doc/source/cli/data/glance.csv | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/cli/data/glance.csv b/doc/source/cli/data/glance.csv index adca8c0e..9d37509b 100644 --- a/doc/source/cli/data/glance.csv +++ b/doc/source/cli/data/glance.csv @@ -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. |
