diff --git a/remote_cli/config_aliases.sh b/remote_cli/config_aliases.sh index 682f8fc..66a5989 100644 --- a/remote_cli/config_aliases.sh +++ b/remote_cli/config_aliases.sh @@ -16,7 +16,7 @@ else fi if [[ "$CONFIG_TYPE" = "platform" ]]; then - SERVICES="system fm openstack dcmanager kubectl helm oidc-auth" + SERVICES="system fm openstack dcmanager kubectl helm oidc-auth sw-manager" alias "platform_shell"="${PATH_TO_SCRIPT}/client_wrapper.sh /bin/bash" else SERVICES="openstack nova cinder glance heat" diff --git a/remote_cli/docker_image_version.sh b/remote_cli/docker_image_version.sh index 432d68d..8dfa7e8 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.6.0-v1.5.0" +export PLATFORM_DOCKER_IMAGE="docker.io/starlingx/stx-platformclients:stx.6.0-v1.5.1" export APPLICATION_DOCKER_IMAGE="docker.io/starlingx/stx-openstackclients:master-centos-stable-latest"