diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-10-03 07:32:26 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-10-03 15:50:02 -0500 |
commit | 4b367d124bece258eb520c7878de835b37a01abb (patch) | |
tree | ead2520d31a7367c1c342ea44f368b6e9f980589 /ci/onos/cloud-sh-onos/compute.sh | |
parent | 8ef7d630c0b868770e77a333171819af133d6308 (diff) |
removing the stalled filed
Remove the stalled files and update the labconfig for juniper
lab in opnfv.
Change-Id: Ib734a9b8cd608e70cbaae007a60caa8d3c14fdf3
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/onos/cloud-sh-onos/compute.sh')
-rw-r--r-- | ci/onos/cloud-sh-onos/compute.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ci/onos/cloud-sh-onos/compute.sh b/ci/onos/cloud-sh-onos/compute.sh deleted file mode 100644 index eb818250..00000000 --- a/ci/onos/cloud-sh-onos/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 |