
Adds api sample tests and api samples for scheduler-hints Partially implements blueprint v3-api-unittests Partially implements blueprint v3-api-specification Change-Id: If7bc47dc92c1e7f33f80ea567688d067c42fa219
11 lines
402 B
JSON
11 lines
402 B
JSON
{
|
|
"server" : {
|
|
"name" : "new-server-test",
|
|
"image_ref" : "http://glance.openstack.example.com/openstack/images/70a599e0-31e7-49b7-b260-868f441e862b",
|
|
"flavor_ref" : "http://openstack.example.com/openstack/flavors/1",
|
|
"os-scheduler-hints:scheduler_hints": {
|
|
"hypervisor": "xen",
|
|
"near": "48e6a9f6-30af-47e0-bc04-acaed113bb4e"
|
|
}
|
|
}
|
|
} |