diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-02-23 01:59:56 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-02-23 01:59:56 -0600 |
commit | f81ee7320902284fcffeb389216ef338817b403a (patch) | |
tree | eea036b65934c1dd253f8480daca4bf66aad230f /ci | |
parent | 2ca48e5d0b008e3054fd1ae04eef881e2a46eea7 (diff) |
mdified to create a domain for heat after the deployment. It seems
yardsitck tests need the domain to be created.
Change-Id: I0777965fb17aeffbbc333ef514b1367ae7d17690
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/deploy.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 ......." } |