| commit | d99dd4842726c4d88f63cf554c8d090c55e6eef6 | [log] [tgz] |
|---|---|---|
| author | Haiwei Xu <xu-haiwei@mxw.nes.nec.co.jp> | Wed Mar 19 05:28:36 2014 +0900 |
| committer | Haiwei Xu <xu-haiwei@mxw.nes.nec.co.jp> | Wed Mar 19 05:41:15 2014 +0900 |
| tree | 6c0377c75ad2a7c8ff861dc9534be72ab92b9b42 | |
| parent | 54432cf4b0b0cd804a9b3360c1cb4cc53c1a75c1 [diff] |
Verify the response attributes of 'show_host_detail'
This patch verifies the response attributes of 'show_host_detail'.
The response body of v2 and v3 API has the same format:
"host": [
{
"resource": {
"cpu": 1,
"disk_gb": 1028,
"host": "5ca60c6792a1442f9471ff575443f94d",
"memory_mb": 8192,
"project": "(total)"
}
}
]
Partially implements blueprint nova-api-attribute-test
Change-Id: I1b9e698a97d487541abb26aea10fa20e79448f84