Reviewed: https://review.openstack.org/417089 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=7c0e62ee2f8eb7325cc21245db4825a7f7e5df13 Submitter: Jenkins Branch: master
commit 7c0e62ee2f8eb7325cc21245db4825a7f7e5df13 Author: John Schwarz <jschw...@redhat.com> Date: Thu Jan 5 18:48:35 2017 +0200 l3scheduler: create ha_vr_id more robustly In some cases, the creation of the ha_vr_id could have occurred twice. For example, if a router was created with a given external_gateway then a vr_id would be allocated twice: once from super().create_router() (which triggers the scheduler on its own), and once from the create_router() logic. This patch modifies some code paths to make this allocation more robust. For example the code that allocates a new vr_id will now also assign it to the router in the same transaction, to make sure atomicity. Closes-Bug: #1654032 Change-Id: I82c33aee5cfcc086f60fc74ed4d7bd7d443a3370 ** 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/1654032 Title: CI: unable to ping floating-ip in pingtest Status in neutron: Fix Released Status in tripleo: In Progress Bug description: We're seeing a lot of spurious failures in the ping test on HA jobs lately. Logstash query: http://logstash.openstack.org/#dashboard/file/logstash.json?query=build_name%3A%20 *tripleo- ci*%20AND%20build_status%3A%20FAILURE%20AND%20message%3A%20%5C%22From%2010.0.0.1%20icmp_seq%3D1%20Destination%20Host%20Unreachable%5C%22 Sample failure log: http://logs.openstack.org/76/416576/1/check- tripleo/gate-tripleo-ci-centos-7-ovb- ha/6db60be/console.html#_2017-01-04_16_40_34_770751 To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1654032/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp