diff options
author | Steven Pisarski <s.pisarski@cablelabs.com> | 2017-05-08 16:21:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-08 16:21:08 +0000 |
commit | f57080bd2a6412c8fdc50c68111e780f6c36a360 (patch) | |
tree | e0cef5dd727789f55ac3402608ae8ab3c8b8aacd /setup.py | |
parent | bd5f0b53df5b76e2e5fa0ee73a81478f43e28b7a (diff) | |
parent | 233c4d3a50b0019d23c7f5481fc6babb107ffa32 (diff) |
Merge "Restricted dependency of the novaclient."
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |