← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1470690] [NEW] No 'OS-EXT-VIF-NET' extension in v2.1

 

Public bug reported:

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.

** Affects: nova
     Importance: Undecided
     Assignee: Ghanshyam Mann (ghanshyammann)
         Status: New

** Changed in: nova
     Assignee: (unassigned) => Ghanshyam Mann (ghanshyammann)

-- 
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):
  New

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


Follow ups

References