Comment 1 for bug 1765470

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-vpp (master)

Reviewed: https://review.openstack.org/565621
Committed: https://git.openstack.org/cgit/openstack/networking-vpp/commit/?id=d7d7e1240ac12e63e2e39c339f5a9c253e95402e
Submitter: Zuul
Branch: master

commit d7d7e1240ac12e63e2e39c339f5a9c253e95402e
Author: Hareesh Puthalath <email address hidden>
Date: Tue May 1 17:30:38 2018 -0700

    Handle missing select.poll with eventlet 0.20.0 or more

    The missing select.poll in eventlet >= 0.20.0 causes problems for
    pyinotify which uses it. The poll object is not actually used by the
    Notifier object used for file monitoring, but rather select.select, so
    we provide a dummy poll object to let pyinotify's init method
    complete.

    Change-Id: Ib6aacb3566d602f2af485831162eb092a89892ca
    Closes-Bug: #1765470