From 96bf8a0ab5c80c332ac8eeaadca7c3f56dd602fa Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 31 Mar 2021 11:37:25 +0100 Subject: [PATCH] docs: Correct typos in 'nova-manage db' docs Per review feedback. Change-Id: Id157e3614bfe9adca44e6ca0adc56e3ae9efee59 Signed-off-by: Stephen Finucane --- doc/source/cli/nova-manage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/cli/nova-manage.rst b/doc/source/cli/nova-manage.rst index 4493a2eacadc..ba54518a910b 100644 --- a/doc/source/cli/nova-manage.rst +++ b/doc/source/cli/nova-manage.rst @@ -177,13 +177,13 @@ db sync Upgrade the main database schema up to the most recent version or ``VERSION`` if specified. By default, this command will also attempt to upgrade the schema -for the cell0 database if it is mapped . +for the cell0 database if it is mapped. If :option:`--local_cell` is specified, then only the main database in the current cell is upgraded. The local database connection is determined by :oslo.config:option:`database.connection` in the configuration file, passed to nova-manage using the ``--config-file`` option(s). -Refer to the :program:`nova-manage cells_v2 map_cell0`` or +Refer to the :program:`nova-manage cells_v2 map_cell0` or :program:`nova-manage cells_v2 simple_cell_setup` commands for more details on mapping the cell0 database.