CI: venus - replace elastic with opensearch in gate deps

Change-Id: I4c5ade2d687684f37df83b44a852d88c77067680
This commit is contained in:
Michal Nasiadka 2023-08-07 09:51:15 +02:00
parent 1938f555e3
commit b3ef7a9943

View File

@ -99,7 +99,7 @@ function prepare_images {
fi
if [[ $SCENARIO == "venus" ]]; then
GATE_IMAGES="^cron,^elasticsearch,^fluentd,^haproxy,^keepalived,^keystone,^kolla-toolbox,^mariadb,^memcached,^rabbitmq,^venus"
GATE_IMAGES="^cron,^opensearch,^fluentd,^haproxy,^keepalived,^keystone,^kolla-toolbox,^mariadb,^memcached,^rabbitmq,^venus"
fi
sudo tee -a /etc/kolla/kolla-build.conf <<EOF