summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorspisarski <s.pisarski@cablelabs.com>2017-05-04 14:14:31 -0600
committerspisarski <s.pisarski@cablelabs.com>2017-05-04 14:14:31 -0600
commit233c4d3a50b0019d23c7f5481fc6babb107ffa32 (patch)
tree6b9d5531f3090bf6ff5cc6977cce7b4c04f5b580 /setup.py
parent40c96233ca4c27de1b3d8b53187c302ddd6208a2 (diff)
Restricted dependency of the novaclient.
The 8.0.0 version is not backwards compatible with 7.1 JIRA: SNAPS-73 Change-Id: I76f52e0e1e212e1e4053ade6279b1117ab740cde Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6620baa..1e5950f 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ config = {
'download_url': 'Where to download it.',
'author_email': 's.pisarski@cablelabs.com',
'version': '1.0',
- 'install_requires': ['python-novaclient>=6.0.0',
+ 'install_requires': ['python-novaclient>=6.0.0,<8.0.0',
'python-neutronclient>=5.1.0',
'python-keystoneclient>=2.3.1',
'python-glanceclient>=2.5.0',