Merge "Adding the index.rst file for the config guide."
authorDavid Blaisonneau <david.blaisonneau@orange.com>
Tue, 23 Feb 2016 16:40:33 +0000 (16:40 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Tue, 23 Feb 2016 16:40:33 +0000 (16:40 +0000)
ci/deploy.sh

index f9aadaa..1f41879 100755 (executable)
@@ -141,6 +141,8 @@ check_status() {
            retval=1
        fi
     done
+    status=`juju action do heat/0 domain-setup`
+    echo $status
     echo "...... deployment finishing ......."
 }