nova/doc/api_samples/os-volumes/attach-volume-to-server-resp.json
Tiago Mello 4a1d27c4ad Adds API Sample tests for Volume Attachments
Partially implements bp nova-api-samples
Fixes Bug 1126204

Change-Id: I4b061f1916d688ad97c6a6ba4011dd13431a4fcb
2013-02-28 11:32:25 -03:00

8 lines
238 B
JSON

{
"volumeAttachment": {
"device": "/dev/vdd",
"id": "a26887c6-c47b-4654-abb5-dfadf7d3f803",
"serverId": "0c92f3f6-c253-4c9b-bd43-e880a8d2eb0a",
"volumeId": "a26887c6-c47b-4654-abb5-dfadf7d3f803"
}
}