openstacksdk/releasenotes/notes/removed-profile-437f3038025b0fb3.yaml
Monty Taylor 18fe7b4e2b
Rename CloudConfig to CloudRegion
The name CloudConfig has always sucked. While working on the next patch,
it occurred to me that what a CloudConfig represents is the config for a
given region of a cloud. We even reference "Cloud Region" as a unit of
work when giving conference talks.

Take the opportunity while we're doing this sdk/occ merge to rename it.
Obviously we can provide naming compat shim in OCC itself.

Leave in *some* naming compat shims to get us past the 0.10 release so
that OSC continues to have the happies.

Change-Id: Ia0bbc20eb28a3a36e69adba3a4b45323e4aa284e
2018-01-09 11:56:04 -06:00

9 lines
309 B
YAML

---
upgrade:
- The Profile object has been replaced with the use of
CloudRegion objects from openstack.config.
- The openstacksdk specific Session object has been removed.
- Proxy objects are now subclasses of
keystoneauth1.adapter.Adapter.
- REST interactions all go through TaskManager now.