** Also affects: nova/kilo
Importance: Undecided
Status: New
** Also affects: nova/liberty
Importance: Undecided
Status: New
** Changed in: nova/liberty
Status: New => In Progress
** Changed in: nova/liberty
Assignee: (unassigned) => Matt Riedemann (mriedem)
** Changed in: nova/liberty
Importance: Undecided => Low
** Changed in: nova/kilo
Status: New => Confirmed
** Changed in: nova/kilo
Importance: Undecided => Low
--
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):
In Progress
Status in OpenStack Compute (nova) kilo series:
Confirmed
Status in OpenStack Compute (nova) liberty series:
In Progress
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