prepped for merge
diff --git a/scripts/single-node-pod.sh b/scripts/single-node-pod.sh
index f1d368e..72050d9 100755
--- a/scripts/single-node-pod.sh
+++ b/scripts/single-node-pod.sh
@@ -1,13 +1,12 @@
#!/usr/bin/env bash
function cleanup_from_previous_test() {
-
echo "## Cleanup ##"
echo "Destroying juju environment"
juju destroy-environment --force -y manual
- VMS=$( sudo virsh list|grep running|awk '{print $2}' )
+ VMS=$( sudo uvt-kvm list )
for VM in $VMS
do
echo "Destroying $VM"
@@ -38,7 +37,6 @@
git clone https://github.com/open-cloud/openstack-cluster-setup.git
cd ~/openstack-cluster-setup
- git checkout roles
sed -i "s/ubuntu/`whoami`/" $INVENTORY
cp vars/example_keystone.yml vars/cord_keystone.yml