nova/doc/api_samples/all_extensions/server-action-createimage.json
Sean Dague 8d4af6b906 all_extensions api_samples testing for server actions
server actions sometimes return servers objects, which means
their output is different when extensions are enabled. This
adds api samples for those cases to give a more realistic view
to the user of what they might expect.

Change-Id: Iaa9a4c3a373dee41931c5dc4f1b805f09a05299f
2012-09-25 10:15:27 -04:00

8 lines
123 B
JSON

{
"createImage" : {
"name" : "foo-image",
"metadata": {
"myvar": "foobar"
}
}
}