Adding sw-manager alias to remote-cli

This adds sw-manager command alias to the list of commands that can
be run through the remote-cli.

Depends-on: https://review.opendev.org/c/starlingx/gui/+/816525
Signed-off-by: Joao Soubihe <JoaoPaulo.Soubihe@windriver.com>
Change-Id: I950aba2b2b1f27ded4105a5fb2b2ce645713bbbe
This commit is contained in:
Joao Soubihe 2021-11-03 11:45:34 -03:00
parent 651d9b5778
commit 5691b8d59b
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 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"