Added a script to have a openstack with odl bundle.
[joid.git] / ci / clean.sh
1 #!/bin/bash
2
3 set -ex
4
5 #juju-deployer -T -d
6 juju destroy-environment maas  -y
7 rm -rf ~/.juju/j*
8 rm -rf ~/.juju/environments
9 rm -rf ~/.juju/ssh
10 rm -rf ~/.juju/.deployer-store-cache
11