Use 'openstack' command-client commands to replace nova commands

Change-Id: Ic7ea5a2becb0a7d616e1baf893995441bdc789f9
Implements: blueprint use-openstack-command
This commit is contained in:
qiaomin 2016-12-13 11:34:10 +00:00
parent 8055e4d21a
commit 59bbd873fe

View File

@ -32,13 +32,13 @@ a software or hardware upgrade, perform the following steps:
.. code-block:: console .. code-block:: console
# nova live-migration <uuid> c02.example.com # openstack server migrate <uuid> --live c02.example.com
* If your cloud is not using a shared storage, run: * If your cloud is not using a shared storage, run:
.. code-block:: console .. code-block:: console
# nova live-migration --block-migrate <uuid> c02.example.com # openstack server migrate <uuid> --live --block-migration c02.example.com
#. Stop the ``nova-compute`` service: #. Stop the ``nova-compute`` service: