Reviewed: https://review.openstack.org/469650 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=4a1d951920e26287d849c6e670d1fff5789e261d Submitter: Jenkins Branch: master
commit 4a1d951920e26287d849c6e670d1fff5789e261d Author: Ihar Hrachyshka <[email protected]> Date: Wed May 31 13:41:30 2017 -0700 Switched to pyroute2.config.asyncio.asyncio_config To monkey patch socket module for pyroute2, we call eventlet_config. In recent releases of the library, this becomes deprecated. Instead, we should now use asyncio_config() to patch stdlib. Using the old path now triggers a warning. Our docs tox target (and gate job) considers all warnings as errors (this is because we pass -W to sphinx). We also import from neutron.tests.functional to generate one of our docs pages. Which all combined breaks our docs job. This patch fixes the warning, and the job. Change-Id: I7554327c9f09c85b52293240b23133eeadc90670 Closes-Bug: #1694614 ** 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/1694614 Title: Docs job on jenkins failing Status in neutron: Fix Released Bug description: I see failed gate-neutron-docs-ubuntu-xenial in many jobs since yesterday. It always fails with error like e.g. in http://logs.openstack.org/60/469260/2/check/gate-neutron-docs-ubuntu- xenial/e55b579/console.html#_2017-05-30_22_18_04_277430 To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1694614/+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

