diff options
author | spisarski <s.pisarski@cablelabs.com> | 2018-01-23 09:26:17 -0700 |
---|---|---|
committer | spisarski <s.pisarski@cablelabs.com> | 2018-01-23 09:26:17 -0700 |
commit | b4ddabd5af178f0e8bc33fb694facb20fea354ea (patch) | |
tree | e107eaf311cd135ca51916c4caf6fb8db30b6dc3 | |
parent | 88e9754a4280690acf2ec5942b34336d469673ed (diff) |
Nova 10 breaks the lib
Change-Id: Iadb5e44836258e5d9a89090c4b0302d2689a40c5
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index f992fb4..00e9357 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -python-novaclient>=9.0.0,<=10 # Apache-2.0 +python-novaclient>=9.0.0,<10 # Apache-2.0 python-neutronclient>=6.3.0 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0 python-glanceclient>=2.8.0 # Apache-2.0 |