Skip to content

Commit e6be3c2

Browse files
committed
feat: use latest release of rally-openstack
1 parent c89d38e commit e6be3c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ ARG TEMPEST_PLUGIN_MANILA_VERSION=master
2020
ARG TEMPEST_PLUGIN_MAGNUM_SOURCE=https://github.com/openstack/magnum-tempest-plugin
2121
ARG TEMPEST_PLUGIN_MAGNUM_VERSION=master
2222

23-
ARG RALLY_OPENSTACK_SOURCE=https://github.com/stackhpc/rally-openstack.git
24-
ARG RALLY_OPENSTACK_VERSION=feature/non-admin-creds
25-
ARG RALLY_OPENSTACK_UPPER_CONSTRAINTS=https://raw.githubusercontent.com/stackhpc/rally-openstack/$RALLY_OPENSTACK_VERSION/upper-constraints.txt
23+
ARG RALLY_OPENSTACK_SOURCE=https://github.com/openstack/rally-openstack.git
24+
ARG RALLY_OPENSTACK_VERSION=master
25+
ARG RALLY_OPENSTACK_UPPER_CONSTRAINTS=https://raw.githubusercontent.com/openstack/rally-openstack/$RALLY_OPENSTACK_VERSION/upper-constraints.txt
2626

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

0 commit comments

Comments
 (0)