0063d17d74
This patch changes v3 access_ips API to v2.1 and makes v2 unit tests share between v2 and v2.1. 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: Id464cbe4a8b7a7749c4f14e4531e4494dd315857
18 lines
536 B
JSON
18 lines
536 B
JSON
{
|
|
"server": {
|
|
"adminPass": "n7JGBda664QG",
|
|
"id": "934760e1-2b0b-4f9e-a916-eac1e69839dc",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v3/servers/934760e1-2b0b-4f9e-a916-eac1e69839dc",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/servers/934760e1-2b0b-4f9e-a916-eac1e69839dc",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"accessIPv4": "1.2.3.4",
|
|
"accessIPv6": "fe80::"
|
|
}
|
|
} |