Update git submodules

* Update oslo.service from branch 'master'
  - 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>
This commit is contained in:
Stephen Finucane 2019-11-27 16:56:08 +00:00 committed by Gerrit Code Review
parent 5a78db77f9
commit c70082049f
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 3a92fe1abf8de228bedcec61216e4910a3d094bc
Subproject commit e86fb9dcce7f872c718829b416a1c8484fc4e962