lower cpu_allocation ratio from 16 to 4

This commit is contained in:
Egon Rijpkema 2018-06-18 14:57:25 +02:00
parent 90b394e456
commit 75434ae097
1 changed files with 1 additions and 0 deletions

View File

@ -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