Skip to content

Commit 4b06daf

Browse files
authored
Merge pull request #20 from stackhpc/use-rally-master
feat: set `RALLY_OPENSTACK_VERSION` to `master`
2 parents f0d2ed0 + 820cad7 commit 4b06daf

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
@@ -45,7 +45,7 @@ ARG TEMPEST_PLUGIN_NEUTRON_VERSION=master
4545

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.
48-
ARG RALLY_OPENSTACK_VERSION=non-admin-credentials
48+
ARG RALLY_OPENSTACK_VERSION=master
4949
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 && \

0 commit comments

Comments
 (0)