From eb9819690b3fb5705e13963fba3ed3ef6cd9c153 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Tue, 10 Mar 2015 22:57:58 +0100 Subject: [PATCH] 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 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) 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 -- 2.45.2