From 3cbf7662b65c43ff3c5a8cb0d294d48a41624110 Mon Sep 17 00:00:00 2001 From: Tanja Roth Date: Thu, 21 Jan 2016 10:59:51 +0100 Subject: [PATCH] fixed indentation of code block/fixed typo - wrong indentatin resulted in broken enumeration within procedure (in HTML output, step 3 'Now, use the nova migrate command.' was followed by step 1 'To migrate of an instance and watch the status...') - changed 'To migrate of an instance and watch the status...' to 'To migrate an instance and watch the status...') Change-Id: I23f198f2ffc2b2ddd0046eb39a3f13d25547b8e6 --- doc/user-guide-admin/source/cli_nova_migrate.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/user-guide-admin/source/cli_nova_migrate.rst b/doc/user-guide-admin/source/cli_nova_migrate.rst index 6a0019889b..4e8bb9afcf 100644 --- a/doc/user-guide-admin/source/cli_nova_migrate.rst +++ b/doc/user-guide-admin/source/cli_nova_migrate.rst @@ -23,11 +23,11 @@ target host. #. Now, use the :command:`nova migrate` command. - .. code-block:: console + .. code-block:: console - $ nova migrate VM_ID + $ nova migrate VM_ID -#. To migrate of an instance and watch the status, use this example script: +#. To migrate an instance and watch the status, use this example script: .. code-block:: bash