From 820cad77eb17b22c0f985d85f0dfd0f525a7a774 Mon Sep 17 00:00:00 2001 From: Jack Hodgkiss Date: Mon, 17 Feb 2025 13:56:04 +0000 Subject: [PATCH] feat: set `RALLY_OPENSTACK_VERSION` to `master` --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d03fb45..049a600 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ ARG TEMPEST_PLUGIN_NEUTRON_VERSION=master ARG RALLY_OPENSTACK_SOURCE=https://github.com/stackhpc/rally-openstack.git # Update after https://github.com/stackhpc/rally-openstack/pull/3/files has been merged. -ARG RALLY_OPENSTACK_VERSION=non-admin-credentials +ARG RALLY_OPENSTACK_VERSION=master ARG RALLY_OPENSTACK_UPPER_CONSTRAINTS=https://raw.githubusercontent.com/stackhpc/rally-openstack/$RALLY_OPENSTACK_VERSION/upper-constraints.txt RUN apt-get update && apt-get install --yes sudo python3-dev python3-pip vim git-core crudini jq iputils-ping && \