diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-28 22:34:42 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-30 14:00:16 +0100 |
commit | 49f7d350cddee35807524f65b0699122fabf0e47 (patch) | |
tree | 843688b6058606c8a0efe0e242f0b49c9e08aeff /upper-constraints.txt | |
parent | 801d3da26f3de1ccc0b3807110c8b797fcfb678c (diff) |
Set package versions instead of master
It leverages on few beta releases as the official packages are being
published.
Tempest 20.0.0 is forced to conform with Release Plan [1].
(upper-constraints still offer 19.0.0 [2])
[1] https://releases.openstack.org/stein/
[2] https://github.com/openstack/requirements/blob/stable/stein/upper-constraints.txt#L391
Change-Id: Iaadf5bbc3b984e95cd018ac69bb9efb4eb111df9
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'upper-constraints.txt')
-rw-r--r-- | upper-constraints.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/upper-constraints.txt b/upper-constraints.txt index fd46255e3..b0c61ffab 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -16,5 +16,5 @@ robotframework-requests===0.4.7 robotframework-sshlibrary===2.1.3;python_version=='2.7' ansible===2.3.2.0 xtesting===0.61.0 -git+https://git.openstack.org/openstack/networking-bgpvpn#egg=networking_bgpvpn -git+https://git.openstack.org/openstack/networking-sfc#egg=networking_sfc +git+https://git.openstack.org/openstack/networking-bgpvpn@10.0.0.0rc1#egg=networking_bgpvpn +git+https://git.openstack.org/openstack/networking-sfc@8.0.0.0rc1#egg=networking_sfc |