File: thin-shim-62c8e6f6942b83a5.yaml

package info (click to toggle)
python-os-client-config 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 516 kB
  • sloc: python: 2,314; makefile: 23
file content (13 lines) | stat: -rw-r--r-- 683 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
prelude: >
    os-client-config is now a thin shim around openstacksdk. It exists and
    will continue to exist provide backward compatibility.
upgrade:
  - |
    ``get_region_name`` no longer supports pre-service region name overrides.
    An ``os_client_config.cloud_config.CloudConfig`` object represents a region
    of a cloud. The support was originally added for compatibility with the
    similar feature in openstacksdk's ``Profile``. Both the support for
    service regions and the ``Profile`` object have been removed from
    openstacksdk, so there is no need to attempt to add a compatibility layer
    here as there is nothing that has the ability to consume it.