
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": "H83mnjinc5jy",
|
|
"id": "b2bbf280-a78d-4724-90ba-b00dd5659097",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v3/servers/b2bbf280-a78d-4724-90ba-b00dd5659097",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/servers/b2bbf280-a78d-4724-90ba-b00dd5659097",
|
|
"rel": "bookmark"
|
|
}
|
|
]
|
|
}
|
|
}
|