
Added os-security-groups prefix to the security_groups attribute in json response. Change-Id: Id2a4a92da0c9751abc5c37f06fc2484ba80a8a09 Closes-Bug: #1223309
22 lines
595 B
JSON
22 lines
595 B
JSON
{
|
|
"server": {
|
|
"admin_password": "ki8cbWeZdxH6",
|
|
"id": "2dabdd93-ced7-4607-a542-2516de84e0e5",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v3/servers/2dabdd93-ced7-4607-a542-2516de84e0e5",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/servers/2dabdd93-ced7-4607-a542-2516de84e0e5",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"os-security-groups:security_groups": [
|
|
{
|
|
"name": "test"
|
|
}
|
|
]
|
|
}
|
|
}
|