From fed05c801806d42dbb236461616fa054befb6563 Mon Sep 17 00:00:00 2001
From: Michal Nasiadka <mnasiadka@gmail.com>
Date: Mon, 30 Oct 2023 11:51:14 +0100
Subject: [PATCH] CI: Install container engine sdk

In order to drop docker pip package from requirements.txt in Kolla
we need to start installing that here.

Change-Id: Ifd3b86afb65760c3b3ce7f26feebdaf0789fb525
---
 tests/setup_gate.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/setup_gate.sh b/tests/setup_gate.sh
index 2446d4f8ea..5ace112365 100755
--- a/tests/setup_gate.sh
+++ b/tests/setup_gate.sh
@@ -118,7 +118,7 @@ EOF
     python3 -m venv ~/kolla-venv
     . ~/kolla-venv/bin/activate
 
-    pip install "${KOLLA_SRC_DIR}"
+    pip install "${KOLLA_SRC_DIR}" ${CONTAINER_ENGINE}
 
     sudo ~/kolla-venv/bin/kolla-build