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¶m2=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[heat]
648
649#
650# From sahara.config
651#
652
653# Allow to perform insecure SSL requests to heat. (boolean value)
654#api_insecure = false
655
656# Location of ca certificates file to use for heat client requests. (string
657# value)
658#ca_file = <None>
659
660# Endpoint type for heat client requests (string value)
661#endpoint_type = internalURL
662
663
664[keystone]
665
666#
667# From sahara.config
668#
669
670# Allow to perform insecure SSL requests to keystone. (boolean value)
671#api_insecure = false
672
673# Location of ca certificates file to use for keystone client requests. (string
674# value)
675#ca_file = <None>
676
677# Endpoint type for keystone client requests (string value)
678#endpoint_type = internalURL
679
680
681[keystone_authtoken]
682
683#
684# From keystonemiddleware.auth_token
685#
686
687# Complete "public" Identity API endpoint. This endpoint should not be an
688# "admin" endpoint, as it should be accessible by all end users.
689# Unauthenticated clients are redirected to this endpoint to authenticate.
690# Although this endpoint should ideally be unversioned, client support in the
691# wild varies. If you're using a versioned v2 endpoint here, then this should
692# *not* be the same endpoint the service user utilizes for validating tokens,
693# because normal end users may not be able to reach that endpoint. (string
694# value)
695# Deprecated group/name - [keystone_authtoken]/auth_uri
696#www_authenticate_uri = <None>
697
698# DEPRECATED: Complete "public" Identity API endpoint. This endpoint should not
699# be an "admin" endpoint, as it should be accessible by all end users.
700# Unauthenticated clients are redirected to this endpoint to authenticate.
701# Although this endpoint should ideally be unversioned, client support in the
702# wild varies. If you're using a versioned v2 endpoint here, then this should
703# *not* be the same endpoint the service user utilizes for validating tokens,
704# because normal end users may not be able to reach that endpoint. This option
705# is deprecated in favor of www_authenticate_uri and will be removed in the S
706# release. (string value)
707# This option is deprecated for removal since Queens.
708# Its value may be silently ignored in the future.
709# Reason: The auth_uri option is deprecated in favor of www_authenticate_uri
710# and will be removed in the S release.
711#auth_uri = <None>
712
713# API version of the Identity API endpoint. (string value)
714#auth_version = <None>
715
716# Interface to use for the Identity API endpoint. Valid values are "public",
717# "internal" (default) or "admin". (string value)
718#interface = internal
719
720# Do not handle authorization requests within the middleware, but delegate the
721# authorization decision to downstream WSGI components. (boolean value)
722#delay_auth_decision = false
723
724# Request timeout value for communicating with Identity API server. (integer
725# value)
726#http_connect_timeout = <None>
727
728# How many times are we trying to reconnect when communicating with Identity
729# API Server. (integer value)
730#http_request_max_retries = 3
731
732# Request environment key where the Swift cache object is stored. When
733# auth_token middleware is deployed with a Swift cache, use this option to have
734# the middleware share a caching backend with swift. Otherwise, use the
735# ``memcached_servers`` option instead. (string value)
736#cache = <None>
737
738# Required if identity server requires client certificate (string value)
739#certfile = <None>
740
741# Required if identity server requires client certificate (string value)
742#keyfile = <None>
743
744# A PEM encoded Certificate Authority to use when verifying HTTPs connections.
745# Defaults to system CAs. (string value)
746#cafile = <None>
747
748# Verify HTTPS connections. (boolean value)
749#insecure = false
750
751# The region in which the identity server can be found. (string value)
752#region_name = <None>
753
754# Optionally specify a list of memcached server(s) to use for caching. If left
755# undefined, tokens will instead be cached in-process. (list value)
756# Deprecated group/name - [keystone_authtoken]/memcache_servers
757#memcached_servers = <None>
758
759# In order to prevent excessive effort spent validating tokens, the middleware
760# caches previously-seen tokens for a configurable duration (in seconds). Set
761# to -1 to disable caching completely. (integer value)
762#token_cache_time = 300
763
764# (Optional) If defined, indicate whether token data should be authenticated or
765# authenticated and encrypted. If MAC, token data is authenticated (with HMAC)
766# in the cache. If ENCRYPT, token data is encrypted and authenticated in the
767# cache. If the value is not one of these options or empty, auth_token will
768# raise an exception on initialization. (string value)
769# Possible values:
770# None - <No description provided>
771# MAC - <No description provided>
772# ENCRYPT - <No description provided>
773#memcache_security_strategy = None
774
775# (Optional, mandatory if memcache_security_strategy is defined) This string is
776# used for key derivation. (string value)
777#memcache_secret_key = <None>
778
779# (Optional) Number of seconds memcached server is considered dead before it is
780# tried again. (integer value)
781#memcache_pool_dead_retry = 300
782
783# (Optional) Maximum total number of open connections to every memcached
784# server. (integer value)
785#memcache_pool_maxsize = 10
786
787# (Optional) Socket timeout in seconds for communicating with a memcached
788# server. (integer value)
789#memcache_pool_socket_timeout = 3
790
791# (Optional) Number of seconds a connection to memcached is held unused in the
792# pool before it is closed. (integer value)
793#memcache_pool_unused_timeout = 60
794
795# (Optional) Number of seconds that an operation will wait to get a memcached
796# client connection from the pool. (integer value)
797#memcache_pool_conn_get_timeout = 10
798
799# (Optional) Use the advanced (eventlet safe) memcached client pool. (boolean
800# value)
801#memcache_use_advanced_pool = true
802
803# (Optional) Indicate whether to set the X-Service-Catalog header. If False,
804# middleware will not ask for service catalog on token validation and will not
805# set the X-Service-Catalog header. (boolean value)
806#include_service_catalog = true
807
808# Used to control the use and type of token binding. Can be set to: "disabled"
809# to not check token binding. "permissive" (default) to validate binding
810# information if the bind type is of a form known to the server and ignore it
811# if not. "strict" like "permissive" but if the bind type is unknown the token
812# will be rejected. "required" any form of token binding is needed to be
813# allowed. Finally the name of a binding method that must be present in tokens.
814# (string value)
815#enforce_token_bind = permissive
816
817# A choice of roles that must be present in a service token. Service tokens are
818# allowed to request that an expired token can be used and so this check should
819# tightly control that only actual services should be sending this token. Roles
820# here are applied as an ANY check so any role in this list must be present.
821# For backwards compatibility reasons this currently only affects the
822# allow_expired check. (list value)
823#service_token_roles = service
824
825# For backwards compatibility reasons we must let valid service tokens pass
826# that don't pass the service_token_roles check as valid. Setting this true
827# will become the default in a future release and should be enabled if
828# possible. (boolean value)
829#service_token_roles_required = false
830
831# The name or type of the service as it appears in the service catalog. This is
832# used to validate tokens that have restricted access rules. (string value)
833#service_type = <None>
834
835# Authentication type to load (string value)
836# Deprecated group/name - [keystone_authtoken]/auth_plugin
837#auth_type = <None>
838
839# Config Section from which to load plugin specific options (string value)
840#auth_section = <None>
841
842
843[manila]
844
845#
846# From sahara.config
847#
848
849# Version of the manila API to use. (string value)
850#api_version = 1
851
852# Allow to perform insecure SSL requests to manila. (boolean value)
853#api_insecure = true
854
855# Location of ca certificates file to use for manila client requests. (string
856# value)
857#ca_file = <None>
858
859
860[neutron]
861
862#
863# From sahara.config
864#
865
866# Allow to perform insecure SSL requests to neutron. (boolean value)
867#api_insecure = false
868
869# Location of ca certificates file to use for neutron client requests. (string
870# value)
871#ca_file = <None>
872
873# Endpoint type for neutron client requests (string value)
874#endpoint_type = internalURL
875
876
877[nova]
878
879#
880# From sahara.config
881#
882
883# Allow to perform insecure SSL requests to nova. (boolean value)
884#api_insecure = false
885
886# Location of ca certificates file to use for nova client requests. (string
887# value)
888#ca_file = <None>
889
890# Endpoint type for nova client requests (string value)
891#endpoint_type = internalURL
892
893
894[object_store_access]
895
896#
897# From sahara.config
898#
899
900# Location of ca certificate file to use for identity client requests via
901# public endpoint (string value)
902#public_identity_ca_file = <None>
903
904# Location of ca certificate file to use for object-store client requests via
905# public endpoint (string value)
906#public_object_store_ca_file = <None>
907
908
909[oslo_concurrency]
910
911#
912# From oslo.concurrency
913#
914
915# Enables or disables inter-process locks. (boolean value)
916#disable_process_locking = false
917
918# Directory to use for lock files. For security, the specified directory
919# should only be writable by the user running the processes that need locking.
920# Defaults to environment variable OSLO_LOCK_PATH. If external locks are used,
921# a lock path must be set. (string value)
922#lock_path = <None>
923
924
925[oslo_messaging_amqp]
926
927#
928# From oslo.messaging
929#
930
931# Name for the AMQP container. must be globally unique. Defaults to a generated
932# UUID (string value)
933#container_name = <None>
934
935# Timeout for inactive connections (in seconds) (integer value)
936#idle_timeout = 0
937
938# Debug: dump AMQP frames to stdout (boolean value)
939#trace = false
940
941# Attempt to connect via SSL. If no other ssl-related parameters are given, it
942# will use the system's CA-bundle to verify the server's certificate. (boolean
943# value)
944#ssl = false
945
946# CA certificate PEM file used to verify the server's certificate (string
947# value)
948#ssl_ca_file =
949
950# Self-identifying certificate PEM file for client authentication (string
951# value)
952#ssl_cert_file =
953
954# Private key PEM file used to sign ssl_cert_file certificate (optional)
955# (string value)
956#ssl_key_file =
957
958# Password for decrypting ssl_key_file (if encrypted) (string value)
959#ssl_key_password = <None>
960
961# By default SSL checks that the name in the server's certificate matches the
962# hostname in the transport_url. In some configurations it may be preferable to
963# use the virtual hostname instead, for example if the server uses the Server
964# Name Indication TLS extension (rfc6066) to provide a certificate per virtual
965# host. Set ssl_verify_vhost to True if the server's SSL certificate uses the
966# virtual host name instead of the DNS name. (boolean value)
967#ssl_verify_vhost = false
968
969# Space separated list of acceptable SASL mechanisms (string value)
970#sasl_mechanisms =
971
972# Path to directory that contains the SASL configuration (string value)
973#sasl_config_dir =
974
975# Name of configuration file (without .conf suffix) (string value)
976#sasl_config_name =
977
978# SASL realm to use if no realm present in username (string value)
979#sasl_default_realm =
980
981# Seconds to pause before attempting to re-connect. (integer value)
982# Minimum value: 1
983#connection_retry_interval = 1
984
985# Increase the connection_retry_interval by this many seconds after each
986# unsuccessful failover attempt. (integer value)
987# Minimum value: 0
988#connection_retry_backoff = 2
989
990# Maximum limit for connection_retry_interval + connection_retry_backoff
991# (integer value)
992# Minimum value: 1
993#connection_retry_interval_max = 30
994
995# Time to pause between re-connecting an AMQP 1.0 link that failed due to a
996# recoverable error. (integer value)
997# Minimum value: 1
998#link_retry_delay = 10
999
1000# The maximum number of attempts to re-send a reply message which failed due to
1001# a recoverable error. (integer value)
1002# Minimum value: -1
1003#default_reply_retry = 0
1004
1005# The deadline for an rpc reply message delivery. (integer value)
1006# Minimum value: 5
1007#default_reply_timeout = 30
1008
1009# The deadline for an rpc cast or call message delivery. Only used when caller
1010# does not provide a timeout expiry. (integer value)
1011# Minimum value: 5
1012#default_send_timeout = 30
1013
1014# The deadline for a sent notification message delivery. Only used when caller
1015# does not provide a timeout expiry. (integer value)
1016# Minimum value: 5
1017#default_notify_timeout = 30
1018
1019# The duration to schedule a purge of idle sender links. Detach link after
1020# expiry. (integer value)
1021# Minimum value: 1
1022#default_sender_link_timeout = 600
1023
1024# Indicates the addressing mode used by the driver.
1025# Permitted values:
1026# 'legacy' - use legacy non-routable addressing
1027# 'routable' - use routable addresses
1028# 'dynamic' - use legacy addresses if the message bus does not support routing
1029# otherwise use routable addressing (string value)
1030#addressing_mode = dynamic
1031
1032# Enable virtual host support for those message buses that do not natively
1033# support virtual hosting (such as qpidd). When set to true the virtual host
1034# name will be added to all message bus addresses, effectively creating a
1035# private 'subnet' per virtual host. Set to False if the message bus supports
1036# virtual hosting using the 'hostname' field in the AMQP 1.0 Open performative
1037# as the name of the virtual host. (boolean value)
1038#pseudo_vhost = true
1039
1040# address prefix used when sending to a specific server (string value)
1041#server_request_prefix = exclusive
1042
1043# address prefix used when broadcasting to all servers (string value)
1044#broadcast_prefix = broadcast
1045
1046# address prefix when sending to any server in group (string value)
1047#group_request_prefix = unicast
1048
1049# Address prefix for all generated RPC addresses (string value)
1050#rpc_address_prefix = openstack.org/om/rpc
1051
1052# Address prefix for all generated Notification addresses (string value)
1053#notify_address_prefix = openstack.org/om/notify
1054
1055# Appended to the address prefix when sending a fanout message. Used by the
1056# message bus to identify fanout messages. (string value)
1057#multicast_address = multicast
1058
1059# Appended to the address prefix when sending to a particular RPC/Notification
1060# server. Used by the message bus to identify messages sent to a single
1061# destination. (string value)
1062#unicast_address = unicast
1063
1064# Appended to the address prefix when sending to a group of consumers. Used by
1065# the message bus to identify messages that should be delivered in a round-
1066# robin fashion across consumers. (string value)
1067#anycast_address = anycast
1068
1069# Exchange name used in notification addresses.
1070# Exchange name resolution precedence:
1071# Target.exchange if set
1072# else default_notification_exchange if set
1073# else control_exchange if set
1074# else 'notify' (string value)
1075#default_notification_exchange = <None>
1076
1077# Exchange name used in RPC addresses.
1078# Exchange name resolution precedence:
1079# Target.exchange if set
1080# else default_rpc_exchange if set
1081# else control_exchange if set
1082# else 'rpc' (string value)
1083#default_rpc_exchange = <None>
1084
1085# Window size for incoming RPC Reply messages. (integer value)
1086# Minimum value: 1
1087#reply_link_credit = 200
1088
1089# Window size for incoming RPC Request messages (integer value)
1090# Minimum value: 1
1091#rpc_server_credit = 100
1092
1093# Window size for incoming Notification messages (integer value)
1094# Minimum value: 1
1095#notify_server_credit = 100
1096
1097# Send messages of this type pre-settled.
1098# Pre-settled messages will not receive acknowledgement
1099# from the peer. Note well: pre-settled messages may be
1100# silently discarded if the delivery fails.
1101# Permitted values:
1102# 'rpc-call' - send RPC Calls pre-settled
1103# 'rpc-reply'- send RPC Replies pre-settled
1104# 'rpc-cast' - Send RPC Casts pre-settled
1105# 'notify' - Send Notifications pre-settled
1106# (multi valued)
1107#pre_settled = rpc-cast
1108#pre_settled = rpc-reply
1109
1110
1111[oslo_messaging_kafka]
1112
1113#
1114# From oslo.messaging
1115#
1116
1117# Max fetch bytes of Kafka consumer (integer value)
1118#kafka_max_fetch_bytes = 1048576
1119
1120# Default timeout(s) for Kafka consumers (floating point value)
1121#kafka_consumer_timeout = 1.0
1122
1123# DEPRECATED: Pool Size for Kafka Consumers (integer value)
1124# This option is deprecated for removal.
1125# Its value may be silently ignored in the future.
1126# Reason: Driver no longer uses connection pool.
1127#pool_size = 10
1128
1129# DEPRECATED: The pool size limit for connections expiration policy (integer
1130# value)
1131# This option is deprecated for removal.
1132# Its value may be silently ignored in the future.
1133# Reason: Driver no longer uses connection pool.
1134#conn_pool_min_size = 2
1135
1136# DEPRECATED: The time-to-live in sec of idle connections in the pool (integer
1137# value)
1138# This option is deprecated for removal.
1139# Its value may be silently ignored in the future.
1140# Reason: Driver no longer uses connection pool.
1141#conn_pool_ttl = 1200
1142
1143# Group id for Kafka consumer. Consumers in one group will coordinate message
1144# consumption (string value)
1145#consumer_group = oslo_messaging_consumer
1146
1147# Upper bound on the delay for KafkaProducer batching in seconds (floating
1148# point value)
1149#producer_batch_timeout = 0.0
1150
1151# Size of batch for the producer async send (integer value)
1152#producer_batch_size = 16384
1153
1154# The compression codec for all data generated by the producer. If not set,
1155# compression will not be used. Note that the allowed values of this depend on
1156# the kafka version (string value)
1157# Possible values:
1158# none - <No description provided>
1159# gzip - <No description provided>
1160# snappy - <No description provided>
1161# lz4 - <No description provided>
1162# zstd - <No description provided>
1163#compression_codec = none
1164
1165# Enable asynchronous consumer commits (boolean value)
1166#enable_auto_commit = false
1167
1168# The maximum number of records returned in a poll call (integer value)
1169#max_poll_records = 500
1170
1171# Protocol used to communicate with brokers (string value)
1172# Possible values:
1173# PLAINTEXT - <No description provided>
1174# SASL_PLAINTEXT - <No description provided>
1175# SSL - <No description provided>
1176# SASL_SSL - <No description provided>
1177#security_protocol = PLAINTEXT
1178
1179# Mechanism when security protocol is SASL (string value)
1180#sasl_mechanism = PLAIN
1181
1182# CA certificate PEM file used to verify the server certificate (string value)
1183#ssl_cafile =
1184
1185# Client certificate PEM file used for authentication. (string value)
1186#ssl_client_cert_file =
1187
1188# Client key PEM file used for authentication. (string value)
1189#ssl_client_key_file =
1190
1191# Client key password file used for authentication. (string value)
1192#ssl_client_key_password =
1193
1194
1195[oslo_messaging_notifications]
1196
1197#
1198# From oslo.messaging
1199#
1200
1201# The Drivers(s) to handle sending notifications. Possible values are
1202# messaging, messagingv2, routing, log, test, noop (multi valued)
1203# Deprecated group/name - [DEFAULT]/notification_driver
1204#driver =
1205
1206# A URL representing the messaging driver to use for notifications. If not set,
1207# we fall back to the same configuration used for RPC. (string value)
1208# Deprecated group/name - [DEFAULT]/notification_transport_url
1209#transport_url = <None>
1210
1211# AMQP topic used for OpenStack notifications. (list value)
1212# Deprecated group/name - [rpc_notifier2]/topics
1213# Deprecated group/name - [DEFAULT]/notification_topics
1214#topics = notifications
1215
1216# The maximum number of attempts to re-send a notification message which failed
1217# to be delivered due to a recoverable error. 0 - No retry, -1 - indefinite
1218# (integer value)
1219#retry = -1
1220
1221#
1222# From sahara.config
1223#
1224
1225# Notification level for outgoing notifications (string value)
1226# Deprecated group/name - [DEFAULT]/notification_level
1227#level = INFO
1228
1229# Identifier of the publisher (string value)
1230# Deprecated group/name - [DEFAULT]/notification_publisher_id
1231#publisher_id = <None>
1232
1233
1234[oslo_messaging_rabbit]
1235
1236#
1237# From oslo.messaging
1238#
1239
1240# Use durable queues in AMQP. (boolean value)
1241#amqp_durable_queues = false
1242
1243# Auto-delete queues in AMQP. (boolean value)
1244#amqp_auto_delete = false
1245
1246# Connect over SSL. (boolean value)
1247# Deprecated group/name - [oslo_messaging_rabbit]/rabbit_use_ssl
1248#ssl = false
1249
1250# SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and
1251# SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some
1252# distributions. (string value)
1253# Deprecated group/name - [oslo_messaging_rabbit]/kombu_ssl_version
1254#ssl_version =
1255
1256# SSL key file (valid only if SSL enabled). (string value)
1257# Deprecated group/name - [oslo_messaging_rabbit]/kombu_ssl_keyfile
1258#ssl_key_file =
1259
1260# SSL cert file (valid only if SSL enabled). (string value)
1261# Deprecated group/name - [oslo_messaging_rabbit]/kombu_ssl_certfile
1262#ssl_cert_file =
1263
1264# SSL certification authority file (valid only if SSL enabled). (string value)
1265# Deprecated group/name - [oslo_messaging_rabbit]/kombu_ssl_ca_certs
1266#ssl_ca_file =
1267
1268# DEPRECATED: Run the health check heartbeat thread through a native python
1269# thread by default. If this option is equal to False then the health check
1270# heartbeat will inherit the execution model from the parent process. For
1271# example if the parent process has monkey patched the stdlib by using
1272# eventlet/greenlet then the heartbeat will be run through a green thread.
1273# (boolean value)
1274# This option is deprecated for removal.
1275# Its value may be silently ignored in the future.
1276#heartbeat_in_pthread = true
1277
1278# How long to wait before reconnecting in response to an AMQP consumer cancel
1279# notification. (floating point value)
1280#kombu_reconnect_delay = 1.0
1281
1282# EXPERIMENTAL: Possible values are: gzip, bz2. If not set compression will not
1283# be used. This option may not be available in future versions. (string value)
1284#kombu_compression = <None>
1285
1286# How long to wait a missing client before abandoning to send it its replies.
1287# This value should not be longer than rpc_response_timeout. (integer value)
1288# Deprecated group/name - [oslo_messaging_rabbit]/kombu_reconnect_timeout
1289#kombu_missing_consumer_retry_timeout = 60
1290
1291# Determines how the next RabbitMQ node is chosen in case the one we are
1292# currently connected to becomes unavailable. Takes effect only if more than
1293# one RabbitMQ node is provided in config. (string value)
1294# Possible values:
1295# round-robin - <No description provided>
1296# shuffle - <No description provided>
1297#kombu_failover_strategy = round-robin
1298
1299# The RabbitMQ login method. (string value)
1300# Possible values:
1301# PLAIN - <No description provided>
1302# AMQPLAIN - <No description provided>
1303# RABBIT-CR-DEMO - <No description provided>
1304#rabbit_login_method = AMQPLAIN
1305
1306# How frequently to retry connecting with RabbitMQ. (integer value)
1307#rabbit_retry_interval = 1
1308
1309# How long to backoff for between retries when connecting to RabbitMQ. (integer
1310# value)
1311#rabbit_retry_backoff = 2
1312
1313# Maximum interval of RabbitMQ connection retries. Default is 30 seconds.
1314# (integer value)
1315#rabbit_interval_max = 30
1316
1317# Try to use HA queues in RabbitMQ (x-ha-policy: all). If you change this
1318# option, you must wipe the RabbitMQ database. In RabbitMQ 3.0, queue mirroring
1319# is no longer controlled by the x-ha-policy argument when declaring a queue.
1320# If you just want to make sure that all queues (except those with auto-
1321# generated names) are mirrored across all nodes, run: "rabbitmqctl set_policy
1322# HA '^(?!amq\.).*' '{"ha-mode": "all"}' " (boolean value)
1323#rabbit_ha_queues = false
1324
1325# Positive integer representing duration in seconds for queue TTL (x-expires).
1326# Queues which are unused for the duration of the TTL are automatically
1327# deleted. The parameter affects only reply and fanout queues. (integer value)
1328# Minimum value: 1
1329#rabbit_transient_queues_ttl = 1800
1330
1331# Specifies the number of messages to prefetch. Setting to zero allows
1332# unlimited messages. (integer value)
1333#rabbit_qos_prefetch_count = 0
1334
1335# Number of seconds after which the Rabbit broker is considered down if
1336# heartbeat's keep-alive fails (0 disables heartbeat). (integer value)
1337#heartbeat_timeout_threshold = 60
1338
1339# How often times during the heartbeat_timeout_threshold we check the
1340# heartbeat. (integer value)
1341#heartbeat_rate = 2
1342
1343# DEPRECATED: (DEPRECATED) Enable/Disable the RabbitMQ mandatory flag for
1344# direct send. The direct send is used as reply, so the MessageUndeliverable
1345# exception is raised in case the client queue does not
1346# exist.MessageUndeliverable exception will be used to loop for a timeout to
1347# lets a chance to sender to recover.This flag is deprecated and it will not be
1348# possible to deactivate this functionality anymore (boolean value)
1349# This option is deprecated for removal.
1350# Its value may be silently ignored in the future.
1351# Reason: Mandatory flag no longer deactivable.
1352#direct_mandatory_flag = true
1353
1354# Enable x-cancel-on-ha-failover flag so that rabbitmq server will cancel and
1355# notify consumerswhen queue is down (boolean value)
1356#enable_cancel_on_failover = false
1357
1358
1359[oslo_middleware]
1360
1361#
1362# From oslo.middleware.http_proxy_to_wsgi
1363#
1364
1365# Whether the application is behind a proxy or not. This determines if the
1366# middleware should parse the headers or not. (boolean value)
1367#enable_proxy_headers_parsing = false
1368
1369
1370[oslo_policy]
1371
1372#
1373# From oslo.policy
1374#
1375
1376# This option controls whether or not to enforce scope when evaluating
1377# policies. If ``True``, the scope of the token used in the request is compared
1378# to the ``scope_types`` of the policy being enforced. If the scopes do not
1379# match, an ``InvalidScope`` exception will be raised. If ``False``, a message
1380# will be logged informing operators that policies are being invoked with
1381# mismatching scope. (boolean value)
1382#enforce_scope = false
1383
1384# This option controls whether or not to use old deprecated defaults when
1385# evaluating policies. If ``True``, the old deprecated defaults are not going
1386# to be evaluated. This means if any existing token is allowed for old defaults
1387# but is disallowed for new defaults, it will be disallowed. It is encouraged
1388# to enable this flag along with the ``enforce_scope`` flag so that you can get
1389# the benefits of new defaults and ``scope_type`` together (boolean value)
1390#enforce_new_defaults = false
1391
1392# The relative or absolute path of a file that maps roles to permissions for a
1393# given service. Relative paths must be specified in relation to the
1394# configuration file setting this option. (string value)
1395#policy_file = policy.yaml
1396
1397# Default rule. Enforced when a requested rule is not found. (string value)
1398#policy_default_rule = default
1399
1400# Directories where policy configuration files are stored. They can be relative
1401# to any directory in the search path defined by the config_dir option, or
1402# absolute paths. The file defined by policy_file must exist for these
1403# directories to be searched. Missing or empty directories are ignored. (multi
1404# valued)
1405#policy_dirs = policy.d
1406
1407# Content Type to send and receive data for REST based policy check (string
1408# value)
1409# Possible values:
1410# application/x-www-form-urlencoded - <No description provided>
1411# application/json - <No description provided>
1412#remote_content_type = application/x-www-form-urlencoded
1413
1414# server identity verification for REST based policy check (boolean value)
1415#remote_ssl_verify_server_crt = false
1416
1417# Absolute path to ca cert file for REST based policy check (string value)
1418#remote_ssl_ca_crt_file = <None>
1419
1420# Absolute path to client cert for REST based policy check (string value)
1421#remote_ssl_client_crt_file = <None>
1422
1423# Absolute path client key file REST based policy check (string value)
1424#remote_ssl_client_key_file = <None>
1425
1426
1427[retries]
1428
1429#
1430# From sahara.config
1431#
1432
1433# Number of times to retry the request to client before failing (integer value)
1434#retries_number = 5
1435
1436# Time between the retries to client (in seconds). (integer value)
1437#retry_after = 10
1438
1439
1440[ssl]
1441
1442#
1443# From oslo.service.sslutils
1444#
1445
1446# CA certificate file to use to verify connecting clients. (string value)
1447# Deprecated group/name - [DEFAULT]/ssl_ca_file
1448#ca_file = <None>
1449
1450# Certificate file to use when starting the server securely. (string value)
1451# Deprecated group/name - [DEFAULT]/ssl_cert_file
1452#cert_file = <None>
1453
1454# Private key file to use when starting the server securely. (string value)
1455# Deprecated group/name - [DEFAULT]/ssl_key_file
1456#key_file = <None>
1457
1458# SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and
1459# SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some
1460# distributions. (string value)
1461#version = <None>
1462
1463# Sets the list of available ciphers. value should be a string in the OpenSSL
1464# cipher list format. (string value)
1465#ciphers = <None>
1466
1467
1468[swift]
1469
1470#
1471# From sahara.config
1472#
1473
1474# Allow to perform insecure SSL requests to swift. (boolean value)
1475#api_insecure = false
1476
1477# Location of ca certificates file to use for swift client requests. (string
1478# value)
1479#ca_file = <None>
1480
1481# Endpoint type for swift client requests (string value)
1482#endpoint_type = internalURL
1483
1484
1485[timeouts]
1486
1487#
1488# From sahara.config
1489#
1490
1491# Assign IPs timeout, in seconds (integer value)
1492#ips_assign_timeout = 10800
1493
1494# Wait for instance accessibility, in seconds (integer value)
1495#wait_until_accessible = 10800
1496
1497# Wait for instances to be deleted, in seconds (integer value)
1498#delete_instances_timeout = 10800
1499
1500# Timeout for detaching volumes from instance, in seconds (integer value)
1501#detach_volume_timeout = 300
1502
1503
1504[trustee]
1505
1506#
1507# From sahara.config
1508#
1509
1510# Username for trusts creation (string value)
1511#username = <None>
1512
1513# Password for trusts creation (string value)
1514#password = <None>
1515
1516# Project name for trusts creation (string value)
1517#project_name = <None>
1518
1519# User domain name for trusts creation (string value)
1520#user_domain_name = Default
1521
1522# Project domain name for trusts creation (string value)
1523#project_domain_name = Default
1524
1525# Auth url for trusts creation (string value)
1526#auth_url = <None>