summaryrefslogtreecommitdiffstats
path: root/ci/nosdn/cloud-sh-odl/compute.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-09-28 15:53:01 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-09-28 15:56:07 -0500
commit41250ce50c222ad5d4c9e459be142de1e34ed575 (patch)
tree494e14747483743eb9db6a63c7ed6b955c140b5f /ci/nosdn/cloud-sh-odl/compute.sh
parentc50131e885d4e38a1c867cebea09999fb207114b (diff)
cleanup the stalled files for D release.
Change-Id: I0d1c972eca6b1833b504a6ea55118915c7a4cb77 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/nosdn/cloud-sh-odl/compute.sh')
-rwxr-xr-xci/nosdn/cloud-sh-odl/compute.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/ci/nosdn/cloud-sh-odl/compute.sh b/ci/nosdn/cloud-sh-odl/compute.sh
deleted file mode 100755
index eb818250..00000000
--- a/ci/nosdn/cloud-sh-odl/compute.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh -e
-
-modprobe kvm_intel
-printf "\n%s\n" kvm_intel >> /etc/modules
-service libvirt-bin restart
-
-sed -e 's/KSM_ENABLED=1/KSM_ENABLED=0/' -i /etc/default/qemu-kvm
-service qemu-kvm restart