nova/doc/v3/api_samples/os-virtual-interfaces/vifs-list-resp.json
jichenjc 7ffdb2deaf Port virtual-interfaces plugin to v2.1(v3) API
Ports virtual-interfaces extension and adapts it to the
v2.1/v3 API framework. API behaviour is identical.

- unittest code modified to share testing with both v2/v2.1
- Adds expected error decorators for API methods

Partially implements blueprint v2-on-v3-api

Change-Id: Ic25ae83ecfaaa461b6ddd044e04af844d02dd6b7
2014-12-01 11:04:08 +08:00

8 lines
162 B
JSON

{
"virtual_interfaces": [
{
"id": "cec8b9bb-5d22-4104-b3c8-4c35db3210a6",
"mac_address": "fa:16:3e:3c:ce:6f"
}
]
}