Fix requirements after python-fuelclient 8.0 released

In stable/7.0 branch, since release of 8.0 version of
python-fuelclient, we need to pin its version to 7.0.

Change-Id: I161813b7e25719b6bb19909adfc2d094c5c480ce
This commit is contained in:
Yuriy Taraday 2016-03-02 16:07:39 +03:00 committed by Oleg Gelbukh
parent 0908797d7e
commit 90b3545f22
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# examine requirements of software listed there.
pbr>=0.6,!=0.7,<1.0
python-fuelclient # It pulls following libs:
python-fuelclient>=7.0,<8.0 # It pulls following libs:
#cliff
#requests
#stevedore