os-client-config/releasenotes/notes/thin-shim-62c8e6f6942b83a5.yaml
Monty Taylor 5c2eae8f82
Replace guts with openstack.config
The code has been moved into openstacksdk. Make os-client-config a
thin wrapper around that code.

The legacy client code needs to stay, as it was removed in openstacksdk.

We also have to plumb os_client_config.defaults and
os_client_config.cloud_region.CloudRegion in so that users get the
os-client-config versions from the openstacksdk methods that return the
relevant objects.

Support for per-service region_name has been dropped. This was never
used anywhere and was added for compatibility with openstacksdk Profile
objects. Since Profile objects are no more, we can remove it. It never
made any sense.

Change-Id: I7180e20aa675c0ccbe3718493a6eff2be7e1b8b6
2018-04-27 08:42:17 -05:00

14 lines
683 B
YAML

---
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.