neutron/neutron/common
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
..
ovn [OVN] Move OVN metadata agent 2019-12-09 10:48:39 +00:00
__init__.py Update License Headers to replace Nicira with VMware 2014-02-27 08:11:15 +00:00
_constants.py Canonicalize IPv6 ICMP protocol name in security groups 2019-05-24 20:05:48 -05:00
_deprecate.py Fix flake8 N534 untranslated exception message 2018-10-19 15:46:04 -04:00
cache_utils.py Remove deprecated cache_url 2017-11-10 00:47:19 -05:00
config.py Enable ovsdb debug messages in functional and fullstack 2020-01-29 17:11:44 +00:00
coordination.py Add a generic coordination lock mechanism 2019-06-06 09:56:58 +08:00
eventlet_utils.py Add 'is_available' function 2020-02-10 18:02:49 +00:00
ipv6_utils.py Adding check for IPv6 address in setup_controllers 2019-10-29 15:10:25 +00:00
profiler.py Make code follow log translation guideline 2017-08-14 02:01:48 +00:00
test_lib.py Revert "Removed test_lib module" 2015-06-29 08:27:41 +00:00
utils.py Add profiler decorator to Neutron 2019-10-31 10:05:01 -05:00