After moving to opendev.org, the following command fails when building the Trove guest image: curl -o /opt/stack/devstack/upper-constraints.txt \ 'https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=master' https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt should be used instead. Other places using git.openstack.org are also changed. Change-Id: Id357dd61e229e3336219723c1c1ae6b50e983f26
4 lines
241 B
Plaintext
4 lines
241 B
Plaintext
# This is used for source-based builds
|
|
guest-agent git /opt/guest-agent https://opendev.org/openstack/trove
|
|
upper-constraints file /opt/upper-constraints.txt https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt
|