From bd6f1aecc7e93381f359dc5f11f9821fb16b59c9 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Fri, 3 Apr 2015 16:41:44 +0200 Subject: [PATCH] Document ipmi_address in HTTP API Change-Id: I6d13ade2c4d5b3edbff63a953c87fb0edf5962fa --- HTTP-API.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/HTTP-API.rst b/HTTP-API.rst index 0e88e625a..b25388969 100644 --- a/HTTP-API.rst +++ b/HTTP-API.rst @@ -69,6 +69,7 @@ the ramdisk. Request body: JSON dictionary with at least these keys: * ``mac`` MAC address * ``ip`` IP address +* ``ipmi_address`` IP address of BMC, may be missing on VM * ``boot_interface`` optional MAC address of the NIC that the machine PXE booted from either in standard format ``11:22:33:44:55:66`` or in *PXELinux* ``BOOTIF`` format ``01-11-22-33-44-55-66``.