Merge "CI: Replace etcd with redis in GATE_IMAGES for cephadm scenario"

This commit is contained in:
Zuul 2024-03-06 12:28:02 +00:00 committed by Gerrit Code Review
commit 3760eac763

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