From 480d5be0239b46b35b557586363b455cc1c08622 Mon Sep 17 00:00:00 2001 From: licanwei Date: Tue, 3 Jan 2017 10:54:23 +0800 Subject: [PATCH] Remove trailing backtick This patch is removing a trailing backtick (`) from the baremetal-api-v1-node-management.inc document. Change-Id: Ie1a8c0d15f169287d5b5d6b7cd5b190e87345869 --- api-ref/source/baremetal-api-v1-node-management.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-ref/source/baremetal-api-v1-node-management.inc b/api-ref/source/baremetal-api-v1-node-management.inc index c827159168..daae5fe02e 100644 --- a/api-ref/source/baremetal-api-v1-node-management.inc +++ b/api-ref/source/baremetal-api-v1-node-management.inc @@ -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.