lower cpu_allocation ratio from 16 to 4
This commit is contained in:
parent
90b394e456
commit
75434ae097
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue