Add oslo.log as requirement

We are using oslo.log but it's missing in the requirements due to
which tests are failing. Looks like recently some of the dependencies
of magnumclient has removed the oslo.log as requirement that's why
we are hitting it.

Change-Id: Ie378dffcb8be990184f5d7cad95ee50d1c7d3476
This commit is contained in:
yatin 2017-09-26 12:20:53 +05:30
parent f501b618fb
commit 31dc867725
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ keystoneauth1>=3.1.0 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0
requests>=2.14.2 # Apache-2.0
oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
oslo.log>=3.30.0 # Apache-2.0
oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0
oslo.utils>=3.20.0 # Apache-2.0
os-client-config>=1.28.0 # Apache-2.0