From c83c5b0edca39becd92ac15c010597b9c750ce18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Sat, 8 Feb 2020 16:29:40 +0100 Subject: [PATCH] Docs: fix cells upgrade guide Change-Id: Ia122aa157413e71eb50bd22e3c9f44a2e5c0bf4f --- doc/source/reference/compute/nova-cells-guide.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/reference/compute/nova-cells-guide.rst b/doc/source/reference/compute/nova-cells-guide.rst index 443d3e1c2e..a808bc0835 100644 --- a/doc/source/reference/compute/nova-cells-guide.rst +++ b/doc/source/reference/compute/nova-cells-guide.rst @@ -432,13 +432,13 @@ the database schema migrations. .. code-block:: console - kolla-bootstrap upgrade --tags nova-bootstrap + kolla-ansible upgrade --tags nova-bootstrap Next, we upgrade the global services. .. code-block:: console - kolla-bootstrap upgrade --tags nova-api-upgrade + kolla-ansible upgrade --tags nova-api-upgrade Now the cell services can be upgraded. This can be performed in batches of one or more cells at a time, using ``--limit``. For example, to upgrade @@ -446,7 +446,7 @@ services in ``cell03``: .. code-block:: console - kolla-bootstrap upgrade --tags nova-cell-upgrade --limit cell03 + kolla-ansible upgrade --tags nova-cell-upgrade --limit cell03 At this stage, we might wish to perform testing of the new services, to check that they are functioning correctly before proceeding to other cells. @@ -456,6 +456,6 @@ version pinning, and perform online data migrations. .. code-block:: console - kolla-bootstrap upgrade --tags nova-reload,nova-online-data-migrations + kolla-ansible upgrade --tags nova-reload,nova-online-data-migrations The nova upgrade is now complete, and upgrading of other services may continue.