af8f401eb5
This patch changes 'admin_password' to 'adminPass' that same with v2 api. And also change the related unittest. The differences between v2 and v3 are described on the wiki page https://wiki.openstack.org/wiki/NovaAPIv2tov3. Partially implements blueprint v2-on-v3-api Change-Id: Ie5675f98bb15c55a191a207171e2ffe3be8e6deb
17 lines
472 B
JSON
17 lines
472 B
JSON
{
|
|
"server": {
|
|
"adminPass": "8mQaAgHHFsDp",
|
|
"id": "71e8cf04-0486-46ae-9d18-e51f4978fa13",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v3/servers/71e8cf04-0486-46ae-9d18-e51f4978fa13",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/servers/71e8cf04-0486-46ae-9d18-e51f4978fa13",
|
|
"rel": "bookmark"
|
|
}
|
|
]
|
|
}
|
|
}
|