summaryrefslogtreecommitdiff
path: root/releasenotes/notes/hidden-images-support-9e2277ad62bf0d31.yaml
blob: e67c05a6810873e23efd2efaefc197db29872866 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
features:
  - |
    This release adds client support for the Glance "hidden images"
    feature described in the spec `Operator maintained images lifecycle
    <https://specs.openstack.org/openstack/glance-specs/specs/rocky/approved/glance/operator-image-workflow.html>`_.

    Support in the glanceclient includes the following:

    - The following calls now allow the specification of a ``--hidden``
      option that takes a boolean value (``true`` or ``false``).  When
      this option is omitted, the default value is ``false``.

      * ``image-create``
      * ``image-create-via-import``
      * ``image-update``

    - The ``image-list`` call now allows the specification of a
      ``--hidden`` filter that takes a boolean value (``true`` or
      ``false``).  By default, "hidden" images are not displayed
      in the ``image-list`` response (that's why they're called
      "hidden").  To see those images, use ``--hidden true`` as a
      filter on the ``image-list`` call.