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 <austin.sun@intel.com>
Signed-off-by: Mario Alfredo Carrillo Arevalo <mario.alfredo.c.arevalo@intel.com>
This commit is contained in:
Mario Alfredo Carrillo Arevalo 2019-04-29 13:47:06 +00:00
parent 2441aededf
commit 865db5aec6
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ PIP_PACKAGES="
oslo.log \
oslo.middleware \
oslo.policy \
oslo.versionedobjects
oslo.versionedobjects \
PyMySQL \
python_neutronclient \
pecan \
tsconfig \