Update release notes to better reflect new configs

While the original release note is correct, we have
since deprecated num_engine_workers.

Change-Id: I9f9cced75c77dfe85ec496aca6129465c960f25a
This commit is contained in:
Erik Olof Gunnar Andersson 2019-12-24 15:21:27 -08:00
parent c9174bcc5a
commit abdc171303
1 changed files with 7 additions and 4 deletions

View File

@ -10,7 +10,7 @@ upgrade:
Two new services has been introduced that will need to be started
after the upgrade, ``senlin-conductor`` and ``senlin-health-manager``.
With the introduction of these new services two new configuration options
With the introduction of these new services new configuration options
were added to allow operators to change the number of proceses to spawn.
.. code-block:: ini
@ -18,6 +18,12 @@ upgrade:
[conductor]
workers = 1
..
.. code-block:: ini
[engine]
workers = 1
..
.. code-block:: ini
@ -25,6 +31,3 @@ upgrade:
workers = 1
..
The ``senlin-engine`` service still uses ``num_engine_workers`` to control
the number of processes to spawn.