From 9d2520a39b8fd8e049dcfa01dbd6efe01ba67bd2 Mon Sep 17 00:00:00 2001 From: "Oleksandr K." Date: Fri, 27 Sep 2024 15:30:01 +0200 Subject: [PATCH] build: install python-3parclient in cinder image --- images/cinder/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/images/cinder/Dockerfile b/images/cinder/Dockerfile index f924b44c7..99fc3bfc7 100644 --- a/images/cinder/Dockerfile +++ b/images/cinder/Dockerfile @@ -14,6 +14,7 @@ pip3 install \ --constraint /upper-constraints.txt \ /src/cinder \ purestorage \ + python-3parclient \ storpool \ storpool.spopenstack EOF