Merge "CI: Replace etcd with redis in GATE_IMAGES for cephadm scenario"
This commit is contained in:
commit
3760eac763
@ -19,7 +19,7 @@ function prepare_images {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $SCENARIO == "cephadm" ]]; then
|
if [[ $SCENARIO == "cephadm" ]]; then
|
||||||
GATE_IMAGES+=",^cinder,^etcd"
|
GATE_IMAGES+=",^cinder,^redis"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $SCENARIO == "cells" ]]; then
|
if [[ $SCENARIO == "cells" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user