Limit dependency to Pike

Until minimum tests have been performed for Pike we are more restrictive
with the requirements of the cinder project.
This commit is contained in:
Gorka Eguileor
2018-02-22 18:47:33 +01:00
parent e2114cd7a4
commit bf20215c34

View File

@@ -10,7 +10,7 @@ with open('HISTORY.rst') as history_file:
history = history_file.read()
requirements = [
'cinder>=11.0',
'cinder>=11.0<12.0',
]
test_requirements = [