openstacksdk/releasenotes/notes/get_compute_usage-01811dccd60dc92a.yaml
Artem Goncharov dc6be6e906 Move get_compute_usage to use proxy
Address todo in compute cloud layer and move get_compute_usage to rely
to the proxy layer. With this change method returns Usage object instead
of munch. This also allows us to stop importing and inheriting from
normalize class here. "attached" filter of the search_floating_ips is
dopped since it is being pretty awkward.

Change-Id: I3de1654fc35b2985e4a0658f7117bbe9db554dd3
2022-11-18 16:48:25 +01:00

6 lines
121 B
YAML

---
upgrade:
- |
cloud.get_compute_usage method return instance of compute.usage.Usage class
instead of munch.