diff options
author | fmenguy <francoisregis.menguy@orange.com> | 2021-03-01 15:54:10 +0100 |
---|---|---|
committer | fmenguy <francoisregis.menguy@orange.com> | 2021-03-03 12:10:14 +0100 |
commit | 20eb2fab49af9fe4a108728818c495975f0d2a0e (patch) | |
tree | a788a52f7d7c6b5b123960d0ddefdef0b232c571 /requirements.txt | |
parent | 302abd9369e12c6f199216602941ee97ffbb2d37 (diff) |
NFVBENCH-197 Upgrade NFVbench packaging (Ubuntu version and requirements)
Change-Id: I79c8bc86272435bd4fa9ed9d1129eb964513ec1a
Signed-off-by: fmenguy <francoisregis.menguy@orange.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt index ba50911..732d807 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,11 +10,11 @@ paramiko>=1.14.0 prettytable>=0.7.2 pytz>=2016.4 six>=1.10.0 -python-glanceclient==2.6.0 -python-neutronclient<3,>=2.3.6 -python-novaclient>=2.18.1 -python-openstackclient>=0.4.1 -python-keystoneclient>=1.0.0 +python-glanceclient==3.2.2 +python-neutronclient>=7.3.0 +python-novaclient>=17.3.0 +python-openstackclient>=5.4.0 +python-keystoneclient>=4.2.0 pyyaml>=3.11 pyzmq>=15.3.0 requests>=2.13.0 |