| commit | 03a0e9d2cdbeb4da89c30ac44fa56a070b955a81 | [log] [tgz] |
|---|---|---|
| author | Haiwei Xu <xu-haiwei@mxw.nes.nec.co.jp> | Fri Mar 28 02:22:50 2014 +0900 |
| committer | Haiwei Xu <xu-haiwei@mxw.nes.nec.co.jp> | Tue Apr 01 23:37:58 2014 +0900 |
| tree | 7bbb49031e3c04315ec7bc9d93c1ad36404f86cf | |
| parent | a16c49fcd50fcb8370c9d301cb18aafd5f7b1a78 [diff] |
Verify the response attributes of 'startup_host' API
This patch verifies the response attributes of 'startup_host' API.
The response body format of v2:
{
"host": "57f5de2fa5b44f14974a4f50b9ffcbf8",
"power_action": "startup"
}
The response body format of v3:
{
"host": {
"host": "4b392b27930343bbaa27fd5d8328a564",
"power_action": "startup"
}
}
Partially implements blueprint nova-api-attribute-test
Change-Id: If73daa85c374ce2ae8187cdc7f4929c8647ebe66