** Changed in: nova/kilo Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1470690
Title: No 'OS-EXT-VIF-NET' extension in v2.1 Status in OpenStack Compute (nova): Fix Released Status in OpenStack Compute (nova) kilo series: Fix Released Bug description: V2 APi has extension for virtual interface 'OS-EXT-VIF-NET' but it is not present in v2.1 API. Because of this there is difference between v2 and v2.1 response of virtual interface API. v2 List virtual interface Response (with all extension enable) { "virtual_interfaces": [ { "id": "%(id)s", "mac_address": "%(mac_addr)s", "OS-EXT-VIF-NET:net_id": "%(id)s" } ] } v2.1 List virtual interface Response { "virtual_interfaces": [ { "id": "%(id)s", "mac_address": "%(mac_addr)s" } ] } As v2.1 is released in kilo, we should backport this fix to kilo branch also. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1470690/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp