Skip to content

Commit 910acbe

Browse files
author
scrungus
committed
changed branch
1 parent bd96120 commit 910acbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN apt-get update && apt-get install --yes sudo python3-dev python3-pip vim git
2525
echo "rally ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/00-rally-user && \
2626
mkdir /rally && chown -R rally:rally /rally
2727

28-
RUN pip install git+https://github.com/stackhpc/rally-openstack.git@feature/non-admin-creds --no-cache-dir && \
28+
RUN pip install git+https://github.com/stackhpc/rally-openstack.git@fix-rally --no-cache-dir && \
2929
pip3 install pymysql psycopg2-binary --no-cache-dir
3030

3131
COPY ./etc/motd_for_docker /etc/motd

0 commit comments

Comments
 (0)