← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1183436] Re: list_virtual_interfaces fails with Quantum

 

Given nova-network is deprecated and we agreed at the Austin summit [1]
to not proxy anymore network APIs to Neutron, I'm going to abandon this
spec.

[1] https://etherpad.openstack.org/p/newton-nova-neutron

** Changed in: nova/kilo
       Status: Confirmed => Fix Committed

** Changed in: nova/liberty
       Status: In Progress => Fix Committed

** Changed in: nova/liberty
       Status: Fix Committed => Fix Released

** Changed in: nova/kilo
     Assignee: (unassigned) => Matt Riedemann (mriedem)

** Changed in: nova
       Status: In Progress => 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/1183436

Title:
  list_virtual_interfaces fails with Quantum

Status in OpenStack Compute (nova):
  Fix Released
Status in OpenStack Compute (nova) kilo series:
  Fix Committed
Status in OpenStack Compute (nova) liberty series:
  Fix Released
Status in tempest:
  Fix Released

Bug description:
  To reprod : nosetests  nosetests
  tempest.api.compute.servers.test_virtual_interfaces.py:VirtualInterfacesTestXML.test_list_virtual_interfaces
  in a devstack+quantum environment

  The test triggers a 500 error code
  "ComputeFault: Got compute fault
  Details: The server has either erred or is incapable of performing the requested operation."
  where it expects a 200.

  The test makes the following request : GET http://XX/v2/$Tenant/servers/$server_id/os-virtual-interfaces
  This HTTP request calls the Quantum API (nova/nova/network/quantumv2/api.py) and specificaly the get_vifs_by_* methods which are not implemented (raise NotImplementedError())

  I suggest to skip this test if Quantum is enabled as set in Tempest
  configuration.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1183436/+subscriptions