Files
neutron/neutron
Rodolfo Alonso Hernandez f9b5a7b6d7 Add 'is_available' function
Resolves the following warnings seen in the likes of Neutron:

  opt/stack/neutron/neutron/common/eventlet_utils.py:28:
  DeprecationWarning: Please provide `is_available()`
  function in your custom Eventlet hub <module 'oslo_service'

  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: Ie90bcce1d1724108e5d0e583a36aa2e20102bba4
2020-02-10 18:02:49 +00:00
..
2020-02-03 18:27:24 +00:00
2020-02-10 18:02:49 +00:00
2019-11-29 18:12:07 +00:00
2019-12-21 07:16:10 +00:00
2020-02-06 15:15:37 +01:00
2019-08-29 10:41:04 +02:00