Add oslo.middleware to requirement.txt

Need oslo.middleware to run a simple instance.
Use oslo.middleware version from openstack/requirements repo
in global-requirements.txt file.

Change-Id: I9f3ed506c6a142580538c5b1e2508382dd13cab1
This commit is contained in:
Deklan Dieterly 2016-06-06 12:54:58 -06:00
parent 0657535ad4
commit 44f86399e5
1 changed files with 1 additions and 0 deletions

View File

@ -8,4 +8,5 @@ oslo.config>=3.2.0 # Apache-2.0
oslo.context>=2.2.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
oslo.log>=1.14.0 # Apache-2.0
oslo.middleware>=3.0.0 # Apache-2.0
six>=1.9.0 # MIT