openstacksdk/releasenotes/notes/use-proxy-layer-dfc3764d52bc1f2a.yaml
Artem Goncharov 6db391f674 Switch networking function in cloud layer to proxy
We need to complete rework of our cloud layer to rely on proxy layer
instead of reimplementing direct API calls. This time networking
functions are touched.

Change-Id: I23dc30abc8977c8ff14f5e7b9c9940af0d0894c7
2021-05-07 13:37:22 +00:00

8 lines
273 B
YAML

---
upgrade:
- |
Networking functions of the cloud layer return now resource objects
`openstack.resource`. While those still implement Munch interface and are
accessible as dictionary modification of an instance might be causing
issues (i.e. forbidden).