From 3bc8b3b5b8b3ac30762086c35bee0bb725187f7f Mon Sep 17 00:00:00 2001 From: Jerry Sun Date: Wed, 20 May 2020 16:23:16 -0400 Subject: [PATCH] Update stx-platformclients tag to stx.4.0-v1.2.0 Update stx-platformclients image to include commit for supporting multiple dex backends. This commit makes changes to the oidc-auth CLI tool, which is part of the stx-platformclients image. reference commit: https://review.opendev.org/#/c/726234/ Depends-On: https://review.opendev.org/729754 Story: 2006711 Task: 39696 Change-Id: Ia0df8c8158733c663753d024e5689be384d09fe6 Signed-off-by: Jerry Sun --- 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 ffc444c..fe6ddbf 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.4.0-v1.1.0" +export PLATFORM_DOCKER_IMAGE="docker.io/starlingx/stx-platformclients:stx.4.0-v1.2.0" export APPLICATION_DOCKER_IMAGE="docker.io/starlingx/stx-openstackclients:master-centos-stable-latest"