python-glanceclient/releasenotes/notes/3.1.0_Release-1337ddc753b88905.yaml
Erno Kuvaja 3e91562b02 Rename releasenotes to reflect correct version
As python-glanceclient 3.0.0 was released earlier, this release
will be version 3.1.0

Change-Id: I18f4d4e9d61b235ea7896ea97c1b480249d474e2
2020-04-07 11:26:40 +01:00

26 lines
908 B
YAML

---
prelude: |
This version of python-glanceclient finalizes client-side support for
the Glance import image in multiple stores, copy existing image in
multiple stores and delete image from single store.
fixes:
- |
Bug 1838694: glanceclient doesn't cleanup session it creates if one is not provided
.. _1838694: https://bugs.launchpad.net/python-glanceclient/+bug/1838694
upgrade:
- |
The following Command Line Interface calls now take ``--stores``,
``--all-stores`` and ``--allow-failure`` option:
* ``glance image-create-via-import``
* ``glance image-import``
The value for ``--stores`` option is a list of store identifiers. The
list of available stores may be obtained from the ``glance stores-info``
command.
The value for ``--all-stores`` option could be True or False.
The value for ``--allow-failure`` option could be True or False.