python-openstackclient/releasenotes/notes/switch-flavor-to-sdk-b874a3c39559815e.yaml
Artem Goncharov 0f4f42b652 Switch compute flavors from novaclient/direct to SDK
Let's switch flavors from novaclient or direct API requests onto using
SDK. Microversion agreement comes out of the box.

SDK normalizes property names, while OSC uses server side names. In
order not to break OSC users continue using server-side names.

Depends-On: https://review.opendev.org/#/c/762989/
Change-Id: I62b2ed8488ee4ac9c42051311bcfb455506ddd90
2020-12-02 11:24:42 +00:00

5 lines
107 B
YAML

---
features:
- Switch compute.flavor operations from direct API calls (novaclient) to
OpenStackSDK.