Change Cinder requirements

The project now supports Pike, Queens, Rocky, and Master, so we set the
library to accept any version from Pike onwards.

We also change the Cinder development requirements to use Cinder master
branch instead of Pike.
This commit is contained in:
Gorka Eguileor
2018-08-22 18:44:59 +02:00
parent 6ebd043ceb
commit 7d6c29a387
6 changed files with 6 additions and 6 deletions

View File

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