Update config sample
Change-Id: Ie12f112f74c64543f8ba0a57a0f8f805a029a5c1
This commit is contained in:
parent
67292f1450
commit
6917c21246
22
example.conf
22
example.conf
@ -75,12 +75,6 @@
|
||||
# Note: This option can be changed without restarting.
|
||||
#debug = false
|
||||
|
||||
# DEPRECATED: If set to false, the logging level will be set to
|
||||
# WARNING instead of the default INFO level. (boolean value)
|
||||
# This option is deprecated for removal.
|
||||
# Its value may be silently ignored in the future.
|
||||
#verbose = true
|
||||
|
||||
# The name of a logging configuration file. This file is appended to
|
||||
# any existing logging configuration files. For details about logging
|
||||
# configuration files, see the Python logging module documentation.
|
||||
@ -263,14 +257,6 @@
|
||||
# From oslo.db
|
||||
#
|
||||
|
||||
# DEPRECATED: The file name to use with SQLite. (string value)
|
||||
# Deprecated group/name - [DEFAULT]/sqlite_db
|
||||
# This option is deprecated for removal.
|
||||
# Its value may be silently ignored in the future.
|
||||
# Reason: Should use config option connection or slave_connection to
|
||||
# connect the database.
|
||||
#sqlite_db = oslo.sqlite
|
||||
|
||||
# If True, SQLite uses synchronous mode. (boolean value)
|
||||
# Deprecated group/name - [DEFAULT]/sqlite_synchronous
|
||||
#sqlite_synchronous = true
|
||||
@ -400,8 +386,12 @@
|
||||
# iptables chain name to use. (string value)
|
||||
#firewall_chain = ironic-inspector
|
||||
|
||||
# List of Etherent Over InfiniBand interfaces on the Ironic host which
|
||||
# are used for Inspector DHCP (list value)
|
||||
# List of Etherent Over InfiniBand interfaces on the Inspector host
|
||||
# which are used for physical access to the DHCP network. Multiple
|
||||
# interfaces would be attached to a bond or bridge specified in
|
||||
# dnsmasq_interface. The MACs of the InfiniBand nodes which are not in
|
||||
# desired state are going to be blacklisted based on the list of
|
||||
# neighbor MACs on these interfaces. (list value)
|
||||
#ethoib_interfaces =
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user