Go to file
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-25 23:26:01 +08:00
2019-11-27 16:56:08 +00:00
2019-04-19 19:36:22 +00:00
2019-10-11 23:40:10 +08:00
2019-02-13 17:08:38 +08:00
2019-07-05 15:02:28 -04:00
2017-03-03 00:03:22 +00:00
2019-10-25 23:26:01 +08:00

Team and repository tags

image

oslo.service -- Library for running OpenStack services

Latest Version

Downloads

oslo.service provides a framework for defining new long-running services using the patterns established by other OpenStack applications. It also includes utilities long-running applications might need for working with SSL or WSGI, performing periodic operations, interacting with systemd, etc.

Description
Library for running OpenStack services
Readme 53 MiB
Languages
Python 100%