CI: Replace etcd with redis in GATE_IMAGES for cephadm scenario

We replaced redis with etcd in that scenario, but GATE_IMAGES
are not updated.

Change-Id: Ie9d6642f8ce51bc2a35b800c6c149153c14378db
This commit is contained in:
Michal Nasiadka 2024-03-05 16:48:35 +01:00
parent add8351834
commit a88ebd77b0
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ function prepare_images {
fi
if [[ $SCENARIO == "cephadm" ]]; then
GATE_IMAGES+=",^cinder,^etcd"
GATE_IMAGES+=",^cinder,^redis"
fi
if [[ $SCENARIO == "cells" ]]; then