X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Ffull_install_osm.sh;h=96ffdbe08fe26b9c0aeb56c639fd384188a76c1d;hb=refs%2Fchanges%2F04%2F7704%2F1;hp=40cbfdad6efa351bdbc540b39ec42b0a41df8916;hpb=941372e8995053dc88876af49981a675ed8c2052;p=osm%2Fdevops.git diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 40cbfdad..96ffdbe0 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -180,7 +180,7 @@ EONG remove_network $OSM_STACK_NAME echo "Removing $OSM_DOCKER_WORK_DIR" $WORKDIR_SUDO rm -rf $OSM_DOCKER_WORK_DIR - sg lxd -c "juju destroy-controller --yes $OSM_STACK_NAME" + sg lxd -c "juju destroy-controller --destroy-all-models --yes $OSM_STACK_NAME" fi echo "Some docker images will be kept in case they are used by other docker stacks" echo "To remove them, just run 'docker image prune' in a terminal"