aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-04-15 15:54:13 +0000
committerClark Laughlin <clark.laughlin@linaro.org>2015-04-15 15:54:13 +0000
commit4625fbfd499e2ad863a71ddaba11f22a76e0e70b (patch)
treef96436d7b0d7f104e7e61466940398a96b8daa9e
parent0aeb66fd7a37959ebc347f4821aa0fd3d21b03ad (diff)
fix
-rwxr-xr-xcloud-deploy/1-deploy-services.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/cloud-deploy/1-deploy-services.sh b/cloud-deploy/1-deploy-services.sh
index 166d2dd..b3ca7f2 100755
--- a/cloud-deploy/1-deploy-services.sh
+++ b/cloud-deploy/1-deploy-services.sh
@@ -30,8 +30,7 @@ pushd charms/trusty
bzr branch lp:~clark-laughlin/charms/trusty/nova-compute/arm64-support nova-compute
popd
-if [ -d charms]
-then
+if [ -d "charms" ] ; then
echo "*** Using local charms repository for nova-compute! ***"
echo "Adding arm64 compute nodes:"
juju deploy --repository charms --config openstack-config.yaml --constraints "arch=arm64" trusty/nova-compute -n 4