Skip to content

Commit 999e72b

Browse files
committed
fix: update upper constraints URL to use stackhpc fork
1 parent bb51b68 commit 999e72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ARG TEMPEST_PLUGIN_NEUTRON_VERSION=master
4646
ARG RALLY_OPENSTACK_SOURCE=https://github.com/stackhpc/rally-openstack.git
4747
# Update after https://github.com/stackhpc/rally-openstack/pull/3/files has been merged.
4848
ARG RALLY_OPENSTACK_VERSION=non-admin-credentials
49-
ARG RALLY_OPENSTACK_UPPER_CONSTRAINTS=https://raw.githubusercontent.com/openstack/rally-openstack/$RALLY_OPENSTACK_VERSION/upper-constraints.txt
49+
ARG RALLY_OPENSTACK_UPPER_CONSTRAINTS=https://raw.githubusercontent.com/stackhpc/rally-openstack/$RALLY_OPENSTACK_VERSION/upper-constraints.txt
5050

5151
RUN apt-get update && apt-get install --yes sudo python3-dev python3-pip vim git-core crudini jq iputils-ping && \
5252
apt clean && \

0 commit comments

Comments
 (0)