Add dcmanager to remote cli aliases list

This update added dcmanager command to remote cli aliases list so that
dcmanager is supported in remote cli.

Change-Id: I8de22760fb70cff9108dea0c10f96090b1764cb0
Story: 2004766
Task: 37128
Signed-off-by: Andy Ning <andy.ning@windriver.com>
This commit is contained in:
Andy Ning 2019-10-15 11:31:21 -04:00
parent 3ba1deb0d3
commit 328dc75cf2
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 kubectl helm"
SERVICES="system fm openstack dcmanager kubectl helm"
alias "platform_shell"="${PATH_TO_SCRIPT}/client_wrapper.sh /bin/bash"
else
SERVICES="openstack nova cinder glance heat"