Adds CLI support for `glance md-object-update`
This patch adds a command "image metadef object update" which update metadata definitions object inside a namespace. Change-Id: I2dd8f54f9224abda5adc7a1b6a1c270c49d473a7
This commit is contained in:
@@ -34,6 +34,9 @@ Image v2
|
||||
.. autoprogram-cliff:: openstack.image.v2
|
||||
:command: image metadef object delete
|
||||
|
||||
.. autoprogram-cliff:: openstack.image.v2
|
||||
:command: image metadef object update
|
||||
|
||||
.. autoprogram-cliff:: openstack.image.v2
|
||||
:command: image metadef property create
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ md-object-show,image metadef object show,Describe a specific metadata definition
|
||||
md-object-list,image metadef object list,List metadata definitions objects inside a specific namespace.
|
||||
md-object-delete,image metadef object delete,Delete a specific metadata definitions object inside a namespace.
|
||||
md-object-property-show,,Describe a specific metadata definitions property inside an object.
|
||||
md-object-update,,Update metadata definitions object inside a namespace.
|
||||
md-object-update,image metadef object update,Update metadata definitions object inside a namespace.
|
||||
md-property-create,image metadef property create,Create a new metadata definitions property inside a namespace.
|
||||
md-property-delete,image metadef property delete,Delete a specific metadata definitions property inside a namespace.
|
||||
md-property-list,image metadef property list,List metadata definitions properties inside a specific namespace.
|
||||
|
||||
|
Reference in New Issue
Block a user