File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,9 @@ ARG TEMPEST_PLUGIN_NEUTRON_VERSION=master
43
43
# ARG TEMPEST_PLUGIN_NETWORKING_GENERIC_SWITCH_SOURCE=https://github.com/openstack/networking-generic-switch
44
44
# ARG TEMPEST_PLUGIN_NETWORKING_GENERIC_SWITCH_VERSION=master
45
45
46
- ARG RALLY_OPENSTACK_SOURCE=https://github.com/openstack/rally-openstack.git
47
- ARG RALLY_OPENSTACK_VERSION=master
46
+ ARG RALLY_OPENSTACK_SOURCE=https://github.com/stackhpc/rally-openstack.git
47
+ # Update after https://github.com/stackhpc/rally-openstack/pull/3/files has been merged.
48
+ ARG RALLY_OPENSTACK_VERSION=non-admin-credentials
48
49
ARG RALLY_OPENSTACK_UPPER_CONSTRAINTS=https://raw.githubusercontent.com/openstack/rally-openstack/$RALLY_OPENSTACK_VERSION/upper-constraints.txt
49
50
50
51
RUN apt-get update && apt-get install --yes sudo python3-dev python3-pip vim git-core crudini jq iputils-ping && \
You can’t perform that action at this time.
0 commit comments