From 347f7e9f1637c442f66cf3a79ff234310d8e2c86 Mon Sep 17 00:00:00 2001 From: Marek Zawadzki Date: Thu, 17 Nov 2016 11:03:58 +0100 Subject: [PATCH] Remove disabling passing through host CPU to VMs This may help in errors when creating instances in CCP-deployed OpenStack. Change-Id: I57bbbf79b5fe9d1b4ff2cb59eeb0bf1942cad2c3 --- jenkins-tp/jobs/builders/fuel-ccp-simple-deployment.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/jenkins-tp/jobs/builders/fuel-ccp-simple-deployment.sh b/jenkins-tp/jobs/builders/fuel-ccp-simple-deployment.sh index f5e8bb6..1721646 100644 --- a/jenkins-tp/jobs/builders/fuel-ccp-simple-deployment.sh +++ b/jenkins-tp/jobs/builders/fuel-ccp-simple-deployment.sh @@ -39,7 +39,6 @@ export IMAGE_PATH="/home/jenkins/workspace/cloud-images/default-image.qcow2" export DONT_DESTROY_ON_SUCCESS=1 export DEPLOY_METHOD="kargo" export SLAVES_COUNT="3" -export DRIVER_USE_HOST_CPU=false export WORKSPACE="/home/jenkins/workspace" export FUEL_DEVOPS_INSTALLATION_DIR=${FUEL_DEVOPS_INSTALLATION_DIR} export CUSTOM_YAML='hyperkube_image_repo: "${HYPERKUBE_REPO}"