Docs job fails due to eventlet

Bug #1761925 reported by Nguyen Hai
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tacker
Fix Released
Medium
Unassigned

Bug Description

I'm working on add module index which builds autodoc for Tacker: https://bugs.launchpad.net/tacker/+bug/1761923

However, when building, it creates a warning, treated as error:
Please use pyroute2.config.asyncio.asyncio_config

It comes from the eventlet module, which will be drop soon. We should use asyncio_config instead.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tacker (master)

Fix proposed to branch: master
Review: https://review.openstack.org/559464

Changed in tacker:
assignee: nobody → Nguyen Hai (nguyentrihai93)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tacker (master)

Reviewed: https://review.openstack.org/559464
Committed: https://git.openstack.org/cgit/openstack/tacker/commit/?id=94d53dc596f778edf2883f82b60d83784d9953d9
Submitter: Zuul
Branch: master

commit 94d53dc596f778edf2883f82b60d83784d9953d9
Author: Nguyen Hai <email address hidden>
Date: Sat Apr 7 13:55:53 2018 +0900

    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.

    When building module index for tacker docs, it creates a warning,
    treated as error: Please use pyroute2.config.asyncio.asyncio_config

    Closes-Bug: #1761925
    Change-Id: I8f21cfa02e1201f4968ec0ce1fb6865ef591678d

Changed in tacker:
status: In Progress → Fix Released
Changed in tacker:
milestone: none → rocky-2
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.