Fix version mismatch of oslo.utils

ContextualVersionConflict: (oslo.utils 3.16.0 (..../lib/python2.7/site-packages),
Requirement.parse('oslo.utils>=3.18.0'), set(['python-keystoneclient']))

Change to use 3.18.0

Change-Id: I4bc82134a26340127b6ee2437c179f647cedd77b
This commit is contained in:
Craig Bryant 2016-11-22 09:28:20 -07:00
parent c8a299e9c8
commit 2b370fedd8
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ requests>=2.7.0,<=2.10.0
oslo.concurrency<=3.13.0
oslo.config<=3.14.0
oslo.i18n<=3.8.0
oslo.utils<=3.16.0
oslo.utils>=3.18.0
oslo.vmware>=1.16.0,<=2.10.0
PyYAML>=3.1.0,<=3.11