Adding nfv-client to stx-platformclients image

To allow users to use sw-manager commands through remote-cli
we need to add nfv-client pkg to the image referred.

Test Plan:
PASS Locally build stx-platformclients image with nfv-client package

Partial-Bug: #1949620
Signed-off-by: Joao Soubihe <JoaoPaulo.Soubihe@windriver.com>
Change-Id: Ied15055c4394e502d958e26c82454372d4736621
This commit is contained in:
Joao Soubihe 2021-10-27 18:06:40 -03:00
parent e7a5c23348
commit 7a4e091a6a

View File

@ -6,4 +6,5 @@ DIST_PACKAGES="python-devel libffi-devel openssl-devel which bash-completion hel
PIP_PACKAGES="pycrypto httplib2 pylint pyopenssl ndg-httpsclient pyasn1 \
six prettytable PyYAML python-keystoneclient python-barbicanclient \
python-openstackclient cgtsclient fmclient distributedcloud_client \
osprofiler beautifulsoup4 oidcauthtools mechanize html5lib webencodings"
osprofiler beautifulsoup4 oidcauthtools mechanize html5lib webencodings \
nfv-client"