6db391f674
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
8 lines
273 B
YAML
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).
|