Add oidc-auth to the remote CLI

Add oidc-auth to the aliases in the remote CLI.

Story: 2006711
Task: 38919
Depends-On: https://review.opendev.org/#/c/710991/

Change-Id: I66388d801208fb643e67f09800888cf839715382
Signed-off-by: Teresa Ho <teresa.ho@windriver.com>
This commit is contained in:
Teresa Ho 2020-03-02 22:23:43 -05:00
parent 04dc9befea
commit 0ca280c7a2
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ else
fi
if [[ "$CONFIG_TYPE" = "platform" ]]; then
SERVICES="system fm openstack dcmanager kubectl helm"
SERVICES="system fm openstack dcmanager kubectl helm oidc-auth"
alias "platform_shell"="${PATH_TO_SCRIPT}/client_wrapper.sh /bin/bash"
else
SERVICES="openstack nova cinder glance heat"