Bug 1933: Fix ready check
Changes to juju result in human readable output no longer
being applicable for the deployment completion check.
Changes to use json output instead.
Fixes Bug 1933
Change-Id: I65358c7f472956ed4238a5a61cceb1651d88feff
Signed-off-by: beierlm <mark.beierl@canonical.com>
diff --git a/installers/charmed_uninstall.sh b/installers/charmed_uninstall.sh
index 09305d2..20ca7b6 100755
--- a/installers/charmed_uninstall.sh
+++ b/installers/charmed_uninstall.sh
@@ -14,7 +14,7 @@
#
-juju destroy-model osm --destroy-storage -y --force --no-wait
+juju destroy-model osm --destroy-storage -y --force
sudo snap unalias osm
sudo snap remove osmclient
CONTROLLER_NAME="osm-vca"