File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN apt-get update && apt-get install --yes sudo python3-dev python3-pip vim git
22
22
echo "rally ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/00-rally-user && \
23
23
mkdir /rally && chown -R rally:rally /rally
24
24
25
- RUN pip install git+https://github.com/openstack /rally-openstack.git --no-cache-dir && \
25
+ RUN pip install git+https://github.com/stackhpc /rally-openstack.git@feature/non-admin-creds --no-cache-dir && \
26
26
pip3 install pymysql psycopg2-binary --no-cache-dir
27
27
28
28
COPY ./etc/motd_for_docker /etc/motd
Original file line number Diff line number Diff line change @@ -87,6 +87,12 @@ crudini --set ~/.rally/rally.conf openstack flavor_ref_disk 1
87
87
crudini --set ~ /.rally/rally.conf openstack flavor_ref_alt_disk 1
88
88
crudini --set ~ /.rally/rally.conf openstack img_url http://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img
89
89
90
+ # WARNING: This option relies on a custom fork for rally-openstack and should
91
+ # be considered unstable
92
+ if [ ! -z ${RALLY_CONF_ENABLE_CREATE_TEMPEST_RESOURCES: +x} ]; then
93
+ crudini --set ~ /.rally/rally.conf openstack enable_create_resources true
94
+ fi
95
+
90
96
rally deployment create --fromenv --name openstack
91
97
92
98
if [ -f ~ /tempest-overrides.conf ]; then
You can’t perform that action at this time.
0 commit comments