Remove trailing backtick

This patch is removing a trailing backtick (`) from the
baremetal-api-v1-node-management.inc document.

Change-Id: Ie1a8c0d15f169287d5b5d6b7cd5b190e87345869
This commit is contained in:
licanwei 2017-01-03 10:54:23 +08:00 committed by Lucas Alvares Gomes
parent 40870e44dd
commit 480d5be023
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ For example, a Node in the ``available`` state can have an instance deployed to
by requesting the provision state of ``active``. During this transition, the Node's
``provision_state`` will temporarily be set to ``deploying``, and depending on the driver,
it may also be ``wait call-back``. When the transitions are complete, ``target_provision_state``
will be set to ``None`` and ``provision_state`` will be set to ``active```.
will be set to ``None`` and ``provision_state`` will be set to ``active``.
To destroy the instance, request the provision state of ``delete``. During this
transition, the Node may or may not go through a ``cleaning`` state,
depending on the service configuration.