]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Added oslo.log dependency
authorIhar Hrachyshka <ihrachys@redhat.com>
Tue, 10 Mar 2015 21:57:58 +0000 (22:57 +0100)
committerIhar Hrachyshka <ihrachys@redhat.com>
Tue, 10 Mar 2015 21:57:58 +0000 (22:57 +0100)
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

requirements.txt

index 9842e16dd01c85e5d0ef8b6765f1db8768e323e4..e38790492de1005cbc20ae682006a14280081c6b 100644 (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