summaryrefslogtreecommitdiff
path: root/doc/source/cli
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-04-19 22:17:50 +0000
committerGerrit Code Review <review@openstack.org>2021-04-19 22:17:50 +0000
commit5ea4f712c583c87a24eb6aafb6d3835d534a171c (patch)
tree6376bdf3afc29872f018b88ca9760191830d2c7f /doc/source/cli
parent3e04d9f9bfb5d8d040ad41f44de5b87a3f6b7e1b (diff)
parent03ff08c7fe43de2e8620637dac28a75cab573170 (diff)
downloadnova-5ea4f712c583c87a24eb6aafb6d3835d534a171c.tar.gz
Merge "docs: Correct typos in 'nova-manage cells_v2' docs"
Diffstat (limited to 'doc/source/cli')
-rw-r--r--doc/source/cli/nova-manage.rst17
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/source/cli/nova-manage.rst b/doc/source/cli/nova-manage.rst
index 8995c570b3..55dac1b4bf 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 <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 <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