diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-05-30 04:39:34 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-05-30 04:39:34 +0000 |
| commit | d532e3b5f24a462846743f2866666b7b58aa2041 (patch) | |
| tree | 63b262f1a34628413e19cc8af4ff2a3b0fed391d /doc/source/command-objects | |
| parent | 4822bf1f53c2a5bda889050898914aa535289856 (diff) | |
| parent | 3e11661074e1a7e051e0ebff5800f8f1aac85153 (diff) | |
| download | python-openstackclient-d532e3b5f24a462846743f2866666b7b58aa2041.tar.gz | |
Merge "Add "image unset" command"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/image.rst | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/source/command-objects/image.rst b/doc/source/command-objects/image.rst index 942c03d5..d6451af7 100644 --- a/doc/source/command-objects/image.rst +++ b/doc/source/command-objects/image.rst @@ -499,3 +499,30 @@ Display image details .. describe:: <image> Image to display (name or ID) + +image unset +----------- + +*Only supported for Image v2* + +Unset image tags or properties + +.. program:: image unset +.. code:: bash + + os image set + [--tag <tag>] + [--property <property>] + <image> + +.. option:: --tag <tag> + + Unset a tag on this image (repeat option to unset multiple tags) + +.. option:: --property <property> + + Unset a property on this image (repeat option to unset multiple properties) + +.. describe:: <image> + + Image to modify (name or ID) |
