diff options
author | 2017-06-30 11:03:55 +0200 | |
---|---|---|
committer | 2017-06-30 11:07:15 +0200 | |
commit | 953c49ee62d444c4c5f7f9c8d47c57e955129204 (patch) | |
tree | e9a9eeb6ae81b6fbfbfa045dde107cd58f8bcc0e | |
parent | e25472fad7c7494f6ee71d8fd79f1410b9406844 (diff) |
Sync requirements.txt with OpenStack (novaclient)
It completes "Use neutron to create floating IPs" [1]
[1] https://gerrit.opnfv.org/gerrit/#/c/36389/
Change-Id: I11c591d86509fa41b4b0c4a7a758ff0ceed321c2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index c708103..fa58983 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -python-novaclient>=6.0.0 # Apache-2.0 +python-novaclient!=7.0.0,>=6.0.0 # Apache-2.0 python-neutronclient>=5.1.0 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0 python-glanceclient>=2.5.0 # Apache-2.0 |