Merge "Fixed auto-convergence option name in doc"

This commit is contained in:
Zuul
2018-02-08 16:01:29 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -278,7 +278,7 @@ memory-intensive instances succeed.
CPU when memory copy delays are detected.
Auto-convergence is disabled by default. You can enable it by setting
``live_migration_permit_auto_convergence=true``.
``live_migration_permit_auto_converge=true``.
.. caution::
+1 -1
View File
@@ -281,7 +281,7 @@ To make live-migration succeed, you have several options:
faster than the instance's memory writes.
To enable auto-convergence, set
``live_migration_permit_auto_convergence=true`` in ``nova.conf`` and restart
``live_migration_permit_auto_converge=true`` in ``nova.conf`` and restart
``nova-compute``. Do this on all compute hosts.
.. caution::