summaryrefslogtreecommitdiffstats
path: root/ci/clean.sh
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2015-12-02 17:03:20 -0500
committerDan Radez <dradez@redhat.com>2015-12-07 18:33:09 -0500
commit1504fa90460378597344e91120489225011d5966 (patch)
tree17450e823e3de119137e91c54aceafb8fb17302a /ci/clean.sh
parent95d00c41d2cbaaec78da0937fad37dde501a0f63 (diff)
switching to RDO build undercloud instead of building it ourselves
Change-Id: I9f09c195352d2d88a3da4f42e09424d96d39722b
Diffstat (limited to 'ci/clean.sh')
-rwxr-xr-xci/clean.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/ci/clean.sh b/ci/clean.sh
index 492b0dc2..b8be179d 100755
--- a/ci/clean.sh
+++ b/ci/clean.sh
@@ -28,4 +28,9 @@ virsh net-destroy brbm1 2> /dev/null
virsh net-undefine brbm1 2> /dev/null
vs-vsctl del-br brbm1 2> /dev/null
+# clean pub keys from root's auth keys
+sed -i '/stack@instack.localdomain/d' /root/.ssh/authorized_keys
+sed -i '/virtual-power-key/d' /root/.ssh/authorized_keys
+
+
echo "Cleanup Completed"