45d1e3c1fa
Adds a new microversion to show virtual interface 'net-id' in virtual interface list. DocImpact - See nova/api/openstack/rest_api_version_history.rst for details APIImpact Implements blueprint add-vif-net-id-in-vif-list Change-Id: Ic8b26df8d7e69bd71d23dfbc983fa3449c16fa7d
10 lines
225 B
JSON
10 lines
225 B
JSON
{
|
|
"virtual_interfaces": [
|
|
{
|
|
"id": "cec8b9bb-5d22-4104-b3c8-4c35db3210a6",
|
|
"mac_address": "fa:16:3e:3c:ce:6f",
|
|
"net_id": "cec8b9bb-5d22-4104-b3c8-4c35db3210a7"
|
|
}
|
|
]
|
|
}
|