From: Narinder Gupta Date: Tue, 23 Feb 2016 07:59:56 +0000 (-0600) Subject: mdified to create a domain for heat after the deployment. It seems X-Git-Tag: brahmaputra.1.0~6 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=54510576922368a3bc68e4ce4fbc83b091075501;p=joid.git mdified to create a domain for heat after the deployment. It seems yardsitck tests need the domain to be created. Change-Id: I0777965fb17aeffbbc333ef514b1367ae7d17690 (cherry picked from commit f81ee7320902284fcffeb389216ef338817b403a) --- diff --git a/ci/deploy.sh b/ci/deploy.sh index f9aadaa9..1f418797 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -141,6 +141,8 @@ check_status() { retval=1 fi done + status=`juju action do heat/0 domain-setup` + echo $status echo "...... deployment finishing ......." }