python-novaclient/releasenotes/notes/microversion-v2_28-abf653ae5cf5c4a9.yaml
Sylvain Bauza a70de7e590 Add support for microversion 2.28
microversion 2.28 now returns a dict instead of a string for cpu_info item
returned by GET /os-hypervisors/<id>

Fortunately, the utils.flatten_dict() method checks whether it's a JSON field
so the behaviour keeps to be the same for the CLI output of nova hypervisor-show.

That said, the novaclient API call to HypervisorManager.get() will of course
be returning either a dict or a string for the keyed cpu_info given the
microversion.

Co-Authored-By: Andrey Kurilin <andr.kurilin@gmail.com>
Change-Id: I3a8bfcb7672005430ca99bab0d20e25f48a7e0f6
Implements: blueprint nova-api-hypervsor-cpu-info
2016-06-10 21:38:44 +03:00

6 lines
127 B
YAML

---
upgrade:
- Support v2.28 microversion
- cpu_info property of hypervisor resource is a json now (previously it was
text).