Files
oslo.service/oslo_service
Stephen Finucane e86fb9dcce Add 'is_available' function
Resolves the following warnings seen in the likes of nova:

    DeprecationWarning: Please provide `is_available()` function in your
    custom Eventlet hub <module 'oslo_service' from
    '../oslo_service/__init__.py'>."

    It must return bool: whether hub supports current platform. See
    eventlet/hubs/{epoll,kqueue} for example.

Since we're simply taking the default hub provided by eventlet and
overriding a single attribute, we will always have support so set the
attribute.

Change-Id: I219cf652526802b8212fe8a8f6c499e9aa24a3cf
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2019-11-27 16:56:08 +00:00
..
2019-10-10 10:26:00 +02:00
2019-11-27 16:56:08 +00:00
2019-01-10 22:06:11 +00:00
2019-01-10 22:06:11 +00:00
2019-02-13 17:08:38 +08:00
2017-03-23 16:04:59 +08:00