From a71e3302b11c2d8968e59a02a9b42a0f822a3e76 Mon Sep 17 00:00:00 2001 From: Victor Romano Date: Tue, 5 Sep 2023 15:28:58 -0300 Subject: [PATCH] Update stx-platformclients image to stx.9.0-v1.5.12 Updated image with distributedcloud-client changes. Story: 2010756 Task: 48732 Change-Id: Id8217c18bc91dfca5d7ae45462c0e2402c111131 Signed-off-by: Victor Romano --- doc/source/conf.py | 2 +- remote_cli/docker_image_version.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 3e168ea..ad73f89 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -62,7 +62,7 @@ openstackdocs_auto_name = False # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +language = 'en' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. diff --git a/remote_cli/docker_image_version.sh b/remote_cli/docker_image_version.sh index 6a761a1..40c20cc 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.9.0-v1.5.11" +export PLATFORM_DOCKER_IMAGE="docker.io/starlingx/stx-platformclients:stx.9.0-v1.5.12" export APPLICATION_DOCKER_IMAGE="docker.io/starlingx/stx-openstackclients:master-debian-stable-latest"