X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=setup.py;h=6df0e17f2719d4da8f3abdd8360247e96da24fa8;hb=6b3a3a061aed097fcbc7f0c4dceeabf0f7312122;hp=eb55e92832271aae400dce228f46dc196bf4e833;hpb=52119ea7faa57c7d9d9943fdf032446aa76e8eee;p=yardstick.git diff --git a/setup.py b/setup.py index eb55e9283..6df0e17f2 100755 --- a/setup.py +++ b/setup.py @@ -28,6 +28,7 @@ setup( "lxml", "PyYAML>=3.10", "pbr<2.0,>=1.3", + "python-openstackclient<=2.0.0", "python-glanceclient>=0.12.0", "python-heatclient>=0.2.12", "python-keystoneclient>=0.11.1", @@ -39,7 +40,7 @@ setup( "scp", "six", "testrepository>=0.0.18", - "testtools>=1.4.0" + "testtools>=1.4.0", "nose" ], extras_require={