Skip to content
Snippets Groups Projects
Commit 884b82bd authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "add official default cpu allocation ratio."

parents 6e95ed87 5b266b5d
No related branches found
No related tags found
No related merge requests found
......@@ -172,13 +172,14 @@ needs to create ``/etc/kolla/config/nova/nova-scheduler.conf`` with content:
[DEFAULT]
scheduler_max_attempts = 100
If the operator wants to configure compute node ram allocation ratio
If the operator wants to configure compute node cpu and ram allocation ratio
on host myhost, the operator needs to create file
``/etc/kolla/config/nova/myhost/nova.conf`` with content:
::
[DEFAULT]
cpu_allocation_ratio = 16.0
ram_allocation_ratio = 5.0
Kolla allows the operator to override configuration globally for all services.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment