We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RALLY_OPENSTACK_VERSION
master
1 parent f0d2ed0 commit 820cad7Copy full SHA for 820cad7
Dockerfile
@@ -45,7 +45,7 @@ ARG TEMPEST_PLUGIN_NEUTRON_VERSION=master
45
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
+ARG RALLY_OPENSTACK_VERSION=master
49
ARG RALLY_OPENSTACK_UPPER_CONSTRAINTS=https://raw.githubusercontent.com/stackhpc/rally-openstack/$RALLY_OPENSTACK_VERSION/upper-constraints.txt
50
51
RUN apt-get update && apt-get install --yes sudo python3-dev python3-pip vim git-core crudini jq iputils-ping && \
0 commit comments