openstack-manuals/doc/common/samples/server-scheduler-hints.json
Christian Berendt fb598e0599 Add a '\n' at the end of the last line
Change-Id: I4df328719239e0fe5810cb854de66d3ce0a0a9a8
2014-10-01 07:46:57 +02:00

14 lines
315 B
JSON

{
"server": {
"name": "server-1",
"imageRef": "cedef40a-ed67-4d10-800e-17455edce175",
"flavorRef": "1"
},
"os:scheduler_hints": {
"different_host": [
"a0cf03a5-d921-4877-bb5c-86d26cf818e1",
"8c19174f-4220-44f0-824a-cd1eeef10287"
]
}
}