Bug Fix - Fixes the heat template for noisy neighbours and its deployment
[yardstick.git] / setup.py
index 3ef09d1..6df0e17 100755 (executable)
--- 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",
@@ -36,9 +37,11 @@ setup(
                       "mock>=1.0.1",  # remove with python3
                       "paramiko",
                       "netifaces",
+                      "scp",
                       "six",
                       "testrepository>=0.0.18",
-                      "testtools>=1.4.0"
+                      "testtools>=1.4.0",
+                      "nose"
                       ],
     extras_require={
         'plot': ["matplotlib>=1.4.2"]