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:
parent
9b11894616
commit
db05f77c68
@ -5,4 +5,5 @@ PROJECT_REPO=nil
|
|||||||
DIST_PACKAGES="python-devel libffi-devel openssl-devel which bash-completion helm kubernetes-client"
|
DIST_PACKAGES="python-devel libffi-devel openssl-devel which bash-completion helm kubernetes-client"
|
||||||
PIP_PACKAGES="pycrypto httplib2 pylint pyopenssl ndg-httpsclient pyasn1 \
|
PIP_PACKAGES="pycrypto httplib2 pylint pyopenssl ndg-httpsclient pyasn1 \
|
||||||
six prettytable PyYAML python-keystoneclient python-barbicanclient \
|
six prettytable PyYAML python-keystoneclient python-barbicanclient \
|
||||||
python-openstackclient cgtsclient fmclient distributedcloud_client"
|
python-openstackclient cgtsclient fmclient distributedcloud_client \
|
||||||
|
osprofiler beautifulsoup4"
|
||||||
|
Loading…
Reference in New Issue
Block a user