From 0c2645d8ddc59d84dde75a558f3b1660b0fc3206 Mon Sep 17 00:00:00 2001 From: Davlet Panech Date: Thu, 15 Apr 2021 15:31:27 -0400 Subject: [PATCH] Update stx-platformclients tag to stx.5.0-v1.4.1 This commit updates the tag to pick up the patch that builds this image in python2, rather than python3 environment because stx-platformclients currently doesn't support python3. Change-Id: Ie254debfeee9c9a5cb1ec24a16b6075a0a326077 Depends-On: https://review.opendev.org/c/starlingx/root/+/786486 Depends-On: https://review.opendev.org/c/starlingx/clients/+/786504 Closes-Bug: 1891416 Signed-off-by: Davlet Panech --- 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 d1e284e..451f1bb 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.5.0-v1.4.0" +export PLATFORM_DOCKER_IMAGE="docker.io/starlingx/stx-platformclients:stx.5.0-v1.4.1" export APPLICATION_DOCKER_IMAGE="docker.io/starlingx/stx-openstackclients:master-centos-stable-latest"