diff options
author | 2017-12-18 14:31:35 +0000 | |
---|---|---|
committer | 2017-12-18 14:31:35 +0000 | |
commit | cf2cd4e4b87a5e392bc4ba49749a349925ba2f86 (patch) | |
tree | ceb6a209a3bef7f3b56d2e4b2c47459afcfe96e9 /bifrost | |
parent | 8b9a73d7fbc9bf6112b7efbbb2ad7f3216837ba4 (diff) | |
parent | b8872af53f9a8441214096a5f1c63b0abd47ed63 (diff) |
Merge "Increase ram of XCI VM and change disk cache type for all VMs"
Diffstat (limited to 'bifrost')
-rwxr-xr-x | bifrost/scripts/bifrost-provision.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bifrost/scripts/bifrost-provision.sh b/bifrost/scripts/bifrost-provision.sh index ec46b1ef..2e887670 100755 --- a/bifrost/scripts/bifrost-provision.sh +++ b/bifrost/scripts/bifrost-provision.sh @@ -41,7 +41,7 @@ export VM_DOMAIN_TYPE=${VM_DOMAIN_TYPE:-kvm} export VM_CPU=${VM_CPU:-4} export VM_DISK=${VM_DISK:-100} export VM_MEMORY_SIZE=${VM_MEMORY_SIZE:-8192} -export VM_DISK_CACHE=${VM_DISK_CACHE:-unsafe} +export VM_DISK_CACHE=${VM_DISK_CACHE:-none} # Settings for bifrost TEST_PLAYBOOK="opnfv-virtual.yaml" |