
As extensions options has been deprecated, API sample tests should run against all extension enable. This commit enables all extensions for server PUT API tests and remove its specific extensions tests and sample files. Adding a hack for other tests which are still running with specific extensions. That is needed to avoid all tests updates in single commit. Partially implements blueprint api-sample-tests-with-all-extensions Change-Id: I9c44da3d9df39c1db0948194502be52f4f15acf2
23 lines
631 B
JSON
23 lines
631 B
JSON
{
|
|
"server": {
|
|
"OS-DCF:diskConfig": "AUTO",
|
|
"adminPass": "zPnp2GseTqG4",
|
|
"id": "8195065c-fea4-4d57-b93f-5c5c63fe90e8",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v2/openstack/servers/8195065c-fea4-4d57-b93f-5c5c63fe90e8",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/openstack/servers/8195065c-fea4-4d57-b93f-5c5c63fe90e8",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"security_groups": [
|
|
{
|
|
"name": "default"
|
|
}
|
|
]
|
|
}
|
|
}
|