** 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/1183436

Title:
  list_virtual_interfaces fails with Quantum

Status in OpenStack Compute (nova):
  Fix Released
Status in OpenStack Compute (nova) kilo series:
  Fix Released
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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to