From 03ff08c7fe43de2e8620637dac28a75cab573170 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 31 Mar 2021 12:01:17 +0100 Subject: [PATCH] docs: Correct typos in 'nova-manage cells_v2' docs Per review feedback. Change-Id: Ib14c8901920a0844d22674b768bc543a10298c4b Signed-off-by: Stephen Finucane --- doc/source/cli/nova-manage.rst | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/doc/source/cli/nova-manage.rst b/doc/source/cli/nova-manage.rst index 6dbe5eca2c..e56e798bbc 100644 --- a/doc/source/cli/nova-manage.rst +++ b/doc/source/cli/nova-manage.rst @@ -973,7 +973,7 @@ are listed. Use the :option:`--cell_uuid` option to list hosts in a specific cel * - 0 - Success. * - 1 - - The cell indidicatd by :option:`--cell_uuid` was not found. + - The cell indicated by :option:`--cell_uuid` was not found. cell_v2 update_cell ------------------- @@ -1019,23 +1019,24 @@ defined by :oslo.config:option:`transport_url` in the configuration file. .. option:: --transport-url - Set the cell transport_url. NOTE that running nodes will not see the change - until restart! + Set the cell ``transport_url``. Note that running nodes will not see + the change until restarted or the ``SIGHUP`` signal is sent. .. option:: --database_connection - Set the cell database_connection. NOTE that running nodes will not see the - change until restart! + Set the cell ``database_connection``. Note that running nodes will not see + the change until restarted or the ``SIGHUP`` signal is sent. .. option:: --disable Disables the cell. Note that the scheduling will be blocked to this cell - until it is enabled and followed by a SIGHUP of nova-scheduler service. + until it is enabled and the ``nova-scheduler`` service is restarted or + the ``SIGHUP`` signal is sent. .. option:: --enable - Enables the cell. Note that this makes a disabled cell available for - scheduling after a SIGHUP of the nova-scheduler service. + Enables the cell. Note that the ``nova-scheduler`` service will not see the + change until it is restarted or the ``SIGHUP`` signal is sent. .. rubric:: Return codes