diff --git a/doc/source/admin/upgrade-to-stein.rst b/doc/source/admin/upgrade-to-stein.rst index 944229303..75bc1c4dc 100644 --- a/doc/source/admin/upgrade-to-stein.rst +++ b/doc/source/admin/upgrade-to-stein.rst @@ -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 \ No newline at end of file +.. _bug 1978549: https://bugs.launchpad.net/nova/+bug/1978549