Sample sahara.conf fileΒΆ

This is an automatically generated sample of the sahara.conf file.

   1[DEFAULT]
   2
   3#
   4# From oslo.log
   5#
   6
   7# If set to true, the logging level will be set to DEBUG instead of the default
   8# INFO level. (boolean value)
   9# Note: This option can be changed without restarting.
  10#debug = false
  11
  12# The name of a logging configuration file. This file is appended to any
  13# existing logging configuration files. For details about logging configuration
  14# files, see the Python logging module documentation. Note that when logging
  15# configuration files are used then all logging configuration is set in the
  16# configuration file and other logging configuration options are ignored (for
  17# example, log-date-format). (string value)
  18# Note: This option can be changed without restarting.
  19# Deprecated group/name - [DEFAULT]/log_config
  20#log_config_append = <None>
  21
  22# Defines the format string for %%(asctime)s in log records. Default:
  23# %(default)s . This option is ignored if log_config_append is set. (string
  24# value)
  25#log_date_format = %Y-%m-%d %H:%M:%S
  26
  27# (Optional) Name of log file to send logging output to. If no default is set,
  28# logging will go to stderr as defined by use_stderr. This option is ignored if
  29# log_config_append is set. (string value)
  30# Deprecated group/name - [DEFAULT]/logfile
  31#log_file = <None>
  32
  33# (Optional) The base directory used for relative log_file  paths. This option
  34# is ignored if log_config_append is set. (string value)
  35# Deprecated group/name - [DEFAULT]/logdir
  36#log_dir = <None>
  37
  38# Uses logging handler designed to watch file system. When log file is moved or
  39# removed this handler will open a new log file with specified path
  40# instantaneously. It makes sense only if log_file option is specified and
  41# Linux platform is used. This option is ignored if log_config_append is set.
  42# (boolean value)
  43#watch_log_file = false
  44
  45# Use syslog for logging. Existing syslog format is DEPRECATED and will be
  46# changed later to honor RFC5424. This option is ignored if log_config_append
  47# is set. (boolean value)
  48#use_syslog = false
  49
  50# Enable journald for logging. If running in a systemd environment you may wish
  51# to enable journal support. Doing so will use the journal native protocol
  52# which includes structured metadata in addition to log messages.This option is
  53# ignored if log_config_append is set. (boolean value)
  54#use_journal = false
  55
  56# Syslog facility to receive log lines. This option is ignored if
  57# log_config_append is set. (string value)
  58#syslog_log_facility = LOG_USER
  59
  60# Use JSON formatting for logging. This option is ignored if log_config_append
  61# is set. (boolean value)
  62#use_json = false
  63
  64# Log output to standard error. This option is ignored if log_config_append is
  65# set. (boolean value)
  66#use_stderr = false
  67
  68# Log output to Windows Event Log. (boolean value)
  69#use_eventlog = false
  70
  71# The amount of time before the log files are rotated. This option is ignored
  72# unless log_rotation_type is set to "interval". (integer value)
  73#log_rotate_interval = 1
  74
  75# Rotation interval type. The time of the last file change (or the time when
  76# the service was started) is used when scheduling the next rotation. (string
  77# value)
  78# Possible values:
  79# Seconds - <No description provided>
  80# Minutes - <No description provided>
  81# Hours - <No description provided>
  82# Days - <No description provided>
  83# Weekday - <No description provided>
  84# Midnight - <No description provided>
  85#log_rotate_interval_type = days
  86
  87# Maximum number of rotated log files. (integer value)
  88#max_logfile_count = 30
  89
  90# Log file maximum size in MB. This option is ignored if "log_rotation_type" is
  91# not set to "size". (integer value)
  92#max_logfile_size_mb = 200
  93
  94# Log rotation type. (string value)
  95# Possible values:
  96# interval - Rotate logs at predefined time intervals.
  97# size - Rotate logs once they reach a predefined size.
  98# none - Do not rotate log files.
  99#log_rotation_type = none
 100
 101# Format string to use for log messages with context. Used by
 102# oslo_log.formatters.ContextFormatter (string value)
 103#logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s
 104
 105# Format string to use for log messages when context is undefined. Used by
 106# oslo_log.formatters.ContextFormatter (string value)
 107#logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s
 108
 109# Additional data to append to log message when logging level for the message
 110# is DEBUG. Used by oslo_log.formatters.ContextFormatter (string value)
 111#logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d
 112
 113# Prefix each line of exception output with this format. Used by
 114# oslo_log.formatters.ContextFormatter (string value)
 115#logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s
 116
 117# Defines the format string for %(user_identity)s that is used in
 118# logging_context_format_string. Used by oslo_log.formatters.ContextFormatter
 119# (string value)
 120#logging_user_identity_format = %(user)s %(tenant)s %(domain)s %(user_domain)s %(project_domain)s
 121
 122# List of package logging levels in logger=LEVEL pairs. This option is ignored
 123# if log_config_append is set. (list value)
 124#default_log_levels = amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,oslo.messaging=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,keystoneauth=WARN,oslo.cache=INFO,oslo_policy=INFO,dogpile.core.dogpile=INFO,stevedore=INFO,eventlet.wsgi.server=WARN,paramiko=WARN,requests=WARN,neutronclient=INFO
 125
 126# Enables or disables publication of error events. (boolean value)
 127#publish_errors = false
 128
 129# The format for an instance that is passed with the log message. (string
 130# value)
 131#instance_format = "[instance: %(uuid)s] "
 132
 133# The format for an instance UUID that is passed with the log message. (string
 134# value)
 135#instance_uuid_format = "[instance: %(uuid)s] "
 136
 137# Interval, number of seconds, of log rate limiting. (integer value)
 138#rate_limit_interval = 0
 139
 140# Maximum number of logged messages per rate_limit_interval. (integer value)
 141#rate_limit_burst = 0
 142
 143# Log level name used by rate limiting: CRITICAL, ERROR, INFO, WARNING, DEBUG
 144# or empty string. Logs with level greater or equal to rate_limit_except_level
 145# are not filtered. An empty string means that all levels are filtered. (string
 146# value)
 147#rate_limit_except_level = CRITICAL
 148
 149# Enables or disables fatal status of deprecations. (boolean value)
 150#fatal_deprecations = false
 151
 152#
 153# From oslo.messaging
 154#
 155
 156# Size of RPC connection pool. (integer value)
 157# Minimum value: 1
 158#rpc_conn_pool_size = 30
 159
 160# The pool size limit for connections expiration policy (integer value)
 161#conn_pool_min_size = 2
 162
 163# The time-to-live in sec of idle connections in the pool (integer value)
 164#conn_pool_ttl = 1200
 165
 166# Size of executor thread pool when executor is threading or eventlet. (integer
 167# value)
 168# Deprecated group/name - [DEFAULT]/rpc_thread_pool_size
 169#executor_thread_pool_size = 64
 170
 171# Seconds to wait for a response from a call. (integer value)
 172#rpc_response_timeout = 60
 173
 174# The network address and optional user credentials for connecting to the
 175# messaging backend, in URL format. The expected format is:
 176#
 177# driver://[user:pass@]host:port[,[userN:passN@]hostN:portN]/virtual_host?query
 178#
 179# Example: rabbit://rabbitmq:password@127.0.0.1:5672//
 180#
 181# For full details on the fields in the URL see the documentation of
 182# oslo_messaging.TransportURL at
 183# https://docs.openstack.org/oslo.messaging/latest/reference/transport.html
 184# (string value)
 185#transport_url = rabbit://
 186
 187# The default exchange under which topics are scoped. May be overridden by an
 188# exchange name specified in the transport_url option. (string value)
 189#control_exchange = openstack
 190
 191# Add an endpoint to answer to ping calls. Endpoint is named
 192# oslo_rpc_server_ping (boolean value)
 193#rpc_ping_enabled = false
 194
 195#
 196# From oslo.service.periodic_task
 197#
 198
 199# Some periodic tasks can be run in a separate process. Should we run them
 200# here? (boolean value)
 201#run_external_periodic_tasks = true
 202
 203#
 204# From oslo.service.wsgi
 205#
 206
 207# File name for the paste.deploy config for api service (string value)
 208#api_paste_config = api-paste.ini
 209
 210# A python format string that is used as the template to generate log lines.
 211# The following values can beformatted into it: client_ip, date_time,
 212# request_line, status_code, body_length, wall_seconds. (string value)
 213#wsgi_log_format = %(client_ip)s "%(request_line)s" status: %(status_code)s  len: %(body_length)s time: %(wall_seconds).7f
 214
 215# Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not
 216# supported on OS X. (integer value)
 217#tcp_keepidle = 600
 218
 219# Size of the pool of greenthreads used by wsgi (integer value)
 220#wsgi_default_pool_size = 100
 221
 222# Maximum line size of message headers to be accepted. max_header_line may need
 223# to be increased when using large tokens (typically those generated when
 224# keystone is configured to use PKI tokens with big service catalogs). (integer
 225# value)
 226#max_header_line = 16384
 227
 228# If False, closes the client socket connection explicitly. (boolean value)
 229#wsgi_keep_alive = true
 230
 231# Timeout for client connections' socket operations. If an incoming connection
 232# is idle for this number of seconds it will be closed. A value of '0' means
 233# wait forever. (integer value)
 234#client_socket_timeout = 900
 235
 236#
 237# From sahara.config
 238#
 239
 240# Hostname or IP address that will be used to listen on. (host address value)
 241#host = 0.0.0.0
 242
 243# Port that will be used to listen on. (port value)
 244# Minimum value: 0
 245# Maximum value: 65535
 246#port = 8386
 247
 248# Log request/response exchange details: environ, headers and bodies. (boolean
 249# value)
 250#log_exchange = false
 251
 252# Maximum length of job binary data in kilobytes that may be stored or
 253# retrieved in a single operation. (integer value)
 254#job_binary_max_KB = 5120
 255
 256# Timeout for canceling job execution (in seconds). Sahara will try to cancel
 257# job execution during this time. (integer value)
 258#job_canceling_timeout = 300
 259
 260# Use Sahara internal db to store job binaries. (boolean value)
 261#edp_internal_db_enabled = true
 262
 263# If set to True, Sahara will use floating IPs to communicate with instances.
 264# To make sure that all instances have floating IPs assigned, make sure that
 265# all Node Groups have "floating_ip_pool" parameter defined. (boolean value)
 266#use_floating_ips = true
 267
 268# The suffix of the node's FQDN. (string value)
 269#node_domain = novalocal
 270
 271# Use network namespaces for communication. (boolean value)
 272#use_namespaces = false
 273
 274# Use rootwrap facility to allow non-root users to run the sahara services and
 275# access private network IPs (only valid to use in conjunction with
 276# use_namespaces=True) (boolean value)
 277#use_rootwrap = false
 278
 279# Rootwrap command to leverage.  Use in conjunction with use_rootwrap=True
 280# (string value)
 281#rootwrap_command = sudo sahara-rootwrap /etc/sahara/rootwrap.conf
 282
 283# Use Designate for internal and external hostnames resolution (boolean value)
 284#use_designate = false
 285
 286# IP addresses of Designate nameservers. This is required if 'use_designate' is
 287# True (list value)
 288#nameservers =
 289
 290# Driver to use for database access. (string value)
 291#db_driver = sahara.db
 292
 293# IP address of Keystone endpoint, accessible by tenant machines. If not set,
 294# the results of the DNS lookup performed where Sahara services are running
 295# will be used. (IP address value)
 296#identity_ip_accessible = <None>
 297
 298# IP address of Swift endpoint, accessible by tenant machines. If not set, the
 299# results of the DNS lookup performed where Sahara services are running will be
 300# used. (IP address value)
 301#object_store_ip_accessible = <None>
 302
 303# List of plugins to be loaded. Sahara preserves the order of the list when
 304# returning it. (list value)
 305#plugins = vanilla,spark,cdh,ambari,storm,mapr
 306
 307# Enables data locality for hadoop cluster. Also enables data locality for
 308# Swift used by hadoop. If enabled, 'compute_topology' and 'swift_topology'
 309# configuration parameters should point to OpenStack and Swift topology
 310# correspondingly. (boolean value)
 311#enable_data_locality = false
 312
 313# Enables four-level topology for data locality. Works only if corresponding
 314# plugin supports such mode. (boolean value)
 315#enable_hypervisor_awareness = true
 316
 317# File with nova compute topology. It should contain mapping between nova
 318# computes and racks. (string value)
 319#compute_topology_file = etc/sahara/compute.topology
 320
 321# File with Swift topology.It should contain mapping between Swift nodes and
 322# racks. (string value)
 323#swift_topology_file = etc/sahara/swift.topology
 324
 325# Enables Sahara to use Keystone API v3. If that flag is disabled, per-job
 326# clusters will not be terminated automatically. (boolean value)
 327#use_identity_api_v3 = true
 328
 329# Maximum number of remote operations that will be running at the same time.
 330# Note that each remote operation requires its own process to run. (integer
 331# value)
 332#global_remote_threshold = 100
 333
 334# The same as global_remote_threshold, but for a single cluster. (integer
 335# value)
 336#cluster_remote_threshold = 70
 337
 338# Proxy command used to connect to instances. If set, this command should open
 339# a netcat socket, that Sahara will use for SSH and HTTP connections. Use
 340# {host} and {port} to describe the destination. Other available keywords:
 341# {tenant_id}, {network_id}, {router_id}. (string value)
 342#proxy_command =
 343
 344# Force proxy_command usage to be consuming internal IP always, instead of
 345# management IP. Ignored if proxy_command is not set. (boolean value)
 346#proxy_command_use_internal_ip = false
 347
 348# Region name used to get services endpoints. (string value)
 349#os_region_name = <None>
 350
 351# A method for Sahara to execute commands on VMs. (string value)
 352#remote = ssh
 353
 354# Number of workers for Sahara API service (0 means all-in-one-thread
 355# configuration). (integer value)
 356#api_workers = 1
 357
 358# Postfix for storing jobs in hdfs. Will be added to '/user/<hdfs user>/' path.
 359# (string value)
 360#job_workflow_postfix =
 361
 362# Enable periodic tasks. (boolean value)
 363#periodic_enable = true
 364
 365# Range in seconds to randomly delay when starting the periodic task scheduler
 366# to reduce stampeding. (Disable by setting to 0). (integer value)
 367#periodic_fuzzy_delay = 60
 368
 369# Max interval size between periodic tasks execution in seconds. (integer
 370# value)
 371#periodic_interval_max = 60
 372
 373# Minimal "lifetime" in seconds for a transient cluster. Cluster is guaranteed
 374# to be "alive" within this time period. (integer value)
 375#min_transient_cluster_active_time = 30
 376
 377# Maximal time (in hours) for clusters allowed to be in states other than
 378# "Active", "Deleting" or "Error". If a cluster is not in "Active", "Deleting"
 379# or "Error" state and last update of it was longer than
 380# "cleanup_time_for_incomplete_clusters" hours ago then it will be deleted
 381# automatically. (0 value means that automatic clean up is disabled). (integer
 382# value)
 383#cleanup_time_for_incomplete_clusters = 0
 384
 385# The backend URL to use for distributed periodic tasks coordination. (string
 386# value)
 387#periodic_coordinator_backend_url = <None>
 388
 389# Number of threads to run periodic tasks. (integer value)
 390#periodic_workers_number = 1
 391
 392# Interval size between heartbeat execution in seconds. Heartbeats are executed
 393# to make sure that connection to the coordination server is active. (integer
 394# value)
 395#coordinator_heartbeat_interval = 1
 396
 397# Number of points that belongs to each member on a hash ring. The larger
 398# number leads to a better distribution. (integer value)
 399#hash_ring_replicas_count = 40
 400
 401# Default ntp server for time sync (string value)
 402#default_ntp_server = pool.ntp.org
 403
 404# Enables Sahara to use a domain for creating temporary proxy users to access
 405# Swift. If this is enabled a domain must be created for Sahara to use.
 406# (boolean value)
 407#use_domain_for_proxy_users = false
 408
 409# The domain Sahara will use to create new proxy users for Swift object access.
 410# (string value)
 411#proxy_user_domain_name = <None>
 412
 413# A list of the role names that the proxy user should assume through trust for
 414# Swift object access. (list value)
 415#proxy_user_role_names = member
 416
 417# Disables event log feature. (boolean value)
 418#disable_event_log = false
 419
 420# Number of times to retry the request to client before failing (integer value)
 421#retries_number = 5
 422
 423# Time between the retries to client (in seconds). (integer value)
 424#retry_after = 10
 425
 426# List of tags to be used during operating with stack. (list value)
 427#heat_stack_tags = data-processing-cluster
 428
 429# Enable wait condition feature to reduce polling during cluster creation
 430# (boolean value)
 431#heat_enable_wait_condition = true
 432
 433# Overrides timeout for common ssh operations, in seconds (integer value)
 434# Minimum value: 1
 435#ssh_timeout_common = 300
 436
 437# Overrides timeout for interactive ssh operations, in seconds (integer value)
 438# Minimum value: 1
 439#ssh_timeout_interactive = 1800
 440
 441# Overrides timeout for ssh operations with files, in seconds (integer value)
 442# Minimum value: 1
 443#ssh_timeout_files = 600
 444
 445# Enable the usage of the OpenStack Key Management service provided by
 446# barbican. (boolean value)
 447#use_barbican_key_manager = false
 448
 449# List of data sources types to be loaded. Sahara preserves the order of the
 450# list when returning it. (list value)
 451#data_source_types = swift,hdfs,maprfs,manila,s3
 452
 453# List of job binary types to be loaded. Sahara preserves the order of the list
 454# when returning it. (list value)
 455#job_binary_types = swift,manila,internal-db,s3
 456
 457
 458[castellan]
 459
 460#
 461# From sahara.config
 462#
 463
 464# The endpoint to use for connecting to the barbican api controller. By
 465# default, castellan will use the URL from the service catalog. (string value)
 466#barbican_api_endpoint = <None>
 467
 468# Version of the barbican API, for example: "v1" (string value)
 469#barbican_api_version = v1
 470
 471
 472[cinder]
 473
 474#
 475# From sahara.config
 476#
 477
 478# Version of the Cinder API to use. (integer value)
 479# Deprecated group/name - [cinder]/cinder_api_version
 480#api_version = 3
 481
 482# Allow to perform insecure SSL requests to cinder. (boolean value)
 483#api_insecure = false
 484
 485# Location of ca certificates file to use for cinder client requests. (string
 486# value)
 487#ca_file = <None>
 488
 489# Endpoint type for cinder client requests (string value)
 490#endpoint_type = internalURL
 491
 492
 493[conductor]
 494
 495#
 496# From sahara.config
 497#
 498
 499# Perform sahara-conductor operations locally. (boolean value)
 500#use_local = true
 501
 502
 503[cors]
 504
 505#
 506# From oslo.middleware.cors
 507#
 508
 509# Indicate whether this resource may be shared with the domain received in the
 510# requests "origin" header. Format: "<protocol>://<host>[:<port>]", no trailing
 511# slash. Example: https://horizon.example.com (list value)
 512#allowed_origin = <None>
 513
 514# Indicate that the actual request can include user credentials (boolean value)
 515#allow_credentials = true
 516
 517# Indicate which headers are safe to expose to the API. Defaults to HTTP Simple
 518# Headers. (list value)
 519#expose_headers = X-Auth-Token,X-Subject-Token,X-Service-Token,X-OpenStack-Request-ID
 520
 521# Maximum cache age of CORS preflight requests. (integer value)
 522#max_age = 3600
 523
 524# Indicate which methods can be used during the actual request. (list value)
 525#allow_methods = GET,PUT,POST,DELETE,PATCH
 526
 527# Indicate which header field names may be used during the actual request.
 528# (list value)
 529#allow_headers = X-Auth-Token,X-Identity-Status,X-Roles,X-Service-Catalog,X-User-Id,X-Tenant-Id,X-OpenStack-Request-ID
 530
 531
 532[database]
 533
 534#
 535# From oslo.db
 536#
 537
 538# If True, SQLite uses synchronous mode. (boolean value)
 539#sqlite_synchronous = true
 540
 541# The back end to use for the database. (string value)
 542# Deprecated group/name - [DEFAULT]/db_backend
 543#backend = sqlalchemy
 544
 545# The SQLAlchemy connection string to use to connect to the database. (string
 546# value)
 547# Deprecated group/name - [DEFAULT]/sql_connection
 548# Deprecated group/name - [DATABASE]/sql_connection
 549# Deprecated group/name - [sql]/connection
 550#connection = <None>
 551
 552# The SQLAlchemy connection string to use to connect to the slave database.
 553# (string value)
 554#slave_connection = <None>
 555
 556# The SQL mode to be used for MySQL sessions. This option, including the
 557# default, overrides any server-set SQL mode. To use whatever SQL mode is set
 558# by the server configuration, set this to no value. Example: mysql_sql_mode=
 559# (string value)
 560#mysql_sql_mode = TRADITIONAL
 561
 562# If True, transparently enables support for handling MySQL Cluster (NDB).
 563# (boolean value)
 564#mysql_enable_ndb = false
 565
 566# Connections which have been present in the connection pool longer than this
 567# number of seconds will be replaced with a new one the next time they are
 568# checked out from the pool. (integer value)
 569#connection_recycle_time = 3600
 570
 571# Maximum number of SQL connections to keep open in a pool. Setting a value of
 572# 0 indicates no limit. (integer value)
 573#max_pool_size = 5
 574
 575# Maximum number of database connection retries during startup. Set to -1 to
 576# specify an infinite retry count. (integer value)
 577# Deprecated group/name - [DEFAULT]/sql_max_retries
 578# Deprecated group/name - [DATABASE]/sql_max_retries
 579#max_retries = 10
 580
 581# Interval between retries of opening a SQL connection. (integer value)
 582# Deprecated group/name - [DEFAULT]/sql_retry_interval
 583# Deprecated group/name - [DATABASE]/reconnect_interval
 584#retry_interval = 10
 585
 586# If set, use this value for max_overflow with SQLAlchemy. (integer value)
 587# Deprecated group/name - [DEFAULT]/sql_max_overflow
 588# Deprecated group/name - [DATABASE]/sqlalchemy_max_overflow
 589#max_overflow = 50
 590
 591# Verbosity of SQL debugging information: 0=None, 100=Everything. (integer
 592# value)
 593# Minimum value: 0
 594# Maximum value: 100
 595# Deprecated group/name - [DEFAULT]/sql_connection_debug
 596#connection_debug = 0
 597
 598# Add Python stack traces to SQL as comment strings. (boolean value)
 599# Deprecated group/name - [DEFAULT]/sql_connection_trace
 600#connection_trace = false
 601
 602# If set, use this value for pool_timeout with SQLAlchemy. (integer value)
 603# Deprecated group/name - [DATABASE]/sqlalchemy_pool_timeout
 604#pool_timeout = <None>
 605
 606# Enable the experimental use of database reconnect on connection lost.
 607# (boolean value)
 608#use_db_reconnect = false
 609
 610# Seconds between retries of a database transaction. (integer value)
 611#db_retry_interval = 1
 612
 613# If True, increases the interval between retries of a database operation up to
 614# db_max_retry_interval. (boolean value)
 615#db_inc_retry_interval = true
 616
 617# If db_inc_retry_interval is set, the maximum seconds between retries of a
 618# database operation. (integer value)
 619#db_max_retry_interval = 10
 620
 621# Maximum retries in case of connection error or deadlock error before error is
 622# raised. Set to -1 to specify an infinite retry count. (integer value)
 623#db_max_retries = 20
 624
 625# Optional URL parameters to append onto the connection URL at connect time;
 626# specify as param1=value1&param2=value2&... (string value)
 627#connection_parameters =
 628
 629
 630[glance]
 631
 632#
 633# From sahara.config
 634#
 635
 636# Allow to perform insecure SSL requests to glance. (boolean value)
 637#api_insecure = false
 638
 639# Location of ca certificates file to use for glance client requests. (string
 640# value)
 641#ca_file = <None>
 642
 643# Endpoint type for glance client requests (string value)
 644#endpoint_type = internalURL
 645
 646
 647[healthcheck]
 648
 649#
 650# From oslo.middleware.healthcheck
 651#
 652
 653# DEPRECATED: The path to respond to healtcheck requests on. (string value)
 654# This option is deprecated for removal.
 655# Its value may be silently ignored in the future.
 656#path = /healthcheck
 657
 658# Show more detailed information as part of the response. Security note:
 659# Enabling this option may expose sensitive details about the service being
 660# monitored. Be sure to verify that it will not violate your security policies.
 661# (boolean value)
 662#detailed = false
 663
 664# Additional backends that can perform health checks and report that
 665# information back as part of a request. (list value)
 666#backends =
 667
 668# Check the presence of a file to determine if an application is running on a
 669# port. Used by DisableByFileHealthcheck plugin. (string value)
 670#disable_by_file_path = <None>
 671
 672# Check the presence of a file based on a port to determine if an application
 673# is running on a port. Expects a "port:path" list of strings. Used by
 674# DisableByFilesPortsHealthcheck plugin. (list value)
 675#disable_by_file_paths =
 676
 677
 678[heat]
 679
 680#
 681# From sahara.config
 682#
 683
 684# Allow to perform insecure SSL requests to heat. (boolean value)
 685#api_insecure = false
 686
 687# Location of ca certificates file to use for heat client requests. (string
 688# value)
 689#ca_file = <None>
 690
 691# Endpoint type for heat client requests (string value)
 692#endpoint_type = internalURL
 693
 694
 695[keystone]
 696
 697#
 698# From sahara.config
 699#
 700
 701# Allow to perform insecure SSL requests to keystone. (boolean value)
 702#api_insecure = false
 703
 704# Location of ca certificates file to use for keystone client requests. (string
 705# value)
 706#ca_file = <None>
 707
 708# Endpoint type for keystone client requests (string value)
 709#endpoint_type = internalURL
 710
 711
 712[keystone_authtoken]
 713
 714#
 715# From keystonemiddleware.auth_token
 716#
 717
 718# Complete "public" Identity API endpoint. This endpoint should not be an
 719# "admin" endpoint, as it should be accessible by all end users.
 720# Unauthenticated clients are redirected to this endpoint to authenticate.
 721# Although this endpoint should ideally be unversioned, client support in the
 722# wild varies. If you're using a versioned v2 endpoint here, then this should
 723# *not* be the same endpoint the service user utilizes for validating tokens,
 724# because normal end users may not be able to reach that endpoint. (string
 725# value)
 726# Deprecated group/name - [keystone_authtoken]/auth_uri
 727#www_authenticate_uri = <None>
 728
 729# DEPRECATED: Complete "public" Identity API endpoint. This endpoint should not
 730# be an "admin" endpoint, as it should be accessible by all end users.
 731# Unauthenticated clients are redirected to this endpoint to authenticate.
 732# Although this endpoint should ideally be unversioned, client support in the
 733# wild varies. If you're using a versioned v2 endpoint here, then this should
 734# *not* be the same endpoint the service user utilizes for validating tokens,
 735# because normal end users may not be able to reach that endpoint. This option
 736# is deprecated in favor of www_authenticate_uri and will be removed in the S
 737# release. (string value)
 738# This option is deprecated for removal since Queens.
 739# Its value may be silently ignored in the future.
 740# Reason: The auth_uri option is deprecated in favor of www_authenticate_uri
 741# and will be removed in the S  release.
 742#auth_uri = <None>
 743
 744# API version of the Identity API endpoint. (string value)
 745#auth_version = <None>
 746
 747# Interface to use for the Identity API endpoint. Valid values are "public",
 748# "internal" (default) or "admin". (string value)
 749#interface = internal
 750
 751# Do not handle authorization requests within the middleware, but delegate the
 752# authorization decision to downstream WSGI components. (boolean value)
 753#delay_auth_decision = false
 754
 755# Request timeout value for communicating with Identity API server. (integer
 756# value)
 757#http_connect_timeout = <None>
 758
 759# How many times are we trying to reconnect when communicating with Identity
 760# API Server. (integer value)
 761#http_request_max_retries = 3
 762
 763# Request environment key where the Swift cache object is stored. When
 764# auth_token middleware is deployed with a Swift cache, use this option to have
 765# the middleware share a caching backend with swift. Otherwise, use the
 766# ``memcached_servers`` option instead. (string value)
 767#cache = <None>
 768
 769# Required if identity server requires client certificate (string value)
 770#certfile = <None>
 771
 772# Required if identity server requires client certificate (string value)
 773#keyfile = <None>
 774
 775# A PEM encoded Certificate Authority to use when verifying HTTPs connections.
 776# Defaults to system CAs. (string value)
 777#cafile = <None>
 778
 779# Verify HTTPS connections. (boolean value)
 780#insecure = false
 781
 782# The region in which the identity server can be found. (string value)
 783#region_name = <None>
 784
 785# Optionally specify a list of memcached server(s) to use for caching. If left
 786# undefined, tokens will instead be cached in-process. (list value)
 787# Deprecated group/name - [keystone_authtoken]/memcache_servers
 788#memcached_servers = <None>
 789
 790# In order to prevent excessive effort spent validating tokens, the middleware
 791# caches previously-seen tokens for a configurable duration (in seconds). Set
 792# to -1 to disable caching completely. (integer value)
 793#token_cache_time = 300
 794
 795# (Optional) If defined, indicate whether token data should be authenticated or
 796# authenticated and encrypted. If MAC, token data is authenticated (with HMAC)
 797# in the cache. If ENCRYPT, token data is encrypted and authenticated in the
 798# cache. If the value is not one of these options or empty, auth_token will
 799# raise an exception on initialization. (string value)
 800# Possible values:
 801# None - <No description provided>
 802# MAC - <No description provided>
 803# ENCRYPT - <No description provided>
 804#memcache_security_strategy = None
 805
 806# (Optional, mandatory if memcache_security_strategy is defined) This string is
 807# used for key derivation. (string value)
 808#memcache_secret_key = <None>
 809
 810# (Optional) Number of seconds memcached server is considered dead before it is
 811# tried again. (integer value)
 812#memcache_pool_dead_retry = 300
 813
 814# (Optional) Maximum total number of open connections to every memcached
 815# server. (integer value)
 816#memcache_pool_maxsize = 10
 817
 818# (Optional) Socket timeout in seconds for communicating with a memcached
 819# server. (integer value)
 820#memcache_pool_socket_timeout = 3
 821
 822# (Optional) Number of seconds a connection to memcached is held unused in the
 823# pool before it is closed. (integer value)
 824#memcache_pool_unused_timeout = 60
 825
 826# (Optional) Number of seconds that an operation will wait to get a memcached
 827# client connection from the pool. (integer value)
 828#memcache_pool_conn_get_timeout = 10
 829
 830# (Optional) Use the advanced (eventlet safe) memcached client pool. (boolean
 831# value)
 832#memcache_use_advanced_pool = true
 833
 834# (Optional) Indicate whether to set the X-Service-Catalog header. If False,
 835# middleware will not ask for service catalog on token validation and will not
 836# set the X-Service-Catalog header. (boolean value)
 837#include_service_catalog = true
 838
 839# Used to control the use and type of token binding. Can be set to: "disabled"
 840# to not check token binding. "permissive" (default) to validate binding
 841# information if the bind type is of a form known to the server and ignore it
 842# if not. "strict" like "permissive" but if the bind type is unknown the token
 843# will be rejected. "required" any form of token binding is needed to be
 844# allowed. Finally the name of a binding method that must be present in tokens.
 845# (string value)
 846#enforce_token_bind = permissive
 847
 848# A choice of roles that must be present in a service token. Service tokens are
 849# allowed to request that an expired token can be used and so this check should
 850# tightly control that only actual services should be sending this token. Roles
 851# here are applied as an ANY check so any role in this list must be present.
 852# For backwards compatibility reasons this currently only affects the
 853# allow_expired check. (list value)
 854#service_token_roles = service
 855
 856# For backwards compatibility reasons we must let valid service tokens pass
 857# that don't pass the service_token_roles check as valid. Setting this true
 858# will become the default in a future release and should be enabled if
 859# possible. (boolean value)
 860#service_token_roles_required = false
 861
 862# The name or type of the service as it appears in the service catalog. This is
 863# used to validate tokens that have restricted access rules. (string value)
 864#service_type = <None>
 865
 866# Authentication type to load (string value)
 867# Deprecated group/name - [keystone_authtoken]/auth_plugin
 868#auth_type = <None>
 869
 870# Config Section from which to load plugin specific options (string value)
 871#auth_section = <None>
 872
 873
 874[manila]
 875
 876#
 877# From sahara.config
 878#
 879
 880# Version of the manila API to use. (string value)
 881#api_version = 1
 882
 883# Allow to perform insecure SSL requests to manila. (boolean value)
 884#api_insecure = true
 885
 886# Location of ca certificates file to use for manila client requests. (string
 887# value)
 888#ca_file = <None>
 889
 890
 891[neutron]
 892
 893#
 894# From sahara.config
 895#
 896
 897# Allow to perform insecure SSL requests to neutron. (boolean value)
 898#api_insecure = false
 899
 900# Location of ca certificates file to use for neutron client requests. (string
 901# value)
 902#ca_file = <None>
 903
 904# Endpoint type for neutron client requests (string value)
 905#endpoint_type = internalURL
 906
 907
 908[nova]
 909
 910#
 911# From sahara.config
 912#
 913
 914# Allow to perform insecure SSL requests to nova. (boolean value)
 915#api_insecure = false
 916
 917# Location of ca certificates file to use for nova client requests. (string
 918# value)
 919#ca_file = <None>
 920
 921# Endpoint type for nova client requests (string value)
 922#endpoint_type = internalURL
 923
 924
 925[object_store_access]
 926
 927#
 928# From sahara.config
 929#
 930
 931# Location of ca certificate file to use for identity client requests via
 932# public endpoint (string value)
 933#public_identity_ca_file = <None>
 934
 935# Location of ca certificate file to use for object-store client requests via
 936# public endpoint (string value)
 937#public_object_store_ca_file = <None>
 938
 939
 940[oslo_concurrency]
 941
 942#
 943# From oslo.concurrency
 944#
 945
 946# Enables or disables inter-process locks. (boolean value)
 947#disable_process_locking = false
 948
 949# Directory to use for lock files.  For security, the specified directory
 950# should only be writable by the user running the processes that need locking.
 951# Defaults to environment variable OSLO_LOCK_PATH. If external locks are used,
 952# a lock path must be set. (string value)
 953#lock_path = <None>
 954
 955
 956[oslo_messaging_amqp]
 957
 958#
 959# From oslo.messaging
 960#
 961
 962# Name for the AMQP container. must be globally unique. Defaults to a generated
 963# UUID (string value)
 964#container_name = <None>
 965
 966# Timeout for inactive connections (in seconds) (integer value)
 967#idle_timeout = 0
 968
 969# Debug: dump AMQP frames to stdout (boolean value)
 970#trace = false
 971
 972# Attempt to connect via SSL. If no other ssl-related parameters are given, it
 973# will use the system's CA-bundle to verify the server's certificate. (boolean
 974# value)
 975#ssl = false
 976
 977# CA certificate PEM file used to verify the server's certificate (string
 978# value)
 979#ssl_ca_file =
 980
 981# Self-identifying certificate PEM file for client authentication (string
 982# value)
 983#ssl_cert_file =
 984
 985# Private key PEM file used to sign ssl_cert_file certificate (optional)
 986# (string value)
 987#ssl_key_file =
 988
 989# Password for decrypting ssl_key_file (if encrypted) (string value)
 990#ssl_key_password = <None>
 991
 992# By default SSL checks that the name in the server's certificate matches the
 993# hostname in the transport_url. In some configurations it may be preferable to
 994# use the virtual hostname instead, for example if the server uses the Server
 995# Name Indication TLS extension (rfc6066) to provide a certificate per virtual
 996# host. Set ssl_verify_vhost to True if the server's SSL certificate uses the
 997# virtual host name instead of the DNS name. (boolean value)
 998#ssl_verify_vhost = false
 999
