File: 3.1.0_Release-1337ddc753b88905.yaml

package info (click to toggle)
python-glanceclient 1%3A4.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,576 kB
  • sloc: python: 16,211; sh: 81; makefile: 27
file content (25 lines) | stat: -rw-r--r-- 908 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
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.