diff options
| author | Valery Tschopp <valery.tschopp@switch.ch> | 2021-02-02 12:56:55 +0100 |
|---|---|---|
| committer | Valery Tschopp <valery.tschopp@switch.ch> | 2021-03-25 08:57:31 +0100 |
| commit | 383289edd8ea222ce1a6e77ed0298ecdb21608a1 (patch) | |
| tree | 3dd1ef34d45e6e58f78e5ed66bf1e70527d147db /releasenotes | |
| parent | 01a53fa96fe2fbd67682850ee7ce9ab140c9211b (diff) | |
| download | python-openstackclient-383289edd8ea222ce1a6e77ed0298ecdb21608a1.tar.gz | |
Implements hide image
openstack image set [--hidden|--unhidden] IMAGE
openstack image list --hidden
Task: 41734
Story: 2008581
Change-Id: Ie84f10c0f7aa2e7b7f78bfadc70132a10673866e
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/implements-hide-image-4c726a61c336ebaa.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/implements-hide-image-4c726a61c336ebaa.yaml b/releasenotes/notes/implements-hide-image-4c726a61c336ebaa.yaml new file mode 100644 index 00000000..718ac292 --- /dev/null +++ b/releasenotes/notes/implements-hide-image-4c726a61c336ebaa.yaml @@ -0,0 +1,8 @@ +--- +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. |