1000# Space separated list of acceptable SASL mechanisms (string value)
1001#sasl_mechanisms =
1002
1003# Path to directory that contains the SASL configuration (string value)
1004#sasl_config_dir =
1005
1006# Name of configuration file (without .conf suffix) (string value)
1007#sasl_config_name =
1008
1009# SASL realm to use if no realm present in username (string value)
1010#sasl_default_realm =
1011
1012# Seconds to pause before attempting to re-connect. (integer value)
1013# Minimum value: 1
1014#connection_retry_interval = 1
1015
1016# Increase the connection_retry_interval by this many seconds after each
1017# unsuccessful failover attempt. (integer value)
1018# Minimum value: 0
1019#connection_retry_backoff = 2
1020
1021# Maximum limit for connection_retry_interval + connection_retry_backoff
1022# (integer value)
1023# Minimum value: 1
1024#connection_retry_interval_max = 30
1025
1026# Time to pause between re-connecting an AMQP 1.0 link that failed due to a
1027# recoverable error. (integer value)
1028# Minimum value: 1
1029#link_retry_delay = 10
1030
1031# The maximum number of attempts to re-send a reply message which failed due to
1032# a recoverable error. (integer value)
1033# Minimum value: -1
1034#default_reply_retry = 0
1035
1036# The deadline for an rpc reply message delivery. (integer value)
1037# Minimum value: 5
1038#default_reply_timeout = 30
1039
1040# The deadline for an rpc cast or call message delivery. Only used when caller
1041# does not provide a timeout expiry. (integer value)
1042# Minimum value: 5
1043#default_send_timeout = 30
1044
1045# The deadline for a sent notification message delivery. Only used when caller
1046# does not provide a timeout expiry. (integer value)
1047# Minimum value: 5
1048#default_notify_timeout = 30
1049
1050# The duration to schedule a purge of idle sender links. Detach link after
1051# expiry. (integer value)
1052# Minimum value: 1
1053#default_sender_link_timeout = 600
1054
1055# Indicates the addressing mode used by the driver.
1056# Permitted values:
1057# 'legacy'   - use legacy non-routable addressing
1058# 'routable' - use routable addresses
1059# 'dynamic'  - use legacy addresses if the message bus does not support routing
1060# otherwise use routable addressing (string value)
1061#addressing_mode = dynamic
1062
1063# Enable virtual host support for those message buses that do not natively
1064# support virtual hosting (such as qpidd). When set to true the virtual host
1065# name will be added to all message bus addresses, effectively creating a
1066# private 'subnet' per virtual host. Set to False if the message bus supports
1067# virtual hosting using the 'hostname' field in the AMQP 1.0 Open performative
1068# as the name of the virtual host. (boolean value)
1069#pseudo_vhost = true
1070
1071# address prefix used when sending to a specific server (string value)
1072#server_request_prefix = exclusive
1073
1074# address prefix used when broadcasting to all servers (string value)
1075#broadcast_prefix = broadcast
1076
1077# address prefix when sending to any server in group (string value)
1078#group_request_prefix = unicast
1079
1080# Address prefix for all generated RPC addresses (string value)
1081#rpc_address_prefix = openstack.org/om/rpc
1082
1083# Address prefix for all generated Notification addresses (string value)
1084#notify_address_prefix = openstack.org/om/notify
1085
1086# Appended to the address prefix when sending a fanout message. Used by the
1087# message bus to identify fanout messages. (string value)
1088#multicast_address = multicast
1089
1090# Appended to the address prefix when sending to a particular RPC/Notification
1091# server. Used by the message bus to identify messages sent to a single
1092# destination. (string value)
1093#unicast_address = unicast
1094
1095# Appended to the address prefix when sending to a group of consumers. Used by
1096# the message bus to identify messages that should be delivered in a round-
1097# robin fashion across consumers. (string value)
1098#anycast_address = anycast
1099
1100# Exchange name used in notification addresses.
1101# Exchange name resolution precedence:
1102# Target.exchange if set
1103# else default_notification_exchange if set
1104# else control_exchange if set
1105# else 'notify' (string value)
1106#default_notification_exchange = <None>
1107
1108# Exchange name used in RPC addresses.
1109# Exchange name resolution precedence:
1110# Target.exchange if set
1111# else default_rpc_exchange if set
1112# else control_exchange if set
1113# else 'rpc' (string value)
1114#default_rpc_exchange = <None>
1115
1116# Window size for incoming RPC Reply messages. (integer value)
1117# Minimum value: 1
1118#reply_link_credit = 200
1119
1120# Window size for incoming RPC Request messages (integer value)
1121# Minimum value: 1
1122#rpc_server_credit = 100
1123
1124# Window size for incoming Notification messages (integer value)
1125# Minimum value: 1
1126#notify_server_credit = 100
1127
1128# Send messages of this type pre-settled.
1129# Pre-settled messages will not receive acknowledgement
1130# from the peer. Note well: pre-settled messages may be
1131# silently discarded if the delivery fails.
1132# Permitted values:
1133# 'rpc-call' - send RPC Calls pre-settled
1134# 'rpc-reply'- send RPC Replies pre-settled
1135# 'rpc-cast' - Send RPC Casts pre-settled
1136# 'notify'   - Send Notifications pre-settled
1137#  (multi valued)
1138#pre_settled = rpc-cast
1139#pre_settled = rpc-reply
1140
1141
1142[oslo_messaging_kafka]
1143
1144#
1145# From oslo.messaging
1146#
1147
1148# Max fetch bytes of Kafka consumer (integer value)
1149#kafka_max_fetch_bytes = 1048576
1150
1151# Default timeout(s) for Kafka consumers (floating point value)
1152#kafka_consumer_timeout = 1.0
1153
1154# DEPRECATED: Pool Size for Kafka Consumers (integer value)
1155# This option is deprecated for removal.
1156# Its value may be silently ignored in the future.
1157# Reason: Driver no longer uses connection pool.
1158#pool_size = 10
1159
1160# DEPRECATED: The pool size limit for connections expiration policy (integer
1161# value)
1162# This option is deprecated for removal.
1163# Its value may be silently ignored in the future.
1164# Reason: Driver no longer uses connection pool.
1165#conn_pool_min_size = 2
1166
1167# DEPRECATED: The time-to-live in sec of idle connections in the pool (integer
1168# value)
1169# This option is deprecated for removal.
1170# Its value may be silently ignored in the future.
1171# Reason: Driver no longer uses connection pool.
1172#conn_pool_ttl = 1200
1173
1174# Group id for Kafka consumer. Consumers in one group will coordinate message
1175# consumption (string value)
1176#consumer_group = oslo_messaging_consumer
1177
1178# Upper bound on the delay for KafkaProducer batching in seconds (floating
1179# point value)
1180#producer_batch_timeout = 0.0
1181
1182# Size of batch for the producer async send (integer value)
1183#producer_batch_size = 16384
1184
1185# The compression codec for all data generated by the producer. If not set,
1186# compression will not be used. Note that the allowed values of this depend on
1187# the kafka version (string value)
1188# Possible values:
1189# none - <No description provided>
1190# gzip - <No description provided>
1191# snappy - <No description provided>
1192# lz4 - <No description provided>
1193# zstd - <No description provided>
1194#compression_codec = none
1195
1196# Enable asynchronous consumer commits (boolean value)
1197#enable_auto_commit = false
1198
1199# The maximum number of records returned in a poll call (integer value)
1200#max_poll_records = 500
1201
1202# Protocol used to communicate with brokers (string value)
1203# Possible values:
1204# PLAINTEXT - <No description provided>
1205# SASL_PLAINTEXT - <No description provided>
1206# SSL - <No description provided>
1207# SASL_SSL - <No description provided>
1208#security_protocol = PLAINTEXT
1209
1210# Mechanism when security protocol is SASL (string value)
1211#sasl_mechanism = PLAIN
1212
1213# CA certificate PEM file used to verify the server certificate (string value)
1214#ssl_cafile =
1215
1216# Client certificate PEM file used for authentication. (string value)
1217#ssl_client_cert_file =
1218
1219# Client key PEM file used for authentication. (string value)
1220#ssl_client_key_file =
1221
1222# Client key password file used for authentication. (string value)
1223#ssl_client_key_password =
1224
1225
1226[oslo_messaging_notifications]
1227
1228#
1229# From oslo.messaging
1230#
1231
1232# The Drivers(s) to handle sending notifications. Possible values are
1233# messaging, messagingv2, routing, log, test, noop (multi valued)
1234# Deprecated group/name - [DEFAULT]/notification_driver
1235#driver =
1236
1237# A URL representing the messaging driver to use for notifications. If not set,
1238# we fall back to the same configuration used for RPC. (string value)
1239# Deprecated group/name - [DEFAULT]/notification_transport_url
1240#transport_url = <None>
1241
1242# AMQP topic used for OpenStack notifications. (list value)
1243# Deprecated group/name - [rpc_notifier2]/topics
1244# Deprecated group/name - [DEFAULT]/notification_topics
1245#topics = notifications
1246
1247# The maximum number of attempts to re-send a notification message which failed
1248# to be delivered due to a recoverable error. 0 - No retry, -1 - indefinite
1249# (integer value)
1250#retry = -1
1251
1252#
1253# From sahara.config
1254#
1255
1256# Notification level for outgoing notifications (string value)
1257# Deprecated group/name - [DEFAULT]/notification_level
1258#level = INFO
1259
1260# Identifier of the publisher (string value)
1261# Deprecated group/name - [DEFAULT]/notification_publisher_id
1262#publisher_id = <None>
1263
1264
1265[oslo_messaging_rabbit]
1266
1267#
1268# From oslo.messaging
1269#
1270
1271# Use durable queues in AMQP. (boolean value)
1272#amqp_durable_queues = false
1273
1274# Auto-delete queues in AMQP. (boolean value)
1275#amqp_auto_delete = false
1276
1277# Connect over SSL. (boolean value)
1278# Deprecated group/name - [oslo_messaging_rabbit]/rabbit_use_ssl
1279#ssl = false
1280
1281# SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and
1282# SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some
1283# distributions. (string value)
1284# Deprecated group/name - [oslo_messaging_rabbit]/kombu_ssl_version
1285#ssl_version =
1286
1287# SSL key file (valid only if SSL enabled). (string value)
1288# Deprecated group/name - [oslo_messaging_rabbit]/kombu_ssl_keyfile
1289#ssl_key_file =
1290
1291# SSL cert file (valid only if SSL enabled). (string value)
1292# Deprecated group/name - [oslo_messaging_rabbit]/kombu_ssl_certfile
1293#ssl_cert_file =
1294
1295# SSL certification authority file (valid only if SSL enabled). (string value)
1296# Deprecated group/name - [oslo_messaging_rabbit]/kombu_ssl_ca_certs
1297#ssl_ca_file =
1298
1299# DEPRECATED: Run the health check heartbeat thread through a native python
1300# thread by default. If this option is equal to False then the health check
1301# heartbeat will inherit the execution model from the parent process. For
1302# example if the parent process has monkey patched the stdlib by using
1303# eventlet/greenlet then the heartbeat will be run through a green thread.
1304# (boolean value)
1305# This option is deprecated for removal.
1306# Its value may be silently ignored in the future.
1307#heartbeat_in_pthread = true
1308
1309# How long to wait before reconnecting in response to an AMQP consumer cancel
1310# notification. (floating point value)
1311#kombu_reconnect_delay = 1.0
1312
1313# EXPERIMENTAL: Possible values are: gzip, bz2. If not set compression will not
1314# be used. This option may not be available in future versions. (string value)
1315#kombu_compression = <None>
1316
1317# How long to wait a missing client before abandoning to send it its replies.
1318# This value should not be longer than rpc_response_timeout. (integer value)
1319# Deprecated group/name - [oslo_messaging_rabbit]/kombu_reconnect_timeout
1320#kombu_missing_consumer_retry_timeout = 60
1321
1322# Determines how the next RabbitMQ node is chosen in case the one we are
1323# currently connected to becomes unavailable. Takes effect only if more than
1324# one RabbitMQ node is provided in config. (string value)
1325# Possible values:
1326# round-robin - <No description provided>
1327# shuffle - <No description provided>
1328#kombu_failover_strategy = round-robin
1329
1330# The RabbitMQ login method. (string value)
1331# Possible values:
1332# PLAIN - <No description provided>
1333# AMQPLAIN - <No description provided>
1334# RABBIT-CR-DEMO - <No description provided>
1335#rabbit_login_method = AMQPLAIN
1336
1337# How frequently to retry connecting with RabbitMQ. (integer value)
1338#rabbit_retry_interval = 1
1339
1340# How long to backoff for between retries when connecting to RabbitMQ. (integer
1341# value)
1342#rabbit_retry_backoff = 2
1343
1344# Maximum interval of RabbitMQ connection retries. Default is 30 seconds.
1345# (integer value)
1346#rabbit_interval_max = 30
1347
1348# Try to use HA queues in RabbitMQ (x-ha-policy: all). If you change this
1349# option, you must wipe the RabbitMQ database. In RabbitMQ 3.0, queue mirroring
1350# is no longer controlled by the x-ha-policy argument when declaring a queue.
1351# If you just want to make sure that all queues (except those with auto-
1352# generated names) are mirrored across all nodes, run: "rabbitmqctl set_policy
1353# HA '^(?!amq\.).*' '{"ha-mode": "all"}' " (boolean value)
1354#rabbit_ha_queues = false
1355
1356# Positive integer representing duration in seconds for queue TTL (x-expires).
1357# Queues which are unused for the duration of the TTL are automatically
1358# deleted. The parameter affects only reply and fanout queues. (integer value)
1359# Minimum value: 1
1360#rabbit_transient_queues_ttl = 1800
1361
1362# Specifies the number of messages to prefetch. Setting to zero allows
1363# unlimited messages. (integer value)
1364#rabbit_qos_prefetch_count = 0
1365
1366# Number of seconds after which the Rabbit broker is considered down if
1367# heartbeat's keep-alive fails (0 disables heartbeat). (integer value)
1368#heartbeat_timeout_threshold = 60
1369
1370# How often times during the heartbeat_timeout_threshold we check the
1371# heartbeat. (integer value)
1372#heartbeat_rate = 2
1373
1374# DEPRECATED: (DEPRECATED) Enable/Disable the RabbitMQ mandatory flag for
1375# direct send. The direct send is used as reply, so the MessageUndeliverable
1376# exception is raised in case the client queue does not
1377# exist.MessageUndeliverable exception will be used to loop for a timeout to
1378# lets a chance to sender to recover.This flag is deprecated and it will not be
1379# possible to deactivate this functionality anymore (boolean value)
1380# This option is deprecated for removal.
1381# Its value may be silently ignored in the future.
1382# Reason: Mandatory flag no longer deactivable.
1383#direct_mandatory_flag = true
1384
1385# Enable x-cancel-on-ha-failover flag so that rabbitmq server will cancel and
1386# notify consumerswhen queue is down (boolean value)
1387#enable_cancel_on_failover = false
1388
1389
1390[oslo_middleware]
1391
1392#
1393# From oslo.middleware.http_proxy_to_wsgi
1394#
1395
1396# Whether the application is behind a proxy or not. This determines if the
1397# middleware should parse the headers or not. (boolean value)
1398#enable_proxy_headers_parsing = false
1399
1400
1401[oslo_policy]
1402
1403#
1404# From oslo.policy
1405#
1406
1407# This option controls whether or not to enforce scope when evaluating
1408# policies. If ``True``, the scope of the token used in the request is compared
1409# to the ``scope_types`` of the policy being enforced. If the scopes do not
1410# match, an ``InvalidScope`` exception will be raised. If ``False``, a message
1411# will be logged informing operators that policies are being invoked with
1412# mismatching scope. (boolean value)
1413#enforce_scope = false
1414
1415# This option controls whether or not to use old deprecated defaults when
1416# evaluating policies. If ``True``, the old deprecated defaults are not going
1417# to be evaluated. This means if any existing token is allowed for old defaults
1418# but is disallowed for new defaults, it will be disallowed. It is encouraged
1419# to enable this flag along with the ``enforce_scope`` flag so that you can get
1420# the benefits of new defaults and ``scope_type`` together (boolean value)
1421#enforce_new_defaults = false
1422
1423# The relative or absolute path of a file that maps roles to permissions for a
1424# given service. Relative paths must be specified in relation to the
1425# configuration file setting this option. (string value)
1426#policy_file = policy.yaml
1427
1428# Default rule. Enforced when a requested rule is not found. (string value)
1429#policy_default_rule = default
1430
1431# Directories where policy configuration files are stored. They can be relative
1432# to any directory in the search path defined by the config_dir option, or
1433# absolute paths. The file defined by policy_file must exist for these
1434# directories to be searched.  Missing or empty directories are ignored. (multi
1435# valued)
1436#policy_dirs = policy.d
1437
1438# Content Type to send and receive data for REST based policy check (string
1439# value)
1440# Possible values:
1441# application/x-www-form-urlencoded - <No description provided>
1442# application/json - <No description provided>
1443#remote_content_type = application/x-www-form-urlencoded
1444
1445# server identity verification for REST based policy check (boolean value)
1446#remote_ssl_verify_server_crt = false
1447
1448# Absolute path to ca cert file for REST based policy check (string value)
1449#remote_ssl_ca_crt_file = <None>
1450
1451# Absolute path to client cert for REST based policy check (string value)
1452#remote_ssl_client_crt_file = <None>
1453
1454# Absolute path client key file REST based policy check (string value)
1455#remote_ssl_client_key_file = <None>
1456
1457
1458[retries]
1459
1460#
1461# From sahara.config
1462#
1463
1464# Number of times to retry the request to client before failing (integer value)
1465#retries_number = 5
1466
1467# Time between the retries to client (in seconds). (integer value)
1468#retry_after = 10
1469
1470
1471[ssl]
1472
1473#
1474# From oslo.service.sslutils
1475#
1476
1477# CA certificate file to use to verify connecting clients. (string value)
1478# Deprecated group/name - [DEFAULT]/ssl_ca_file
1479#ca_file = <None>
1480
1481# Certificate file to use when starting the server securely. (string value)
1482# Deprecated group/name - [DEFAULT]/ssl_cert_file
1483#cert_file = <None>
1484
1485# Private key file to use when starting the server securely. (string value)
1486# Deprecated group/name - [DEFAULT]/ssl_key_file
1487#key_file = <None>
1488
1489# SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and
1490# SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some
1491# distributions. (string value)
1492#version = <None>
1493
1494# Sets the list of available ciphers. value should be a string in the OpenSSL
1495# cipher list format. (string value)
1496#ciphers = <None>
1497
1498
1499[swift]
1500
1501#
1502# From sahara.config
1503#
1504
1505# Allow to perform insecure SSL requests to swift. (boolean value)
1506#api_insecure = false
1507
1508# Location of ca certificates file to use for swift client requests. (string
1509# value)
1510#ca_file = <None>
1511
1512# Endpoint type for swift client requests (string value)
1513#endpoint_type = internalURL
1514
1515
1516[timeouts]
1517
1518#
1519# From sahara.config
1520#
1521
1522# Assign IPs timeout, in seconds (integer value)
1523#ips_assign_timeout = 10800
1524
1525# Wait for instance accessibility, in seconds (integer value)
1526#wait_until_accessible = 10800
1527
1528# Wait for instances to be deleted, in seconds (integer value)
1529#delete_instances_timeout = 10800
1530
1531# Timeout for detaching volumes from instance, in seconds (integer value)
1532#detach_volume_timeout = 300
1533
1534
1535[trustee]
1536
1537#
1538# From sahara.config
1539#
1540
1541# Username for trusts creation (string value)
1542#username = <None>
1543
1544# Password for trusts creation (string value)
1545#password = <None>
1546
1547# Project name for trusts creation (string value)
1548#project_name = <None>
1549
1550# User domain name for trusts creation (string value)
1551#user_domain_name = Default
1552
1553# Project domain name for trusts creation (string value)
1554#project_domain_name = Default
1555
1556# Auth url for trusts creation (string value)
1557#auth_url = <None>