From d1aaa3704c4bb65a5f45ccfc1cb5d8bf18e6fb32 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Mon, 17 Oct 2016 12:04:16 -0500 Subject: modified ocl charm location fetching from git tree. Change-Id: I3913286114e4a4b402b859ab151e7e0442be4262 Signed-off-by: Narinder Gupta --- ci/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/deploy.sh') diff --git a/ci/deploy.sh b/ci/deploy.sh index 09427476..7d683cf8 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -184,7 +184,7 @@ echo "...... deployment finished ......." # creating heat domain after puching the public API into /etc/hosts if [[ "$jujuver" > "2" ]]; then - status=`juju run-action do heat/0 domain-setup` + status=`juju run-action heat/0 domain-setup` echo $status else status=`juju action do heat/0 domain-setup` -- cgit 1.2.3-korg