diff options
| author | Ryu Ishimoto <ryu@midokura.jp> | 2011-08-17 19:05:29 +0900 |
|---|---|---|
| committer | Ryu Ishimoto <ryu@midokura.jp> | 2011-08-17 19:05:29 +0900 |
| commit | 77e1e0d3359bce9e5e30134f141151fc271a2e4b (patch) | |
| tree | b8579164fcd29f2d3419d737b6b3b4ba36248b86 | |
| parent | c2b904d1ca27c184aa11a6e9463abffe39247634 (diff) | |
Removed serverId from the response
| -rw-r--r-- | nova/api/openstack/contrib/virtual_interfaces.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/api/openstack/contrib/virtual_interfaces.py b/nova/api/openstack/contrib/virtual_interfaces.py index 38246aeb5..86d1128fd 100644 --- a/nova/api/openstack/contrib/virtual_interfaces.py +++ b/nova/api/openstack/contrib/virtual_interfaces.py @@ -34,7 +34,6 @@ def _translate_vif_summary_view(_context, vif): d = {} d['id'] = vif['uuid'] d['macAddress'] = vif['address'] - d['serverId'] = vif['instance_id'] return d |
