python-openstackclient/releasenotes/notes/implements-hide-image-4c726a61c336ebaa.yaml
Valery Tschopp 383289edd8 Implements hide image
openstack image set [--hidden|--unhidden] IMAGE
openstack image list --hidden

Task: 41734
Story: 2008581
Change-Id: Ie84f10c0f7aa2e7b7f78bfadc70132a10673866e
2021-03-25 08:57:31 +01:00

9 lines
257 B
YAML

---
features:
- |
Add mutually exclusive options ``--hidden`` and ``--unhidden`` to
``image set`` command to hide or unhide an image (``is_hidden``
attribute).
- |
Add option ``--hidden`` to ``image list`` command to list hidden images.