Use stable upper-constraints.txt in Amphora builds

Amphora builds are now using upper-constraints.txt file from master.
This is incorrect and makes the build fail as some newer versions of
libs are not available for Python 3. This commit makes sure the file is
taken from stable/queens branch.

Change-Id: Ifacbd1953c3d8719539a9f4012eb34669bb164e2
This commit is contained in:
Michał Dulko 2020-02-05 12:18:29 +01:00 committed by Carlos Goncalves
parent e3ddec776d
commit 354561580b
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,3 @@
# This is used for source-based builds # This is used for source-based builds
amphora-agent git /opt/amphora-agent https://git.openstack.org/openstack/octavia amphora-agent git /opt/amphora-agent https://git.openstack.org/openstack/octavia stable/queens
upper-constraints file /opt/upper-constraints.txt https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt upper-constraints file /opt/upper-constraints.txt https://releases.openstack.org/constraints/upper/queens

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixed an issue where the the amphora image create tool would checkout the
master amphora-agent code and master upper constraints.