diff options
author | Monty Taylor <mordred@inaugust.com> | 2018-03-02 10:42:37 +0100 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2018-04-27 08:42:17 -0500 |
commit | 5c2eae8f8242332aff59d18b45a7d17f01524aaa (patch) | |
tree | daed1b5a86a0adf854504af254661a950be95fb9 /releasenotes | |
parent | cf5f446f27a08a41366847e2b586c51f9a6d696f (diff) | |
download | os-client-config-5c2eae8f8242332aff59d18b45a7d17f01524aaa.tar.gz |
Replace guts with openstack.config1.31.0
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
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/thin-shim-62c8e6f6942b83a5.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/releasenotes/notes/thin-shim-62c8e6f6942b83a5.yaml b/releasenotes/notes/thin-shim-62c8e6f6942b83a5.yaml new file mode 100644 index 0000000..32298fa --- /dev/null +++ b/releasenotes/notes/thin-shim-62c8e6f6942b83a5.yaml @@ -0,0 +1,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. |