diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-07-04 11:26:25 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-07-04 11:26:25 +0200 |
commit | c68b71a8024359bb4754fd561c5e3c2b43613f03 (patch) | |
tree | 2743e61308750fb47d8163a5fb912e3fbd565186 /docker | |
parent | 1696e20a069055b7afc7c0e3583dae5cf3ac9969 (diff) |
Sync thirdparty-requirements.txt
It fixes the condition about the tempest version [1].
[1] https://git.openstack.org/cgit/openstack/requirements/plain/global-requirements.txt?h=stable/ocata
Change-Id: Iaa1f58aec1f58b372ff6280b1f1e4a5422986a55
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/thirdparty-requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/thirdparty-requirements.txt b/docker/thirdparty-requirements.txt index d1c3a917..cd56a068 100644 --- a/docker/thirdparty-requirements.txt +++ b/docker/thirdparty-requirements.txt @@ -6,5 +6,5 @@ git+https://gerrit.opnfv.org/gerrit/sfc#egg=sfc tosca-parser>=0.7.0 # Apache-2.0 heat-translator>=0.4.0 # Apache-2.0 rally -tempest>=15.0.0 # Apache-2.0 -git+https://github.com/openstack/refstack-client#egg=refstack-client
\ No newline at end of file +tempest>=12.1.0 # Apache-2.0 +git+https://github.com/openstack/refstack-client#egg=refstack-client |