Reviewed: https://review.openstack.org/394354 Committed: https://git.openstack.org/cgit/openstack/rally/commit/?id=41010685c40ce765777200018faff184e515602b Submitter: Jenkins Branch: master
commit 41010685c40ce765777200018faff184e515602b Author: John Schwarz <[email protected]> Date: Mon Nov 7 12:36:51 2016 +0200 Add missing device_owner for L3 HA's case Patch Ieab53624dc34dc687a0e8eebd8477 added a new possible value for the device_owner field of a port, that signifies a router's interface for a subnet. The rally code was not changed accordingly, which causes rally to try to delete the port using the wrong API ('neutron port-delete' instead of 'neutron router-interface-delete'), causing cleanup errors and leftover resources. Closes-Bug: #1562878 Change-Id: I65933650d613e1800541dfdb33714a50f5c13db7 ** Changed in: rally Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1562878 Title: L3 HA: Unable to complete operation on subnet Status in neutron: Invalid Status in Rally: Fix Released Bug description: Environment 3 controllers, 46 computes, liberty. L3 HA During execution NeutronNetworks.create_and_delete_routers several times test failed with "Unable to complete operation on subnet <id>. One or more ports have an IP allocation from this subnet. " trace in neutron-server logs http://paste.openstack.org/show/491557/ Rally report attached. Current problem is with HA subnet. The side effect of this problem is bug https://bugs.launchpad.net/neutron/+bug/1562892 To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1562878/+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

