Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/, sys-cluster/heat/files/
Date: Tue, 28 Feb 2017 16:30:03
Message-Id: 1488299381.d21df595f4612ff21bf30a094af20e4f3a53cdd0.prometheanfire@gentoo
1 commit: d21df595f4612ff21bf30a094af20e4f3a53cdd0
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 16:29:09 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 16:29:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d21df595
7
8 sys-cluster/heat: moving ocata heat.conf.sample to d.g.o bug 611208
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sys-cluster/heat/Manifest | 2 +
13 sys-cluster/heat/files/ocata-heat.conf.sample | 2635 -------------------------
14 sys-cluster/heat/heat-2017.1.9999.ebuild | 3 +-
15 sys-cluster/heat/heat-8.0.0.ebuild | 5 +-
16 4 files changed, 7 insertions(+), 2638 deletions(-)
17
18 diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
19 index 31d8b385c4..cd5f9569ff 100644
20 --- a/sys-cluster/heat/Manifest
21 +++ b/sys-cluster/heat/Manifest
22 @@ -1,2 +1,4 @@
23 DIST heat-7.0.2.tar.gz 2257003 SHA256 5fb78bdb8859e3f037ffe11180b9a526830e8ce56a294bbb2dc79b638b7c99da SHA512 0655b8e264bbfa227405759d28d74c9f71eefb8d2abce3f75d3a72fd0d927c114a5bb4658e73c553302632a086af34faa1e37f5bbef1b84f3564ca3fbac624e7 WHIRLPOOL d1e3806534ad5d2930cd7b135ee78200b1d43f937cfcc3c3864263c6da8d0271476450f86b0ea2b84461a05ee794a3a1f3ed08086db9f0c1d1ed9d4f05a37db3
24 DIST heat-8.0.0.tar.gz 2311784 SHA256 edccf56b31a9c4cc01ba47c66f7b7197e3056f66c333c0c3f29b4ee44000f583 SHA512 bbc4d19b254069e46f2bda554336f4fd0bc5eeb96974e1c997efca94304e32668ca6584671b5121af07004925829c770345356ebb0b113a4c1ff5dc2a949bcd7 WHIRLPOOL 7787008629aba8ad4e369822e2fd555df2d95a127246bd080de5d7b728bcc3ab049cd8097cc9618ce29e10e1f66af9335b58fa45cb604ca1b01208219cf3bc3c
25 +DIST heat.conf.sample-2017.1.9999 88798 SHA256 688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560 WHIRLPOOL 9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
26 +DIST heat.conf.sample-8.0.0 88798 SHA256 688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560 WHIRLPOOL 9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
27
28 diff --git a/sys-cluster/heat/files/ocata-heat.conf.sample b/sys-cluster/heat/files/ocata-heat.conf.sample
29 deleted file mode 100644
30 index 200ae61940..0000000000
31 --- a/sys-cluster/heat/files/ocata-heat.conf.sample
32 +++ /dev/null
33 @@ -1,2635 +0,0 @@
34 -[DEFAULT]
35 -
36 -#
37 -# From heat.api.middleware.ssl
38 -#
39 -
40 -# The HTTP Header that will be used to determine what the original request
41 -# protocol scheme was, even if it was removed by an SSL terminator proxy.
42 -# (string value)
43 -# Deprecated group/name - [DEFAULT]/secure_proxy_ssl_header
44 -#secure_proxy_ssl_header = X-Forwarded-Proto
45 -
46 -#
47 -# From heat.common.config
48 -#
49 -
50 -# Name of the engine node. This can be an opaque identifier. It is not
51 -# necessarily a hostname, FQDN, or IP address. (string value)
52 -#host = slaanesh
53 -
54 -# List of directories to search for plug-ins. (list value)
55 -#plugin_dirs = /usr/lib64/heat,/usr/lib/heat,/usr/local/lib/heat,/usr/local/lib64/heat
56 -
57 -# The directory to search for environment files. (string value)
58 -#environment_dir = /etc/heat/environment.d
59 -
60 -# The directory to search for template files. (string value)
61 -#template_dir = /etc/heat/templates
62 -
63 -# Select deferred auth method, stored password or trusts. (string value)
64 -# Allowed values: password, trusts
65 -#deferred_auth_method = trusts
66 -
67 -# Allow reauthentication on token expiry, such that long-running tasks may
68 -# complete. Note this defeats the expiry of any provided user tokens. (string
69 -# value)
70 -# Allowed values: '', trusts
71 -#reauthentication_auth_method =
72 -
73 -# Gap, in seconds, to determine whether the given token is about to expire.
74 -# (integer value)
75 -#stale_token_duration = 30
76 -
77 -# Subset of trustor roles to be delegated to heat. If left unset, all roles of
78 -# a user will be delegated to heat when creating a stack. (list value)
79 -#trusts_delegated_roles =
80 -
81 -# Maximum resources allowed per top-level stack. -1 stands for unlimited.
82 -# (integer value)
83 -#max_resources_per_stack = 1000
84 -
85 -# Maximum number of stacks any one tenant may have active at one time. (integer
86 -# value)
87 -#max_stacks_per_tenant = 100
88 -
89 -# Number of times to retry to bring a resource to a non-error state. Set to 0
90 -# to disable retries. (integer value)
91 -#action_retry_limit = 5
92 -
93 -# Number of times to retry when a client encounters an expected intermittent
94 -# error. Set to 0 to disable retries. (integer value)
95 -#client_retry_limit = 2
96 -
97 -# Maximum length of a server name to be used in nova. (integer value)
98 -# Maximum value: 53
99 -#max_server_name_length = 53
100 -
101 -# Number of times to check whether an interface has been attached or detached.
102 -# (integer value)
103 -# Minimum value: 1
104 -#max_interface_check_attempts = 10
105 -
106 -# Controls how many events will be pruned whenever a stack's events are purged.
107 -# Set this lower to keep more events at the expense of more frequent purges.
108 -# (integer value)
109 -# Minimum value: 1
110 -#event_purge_batch_size = 200
111 -
112 -# Rough number of maximum events that will be available per stack. Actual
113 -# number of events can be a bit higher since purge checks take place randomly
114 -# 200/event_purge_batch_size percent of the time. Older events are deleted when
115 -# events are purged. Set to 0 for unlimited events per stack. (integer value)
116 -#max_events_per_stack = 1000
117 -
118 -# Timeout in seconds for stack action (ie. create or update). (integer value)
119 -#stack_action_timeout = 3600
120 -
121 -# The amount of time in seconds after an error has occurred that tasks may
122 -# continue to run before being cancelled. (integer value)
123 -#error_wait_time = 240
124 -
125 -# RPC timeout for the engine liveness check that is used for stack locking.
126 -# (integer value)
127 -#engine_life_check_timeout = 2
128 -
129 -# Enable the legacy OS::Heat::CWLiteAlarm resource. (boolean value)
130 -#enable_cloud_watch_lite = false
131 -
132 -# Enable the preview Stack Abandon feature. (boolean value)
133 -#enable_stack_abandon = false
134 -
135 -# Enable the preview Stack Adopt feature. (boolean value)
136 -#enable_stack_adopt = false
137 -
138 -# Enables engine with convergence architecture. All stacks with this option
139 -# will be created using convergence engine. (boolean value)
140 -#convergence_engine = true
141 -
142 -# On update, enables heat to collect existing resource properties from reality
143 -# and converge to updated template. (boolean value)
144 -#observe_on_update = false
145 -
146 -# Template default for how the server should receive the metadata required for
147 -# software configuration. POLL_SERVER_CFN will allow calls to the cfn API
148 -# action DescribeStackResource authenticated with the provided keypair
149 -# (requires enabled heat-api-cfn). POLL_SERVER_HEAT will allow calls to the
150 -# Heat API resource-show using the provided keystone credentials (requires
151 -# keystone v3 API, and configured stack_user_* config options). POLL_TEMP_URL
152 -# will create and populate a Swift TempURL with metadata for polling (requires
153 -# object-store endpoint which supports TempURL).ZAQAR_MESSAGE will create a
154 -# dedicated zaqar queue and post the metadata for polling. (string value)
155 -# Allowed values: POLL_SERVER_CFN, POLL_SERVER_HEAT, POLL_TEMP_URL, ZAQAR_MESSAGE
156 -#default_software_config_transport = POLL_SERVER_CFN
157 -
158 -# Template default for how the server should signal to heat with the deployment
159 -# output values. CFN_SIGNAL will allow an HTTP POST to a CFN keypair signed URL
160 -# (requires enabled heat-api-cfn). TEMP_URL_SIGNAL will create a Swift TempURL
161 -# to be signaled via HTTP PUT (requires object-store endpoint which supports
162 -# TempURL). HEAT_SIGNAL will allow calls to the Heat API resource-signal using
163 -# the provided keystone credentials. ZAQAR_SIGNAL will create a dedicated zaqar
164 -# queue to be signaled using the provided keystone credentials. (string value)
165 -# Allowed values: CFN_SIGNAL, TEMP_URL_SIGNAL, HEAT_SIGNAL, ZAQAR_SIGNAL
166 -#default_deployment_signal_transport = CFN_SIGNAL
167 -
168 -# Template default for how the user_data should be formatted for the server.
169 -# For HEAT_CFNTOOLS, the user_data is bundled as part of the heat-cfntools
170 -# cloud-init boot configuration data. For RAW the user_data is passed to Nova
171 -# unmodified. For SOFTWARE_CONFIG user_data is bundled as part of the software
172 -# config data, and metadata is derived from any associated SoftwareDeployment
173 -# resources. (string value)
174 -# Allowed values: HEAT_CFNTOOLS, RAW, SOFTWARE_CONFIG
175 -#default_user_data_format = HEAT_CFNTOOLS
176 -
177 -# Stacks containing these tag names will be hidden. Multiple tags should be
178 -# given in a comma-delimited list (eg. hidden_stack_tags=hide_me,me_too). (list
179 -# value)
180 -#hidden_stack_tags = data-processing-cluster
181 -
182 -# Deprecated. (string value)
183 -#onready = <None>
184 -
185 -# When this feature is enabled, scheduler hints identifying the heat stack
186 -# context of a server or volume resource are passed to the configured
187 -# schedulers in nova and cinder, for creates done using heat resource types
188 -# OS::Cinder::Volume, OS::Nova::Server, and AWS::EC2::Instance.
189 -# heat_root_stack_id will be set to the id of the root stack of the resource,
190 -# heat_stack_id will be set to the id of the resource's parent stack,
191 -# heat_stack_name will be set to the name of the resource's parent stack,
192 -# heat_path_in_stack will be set to a list of comma delimited strings of
193 -# stackresourcename and stackname with list[0] being 'rootstackname',
194 -# heat_resource_name will be set to the resource's name, and heat_resource_uuid
195 -# will be set to the resource's orchestration id. (boolean value)
196 -#stack_scheduler_hints = false
197 -
198 -# Encrypt template parameters that were marked as hidden and also all the
199 -# resource properties before storing them in database. (boolean value)
200 -#encrypt_parameters_and_properties = false
201 -
202 -# Seconds between running periodic tasks. (integer value)
203 -#periodic_interval = 60
204 -
205 -# URL of the Heat metadata server. NOTE: Setting this is only needed if you
206 -# require instances to use a different endpoint than in the keystone catalog
207 -# (string value)
208 -#heat_metadata_server_url = <None>
209 -
210 -# URL of the Heat waitcondition server. (string value)
211 -#heat_waitcondition_server_url = <None>
212 -
213 -# URL of the Heat CloudWatch server. (string value)
214 -#heat_watch_server_url =
215 -
216 -# Instance connection to CFN/CW API via https. (string value)
217 -#instance_connection_is_secure = 0
218 -
219 -# Instance connection to CFN/CW API validate certs if SSL is used. (string
220 -# value)
221 -#instance_connection_https_validate_certificates = 1
222 -
223 -# Default region name used to get services endpoints. (string value)
224 -#region_name_for_services = <None>
225 -
226 -# Keystone role for heat template-defined users. (string value)
227 -#heat_stack_user_role = heat_stack_user
228 -
229 -# Keystone domain ID which contains heat template-defined users. If this option
230 -# is set, stack_user_domain_name option will be ignored. (string value)
231 -# Deprecated group/name - [DEFAULT]/stack_user_domain
232 -#stack_user_domain_id = <None>
233 -
234 -# Keystone domain name which contains heat template-defined users. If
235 -# `stack_user_domain_id` option is set, this option is ignored. (string value)
236 -#stack_user_domain_name = <None>
237 -
238 -# Keystone username, a user with roles sufficient to manage users and projects
239 -# in the stack_user_domain. (string value)
240 -#stack_domain_admin = <None>
241 -
242 -# Keystone password for stack_domain_admin user. (string value)
243 -#stack_domain_admin_password = <None>
244 -
245 -# Maximum raw byte size of any template. (integer value)
246 -#max_template_size = 524288
247 -
248 -# Maximum depth allowed when using nested stacks. (integer value)
249 -#max_nested_stack_depth = 5
250 -
251 -# Number of heat-engine processes to fork and run. Will default to either to 4
252 -# or number of CPUs on the host, whichever is greater. (integer value)
253 -#num_engine_workers = <None>
254 -
255 -#
256 -# From heat.common.crypt
257 -#
258 -
259 -# Key used to encrypt authentication info in the database. Length of this key
260 -# must be 32 characters. (string value)
261 -#auth_encryption_key = notgood but just long enough i t
262 -
263 -#
264 -# From heat.common.wsgi
265 -#
266 -
267 -# Maximum raw byte size of JSON request body. Should be larger than
268 -# max_template_size. (integer value)
269 -#max_json_body_size = 1048576
270 -
271 -#
272 -# From heat.engine.clients
273 -#
274 -
275 -# Fully qualified class name to use as a client backend. (string value)
276 -#cloud_backend = heat.engine.clients.OpenStackClients
277 -
278 -#
279 -# From heat.engine.notification
280 -#
281 -
282 -# Default notification level for outgoingnotifications. (string value)
283 -#default_notification_level = INFO
284 -
285 -# Default publisher_id for outgoing notifications. (string value)
286 -#default_publisher_id = <None>
287 -
288 -#
289 -# From heat.engine.resources
290 -#
291 -
292 -# Custom template for the built-in loadbalancer nested stack. (string value)
293 -#loadbalancer_template = <None>
294 -
295 -#
296 -# From oslo.log
297 -#
298 -
299 -# If set to true, the logging level will be set to DEBUG instead of the default
300 -# INFO level. (boolean value)
301 -# Note: This option can be changed without restarting.
302 -#debug = false
303 -
304 -# DEPRECATED: If set to false, the logging level will be set to WARNING instead
305 -# of the default INFO level. (boolean value)
306 -# This option is deprecated for removal.
307 -# Its value may be silently ignored in the future.
308 -#verbose = true
309 -
310 -# The name of a logging configuration file. This file is appended to any
311 -# existing logging configuration files. For details about logging configuration
312 -# files, see the Python logging module documentation. Note that when logging
313 -# configuration files are used then all logging configuration is set in the
314 -# configuration file and other logging configuration options are ignored (for
315 -# example, logging_context_format_string). (string value)
316 -# Note: This option can be changed without restarting.
317 -# Deprecated group/name - [DEFAULT]/log_config
318 -#log_config_append = <None>
319 -
320 -# Defines the format string for %%(asctime)s in log records. Default:
321 -# %(default)s . This option is ignored if log_config_append is set. (string
322 -# value)
323 -#log_date_format = %Y-%m-%d %H:%M:%S
324 -
325 -# (Optional) Name of log file to send logging output to. If no default is set,
326 -# logging will go to stderr as defined by use_stderr. This option is ignored if
327 -# log_config_append is set. (string value)
328 -# Deprecated group/name - [DEFAULT]/logfile
329 -#log_file = <None>
330 -
331 -# (Optional) The base directory used for relative log_file paths. This option
332 -# is ignored if log_config_append is set. (string value)
333 -# Deprecated group/name - [DEFAULT]/logdir
334 -#log_dir = <None>
335 -
336 -# Uses logging handler designed to watch file system. When log file is moved or
337 -# removed this handler will open a new log file with specified path
338 -# instantaneously. It makes sense only if log_file option is specified and
339 -# Linux platform is used. This option is ignored if log_config_append is set.
340 -# (boolean value)
341 -#watch_log_file = false
342 -
343 -# Use syslog for logging. Existing syslog format is DEPRECATED and will be
344 -# changed later to honor RFC5424. This option is ignored if log_config_append
345 -# is set. (boolean value)
346 -#use_syslog = false
347 -
348 -# Syslog facility to receive log lines. This option is ignored if
349 -# log_config_append is set. (string value)
350 -#syslog_log_facility = LOG_USER
351 -
352 -# Log output to standard error. This option is ignored if log_config_append is
353 -# set. (boolean value)
354 -#use_stderr = false
355 -
356 -# Format string to use for log messages with context. (string value)
357 -#logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s
358 -
359 -# Format string to use for log messages when context is undefined. (string
360 -# value)
361 -#logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s
362 -
363 -# Additional data to append to log message when logging level for the message
364 -# is DEBUG. (string value)
365 -#logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d
366 -
367 -# Prefix each line of exception output with this format. (string value)
368 -#logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s
369 -
370 -# Defines the format string for %(user_identity)s that is used in
371 -# logging_context_format_string. (string value)
372 -#logging_user_identity_format = %(user)s %(tenant)s %(domain)s %(user_domain)s %(project_domain)s
373 -
374 -# List of package logging levels in logger=LEVEL pairs. This option is ignored
375 -# if log_config_append is set. (list value)
376 -#default_log_levels = amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,oslo.messaging=INFO,iso8601=WARN,requests.packages.urllib3.connectionpool=WARN,urllib3.connectionpool=WARN,websocket=WARN,requests.packages.urllib3.util.retry=WARN,urllib3.util.retry=WARN,keystonemiddleware=WARN,routes.middleware=WARN,stevedore=WARN,taskflow=WARN,keystoneauth=WARN,oslo.cache=INFO,dogpile.core.dogpile=INFO
377 -
378 -# Enables or disables publication of error events. (boolean value)
379 -#publish_errors = false
380 -
381 -# The format for an instance that is passed with the log message. (string
382 -# value)
383 -#instance_format = "[instance: %(uuid)s] "
384 -
385 -# The format for an instance UUID that is passed with the log message. (string
386 -# value)
387 -#instance_uuid_format = "[instance: %(uuid)s] "
388 -
389 -# Interval, number of seconds, of log rate limiting. (integer value)
390 -#rate_limit_interval = 0
391 -
392 -# Maximum number of logged messages per rate_limit_interval. (integer value)
393 -#rate_limit_burst = 0
394 -
395 -# Log level name used by rate limiting: CRITICAL, ERROR, INFO, WARNING, DEBUG
396 -# or empty string. Logs with level greater or equal to rate_limit_except_level
397 -# are not filtered. An empty string means that all levels are filtered. (string
398 -# value)
399 -#rate_limit_except_level = CRITICAL
400 -
401 -# Enables or disables fatal status of deprecations. (boolean value)
402 -#fatal_deprecations = false
403 -
404 -#
405 -# From oslo.messaging
406 -#
407 -
408 -# Size of RPC connection pool. (integer value)
409 -# Deprecated group/name - [DEFAULT]/rpc_conn_pool_size
410 -#rpc_conn_pool_size = 30
411 -
412 -# The pool size limit for connections expiration policy (integer value)
413 -#conn_pool_min_size = 2
414 -
415 -# The time-to-live in sec of idle connections in the pool (integer value)
416 -#conn_pool_ttl = 1200
417 -
418 -# ZeroMQ bind address. Should be a wildcard (*), an ethernet interface, or IP.
419 -# The "host" option should point or resolve to this address. (string value)
420 -# Deprecated group/name - [DEFAULT]/rpc_zmq_bind_address
421 -#rpc_zmq_bind_address = *
422 -
423 -# MatchMaker driver. (string value)
424 -# Allowed values: redis, sentinel, dummy
425 -# Deprecated group/name - [DEFAULT]/rpc_zmq_matchmaker
426 -#rpc_zmq_matchmaker = redis
427 -
428 -# Number of ZeroMQ contexts, defaults to 1. (integer value)
429 -# Deprecated group/name - [DEFAULT]/rpc_zmq_contexts
430 -#rpc_zmq_contexts = 1
431 -
432 -# Maximum number of ingress messages to locally buffer per topic. Default is
433 -# unlimited. (integer value)
434 -# Deprecated group/name - [DEFAULT]/rpc_zmq_topic_backlog
435 -#rpc_zmq_topic_backlog = <None>
436 -
437 -# Directory for holding IPC sockets. (string value)
438 -# Deprecated group/name - [DEFAULT]/rpc_zmq_ipc_dir
439 -#rpc_zmq_ipc_dir = /var/run/openstack
440 -
441 -# Name of this node. Must be a valid hostname, FQDN, or IP address. Must match
442 -# "host" option, if running Nova. (string value)
443 -# Deprecated group/name - [DEFAULT]/rpc_zmq_host
444 -#rpc_zmq_host = localhost
445 -
446 -# Number of seconds to wait before all pending messages will be sent after
447 -# closing a socket. The default value of -1 specifies an infinite linger
448 -# period. The value of 0 specifies no linger period. Pending messages shall be
449 -# discarded immediately when the socket is closed. Positive values specify an
450 -# upper bound for the linger period. (integer value)
451 -# Deprecated group/name - [DEFAULT]/rpc_cast_timeout
452 -#zmq_linger = -1
453 -
454 -# The default number of seconds that poll should wait. Poll raises timeout
455 -# exception when timeout expired. (integer value)
456 -# Deprecated group/name - [DEFAULT]/rpc_poll_timeout
457 -#rpc_poll_timeout = 1
458 -
459 -# Expiration timeout in seconds of a name service record about existing target
460 -# ( < 0 means no timeout). (integer value)
461 -# Deprecated group/name - [DEFAULT]/zmq_target_expire
462 -#zmq_target_expire = 300
463 -
464 -# Update period in seconds of a name service record about existing target.
465 -# (integer value)
466 -# Deprecated group/name - [DEFAULT]/zmq_target_update
467 -#zmq_target_update = 180
468 -
469 -# Use PUB/SUB pattern for fanout methods. PUB/SUB always uses proxy. (boolean
470 -# value)
471 -# Deprecated group/name - [DEFAULT]/use_pub_sub
472 -#use_pub_sub = false
473 -
474 -# Use ROUTER remote proxy. (boolean value)
475 -# Deprecated group/name - [DEFAULT]/use_router_proxy
476 -#use_router_proxy = false
477 -
478 -# This option makes direct connections dynamic or static. It makes sense only
479 -# with use_router_proxy=False which means to use direct connections for direct
480 -# message types (ignored otherwise). (boolean value)
481 -#use_dynamic_connections = false
482 -
483 -# How many additional connections to a host will be made for failover reasons.
484 -# This option is actual only in dynamic connections mode. (integer value)
485 -#zmq_failover_connections = 2
486 -
487 -# Minimal port number for random ports range. (port value)
488 -# Minimum value: 0
489 -# Maximum value: 65535
490 -# Deprecated group/name - [DEFAULT]/rpc_zmq_min_port
491 -#rpc_zmq_min_port = 49153
492 -
493 -# Maximal port number for random ports range. (integer value)
494 -# Minimum value: 1
495 -# Maximum value: 65536
496 -# Deprecated group/name - [DEFAULT]/rpc_zmq_max_port
497 -#rpc_zmq_max_port = 65536
498 -
499 -# Number of retries to find free port number before fail with ZMQBindError.
500 -# (integer value)
501 -# Deprecated group/name - [DEFAULT]/rpc_zmq_bind_port_retries
502 -#rpc_zmq_bind_port_retries = 100
503 -
504 -# Default serialization mechanism for serializing/deserializing
505 -# outgoing/incoming messages (string value)
506 -# Allowed values: json, msgpack
507 -# Deprecated group/name - [DEFAULT]/rpc_zmq_serialization
508 -#rpc_zmq_serialization = json
509 -
510 -# This option configures round-robin mode in zmq socket. True means not keeping
511 -# a queue when server side disconnects. False means to keep queue and messages
512 -# even if server is disconnected, when the server appears we send all
513 -# accumulated messages to it. (boolean value)
514 -#zmq_immediate = true
515 -
516 -# Enable/disable TCP keepalive (KA) mechanism. The default value of -1 (or any
517 -# other negative value) means to skip any overrides and leave it to OS default;
518 -# 0 and 1 (or any other positive value) mean to disable and enable the option
519 -# respectively. (integer value)
520 -#zmq_tcp_keepalive = -1
521 -
522 -# The duration between two keepalive transmissions in idle condition. The unit
523 -# is platform dependent, for example, seconds in Linux, milliseconds in Windows
524 -# etc. The default value of -1 (or any other negative value and 0) means to
525 -# skip any overrides and leave it to OS default. (integer value)
526 -#zmq_tcp_keepalive_idle = -1
527 -
528 -# The number of retransmissions to be carried out before declaring that remote
529 -# end is not available. The default value of -1 (or any other negative value
530 -# and 0) means to skip any overrides and leave it to OS default. (integer
531 -# value)
532 -#zmq_tcp_keepalive_cnt = -1
533 -
534 -# The duration between two successive keepalive retransmissions, if
535 -# acknowledgement to the previous keepalive transmission is not received. The
536 -# unit is platform dependent, for example, seconds in Linux, milliseconds in
537 -# Windows etc. The default value of -1 (or any other negative value and 0)
538 -# means to skip any overrides and leave it to OS default. (integer value)
539 -#zmq_tcp_keepalive_intvl = -1
540 -
541 -# Maximum number of (green) threads to work concurrently. (integer value)
542 -#rpc_thread_pool_size = 100
543 -
544 -# Expiration timeout in seconds of a sent/received message after which it is
545 -# not tracked anymore by a client/server. (integer value)
546 -#rpc_message_ttl = 300
547 -
548 -# Wait for message acknowledgements from receivers. This mechanism works only
549 -# via proxy without PUB/SUB. (boolean value)
550 -#rpc_use_acks = false
551 -
552 -# Number of seconds to wait for an ack from a cast/call. After each retry
553 -# attempt this timeout is multiplied by some specified multiplier. (integer
554 -# value)
555 -#rpc_ack_timeout_base = 15
556 -
557 -# Number to multiply base ack timeout by after each retry attempt. (integer
558 -# value)
559 -#rpc_ack_timeout_multiplier = 2
560 -
561 -# Default number of message sending attempts in case of any problems occurred:
562 -# positive value N means at most N retries, 0 means no retries, None or -1 (or
563 -# any other negative values) mean to retry forever. This option is used only if
564 -# acknowledgments are enabled. (integer value)
565 -#rpc_retry_attempts = 3
566 -
567 -# List of publisher hosts SubConsumer can subscribe on. This option has higher
568 -# priority then the default publishers list taken from the matchmaker. (list
569 -# value)
570 -#subscribe_on =
571 -
572 -# Size of executor thread pool. (integer value)
573 -# Deprecated group/name - [DEFAULT]/rpc_thread_pool_size
574 -#executor_thread_pool_size = 64
575 -
576 -# Seconds to wait for a response from a call. (integer value)
577 -#rpc_response_timeout = 60
578 -
579 -# A URL representing the messaging driver to use and its full configuration.
580 -# (string value)
581 -#transport_url = <None>
582 -
583 -# DEPRECATED: The messaging driver to use, defaults to rabbit. Other drivers
584 -# include amqp and zmq. (string value)
585 -# This option is deprecated for removal.
586 -# Its value may be silently ignored in the future.
587 -# Reason: Replaced by [DEFAULT]/transport_url
588 -#rpc_backend = rabbit
589 -
590 -# The default exchange under which topics are scoped. May be overridden by an
591 -# exchange name specified in the transport_url option. (string value)
592 -#control_exchange = openstack
593 -
594 -#
595 -# From oslo.service.periodic_task
596 -#
597 -
598 -# Some periodic tasks can be run in a separate process. Should we run them
599 -# here? (boolean value)
600 -#run_external_periodic_tasks = true
601 -
602 -#
603 -# From oslo.service.service
604 -#
605 -
606 -# Enable eventlet backdoor. Acceptable values are 0, <port>, and
607 -# <start>:<end>, where 0 results in listening on a random tcp port number;
608 -# <port> results in listening on the specified port number (and not enabling
609 -# backdoor if that port is in use); and <start>:<end> results in listening on
610 -# the smallest unused port number within the specified range of port numbers.
611 -# The chosen port is displayed in the service's log file. (string value)
612 -#backdoor_port = <None>
613 -
614 -# Enable eventlet backdoor, using the provided path as a unix socket that can
615 -# receive connections. This option is mutually exclusive with 'backdoor_port'
616 -# in that only one should be provided. If both are provided then the existence
617 -# of this option overrides the usage of that option. (string value)
618 -#backdoor_socket = <None>
619 -
620 -# Enables or disables logging values of all registered options when starting a
621 -# service (at DEBUG level). (boolean value)
622 -#log_options = true
623 -
624 -# Specify a timeout after which a gracefully shutdown server will exit. Zero
625 -# value means endless wait. (integer value)
626 -#graceful_shutdown_timeout = 60
627 -
628 -
629 -[auth_password]
630 -
631 -#
632 -# From heat.common.config
633 -#
634 -
635 -# Allow orchestration of multiple clouds. (boolean value)
636 -#multi_cloud = false
637 -
638 -# Allowed keystone endpoints for auth_uri when multi_cloud is enabled. At least
639 -# one endpoint needs to be specified. (list value)
640 -#allowed_auth_uris =
641 -
642 -
643 -[clients]
644 -
645 -#
646 -# From heat.common.config
647 -#
648 -
649 -# Type of endpoint in Identity service catalog to use for communication with
650 -# the OpenStack service. (string value)
651 -#endpoint_type = publicURL
652 -
653 -# Optional CA cert file to use in SSL connections. (string value)
654 -#ca_file = <None>
655 -
656 -# Optional PEM-formatted certificate chain file. (string value)
657 -#cert_file = <None>
658 -
659 -# Optional PEM-formatted file that contains the private key. (string value)
660 -#key_file = <None>
661 -
662 -# If set, then the server's certificate will not be verified. (boolean value)
663 -#insecure = false
664 -
665 -
666 -[clients_aodh]
667 -
668 -#
669 -# From heat.common.config
670 -#
671 -
672 -# Type of endpoint in Identity service catalog to use for communication with
673 -# the OpenStack service. (string value)
674 -#endpoint_type = <None>
675 -
676 -# Optional CA cert file to use in SSL connections. (string value)
677 -#ca_file = <None>
678 -
679 -# Optional PEM-formatted certificate chain file. (string value)
680 -#cert_file = <None>
681 -
682 -# Optional PEM-formatted file that contains the private key. (string value)
683 -#key_file = <None>
684 -
685 -# If set, then the server's certificate will not be verified. (boolean value)
686 -#insecure = <None>
687 -
688 -
689 -[clients_barbican]
690 -
691 -#
692 -# From heat.common.config
693 -#
694 -
695 -# Type of endpoint in Identity service catalog to use for communication with
696 -# the OpenStack service. (string value)
697 -#endpoint_type = <None>
698 -
699 -# Optional CA cert file to use in SSL connections. (string value)
700 -#ca_file = <None>
701 -
702 -# Optional PEM-formatted certificate chain file. (string value)
703 -#cert_file = <None>
704 -
705 -# Optional PEM-formatted file that contains the private key. (string value)
706 -#key_file = <None>
707 -
708 -# If set, then the server's certificate will not be verified. (boolean value)
709 -#insecure = <None>
710 -
711 -
712 -[clients_ceilometer]
713 -
714 -#
715 -# From heat.common.config
716 -#
717 -
718 -# Type of endpoint in Identity service catalog to use for communication with
719 -# the OpenStack service. (string value)
720 -#endpoint_type = <None>
721 -
722 -# Optional CA cert file to use in SSL connections. (string value)
723 -#ca_file = <None>
724 -
725 -# Optional PEM-formatted certificate chain file. (string value)
726 -#cert_file = <None>
727 -
728 -# Optional PEM-formatted file that contains the private key. (string value)
729 -#key_file = <None>
730 -
731 -# If set, then the server's certificate will not be verified. (boolean value)
732 -#insecure = <None>
733 -
734 -
735 -[clients_cinder]
736 -
737 -#
738 -# From heat.common.config
739 -#
740 -
741 -# Type of endpoint in Identity service catalog to use for communication with
742 -# the OpenStack service. (string value)
743 -#endpoint_type = <None>
744 -
745 -# Optional CA cert file to use in SSL connections. (string value)
746 -#ca_file = <None>
747 -
748 -# Optional PEM-formatted certificate chain file. (string value)
749 -#cert_file = <None>
750 -
751 -# Optional PEM-formatted file that contains the private key. (string value)
752 -#key_file = <None>
753 -
754 -# If set, then the server's certificate will not be verified. (boolean value)
755 -#insecure = <None>
756 -
757 -# Allow client's debug log output. (boolean value)
758 -#http_log_debug = false
759 -
760 -
761 -[clients_designate]
762 -
763 -#
764 -# From heat.common.config
765 -#
766 -
767 -# Type of endpoint in Identity service catalog to use for communication with
768 -# the OpenStack service. (string value)
769 -#endpoint_type = <None>
770 -
771 -# Optional CA cert file to use in SSL connections. (string value)
772 -#ca_file = <None>
773 -
774 -# Optional PEM-formatted certificate chain file. (string value)
775 -#cert_file = <None>
776 -
777 -# Optional PEM-formatted file that contains the private key. (string value)
778 -#key_file = <None>
779 -
780 -# If set, then the server's certificate will not be verified. (boolean value)
781 -#insecure = <None>
782 -
783 -
784 -[clients_glance]
785 -
786 -#
787 -# From heat.common.config
788 -#
789 -
790 -# Type of endpoint in Identity service catalog to use for communication with
791 -# the OpenStack service. (string value)
792 -#endpoint_type = <None>
793 -
794 -# Optional CA cert file to use in SSL connections. (string value)
795 -#ca_file = <None>
796 -
797 -# Optional PEM-formatted certificate chain file. (string value)
798 -#cert_file = <None>
799 -
800 -# Optional PEM-formatted file that contains the private key. (string value)
801 -#key_file = <None>
802 -
803 -# If set, then the server's certificate will not be verified. (boolean value)
804 -#insecure = <None>
805 -
806 -
807 -[clients_heat]
808 -
809 -#
810 -# From heat.common.config
811 -#
812 -
813 -# Type of endpoint in Identity service catalog to use for communication with
814 -# the OpenStack service. (string value)
815 -#endpoint_type = <None>
816 -
817 -# Optional CA cert file to use in SSL connections. (string value)
818 -#ca_file = <None>
819 -
820 -# Optional PEM-formatted certificate chain file. (string value)
821 -#cert_file = <None>
822 -
823 -# Optional PEM-formatted file that contains the private key. (string value)
824 -#key_file = <None>
825 -
826 -# If set, then the server's certificate will not be verified. (boolean value)
827 -#insecure = <None>
828 -
829 -# Optional heat url in format like http://0.0.0.0:8004/v1/%(tenant_id)s.
830 -# (string value)
831 -#url =
832 -
833 -
834 -[clients_keystone]
835 -
836 -#
837 -# From heat.common.config
838 -#
839 -
840 -# Type of endpoint in Identity service catalog to use for communication with
841 -# the OpenStack service. (string value)
842 -#endpoint_type = <None>
843 -
844 -# Optional CA cert file to use in SSL connections. (string value)
845 -#ca_file = <None>
846 -
847 -# Optional PEM-formatted certificate chain file. (string value)
848 -#cert_file = <None>
849 -
850 -# Optional PEM-formatted file that contains the private key. (string value)
851 -#key_file = <None>
852 -
853 -# If set, then the server's certificate will not be verified. (boolean value)
854 -#insecure = <None>
855 -
856 -# Unversioned keystone url in format like http://0.0.0.0:5000. (string value)
857 -#auth_uri =
858 -
859 -
860 -[clients_magnum]
861 -
862 -#
863 -# From heat.common.config
864 -#
865 -
866 -# Type of endpoint in Identity service catalog to use for communication with
867 -# the OpenStack service. (string value)
868 -#endpoint_type = <None>
869 -
870 -# Optional CA cert file to use in SSL connections. (string value)
871 -#ca_file = <None>
872 -
873 -# Optional PEM-formatted certificate chain file. (string value)
874 -#cert_file = <None>
875 -
876 -# Optional PEM-formatted file that contains the private key. (string value)
877 -#key_file = <None>
878 -
879 -# If set, then the server's certificate will not be verified. (boolean value)
880 -#insecure = <None>
881 -
882 -
883 -[clients_manila]
884 -
885 -#
886 -# From heat.common.config
887 -#
888 -
889 -# Type of endpoint in Identity service catalog to use for communication with
890 -# the OpenStack service. (string value)
891 -#endpoint_type = <None>
892 -
893 -# Optional CA cert file to use in SSL connections. (string value)
894 -#ca_file = <None>
895 -
896 -# Optional PEM-formatted certificate chain file. (string value)
897 -#cert_file = <None>
898 -
899 -# Optional PEM-formatted file that contains the private key. (string value)
900 -#key_file = <None>
901 -
902 -# If set, then the server's certificate will not be verified. (boolean value)
903 -#insecure = <None>
904 -
905 -
906 -[clients_mistral]
907 -
908 -#
909 -# From heat.common.config
910 -#
911 -
912 -# Type of endpoint in Identity service catalog to use for communication with
913 -# the OpenStack service. (string value)
914 -#endpoint_type = <None>
915 -
916 -# Optional CA cert file to use in SSL connections. (string value)
917 -#ca_file = <None>
918 -
919 -# Optional PEM-formatted certificate chain file. (string value)
920 -#cert_file = <None>
921 -
922 -# Optional PEM-formatted file that contains the private key. (string value)
923 -#key_file = <None>
924 -
925 -# If set, then the server's certificate will not be verified. (boolean value)
926 -#insecure = <None>
927 -
928 -
929 -[clients_monasca]
930 -
931 -#
932 -# From heat.common.config
933 -#
934 -
935 -# Type of endpoint in Identity service catalog to use for communication with
936 -# the OpenStack service. (string value)
937 -#endpoint_type = <None>
938 -
939 -# Optional CA cert file to use in SSL connections. (string value)
940 -#ca_file = <None>
941 -
942 -# Optional PEM-formatted certificate chain file. (string value)
943 -#cert_file = <None>
944 -
945 -# Optional PEM-formatted file that contains the private key. (string value)
946 -#key_file = <None>
947 -
948 -# If set, then the server's certificate will not be verified. (boolean value)
949 -#insecure = <None>
950 -
951 -
952 -[clients_neutron]
953 -
954 -#
955 -# From heat.common.config
956 -#
957 -
958 -# Type of endpoint in Identity service catalog to use for communication with
959 -# the OpenStack service. (string value)
960 -#endpoint_type = <None>
961 -
962 -# Optional CA cert file to use in SSL connections. (string value)
963 -#ca_file = <None>
964 -
965 -# Optional PEM-formatted certificate chain file. (string value)
966 -#cert_file = <None>
967 -
968 -# Optional PEM-formatted file that contains the private key. (string value)
969 -#key_file = <None>
970 -
971 -# If set, then the server's certificate will not be verified. (boolean value)
972 -#insecure = <None>
973 -
974 -
975 -[clients_nova]
976 -
977 -#
978 -# From heat.common.config
979 -#
980 -
981 -# Type of endpoint in Identity service catalog to use for communication with
982 -# the OpenStack service. (string value)
983 -#endpoint_type = <None>
984 -
985 -# Optional CA cert file to use in SSL connections. (string value)
986 -#ca_file = <None>
987 -
988 -# Optional PEM-formatted certificate chain file. (string value)
989 -#cert_file = <None>
990 -
991 -# Optional PEM-formatted file that contains the private key. (string value)
992 -#key_file = <None>
993 -
994 -# If set, then the server's certificate will not be verified. (boolean value)
995 -#insecure = <None>
996 -
997 -# Allow client's debug log output. (boolean value)
998 -#http_log_debug = false
999 -
1000 -
1001 -[clients_sahara]
1002 -
1003 -#
1004 -# From heat.common.config
1005 -#
1006 -
1007 -# Type of endpoint in Identity service catalog to use for communication with
1008 -# the OpenStack service. (string value)
1009 -#endpoint_type = <None>
1010 -
1011 -# Optional CA cert file to use in SSL connections. (string value)
1012 -#ca_file = <None>
1013 -
1014 -# Optional PEM-formatted certificate chain file. (string value)
1015 -#cert_file = <None>
1016 -
1017 -# Optional PEM-formatted file that contains the private key. (string value)
1018 -#key_file = <None>
1019 -
1020 -# If set, then the server's certificate will not be verified. (boolean value)
1021 -#insecure = <None>
1022 -
1023 -
1024 -[clients_senlin]
1025 -
1026 -#
1027 -# From heat.common.config
1028 -#
1029 -
1030 -# Type of endpoint in Identity service catalog to use for communication with
1031 -# the OpenStack service. (string value)
1032 -#endpoint_type = <None>
1033 -
1034 -# Optional CA cert file to use in SSL connections. (string value)
1035 -#ca_file = <None>
1036 -
1037 -# Optional PEM-formatted certificate chain file. (string value)
1038 -#cert_file = <None>
1039 -
1040 -# Optional PEM-formatted file that contains the private key. (string value)
1041 -#key_file = <None>
1042 -
1043 -# If set, then the server's certificate will not be verified. (boolean value)
1044 -#insecure = <None>
1045 -
1046 -
1047 -[clients_swift]
1048 -
1049 -#
1050 -# From heat.common.config
1051 -#
1052 -
1053 -# Type of endpoint in Identity service catalog to use for communication with
1054 -# the OpenStack service. (string value)
1055 -#endpoint_type = <None>
1056 -
1057 -# Optional CA cert file to use in SSL connections. (string value)
1058 -#ca_file = <None>
1059 -
1060 -# Optional PEM-formatted certificate chain file. (string value)
1061 -#cert_file = <None>
1062 -
1063 -# Optional PEM-formatted file that contains the private key. (string value)
1064 -#key_file = <None>
1065 -
1066 -# If set, then the server's certificate will not be verified. (boolean value)
1067 -#insecure = <None>
1068 -
1069 -
1070 -[clients_trove]
1071 -
1072 -#
1073 -# From heat.common.config
1074 -#
1075 -
1076 -# Type of endpoint in Identity service catalog to use for communication with
1077 -# the OpenStack service. (string value)
1078 -#endpoint_type = <None>
1079 -
1080 -# Optional CA cert file to use in SSL connections. (string value)
1081 -#ca_file = <None>
1082 -
1083 -# Optional PEM-formatted certificate chain file. (string value)
1084 -#cert_file = <None>
1085 -
1086 -# Optional PEM-formatted file that contains the private key. (string value)
1087 -#key_file = <None>
1088 -
1089 -# If set, then the server's certificate will not be verified. (boolean value)
1090 -#insecure = <None>
1091 -
1092 -
1093 -[clients_zaqar]
1094 -
1095 -#
1096 -# From heat.common.config
1097 -#
1098 -
1099 -# Type of endpoint in Identity service catalog to use for communication with
1100 -# the OpenStack service. (string value)
1101 -#endpoint_type = <None>
1102 -
1103 -# Optional CA cert file to use in SSL connections. (string value)
1104 -#ca_file = <None>
1105 -
1106 -# Optional PEM-formatted certificate chain file. (string value)
1107 -#cert_file = <None>
1108 -
1109 -# Optional PEM-formatted file that contains the private key. (string value)
1110 -#key_file = <None>
1111 -
1112 -# If set, then the server's certificate will not be verified. (boolean value)
1113 -#insecure = <None>
1114 -
1115 -
1116 -[cors]
1117 -
1118 -#
1119 -# From oslo.middleware
1120 -#
1121 -
1122 -# Indicate whether this resource may be shared with the domain received in the
1123 -# requests "origin" header. Format: "<protocol>://<host>[:<port>]", no trailing
1124 -# slash. Example: https://horizon.example.com (list value)
1125 -#allowed_origin = <None>
1126 -
1127 -# Indicate that the actual request can include user credentials (boolean value)
1128 -#allow_credentials = true
1129 -
1130 -# Indicate which headers are safe to expose to the API. Defaults to HTTP Simple
1131 -# Headers. (list value)
1132 -#expose_headers = X-Auth-Token,X-Subject-Token,X-Service-Token,X-OpenStack-Request-ID
1133 -
1134 -# Maximum cache age of CORS preflight requests. (integer value)
1135 -#max_age = 3600
1136 -
1137 -# Indicate which methods can be used during the actual request. (list value)
1138 -#allow_methods = GET,PUT,POST,DELETE,PATCH
1139 -
1140 -# Indicate which header field names may be used during the actual request.
1141 -# (list value)
1142 -#allow_headers = X-Auth-Token,X-Identity-Status,X-Roles,X-Service-Catalog,X-User-Id,X-Tenant-Id,X-OpenStack-Request-ID
1143 -
1144 -
1145 -[cors.subdomain]
1146 -
1147 -#
1148 -# From oslo.middleware
1149 -#
1150 -
1151 -# Indicate whether this resource may be shared with the domain received in the
1152 -# requests "origin" header. Format: "<protocol>://<host>[:<port>]", no trailing
1153 -# slash. Example: https://horizon.example.com (list value)
1154 -#allowed_origin = <None>
1155 -
1156 -# Indicate that the actual request can include user credentials (boolean value)
1157 -#allow_credentials = true
1158 -
1159 -# Indicate which headers are safe to expose to the API. Defaults to HTTP Simple
1160 -# Headers. (list value)
1161 -#expose_headers = X-Auth-Token,X-Subject-Token,X-Service-Token,X-OpenStack-Request-ID
1162 -
1163 -# Maximum cache age of CORS preflight requests. (integer value)
1164 -#max_age = 3600
1165 -
1166 -# Indicate which methods can be used during the actual request. (list value)
1167 -#allow_methods = GET,PUT,POST,DELETE,PATCH
1168 -
1169 -# Indicate which header field names may be used during the actual request.
1170 -# (list value)
1171 -#allow_headers = X-Auth-Token,X-Identity-Status,X-Roles,X-Service-Catalog,X-User-Id,X-Tenant-Id,X-OpenStack-Request-ID
1172 -
1173 -
1174 -[database]
1175 -
1176 -#
1177 -# From oslo.db
1178 -#
1179 -
1180 -# DEPRECATED: The file name to use with SQLite. (string value)
1181 -# Deprecated group/name - [DEFAULT]/sqlite_db
1182 -# This option is deprecated for removal.
1183 -# Its value may be silently ignored in the future.
1184 -# Reason: Should use config option connection or slave_connection to connect
1185 -# the database.
1186 -#sqlite_db = oslo.sqlite
1187 -
1188 -# If True, SQLite uses synchronous mode. (boolean value)
1189 -# Deprecated group/name - [DEFAULT]/sqlite_synchronous
1190 -#sqlite_synchronous = true
1191 -
1192 -# The back end to use for the database. (string value)
1193 -# Deprecated group/name - [DEFAULT]/db_backend
1194 -#backend = sqlalchemy
1195 -
1196 -# The SQLAlchemy connection string to use to connect to the database. (string
1197 -# value)
1198 -# Deprecated group/name - [DEFAULT]/sql_connection
1199 -# Deprecated group/name - [DATABASE]/sql_connection
1200 -# Deprecated group/name - [sql]/connection
1201 -#connection = <None>
1202 -
1203 -# The SQLAlchemy connection string to use to connect to the slave database.
1204 -# (string value)
1205 -#slave_connection = <None>
1206 -
1207 -# The SQL mode to be used for MySQL sessions. This option, including the
1208 -# default, overrides any server-set SQL mode. To use whatever SQL mode is set
1209 -# by the server configuration, set this to no value. Example: mysql_sql_mode=
1210 -# (string value)
1211 -#mysql_sql_mode = TRADITIONAL
1212 -
1213 -# Timeout before idle SQL connections are reaped. (integer value)
1214 -# Deprecated group/name - [DEFAULT]/sql_idle_timeout
1215 -# Deprecated group/name - [DATABASE]/sql_idle_timeout
1216 -# Deprecated group/name - [sql]/idle_timeout
1217 -#idle_timeout = 3600
1218 -
1219 -# Minimum number of SQL connections to keep open in a pool. (integer value)
1220 -# Deprecated group/name - [DEFAULT]/sql_min_pool_size
1221 -# Deprecated group/name - [DATABASE]/sql_min_pool_size
1222 -#min_pool_size = 1
1223 -
1224 -# Maximum number of SQL connections to keep open in a pool. Setting a value of
1225 -# 0 indicates no limit. (integer value)
1226 -# Deprecated group/name - [DEFAULT]/sql_max_pool_size
1227 -# Deprecated group/name - [DATABASE]/sql_max_pool_size
1228 -#max_pool_size = 5
1229 -
1230 -# Maximum number of database connection retries during startup. Set to -1 to
1231 -# specify an infinite retry count. (integer value)
1232 -# Deprecated group/name - [DEFAULT]/sql_max_retries
1233 -# Deprecated group/name - [DATABASE]/sql_max_retries
1234 -#max_retries = 10
1235 -
1236 -# Interval between retries of opening a SQL connection. (integer value)
1237 -# Deprecated group/name - [DEFAULT]/sql_retry_interval
1238 -# Deprecated group/name - [DATABASE]/reconnect_interval
1239 -#retry_interval = 10
1240 -
1241 -# If set, use this value for max_overflow with SQLAlchemy. (integer value)
1242 -# Deprecated group/name - [DEFAULT]/sql_max_overflow
1243 -# Deprecated group/name - [DATABASE]/sqlalchemy_max_overflow
1244 -#max_overflow = 50
1245 -
1246 -# Verbosity of SQL debugging information: 0=None, 100=Everything. (integer
1247 -# value)
1248 -# Minimum value: 0
1249 -# Maximum value: 100
1250 -# Deprecated group/name - [DEFAULT]/sql_connection_debug
1251 -#connection_debug = 0
1252 -
1253 -# Add Python stack traces to SQL as comment strings. (boolean value)
1254 -# Deprecated group/name - [DEFAULT]/sql_connection_trace
1255 -#connection_trace = false
1256 -
1257 -# If set, use this value for pool_timeout with SQLAlchemy. (integer value)
1258 -# Deprecated group/name - [DATABASE]/sqlalchemy_pool_timeout
1259 -#pool_timeout = <None>
1260 -
1261 -# Enable the experimental use of database reconnect on connection lost.
1262 -# (boolean value)
1263 -#use_db_reconnect = false
1264 -
1265 -# Seconds between retries of a database transaction. (integer value)
1266 -#db_retry_interval = 1
1267 -
1268 -# If True, increases the interval between retries of a database operation up to
1269 -# db_max_retry_interval. (boolean value)
1270 -#db_inc_retry_interval = true
1271 -
1272 -# If db_inc_retry_interval is set, the maximum seconds between retries of a
1273 -# database operation. (integer value)
1274 -#db_max_retry_interval = 10
1275 -
1276 -# Maximum retries in case of connection error or deadlock error before error is
1277 -# raised. Set to -1 to specify an infinite retry count. (integer value)
1278 -#db_max_retries = 20
1279 -
1280 -
1281 -[ec2authtoken]
1282 -
1283 -#
1284 -# From heat.api.aws.ec2token
1285 -#
1286 -
1287 -# Authentication Endpoint URI. (string value)
1288 -#auth_uri = <None>
1289 -
1290 -# Allow orchestration of multiple clouds. (boolean value)
1291 -#multi_cloud = false
1292 -
1293 -# Allowed keystone endpoints for auth_uri when multi_cloud is enabled. At least
1294 -# one endpoint needs to be specified. (list value)
1295 -#allowed_auth_uris =
1296 -
1297 -# Optional PEM-formatted certificate chain file. (string value)
1298 -#cert_file = <None>
1299 -
1300 -# Optional PEM-formatted file that contains the private key. (string value)
1301 -#key_file = <None>
1302 -
1303 -# Optional CA cert file to use in SSL connections. (string value)
1304 -#ca_file = <None>
1305 -
1306 -# If set, then the server's certificate will not be verified. (boolean value)
1307 -#insecure = false
1308 -
1309 -
1310 -[eventlet_opts]
1311 -
1312 -#
1313 -# From heat.common.wsgi
1314 -#
1315 -
1316 -# If False, closes the client socket connection explicitly. (boolean value)
1317 -#wsgi_keep_alive = true
1318 -
1319 -# Timeout for client connections' socket operations. If an incoming connection
1320 -# is idle for this number of seconds it will be closed. A value of '0' means
1321 -# wait forever. (integer value)
1322 -#client_socket_timeout = 900
1323 -
1324 -
1325 -[healthcheck]
1326 -
1327 -#
1328 -# From oslo.middleware
1329 -#
1330 -
1331 -# DEPRECATED: The path to respond to healtcheck requests on. (string value)
1332 -# This option is deprecated for removal.
1333 -# Its value may be silently ignored in the future.
1334 -#path = /healthcheck
1335 -
1336 -# Show more detailed information as part of the response (boolean value)
1337 -#detailed = false
1338 -
1339 -# Additional backends that can perform health checks and report that
1340 -# information back as part of a request. (list value)
1341 -#backends =
1342 -
1343 -# Check the presence of a file to determine if an application is running on a
1344 -# port. Used by DisableByFileHealthcheck plugin. (string value)
1345 -#disable_by_file_path = <None>
1346 -
1347 -# Check the presence of a file based on a port to determine if an application
1348 -# is running on a port. Expects a "port:path" list of strings. Used by
1349 -# DisableByFilesPortsHealthcheck plugin. (list value)
1350 -#disable_by_file_paths =
1351 -
1352 -
1353 -[heat_api]
1354 -
1355 -#
1356 -# From heat.common.wsgi
1357 -#
1358 -
1359 -# Address to bind the server. Useful when selecting a particular network
1360 -# interface. (IP address value)
1361 -# Deprecated group/name - [DEFAULT]/bind_host
1362 -#bind_host = 0.0.0.0
1363 -
1364 -# The port on which the server will listen. (port value)
1365 -# Minimum value: 0
1366 -# Maximum value: 65535
1367 -# Deprecated group/name - [DEFAULT]/bind_port
1368 -#bind_port = 8004
1369 -
1370 -# Number of backlog requests to configure the socket with. (integer value)
1371 -# Deprecated group/name - [DEFAULT]/backlog
1372 -#backlog = 4096
1373 -
1374 -# Location of the SSL certificate file to use for SSL mode. (string value)
1375 -# Deprecated group/name - [DEFAULT]/cert_file
1376 -#cert_file = <None>
1377 -
1378 -# Location of the SSL key file to use for enabling SSL mode. (string value)
1379 -# Deprecated group/name - [DEFAULT]/key_file
1380 -#key_file = <None>
1381 -
1382 -# Number of workers for Heat service. Default value 0 means, that service will
1383 -# start number of workers equal number of cores on server. (integer value)
1384 -# Minimum value: 0
1385 -# Deprecated group/name - [DEFAULT]/workers
1386 -#workers = 0
1387 -
1388 -# Maximum line size of message headers to be accepted. max_header_line may need
1389 -# to be increased when using large tokens (typically those generated by the
1390 -# Keystone v3 API with big service catalogs). (integer value)
1391 -#max_header_line = 16384
1392 -
1393 -# The value for the socket option TCP_KEEPIDLE. This is the time in seconds
1394 -# that the connection must be idle before TCP starts sending keepalive probes.
1395 -# (integer value)
1396 -#tcp_keepidle = 600
1397 -
1398 -
1399 -[heat_api_cfn]
1400 -
1401 -#
1402 -# From heat.common.wsgi
1403 -#
1404 -
1405 -# Address to bind the server. Useful when selecting a particular network
1406 -# interface. (IP address value)
1407 -# Deprecated group/name - [DEFAULT]/bind_host
1408 -#bind_host = 0.0.0.0
1409 -
1410 -# The port on which the server will listen. (port value)
1411 -# Minimum value: 0
1412 -# Maximum value: 65535
1413 -# Deprecated group/name - [DEFAULT]/bind_port
1414 -#bind_port = 8000
1415 -
1416 -# Number of backlog requests to configure the socket with. (integer value)
1417 -# Deprecated group/name - [DEFAULT]/backlog
1418 -#backlog = 4096
1419 -
1420 -# Location of the SSL certificate file to use for SSL mode. (string value)
1421 -# Deprecated group/name - [DEFAULT]/cert_file
1422 -#cert_file = <None>
1423 -
1424 -# Location of the SSL key file to use for enabling SSL mode. (string value)
1425 -# Deprecated group/name - [DEFAULT]/key_file
1426 -#key_file = <None>
1427 -
1428 -# Number of workers for Heat service. (integer value)
1429 -# Minimum value: 0
1430 -# Deprecated group/name - [DEFAULT]/workers
1431 -#workers = 1
1432 -
1433 -# Maximum line size of message headers to be accepted. max_header_line may need
1434 -# to be increased when using large tokens (typically those generated by the
1435 -# Keystone v3 API with big service catalogs). (integer value)
1436 -#max_header_line = 16384
1437 -
1438 -# The value for the socket option TCP_KEEPIDLE. This is the time in seconds
1439 -# that the connection must be idle before TCP starts sending keepalive probes.
1440 -# (integer value)
1441 -#tcp_keepidle = 600
1442 -
1443 -
1444 -[heat_api_cloudwatch]
1445 -
1446 -#
1447 -# From heat.common.wsgi
1448 -#
1449 -
1450 -# Address to bind the server. Useful when selecting a particular network
1451 -# interface. (IP address value)
1452 -# Deprecated group/name - [DEFAULT]/bind_host
1453 -#bind_host = 0.0.0.0
1454 -
1455 -# The port on which the server will listen. (port value)
1456 -# Minimum value: 0
1457 -# Maximum value: 65535
1458 -# Deprecated group/name - [DEFAULT]/bind_port
1459 -#bind_port = 8003
1460 -
1461 -# Number of backlog requests to configure the socket with. (integer value)
1462 -# Deprecated group/name - [DEFAULT]/backlog
1463 -#backlog = 4096
1464 -
1465 -# Location of the SSL certificate file to use for SSL mode. (string value)
1466 -# Deprecated group/name - [DEFAULT]/cert_file
1467 -#cert_file = <None>
1468 -
1469 -# Location of the SSL key file to use for enabling SSL mode. (string value)
1470 -# Deprecated group/name - [DEFAULT]/key_file
1471 -#key_file = <None>
1472 -
1473 -# Number of workers for Heat service. (integer value)
1474 -# Minimum value: 0
1475 -# Deprecated group/name - [DEFAULT]/workers
1476 -#workers = 1
1477 -
1478 -# Maximum line size of message headers to be accepted. max_header_line may need
1479 -# to be increased when using large tokens (typically those generated by the
1480 -# Keystone v3 API with big service catalogs.) (integer value)
1481 -#max_header_line = 16384
1482 -
1483 -# The value for the socket option TCP_KEEPIDLE. This is the time in seconds
1484 -# that the connection must be idle before TCP starts sending keepalive probes.
1485 -# (integer value)
1486 -#tcp_keepidle = 600
1487 -
1488 -
1489 -[keystone_authtoken]
1490 -
1491 -#
1492 -# From keystonemiddleware.auth_token
1493 -#
1494 -
1495 -# Complete "public" Identity API endpoint. This endpoint should not be an
1496 -# "admin" endpoint, as it should be accessible by all end users.
1497 -# Unauthenticated clients are redirected to this endpoint to authenticate.
1498 -# Although this endpoint should ideally be unversioned, client support in the
1499 -# wild varies. If you're using a versioned v2 endpoint here, then this should
1500 -# *not* be the same endpoint the service user utilizes for validating tokens,
1501 -# because normal end users may not be able to reach that endpoint. (string
1502 -# value)
1503 -#auth_uri = <None>
1504 -
1505 -# API version of the admin Identity API endpoint. (string value)
1506 -#auth_version = <None>
1507 -
1508 -# Do not handle authorization requests within the middleware, but delegate the
1509 -# authorization decision to downstream WSGI components. (boolean value)
1510 -#delay_auth_decision = false
1511 -
1512 -# Request timeout value for communicating with Identity API server. (integer
1513 -# value)
1514 -#http_connect_timeout = <None>
1515 -
1516 -# How many times are we trying to reconnect when communicating with Identity
1517 -# API Server. (integer value)
1518 -#http_request_max_retries = 3
1519 -
1520 -# Request environment key where the Swift cache object is stored. When
1521 -# auth_token middleware is deployed with a Swift cache, use this option to have
1522 -# the middleware share a caching backend with swift. Otherwise, use the
1523 -# ``memcached_servers`` option instead. (string value)
1524 -#cache = <None>
1525 -
1526 -# Required if identity server requires client certificate (string value)
1527 -#certfile = <None>
1528 -
1529 -# Required if identity server requires client certificate (string value)
1530 -#keyfile = <None>
1531 -
1532 -# A PEM encoded Certificate Authority to use when verifying HTTPs connections.
1533 -# Defaults to system CAs. (string value)
1534 -#cafile = <None>
1535 -
1536 -# Verify HTTPS connections. (boolean value)
1537 -#insecure = false
1538 -
1539 -# The region in which the identity server can be found. (string value)
1540 -#region_name = <None>
1541 -
1542 -# DEPRECATED: Directory used to cache files related to PKI tokens. This option
1543 -# has been deprecated in the Ocata release and will be removed in the P
1544 -# release. (string value)
1545 -# This option is deprecated for removal since Ocata.
1546 -# Its value may be silently ignored in the future.
1547 -# Reason: PKI token format is no longer supported.
1548 -#signing_dir = <None>
1549 -
1550 -# Optionally specify a list of memcached server(s) to use for caching. If left
1551 -# undefined, tokens will instead be cached in-process. (list value)
1552 -# Deprecated group/name - [keystone_authtoken]/memcache_servers
1553 -#memcached_servers = <None>
1554 -
1555 -# In order to prevent excessive effort spent validating tokens, the middleware
1556 -# caches previously-seen tokens for a configurable duration (in seconds). Set
1557 -# to -1 to disable caching completely. (integer value)
1558 -#token_cache_time = 300
1559 -
1560 -# DEPRECATED: Determines the frequency at which the list of revoked tokens is
1561 -# retrieved from the Identity service (in seconds). A high number of revocation
1562 -# events combined with a low cache duration may significantly reduce
1563 -# performance. Only valid for PKI tokens. This option has been deprecated in
1564 -# the Ocata release and will be removed in the P release. (integer value)
1565 -# This option is deprecated for removal since Ocata.
1566 -# Its value may be silently ignored in the future.
1567 -# Reason: PKI token format is no longer supported.
1568 -#revocation_cache_time = 10
1569 -
1570 -# (Optional) If defined, indicate whether token data should be authenticated or
1571 -# authenticated and encrypted. If MAC, token data is authenticated (with HMAC)
1572 -# in the cache. If ENCRYPT, token data is encrypted and authenticated in the
1573 -# cache. If the value is not one of these options or empty, auth_token will
1574 -# raise an exception on initialization. (string value)
1575 -# Allowed values: None, MAC, ENCRYPT
1576 -#memcache_security_strategy = None
1577 -
1578 -# (Optional, mandatory if memcache_security_strategy is defined) This string is
1579 -# used for key derivation. (string value)
1580 -#memcache_secret_key = <None>
1581 -
1582 -# (Optional) Number of seconds memcached server is considered dead before it is
1583 -# tried again. (integer value)
1584 -#memcache_pool_dead_retry = 300
1585 -
1586 -# (Optional) Maximum total number of open connections to every memcached
1587 -# server. (integer value)
1588 -#memcache_pool_maxsize = 10
1589 -
1590 -# (Optional) Socket timeout in seconds for communicating with a memcached
1591 -# server. (integer value)
1592 -#memcache_pool_socket_timeout = 3
1593 -
1594 -# (Optional) Number of seconds a connection to memcached is held unused in the
1595 -# pool before it is closed. (integer value)
1596 -#memcache_pool_unused_timeout = 60
1597 -
1598 -# (Optional) Number of seconds that an operation will wait to get a memcached
1599 -# client connection from the pool. (integer value)
1600 -#memcache_pool_conn_get_timeout = 10
1601 -
1602 -# (Optional) Use the advanced (eventlet safe) memcached client pool. The
1603 -# advanced pool will only work under python 2.x. (boolean value)
1604 -#memcache_use_advanced_pool = false
1605 -
1606 -# (Optional) Indicate whether to set the X-Service-Catalog header. If False,
1607 -# middleware will not ask for service catalog on token validation and will not
1608 -# set the X-Service-Catalog header. (boolean value)
1609 -#include_service_catalog = true
1610 -
1611 -# Used to control the use and type of token binding. Can be set to: "disabled"
1612 -# to not check token binding. "permissive" (default) to validate binding
1613 -# information if the bind type is of a form known to the server and ignore it
1614 -# if not. "strict" like "permissive" but if the bind type is unknown the token
1615 -# will be rejected. "required" any form of token binding is needed to be
1616 -# allowed. Finally the name of a binding method that must be present in tokens.
1617 -# (string value)
1618 -#enforce_token_bind = permissive
1619 -
1620 -# DEPRECATED: If true, the revocation list will be checked for cached tokens.
1621 -# This requires that PKI tokens are configured on the identity server. (boolean
1622 -# value)
1623 -# This option is deprecated for removal since Ocata.
1624 -# Its value may be silently ignored in the future.
1625 -# Reason: PKI token format is no longer supported.
1626 -#check_revocations_for_cached = false
1627 -
1628 -# DEPRECATED: Hash algorithms to use for hashing PKI tokens. This may be a
1629 -# single algorithm or multiple. The algorithms are those supported by Python
1630 -# standard hashlib.new(). The hashes will be tried in the order given, so put
1631 -# the preferred one first for performance. The result of the first hash will be
1632 -# stored in the cache. This will typically be set to multiple values only while
1633 -# migrating from a less secure algorithm to a more secure one. Once all the old
1634 -# tokens are expired this option should be set to a single value for better
1635 -# performance. (list value)
1636 -# This option is deprecated for removal since Ocata.
1637 -# Its value may be silently ignored in the future.
1638 -# Reason: PKI token format is no longer supported.
1639 -#hash_algorithms = md5
1640 -
1641 -# A choice of roles that must be present in a service token. Service tokens are
1642 -# allowed to request that an expired token can be used and so this check should
1643 -# tightly control that only actual services should be sending this token. Roles
1644 -# here are applied as an ANY check so any role in this list must be present.
1645 -# For backwards compatibility reasons this currently only affects the
1646 -# allow_expired check. (list value)
1647 -#service_token_roles = service
1648 -
1649 -# For backwards compatibility reasons we must let valid service tokens pass
1650 -# that don't pass the service_token_roles check as valid. Setting this true
1651 -# will become the default in a future release and should be enabled if
1652 -# possible. (boolean value)
1653 -#service_token_roles_required = false
1654 -
1655 -# Authentication type to load (string value)
1656 -# Deprecated group/name - [keystone_authtoken]/auth_plugin
1657 -#auth_type = <None>
1658 -
1659 -# Config Section from which to load plugin specific options (string value)
1660 -#auth_section = <None>
1661 -
1662 -
1663 -[matchmaker_redis]
1664 -
1665 -#
1666 -# From oslo.messaging
1667 -#
1668 -
1669 -# DEPRECATED: Host to locate redis. (string value)
1670 -# This option is deprecated for removal.
1671 -# Its value may be silently ignored in the future.
1672 -# Reason: Replaced by [DEFAULT]/transport_url
1673 -#host = 127.0.0.1
1674 -
1675 -# DEPRECATED: Use this port to connect to redis host. (port value)
1676 -# Minimum value: 0
1677 -# Maximum value: 65535
1678 -# This option is deprecated for removal.
1679 -# Its value may be silently ignored in the future.
1680 -# Reason: Replaced by [DEFAULT]/transport_url
1681 -#port = 6379
1682 -
1683 -# DEPRECATED: Password for Redis server (optional). (string value)
1684 -# This option is deprecated for removal.
1685 -# Its value may be silently ignored in the future.
1686 -# Reason: Replaced by [DEFAULT]/transport_url
1687 -#password =
1688 -
1689 -# DEPRECATED: List of Redis Sentinel hosts (fault tolerance mode), e.g.,
1690 -# [host:port, host1:port ... ] (list value)
1691 -# This option is deprecated for removal.
1692 -# Its value may be silently ignored in the future.
1693 -# Reason: Replaced by [DEFAULT]/transport_url
1694 -#sentinel_hosts =
1695 -
1696 -# Redis replica set name. (string value)
1697 -#sentinel_group_name = oslo-messaging-zeromq
1698 -
1699 -# Time in ms to wait between connection attempts. (integer value)
1700 -#wait_timeout = 2000
1701 -
1702 -# Time in ms to wait before the transaction is killed. (integer value)
1703 -#check_timeout = 20000
1704 -
1705 -# Timeout in ms on blocking socket operations. (integer value)
1706 -#socket_timeout = 10000
1707 -
1708 -
1709 -[oslo_messaging_amqp]
1710 -
1711 -#
1712 -# From oslo.messaging
1713 -#
1714 -
1715 -# Name for the AMQP container. must be globally unique. Defaults to a generated
1716 -# UUID (string value)
1717 -# Deprecated group/name - [amqp1]/container_name
1718 -#container_name = <None>
1719 -
1720 -# Timeout for inactive connections (in seconds) (integer value)
1721 -# Deprecated group/name - [amqp1]/idle_timeout
1722 -#idle_timeout = 0
1723 -
1724 -# Debug: dump AMQP frames to stdout (boolean value)
1725 -# Deprecated group/name - [amqp1]/trace
1726 -#trace = false
1727 -
1728 -# CA certificate PEM file used to verify the server's certificate (string
1729 -# value)
1730 -# Deprecated group/name - [amqp1]/ssl_ca_file
1731 -#ssl_ca_file =
1732 -
1733 -# Self-identifying certificate PEM file for client authentication (string
1734 -# value)
1735 -# Deprecated group/name - [amqp1]/ssl_cert_file
1736 -#ssl_cert_file =
1737 -
1738 -# Private key PEM file used to sign ssl_cert_file certificate (optional)
1739 -# (string value)
1740 -# Deprecated group/name - [amqp1]/ssl_key_file
1741 -#ssl_key_file =
1742 -
1743 -# Password for decrypting ssl_key_file (if encrypted) (string value)
1744 -# Deprecated group/name - [amqp1]/ssl_key_password
1745 -#ssl_key_password = <None>
1746 -
1747 -# DEPRECATED: Accept clients using either SSL or plain TCP (boolean value)
1748 -# Deprecated group/name - [amqp1]/allow_insecure_clients
1749 -# This option is deprecated for removal.
1750 -# Its value may be silently ignored in the future.
1751 -# Reason: Not applicable - not a SSL server
1752 -#allow_insecure_clients = false
1753 -
1754 -# Space separated list of acceptable SASL mechanisms (string value)
1755 -# Deprecated group/name - [amqp1]/sasl_mechanisms
1756 -#sasl_mechanisms =
1757 -
1758 -# Path to directory that contains the SASL configuration (string value)
1759 -# Deprecated group/name - [amqp1]/sasl_config_dir
1760 -#sasl_config_dir =
1761 -
1762 -# Name of configuration file (without .conf suffix) (string value)
1763 -# Deprecated group/name - [amqp1]/sasl_config_name
1764 -#sasl_config_name =
1765 -
1766 -# User name for message broker authentication (string value)
1767 -# Deprecated group/name - [amqp1]/username
1768 -#username =
1769 -
1770 -# Password for message broker authentication (string value)
1771 -# Deprecated group/name - [amqp1]/password
1772 -#password =
1773 -
1774 -# Seconds to pause before attempting to re-connect. (integer value)
1775 -# Minimum value: 1
1776 -#connection_retry_interval = 1
1777 -
1778 -# Increase the connection_retry_interval by this many seconds after each
1779 -# unsuccessful failover attempt. (integer value)
1780 -# Minimum value: 0
1781 -#connection_retry_backoff = 2
1782 -
1783 -# Maximum limit for connection_retry_interval + connection_retry_backoff
1784 -# (integer value)
1785 -# Minimum value: 1
1786 -#connection_retry_interval_max = 30
1787 -
1788 -# Time to pause between re-connecting an AMQP 1.0 link that failed due to a
1789 -# recoverable error. (integer value)
1790 -# Minimum value: 1
1791 -#link_retry_delay = 10
1792 -
1793 -# The maximum number of attempts to re-send a reply message which failed due to
1794 -# a recoverable error. (integer value)
1795 -# Minimum value: -1
1796 -#default_reply_retry = 0
1797 -
1798 -# The deadline for an rpc reply message delivery. (integer value)
1799 -# Minimum value: 5
1800 -#default_reply_timeout = 30
1801 -
1802 -# The deadline for an rpc cast or call message delivery. Only used when caller
1803 -# does not provide a timeout expiry. (integer value)
1804 -# Minimum value: 5
1805 -#default_send_timeout = 30
1806 -
1807 -# The deadline for a sent notification message delivery. Only used when caller
1808 -# does not provide a timeout expiry. (integer value)
1809 -# Minimum value: 5
1810 -#default_notify_timeout = 30
1811 -
1812 -# The duration to schedule a purge of idle sender links. Detach link after
1813 -# expiry. (integer value)
1814 -# Minimum value: 1
1815 -#default_sender_link_timeout = 600
1816 -
1817 -# Indicates the addressing mode used by the driver.
1818 -# Permitted values:
1819 -# 'legacy' - use legacy non-routable addressing
1820 -# 'routable' - use routable addresses
1821 -# 'dynamic' - use legacy addresses if the message bus does not support routing
1822 -# otherwise use routable addressing (string value)
1823 -#addressing_mode = dynamic
1824 -
1825 -# address prefix used when sending to a specific server (string value)
1826 -# Deprecated group/name - [amqp1]/server_request_prefix
1827 -#server_request_prefix = exclusive
1828 -
1829 -# address prefix used when broadcasting to all servers (string value)
1830 -# Deprecated group/name - [amqp1]/broadcast_prefix
1831 -#broadcast_prefix = broadcast
1832 -
1833 -# address prefix when sending to any server in group (string value)
1834 -# Deprecated group/name - [amqp1]/group_request_prefix
1835 -#group_request_prefix = unicast
1836 -
1837 -# Address prefix for all generated RPC addresses (string value)
1838 -#rpc_address_prefix = openstack.org/om/rpc
1839 -
1840 -# Address prefix for all generated Notification addresses (string value)
1841 -#notify_address_prefix = openstack.org/om/notify
1842 -
1843 -# Appended to the address prefix when sending a fanout message. Used by the
1844 -# message bus to identify fanout messages. (string value)
1845 -#multicast_address = multicast
1846 -
1847 -# Appended to the address prefix when sending to a particular RPC/Notification
1848 -# server. Used by the message bus to identify messages sent to a single
1849 -# destination. (string value)
1850 -#unicast_address = unicast
1851 -
1852 -# Appended to the address prefix when sending to a group of consumers. Used by
1853 -# the message bus to identify messages that should be delivered in a round-
1854 -# robin fashion across consumers. (string value)
1855 -#anycast_address = anycast
1856 -
1857 -# Exchange name used in notification addresses.
1858 -# Exchange name resolution precedence:
1859 -# Target.exchange if set
1860 -# else default_notification_exchange if set
1861 -# else control_exchange if set
1862 -# else 'notify' (string value)
1863 -#default_notification_exchange = <None>
1864 -
1865 -# Exchange name used in RPC addresses.
1866 -# Exchange name resolution precedence:
1867 -# Target.exchange if set
1868 -# else default_rpc_exchange if set
1869 -# else control_exchange if set
1870 -# else 'rpc' (string value)
1871 -#default_rpc_exchange = <None>
1872 -
1873 -# Window size for incoming RPC Reply messages. (integer value)
1874 -# Minimum value: 1
1875 -#reply_link_credit = 200
1876 -
1877 -# Window size for incoming RPC Request messages (integer value)
1878 -# Minimum value: 1
1879 -#rpc_server_credit = 100
1880 -
1881 -# Window size for incoming Notification messages (integer value)
1882 -# Minimum value: 1
1883 -#notify_server_credit = 100
1884 -
1885 -# Send messages of this type pre-settled.
1886 -# Pre-settled messages will not receive acknowledgement
1887 -# from the peer. Note well: pre-settled messages may be
1888 -# silently discarded if the delivery fails.
1889 -# Permitted values:
1890 -# 'rpc-call' - send RPC Calls pre-settled
1891 -# 'rpc-reply'- send RPC Replies pre-settled
1892 -# 'rpc-cast' - Send RPC Casts pre-settled
1893 -# 'notify' - Send Notifications pre-settled
1894 -# (multi valued)
1895 -#pre_settled = rpc-cast
1896 -#pre_settled = rpc-reply
1897 -
1898 -
1899 -[oslo_messaging_kafka]
1900 -
1901 -#
1902 -# From oslo.messaging
1903 -#
1904 -
1905 -# DEPRECATED: Default Kafka broker Host (string value)
1906 -# This option is deprecated for removal.
1907 -# Its value may be silently ignored in the future.
1908 -# Reason: Replaced by [DEFAULT]/transport_url
1909 -#kafka_default_host = localhost
1910 -
1911 -# DEPRECATED: Default Kafka broker Port (port value)
1912 -# Minimum value: 0
1913 -# Maximum value: 65535
1914 -# This option is deprecated for removal.
1915 -# Its value may be silently ignored in the future.
1916 -# Reason: Replaced by [DEFAULT]/transport_url
1917 -#kafka_default_port = 9092
1918 -
1919 -# Max fetch bytes of Kafka consumer (integer value)
1920 -#kafka_max_fetch_bytes = 1048576
1921 -
1922 -# Default timeout(s) for Kafka consumers (integer value)
1923 -#kafka_consumer_timeout = 1.0
1924 -
1925 -# Pool Size for Kafka Consumers (integer value)
1926 -#pool_size = 10
1927 -
1928 -# The pool size limit for connections expiration policy (integer value)
1929 -#conn_pool_min_size = 2
1930 -
1931 -# The time-to-live in sec of idle connections in the pool (integer value)
1932 -#conn_pool_ttl = 1200
1933 -
1934 -# Group id for Kafka consumer. Consumers in one group will coordinate message
1935 -# consumption (string value)
1936 -#consumer_group = oslo_messaging_consumer
1937 -
1938 -# Upper bound on the delay for KafkaProducer batching in seconds (floating
1939 -# point value)
1940 -#producer_batch_timeout = 0.0
1941 -
1942 -# Size of batch for the producer async send (integer value)
1943 -#producer_batch_size = 16384
1944 -
1945 -
1946 -[oslo_messaging_notifications]
1947 -
1948 -#
1949 -# From oslo.messaging
1950 -#
1951 -
1952 -# The Drivers(s) to handle sending notifications. Possible values are
1953 -# messaging, messagingv2, routing, log, test, noop (multi valued)
1954 -# Deprecated group/name - [DEFAULT]/notification_driver
1955 -#driver =
1956 -
1957 -# A URL representing the messaging driver to use for notifications. If not set,
1958 -# we fall back to the same configuration used for RPC. (string value)
1959 -# Deprecated group/name - [DEFAULT]/notification_transport_url
1960 -#transport_url = <None>
1961 -
1962 -# AMQP topic used for OpenStack notifications. (list value)
1963 -# Deprecated group/name - [rpc_notifier2]/topics
1964 -# Deprecated group/name - [DEFAULT]/notification_topics
1965 -#topics = notifications
1966 -
1967 -
1968 -[oslo_messaging_rabbit]
1969 -
1970 -#
1971 -# From oslo.messaging
1972 -#
1973 -
1974 -# Use durable queues in AMQP. (boolean value)
1975 -# Deprecated group/name - [DEFAULT]/amqp_durable_queues
1976 -# Deprecated group/name - [DEFAULT]/rabbit_durable_queues
1977 -#amqp_durable_queues = false
1978 -
1979 -# Auto-delete queues in AMQP. (boolean value)
1980 -# Deprecated group/name - [DEFAULT]/amqp_auto_delete
1981 -#amqp_auto_delete = false
1982 -
1983 -# SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and
1984 -# SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some
1985 -# distributions. (string value)
1986 -# Deprecated group/name - [DEFAULT]/kombu_ssl_version
1987 -#kombu_ssl_version =
1988 -
1989 -# SSL key file (valid only if SSL enabled). (string value)
1990 -# Deprecated group/name - [DEFAULT]/kombu_ssl_keyfile
1991 -#kombu_ssl_keyfile =
1992 -
1993 -# SSL cert file (valid only if SSL enabled). (string value)
1994 -# Deprecated group/name - [DEFAULT]/kombu_ssl_certfile
1995 -#kombu_ssl_certfile =
1996 -
1997 -# SSL certification authority file (valid only if SSL enabled). (string value)
1998 -# Deprecated group/name - [DEFAULT]/kombu_ssl_ca_certs
1999 -#kombu_ssl_ca_certs =
2000 -
2001 -# How long to wait before reconnecting in response to an AMQP consumer cancel
2002 -# notification. (floating point value)
2003 -# Deprecated group/name - [DEFAULT]/kombu_reconnect_delay
2004 -#kombu_reconnect_delay = 1.0
2005 -
2006 -# EXPERIMENTAL: Possible values are: gzip, bz2. If not set compression will not
2007 -# be used. This option may not be available in future versions. (string value)
2008 -#kombu_compression = <None>
2009 -
2010 -# How long to wait a missing client before abandoning to send it its replies.
2011 -# This value should not be longer than rpc_response_timeout. (integer value)
2012 -# Deprecated group/name - [oslo_messaging_rabbit]/kombu_reconnect_timeout
2013 -#kombu_missing_consumer_retry_timeout = 60
2014 -
2015 -# Determines how the next RabbitMQ node is chosen in case the one we are
2016 -# currently connected to becomes unavailable. Takes effect only if more than
2017 -# one RabbitMQ node is provided in config. (string value)
2018 -# Allowed values: round-robin, shuffle
2019 -#kombu_failover_strategy = round-robin
2020 -
2021 -# DEPRECATED: The RabbitMQ broker address where a single node is used. (string
2022 -# value)
2023 -# Deprecated group/name - [DEFAULT]/rabbit_host
2024 -# This option is deprecated for removal.
2025 -# Its value may be silently ignored in the future.
2026 -# Reason: Replaced by [DEFAULT]/transport_url
2027 -#rabbit_host = localhost
2028 -
2029 -# DEPRECATED: The RabbitMQ broker port where a single node is used. (port
2030 -# value)
2031 -# Minimum value: 0
2032 -# Maximum value: 65535
2033 -# Deprecated group/name - [DEFAULT]/rabbit_port
2034 -# This option is deprecated for removal.
2035 -# Its value may be silently ignored in the future.
2036 -# Reason: Replaced by [DEFAULT]/transport_url
2037 -#rabbit_port = 5672
2038 -
2039 -# DEPRECATED: RabbitMQ HA cluster host:port pairs. (list value)
2040 -# Deprecated group/name - [DEFAULT]/rabbit_hosts
2041 -# This option is deprecated for removal.
2042 -# Its value may be silently ignored in the future.
2043 -# Reason: Replaced by [DEFAULT]/transport_url
2044 -#rabbit_hosts = $rabbit_host:$rabbit_port
2045 -
2046 -# Connect over SSL for RabbitMQ. (boolean value)
2047 -# Deprecated group/name - [DEFAULT]/rabbit_use_ssl
2048 -#rabbit_use_ssl = false
2049 -
2050 -# DEPRECATED: The RabbitMQ userid. (string value)
2051 -# Deprecated group/name - [DEFAULT]/rabbit_userid
2052 -# This option is deprecated for removal.
2053 -# Its value may be silently ignored in the future.
2054 -# Reason: Replaced by [DEFAULT]/transport_url
2055 -#rabbit_userid = guest
2056 -
2057 -# DEPRECATED: The RabbitMQ password. (string value)
2058 -# Deprecated group/name - [DEFAULT]/rabbit_password
2059 -# This option is deprecated for removal.
2060 -# Its value may be silently ignored in the future.
2061 -# Reason: Replaced by [DEFAULT]/transport_url
2062 -#rabbit_password = guest
2063 -
2064 -# The RabbitMQ login method. (string value)
2065 -# Allowed values: PLAIN, AMQPLAIN, RABBIT-CR-DEMO
2066 -# Deprecated group/name - [DEFAULT]/rabbit_login_method
2067 -#rabbit_login_method = AMQPLAIN
2068 -
2069 -# DEPRECATED: The RabbitMQ virtual host. (string value)
2070 -# Deprecated group/name - [DEFAULT]/rabbit_virtual_host
2071 -# This option is deprecated for removal.
2072 -# Its value may be silently ignored in the future.
2073 -# Reason: Replaced by [DEFAULT]/transport_url
2074 -#rabbit_virtual_host = /
2075 -
2076 -# How frequently to retry connecting with RabbitMQ. (integer value)
2077 -#rabbit_retry_interval = 1
2078 -
2079 -# How long to backoff for between retries when connecting to RabbitMQ. (integer
2080 -# value)
2081 -# Deprecated group/name - [DEFAULT]/rabbit_retry_backoff
2082 -#rabbit_retry_backoff = 2
2083 -
2084 -# Maximum interval of RabbitMQ connection retries. Default is 30 seconds.
2085 -# (integer value)
2086 -#rabbit_interval_max = 30
2087 -
2088 -# DEPRECATED: Maximum number of RabbitMQ connection retries. Default is 0
2089 -# (infinite retry count). (integer value)
2090 -# Deprecated group/name - [DEFAULT]/rabbit_max_retries
2091 -# This option is deprecated for removal.
2092 -# Its value may be silently ignored in the future.
2093 -#rabbit_max_retries = 0
2094 -
2095 -# Try to use HA queues in RabbitMQ (x-ha-policy: all). If you change this
2096 -# option, you must wipe the RabbitMQ database. In RabbitMQ 3.0, queue mirroring
2097 -# is no longer controlled by the x-ha-policy argument when declaring a queue.
2098 -# If you just want to make sure that all queues (except those with auto-
2099 -# generated names) are mirrored across all nodes, run: "rabbitmqctl set_policy
2100 -# HA '^(?!amq\.).*' '{"ha-mode": "all"}' " (boolean value)
2101 -# Deprecated group/name - [DEFAULT]/rabbit_ha_queues
2102 -#rabbit_ha_queues = false
2103 -
2104 -# Positive integer representing duration in seconds for queue TTL (x-expires).
2105 -# Queues which are unused for the duration of the TTL are automatically
2106 -# deleted. The parameter affects only reply and fanout queues. (integer value)
2107 -# Minimum value: 1
2108 -#rabbit_transient_queues_ttl = 1800
2109 -
2110 -# Specifies the number of messages to prefetch. Setting to zero allows
2111 -# unlimited messages. (integer value)
2112 -#rabbit_qos_prefetch_count = 0
2113 -
2114 -# Number of seconds after which the Rabbit broker is considered down if
2115 -# heartbeat's keep-alive fails (0 disable the heartbeat). EXPERIMENTAL (integer
2116 -# value)
2117 -#heartbeat_timeout_threshold = 60
2118 -
2119 -# How often times during the heartbeat_timeout_threshold we check the
2120 -# heartbeat. (integer value)
2121 -#heartbeat_rate = 2
2122 -
2123 -# Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake (boolean value)
2124 -# Deprecated group/name - [DEFAULT]/fake_rabbit
2125 -#fake_rabbit = false
2126 -
2127 -# Maximum number of channels to allow (integer value)
2128 -#channel_max = <None>
2129 -
2130 -# The maximum byte size for an AMQP frame (integer value)
2131 -#frame_max = <None>
2132 -
2133 -# How often to send heartbeats for consumer's connections (integer value)
2134 -#heartbeat_interval = 3
2135 -
2136 -# Enable SSL (boolean value)
2137 -#ssl = <None>
2138 -
2139 -# Arguments passed to ssl.wrap_socket (dict value)
2140 -#ssl_options = <None>
2141 -
2142 -# Set socket timeout in seconds for connection's socket (floating point value)
2143 -#socket_timeout = 0.25
2144 -
2145 -# Set TCP_USER_TIMEOUT in seconds for connection's socket (floating point
2146 -# value)
2147 -#tcp_user_timeout = 0.25
2148 -
2149 -# Set delay for reconnection to some host which has connection error (floating
2150 -# point value)
2151 -#host_connection_reconnect_delay = 0.25
2152 -
2153 -# Connection factory implementation (string value)
2154 -# Allowed values: new, single, read_write
2155 -#connection_factory = single
2156 -
2157 -# Maximum number of connections to keep queued. (integer value)
2158 -#pool_max_size = 30
2159 -
2160 -# Maximum number of connections to create above `pool_max_size`. (integer
2161 -# value)
2162 -#pool_max_overflow = 0
2163 -
2164 -# Default number of seconds to wait for a connections to available (integer
2165 -# value)
2166 -#pool_timeout = 30
2167 -
2168 -# Lifetime of a connection (since creation) in seconds or None for no
2169 -# recycling. Expired connections are closed on acquire. (integer value)
2170 -#pool_recycle = 600
2171 -
2172 -# Threshold at which inactive (since release) connections are considered stale
2173 -# in seconds or None for no staleness. Stale connections are closed on acquire.
2174 -# (integer value)
2175 -#pool_stale = 60
2176 -
2177 -# Default serialization mechanism for serializing/deserializing
2178 -# outgoing/incoming messages (string value)
2179 -# Allowed values: json, msgpack
2180 -#default_serializer_type = json
2181 -
2182 -# Persist notification messages. (boolean value)
2183 -#notification_persistence = false
2184 -
2185 -# Exchange name for sending notifications (string value)
2186 -#default_notification_exchange = ${control_exchange}_notification
2187 -
2188 -# Max number of not acknowledged message which RabbitMQ can send to
2189 -# notification listener. (integer value)
2190 -#notification_listener_prefetch_count = 100
2191 -
2192 -# Reconnecting retry count in case of connectivity problem during sending
2193 -# notification, -1 means infinite retry. (integer value)
2194 -#default_notification_retry_attempts = -1
2195 -
2196 -# Reconnecting retry delay in case of connectivity problem during sending
2197 -# notification message (floating point value)
2198 -#notification_retry_delay = 0.25
2199 -
2200 -# Time to live for rpc queues without consumers in seconds. (integer value)
2201 -#rpc_queue_expiration = 60
2202 -
2203 -# Exchange name for sending RPC messages (string value)
2204 -#default_rpc_exchange = ${control_exchange}_rpc
2205 -
2206 -# Exchange name for receiving RPC replies (string value)
2207 -#rpc_reply_exchange = ${control_exchange}_rpc_reply
2208 -
2209 -# Max number of not acknowledged message which RabbitMQ can send to rpc
2210 -# listener. (integer value)
2211 -#rpc_listener_prefetch_count = 100
2212 -
2213 -# Max number of not acknowledged message which RabbitMQ can send to rpc reply
2214 -# listener. (integer value)
2215 -#rpc_reply_listener_prefetch_count = 100
2216 -
2217 -# Reconnecting retry count in case of connectivity problem during sending
2218 -# reply. -1 means infinite retry during rpc_timeout (integer value)
2219 -#rpc_reply_retry_attempts = -1
2220 -
2221 -# Reconnecting retry delay in case of connectivity problem during sending
2222 -# reply. (floating point value)
2223 -#rpc_reply_retry_delay = 0.25
2224 -
2225 -# Reconnecting retry count in case of connectivity problem during sending RPC
2226 -# message, -1 means infinite retry. If actual retry attempts in not 0 the rpc
2227 -# request could be processed more than one time (integer value)
2228 -#default_rpc_retry_attempts = -1
2229 -
2230 -# Reconnecting retry delay in case of connectivity problem during sending RPC
2231 -# message (floating point value)
2232 -#rpc_retry_delay = 0.25
2233 -
2234 -
2235 -[oslo_messaging_zmq]
2236 -
2237 -#
2238 -# From oslo.messaging
2239 -#
2240 -
2241 -# ZeroMQ bind address. Should be a wildcard (*), an ethernet interface, or IP.
2242 -# The "host" option should point or resolve to this address. (string value)
2243 -# Deprecated group/name - [DEFAULT]/rpc_zmq_bind_address
2244 -#rpc_zmq_bind_address = *
2245 -
2246 -# MatchMaker driver. (string value)
2247 -# Allowed values: redis, sentinel, dummy
2248 -# Deprecated group/name - [DEFAULT]/rpc_zmq_matchmaker
2249 -#rpc_zmq_matchmaker = redis
2250 -
2251 -# Number of ZeroMQ contexts, defaults to 1. (integer value)
2252 -# Deprecated group/name - [DEFAULT]/rpc_zmq_contexts
2253 -#rpc_zmq_contexts = 1
2254 -
2255 -# Maximum number of ingress messages to locally buffer per topic. Default is
2256 -# unlimited. (integer value)
2257 -# Deprecated group/name - [DEFAULT]/rpc_zmq_topic_backlog
2258 -#rpc_zmq_topic_backlog = <None>
2259 -
2260 -# Directory for holding IPC sockets. (string value)
2261 -# Deprecated group/name - [DEFAULT]/rpc_zmq_ipc_dir
2262 -#rpc_zmq_ipc_dir = /var/run/openstack
2263 -
2264 -# Name of this node. Must be a valid hostname, FQDN, or IP address. Must match
2265 -# "host" option, if running Nova. (string value)
2266 -# Deprecated group/name - [DEFAULT]/rpc_zmq_host
2267 -#rpc_zmq_host = localhost
2268 -
2269 -# Number of seconds to wait before all pending messages will be sent after
2270 -# closing a socket. The default value of -1 specifies an infinite linger
2271 -# period. The value of 0 specifies no linger period. Pending messages shall be
2272 -# discarded immediately when the socket is closed. Positive values specify an
2273 -# upper bound for the linger period. (integer value)
2274 -# Deprecated group/name - [DEFAULT]/rpc_cast_timeout
2275 -#zmq_linger = -1
2276 -
2277 -# The default number of seconds that poll should wait. Poll raises timeout
2278 -# exception when timeout expired. (integer value)
2279 -# Deprecated group/name - [DEFAULT]/rpc_poll_timeout
2280 -#rpc_poll_timeout = 1
2281 -
2282 -# Expiration timeout in seconds of a name service record about existing target
2283 -# ( < 0 means no timeout). (integer value)
2284 -# Deprecated group/name - [DEFAULT]/zmq_target_expire
2285 -#zmq_target_expire = 300
2286 -
2287 -# Update period in seconds of a name service record about existing target.
2288 -# (integer value)
2289 -# Deprecated group/name - [DEFAULT]/zmq_target_update
2290 -#zmq_target_update = 180
2291 -
2292 -# Use PUB/SUB pattern for fanout methods. PUB/SUB always uses proxy. (boolean
2293 -# value)
2294 -# Deprecated group/name - [DEFAULT]/use_pub_sub
2295 -#use_pub_sub = false
2296 -
2297 -# Use ROUTER remote proxy. (boolean value)
2298 -# Deprecated group/name - [DEFAULT]/use_router_proxy
2299 -#use_router_proxy = false
2300 -
2301 -# This option makes direct connections dynamic or static. It makes sense only
2302 -# with use_router_proxy=False which means to use direct connections for direct
2303 -# message types (ignored otherwise). (boolean value)
2304 -#use_dynamic_connections = false
2305 -
2306 -# How many additional connections to a host will be made for failover reasons.
2307 -# This option is actual only in dynamic connections mode. (integer value)
2308 -#zmq_failover_connections = 2
2309 -
2310 -# Minimal port number for random ports range. (port value)
2311 -# Minimum value: 0
2312 -# Maximum value: 65535
2313 -# Deprecated group/name - [DEFAULT]/rpc_zmq_min_port
2314 -#rpc_zmq_min_port = 49153
2315 -
2316 -# Maximal port number for random ports range. (integer value)
2317 -# Minimum value: 1
2318 -# Maximum value: 65536
2319 -# Deprecated group/name - [DEFAULT]/rpc_zmq_max_port
2320 -#rpc_zmq_max_port = 65536
2321 -
2322 -# Number of retries to find free port number before fail with ZMQBindError.
2323 -# (integer value)
2324 -# Deprecated group/name - [DEFAULT]/rpc_zmq_bind_port_retries
2325 -#rpc_zmq_bind_port_retries = 100
2326 -
2327 -# Default serialization mechanism for serializing/deserializing
2328 -# outgoing/incoming messages (string value)
2329 -# Allowed values: json, msgpack
2330 -# Deprecated group/name - [DEFAULT]/rpc_zmq_serialization
2331 -#rpc_zmq_serialization = json
2332 -
2333 -# This option configures round-robin mode in zmq socket. True means not keeping
2334 -# a queue when server side disconnects. False means to keep queue and messages
2335 -# even if server is disconnected, when the server appears we send all
2336 -# accumulated messages to it. (boolean value)
2337 -#zmq_immediate = true
2338 -
2339 -# Enable/disable TCP keepalive (KA) mechanism. The default value of -1 (or any
2340 -# other negative value) means to skip any overrides and leave it to OS default;
2341 -# 0 and 1 (or any other positive value) mean to disable and enable the option
2342 -# respectively. (integer value)
2343 -#zmq_tcp_keepalive = -1
2344 -
2345 -# The duration between two keepalive transmissions in idle condition. The unit
2346 -# is platform dependent, for example, seconds in Linux, milliseconds in Windows
2347 -# etc. The default value of -1 (or any other negative value and 0) means to
2348 -# skip any overrides and leave it to OS default. (integer value)
2349 -#zmq_tcp_keepalive_idle = -1
2350 -
2351 -# The number of retransmissions to be carried out before declaring that remote
2352 -# end is not available. The default value of -1 (or any other negative value
2353 -# and 0) means to skip any overrides and leave it to OS default. (integer
2354 -# value)
2355 -#zmq_tcp_keepalive_cnt = -1
2356 -
2357 -# The duration between two successive keepalive retransmissions, if
2358 -# acknowledgement to the previous keepalive transmission is not received. The
2359 -# unit is platform dependent, for example, seconds in Linux, milliseconds in
2360 -# Windows etc. The default value of -1 (or any other negative value and 0)
2361 -# means to skip any overrides and leave it to OS default. (integer value)
2362 -#zmq_tcp_keepalive_intvl = -1
2363 -
2364 -# Maximum number of (green) threads to work concurrently. (integer value)
2365 -#rpc_thread_pool_size = 100
2366 -
2367 -# Expiration timeout in seconds of a sent/received message after which it is
2368 -# not tracked anymore by a client/server. (integer value)
2369 -#rpc_message_ttl = 300
2370 -
2371 -# Wait for message acknowledgements from receivers. This mechanism works only
2372 -# via proxy without PUB/SUB. (boolean value)
2373 -#rpc_use_acks = false
2374 -
2375 -# Number of seconds to wait for an ack from a cast/call. After each retry
2376 -# attempt this timeout is multiplied by some specified multiplier. (integer
2377 -# value)
2378 -#rpc_ack_timeout_base = 15
2379 -
2380 -# Number to multiply base ack timeout by after each retry attempt. (integer
2381 -# value)
2382 -#rpc_ack_timeout_multiplier = 2
2383 -
2384 -# Default number of message sending attempts in case of any problems occurred:
2385 -# positive value N means at most N retries, 0 means no retries, None or -1 (or
2386 -# any other negative values) mean to retry forever. This option is used only if
2387 -# acknowledgments are enabled. (integer value)
2388 -#rpc_retry_attempts = 3
2389 -
2390 -# List of publisher hosts SubConsumer can subscribe on. This option has higher
2391 -# priority then the default publishers list taken from the matchmaker. (list
2392 -# value)
2393 -#subscribe_on =
2394 -
2395 -
2396 -[oslo_middleware]
2397 -
2398 -#
2399 -# From oslo.middleware
2400 -#
2401 -
2402 -# The maximum body size for each request, in bytes. (integer value)
2403 -# Deprecated group/name - [DEFAULT]/osapi_max_request_body_size
2404 -# Deprecated group/name - [DEFAULT]/max_request_body_size
2405 -#max_request_body_size = 114688
2406 -
2407 -# DEPRECATED: The HTTP Header that will be used to determine what the original
2408 -# request protocol scheme was, even if it was hidden by a SSL termination
2409 -# proxy. (string value)
2410 -# This option is deprecated for removal.
2411 -# Its value may be silently ignored in the future.
2412 -#secure_proxy_ssl_header = X-Forwarded-Proto
2413 -
2414 -# Whether the application is behind a proxy or not. This determines if the
2415 -# middleware should parse the headers or not. (boolean value)
2416 -#enable_proxy_headers_parsing = false
2417 -
2418 -
2419 -[oslo_policy]
2420 -
2421 -#
2422 -# From oslo.policy
2423 -#
2424 -
2425 -# The file that defines policies. (string value)
2426 -# Deprecated group/name - [DEFAULT]/policy_file
2427 -#policy_file = policy.json
2428 -
2429 -# Default rule. Enforced when a requested rule is not found. (string value)
2430 -# Deprecated group/name - [DEFAULT]/policy_default_rule
2431 -#policy_default_rule = default
2432 -
2433 -# Directories where policy configuration files are stored. They can be relative
2434 -# to any directory in the search path defined by the config_dir option, or
2435 -# absolute paths. The file defined by policy_file must exist for these
2436 -# directories to be searched. Missing or empty directories are ignored. (multi
2437 -# valued)
2438 -# Deprecated group/name - [DEFAULT]/policy_dirs
2439 -#policy_dirs = policy.d
2440 -
2441 -
2442 -[paste_deploy]
2443 -
2444 -#
2445 -# From heat.common.config
2446 -#
2447 -
2448 -# The flavor to use. (string value)
2449 -#flavor = <None>
2450 -
2451 -# The API paste config file to use. (string value)
2452 -#api_paste_config = api-paste.ini
2453 -
2454 -
2455 -[profiler]
2456 -
2457 -#
2458 -# From heat.common.config
2459 -#
2460 -
2461 -#
2462 -# Enables the profiling for all services on this node. Default value is False
2463 -# (fully disable the profiling feature).
2464 -#
2465 -# Possible values:
2466 -#
2467 -# * True: Enables the feature
2468 -# * False: Disables the feature. The profiling cannot be started via this
2469 -# project
2470 -# operations. If the profiling is triggered by another project, this project
2471 -# part
2472 -# will be empty.
2473 -# (boolean value)
2474 -# Deprecated group/name - [profiler]/profiler_enabled
2475 -#enabled = false
2476 -
2477 -#
2478 -# Enables SQL requests profiling in services. Default value is False (SQL
2479 -# requests won't be traced).
2480 -#
2481 -# Possible values:
2482 -#
2483 -# * True: Enables SQL requests profiling. Each SQL query will be part of the
2484 -# trace and can the be analyzed by how much time was spent for that.
2485 -# * False: Disables SQL requests profiling. The spent time is only shown on a
2486 -# higher level of operations. Single SQL queries cannot be analyzed this
2487 -# way.
2488 -# (boolean value)
2489 -#trace_sqlalchemy = false
2490 -
2491 -#
2492 -# Secret key(s) to use for encrypting context data for performance profiling.
2493 -# This string value should have the following format:
2494 -# <key1>[,<key2>,...<keyn>],
2495 -# where each key is some random string. A user who triggers the profiling via
2496 -# the REST API has to set one of these keys in the headers of the REST API call
2497 -# to include profiling results of this node for this particular project.
2498 -#
2499 -# Both "enabled" flag and "hmac_keys" config options should be set to enable
2500 -# profiling. Also, to generate correct profiling information across all
2501 -# services
2502 -# at least one key needs to be consistent between OpenStack projects. This
2503 -# ensures it can be used from client side to generate the trace, containing
2504 -# information from all possible resources. (string value)
2505 -#hmac_keys = SECRET_KEY
2506 -
2507 -#
2508 -# Connection string for a notifier backend. Default value is messaging:// which
2509 -# sets the notifier to oslo_messaging.
2510 -#
2511 -# Examples of possible values:
2512 -#
2513 -# * messaging://: use oslo_messaging driver for sending notifications.
2514 -# * mongodb://127.0.0.1:27017 : use mongodb driver for sending notifications.
2515 -# * elasticsearch://127.0.0.1:9200 : use elasticsearch driver for sending
2516 -# notifications.
2517 -# (string value)
2518 -#connection_string = messaging://
2519 -
2520 -#
2521 -# Document type for notification indexing in elasticsearch.
2522 -# (string value)
2523 -#es_doc_type = notification
2524 -
2525 -#
2526 -# This parameter is a time value parameter (for example: es_scroll_time=2m),
2527 -# indicating for how long the nodes that participate in the search will
2528 -# maintain
2529 -# relevant resources in order to continue and support it.
2530 -# (string value)
2531 -#es_scroll_time = 2m
2532 -
2533 -#
2534 -# Elasticsearch splits large requests in batches. This parameter defines
2535 -# maximum size of each batch (for example: es_scroll_size=10000).
2536 -# (integer value)
2537 -#es_scroll_size = 10000
2538 -
2539 -#
2540 -# Redissentinel provides a timeout option on the connections.
2541 -# This parameter defines that timeout (for example: socket_timeout=0.1).
2542 -# (floating point value)
2543 -#socket_timeout = 0.1
2544 -
2545 -#
2546 -# Redissentinel uses a service name to identify a master redis service.
2547 -# This parameter defines the name (for example:
2548 -# sentinal_service_name=mymaster).
2549 -# (string value)
2550 -#sentinel_service_name = mymaster
2551 -
2552 -
2553 -[revision]
2554 -
2555 -#
2556 -# From heat.common.config
2557 -#
2558 -
2559 -# Heat build revision. If you would prefer to manage your build revision
2560 -# separately, you can move this section to a different file and add it as
2561 -# another config option. (string value)
2562 -#heat_revision = unknown
2563 -
2564 -
2565 -[ssl]
2566 -
2567 -#
2568 -# From oslo.service.sslutils
2569 -#
2570 -
2571 -# CA certificate file to use to verify connecting clients. (string value)
2572 -# Deprecated group/name - [DEFAULT]/ssl_ca_file
2573 -#ca_file = <None>
2574 -
2575 -# Certificate file to use when starting the server securely. (string value)
2576 -# Deprecated group/name - [DEFAULT]/ssl_cert_file
2577 -#cert_file = <None>
2578 -
2579 -# Private key file to use when starting the server securely. (string value)
2580 -# Deprecated group/name - [DEFAULT]/ssl_key_file
2581 -#key_file = <None>
2582 -
2583 -# SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and
2584 -# SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some
2585 -# distributions. (string value)
2586 -#version = <None>
2587 -
2588 -# Sets the list of available ciphers. value should be a string in the OpenSSL
2589 -# cipher list format. (string value)
2590 -#ciphers = <None>
2591 -
2592 -
2593 -[trustee]
2594 -
2595 -#
2596 -# From heat.common.context
2597 -#
2598 -
2599 -# Authentication type to load (string value)
2600 -# Deprecated group/name - [trustee]/auth_plugin
2601 -#auth_type = <None>
2602 -
2603 -# Config Section from which to load plugin specific options (string value)
2604 -#auth_section = <None>
2605 -
2606 -# Authentication URL (string value)
2607 -#auth_url = <None>
2608 -
2609 -# Domain ID to scope to (string value)
2610 -#domain_id = <None>
2611 -
2612 -# Domain name to scope to (string value)
2613 -#domain_name = <None>
2614 -
2615 -# Project ID to scope to (string value)
2616 -# Deprecated group/name - [trustee]/tenant-id
2617 -#project_id = <None>
2618 -
2619 -# Project name to scope to (string value)
2620 -# Deprecated group/name - [trustee]/tenant-name
2621 -#project_name = <None>
2622 -
2623 -# Domain ID containing project (string value)
2624 -#project_domain_id = <None>
2625 -
2626 -# Domain name containing project (string value)
2627 -#project_domain_name = <None>
2628 -
2629 -# Trust ID (string value)
2630 -#trust_id = <None>
2631 -
2632 -# Optional domain ID to use with v3 and v2 parameters. It will be used for both
2633 -# the user and project domain in v3 and ignored in v2 authentication. (string
2634 -# value)
2635 -#default_domain_id = <None>
2636 -
2637 -# Optional domain name to use with v3 API and v2 parameters. It will be used
2638 -# for both the user and project domain in v3 and ignored in v2 authentication.
2639 -# (string value)
2640 -#default_domain_name = <None>
2641 -
2642 -# User id (string value)
2643 -#user_id = <None>
2644 -
2645 -# Username (string value)
2646 -# Deprecated group/name - [trustee]/user-name
2647 -#username = <None>
2648 -
2649 -# User's domain id (string value)
2650 -#user_domain_id = <None>
2651 -
2652 -# User's domain name (string value)
2653 -#user_domain_name = <None>
2654 -
2655 -# User's password (string value)
2656 -#password = <None>
2657 -
2658 -
2659 -[volumes]
2660 -
2661 -#
2662 -# From heat.common.config
2663 -#
2664 -
2665 -# Indicate if cinder-backup service is enabled. This is a temporary workaround
2666 -# until cinder-backup service becomes discoverable, see LP#1334856. (boolean
2667 -# value)
2668 -#backups_enabled = true
2669
2670 diff --git a/sys-cluster/heat/heat-2017.1.9999.ebuild b/sys-cluster/heat/heat-2017.1.9999.ebuild
2671 index 3fcbe2725d..360f908cad 100644
2672 --- a/sys-cluster/heat/heat-2017.1.9999.ebuild
2673 +++ b/sys-cluster/heat/heat-2017.1.9999.ebuild
2674 @@ -9,6 +9,7 @@ inherit distutils-r1 eutils git-r3 linux-info user
2675
2676 DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchistration engine."
2677 HOMEPAGE="https://launchpad.net/heat"
2678 +SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.ocata -> heat.conf.sample-${PV}"
2679 EGIT_REPO_URI="https://github.com/openstack/heat.git"
2680 EGIT_BRANCH="stable/ocata"
2681
2682 @@ -136,7 +137,7 @@ python_install_all() {
2683
2684 insinto /etc/heat
2685 insopts -m0640 -o heat -g heat
2686 - newins "${FILESDIR}/ocata-heat.conf.sample" "heat.conf.sample"
2687 + newins "${DISTDIR}/heat.conf.sample-${PV}" "heat.conf.sample"
2688 doins "etc/heat/api-paste.ini"
2689 doins "etc/heat/policy.json"
2690 insinto /etc/heat/templates
2691
2692 diff --git a/sys-cluster/heat/heat-8.0.0.ebuild b/sys-cluster/heat/heat-8.0.0.ebuild
2693 index 4fef39ae12..41c6b9120b 100644
2694 --- a/sys-cluster/heat/heat-8.0.0.ebuild
2695 +++ b/sys-cluster/heat/heat-8.0.0.ebuild
2696 @@ -9,7 +9,8 @@ inherit distutils-r1 eutils linux-info user
2697
2698 DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchistration engine."
2699 HOMEPAGE="https://launchpad.net/heat"
2700 -SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz"
2701 +SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz
2702 + https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.ocata -> heat.conf.sample-${PV}"
2703
2704 LICENSE="Apache-2.0"
2705 SLOT="0"
2706 @@ -135,7 +136,7 @@ python_install_all() {
2707
2708 insinto /etc/heat
2709 insopts -m0640 -o heat -g heat
2710 - newins "${FILESDIR}/ocata-heat.conf.sample" "heat.conf.sample"
2711 + newins "${DISTDIR}/heat.conf.sample-${PV}" "heat.conf.sample"
2712 doins "etc/heat/api-paste.ini"
2713 doins "etc/heat/policy.json"
2714 insinto /etc/heat/templates