python-openstackclient/releasenotes/notes/image-set-to-update-image-membership-68221f226ca3b6e0.yaml
Jordan Pittier f055fe67c1 Add support for Glance 'update image members' feature
This patch adds 3 new options to the "image set" command: --accept,
--reject and --pending. This updates the membership status for
an image.

Closes-Bug: 1620481
Change-Id: I13b8c067aad68ece9ff636fbdd83bcb3663c91b2
2017-01-04 19:26:01 +01:00

5 lines
151 B
YAML

---
features:
- Add support to update image membership with the `--accept`,
``--reject`` and ``--pending`` options of the ``image set command``.