summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-01-28 06:07:14 +0000
committerGerrit Code Review <review@openstack.org>2018-01-28 06:07:14 +0000
commit180234b445f7127fb5fc19238636a9967055d741 (patch)
treee762bcae07eff111aae200f6840e059e596bd492 /etc
parentab9b7afe7d5dc9f5323a6a083b7f4a956620baae (diff)
parentb9b4a55a4193dddb1d4d34a9d1e1fc84c5d90583 (diff)
downloadironic-180234b445f7127fb5fc19238636a9967055d741.tar.gz
Merge "Update description for config params of 'rescue' interface"
Diffstat (limited to 'etc')
-rw-r--r--etc/ironic/ironic.conf.sample22
1 files changed, 7 insertions, 15 deletions
diff --git a/etc/ironic/ironic.conf.sample b/etc/ironic/ironic.conf.sample
index 0adee1986..33c9f6f8e 100644
--- a/etc/ironic/ironic.conf.sample
+++ b/etc/ironic/ironic.conf.sample
@@ -242,17 +242,14 @@
# "ironic.hardware.interfaces.rescue" entrypoint. When setting
# this value, please make sure that every enabled hardware
# type will have the same set of enabled rescue interfaces on
-# every ironic-conductor service. This option is part of
-# rescue feature work, which is not currently exposed to
-# users. (list value)
+# every ironic-conductor service. (list value)
#enabled_rescue_interfaces = no-rescue
# Default rescue interface to be used for nodes that do not
# have rescue_interface field set. A complete list of rescue
# interfaces present on your system may be found by
# enumerating the "ironic.hardware.interfaces.rescue"
-# entrypoint. This option is part of rescue feature work,
-# which is not currently exposed to users. (string value)
+# entrypoint. (string value)
#default_rescue_interface = <None>
# Specify the list of storage interfaces to load during
@@ -1267,9 +1264,8 @@
# (integer value)
#check_provision_state_interval = 60
-# Interval (seconds) between checks of rescue timeouts. This
-# option is part of rescue feature work, which is not
-# currently exposed to users. (integer value)
+# Interval (seconds) between checks of rescue timeouts.
+# (integer value)
# Minimum value: 1
#check_rescue_state_interval = 60
@@ -1364,8 +1360,7 @@
# Timeout (seconds) to wait for a callback from the rescue
# ramdisk. If the timeout is reached the node will be put in
# the "rescue failed" provision state. Set to 0 to disable
-# timeout. This option is part of rescue feature work, which
-# is not currently exposed to users. (integer value)
+# timeout. (integer value)
# Minimum value: 0
#rescue_callback_timeout = 1800
@@ -2852,17 +2847,14 @@
# Required for "neutron" network interface, if rescue mode
# will be used. It is not used for the "flat" or "noop"
# network interfaces. If a name is provided, it must be unique
-# among all networks or rescue will fail. This option is part
-# of rescue feature work, which is not currently exposed to
-# users. (string value)
+# among all networks or rescue will fail. (string value)
#rescuing_network = <None>
# List of Neutron Security Group UUIDs to be applied during
# the node rescue process. Optional for the "neutron" network
# interface and not used for the "flat" or "noop" network
# interfaces. If not specified, the default security group is
-# used. This option is part of rescue feature work, which is
-# not currently exposed to users. (list value)
+# used. (list value)
#rescuing_network_security_groups =
# Client retries in the case of a failed request. (integer