Reviewed: https://review.openstack.org/417854 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=0378194f59bb725294b38288265497b1d504764c Submitter: Jenkins Branch: master
commit 0378194f59bb725294b38288265497b1d504764c Author: John Schwarz <[email protected]> Date: Mon Jan 9 14:26:22 2017 +0200 Add retry to _create_ha_port_binding Since _create_ha_port_binding creates a RouterPort object, it bumps the revision of the Router in an atomic fashion. If something else modified the Router concurrently, StaleDataError may be thrown. In that case we just want to retry the function. Closes-Bug: #1654998 Change-Id: I7a4c58a4476ca85209d28c2d3a2cb61268e3cab6 ** Changed in: neutron 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/1654998 Title: fullstack fails: creating ha port runs into StaleDataError Status in neutron: Fix Released Bug description: An example exception can be found in http://paste.openstack.org/show/594276/ . To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1654998/+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

