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
This commit is contained in:
Tanja Roth 2016-01-21 10:59:51 +01:00
parent b21de7159d
commit 3cbf7662b6
1 changed files with 3 additions and 3 deletions

View File

@ -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