File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ ARG TEMPEST_PLUGIN_MANILA_VERSION=master
20
20
ARG TEMPEST_PLUGIN_MAGNUM_SOURCE=https://github.com/openstack/magnum-tempest-plugin
21
21
ARG TEMPEST_PLUGIN_MAGNUM_VERSION=master
22
22
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
26
26
27
27
RUN apt-get update && apt-get install --yes sudo python3-dev python3-pip vim git-core crudini jq iputils-ping && \
28
28
apt clean && \
You can’t perform that action at this time.
0 commit comments