From 58f428fdf5b0688fc5a8c5348154da62e087f769 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Thu, 30 Jun 2016 11:59:28 -0400 Subject: Adding tacker support opnfv-tht-pr: 34 opnfv-puppet-tripleo-pr: 4 JIRA: APEX-126 Change-Id: I050e7ae2e94779c1886f670841aa4e2dec4aa8d2 Signed-off-by: Dan Radez --- lib/post-install-functions.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/post-install-functions.sh') diff --git a/lib/post-install-functions.sh b/lib/post-install-functions.sh index ec2ca89f..d0f4da44 100755 --- a/lib/post-install-functions.sh +++ b/lib/post-install-functions.sh @@ -158,6 +158,11 @@ if [ "$debug" == "TRUE" ]; then echo "---------------------------" echo "----------END LOG----------" echo "---------------------------" + + ssh -T ${SSH_OPTIONS[@]} "heat-admin@\$node" <