Code Review
/
joid.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
f7a7d2e
)
mdified to create a domain for heat after the deployment. It seems
45/10445/1
author
Narinder Gupta
<narinder.gupta@canonical.com>
Tue, 23 Feb 2016 07:59:56 +0000
(
01:59
-0600)
committer
Narinder Gupta
<narinder.gupta@canonical.com>
Tue, 23 Feb 2016 09:16:11 +0000
(09:16 +0000)
yardsitck tests need the domain to be created.
Change-Id: I0777965fb17aeffbbc333ef514b1367ae7d17690
(cherry picked from commit
f81ee7320902284fcffeb389216ef338817b403a
)
ci/deploy.sh
patch
|
blob
|
history
diff --git
a/ci/deploy.sh
b/ci/deploy.sh
index
f9aadaa
..
1f41879
100755
(executable)
--- 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 ......."
}