From 75434ae097083659eecdb2b14c7d1099d0c57baa Mon Sep 17 00:00:00 2001 From: Egon Rijpkema Date: Mon, 18 Jun 2018 14:57:25 +0200 Subject: [PATCH] lower cpu_allocation ratio from 16 to 4 --- nova_service/write_conf.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nova_service/write_conf.sh b/nova_service/write_conf.sh index a9b69e4..f68578f 100755 --- a/nova_service/write_conf.sh +++ b/nova_service/write_conf.sh @@ -20,6 +20,7 @@ allow_migrate_to_same_host = True allow_resize_to_same_host = True firewall_driver = nova.virt.firewall.NoopFirewallDriver enabled_apis=osapi_compute,metadata +cpu_allocation_ratio = 4 [neutron] url = http://$NEUTRON_CONTROLLER_HOST:9696