summaryrefslogtreecommitdiff
path: root/releasenotes/notes/thin-shim-62c8e6f6942b83a5.yaml
blob: 32298fa7ce851c3d9e8d3fcbefdd154a5686034e (plain)
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.