Changed /tmp/migrate-db.rc to /root/migrate-db.rc

Change-Id: Ibdb411b3d3cfea48d4847887f19c2ae00a3231c8
Closes-Bug: #2018592
This commit is contained in:
fprzewozn 2023-05-05 14:14:30 +02:00 committed by Franciszek Przewoźny
parent e2cd4a28c0
commit 56778d2697
1 changed files with 3 additions and 3 deletions

View File

@ -134,7 +134,7 @@ Initial Steps
.. code-block:: console
$ mysql-migrate-db.sh --mkconfig /tmp/migrate-db.rc
$ mysql-migrate-db.sh --mkconfig /root/migrate-db.rc
* Edit the file to set the values for the ``NOVA_API_USER``,
``NOVA_API_PASS``, ``PLACEMENT_USER``, and ``PLACEMENT_PASS`` entries.
@ -160,7 +160,7 @@ Migrate the Data
.. code-block:: console
$ mysql-migrate-db.sh --migrate /tmp/migrate-db.rc
$ mysql-migrate-db.sh --migrate /root/migrate-db.rc
The ``--skip-locks`` flag can be used along with ``--migrate`` in
deployments where table locking operations can't be performed. For example,
@ -220,4 +220,4 @@ Finalize the Upgrade
.. _release notes: https://docs.openstack.org/releasenotes/placement/stein.html
.. _osc-placement: https://docs.openstack.org/osc-placement/latest/
.. _bug 2005478: https://storyboard.openstack.org/#!/story/2005478
.. _bug 1978549: https://bugs.launchpad.net/nova/+bug/1978549
.. _bug 1978549: https://bugs.launchpad.net/nova/+bug/1978549