Add missing packages to remote cli docker image for DC

This update added two missing python packages to the platform client
docker image to make remote dcmanager working.

Change-Id: I08185459e7297663c5aa03e9c9c05c5282f00c76
Story: 2004766
Task: 37126
Signed-off-by: Andy Ning <andy.ning@windriver.com>
This commit is contained in:
Andy Ning 2019-10-15 10:54:54 -04:00
parent 9b11894616
commit db05f77c68
1 changed files with 2 additions and 1 deletions

View File

@ -5,4 +5,5 @@ PROJECT_REPO=nil
DIST_PACKAGES="python-devel libffi-devel openssl-devel which bash-completion helm kubernetes-client"
PIP_PACKAGES="pycrypto httplib2 pylint pyopenssl ndg-httpsclient pyasn1 \
six prettytable PyYAML python-keystoneclient python-barbicanclient \
python-openstackclient cgtsclient fmclient distributedcloud_client"
python-openstackclient cgtsclient fmclient distributedcloud_client \
osprofiler beautifulsoup4"