Added oslo.log dependency

This is needed for vendor libraries out of tree to start switching their
code to oslo.log logging interface. Hopefully, they will be able to run
against neutron core using neutron.openstack.common.log while executing
oslo_log.log.* calls.

Change-Id: I666389efe65526bda66c5f70170687638d1a5038
Related-Bug: #1425013
This commit is contained in:
Ihar Hrachyshka 2015-03-10 22:57:58 +01:00
parent 6cdd11a66b
commit eb9819690b
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ oslo.config>=1.9.0 # Apache-2.0
oslo.context>=0.2.0 # Apache-2.0
oslo.db>=1.5.0 # Apache-2.0
oslo.i18n>=1.3.0 # Apache-2.0
oslo.log>=0.4.0 # Apache-2.0
oslo.messaging>=1.6.0 # Apache-2.0
oslo.middleware>=0.3.0 # Apache-2.0
oslo.rootwrap>=1.5.0 # Apache-2.0