diff --git a/doc/source/ops-upgrades.rst b/doc/source/ops-upgrades.rst index a165acd1..5c1e327f 100644 --- a/doc/source/ops-upgrades.rst +++ b/doc/source/ops-upgrades.rst @@ -154,12 +154,12 @@ For example: .. code-block:: ini [upgrade_levels] - compute=X+1 - conductor=X+1 - scheduler=X+1 + compute=X + conductor=X + scheduler=X will keep the RPC version locked across the specified services to the -RPC version used in X+1. As all instances of a particular service are +RPC version used in X. As all instances of a particular service are upgraded to the newer version, the corresponding line can be removed from ``nova.conf``.