From 7a4e091a6a2185196e58d29a4e71da53bc6e2e09 Mon Sep 17 00:00:00 2001 From: Joao Soubihe Date: Wed, 27 Oct 2021 18:06:40 -0300 Subject: [PATCH] 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 Change-Id: Ied15055c4394e502d958e26c82454372d4736621 --- .../centos/stx-platformclients.stable_docker_image | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openstack/python-platformclients/centos/stx-platformclients.stable_docker_image b/openstack/python-platformclients/centos/stx-platformclients.stable_docker_image index 7fc7a611..b16d8e99 100644 --- a/openstack/python-platformclients/centos/stx-platformclients.stable_docker_image +++ b/openstack/python-platformclients/centos/stx-platformclients.stable_docker_image @@ -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"