Docs: fix cells upgrade guide
Change-Id: Ia122aa157413e71eb50bd22e3c9f44a2e5c0bf4f
This commit is contained in:
parent
4200089716
commit
c83c5b0edc
@ -432,13 +432,13 @@ the database schema migrations.
|
|||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
kolla-bootstrap upgrade --tags nova-bootstrap
|
kolla-ansible upgrade --tags nova-bootstrap
|
||||||
|
|
||||||
Next, we upgrade the global services.
|
Next, we upgrade the global services.
|
||||||
|
|
||||||
.. code-block:: console
|
.. 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
|
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
|
one or more cells at a time, using ``--limit``. For example, to upgrade
|
||||||
@ -446,7 +446,7 @@ services in ``cell03``:
|
|||||||
|
|
||||||
.. code-block:: console
|
.. 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
|
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.
|
that they are functioning correctly before proceeding to other cells.
|
||||||
@ -456,6 +456,6 @@ version pinning, and perform online data migrations.
|
|||||||
|
|
||||||
.. code-block:: console
|
.. 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.
|
The nova upgrade is now complete, and upgrading of other services may continue.
|
||||||
|
Loading…
Reference in New Issue
Block a user