Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
Loading