ec1711134e
This patch removes disk-config extension for v3 api, and also remove related tests. And remove resize extension point for servers core because there isn't any extension using it anymore and there isn't good way to test resize extension point. Implements bp api-v3-remove-disk-config DocImpact Change-Id: I894ae6f4e0d6c9f956a71e8e061ccb3fa1b039d8
24 lines
663 B
JSON
24 lines
663 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": "",
|
|
"security_groups": [
|
|
{
|
|
"name": "default"
|
|
}
|
|
]
|
|
}
|
|
}
|