From c2c27bb5e5bb27dda30146719a206bb3e88209c5 Mon Sep 17 00:00:00 2001 From: Anh Tran Date: Wed, 8 Feb 2017 16:04:54 +0700 Subject: [PATCH] Typo fix: infromation => information Change-Id: I55d00254392df3c604cd9ab1ec4e3ecb891e2bd4 --- doc/source/http-api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/http-api.rst b/doc/source/http-api.rst index f0e22098c..0ac365c11 100644 --- a/doc/source/http-api.rst +++ b/doc/source/http-api.rst @@ -230,7 +230,7 @@ the ramdisk. Request body: JSON dictionary with at least these keys: * ``memory`` memory information containing at least key ``physical_mb`` - physical memory size as reported by dmidecode, - * ``cpu`` CPU infromation containing at least keys ``count`` (CPU count) and + * ``cpu`` CPU information containing at least keys ``count`` (CPU count) and ``architecture`` (CPU architecture, e.g. ``x86_64``), * ``bmc_address`` IP address of the node's BMC,