From d134f2ffad7f3d04a0063cde4e673571473af5f6 Mon Sep 17 00:00:00 2001 From: Douglas Henrique Koerich Date: Thu, 10 Mar 2022 10:30:00 -0300 Subject: [PATCH] [PTP dual NIC config] Update stx-platformclients Updating stx-platformclients to stx.7.0-v1.5.6, in order to support the remote access to new PTP CLI commands. Test Plan: PASS: Verified PTP commands using tag master-centos-stable-20220308T014755Z.0 in an AIO-SX system installed with stx/7.0. Task: 44737 Story: 2009248 Signed-off-by: Douglas Henrique Koerich Change-Id: I25f21b9557129cee5c3862ff80a98e7f0c45a60c --- remote_cli/docker_image_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote_cli/docker_image_version.sh b/remote_cli/docker_image_version.sh index b9bcbba..1fce72b 100644 --- a/remote_cli/docker_image_version.sh +++ b/remote_cli/docker_image_version.sh @@ -1,2 +1,2 @@ -export PLATFORM_DOCKER_IMAGE="docker.io/starlingx/stx-platformclients:stx.7.0-v1.5.5" +export PLATFORM_DOCKER_IMAGE="docker.io/starlingx/stx-platformclients:stx.7.0-v1.5.6" export APPLICATION_DOCKER_IMAGE="docker.io/starlingx/stx-openstackclients:master-centos-stable-latest"