Skip to content
Snippets Groups Projects
Commit a88ebd77 authored by Michal Nasiadka's avatar Michal Nasiadka
Browse files

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
parent add83518
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ function prepare_images { ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment