Reviewed: https://review.openstack.org/537863 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=04efb3bca33cb4ca49f29e548866ad6f5d0ed359 Submitter: Zuul Branch: master
commit 04efb3bca33cb4ca49f29e548866ad6f5d0ed359 Author: Sławek Kapłoński <[email protected]> Date: Thu Jan 25 12:41:38 2018 +0100 Fix eventlet imports issue With Ubuntu python package 2.7.12-1ubuntu0~16.04.3 and evetlet < 0.22.0 there is some issue with eventlet monkey_patching. This commit adds workaround solution ported from eventlet patch https://github.com/eventlet/eventlet/commit/b756447bab51046dfc6f1e0e299cc997ab343701 Change-Id: Ia381c98116765903bf2652acd175251233df4e54 Closes-Bug: #1745013 ** 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/1745013 Title: Many fullstack tests failing because of some error in L3 agent Status in neutron: Fix Released Bug description: For example: http://logs.openstack.org/80/536380/2/check/neutron- fullstack/138850e/logs/testr_results.html.gz Many tests are failing with error: Traceback (most recent call last): File "/opt/stack/new/neutron/.tox/dsvm-fullstack/local/lib/python2.7/site-packages/fixtures/fixture.py", line 197, in setUp self._setUp() File "neutron/tests/fullstack/resources/environment.py", line 395, in _setUp self.wait_until_env_is_up() File "neutron/tests/fullstack/resources/environment.py", line 340, in wait_until_env_is_up sleep=10) File "neutron/common/utils.py", line 650, in wait_until_true raise WaitTimeout("Timed out after %d seconds" % timeout) neutron.common.utils.WaitTimeout: Timed out after 180 seconds and it looks that problem is somewhere in L3 agent which is not even starting in all those tests. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1745013/+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

