File: cinderclient-5-de0508ce5a221d21.yaml

package info (click to toggle)
python-cinderclient 1%3A9.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,828 kB
  • sloc: python: 18,009; makefile: 94; sh: 25
file content (31 lines) | stat: -rw-r--r-- 1,597 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
26
27
28
29
30
31
---
prelude: >
    This is a major version release of python-cinderclient. Backwards
    compatibility has been removed for some long standing deprecations and
    support for the Cinder v1 API has been removed. Prior to upgrading to this
    release, ensure all Cinder services that need to be managed are 13.0.0
    (Rocky) or later.
upgrade:
  - |
    This version of the python-cinderclient no longer supports the Cinder v1
    API. Ensure all mananaged services have at least the v2 API available prior
    to upgrading this client.
  - |
    The ``cinder endpoints`` command was deprecated and has now been removed.
    The command ``openstack catalog list`` should be used instead.
  - |
    The ``cinder credentials`` command was deprecated and has now been removed.
    The command ``openstack token issue`` should be used instead.
  - |
    The use of ``--os_tenant_name``, ``--os_tenant_id`` and the environment
    variables ``OS_TENANT_NAME`` and ``OS_TENANT_ID`` have been deprecated
    for several releases and have now been removed. After upgrading, use the
    equivalent ``--os_project_name``, ``--os_project_id``, ``OS_PROJECT_NAME``
    and ``OS_PROJECT_ID``.
  - |
    The deprecated volume create option ``--allow-multiattach`` has now been
    removed. Multiattach capability is now controlled using `volume-type extra
    specs <https://docs.openstack.org/cinder/latest/admin/blockstorage-volume-multiattach.html>`_.
  - |
    Support for the deprecated ``--sort_key`` and ``--sort_dir`` arguments have
    now been dropped. Use the supported ``--sort`` argument instead.