summaryrefslogtreecommitdiff
path: root/api-ref/source
diff options
context:
space:
mode:
authorLuong Anh Tuan <tuanla@vn.fujitsu.com>2017-05-17 23:50:09 +0700
committerLuong Anh Tuan <tuanla@vn.fujitsu.com>2017-05-17 23:50:09 +0700
commit51bf6b2148c9c2933c021e75dfb16dacff96bdda (patch)
treedc2fa576feb3b188748e08eb8c040f5273b75096 /api-ref/source
parent20dba3fb8834d4bf534aeefd173f2c8a1fa4a7b3 (diff)
downloadironic-51bf6b2148c9c2933c021e75dfb16dacff96bdda.tar.gz
Remove single quoted strings in json sample
Json standard does not allow single quoted strings. Thus I replace " instead of '. Change-Id: Ifbb9e1a62706dcfa539f12e38eec0f5ca8ae1422
Diffstat (limited to 'api-ref/source')
-rw-r--r--api-ref/source/samples/node-set-soft-power-off.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/api-ref/source/samples/node-set-soft-power-off.json b/api-ref/source/samples/node-set-soft-power-off.json
index 9368bcff3..91c3e2fd2 100644
--- a/api-ref/source/samples/node-set-soft-power-off.json
+++ b/api-ref/source/samples/node-set-soft-power-off.json
@@ -1,4 +1,4 @@
{
"target": "soft power off",
- 'timeout': 300
+ "timeout": 300
}