From 865db5aec610577cd67af77d6317466033a46d15 Mon Sep 17 00:00:00 2001 From: Mario Alfredo Carrillo Arevalo Date: Mon, 29 Apr 2019 13:47:06 +0000 Subject: [PATCH] Add PyMySQL to fm-rest-api docker image PyMySQL is required by oslo_db as database backend. Story: 2004008 Task: 30661 Change-Id: Ia8e364511081daf4511b75b234cd35b307844503 Suggested-by: Sun Austin Signed-off-by: Mario Alfredo Carrillo Arevalo --- fm-rest-api/centos/stx-fm-rest-api.stable_docker_image | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fm-rest-api/centos/stx-fm-rest-api.stable_docker_image b/fm-rest-api/centos/stx-fm-rest-api.stable_docker_image index cf19959e..7a41410e 100644 --- a/fm-rest-api/centos/stx-fm-rest-api.stable_docker_image +++ b/fm-rest-api/centos/stx-fm-rest-api.stable_docker_image @@ -17,7 +17,8 @@ PIP_PACKAGES=" oslo.log \ oslo.middleware \ oslo.policy \ - oslo.versionedobjects + oslo.versionedobjects \ + PyMySQL \ python_neutronclient \ pecan \ tsconfig \