From: Ihar Hrachyshka Date: Tue, 10 Mar 2015 21:57:58 +0000 (+0100) Subject: Added oslo.log dependency X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=eb9819690b3fb5705e13963fba3ed3ef6cd9c153;p=openstack-build%2Fneutron-build.git 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 --- diff --git a/requirements.txt b/requirements.txt index 9842e16dd..e38790492 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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