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
This commit is contained in:
Michal Nasiadka 2023-10-30 11:51:14 +01:00
parent 66853f8620
commit fed05c8018

View File

@ -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