commit | a84770cf54d22f7900a1f6796f55c5e55b83105d | [log] [tgz] |
---|---|---|
author | Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> | Mon Feb 23 03:57:37 2015 +0000 |
committer | Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> | Mon Feb 23 23:58:55 2015 +0000 |
tree | 02dbc89d796eb2a305683fd0430b29dc894dcd76 | |
parent | 3258545389e720c321c8e8995b23eb7e0230d724 [diff] |
Fix schema of list hypervisors API Nova "list hypervisors" API returns like the following response which includes "status" and "state", { "hypervisors": [ { "status": "enabled", "state": "up", "id": 1, "hypervisor_hostname": "devstack-trusty-948085" } ] } but its schema doesn't contain them. So this patch adds them into the schema. Change-Id: Ibfd905b8df10e5ff737f0f00a96de989a24c98aa