New, updated and deprecated options in Liberty for Bare metal service
New options
Option = default value (Type) Help string
[DEFAULT] executor_thread_pool_size = 64 (IntOpt) Size of executor thread pool.
[DEFAULT] rpc_conn_pool_size = 30 (IntOpt) Size of RPC connection pool.
[agent] agent_erase_devices_iterations = 1 (IntOpt) Number of iterations to be run for erasing devices.
[agent] post_deploy_get_power_state_retries = 6 (IntOpt) Number of times to retry getting power state to check if bare metal node has been powered off after a soft power off.
[agent] post_deploy_get_power_state_retry_interval = 5 (IntOpt) Amount of time (in seconds) to wait between polling power state after trigger soft poweroff.
[cisco_ucs] action_interval = 5 (IntOpt) Amount of time in seconds to wait in between power operations
[cisco_ucs] max_retry = 6 (IntOpt) Number of times a power operation needs to be retried
[deploy] http_root = /httpboot (StrOpt) ironic-conductor node's HTTP root path.
[deploy] http_url = None (StrOpt) ironic-conductor node's HTTP server URL. Example: http://192.1.2.3:8080
[drac] client_retry_count = 5 (IntOpt) In case there is a communication failure, the DRAC client is going to resend the request as many times as defined in this setting.
[drac] client_retry_delay = 5 (IntOpt) In case there is a communication failure, the DRAC client is going to wait for as many seconds as defined in this setting before resending the request.
[inspector] enabled = False (BoolOpt) whether to enable inspection using ironic-inspector
[inspector] service_url = None (StrOpt) ironic-inspector HTTP endpoint. If this is not set, the ironic-inspector client default (http://127.0.0.1:5050) will be used.
[inspector] status_check_period = 60 (IntOpt) period (in seconds) to check status of nodes on inspection
[irmc] remote_image_server = None (StrOpt) IP of remote image server
[irmc] remote_image_share_name = share (StrOpt) share name of remote_image_server
[irmc] remote_image_share_root = /remote_image_share_root (StrOpt) Ironic conductor node's "NFS" or "CIFS" root path
[irmc] remote_image_share_type = CIFS (StrOpt) Share type of virtual media, either "NFS" or "CIFS"
[irmc] remote_image_user_domain = (StrOpt) Domain name of remote_image_user_name
[irmc] remote_image_user_name = None (StrOpt) User name of remote_image_server
[irmc] remote_image_user_password = None (StrOpt) Password of remote_image_user_name
[oslo_messaging_qpid] send_single_reply = False (BoolOpt) Send a single AMQP reply to call message. The current behaviour since oslo-incubator is to send two AMQP replies - first one with the payload, a second one to ensure the other have finish to send the payload. We are going to remove it in the N release, but we must keep backward compatible at the same time. This option provides such compatibility - it defaults to False in Liberty and can be turned on for early adopters with a new installations or for testing. Please note, that this option will be removed in M release.
[oslo_messaging_rabbit] kombu_reconnect_timeout = 60 (IntOpt) How long to wait before considering a reconnect attempt to have failed. This value should not be longer than rpc_response_timeout.
[oslo_messaging_rabbit] send_single_reply = False (BoolOpt) Send a single AMQP reply to call message. The current behaviour since oslo-incubator is to send two AMQP replies - first one with the payload, a second one to ensure the other have finish to send the payload. We are going to remove it in the N release, but we must keep backward compatible at the same time. This option provides such compatibility - it defaults to False in Liberty and can be turned on for early adopters with a new installations or for testing. Please note, that this option will be removed in M release.
[oslo_versionedobjects] fatal_exception_format_errors = False (BoolOpt) Make exception message format errors fatal
New default values
Option Previous default value New default value
[DEFAULT] default_log_levels amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN, websocket=WARN, keystonemiddleware=WARN, routes.middleware=WARN, stevedore=WARN amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN, websocket=WARN, requests.packages.urllib3.util.retry=WARN, urllib3.util.retry=WARN, keystonemiddleware=WARN, routes.middleware=WARN, stevedore=WARN, taskflow=WARN
[DEFAULT] logging_exception_prefix %(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s %(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s
[DEFAULT] tempdir None /tmp
[DEFAULT] use_syslog_rfc_format False True
[DEFAULT] verbose False True
[oslo_messaging_rabbit] heartbeat_timeout_threshold 0 60
Deprecated options
Deprecated option New Option
[DEFAULT] rpc_thread_pool_size [DEFAULT] executor_thread_pool_size
[DEFAULT] log_format None
[DEFAULT] use_syslog None