c19ea390ec
Added os-security-groups prefix to the security_groups attribute in json response. Change-Id: Id2a4a92da0c9751abc5c37f06fc2484ba80a8a09 Closes-Bug: #1223309
24 lines
682 B
JSON
24 lines
682 B
JSON
{
|
|
"server": {
|
|
"admin_password": "zPnp2GseTqG4",
|
|
"id": "8195065c-fea4-4d57-b93f-5c5c63fe90e8",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v3/servers/8195065c-fea4-4d57-b93f-5c5c63fe90e8",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/servers/8195065c-fea4-4d57-b93f-5c5c63fe90e8",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"os-access-ips:access_ip_v4": "",
|
|
"os-access-ips:access_ip_v6": "",
|
|
"os-security-groups:security_groups": [
|
|
{
|
|
"name": "default"
|
|
}
|
|
]
|
|
}
|
|
}
|