Changed /tmp/migrate-db.rc to /root/migrate-db.rc
Change-Id: Ibdb411b3d3cfea48d4847887f19c2ae00a3231c8 Closes-Bug: #2018592
This commit is contained in:
parent
e2cd4a28c0
commit
56778d2697
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user