New options
Option = default value |
(Type) Help string |
[DEFAULT] executor_thread_pool_size = 64 |
(IntOpt) Size of executor thread pool. |
[DEFAULT] exists_notification_interval = 3600 |
(IntOpt) Seconds to wait between pushing events. |
[DEFAULT] nova_proxy_admin_tenant_id = |
(StrOpt) Admin tenant ID used to connect to Nova. |
[DEFAULT] rpc_conn_pool_size = 30 |
(IntOpt) Size of RPC connection pool. |
[mongodb] configsvr_port = 27019 |
(IntOpt) Port for instances running as config servers. |
[mongodb] ignore_dbs = admin, local, config |
(ListOpt) Databases to exclude when listing databases. |
[mongodb] ignore_users = admin.os_admin, admin.root |
(ListOpt) Users to exclude when listing users. |
[mongodb] mongodb_port = 27017 |
(IntOpt) Port for mongod and mongos instances. |
[oslo_messaging_qpid] send_single_reply = False |
(BoolOpt) Send a single AMQP reply to call message. The current behaviour since oslo-incubator is to send two AMQP replies - first one with the payload, a second one to ensure the other have finish to send the payload. We are going to remove it in the N release, but we must keep backward compatible at the same time. This option provides such compatibility - it defaults to False in Liberty and can be turned on for early adopters with a new installations or for testing. Please note, that this option will be removed in M release. |
[oslo_messaging_rabbit] kombu_reconnect_timeout = 60 |
(IntOpt) How long to wait before considering a reconnect attempt to have failed. This value should not be longer than rpc_response_timeout. |
[oslo_messaging_rabbit] send_single_reply = False |
(BoolOpt) Send a single AMQP reply to call message. The current behaviour since oslo-incubator is to send two AMQP replies - first one with the payload, a second one to ensure the other have finish to send the payload. We are going to remove it in the N release, but we must keep backward compatible at the same time. This option provides such compatibility - it defaults to False in Liberty and can be turned on for early adopters with a new installations or for testing. Please note, that this option will be removed in M release. |
New default values
Option |
Previous default value |
New default value |
[DEFAULT] default_log_levels |
amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN, websocket=WARN, keystonemiddleware=WARN, routes.middleware=WARN, stevedore=WARN |
amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN, websocket=WARN, requests.packages.urllib3.util.retry=WARN, urllib3.util.retry=WARN, keystonemiddleware=WARN, routes.middleware=WARN, stevedore=WARN, taskflow=WARN |
[DEFAULT] logging_exception_prefix |
%(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s |
%(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s |
[DEFAULT] notification_service_id |
{'vertica': 'a8d805ae-a3b2-c4fd-gb23-b62cee5201ae', 'db2': 'e040cd37-263d-4869-aaa6-c62aa97523b5', 'postgresql': 'ac277e0d-4f21-40aa-b347-1ea31e571720', 'mysql': '2f3ff068-2bfb-4f70-9a9d-a6bb65bc084b', 'couchbase': 'fa62fe68-74d9-4779-a24e-36f19602c415', 'mongodb': 'c8c907af-7375-456f-b929-b637ff9209ee', 'couchdb': 'f0a9ab7b-66f7-4352-93d7-071521d44c7c', 'redis': 'b216ffc5-1947-456c-a4cf-70f94c05f7d0', 'cassandra': '459a230d-4e97-4344-9067-2a54a310b0ed'} |
{'vertica': 'a8d805ae-a3b2-c4fd-gb23-b62cee5201ae', 'db2': 'e040cd37-263d-4869-aaa6-c62aa97523b5', 'percona': 'fd1723f5-68d2-409c-994f-a4a197892a17', 'postgresql': 'ac277e0d-4f21-40aa-b347-1ea31e571720', 'mysql': '2f3ff068-2bfb-4f70-9a9d-a6bb65bc084b', 'couchbase': 'fa62fe68-74d9-4779-a24e-36f19602c415', 'mongodb': 'c8c907af-7375-456f-b929-b637ff9209ee', 'couchdb': 'f0a9ab7b-66f7-4352-93d7-071521d44c7c', 'redis': 'b216ffc5-1947-456c-a4cf-70f94c05f7d0', 'cassandra': '459a230d-4e97-4344-9067-2a54a310b0ed'} |
[DEFAULT] report_interval |
10 |
30 |
[DEFAULT] use_syslog_rfc_format |
False |
True |
[DEFAULT] verbose |
False |
True |
[mongodb] backup_namespace |
None |
trove.guestagent.strategies.backup.experimental.mongo_impl |
[mongodb] backup_strategy |
None |
MongoDump |
[mongodb] restore_namespace |
None |
trove.guestagent.strategies.restore.experimental.mongo_impl |
[oslo_messaging_rabbit] heartbeat_timeout_threshold |
0 |
60 |