Advertisement
Guest User

Untitled

a guest
Sep 1st, 2017
540
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.03 KB | None | 0 0
  1. [DEFAULT]
  2.  
  3. #
  4. # From oslo.log
  5. #
  6.  
  7. # If set to true, the logging level will be set to DEBUG instead of the default
  8. # INFO level. (boolean value)
  9. # Note: This option can be changed without restarting.
  10. #debug = false
  11.  
  12. # DEPRECATED: If set to false, the logging level will be set to WARNING instead
  13. # of the default INFO level. (boolean value)
  14. # This option is deprecated for removal.
  15. # Its value may be silently ignored in the future.
  16. #verbose = true
  17.  
  18. # The name of a logging configuration file. This file is appended to any
  19. # existing logging configuration files. For details about logging configuration
  20. # files, see the Python logging module documentation. Note that when logging
  21. # configuration files are used then all logging configuration is set in the
  22. # configuration file and other logging configuration options are ignored (for
  23. # example, logging_context_format_string). (string value)
  24. # Note: This option can be changed without restarting.
  25. # Deprecated group/name - [DEFAULT]/log_config
  26. #log_config_append = <None>
  27.  
  28. # Defines the format string for %%(asctime)s in log records. Default:
  29. # %(default)s . This option is ignored if log_config_append is set. (string
  30. # value)
  31. #log_date_format = %Y-%m-%d %H:%M:%S
  32.  
  33. # (Optional) Name of log file to send logging output to. If no default is set,
  34. # logging will go to stderr as defined by use_stderr. This option is ignored if
  35. # log_config_append is set. (string value)
  36. # Deprecated group/name - [DEFAULT]/logfile
  37. #log_file = <None>
  38. log_file = /var/log/tacker/tacker.log
  39.  
  40. # (Optional) The base directory used for relative log_file paths. This option
  41. # is ignored if log_config_append is set. (string value)
  42. # Deprecated group/name - [DEFAULT]/logdir
  43. #log_dir = <None>
  44. log_dir = /var/log/tacker
  45.  
  46. # Uses logging handler designed to watch file system. When log file is moved or
  47. # removed this handler will open a new log file with specified path
  48. # instantaneously. It makes sense only if log_file option is specified and
  49. # Linux platform is used. This option is ignored if log_config_append is set.
  50. # (boolean value)
  51. #watch_log_file = false
  52.  
  53. # Use syslog for logging. Existing syslog format is DEPRECATED and will be
  54. # changed later to honor RFC5424. This option is ignored if log_config_append
  55. # is set. (boolean value)
  56. #use_syslog = false
  57.  
  58. # Syslog facility to receive log lines. This option is ignored if
  59. # log_config_append is set. (string value)
  60. #syslog_log_facility = LOG_USER
  61.  
  62. # Log output to standard error. This option is ignored if log_config_append is
  63. # set. (boolean value)
  64. #use_stderr = false
  65.  
  66. # Format string to use for log messages with context. (string value)
  67. #logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s
  68.  
  69. # Format string to use for log messages when context is undefined. (string
  70. # value)
  71. #logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s
  72.  
  73. # Additional data to append to log message when logging level for the message
  74. # is DEBUG. (string value)
  75. #logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d
  76.  
  77. # Prefix each line of exception output with this format. (string value)
  78. #logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s
  79.  
  80. # Defines the format string for %(user_identity)s that is used in
  81. # logging_context_format_string. (string value)
  82. #logging_user_identity_format = %(user)s %(tenant)s %(domain)s %(user_domain)s %(project_domain)s
  83.  
  84. # List of package logging levels in logger=LEVEL pairs. This option is ignored
  85. # if log_config_append is set. (list value)
  86. #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
  87.  
  88. # Enables or disables publication of error events. (boolean value)
  89. #publish_errors = false
  90.  
  91. # The format for an instance that is passed with the log message. (string
  92. # value)
  93. #instance_format = "[instance: %(uuid)s] "
  94.  
  95. # The format for an instance UUID that is passed with the log message. (string
  96. # value)
  97. #instance_uuid_format = "[instance: %(uuid)s] "
  98.  
  99. # Interval, number of seconds, of log rate limiting. (integer value)
  100. #rate_limit_interval = 0
  101.  
  102. # Maximum number of logged messages per rate_limit_interval. (integer value)
  103. #rate_limit_burst = 0
  104.  
  105. # Log level name used by rate limiting: CRITICAL, ERROR, INFO, WARNING, DEBUG
  106. # or empty string. Logs with level greater or equal to rate_limit_except_level
  107. # are not filtered. An empty string means that all levels are filtered. (string
  108. # value)
  109. #rate_limit_except_level = CRITICAL
  110.  
  111. # Enables or disables fatal status of deprecations. (boolean value)
  112. #fatal_deprecations = false
  113.  
  114. #
  115. # From oslo.messaging
  116. #
  117.  
  118. # Size of RPC connection pool. (integer value)
  119. # Deprecated group/name - [DEFAULT]/rpc_conn_pool_size
  120. #rpc_conn_pool_size = 30
  121.  
  122. # The pool size limit for connections expiration policy (integer value)
  123. #conn_pool_min_size = 2
  124.  
  125. # The time-to-live in sec of idle connections in the pool (integer value)
  126. #conn_pool_ttl = 1200
  127.  
  128. # ZeroMQ bind address. Should be a wildcard (*), an ethernet interface, or IP.
  129. # The "host" option should point or resolve to this address. (string value)
  130. # Deprecated group/name - [DEFAULT]/rpc_zmq_bind_address
  131. #rpc_zmq_bind_address = *
  132.  
  133. # MatchMaker driver. (string value)
  134. # Allowed values: redis, sentinel, dummy
  135. # Deprecated group/name - [DEFAULT]/rpc_zmq_matchmaker
  136. #rpc_zmq_matchmaker = redis
  137.  
  138. # Number of ZeroMQ contexts, defaults to 1. (integer value)
  139. # Deprecated group/name - [DEFAULT]/rpc_zmq_contexts
  140. #rpc_zmq_contexts = 1
  141.  
  142. # Maximum number of ingress messages to locally buffer per topic. Default is
  143. # unlimited. (integer value)
  144. # Deprecated group/name - [DEFAULT]/rpc_zmq_topic_backlog
  145. #rpc_zmq_topic_backlog = <None>
  146.  
  147. # Directory for holding IPC sockets. (string value)
  148. # Deprecated group/name - [DEFAULT]/rpc_zmq_ipc_dir
  149. #rpc_zmq_ipc_dir = /var/run/openstack
  150.  
  151. # Name of this node. Must be a valid hostname, FQDN, or IP address. Must match
  152. # "host" option, if running Nova. (string value)
  153. # Deprecated group/name - [DEFAULT]/rpc_zmq_host
  154. #rpc_zmq_host = localhost
  155.  
  156. # Number of seconds to wait before all pending messages will be sent after
  157. # closing a socket. The default value of -1 specifies an infinite linger
  158. # period. The value of 0 specifies no linger period. Pending messages shall be
  159. # discarded immediately when the socket is closed. Positive values specify an
  160. # upper bound for the linger period. (integer value)
  161. # Deprecated group/name - [DEFAULT]/rpc_cast_timeout
  162. #zmq_linger = -1
  163.  
  164. # The default number of seconds that poll should wait. Poll raises timeout
  165. # exception when timeout expired. (integer value)
  166. # Deprecated group/name - [DEFAULT]/rpc_poll_timeout
  167. #rpc_poll_timeout = 1
  168.  
  169. # Expiration timeout in seconds of a name service record about existing target
  170. # ( < 0 means no timeout). (integer value)
  171. # Deprecated group/name - [DEFAULT]/zmq_target_expire
  172. #zmq_target_expire = 300
  173.  
  174. # Update period in seconds of a name service record about existing target.
  175. # (integer value)
  176. # Deprecated group/name - [DEFAULT]/zmq_target_update
  177. #zmq_target_update = 180
  178.  
  179. # Use PUB/SUB pattern for fanout methods. PUB/SUB always uses proxy. (boolean
  180. # value)
  181. # Deprecated group/name - [DEFAULT]/use_pub_sub
  182. #use_pub_sub = false
  183.  
  184. # Use ROUTER remote proxy. (boolean value)
  185. # Deprecated group/name - [DEFAULT]/use_router_proxy
  186. #use_router_proxy = false
  187.  
  188. # This option makes direct connections dynamic or static. It makes sense only
  189. # with use_router_proxy=False which means to use direct connections for direct
  190. # message types (ignored otherwise). (boolean value)
  191. #use_dynamic_connections = false
  192.  
  193. # How many additional connections to a host will be made for failover reasons.
  194. # This option is actual only in dynamic connections mode. (integer value)
  195. #zmq_failover_connections = 2
  196.  
  197. # Minimal port number for random ports range. (port value)
  198. # Minimum value: 0
  199. # Maximum value: 65535
  200. # Deprecated group/name - [DEFAULT]/rpc_zmq_min_port
  201. #rpc_zmq_min_port = 49153
  202.  
  203. # Maximal port number for random ports range. (integer value)
  204. # Minimum value: 1
  205. # Maximum value: 65536
  206. # Deprecated group/name - [DEFAULT]/rpc_zmq_max_port
  207. #rpc_zmq_max_port = 65536
  208.  
  209. # Number of retries to find free port number before fail with ZMQBindError.
  210. # (integer value)
  211. # Deprecated group/name - [DEFAULT]/rpc_zmq_bind_port_retries
  212. #rpc_zmq_bind_port_retries = 100
  213.  
  214. # Default serialization mechanism for serializing/deserializing
  215. # outgoing/incoming messages (string value)
  216. # Allowed values: json, msgpack
  217. # Deprecated group/name - [DEFAULT]/rpc_zmq_serialization
  218. #rpc_zmq_serialization = json
  219.  
  220. # This option configures round-robin mode in zmq socket. True means not keeping
  221. # a queue when server side disconnects. False means to keep queue and messages
  222. # even if server is disconnected, when the server appears we send all
  223. # accumulated messages to it. (boolean value)
  224. #zmq_immediate = true
  225.  
  226. # Enable/disable TCP keepalive (KA) mechanism. The default value of -1 (or any
  227. # other negative value) means to skip any overrides and leave it to OS default;
  228. # 0 and 1 (or any other positive value) mean to disable and enable the option
  229. # respectively. (integer value)
  230. #zmq_tcp_keepalive = -1
  231.  
  232. # The duration between two keepalive transmissions in idle condition. The unit
  233. # is platform dependent, for example, seconds in Linux, milliseconds in Windows
  234. # etc. The default value of -1 (or any other negative value and 0) means to
  235. # skip any overrides and leave it to OS default. (integer value)
  236. #zmq_tcp_keepalive_idle = -1
  237.  
  238. # The number of retransmissions to be carried out before declaring that remote
  239. # end is not available. The default value of -1 (or any other negative value
  240. # and 0) means to skip any overrides and leave it to OS default. (integer
  241. # value)
  242. #zmq_tcp_keepalive_cnt = -1
  243.  
  244. # The duration between two successive keepalive retransmissions, if
  245. # acknowledgement to the previous keepalive transmission is not received. The
  246. # unit is platform dependent, for example, seconds in Linux, milliseconds in
  247. # Windows etc. The default value of -1 (or any other negative value and 0)
  248. # means to skip any overrides and leave it to OS default. (integer value)
  249. #zmq_tcp_keepalive_intvl = -1
  250.  
  251. # Maximum number of (green) threads to work concurrently. (integer value)
  252. #rpc_thread_pool_size = 100
  253.  
  254. # Expiration timeout in seconds of a sent/received message after which it is
  255. # not tracked anymore by a client/server. (integer value)
  256. #rpc_message_ttl = 300
  257.  
  258. # Wait for message acknowledgements from receivers. This mechanism works only
  259. # via proxy without PUB/SUB. (boolean value)
  260. #rpc_use_acks = false
  261.  
  262. # Number of seconds to wait for an ack from a cast/call. After each retry
  263. # attempt this timeout is multiplied by some specified multiplier. (integer
  264. # value)
  265. #rpc_ack_timeout_base = 15
  266.  
  267. # Number to multiply base ack timeout by after each retry attempt. (integer
  268. # value)
  269. #rpc_ack_timeout_multiplier = 2
  270.  
  271. # Default number of message sending attempts in case of any problems occurred:
  272. # positive value N means at most N retries, 0 means no retries, None or -1 (or
  273. # any other negative values) mean to retry forever. This option is used only if
  274. # acknowledgments are enabled. (integer value)
  275. #rpc_retry_attempts = 3
  276.  
  277. # List of publisher hosts SubConsumer can subscribe on. This option has higher
  278. # priority then the default publishers list taken from the matchmaker. (list
  279. # value)
  280. #subscribe_on =
  281.  
  282. # Size of executor thread pool. (integer value)
  283. # Deprecated group/name - [DEFAULT]/rpc_thread_pool_size
  284. #executor_thread_pool_size = 64
  285.  
  286. # Seconds to wait for a response from a call. (integer value)
  287. #rpc_response_timeout = 60
  288.  
  289. # A URL representing the messaging driver to use and its full configuration.
  290. # (string value)
  291. #transport_url = <None>
  292. transport_url = rabbit://guest:PTWmA7p6qUpZKTjhhUukfGNAk@overcloud-controller-0.internalapi.opnfvlf.org:5672,guest:PTWmA7p6qUpZKTjhhUukfGNAk@overcloud-controller-1.internalapi.opnfvlf.org:5672,guest:PTWmA7p6qUpZKTjhhUukfGNAk@overcloud-controller-2.internalapi.opnfvlf.org:5672/?ssl=0
  293.  
  294. # DEPRECATED: The messaging driver to use, defaults to rabbit. Other drivers
  295. # include amqp and zmq. (string value)
  296. # This option is deprecated for removal.
  297. # Its value may be silently ignored in the future.
  298. # Reason: Replaced by [DEFAULT]/transport_url
  299. #rpc_backend = rabbit
  300. rpc_backend = rabbit
  301.  
  302. # The default exchange under which topics are scoped. May be overridden by an
  303. # exchange name specified in the transport_url option. (string value)
  304. #control_exchange = tacker
  305.  
  306. #
  307. # From oslo.service.service
  308. #
  309.  
  310. # Enable eventlet backdoor. Acceptable values are 0, <port>, and
  311. # <start>:<end>, where 0 results in listening on a random tcp port number;
  312. # <port> results in listening on the specified port number (and not enabling
  313. # backdoor if that port is in use); and <start>:<end> results in listening on
  314. # the smallest unused port number within the specified range of port numbers.
  315. # The chosen port is displayed in the service's log file. (string value)
  316. #backdoor_port = <None>
  317.  
  318. # Enable eventlet backdoor, using the provided path as a unix socket that can
  319. # receive connections. This option is mutually exclusive with 'backdoor_port'
  320. # in that only one should be provided. If both are provided then the existence
  321. # of this option overrides the usage of that option. (string value)
  322. #backdoor_socket = <None>
  323.  
  324. # Enables or disables logging values of all registered options when starting a
  325. # service (at DEBUG level). (boolean value)
  326. #log_options = true
  327.  
  328. # Specify a timeout after which a gracefully shutdown server will exit. Zero
  329. # value means endless wait. (integer value)
  330. #graceful_shutdown_timeout = 60
  331.  
  332. #
  333. # From tacker.common.config
  334. #
  335.  
  336. # The host IP to bind to (string value)
  337. #bind_host = 0.0.0.0
  338. bind_host = 192.0.2.10
  339.  
  340. # The port to bind to (integer value)
  341. #bind_port = 9890
  342.  
  343. # The API paste config file to use (string value)
  344. #api_paste_config = api-paste.ini
  345.  
  346. # The path for API extensions (string value)
  347. #api_extensions_path =
  348.  
  349. # The service plugins Tacker will use (list value)
  350. service_plugins = nfvo,vnfm
  351.  
  352. # The policy file to use (string value)
  353. #policy_file = policy.json
  354.  
  355. # The type of authentication to use (string value)
  356. auth_strategy = keystone
  357.  
  358. # Allow the usage of the bulk API (boolean value)
  359. #allow_bulk = true
  360.  
  361. # Allow the usage of the pagination (boolean value)
  362. #allow_pagination = false
  363.  
  364. # Allow the usage of the sorting (boolean value)
  365. #allow_sorting = false
  366.  
  367. # The maximum number of items returned in a single response, value was
  368. # 'infinite' or negative integer means no limit (string value)
  369. #pagination_max_limit = -1
  370.  
  371. # The hostname Tacker is running on (string value)
  372. #host = n30.pufty.ci.centos.org
  373.  
  374. # Where to store Tacker state files. This directory must be writable by the
  375. # agent. (string value)
  376. #state_path = /var/lib/tacker
  377.  
  378. #
  379. # From tacker.service
  380. #
  381.  
  382. # Seconds between running periodic tasks (integer value)
  383. #periodic_interval = 40
  384.  
  385. # Number of separate worker processes for service (integer value)
  386. #api_workers = 0
  387.  
  388. # Range of seconds to randomly delay when starting the periodic task scheduler
  389. # to reduce stampeding. (Disable by setting to 0) (integer value)
  390. #periodic_fuzzy_delay = 5
  391.  
  392. #
  393. # From tacker.wsgi
  394. #
  395.  
  396. # Number of backlog requests to configure the socket with (integer value)
  397. #backlog = 4096
  398.  
  399. # Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not
  400. # supported on OS X. (integer value)
  401. #tcp_keepidle = 600
  402.  
  403. # Number of seconds to keep retrying to listen (integer value)
  404. #retry_until_window = 30
  405.  
  406. # Max header line to accommodate large tokens (integer value)
  407. #max_header_line = 16384
  408.  
  409. # Enable SSL on the API server (boolean value)
  410. #use_ssl = false
  411.  
  412. # CA certificate file to use to verify connecting clients (string value)
  413. #ssl_ca_file = <None>
  414.  
  415. # Certificate file to use when starting the server securely (string value)
  416. #ssl_cert_file = <None>
  417.  
  418. # Private key file to use when starting the server securely (string value)
  419. #ssl_key_file = <None>
  420.  
  421.  
  422. [alarm_auth]
  423.  
  424. #
  425. # From tacker.alarm_receiver
  426. #
  427.  
  428. # User name for alarm monitoring (string value)
  429. #username = tacker
  430.  
  431. # password for alarm monitoring (string value)
  432. #password = nomoresecret
  433.  
  434. # project name for alarm monitoring (string value)
  435. #project_name = service
  436.  
  437. # url for alarm monitoring (string value)
  438. #url = http://localhost:35357/v3
  439.  
  440.  
  441. [ceilometer]
  442.  
  443. #
  444. # From tacker.vnfm.monitor_drivers.ceilometer.ceilometer
  445. #
  446.  
  447. # Address which drivers use to trigger (string value)
  448. #host = n30.pufty.ci.centos.org
  449.  
  450. # port number which drivers use to trigger (port value)
  451. # Minimum value: 0
  452. # Maximum value: 65535
  453. #port = 9890
  454.  
  455.  
  456. [cors]
  457.  
  458. #
  459. # From oslo.middleware
  460. #
  461.  
  462. # Indicate whether this resource may be shared with the domain received in the
  463. # requests "origin" header. Format: "<protocol>://<host>[:<port>]", no trailing
  464. # slash. Example: https://horizon.example.com (list value)
  465. #allowed_origin = <None>
  466.  
  467. # Indicate that the actual request can include user credentials (boolean value)
  468. #allow_credentials = true
  469.  
  470. # Indicate which headers are safe to expose to the API. Defaults to HTTP Simple
  471. # Headers. (list value)
  472. #expose_headers =
  473.  
  474. # Maximum cache age of CORS preflight requests. (integer value)
  475. #max_age = 3600
  476.  
  477. # Indicate which methods can be used during the actual request. (list value)
  478. #allow_methods = OPTIONS,GET,HEAD,POST,PUT,DELETE,TRACE,PATCH
  479.  
  480. # Indicate which header field names may be used during the actual request.
  481. # (list value)
  482. #allow_headers =
  483.  
  484.  
  485. [cors.subdomain]
  486.  
  487. #
  488. # From oslo.middleware
  489. #
  490.  
  491. # Indicate whether this resource may be shared with the domain received in the
  492. # requests "origin" header. Format: "<protocol>://<host>[:<port>]", no trailing
  493. # slash. Example: https://horizon.example.com (list value)
  494. #allowed_origin = <None>
  495.  
  496. # Indicate that the actual request can include user credentials (boolean value)
  497. #allow_credentials = true
  498.  
  499. # Indicate which headers are safe to expose to the API. Defaults to HTTP Simple
  500. # Headers. (list value)
  501. #expose_headers =
  502.  
  503. # Maximum cache age of CORS preflight requests. (integer value)
  504. #max_age = 3600
  505.  
  506. # Indicate which methods can be used during the actual request. (list value)
  507. #allow_methods = OPTIONS,GET,HEAD,POST,PUT,DELETE,TRACE,PATCH
  508.  
  509. # Indicate which header field names may be used during the actual request.
  510. # (list value)
  511. #allow_headers =
  512.  
  513.  
  514. [database]
  515.  
  516. #
  517. # From oslo.db
  518. #
  519.  
  520. # DEPRECATED: The file name to use with SQLite. (string value)
  521. # Deprecated group/name - [DEFAULT]/sqlite_db
  522. # This option is deprecated for removal.
  523. # Its value may be silently ignored in the future.
  524. # Reason: Should use config option connection or slave_connection to connect
  525. # the database.
  526. #sqlite_db = oslo.sqlite
  527.  
  528. # If True, SQLite uses synchronous mode. (boolean value)
  529. # Deprecated group/name - [DEFAULT]/sqlite_synchronous
  530. #sqlite_synchronous = true
  531.  
  532. # The back end to use for the database. (string value)
  533. # Deprecated group/name - [DEFAULT]/db_backend
  534. #backend = sqlalchemy
  535.  
  536. # The SQLAlchemy connection string to use to connect to the database. (string
  537. # value)
  538. # Deprecated group/name - [DEFAULT]/sql_connection
  539. # Deprecated group/name - [DATABASE]/sql_connection
  540. # Deprecated group/name - [sql]/connection
  541. #connection = <None>
  542. connection = mysql+pymysql://tacker:ZhUuM6HPBuDdpgjnYa2uFg8kt@192.0.2.3/tacker?read_default_file=/etc/my.cnf.d/tripleo.cnf&read_default_group=tripleo
  543.  
  544. # The SQLAlchemy connection string to use to connect to the slave database.
  545. # (string value)
  546. #slave_connection = <None>
  547.  
  548. # The SQL mode to be used for MySQL sessions. This option, including the
  549. # default, overrides any server-set SQL mode. To use whatever SQL mode is set
  550. # by the server configuration, set this to no value. Example: mysql_sql_mode=
  551. # (string value)
  552. #mysql_sql_mode = TRADITIONAL
  553.  
  554. # Timeout before idle SQL connections are reaped. (integer value)
  555. # Deprecated group/name - [DEFAULT]/sql_idle_timeout
  556. # Deprecated group/name - [DATABASE]/sql_idle_timeout
  557. # Deprecated group/name - [sql]/idle_timeout
  558. #idle_timeout = 3600
  559.  
  560. # Minimum number of SQL connections to keep open in a pool. (integer value)
  561. # Deprecated group/name - [DEFAULT]/sql_min_pool_size
  562. # Deprecated group/name - [DATABASE]/sql_min_pool_size
  563. #min_pool_size = 1
  564.  
  565. # Maximum number of SQL connections to keep open in a pool. Setting a value of
  566. # 0 indicates no limit. (integer value)
  567. # Deprecated group/name - [DEFAULT]/sql_max_pool_size
  568. # Deprecated group/name - [DATABASE]/sql_max_pool_size
  569. #max_pool_size = 5
  570.  
  571. # Maximum number of database connection retries during startup. Set to -1 to
  572. # specify an infinite retry count. (integer value)
  573. # Deprecated group/name - [DEFAULT]/sql_max_retries
  574. # Deprecated group/name - [DATABASE]/sql_max_retries
  575. #max_retries = 10
  576.  
  577. # Interval between retries of opening a SQL connection. (integer value)
  578. # Deprecated group/name - [DEFAULT]/sql_retry_interval
  579. # Deprecated group/name - [DATABASE]/reconnect_interval
  580. #retry_interval = 10
  581.  
  582. # If set, use this value for max_overflow with SQLAlchemy. (integer value)
  583. # Deprecated group/name - [DEFAULT]/sql_max_overflow
  584. # Deprecated group/name - [DATABASE]/sqlalchemy_max_overflow
  585. #max_overflow = 50
  586.  
  587. # Verbosity of SQL debugging information: 0=None, 100=Everything. (integer
  588. # value)
  589. # Minimum value: 0
  590. # Maximum value: 100
  591. # Deprecated group/name - [DEFAULT]/sql_connection_debug
  592. #connection_debug = 0
  593.  
  594. # Add Python stack traces to SQL as comment strings. (boolean value)
  595. # Deprecated group/name - [DEFAULT]/sql_connection_trace
  596. #connection_trace = false
  597.  
  598. # If set, use this value for pool_timeout with SQLAlchemy. (integer value)
  599. # Deprecated group/name - [DATABASE]/sqlalchemy_pool_timeout
  600. #pool_timeout = <None>
  601.  
  602. # Enable the experimental use of database reconnect on connection lost.
  603. # (boolean value)
  604. #use_db_reconnect = false
  605.  
  606. # Seconds between retries of a database transaction. (integer value)
  607. #db_retry_interval = 1
  608.  
  609. # If True, increases the interval between retries of a database operation up to
  610. # db_max_retry_interval. (boolean value)
  611. #db_inc_retry_interval = true
  612.  
  613. # If db_inc_retry_interval is set, the maximum seconds between retries of a
  614. # database operation. (integer value)
  615. #db_max_retry_interval = 10
  616.  
  617. # Maximum retries in case of connection error or deadlock error before error is
  618. # raised. Set to -1 to specify an infinite retry count. (integer value)
  619. #db_max_retries = 20
  620.  
  621.  
  622. [healthcheck]
  623.  
  624. #
  625. # From oslo.middleware
  626. #
  627.  
  628. # DEPRECATED: The path to respond to healtcheck requests on. (string value)
  629. # This option is deprecated for removal.
  630. # Its value may be silently ignored in the future.
  631. #path = /healthcheck
  632.  
  633. # Show more detailed information as part of the response (boolean value)
  634. #detailed = false
  635.  
  636. # Additional backends that can perform health checks and report that
  637. # information back as part of a request. (list value)
  638. #backends =
  639.  
  640. # Check the presence of a file to determine if an application is running on a
  641. # port. Used by DisableByFileHealthcheck plugin. (string value)
  642. #disable_by_file_path = <None>
  643.  
  644. # Check the presence of a file based on a port to determine if an application
  645. # is running on a port. Expects a "port:path" list of strings. Used by
  646. # DisableByFilesPortsHealthcheck plugin. (list value)
  647. #disable_by_file_paths =
  648.  
  649.  
  650. [matchmaker_redis]
  651.  
  652. #
  653. # From oslo.messaging
  654. #
  655.  
  656. # DEPRECATED: Host to locate redis. (string value)
  657. # This option is deprecated for removal.
  658. # Its value may be silently ignored in the future.
  659. # Reason: Replaced by [DEFAULT]/transport_url
  660. #host = 127.0.0.1
  661.  
  662. # DEPRECATED: Use this port to connect to redis host. (port value)
  663. # Minimum value: 0
  664. # Maximum value: 65535
  665. # This option is deprecated for removal.
  666. # Its value may be silently ignored in the future.
  667. # Reason: Replaced by [DEFAULT]/transport_url
  668. #port = 6379
  669.  
  670. # DEPRECATED: Password for Redis server (optional). (string value)
  671. # This option is deprecated for removal.
  672. # Its value may be silently ignored in the future.
  673. # Reason: Replaced by [DEFAULT]/transport_url
  674. #password =
  675.  
  676. # DEPRECATED: List of Redis Sentinel hosts (fault tolerance mode), e.g.,
  677. # [host:port, host1:port ... ] (list value)
  678. # This option is deprecated for removal.
  679. # Its value may be silently ignored in the future.
  680. # Reason: Replaced by [DEFAULT]/transport_url
  681. #sentinel_hosts =
  682.  
  683. # Redis replica set name. (string value)
  684. #sentinel_group_name = oslo-messaging-zeromq
  685.  
  686. # Time in ms to wait between connection attempts. (integer value)
  687. #wait_timeout = 2000
  688.  
  689. # Time in ms to wait before the transaction is killed. (integer value)
  690. #check_timeout = 20000
  691.  
  692. # Timeout in ms on blocking socket operations. (integer value)
  693. #socket_timeout = 10000
  694.  
  695.  
  696. [monitor]
  697.  
  698. #
  699. # From tacker.vnfm.monitor
  700. #
  701.  
  702. # check interval for monitor (integer value)
  703. #check_intvl = 10
  704.  
  705.  
  706. [monitor_http_ping]
  707.  
  708. #
  709. # From tacker.vnfm.monitor_drivers.http_ping.http_ping
  710. #
  711.  
  712. # number of times to retry (integer value)
  713. #retry = 5
  714.  
  715. # number of seconds to wait for a response (integer value)
  716. #timeout = 1
  717.  
  718. # HTTP port number to send request (integer value)
  719. #port = 80
  720.  
  721.  
  722. [monitor_ping]
  723.  
  724. #
  725. # From tacker.vnfm.monitor_drivers.ping.ping
  726. #
  727.  
  728. # number of ICMP packets to send (string value)
  729. #count = 1
  730.  
  731. # number of seconds to wait for a response (string value)
  732. #timeout = 1
  733.  
  734. # number of seconds to wait between packets (string value)
  735. #interval = 1
  736.  
  737.  
  738. [nfvo_vim]
  739.  
  740. #
  741. # From tacker.nfvo.nfvo_plugin
  742. #
  743.  
  744. # VIM driver for launching VNFs (list value)
  745. #vim_drivers = openstack
  746.  
  747. # Interval to check for VIM health (integer value)
  748. #monitor_interval = 30
  749.  
  750.  
  751. [openstack_vim]
  752.  
  753. #
  754. # From tacker.vnfm.infra_drivers.openstack.openstack
  755. #
  756.  
  757. # Number of attempts to retry for stack creation/deletion (integer value)
  758. #stack_retries = 60
  759.  
  760. # Wait time (in seconds) between consecutive stack create/delete retries
  761. # (integer value)
  762. #stack_retry_wait = 10
  763.  
  764.  
  765. [openwrt]
  766.  
  767. #
  768. # From tacker.vnfm.mgmt_drivers.openwrt.openwrt
  769. #
  770.  
  771. # user name to login openwrt (string value)
  772. #user = root
  773.  
  774. # password to login openwrt (string value)
  775. #password =
  776.  
  777.  
  778. [oslo_messaging_amqp]
  779.  
  780. #
  781. # From oslo.messaging
  782. #
  783.  
  784. # Name for the AMQP container. must be globally unique. Defaults to a generated
  785. # UUID (string value)
  786. # Deprecated group/name - [amqp1]/container_name
  787. #container_name = <None>
  788.  
  789. # Timeout for inactive connections (in seconds) (integer value)
  790. # Deprecated group/name - [amqp1]/idle_timeout
  791. #idle_timeout = 0
  792.  
  793. # Debug: dump AMQP frames to stdout (boolean value)
  794. # Deprecated group/name - [amqp1]/trace
  795. #trace = false
  796.  
  797. # CA certificate PEM file used to verify the server's certificate (string
  798. # value)
  799. # Deprecated group/name - [amqp1]/ssl_ca_file
  800. #ssl_ca_file =
  801.  
  802. # Self-identifying certificate PEM file for client authentication (string
  803. # value)
  804. # Deprecated group/name - [amqp1]/ssl_cert_file
  805. #ssl_cert_file =
  806.  
  807. # Private key PEM file used to sign ssl_cert_file certificate (optional)
  808. # (string value)
  809. # Deprecated group/name - [amqp1]/ssl_key_file
  810. #ssl_key_file =
  811.  
  812. # Password for decrypting ssl_key_file (if encrypted) (string value)
  813. # Deprecated group/name - [amqp1]/ssl_key_password
  814. #ssl_key_password = <None>
  815.  
  816. # DEPRECATED: Accept clients using either SSL or plain TCP (boolean value)
  817. # Deprecated group/name - [amqp1]/allow_insecure_clients
  818. # This option is deprecated for removal.
  819. # Its value may be silently ignored in the future.
  820. # Reason: Not applicable - not a SSL server
  821. #allow_insecure_clients = false
  822.  
  823. # Space separated list of acceptable SASL mechanisms (string value)
  824. # Deprecated group/name - [amqp1]/sasl_mechanisms
  825. #sasl_mechanisms =
  826.  
  827. # Path to directory that contains the SASL configuration (string value)
  828. # Deprecated group/name - [amqp1]/sasl_config_dir
  829. #sasl_config_dir =
  830.  
  831. # Name of configuration file (without .conf suffix) (string value)
  832. # Deprecated group/name - [amqp1]/sasl_config_name
  833. #sasl_config_name =
  834.  
  835. # User name for message broker authentication (string value)
  836. # Deprecated group/name - [amqp1]/username
  837. #username =
  838.  
  839. # Password for message broker authentication (string value)
  840. # Deprecated group/name - [amqp1]/password
  841. #password =
  842.  
  843. # Seconds to pause before attempting to re-connect. (integer value)
  844. # Minimum value: 1
  845. #connection_retry_interval = 1
  846.  
  847. # Increase the connection_retry_interval by this many seconds after each
  848. # unsuccessful failover attempt. (integer value)
  849. # Minimum value: 0
  850. #connection_retry_backoff = 2
  851.  
  852. # Maximum limit for connection_retry_interval + connection_retry_backoff
  853. # (integer value)
  854. # Minimum value: 1
  855. #connection_retry_interval_max = 30
  856.  
  857. # Time to pause between re-connecting an AMQP 1.0 link that failed due to a
  858. # recoverable error. (integer value)
  859. # Minimum value: 1
  860. #link_retry_delay = 10
  861.  
  862. # The maximum number of attempts to re-send a reply message which failed due to
  863. # a recoverable error. (integer value)
  864. # Minimum value: -1
  865. #default_reply_retry = 0
  866.  
  867. # The deadline for an rpc reply message delivery. (integer value)
  868. # Minimum value: 5
  869. #default_reply_timeout = 30
  870.  
  871. # The deadline for an rpc cast or call message delivery. Only used when caller
  872. # does not provide a timeout expiry. (integer value)
  873. # Minimum value: 5
  874. #default_send_timeout = 30
  875.  
  876. # The deadline for a sent notification message delivery. Only used when caller
  877. # does not provide a timeout expiry. (integer value)
  878. # Minimum value: 5
  879. #default_notify_timeout = 30
  880.  
  881. # The duration to schedule a purge of idle sender links. Detach link after
  882. # expiry. (integer value)
  883. # Minimum value: 1
  884. #default_sender_link_timeout = 600
  885.  
  886. # Indicates the addressing mode used by the driver.
  887. # Permitted values:
  888. # 'legacy' - use legacy non-routable addressing
  889. # 'routable' - use routable addresses
  890. # 'dynamic' - use legacy addresses if the message bus does not support routing
  891. # otherwise use routable addressing (string value)
  892. #addressing_mode = dynamic
  893.  
  894. # address prefix used when sending to a specific server (string value)
  895. # Deprecated group/name - [amqp1]/server_request_prefix
  896. #server_request_prefix = exclusive
  897.  
  898. # address prefix used when broadcasting to all servers (string value)
  899. # Deprecated group/name - [amqp1]/broadcast_prefix
  900. #broadcast_prefix = broadcast
  901.  
  902. # address prefix when sending to any server in group (string value)
  903. # Deprecated group/name - [amqp1]/group_request_prefix
  904. #group_request_prefix = unicast
  905.  
  906. # Address prefix for all generated RPC addresses (string value)
  907. #rpc_address_prefix = openstack.org/om/rpc
  908.  
  909. # Address prefix for all generated Notification addresses (string value)
  910. #notify_address_prefix = openstack.org/om/notify
  911.  
  912. # Appended to the address prefix when sending a fanout message. Used by the
  913. # message bus to identify fanout messages. (string value)
  914. #multicast_address = multicast
  915.  
  916. # Appended to the address prefix when sending to a particular RPC/Notification
  917. # server. Used by the message bus to identify messages sent to a single
  918. # destination. (string value)
  919. #unicast_address = unicast
  920.  
  921. # Appended to the address prefix when sending to a group of consumers. Used by
  922. # the message bus to identify messages that should be delivered in a round-
  923. # robin fashion across consumers. (string value)
  924. #anycast_address = anycast
  925.  
  926. # Exchange name used in notification addresses.
  927. # Exchange name resolution precedence:
  928. # Target.exchange if set
  929. # else default_notification_exchange if set
  930. # else control_exchange if set
  931. # else 'notify' (string value)
  932. #default_notification_exchange = <None>
  933.  
  934. # Exchange name used in RPC addresses.
  935. # Exchange name resolution precedence:
  936. # Target.exchange if set
  937. # else default_rpc_exchange if set
  938. # else control_exchange if set
  939. # else 'rpc' (string value)
  940. #default_rpc_exchange = <None>
  941.  
  942. # Window size for incoming RPC Reply messages. (integer value)
  943. # Minimum value: 1
  944. #reply_link_credit = 200
  945.  
  946. # Window size for incoming RPC Request messages (integer value)
  947. # Minimum value: 1
  948. #rpc_server_credit = 100
  949.  
  950. # Window size for incoming Notification messages (integer value)
  951. # Minimum value: 1
  952. #notify_server_credit = 100
  953.  
  954. # Send messages of this type pre-settled.
  955. # Pre-settled messages will not receive acknowledgement
  956. # from the peer. Note well: pre-settled messages may be
  957. # silently discarded if the delivery fails.
  958. # Permitted values:
  959. # 'rpc-call' - send RPC Calls pre-settled
  960. # 'rpc-reply'- send RPC Replies pre-settled
  961. # 'rpc-cast' - Send RPC Casts pre-settled
  962. # 'notify' - Send Notifications pre-settled
  963. # (multi valued)
  964. #pre_settled = rpc-cast
  965. #pre_settled = rpc-reply
  966.  
  967.  
  968. [oslo_messaging_kafka]
  969.  
  970. #
  971. # From oslo.messaging
  972. #
  973.  
  974. # DEPRECATED: Default Kafka broker Host (string value)
  975. # This option is deprecated for removal.
  976. # Its value may be silently ignored in the future.
  977. # Reason: Replaced by [DEFAULT]/transport_url
  978. #kafka_default_host = localhost
  979.  
  980. # DEPRECATED: Default Kafka broker Port (port value)
  981. # Minimum value: 0
  982. # Maximum value: 65535
  983. # This option is deprecated for removal.
  984. # Its value may be silently ignored in the future.
  985. # Reason: Replaced by [DEFAULT]/transport_url
  986. #kafka_default_port = 9092
  987.  
  988. # Max fetch bytes of Kafka consumer (integer value)
  989. #kafka_max_fetch_bytes = 1048576
  990.  
  991. # Default timeout(s) for Kafka consumers (integer value)
  992. #kafka_consumer_timeout = 1.0
  993.  
  994. # Pool Size for Kafka Consumers (integer value)
  995. #pool_size = 10
  996.  
  997. # The pool size limit for connections expiration policy (integer value)
  998. #conn_pool_min_size = 2
  999.  
  1000. # The time-to-live in sec of idle connections in the pool (integer value)
  1001. #conn_pool_ttl = 1200
  1002.  
  1003. # Group id for Kafka consumer. Consumers in one group will coordinate message
  1004. # consumption (string value)
  1005. #consumer_group = oslo_messaging_consumer
  1006.  
  1007. # Upper bound on the delay for KafkaProducer batching in seconds (floating
  1008. # point value)
  1009. #producer_batch_timeout = 0.0
  1010.  
  1011. # Size of batch for the producer async send (integer value)
  1012. #producer_batch_size = 16384
  1013.  
  1014.  
  1015. [oslo_messaging_notifications]
  1016.  
  1017. #
  1018. # From oslo.messaging
  1019. #
  1020.  
  1021. # The Drivers(s) to handle sending notifications. Possible values are
  1022. # messaging, messagingv2, routing, log, test, noop (multi valued)
  1023. # Deprecated group/name - [DEFAULT]/notification_driver
  1024. #driver =
  1025.  
  1026. # A URL representing the messaging driver to use for notifications. If not set,
  1027. # we fall back to the same configuration used for RPC. (string value)
  1028. # Deprecated group/name - [DEFAULT]/notification_transport_url
  1029. #transport_url = <None>
  1030.  
  1031. # AMQP topic used for OpenStack notifications. (list value)
  1032. # Deprecated group/name - [rpc_notifier2]/topics
  1033. # Deprecated group/name - [DEFAULT]/notification_topics
  1034. #topics = notifications
  1035.  
  1036.  
  1037. [oslo_messaging_rabbit]
  1038.  
  1039. #
  1040. # From oslo.messaging
  1041. #
  1042.  
  1043. # Use durable queues in AMQP. (boolean value)
  1044. # Deprecated group/name - [DEFAULT]/amqp_durable_queues
  1045. # Deprecated group/name - [DEFAULT]/rabbit_durable_queues
  1046. #amqp_durable_queues = false
  1047.  
  1048. # Auto-delete queues in AMQP. (boolean value)
  1049. # Deprecated group/name - [DEFAULT]/amqp_auto_delete
  1050. #amqp_auto_delete = false
  1051.  
  1052. # SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and
  1053. # SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some
  1054. # distributions. (string value)
  1055. # Deprecated group/name - [DEFAULT]/kombu_ssl_version
  1056. #kombu_ssl_version =
  1057.  
  1058. # SSL key file (valid only if SSL enabled). (string value)
  1059. # Deprecated group/name - [DEFAULT]/kombu_ssl_keyfile
  1060. #kombu_ssl_keyfile =
  1061.  
  1062. # SSL cert file (valid only if SSL enabled). (string value)
  1063. # Deprecated group/name - [DEFAULT]/kombu_ssl_certfile
  1064. #kombu_ssl_certfile =
  1065.  
  1066. # SSL certification authority file (valid only if SSL enabled). (string value)
  1067. # Deprecated group/name - [DEFAULT]/kombu_ssl_ca_certs
  1068. #kombu_ssl_ca_certs =
  1069.  
  1070. # How long to wait before reconnecting in response to an AMQP consumer cancel
  1071. # notification. (floating point value)
  1072. # Deprecated group/name - [DEFAULT]/kombu_reconnect_delay
  1073. #kombu_reconnect_delay = 1.0
  1074.  
  1075. # EXPERIMENTAL: Possible values are: gzip, bz2. If not set compression will not
  1076. # be used. This option may not be available in future versions. (string value)
  1077. #kombu_compression = <None>
  1078.  
  1079. # How long to wait a missing client before abandoning to send it its replies.
  1080. # This value should not be longer than rpc_response_timeout. (integer value)
  1081. # Deprecated group/name - [oslo_messaging_rabbit]/kombu_reconnect_timeout
  1082. #kombu_missing_consumer_retry_timeout = 60
  1083.  
  1084. # Determines how the next RabbitMQ node is chosen in case the one we are
  1085. # currently connected to becomes unavailable. Takes effect only if more than
  1086. # one RabbitMQ node is provided in config. (string value)
  1087. # Allowed values: round-robin, shuffle
  1088. #kombu_failover_strategy = round-robin
  1089.  
  1090. # DEPRECATED: The RabbitMQ broker address where a single node is used. (string
  1091. # value)
  1092. # Deprecated group/name - [DEFAULT]/rabbit_host
  1093. # This option is deprecated for removal.
  1094. # Its value may be silently ignored in the future.
  1095. # Reason: Replaced by [DEFAULT]/transport_url
  1096. #rabbit_host = localhost
  1097.  
  1098. # DEPRECATED: The RabbitMQ broker port where a single node is used. (port
  1099. # value)
  1100. # Minimum value: 0
  1101. # Maximum value: 65535
  1102. # Deprecated group/name - [DEFAULT]/rabbit_port
  1103. # This option is deprecated for removal.
  1104. # Its value may be silently ignored in the future.
  1105. # Reason: Replaced by [DEFAULT]/transport_url
  1106. #rabbit_port = 5672
  1107.  
  1108. # DEPRECATED: RabbitMQ HA cluster host:port pairs. (list value)
  1109. # Deprecated group/name - [DEFAULT]/rabbit_hosts
  1110. # This option is deprecated for removal.
  1111. # Its value may be silently ignored in the future.
  1112. # Reason: Replaced by [DEFAULT]/transport_url
  1113. #rabbit_hosts = $rabbit_host:$rabbit_port
  1114.  
  1115. # Connect over SSL for RabbitMQ. (boolean value)
  1116. # Deprecated group/name - [DEFAULT]/rabbit_use_ssl
  1117. #rabbit_use_ssl = false
  1118. rabbit_use_ssl = False
  1119.  
  1120. # DEPRECATED: The RabbitMQ userid. (string value)
  1121. # Deprecated group/name - [DEFAULT]/rabbit_userid
  1122. # This option is deprecated for removal.
  1123. # Its value may be silently ignored in the future.
  1124. # Reason: Replaced by [DEFAULT]/transport_url
  1125. #rabbit_userid = guest
  1126.  
  1127. # DEPRECATED: The RabbitMQ password. (string value)
  1128. # Deprecated group/name - [DEFAULT]/rabbit_password
  1129. # This option is deprecated for removal.
  1130. # Its value may be silently ignored in the future.
  1131. # Reason: Replaced by [DEFAULT]/transport_url
  1132. #rabbit_password = guest
  1133.  
  1134. # The RabbitMQ login method. (string value)
  1135. # Allowed values: PLAIN, AMQPLAIN, RABBIT-CR-DEMO
  1136. # Deprecated group/name - [DEFAULT]/rabbit_login_method
  1137. #rabbit_login_method = AMQPLAIN
  1138.  
  1139. # DEPRECATED: The RabbitMQ virtual host. (string value)
  1140. # Deprecated group/name - [DEFAULT]/rabbit_virtual_host
  1141. # This option is deprecated for removal.
  1142. # Its value may be silently ignored in the future.
  1143. # Reason: Replaced by [DEFAULT]/transport_url
  1144. #rabbit_virtual_host = /
  1145.  
  1146. # How frequently to retry connecting with RabbitMQ. (integer value)
  1147. #rabbit_retry_interval = 1
  1148.  
  1149. # How long to backoff for between retries when connecting to RabbitMQ. (integer
  1150. # value)
  1151. # Deprecated group/name - [DEFAULT]/rabbit_retry_backoff
  1152. #rabbit_retry_backoff = 2
  1153.  
  1154. # Maximum interval of RabbitMQ connection retries. Default is 30 seconds.
  1155. # (integer value)
  1156. #rabbit_interval_max = 30
  1157.  
  1158. # DEPRECATED: Maximum number of RabbitMQ connection retries. Default is 0
  1159. # (infinite retry count). (integer value)
  1160. # Deprecated group/name - [DEFAULT]/rabbit_max_retries
  1161. # This option is deprecated for removal.
  1162. # Its value may be silently ignored in the future.
  1163. #rabbit_max_retries = 0
  1164.  
  1165. # Try to use HA queues in RabbitMQ (x-ha-policy: all). If you change this
  1166. # option, you must wipe the RabbitMQ database. In RabbitMQ 3.0, queue mirroring
  1167. # is no longer controlled by the x-ha-policy argument when declaring a queue.
  1168. # If you just want to make sure that all queues (except those with auto-
  1169. # generated names) are mirrored across all nodes, run: "rabbitmqctl set_policy
  1170. # HA '^(?!amq\.).*' '{"ha-mode": "all"}' " (boolean value)
  1171. # Deprecated group/name - [DEFAULT]/rabbit_ha_queues
  1172. #rabbit_ha_queues = false
  1173.  
  1174. # Positive integer representing duration in seconds for queue TTL (x-expires).
  1175. # Queues which are unused for the duration of the TTL are automatically
  1176. # deleted. The parameter affects only reply and fanout queues. (integer value)
  1177. # Minimum value: 1
  1178. #rabbit_transient_queues_ttl = 1800
  1179.  
  1180. # Specifies the number of messages to prefetch. Setting to zero allows
  1181. # unlimited messages. (integer value)
  1182. #rabbit_qos_prefetch_count = 0
  1183.  
  1184. # Number of seconds after which the Rabbit broker is considered down if
  1185. # heartbeat's keep-alive fails (0 disable the heartbeat). EXPERIMENTAL (integer
  1186. # value)
  1187. #heartbeat_timeout_threshold = 60
  1188.  
  1189. # How often times during the heartbeat_timeout_threshold we check the
  1190. # heartbeat. (integer value)
  1191. #heartbeat_rate = 2
  1192.  
  1193. # Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake (boolean value)
  1194. # Deprecated group/name - [DEFAULT]/fake_rabbit
  1195. #fake_rabbit = false
  1196.  
  1197. # Maximum number of channels to allow (integer value)
  1198. #channel_max = <None>
  1199.  
  1200. # The maximum byte size for an AMQP frame (integer value)
  1201. #frame_max = <None>
  1202.  
  1203. # How often to send heartbeats for consumer's connections (integer value)
  1204. #heartbeat_interval = 3
  1205.  
  1206. # Enable SSL (boolean value)
  1207. #ssl = <None>
  1208.  
  1209. # Arguments passed to ssl.wrap_socket (dict value)
  1210. #ssl_options = <None>
  1211.  
  1212. # Set socket timeout in seconds for connection's socket (floating point value)
  1213. #socket_timeout = 0.25
  1214.  
  1215. # Set TCP_USER_TIMEOUT in seconds for connection's socket (floating point
  1216. # value)
  1217. #tcp_user_timeout = 0.25
  1218.  
  1219. # Set delay for reconnection to some host which has connection error (floating
  1220. # point value)
  1221. #host_connection_reconnect_delay = 0.25
  1222.  
  1223. # Connection factory implementation (string value)
  1224. # Allowed values: new, single, read_write
  1225. #connection_factory = single
  1226.  
  1227. # Maximum number of connections to keep queued. (integer value)
  1228. #pool_max_size = 30
  1229.  
  1230. # Maximum number of connections to create above `pool_max_size`. (integer
  1231. # value)
  1232. #pool_max_overflow = 0
  1233.  
  1234. # Default number of seconds to wait for a connections to available (integer
  1235. # value)
  1236. #pool_timeout = 30
  1237.  
  1238. # Lifetime of a connection (since creation) in seconds or None for no
  1239. # recycling. Expired connections are closed on acquire. (integer value)
  1240. #pool_recycle = 600
  1241.  
  1242. # Threshold at which inactive (since release) connections are considered stale
  1243. # in seconds or None for no staleness. Stale connections are closed on acquire.
  1244. # (integer value)
  1245. #pool_stale = 60
  1246.  
  1247. # Default serialization mechanism for serializing/deserializing
  1248. # outgoing/incoming messages (string value)
  1249. # Allowed values: json, msgpack
  1250. #default_serializer_type = json
  1251.  
  1252. # Persist notification messages. (boolean value)
  1253. #notification_persistence = false
  1254.  
  1255. # Exchange name for sending notifications (string value)
  1256. #default_notification_exchange = ${control_exchange}_notification
  1257.  
  1258. # Max number of not acknowledged message which RabbitMQ can send to
  1259. # notification listener. (integer value)
  1260. #notification_listener_prefetch_count = 100
  1261.  
  1262. # Reconnecting retry count in case of connectivity problem during sending
  1263. # notification, -1 means infinite retry. (integer value)
  1264. #default_notification_retry_attempts = -1
  1265.  
  1266. # Reconnecting retry delay in case of connectivity problem during sending
  1267. # notification message (floating point value)
  1268. #notification_retry_delay = 0.25
  1269.  
  1270. # Time to live for rpc queues without consumers in seconds. (integer value)
  1271. #rpc_queue_expiration = 60
  1272.  
  1273. # Exchange name for sending RPC messages (string value)
  1274. #default_rpc_exchange = ${control_exchange}_rpc
  1275.  
  1276. # Exchange name for receiving RPC replies (string value)
  1277. #rpc_reply_exchange = ${control_exchange}_rpc_reply
  1278.  
  1279. # Max number of not acknowledged message which RabbitMQ can send to rpc
  1280. # listener. (integer value)
  1281. #rpc_listener_prefetch_count = 100
  1282.  
  1283. # Max number of not acknowledged message which RabbitMQ can send to rpc reply
  1284. # listener. (integer value)
  1285. #rpc_reply_listener_prefetch_count = 100
  1286.  
  1287. # Reconnecting retry count in case of connectivity problem during sending
  1288. # reply. -1 means infinite retry during rpc_timeout (integer value)
  1289. #rpc_reply_retry_attempts = -1
  1290.  
  1291. # Reconnecting retry delay in case of connectivity problem during sending
  1292. # reply. (floating point value)
  1293. #rpc_reply_retry_delay = 0.25
  1294.  
  1295. # Reconnecting retry count in case of connectivity problem during sending RPC
  1296. # message, -1 means infinite retry. If actual retry attempts in not 0 the rpc
  1297. # request could be processed more than one time (integer value)
  1298. #default_rpc_retry_attempts = -1
  1299.  
  1300. # Reconnecting retry delay in case of connectivity problem during sending RPC
  1301. # message (floating point value)
  1302. #rpc_retry_delay = 0.25
  1303.  
  1304.  
  1305. [oslo_messaging_zmq]
  1306.  
  1307. #
  1308. # From oslo.messaging
  1309. #
  1310.  
  1311. # ZeroMQ bind address. Should be a wildcard (*), an ethernet interface, or IP.
  1312. # The "host" option should point or resolve to this address. (string value)
  1313. # Deprecated group/name - [DEFAULT]/rpc_zmq_bind_address
  1314. #rpc_zmq_bind_address = *
  1315.  
  1316. # MatchMaker driver. (string value)
  1317. # Allowed values: redis, sentinel, dummy
  1318. # Deprecated group/name - [DEFAULT]/rpc_zmq_matchmaker
  1319. #rpc_zmq_matchmaker = redis
  1320.  
  1321. # Number of ZeroMQ contexts, defaults to 1. (integer value)
  1322. # Deprecated group/name - [DEFAULT]/rpc_zmq_contexts
  1323. #rpc_zmq_contexts = 1
  1324.  
  1325. # Maximum number of ingress messages to locally buffer per topic. Default is
  1326. # unlimited. (integer value)
  1327. # Deprecated group/name - [DEFAULT]/rpc_zmq_topic_backlog
  1328. #rpc_zmq_topic_backlog = <None>
  1329.  
  1330. # Directory for holding IPC sockets. (string value)
  1331. # Deprecated group/name - [DEFAULT]/rpc_zmq_ipc_dir
  1332. #rpc_zmq_ipc_dir = /var/run/openstack
  1333.  
  1334. # Name of this node. Must be a valid hostname, FQDN, or IP address. Must match
  1335. # "host" option, if running Nova. (string value)
  1336. # Deprecated group/name - [DEFAULT]/rpc_zmq_host
  1337. #rpc_zmq_host = localhost
  1338.  
  1339. # Number of seconds to wait before all pending messages will be sent after
  1340. # closing a socket. The default value of -1 specifies an infinite linger
  1341. # period. The value of 0 specifies no linger period. Pending messages shall be
  1342. # discarded immediately when the socket is closed. Positive values specify an
  1343. # upper bound for the linger period. (integer value)
  1344. # Deprecated group/name - [DEFAULT]/rpc_cast_timeout
  1345. #zmq_linger = -1
  1346.  
  1347. # The default number of seconds that poll should wait. Poll raises timeout
  1348. # exception when timeout expired. (integer value)
  1349. # Deprecated group/name - [DEFAULT]/rpc_poll_timeout
  1350. #rpc_poll_timeout = 1
  1351.  
  1352. # Expiration timeout in seconds of a name service record about existing target
  1353. # ( < 0 means no timeout). (integer value)
  1354. # Deprecated group/name - [DEFAULT]/zmq_target_expire
  1355. #zmq_target_expire = 300
  1356.  
  1357. # Update period in seconds of a name service record about existing target.
  1358. # (integer value)
  1359. # Deprecated group/name - [DEFAULT]/zmq_target_update
  1360. #zmq_target_update = 180
  1361.  
  1362. # Use PUB/SUB pattern for fanout methods. PUB/SUB always uses proxy. (boolean
  1363. # value)
  1364. # Deprecated group/name - [DEFAULT]/use_pub_sub
  1365. #use_pub_sub = false
  1366.  
  1367. # Use ROUTER remote proxy. (boolean value)
  1368. # Deprecated group/name - [DEFAULT]/use_router_proxy
  1369. #use_router_proxy = false
  1370.  
  1371. # This option makes direct connections dynamic or static. It makes sense only
  1372. # with use_router_proxy=False which means to use direct connections for direct
  1373. # message types (ignored otherwise). (boolean value)
  1374. #use_dynamic_connections = false
  1375.  
  1376. # How many additional connections to a host will be made for failover reasons.
  1377. # This option is actual only in dynamic connections mode. (integer value)
  1378. #zmq_failover_connections = 2
  1379.  
  1380. # Minimal port number for random ports range. (port value)
  1381. # Minimum value: 0
  1382. # Maximum value: 65535
  1383. # Deprecated group/name - [DEFAULT]/rpc_zmq_min_port
  1384. #rpc_zmq_min_port = 49153
  1385.  
  1386. # Maximal port number for random ports range. (integer value)
  1387. # Minimum value: 1
  1388. # Maximum value: 65536
  1389. # Deprecated group/name - [DEFAULT]/rpc_zmq_max_port
  1390. #rpc_zmq_max_port = 65536
  1391.  
  1392. # Number of retries to find free port number before fail with ZMQBindError.
  1393. # (integer value)
  1394. # Deprecated group/name - [DEFAULT]/rpc_zmq_bind_port_retries
  1395. #rpc_zmq_bind_port_retries = 100
  1396.  
  1397. # Default serialization mechanism for serializing/deserializing
  1398. # outgoing/incoming messages (string value)
  1399. # Allowed values: json, msgpack
  1400. # Deprecated group/name - [DEFAULT]/rpc_zmq_serialization
  1401. #rpc_zmq_serialization = json
  1402.  
  1403. # This option configures round-robin mode in zmq socket. True means not keeping
  1404. # a queue when server side disconnects. False means to keep queue and messages
  1405. # even if server is disconnected, when the server appears we send all
  1406. # accumulated messages to it. (boolean value)
  1407. #zmq_immediate = true
  1408.  
  1409. # Enable/disable TCP keepalive (KA) mechanism. The default value of -1 (or any
  1410. # other negative value) means to skip any overrides and leave it to OS default;
  1411. # 0 and 1 (or any other positive value) mean to disable and enable the option
  1412. # respectively. (integer value)
  1413. #zmq_tcp_keepalive = -1
  1414.  
  1415. # The duration between two keepalive transmissions in idle condition. The unit
  1416. # is platform dependent, for example, seconds in Linux, milliseconds in Windows
  1417. # etc. The default value of -1 (or any other negative value and 0) means to
  1418. # skip any overrides and leave it to OS default. (integer value)
  1419. #zmq_tcp_keepalive_idle = -1
  1420.  
  1421. # The number of retransmissions to be carried out before declaring that remote
  1422. # end is not available. The default value of -1 (or any other negative value
  1423. # and 0) means to skip any overrides and leave it to OS default. (integer
  1424. # value)
  1425. #zmq_tcp_keepalive_cnt = -1
  1426.  
  1427. # The duration between two successive keepalive retransmissions, if
  1428. # acknowledgement to the previous keepalive transmission is not received. The
  1429. # unit is platform dependent, for example, seconds in Linux, milliseconds in
  1430. # Windows etc. The default value of -1 (or any other negative value and 0)
  1431. # means to skip any overrides and leave it to OS default. (integer value)
  1432. #zmq_tcp_keepalive_intvl = -1
  1433.  
  1434. # Maximum number of (green) threads to work concurrently. (integer value)
  1435. #rpc_thread_pool_size = 100
  1436.  
  1437. # Expiration timeout in seconds of a sent/received message after which it is
  1438. # not tracked anymore by a client/server. (integer value)
  1439. #rpc_message_ttl = 300
  1440.  
  1441. # Wait for message acknowledgements from receivers. This mechanism works only
  1442. # via proxy without PUB/SUB. (boolean value)
  1443. #rpc_use_acks = false
  1444.  
  1445. # Number of seconds to wait for an ack from a cast/call. After each retry
  1446. # attempt this timeout is multiplied by some specified multiplier. (integer
  1447. # value)
  1448. #rpc_ack_timeout_base = 15
  1449.  
  1450. # Number to multiply base ack timeout by after each retry attempt. (integer
  1451. # value)
  1452. #rpc_ack_timeout_multiplier = 2
  1453.  
  1454. # Default number of message sending attempts in case of any problems occurred:
  1455. # positive value N means at most N retries, 0 means no retries, None or -1 (or
  1456. # any other negative values) mean to retry forever. This option is used only if
  1457. # acknowledgments are enabled. (integer value)
  1458. #rpc_retry_attempts = 3
  1459.  
  1460. # List of publisher hosts SubConsumer can subscribe on. This option has higher
  1461. # priority then the default publishers list taken from the matchmaker. (list
  1462. # value)
  1463. #subscribe_on =
  1464.  
  1465.  
  1466. [oslo_middleware]
  1467.  
  1468. #
  1469. # From oslo.middleware
  1470. #
  1471.  
  1472. # The maximum body size for each request, in bytes. (integer value)
  1473. # Deprecated group/name - [DEFAULT]/osapi_max_request_body_size
  1474. # Deprecated group/name - [DEFAULT]/max_request_body_size
  1475. #max_request_body_size = 114688
  1476.  
  1477. # DEPRECATED: The HTTP Header that will be used to determine what the original
  1478. # request protocol scheme was, even if it was hidden by a SSL termination
  1479. # proxy. (string value)
  1480. # This option is deprecated for removal.
  1481. # Its value may be silently ignored in the future.
  1482. #secure_proxy_ssl_header = X-Forwarded-Proto
  1483.  
  1484. # Whether the application is behind a proxy or not. This determines if the
  1485. # middleware should parse the headers or not. (boolean value)
  1486. #enable_proxy_headers_parsing = false
  1487.  
  1488.  
  1489. [oslo_policy]
  1490.  
  1491. #
  1492. # From oslo.policy
  1493. #
  1494.  
  1495. # The file that defines policies. (string value)
  1496. # Deprecated group/name - [DEFAULT]/policy_file
  1497. #policy_file = policy.json
  1498. policy_file = /etc/tacker/policy.json
  1499.  
  1500. # Default rule. Enforced when a requested rule is not found. (string value)
  1501. # Deprecated group/name - [DEFAULT]/policy_default_rule
  1502. #policy_default_rule = default
  1503.  
  1504. # Directories where policy configuration files are stored. They can be relative
  1505. # to any directory in the search path defined by the config_dir option, or
  1506. # absolute paths. The file defined by policy_file must exist for these
  1507. # directories to be searched. Missing or empty directories are ignored. (multi
  1508. # valued)
  1509. # Deprecated group/name - [DEFAULT]/policy_dirs
  1510. #policy_dirs = policy.d
  1511.  
  1512.  
  1513. [tacker]
  1514.  
  1515. #
  1516. # From tacker.vnfm.monitor
  1517. #
  1518.  
  1519. # Monitor driver to communicate with Hosting VNF/logical service instance
  1520. # tacker plugin will use (list value)
  1521. #monitor_driver = ping,http_ping
  1522.  
  1523. # Alarm monitoring driver to communicate with Hosting VNF/logical service
  1524. # instance tacker plugin will use (list value)
  1525. #alarm_monitor_driver = ceilometer
  1526.  
  1527. #
  1528. # From tacker.vnfm.plugin
  1529. #
  1530.  
  1531. # MGMT driver to communicate with Hosting VNF/logical service instance tacker
  1532. # plugin will use (list value)
  1533. #mgmt_driver = noop,openwrt
  1534.  
  1535. # Time interval to wait for VM to boot (integer value)
  1536. #boot_wait = 30
  1537.  
  1538. # Hosting vnf drivers tacker plugin will use (list value)
  1539. #infra_driver = noop,openstack
  1540.  
  1541.  
  1542. [vim_keys]
  1543.  
  1544. #
  1545. # From tacker.nfvo.drivers.vim.openstack_driver
  1546. #
  1547.  
  1548. # Dir.path to store fernet keys. (string value)
  1549. openstack = /etc/tacker/vim/fernet_keys
  1550.  
  1551.  
  1552. [vim_monitor]
  1553.  
  1554. #
  1555. # From tacker.nfvo.drivers.vim.openstack_driver
  1556. #
  1557.  
  1558. # number of ICMP packets to send (string value)
  1559. #count = 1
  1560.  
  1561. # number of seconds to wait for a response (string value)
  1562. #timeout = 1
  1563.  
  1564. # number of seconds to wait between packets (string value)
  1565. #interval = 1
  1566.  
  1567. [keystone_authtoken]
  1568. #auth_uri=http://192.0.2.3:5000/v2.0
  1569. auth_uri=http://192.0.2.3:5000/
  1570. auth_type=password
  1571. auth_url=http://192.0.2.3:35357
  1572. username=tacker
  1573. project_name=service
  1574. #signing_dir = /var/cache/tacker
  1575. project_domain_name = default
  1576. #project_name = service
  1577. user_domain_name = default
  1578. #username = tacker
  1579. password = ZhUuM6HPBuDdpgjnYa2uFg8kt
  1580. #auth_url = http://172.29.236.11:35357
  1581. #auth_uri = http://172.29.236.11:5000
  1582. #auth_type = password
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement