summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-12-04 08:08:36 +0000
committerGerrit Code Review <review@openstack.org>2018-12-04 08:08:36 +0000
commitcb543d77051307a6ab4854c2a33683dc41a7c6b5 (patch)
tree86a134967de0aecedb334379bd358fcc4ceb6153 /api-ref
parent6ca73361dba35c37b1a74b45e36d421826b490f5 (diff)
parenteb29465bd5098d7715cad97fb5babba9248117a4 (diff)
downloadironic-cb543d77051307a6ab4854c2a33683dc41a7c6b5.tar.gz
Merge "Add ipmi_disable_timeout to avoid problematic IPMI command"
Diffstat (limited to 'api-ref')
-rw-r--r--api-ref/source/samples/driver-property-response.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/api-ref/source/samples/driver-property-response.json b/api-ref/source/samples/driver-property-response.json
index e48c106bb..0cab58c10 100644
--- a/api-ref/source/samples/driver-property-response.json
+++ b/api-ref/source/samples/driver-property-response.json
@@ -7,6 +7,7 @@
"image_no_proxy": "A comma-separated list of host names, IP addresses and domain names (with optional :port) that will be excluded from proxying. To denote a domain name, use a dot to prefix the domain name. This value will be ignored if ``image_http_proxy`` and ``image_https_proxy`` are not specified. Optional.",
"ipmi_address": "IP address or hostname of the node. Required.",
"ipmi_bridging": "bridging_type; default is \"no\". One of \"single\", \"dual\", \"no\". Optional.",
+ "ipmi_disable_timeout": "By default ironic will send a raw IPMI command to disable the 60 second timeout for booting. Setting this option to False will NOT send that command; default value is True. Optional.",
"ipmi_force_boot_device": "Whether Ironic should specify the boot device to the BMC each time the server is turned on, eg. because the BMC is not capable of remembering the selected boot device across power cycles; default value is False. Optional.",
"ipmi_local_address": "local IPMB address for bridged requests. Used only if ipmi_bridging is set to \"single\" or \"dual\". Optional.",
"ipmi_password": "password. Optional.",