From: Adam Israel Date: Tue, 11 Jun 2019 14:28:43 +0000 (-0400) Subject: Fix uninstall bug that leaves Juju controller running X-Git-Tag: v6.0.0~1 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=843764e7102e07ca535b5fb0d94c0e8a02195be4;hp=843764e7102e07ca535b5fb0d94c0e8a02195be4;p=osm%2Fdevops.git Fix uninstall bug that leaves Juju controller running During uninstall, the Juju controller was not being destroyed when there are active models. The `juju destroy-controller` command requires the additional flag `--destroy-all-models`. Change-Id: Ie5e3590027907ada08c6e6b2951a6f1ef64d41bf Signed-off-by: Adam Israel ---