aff3e8699a
- Add missing commas - Replace single quote with double quote - events field contains a list of events (event-create-req.json) - Remove empty files - Adds a JSON validation test to the docs pipeline Co-Authored-By: Nicolas Simonds <nic@metacloud.com> Change-Id: I9a4a9b6b8e2da73b5f25145be3b2faa44ebdb340
12 lines
356 B
JSON
12 lines
356 B
JSON
{
|
|
"server" : {
|
|
"name" : "new-server-test",
|
|
"imageRef" : "http://openstack.example.com/openstack/images/70a599e0-31e7-49b7-b260-868f441e862b",
|
|
"flavorRef" : "http://openstack.example.com/openstack/flavors/1",
|
|
"availability_zone" : "test",
|
|
"metadata" : {
|
|
"My Server Name" : "Apache1"
|
|
}
|
|
}
|
|
}
|