Config-ref: update the new/deprecated options tables

Change-Id: I0750ef6b5b6a382857e85ba85ce7b26bbabeb1a5
This commit is contained in:
Gauvain Pocentek 2015-04-28 22:14:44 +02:00
parent 0d1785b040
commit 4a25b98a23
11 changed files with 1493 additions and 40 deletions

View File

@ -241,8 +241,8 @@
<td>(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] heartbeat_timeout_threshold = 60</td>
<td>(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disable the heartbeat).</td>
<td>[oslo_messaging_rabbit] heartbeat_timeout_threshold = 0</td>
<td>(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disables the heartbeat, &gt;0 enables it. Enabling heartbeats requires kombu&gt;=3.0.7 and amqp&gt;=1.4.0). EXPERIMENTAL</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] kombu_reconnect_delay = 1.0</td>
@ -316,6 +316,18 @@
<td>[oslo_messaging_rabbit] rpc_conn_pool_size = 30</td>
<td>(IntOpt) Size of RPC connection pool.</td>
</tr>
<tr>
<td>[oslo_policy] policy_default_rule = default</td>
<td>(StrOpt) Default rule. Enforced when a requested rule is not found.</td>
</tr>
<tr>
<td>[oslo_policy] policy_dirs = ['policy.d']</td>
<td>(MultiStrOpt) Directories where policy configuration files are stored. They can be relative to any directory in the search path defined by the config_dir option, or absolute paths. The file defined by policy_file must exist for these directories to be searched. Missing or empty directories are ignored.</td>
</tr>
<tr>
<td>[oslo_policy] policy_file = policy.json</td>
<td>(StrOpt) The JSON file that defines policies.</td>
</tr>
<tr>
<td>[polling] partitioning_group_prefix = None</td>
<td>(StrOpt) Work-load partitioning group prefix. Use only if you want to run multiple polling agents with different config files. For each sub-group of the agent pool with the same partitioning_group_prefix a disjoint subset of pollsters should be loaded.</td>
@ -332,6 +344,18 @@
<td>[publisher_notifier] telemetry_driver = messagingv2</td>
<td>(StrOpt) The driver that ceilometer uses for metering notifications.</td>
</tr>
<tr>
<td>[rgw_admin_credentials] access_key = None</td>
<td>(StrOpt) Access key for Radosgw Admin.</td>
</tr>
<tr>
<td>[rgw_admin_credentials] secret_key = None</td>
<td>(StrOpt) Secret key for Radosgw Admin.</td>
</tr>
<tr>
<td>[service_types] radosgw = object-store</td>
<td>(StrOpt) Radosgw service type.</td>
</tr>
<tr>
<td>[vmware] host_port = 443</td>
<td>(IntOpt) Port of the VMware Vsphere host.</td>
@ -352,7 +376,7 @@
<tr>
<td>[DEFAULT] rpc_zmq_matchmaker</td>
<td>oslo.messaging._drivers.matchmaker.MatchMakerLocalhost</td>
<td>oslo_messaging._drivers.matchmaker.MatchMakerLocalhost</td>
<td>local</td>
</tr>
</table>
<table>

View File

@ -200,6 +200,26 @@
<td>[DEFAULT] ise_storage_pool = 1</td>
<td>(IntOpt) Default storage pool for volumes.</td>
</tr>
<tr>
<td>[DEFAULT] log-config-append = None</td>
<td>(StrOpt) The name of a logging configuration file. This file is appended to any existing logging configuration files. For details about logging configuration files, see the Python logging module documentation.</td>
</tr>
<tr>
<td>[DEFAULT] log-date-format = %Y-%m-%d %H:%M:%S</td>
<td>(StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s .</td>
</tr>
<tr>
<td>[DEFAULT] log-dir = None</td>
<td>(StrOpt) (Optional) The base directory used for relative --log-file paths.</td>
</tr>
<tr>
<td>[DEFAULT] log-file = None</td>
<td>(StrOpt) (Optional) Name of log file to output to. If no default is set, logging will go to stdout.</td>
</tr>
<tr>
<td>[DEFAULT] log-format = None</td>
<td>(StrOpt) DEPRECATED. A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. This option is deprecated. Please use logging_context_format_string and logging_default_format_string instead.</td>
</tr>
<tr>
<td>[DEFAULT] lvm_conf_file = /etc/cinder/lvm.conf</td>
<td>(StrOpt) LVM conf file to use for the LVM driver in Cinder; this setting is ignored if the specified file does not exist (You can also specify 'None' to not use a conf file even if one exists).</td>
@ -304,6 +324,18 @@
<td>[DEFAULT] start_time = None</td>
<td>(StrOpt) If this option is specified then the start time specified is used instead of the start time of the last completed audit period.</td>
</tr>
<tr>
<td>[DEFAULT] syslog-log-facility = LOG_USER</td>
<td>(StrOpt) Syslog facility to receive log lines.</td>
</tr>
<tr>
<td>[DEFAULT] use-syslog = False</td>
<td>(BoolOpt) Use syslog for logging. Existing syslog format is DEPRECATED during I, and will change in J to honor RFC5424.</td>
</tr>
<tr>
<td>[DEFAULT] use-syslog-rfc-format = False</td>
<td>(BoolOpt) (Optional) Enables or disables syslog rfc5424 format for logging. If enabled, prefixes the MSG part of the syslog message with APP-NAME (RFC5424). The format without the APP-NAME is deprecated in I, and will be removed in J.</td>
</tr>
<tr>
<td>[DEFAULT] use_chap_auth = False</td>
<td>(BoolOpt) Option to enable/disable CHAP authentication for targets.</td>
@ -320,6 +352,38 @@
<td>[DEFAULT] xtremio_cluster_name = </td>
<td>(StrOpt) XMS cluster id in multi-cluster environment</td>
</tr>
<tr>
<td>[DEFAULT] zfssa_data_ip = None</td>
<td>(StrOpt) Data path IP address</td>
</tr>
<tr>
<td>[DEFAULT] zfssa_https_port = 443</td>
<td>(StrOpt) HTTPS port number</td>
</tr>
<tr>
<td>[DEFAULT] zfssa_nfs_mount_options = </td>
<td>(StrOpt) Options to be passed while mounting share over nfs</td>
</tr>
<tr>
<td>[DEFAULT] zfssa_nfs_pool = </td>
<td>(StrOpt) Storage pool name.</td>
</tr>
<tr>
<td>[DEFAULT] zfssa_nfs_project = NFSProject</td>
<td>(StrOpt) Project name.</td>
</tr>
<tr>
<td>[DEFAULT] zfssa_nfs_share = nfs_share</td>
<td>(StrOpt) Share name.</td>
</tr>
<tr>
<td>[DEFAULT] zfssa_nfs_share_compression = off</td>
<td>(StrOpt) Data compression.</td>
</tr>
<tr>
<td>[DEFAULT] zfssa_nfs_share_logbias = latency</td>
<td>(StrOpt) Synchronous write bias-latency, throughput.</td>
</tr>
<tr>
<td>[oslo_concurrency] disable_process_locking = False</td>
<td>(BoolOpt) Enables or disables inter-process locks.</td>
@ -445,8 +509,8 @@
<td>(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] heartbeat_timeout_threshold = 60</td>
<td>(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disable the heartbeat).</td>
<td>[oslo_messaging_rabbit] heartbeat_timeout_threshold = 0</td>
<td>(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disables the heartbeat, &gt;0 enables it. Enabling heartbeats requires kombu&gt;=3.0.7 and amqp&gt;=1.4.0). EXPERIMENTAL</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] kombu_reconnect_delay = 1.0</td>
@ -576,7 +640,7 @@
<tr>
<td>[DEFAULT] rpc_zmq_matchmaker</td>
<td>oslo.messaging._drivers.matchmaker.MatchMakerLocalhost</td>
<td>oslo_messaging._drivers.matchmaker.MatchMakerLocalhost</td>
<td>local</td>
</tr>
<tr>
<td>[keymgr] encryption_auth_url</td>
@ -598,10 +662,6 @@
<td>[DEFAULT] eqlx_chap_password</td>
<td>[DEFAULT] chap_password</td>
</tr>
<tr>
<td>[DEFAULT] eqlx_chap_login</td>
<td>[DEFAULT] chap_username</td>
</tr>
<tr>
<td>[DEFAULT] eqlx_use_chap</td>
<td>[DEFAULT] use_chap_auth</td>
@ -614,5 +674,9 @@
<td>[DEFAULT] host</td>
<td>[DEFAULT] backend_host</td>
</tr>
<tr>
<td>[DEFAULT] eqlx_chap_login</td>
<td>[DEFAULT] chap_username</td>
</tr>
</table>
</section>

View File

@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="glance-conf-changes-kilo">
<!-- Warning: Do not edit this file. It is automatically generated and your changes will be overwritten. The tool to do so lives in the openstack-doc-tools repository. -->
<title>New, updated and deprecated options in Kilo for OpenStack Image Service</title>
<title>New, updated and deprecated options in Kilo for OpenStack Image service</title>
<table>
<caption>New options</caption>
<col width="50%"/>
@ -12,6 +12,10 @@
<td>(Type) Help string</td>
</tr>
</thead>
<tr>
<td>[DEFAULT] args = None</td>
<td>(ListOpt) Arguments for the command</td>
</tr>
<tr>
<td>[DEFAULT] available_plugins = </td>
<td>(ListOpt) A list of artifacts that are allowed in the format name or name-version. Empty list means that any artifact can be loaded.</td>
@ -20,6 +24,14 @@
<td>[DEFAULT] backdoor_port = None</td>
<td>(StrOpt) Enable eventlet backdoor. Acceptable values are 0, &lt;port&gt;, and &lt;start&gt;:&lt;end&gt;, where 0 results in listening on a random tcp port number; &lt;port&gt; results in listening on the specified port number (and not enabling backdoor if that port is in use); and &lt;start&gt;:&lt;end&gt; results in listening on the smallest unused port number within the specified range of port numbers. The chosen port is displayed in the service's log file.</td>
</tr>
<tr>
<td>[DEFAULT] chunksize = 65536</td>
<td>(IntOpt) Amount of data to transfer per HTTP write.</td>
</tr>
<tr>
<td>[DEFAULT] command = None</td>
<td>(StrOpt) Command to be given to replicator</td>
</tr>
<tr>
<td>[DEFAULT] digest_algorithm = sha1</td>
<td>(StrOpt) Digest algorithm which will be used for digital signature; the default is sha1 the default in Kilo for a smooth upgrade process, and it will be updated with sha256 in next release(L). Use the command "openssl list-message-digest-algorithms" to get the available algorithms supported by the version of OpenSSL on the platform. Examples are "sha1", "sha256", "sha512", etc.</td>
@ -28,6 +40,10 @@
<td>[DEFAULT] disabled_notifications = </td>
<td>(ListOpt) List of disabled notifications. A notification can be given either as a notification type to disable a single event, or as a notification group prefix to disable all events within a group. Example: if this config option is set to ["image.create", "metadef_namespace"], then "image.create" notification will not be sent after image is created and none of the notifications for metadefinition namespaces will be sent.</td>
</tr>
<tr>
<td>[DEFAULT] dontreplicate = created_at date deleted_at location updated_at</td>
<td>(StrOpt) List of fields to not replicate.</td>
</tr>
<tr>
<td>[DEFAULT] host = localhost</td>
<td>(StrOpt) Name of this node, which must be valid in an AMQP key. Can be an opaque identifier. For ZeroMQ only, must be a valid host name, FQDN, or IP address.</td>
@ -48,10 +64,138 @@
<td>[DEFAULT] load_enabled = True</td>
<td>(BoolOpt) When false, no artifacts can be loaded regardless of available_plugins. When true, artifacts can be loaded.</td>
</tr>
<tr>
<td>[DEFAULT] log-config-append = None</td>
<td>(StrOpt) The name of a logging configuration file. This file is appended to any existing logging configuration files. For details about logging configuration files, see the Python logging module documentation.</td>
</tr>
<tr>
<td>[DEFAULT] log-date-format = %Y-%m-%d %H:%M:%S</td>
<td>(StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s .</td>
</tr>
<tr>
<td>[DEFAULT] log-dir = None</td>
<td>(StrOpt) (Optional) The base directory used for relative --log-file paths.</td>
</tr>
<tr>
<td>[DEFAULT] log-file = None</td>
<td>(StrOpt) (Optional) Name of log file to output to. If no default is set, logging will go to stdout.</td>
</tr>
<tr>
<td>[DEFAULT] log-format = None</td>
<td>(StrOpt) DEPRECATED. A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. This option is deprecated. Please use logging_context_format_string and logging_default_format_string instead.</td>
</tr>
<tr>
<td>[DEFAULT] mastertoken = </td>
<td>(StrOpt) Pass in your authentication token if you have one. This is the token used for the master.</td>
</tr>
<tr>
<td>[DEFAULT] metaonly = False</td>
<td>(BoolOpt) Only replicate metadata, not images.</td>
</tr>
<tr>
<td>[DEFAULT] public_endpoint = None</td>
<td>(StrOpt) Public url to use for versions endpoint. The default is None, which will use the request's host_url attribute to populate the URL base. If Glance is operating behind a proxy, you will want to change this to represent the proxy's URL.</td>
</tr>
<tr>
<td>[DEFAULT] slavetoken = </td>
<td>(StrOpt) Pass in your authentication token if you have one. This is the token used for the slave.</td>
</tr>
<tr>
<td>[DEFAULT] syslog-log-facility = LOG_USER</td>
<td>(StrOpt) Syslog facility to receive log lines.</td>
</tr>
<tr>
<td>[DEFAULT] token = </td>
<td>(StrOpt) Pass in your authentication token if you have one. If you use this option the same token is used for both the master and the slave.</td>
</tr>
<tr>
<td>[DEFAULT] use-syslog = False</td>
<td>(BoolOpt) Use syslog for logging. Existing syslog format is DEPRECATED during I, and will change in J to honor RFC5424.</td>
</tr>
<tr>
<td>[DEFAULT] use-syslog-rfc-format = False</td>
<td>(BoolOpt) (Optional) Enables or disables syslog rfc5424 format for logging. If enabled, prefixes the MSG part of the syslog message with APP-NAME (RFC5424). The format without the APP-NAME is deprecated in I, and will be removed in J.</td>
</tr>
<tr>
<td>[database] backend = sqlalchemy</td>
<td>(StrOpt) The back end to use for the database.</td>
</tr>
<tr>
<td>[database] connection = None</td>
<td>(StrOpt) The SQLAlchemy connection string to use to connect to the database.</td>
</tr>
<tr>
<td>[database] connection_debug = 0</td>
<td>(IntOpt) Verbosity of SQL debugging information: 0=None, 100=Everything.</td>
</tr>
<tr>
<td>[database] connection_trace = False</td>
<td>(BoolOpt) Add Python stack traces to SQL as comment strings.</td>
</tr>
<tr>
<td>[database] db_inc_retry_interval = True</td>
<td>(BoolOpt) If True, increases the interval between retries of a database operation up to db_max_retry_interval.</td>
</tr>
<tr>
<td>[database] db_max_retries = 20</td>
<td>(IntOpt) Maximum retries in case of connection error or deadlock error before error is raised. Set to -1 to specify an infinite retry count.</td>
</tr>
<tr>
<td>[database] db_max_retry_interval = 10</td>
<td>(IntOpt) If db_inc_retry_interval is set, the maximum seconds between retries of a database operation.</td>
</tr>
<tr>
<td>[database] db_retry_interval = 1</td>
<td>(IntOpt) Seconds between retries of a database transaction.</td>
</tr>
<tr>
<td>[database] idle_timeout = 3600</td>
<td>(IntOpt) Timeout before idle SQL connections are reaped.</td>
</tr>
<tr>
<td>[database] max_overflow = None</td>
<td>(IntOpt) If set, use this value for max_overflow with SQLAlchemy.</td>
</tr>
<tr>
<td>[database] max_pool_size = None</td>
<td>(IntOpt) Maximum number of SQL connections to keep open in a pool.</td>
</tr>
<tr>
<td>[database] max_retries = 10</td>
<td>(IntOpt) Maximum number of database connection retries during startup. Set to -1 to specify an infinite retry count.</td>
</tr>
<tr>
<td>[database] min_pool_size = 1</td>
<td>(IntOpt) Minimum number of SQL connections to keep open in a pool.</td>
</tr>
<tr>
<td>[database] mysql_sql_mode = TRADITIONAL</td>
<td>(StrOpt) The SQL mode to be used for MySQL sessions. This option, including the default, overrides any server-set SQL mode. To use whatever SQL mode is set by the server configuration, set this to no value. Example: mysql_sql_mode=</td>
</tr>
<tr>
<td>[database] pool_timeout = None</td>
<td>(IntOpt) If set, use this value for pool_timeout with SQLAlchemy.</td>
</tr>
<tr>
<td>[database] retry_interval = 10</td>
<td>(IntOpt) Interval between retries of opening a SQL connection.</td>
</tr>
<tr>
<td>[database] slave_connection = None</td>
<td>(StrOpt) The SQLAlchemy connection string to use to connect to the slave database.</td>
</tr>
<tr>
<td>[database] sqlite_db = oslo.sqlite</td>
<td>(StrOpt) The file name to use with SQLite.</td>
</tr>
<tr>
<td>[database] sqlite_synchronous = True</td>
<td>(BoolOpt) If True, SQLite uses synchronous mode.</td>
</tr>
<tr>
<td>[database] use_db_reconnect = False</td>
<td>(BoolOpt) Enable the experimental use of database reconnect on connection lost.</td>
</tr>
<tr>
<td>[elasticsearch] hosts = 127.0.0.1:9200</td>
<td>(ListOpt) List of nodes where Elasticsearch instances are running. A single node should be defined as an IP address and port number.</td>
@ -201,8 +345,8 @@
<td>(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] heartbeat_timeout_threshold = 60</td>
<td>(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disable the heartbeat).</td>
<td>[oslo_messaging_rabbit] heartbeat_timeout_threshold = 0</td>
<td>(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disables the heartbeat, &gt;0 enables it. Enabling heartbeats requires kombu&gt;=3.0.7 and amqp&gt;=1.4.0). EXPERIMENTAL</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] kombu_reconnect_delay = 1.0</td>
@ -353,10 +497,15 @@
<td>New default value</td>
</tr>
</thead>
<tr>
<td>[DEFAULT] default_log_levels</td>
<td>amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN</td>
<td>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</td>
</tr>
<tr>
<td>[DEFAULT] rpc_zmq_matchmaker</td>
<td>oslo.messaging._drivers.matchmaker.MatchMakerLocalhost</td>
<td>oslo_messaging._drivers.matchmaker.MatchMakerLocalhost</td>
<td>local</td>
</tr>
<tr>
<td>[task] task_executor</td>

View File

@ -32,6 +32,26 @@
<td>[DEFAULT] fatal_exception_format_errors = False</td>
<td>(BoolOpt) Make exception message format errors fatal</td>
</tr>
<tr>
<td>[DEFAULT] log-config-append = None</td>
<td>(StrOpt) The name of a logging configuration file. This file is appended to any existing logging configuration files. For details about logging configuration files, see the Python logging module documentation.</td>
</tr>
<tr>
<td>[DEFAULT] log-date-format = %Y-%m-%d %H:%M:%S</td>
<td>(StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s .</td>
</tr>
<tr>
<td>[DEFAULT] log-dir = None</td>
<td>(StrOpt) (Optional) The base directory used for relative --log-file paths.</td>
</tr>
<tr>
<td>[DEFAULT] log-file = None</td>
<td>(StrOpt) (Optional) Name of log file to output to. If no default is set, logging will go to stdout.</td>
</tr>
<tr>
<td>[DEFAULT] log-format = None</td>
<td>(StrOpt) DEPRECATED. A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. This option is deprecated. Please use logging_context_format_string and logging_default_format_string instead.</td>
</tr>
<tr>
<td>[DEFAULT] policy_dirs = ['policy.d']</td>
<td>(MultiStrOpt) Directories where policy configuration files are stored. They can be relative to any directory in the search path defined by the config_dir option, or absolute paths. The file defined by policy_file must exist for these directories to be searched.</td>
@ -40,6 +60,18 @@
<td>[DEFAULT] stack_scheduler_hints = False</td>
<td>(BoolOpt) When this feature is enabled, scheduler hints identifying the heat stack context of a server resource are passed to the configured schedulers in nova, for server creates done using heat resource types OS::Nova::Server and AWS::EC2::Instance. heat_root_stack_id will be set to the id of the root stack of the resource, heat_stack_id will be set to the id of the resource's parent stack, heat_stack_name will be set to the name of the resource's parent stack, heat_path_in_stack will be set to a list of tuples, (stackresourcename, stackname) with list[0] being (None, rootstackname), and heat_resource_name will be set to the resource's name.</td>
</tr>
<tr>
<td>[DEFAULT] syslog-log-facility = LOG_USER</td>
<td>(StrOpt) Syslog facility to receive log lines.</td>
</tr>
<tr>
<td>[DEFAULT] use-syslog = False</td>
<td>(BoolOpt) Use syslog for logging. Existing syslog format is DEPRECATED during I, and will change in J to honor RFC5424.</td>
</tr>
<tr>
<td>[DEFAULT] use-syslog-rfc-format = False</td>
<td>(BoolOpt) (Optional) Enables or disables syslog rfc5424 format for logging. If enabled, prefixes the MSG part of the syslog message with APP-NAME (RFC5424). The format without the APP-NAME is deprecated in I, and will be removed in J.</td>
</tr>
<tr>
<td>[clients_sahara] ca_file = None</td>
<td>(StrOpt) Optional CA cert file to use in SSL connections.</td>
@ -193,8 +225,8 @@
<td>(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] heartbeat_timeout_threshold = 60</td>
<td>(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disable the heartbeat).</td>
<td>[oslo_messaging_rabbit] heartbeat_timeout_threshold = 0</td>
<td>(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disables the heartbeat, &gt;0 enables it. Enabling heartbeats requires kombu&gt;=3.0.7 and amqp&gt;=1.4.0). EXPERIMENTAL</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] kombu_reconnect_delay = 1.0</td>
@ -289,6 +321,16 @@
<td>New default value</td>
</tr>
</thead>
<tr>
<td>[DEFAULT] auth_encryption_key</td>
<td>notgood but just long enough i think</td>
<td>notgood but just long enough i t</td>
</tr>
<tr>
<td>[DEFAULT] default_log_levels</td>
<td>amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN</td>
<td>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</td>
</tr>
<tr>
<td>[DEFAULT] deferred_auth_method</td>
<td>password</td>
@ -312,7 +354,7 @@
<tr>
<td>[DEFAULT] rpc_zmq_matchmaker</td>
<td>oslo.messaging._drivers.matchmaker.MatchMakerLocalhost</td>
<td>oslo_messaging._drivers.matchmaker.MatchMakerLocalhost</td>
<td>local</td>
</tr>
<tr>
<td>[DEFAULT] trusts_delegated_roles</td>

View File

@ -12,6 +12,26 @@
<td>(Type) Help string</td>
</tr>
</thead>
<tr>
<td>[DEFAULT] log-config-append = None</td>
<td>(StrOpt) The name of a logging configuration file. This file is appended to any existing logging configuration files. For details about logging configuration files, see the Python logging module documentation.</td>
</tr>
<tr>
<td>[DEFAULT] log-date-format = %Y-%m-%d %H:%M:%S</td>
<td>(StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s .</td>
</tr>
<tr>
<td>[DEFAULT] log-dir = None</td>
<td>(StrOpt) (Optional) The base directory used for relative --log-file paths.</td>
</tr>
<tr>
<td>[DEFAULT] log-file = None</td>
<td>(StrOpt) (Optional) Name of log file to output to. If no default is set, logging will go to stdout.</td>
</tr>
<tr>
<td>[DEFAULT] log-format = None</td>
<td>(StrOpt) DEPRECATED. A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. This option is deprecated. Please use logging_context_format_string and logging_default_format_string instead.</td>
</tr>
<tr>
<td>[DEFAULT] max_project_tree_depth = 5</td>
<td>(IntOpt) Maximum depth of the project hierarchy. WARNING: setting it to a large value may adversely impact performance.</td>
@ -24,6 +44,18 @@
<td>[DEFAULT] secure_proxy_ssl_header = None</td>
<td>(StrOpt) The HTTP header used to determine the scheme for the original request, even if it was removed by an SSL terminating proxy. Typical value is "HTTP_X_FORWARDED_PROTO".</td>
</tr>
<tr>
<td>[DEFAULT] syslog-log-facility = LOG_USER</td>
<td>(StrOpt) Syslog facility to receive log lines.</td>
</tr>
<tr>
<td>[DEFAULT] use-syslog = False</td>
<td>(BoolOpt) Use syslog for logging. Existing syslog format is DEPRECATED during I, and will change in J to honor RFC5424.</td>
</tr>
<tr>
<td>[DEFAULT] use-syslog-rfc-format = False</td>
<td>(BoolOpt) (Optional) Enables or disables syslog rfc5424 format for logging. If enabled, prefixes the MSG part of the syslog message with APP-NAME (RFC5424). The format without the APP-NAME is deprecated in I, and will be removed in J.</td>
</tr>
<tr>
<td>[auth] oauth1 = keystone.auth.plugins.oauth1.OAuth</td>
<td>(StrOpt) The oAuth1.0 auth plugin module.</td>
@ -245,8 +277,8 @@
<td>(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] heartbeat_timeout_threshold = 60</td>
<td>(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disable the heartbeat).</td>
<td>[oslo_messaging_rabbit] heartbeat_timeout_threshold = 0</td>
<td>(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disables the heartbeat, &gt;0 enables it. Enabling heartbeats requires kombu&gt;=3.0.7 and amqp&gt;=1.4.0). EXPERIMENTAL</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] kombu_reconnect_delay = 1.0</td>
@ -320,6 +352,18 @@
<td>[oslo_messaging_rabbit] rpc_conn_pool_size = 30</td>
<td>(IntOpt) Size of RPC connection pool.</td>
</tr>
<tr>
<td>[oslo_policy] policy_default_rule = default</td>
<td>(StrOpt) Default rule. Enforced when a requested rule is not found.</td>
</tr>
<tr>
<td>[oslo_policy] policy_dirs = ['policy.d']</td>
<td>(MultiStrOpt) Directories where policy configuration files are stored. They can be relative to any directory in the search path defined by the config_dir option, or absolute paths. The file defined by policy_file must exist for these directories to be searched. Missing or empty directories are ignored.</td>
</tr>
<tr>
<td>[oslo_policy] policy_file = policy.json</td>
<td>(StrOpt) The JSON file that defines policies.</td>
</tr>
<tr>
<td>[resource] cache_time = None</td>
<td>(IntOpt) TTL (in seconds) to cache resource data. This has no effect unless global caching is enabled.</td>
@ -385,10 +429,15 @@
<td>New default value</td>
</tr>
</thead>
<tr>
<td>[DEFAULT] default_log_levels</td>
<td>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</td>
<td>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</td>
</tr>
<tr>
<td>[DEFAULT] rpc_zmq_matchmaker</td>
<td>oslo.messaging._drivers.matchmaker.MatchMakerLocalhost</td>
<td>oslo_messaging._drivers.matchmaker.MatchMakerLocalhost</td>
<td>local</td>
</tr>
<tr>
<td>[auth] methods</td>

View File

@ -20,6 +20,10 @@
<td>[DEFAULT] allow_automatic_dhcp_failover = True</td>
<td>(BoolOpt) Automatically remove networks from offline DHCP agents.</td>
</tr>
<tr>
<td>[DEFAULT] default_device_name = Switch1</td>
<td>(StrOpt) default_device_name of the l2 gateway</td>
</tr>
<tr>
<td>[DEFAULT] default_ipv4_subnet_pool = None</td>
<td>(StrOpt) Default IPv4 subnet-pool to be used for automatic subnet CIDR allocation</td>
@ -48,17 +52,45 @@
<td>[DEFAULT] ipv6_gateway = </td>
<td>(StrOpt) With IPv6, the network used for the external gateway does not need to have an associated subnet, since the automatically assigned link-local address (LLA) can be used. However, an IPv6 gateway address is needed for use as the next-hop for the default route. If no IPv6 gateway address is configured here, (and only then) the neutron router will be configured to get its default route from router advertisements (RAs) from the upstream router; in which case the upstream router must also be configured to send these RAs. The ipv6_gateway, when configured, should be the LLA of the interface on the upstream router. If a next-hop using a global unique address (GUA) is desired, it needs to be done via a subnet allocated to the network and not through this parameter.</td>
</tr>
<tr>
<td>[DEFAULT] l2gw_callback_class = networking_l2gw.services.l2gateway.ovsdb.data.L2GatewayOVSDBCallbacks</td>
<td>(StrOpt) L2 gateway plugin callback class where theRPCs from the agent are going to get invoked</td>
</tr>
<tr>
<td>[DEFAULT] log-config-append = None</td>
<td>(StrOpt) The name of a logging configuration file. This file is appended to any existing logging configuration files. For details about logging configuration files, see the Python logging module documentation.</td>
</tr>
<tr>
<td>[DEFAULT] log-date-format = %Y-%m-%d %H:%M:%S</td>
<td>(StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s .</td>
</tr>
<tr>
<td>[DEFAULT] log-dir = None</td>
<td>(StrOpt) (Optional) The base directory used for relative --log-file paths.</td>
</tr>
<tr>
<td>[DEFAULT] log-file = None</td>
<td>(StrOpt) (Optional) Name of log file to output to. If no default is set, logging will go to stdout.</td>
</tr>
<tr>
<td>[DEFAULT] log-format = None</td>
<td>(StrOpt) DEPRECATED. A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. This option is deprecated. Please use logging_context_format_string and logging_default_format_string instead.</td>
</tr>
<tr>
<td>[DEFAULT] metadata_access_mark = 0x1</td>
<td>(StrOpt) Iptables mangle mark used to mark metadata valid requests</td>
</tr>
<tr>
<td>[DEFAULT] metadata_proxy_group = </td>
<td>(StrOpt) Group (gid or name) running metadata proxy after its initialization (if empty: agent effective group)</td>
<td>(StrOpt) Group (gid or name) running metadata proxy after its initialization (if empty: agent effective group).</td>
</tr>
<tr>
<td>[DEFAULT] metadata_proxy_socket_mode = deduce</td>
<td>(StrOpt) Metadata Proxy UNIX domain socket mode, 3 values allowed: 'deduce': deduce mode from metadata_proxy_user/group values, 'user': set metadata proxy socket mode to 0o644, to use when metadata_proxy_user is agent effective user or root, 'group': set metadata proxy socket mode to 0o664, to use when metadata_proxy_group is agent effective group or root, 'all': set metadata proxy socket mode to 0o666, to use otherwise.</td>
</tr>
<tr>
<td>[DEFAULT] metadata_proxy_user = </td>
<td>(StrOpt) User (uid or name) running metadata proxy after its initialization (if empty: agent effective user)</td>
<td>(StrOpt) User (uid or name) running metadata proxy after its initialization (if empty: agent effective user).</td>
</tr>
<tr>
<td>[DEFAULT] metadata_proxy_watch_log = None</td>
@ -68,6 +100,10 @@
<td>[DEFAULT] nova_admin_tenant_name = None</td>
<td>(StrOpt) The name of the admin nova tenant. Deprecated in favour of an auth plugin in [nova].</td>
</tr>
<tr>
<td>[DEFAULT] periodic_monitoring_interval = 5</td>
<td>(IntOpt) Periodic interval at which the plugin checks for the monitoring L2 gateway agent</td>
</tr>
<tr>
<td>[DEFAULT] policy_default_rule = default</td>
<td>(StrOpt) Default rule. Enforced when a requested rule is not found.</td>
@ -76,6 +112,22 @@
<td>[DEFAULT] policy_dirs = ['policy.d']</td>
<td>(MultiStrOpt) Directories where policy configuration files are stored. They can be relative to any directory in the search path defined by the config_dir option, or absolute paths. The file defined by policy_file must exist for these directories to be searched. Missing or empty directories are ignored.</td>
</tr>
<tr>
<td>[DEFAULT] quota_l2_gateway = 5</td>
<td>(IntOpt) Number of l2 gateways allowed per tenant, -1 for unlimited</td>
</tr>
<tr>
<td>[DEFAULT] syslog-log-facility = LOG_USER</td>
<td>(StrOpt) Syslog facility to receive log lines.</td>
</tr>
<tr>
<td>[DEFAULT] use-syslog = False</td>
<td>(BoolOpt) Use syslog for logging. Existing syslog format is DEPRECATED during I, and will change in J to honor RFC5424.</td>
</tr>
<tr>
<td>[DEFAULT] use-syslog-rfc-format = False</td>
<td>(BoolOpt) (Optional) Enables or disables syslog rfc5424 format for logging. If enabled, prefixes the MSG part of the syslog message with APP-NAME (RFC5424). The format without the APP-NAME is deprecated in I, and will be removed in J.</td>
</tr>
<tr>
<td>[DEFAULT] vlan_transparent = False</td>
<td>(BoolOpt) If True, then allow plugins that support it to create VLAN transparent networks.</td>
@ -92,6 +144,10 @@
<td>[AGENT] comment_iptables_rules = True</td>
<td>(BoolOpt) Add comments to iptables rules.</td>
</tr>
<tr>
<td>[AGENT] prevent_arp_spoofing = False</td>
<td>(BoolOpt) Enable suppression of ARP responses that don't match an IP address that belongs to the port from which they originate. Note: This prevents the VMs attached to this agent from spoofing, it doesn't protect them from other devices which have the capability to spoof (e.g. bare metal or VMs attached to agents without this flag set to True). Spoofing rules will not be added to any ports that have port security disabled. This requires a version of OVS that supports matching ARP headers.</td>
</tr>
<tr>
<td>[AGENT] root_helper_daemon = None</td>
<td>(StrOpt) Root helper daemon application to use when possible.</td>
@ -100,10 +156,174 @@
<td>[AGENT] use_helper_for_ns_read = True</td>
<td>(BoolOpt) Use the root helper to read the namespaces from the operating system.</td>
</tr>
<tr>
<td>[MIDONET] cluster_ip = localhost</td>
<td>(StrOpt) IP that the cluster service can be reached on</td>
</tr>
<tr>
<td>[MIDONET] cluster_port = 8088</td>
<td>(StrOpt) Port that the cluster service can be reached on</td>
</tr>
<tr>
<td>[MIDONET] tunnel_protocol = vxlan</td>
<td>(StrOpt) Tunnel protocol used by Midonet</td>
</tr>
<tr>
<td>[MIDONET] use_cluster = False</td>
<td>(BoolOpt) Use the midonet plugin that interacts with the tasks-based architecture, rather than the plugin that interacts with the HTTP based architecture.</td>
</tr>
<tr>
<td>[OFC] support_packet_filter_on_ofc_router = True</td>
<td>(BoolOpt) Support packet filter on OFC router interface.</td>
</tr>
<tr>
<td>[OVSVAPP] agent_driver = networking_vsphere.agent.ovsvapp_agent.OVSvAppL2Agent</td>
<td>(StrOpt) OVSvApp Agent implementation.</td>
</tr>
<tr>
<td>[OVSVAPP] agent_maintenance = False</td>
<td>(BoolOpt) Turn on this flag during agent updates to help prevent datapath outage.</td>
</tr>
<tr>
<td>[OVSVAPP] bridge_mappings = </td>
<td>(ListOpt) Bridge mappings.</td>
</tr>
<tr>
<td>[OVSVAPP] integration_bridge = br-int</td>
<td>(StrOpt) Integration Bridge.</td>
</tr>
<tr>
<td>[OVSVAPP] network_manager = networking_vsphere.drivers.manager.VcenterManager</td>
<td>(StrOpt) Driver Manager implementation for NetworkDriver.</td>
</tr>
<tr>
<td>[OVSVAPP] polling_interval = 2</td>
<td>(IntOpt) The number of seconds the agent will wait between polling for local device changes.</td>
</tr>
<tr>
<td>[OVSVAPP] report_interval = 4</td>
<td>(IntOpt) Seconds between nodes reporting state to server.</td>
</tr>
<tr>
<td>[OVSVAPP] tenant_network_type = vlan</td>
<td>(StrOpt) Network type for tenant networks - vlan.</td>
</tr>
<tr>
<td>[OVSVAPP] veth_mtu = 1500</td>
<td>(IntOpt) MTU size of veth interfaces.</td>
</tr>
<tr>
<td>[SECURITYGROUP] defer_apply = True</td>
<td>(BoolOpt) Enable defer_apply on security bridge.</td>
</tr>
<tr>
<td>[SECURITYGROUP] ovsvapp_firewall_driver = networking_vsphere.drivers.ovs_firewall.OVSFirewallDriver</td>
<td>(StrOpt) DriverManager implementation for OVS based Firewall.</td>
</tr>
<tr>
<td>[SECURITYGROUP] security_bridge_mapping = br-sec</td>
<td>(StrOpt) &lt;security_bridge&gt;:&lt;phy_interface&gt;</td>
</tr>
<tr>
<td>[VMWARE] cert_check = False</td>
<td>(BoolOpt) Enable SSL certificate check for vCenter.</td>
</tr>
<tr>
<td>[VMWARE] cert_path = /etc/ssl/certs/certs.pem</td>
<td>(StrOpt) Certificate chain path containing cacert of vCenters.</td>
</tr>
<tr>
<td>[VMWARE] cluster_dvs_mapping = ['']</td>
<td>(MultiStrOpt) vCenter cluster to DVS mapping.</td>
</tr>
<tr>
<td>[VMWARE] esx_hostname = None</td>
<td>(StrOpt) ESX host name where this OVSvApp is hosted.</td>
</tr>
<tr>
<td>[VMWARE] esx_maintenance_mode = True</td>
<td>(BoolOpt) Set host into maintenance mode.</td>
</tr>
<tr>
<td>[VMWARE] https_port = 443</td>
<td>(IntOpt) Customized https_port for vCenter communication.</td>
</tr>
<tr>
<td>[VMWARE] vcenter_api_retry_count = 5</td>
<td>(StrOpt) Number of retries while connecting to vcenter server.</td>
</tr>
<tr>
<td>[VMWARE] vcenter_id = None</td>
<td>(StrOpt) Unique ID of the vCenter Server on which this OVSvApp ishosted</td>
</tr>
<tr>
<td>[VMWARE] vcenter_ip = None</td>
<td>(StrOpt) vCenter server IP.</td>
</tr>
<tr>
<td>[VMWARE] vcenter_password = None</td>
<td>(StrOpt) vCenter server password.</td>
</tr>
<tr>
<td>[VMWARE] vcenter_username = None</td>
<td>(StrOpt) vCenter server user name.</td>
</tr>
<tr>
<td>[VMWARE] wsdl_location = None</td>
<td>(StrOpt) vCenter server wsdl location.</td>
</tr>
<tr>
<td>[VROUTER] flavor = 2</td>
<td>(StrOpt) Nova VM flavor for instances of Vyatta vRouter.</td>
</tr>
<tr>
<td>[VROUTER] image_id = None</td>
<td>(StrOpt) Nova image id for instances of Vyatta vRouter.</td>
</tr>
<tr>
<td>[VROUTER] keystone_url = None</td>
<td>(StrOpt) Keystone URL.</td>
</tr>
<tr>
<td>[VROUTER] management_network_id = None</td>
<td>(StrOpt) Vyatta vRouter management network id.</td>
</tr>
<tr>
<td>[VROUTER] nova_poll_interval = 5</td>
<td>(IntOpt) Number of seconds between consecutive Nova queries when waiting for router instance status change.</td>
</tr>
<tr>
<td>[VROUTER] nova_spawn_timeout = 300</td>
<td>(IntOpt) Number of seconds to wait for Nova to activate instance before setting resource to error state.</td>
</tr>
<tr>
<td>[VROUTER] tenant_admin_name = None</td>
<td>(StrOpt) Name of tenant admin user.</td>
</tr>
<tr>
<td>[VROUTER] tenant_admin_password = None</td>
<td>(StrOpt) Tenant admin password.</td>
</tr>
<tr>
<td>[VROUTER] tenant_id = None</td>
<td>(StrOpt) UUID of tenant that holds Vyatta vRouter instances.</td>
</tr>
<tr>
<td>[VROUTER] vrouter_boot_timeout = 300</td>
<td>(IntOpt) Number of seconds to wait for Vyatta vRouter to boot before setting resource to error state.</td>
</tr>
<tr>
<td>[VROUTER] vrouter_credentials = vyatta:vyatta</td>
<td>(StrOpt) Vyatta vRouter login credentials</td>
</tr>
<tr>
<td>[VROUTER] vrouter_poll_interval = 5</td>
<td>(IntOpt) Number of seconds between consecutive Vyatta vRouter queries when waiting for router instance boot.</td>
</tr>
<tr>
<td>[l3_brocade_mlx] switch_names = </td>
<td>(StrOpt) Switches connected to the compute nodes</td>
</tr>
<tr>
<td>[ml2] path_mtu = 0</td>
<td>(IntOpt) The maximum permissible size of an unfragmented packet travelling from and to addresses where encapsulated Neutron traffic is sent. If &lt;= 0, the path MTU is indeterminate.</td>
@ -116,6 +336,110 @@
<td>[ml2] segment_mtu = 0</td>
<td>(IntOpt) The maximum permissible size of an unfragmented packet travelling a L2 network segment. If &lt;= 0, the segment MTU is indeterminate.</td>
</tr>
<tr>
<td>[ml2_brocade] rbridge_id = 1</td>
<td>(StrOpt) Rbridge id of provider edge router(s)</td>
</tr>
<tr>
<td>[ml2_brocade_fi_ni] switch_names = </td>
<td>(StrOpt) Switches connected to the compute nodes</td>
</tr>
<tr>
<td>[ml2_cisco] host_key_checks = False</td>
<td>(BoolOpt) Enable strict host key checks when connecting to Nexus switches</td>
</tr>
<tr>
<td>[ml2_cisco] persistent_switch_config = False</td>
<td>(BoolOpt) To make Nexus configuration persistent</td>
</tr>
<tr>
<td>[ml2_cisco] provider_vlan_auto_create = True</td>
<td>(BoolOpt) Provider VLANs are automatically created as needed on the Nexus switch</td>
</tr>
<tr>
<td>[ml2_cisco] provider_vlan_auto_trunk = True</td>
<td>(BoolOpt) Provider VLANs are automatically trunked as needed on the ports of the Nexus switch</td>
</tr>
<tr>
<td>[ml2_cisco] provider_vlan_name_prefix = p-</td>
<td>(StrOpt) VLAN Name prefix for provider vlans</td>
</tr>
<tr>
<td>[ml2_cisco] switch_heartbeat_time = 0</td>
<td>(IntOpt) Periodic time to check switch connection. (0=disabled)</td>
</tr>
<tr>
<td>[ml2_cisco] switch_replay_count = 3</td>
<td>(IntOpt) Number of times to attempt config replay with switch.</td>
</tr>
<tr>
<td>[ml2_cisco] vxlan_global_config = False</td>
<td>(BoolOpt) Create and delete Nexus switch VXLAN global settings; feature nv overlay, feature vn-segment-vlan-based, interface nve + source-interface loopback</td>
</tr>
<tr>
<td>[ml2_cisco_n1kv] default_policy_profile = default-pp</td>
<td>(StrOpt) Cisco Nexus1000V default policy profile.</td>
</tr>
<tr>
<td>[ml2_cisco_n1kv] default_vlan_network_profile = default-vlan-np</td>
<td>(StrOpt) Cisco Nexus1000V default network profile for VLAN networks.</td>
</tr>
<tr>
<td>[ml2_cisco_n1kv] default_vxlan_network_profile = default-vxlan-np</td>
<td>(StrOpt) Cisco Nexus1000V default network profile for VXLAN networks.</td>
</tr>
<tr>
<td>[ml2_cisco_n1kv] http_pool_size = 4</td>
<td>(IntOpt) Number of threads to use to make HTTP requests.</td>
</tr>
<tr>
<td>[ml2_cisco_n1kv] http_timeout = 15</td>
<td>(IntOpt) HTTP timeout, in seconds, for connections to the Cisco Nexus1000V VSMs.</td>
</tr>
<tr>
<td>[ml2_cisco_n1kv] n1kv_vsm_ips = None</td>
<td>(ListOpt) Comma Separated IP Addresses of the Cisco Nexus1000V VSMs.</td>
</tr>
<tr>
<td>[ml2_cisco_n1kv] password = None</td>
<td>(StrOpt) Password for all configured Cisco Nexus1000V VSMs.</td>
</tr>
<tr>
<td>[ml2_cisco_n1kv] poll_duration = 60</td>
<td>(IntOpt) Cisco Nexus1000V policy profile polling duration in seconds.</td>
</tr>
<tr>
<td>[ml2_cisco_n1kv] restrict_policy_profiles = False</td>
<td>(BoolOpt) Restrict the visibility of policy profiles to the tenants.</td>
</tr>
<tr>
<td>[ml2_cisco_n1kv] sync_interval = 300</td>
<td>(IntOpt) Time interval between consecutive neutron-VSM syncs.</td>
</tr>
<tr>
<td>[ml2_cisco_n1kv] username = None</td>
<td>(StrOpt) Username for all configured Cisco Nexus1000V VSMs.</td>
</tr>
<tr>
<td>[ml2_cisco_ucsm] supported_pci_devs = 1137:0071, 8086:10c9</td>
<td>(ListOpt) List of comma separated vendor_id:product_id of SR_IOV capable devices supported by this MD. This MD supports both VM-FEX and SR-IOV devices.</td>
</tr>
<tr>
<td>[ml2_cisco_ucsm] ucsm_host_list = None</td>
<td>(ListOpt) List of comma separated Host:Service Profile tuples providing the Service Profile associated with each Host to be supported by this MD.</td>
</tr>
<tr>
<td>[ml2_cisco_ucsm] ucsm_ip = None</td>
<td>(StrOpt) Cisco UCS Manager IP address. This is a required field to communicate with a Cisco UCS Manager.</td>
</tr>
<tr>
<td>[ml2_cisco_ucsm] ucsm_password = None</td>
<td>(StrOpt) Password for UCS Manager. This is a required field to communicate with a Cisco UCS Manager.</td>
</tr>
<tr>
<td>[ml2_cisco_ucsm] ucsm_username = None</td>
<td>(StrOpt) Username for UCS Manager. This is a required field to communicate with a Cisco UCS Manager.</td>
</tr>
<tr>
<td>[nova] auth_plugin = None</td>
<td>(StrOpt) Name of the plugin to load</td>
@ -273,8 +597,8 @@
<td>(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] heartbeat_timeout_threshold = 60</td>
<td>(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disable the heartbeat).</td>
<td>[oslo_messaging_rabbit] heartbeat_timeout_threshold = 0</td>
<td>(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disables the heartbeat, &gt;0 enables it. Enabling heartbeats requires kombu&gt;=3.0.7 and amqp&gt;=1.4.0). EXPERIMENTAL</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] kombu_reconnect_delay = 1.0</td>
@ -348,6 +672,30 @@
<td>[oslo_messaging_rabbit] rpc_conn_pool_size = 30</td>
<td>(IntOpt) Size of RPC connection pool.</td>
</tr>
<tr>
<td>[ovsdb] l2_gw_agent_ca_cert_base_path = None</td>
<td>(StrOpt) Trusted issuer CA cert</td>
</tr>
<tr>
<td>[ovsdb] l2_gw_agent_cert_base_path = None</td>
<td>(StrOpt) L2 gateway agent public certificate</td>
</tr>
<tr>
<td>[ovsdb] l2_gw_agent_priv_key_base_path = None</td>
<td>(StrOpt) L2 gateway agent private key</td>
</tr>
<tr>
<td>[ovsdb] max_connection_retries = 10</td>
<td>(IntOpt) Maximum number of retries to open a socket with the OVSDB server</td>
</tr>
<tr>
<td>[ovsdb] ovsdb_hosts = host1:127.0.0.1:6632</td>
<td>(StrOpt) OVSDB server name:host/IP:port</td>
</tr>
<tr>
<td>[ovsdb] periodic_interval = 20</td>
<td>(IntOpt) Seconds between periodic task runs</td>
</tr>
</table>
<table>
<caption>New default values</caption>
@ -361,6 +709,11 @@
<td>New default value</td>
</tr>
</thead>
<tr>
<td>[DEFAULT] default_interface_name</td>
<td>breth0</td>
<td>FortyGigE1/0/1</td>
</tr>
<tr>
<td>[DEFAULT] default_log_levels</td>
<td>amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN</td>
@ -369,13 +722,18 @@
<tr>
<td>[DEFAULT] rpc_zmq_matchmaker</td>
<td>oslo.messaging._drivers.matchmaker.MatchMakerLocalhost</td>
<td>oslo_messaging._drivers.matchmaker.MatchMakerLocalhost</td>
<td>local</td>
</tr>
<tr>
<td>[CISCO_N1K] restrict_network_profiles</td>
<td>False</td>
<td>True</td>
</tr>
<tr>
<td>[NOVA] vif_type</td>
<td>ovs</td>
<td>ivs</td>
</tr>
<tr>
<td>[OVS] local_ip</td>
<td></td>
@ -386,6 +744,11 @@
<td>None</td>
<td>vsctl</td>
</tr>
<tr>
<td>[RESTPROXYAGENT] virtual_switch_type</td>
<td>ovs</td>
<td>ivs</td>
</tr>
<tr>
<td>[VXLAN] enable_vxlan</td>
<td>False</td>
@ -396,11 +759,31 @@
<td></td>
<td>None</td>
</tr>
<tr>
<td>[hosting_devices] csr1kv_cfgagent_router_driver</td>
<td>neutron.plugins.cisco.cfg_agent.device_drivers.csr1kv.csr1kv_routing_driver.CSR1kvRoutingDriver</td>
<td>networking_cisco.plugins.cisco.cfg_agent.device_drivers.csr1kv.csr1kv_routing_driver.CSR1kvRoutingDriver</td>
</tr>
<tr>
<td>[hosting_devices] csr1kv_device_driver</td>
<td>neutron.plugins.cisco.l3.hosting_device_drivers.csr1kv_hd_driver.CSR1kvHostingDeviceDriver</td>
<td>networking_cisco.plugins.cisco.l3.hosting_device_drivers.csr1kv_hd_driver.CSR1kvHostingDeviceDriver</td>
</tr>
<tr>
<td>[hosting_devices] csr1kv_plugging_driver</td>
<td>neutron.plugins.cisco.l3.plugging_drivers.n1kv_trunking_driver.N1kvTrunkingPlugDriver</td>
<td>networking_cisco.plugins.cisco.l3.plugging_drivers.n1kv_trunking_driver.N1kvTrunkingPlugDriver</td>
</tr>
<tr>
<td>[ml2_sriov] supported_pci_vendor_devs</td>
<td>15b3:1004, 8086:10c9</td>
<td>15b3:1004, 8086:10ca</td>
</tr>
<tr>
<td>[plumgriddirector] driver</td>
<td>neutron.plugins.plumgrid.drivers.plumlib.Plumlib</td>
<td>networking_plumgrid.neutron.plugins.drivers.plumlib.Plumlib</td>
</tr>
</table>
<table>
<caption>Deprecated options</caption>
@ -412,14 +795,14 @@
<td>New Option</td>
</tr>
</thead>
<tr>
<td>[DEFAULT] nova_ca_certificates_file</td>
<td>[nova] cafile</td>
</tr>
<tr>
<td>[DEFAULT] nova_api_insecure</td>
<td>[nova] insecure</td>
</tr>
<tr>
<td>[DEFAULT] nova_ca_certificates_file</td>
<td>[nova] cafile</td>
</tr>
<tr>
<td>[DEFAULT] nova_region_name</td>
<td>[nova] region_name</td>

View File

@ -28,6 +28,26 @@
<td>[DEFAULT] keystone_ec2_insecure = False</td>
<td>(BoolOpt) Disable SSL certificate verification.</td>
</tr>
<tr>
<td>[DEFAULT] log-config-append = None</td>
<td>(StrOpt) The name of a logging configuration file. This file is appended to any existing logging configuration files. For details about logging configuration files, see the Python logging module documentation.</td>
</tr>
<tr>
<td>[DEFAULT] log-date-format = %Y-%m-%d %H:%M:%S</td>
<td>(StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s .</td>
</tr>
<tr>
<td>[DEFAULT] log-dir = None</td>
<td>(StrOpt) (Optional) The base directory used for relative --log-file paths.</td>
</tr>
<tr>
<td>[DEFAULT] log-file = None</td>
<td>(StrOpt) (Optional) Name of log file to output to. If no default is set, logging will go to stdout.</td>
</tr>
<tr>
<td>[DEFAULT] log-format = None</td>
<td>(StrOpt) DEPRECATED. A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. This option is deprecated. Please use logging_context_format_string and logging_default_format_string instead.</td>
</tr>
<tr>
<td>[DEFAULT] max_concurrent_builds = 10</td>
<td>(IntOpt) Maximum number of instance builds to run concurrently</td>
@ -64,6 +84,18 @@
<td>[DEFAULT] scheduler_tracks_instance_changes = True</td>
<td>(BoolOpt) Determines if the Scheduler tracks changes to instances to help with its filtering decisions.</td>
</tr>
<tr>
<td>[DEFAULT] syslog-log-facility = LOG_USER</td>
<td>(StrOpt) Syslog facility to receive log lines.</td>
</tr>
<tr>
<td>[DEFAULT] use-syslog = False</td>
<td>(BoolOpt) Use syslog for logging. Existing syslog format is DEPRECATED during I, and will change in J to honor RFC5424.</td>
</tr>
<tr>
<td>[DEFAULT] use-syslog-rfc-format = False</td>
<td>(BoolOpt) (Optional) Enables or disables syslog rfc5424 format for logging. If enabled, prefixes the MSG part of the syslog message with APP-NAME (RFC5424). The format without the APP-NAME is deprecated in I, and will be removed in J.</td>
</tr>
<tr>
<td>[api_database] connection = None</td>
<td>(StrOpt) The SQLAlchemy connection string to use to connect to the Nova API database.</td>
@ -164,6 +196,86 @@
<td>[cinder] timeout = None</td>
<td>(IntOpt) Timeout value for http requests</td>
</tr>
<tr>
<td>[database] backend = sqlalchemy</td>
<td>(StrOpt) The back end to use for the database.</td>
</tr>
<tr>
<td>[database] connection = None</td>
<td>(StrOpt) The SQLAlchemy connection string to use to connect to the database.</td>
</tr>
<tr>
<td>[database] connection_debug = 0</td>
<td>(IntOpt) Verbosity of SQL debugging information: 0=None, 100=Everything.</td>
</tr>
<tr>
<td>[database] connection_trace = False</td>
<td>(BoolOpt) Add Python stack traces to SQL as comment strings.</td>
</tr>
<tr>
<td>[database] db_inc_retry_interval = True</td>
<td>(BoolOpt) If True, increases the interval between retries of a database operation up to db_max_retry_interval.</td>
</tr>
<tr>
<td>[database] db_max_retries = 20</td>
<td>(IntOpt) Maximum retries in case of connection error or deadlock error before error is raised. Set to -1 to specify an infinite retry count.</td>
</tr>
<tr>
<td>[database] db_max_retry_interval = 10</td>
<td>(IntOpt) If db_inc_retry_interval is set, the maximum seconds between retries of a database operation.</td>
</tr>
<tr>
<td>[database] db_retry_interval = 1</td>
<td>(IntOpt) Seconds between retries of a database transaction.</td>
</tr>
<tr>
<td>[database] idle_timeout = 3600</td>
<td>(IntOpt) Timeout before idle SQL connections are reaped.</td>
</tr>
<tr>
<td>[database] max_overflow = None</td>
<td>(IntOpt) If set, use this value for max_overflow with SQLAlchemy.</td>
</tr>
<tr>
<td>[database] max_pool_size = None</td>
<td>(IntOpt) Maximum number of SQL connections to keep open in a pool.</td>
</tr>
<tr>
<td>[database] max_retries = 10</td>
<td>(IntOpt) Maximum number of database connection retries during startup. Set to -1 to specify an infinite retry count.</td>
</tr>
<tr>
<td>[database] min_pool_size = 1</td>
<td>(IntOpt) Minimum number of SQL connections to keep open in a pool.</td>
</tr>
<tr>
<td>[database] mysql_sql_mode = TRADITIONAL</td>
<td>(StrOpt) The SQL mode to be used for MySQL sessions. This option, including the default, overrides any server-set SQL mode. To use whatever SQL mode is set by the server configuration, set this to no value. Example: mysql_sql_mode=</td>
</tr>
<tr>
<td>[database] pool_timeout = None</td>
<td>(IntOpt) If set, use this value for pool_timeout with SQLAlchemy.</td>
</tr>
<tr>
<td>[database] retry_interval = 10</td>
<td>(IntOpt) Interval between retries of opening a SQL connection.</td>
</tr>
<tr>
<td>[database] slave_connection = None</td>
<td>(StrOpt) The SQLAlchemy connection string to use to connect to the slave database.</td>
</tr>
<tr>
<td>[database] sqlite_db = oslo.sqlite</td>
<td>(StrOpt) The file name to use with SQLite.</td>
</tr>
<tr>
<td>[database] sqlite_synchronous = True</td>
<td>(BoolOpt) If True, SQLite uses synchronous mode.</td>
</tr>
<tr>
<td>[database] use_db_reconnect = False</td>
<td>(BoolOpt) Enable the experimental use of database reconnect on connection lost.</td>
</tr>
<tr>
<td>[guestfs] debug = False</td>
<td>(BoolOpt) Enable guestfs debug</td>
@ -341,8 +453,8 @@
<td>(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] heartbeat_timeout_threshold = 60</td>
<td>(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disable the heartbeat).</td>
<td>[oslo_messaging_rabbit] heartbeat_timeout_threshold = 0</td>
<td>(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disables the heartbeat, &gt;0 enables it. Enabling heartbeats requires kombu&gt;=3.0.7 and amqp&gt;=1.4.0). EXPERIMENTAL</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] kombu_reconnect_delay = 1.0</td>
@ -470,6 +582,11 @@
<td>0</td>
<td>900</td>
</tr>
<tr>
<td>[DEFAULT] default_log_levels</td>
<td>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</td>
<td>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</td>
</tr>
<tr>
<td>[DEFAULT] ec2_path</td>
<td>/services/Cloud</td>
@ -483,18 +600,13 @@
<tr>
<td>[DEFAULT] rpc_zmq_matchmaker</td>
<td>oslo.messaging._drivers.matchmaker.MatchMakerLocalhost</td>
<td>oslo_messaging._drivers.matchmaker.MatchMakerLocalhost</td>
<td>local</td>
</tr>
<tr>
<td>[cinder] catalog_info</td>
<td>volume:cinder:publicURL</td>
<td>volumev2:cinderv2:publicURL</td>
</tr>
<tr>
<td>[libvirt] volume_drivers</td>
<td>iscsi=nova.virt.libvirt.volume.LibvirtISCSIVolumeDriver, iser=nova.virt.libvirt.volume.LibvirtISERVolumeDriver, local=nova.virt.libvirt.volume.LibvirtVolumeDriver, fake=nova.virt.libvirt.volume.LibvirtFakeVolumeDriver, rbd=nova.virt.libvirt.volume.LibvirtNetVolumeDriver, sheepdog=nova.virt.libvirt.volume.LibvirtNetVolumeDriver, nfs=nova.virt.libvirt.volume.LibvirtNFSVolumeDriver, aoe=nova.virt.libvirt.volume.LibvirtAOEVolumeDriver, glusterfs=nova.virt.libvirt.volume.LibvirtGlusterfsVolumeDriver, fibre_channel=nova.virt.libvirt.volume.LibvirtFibreChannelVolumeDriver, scality=nova.virt.libvirt.volume.LibvirtScalityVolumeDriver, gpfs=nova.virt.libvirt.volume.LibvirtGPFSVolumeDriver</td>
<td>iscsi=nova.virt.libvirt.volume.LibvirtISCSIVolumeDriver, iser=nova.virt.libvirt.volume.LibvirtISERVolumeDriver, local=nova.virt.libvirt.volume.LibvirtVolumeDriver, fake=nova.virt.libvirt.volume.LibvirtFakeVolumeDriver, rbd=nova.virt.libvirt.volume.LibvirtNetVolumeDriver, sheepdog=nova.virt.libvirt.volume.LibvirtNetVolumeDriver, nfs=nova.virt.libvirt.volume.LibvirtNFSVolumeDriver, smbfs=nova.virt.libvirt.volume.LibvirtSMBFSVolumeDriver, aoe=nova.virt.libvirt.volume.LibvirtAOEVolumeDriver, glusterfs=nova.virt.libvirt.volume.LibvirtGlusterfsVolumeDriver, fibre_channel=nova.virt.libvirt.volume.LibvirtFibreChannelVolumeDriver, scality=nova.virt.libvirt.volume.LibvirtScalityVolumeDriver, gpfs=nova.virt.libvirt.volume.LibvirtGPFSVolumeDriver, quobyte=nova.virt.libvirt.volume.LibvirtQuobyteVolumeDriver</td>
</tr>
</table>
<table>
<caption>Deprecated options</caption>

View File

@ -0,0 +1,431 @@
<?xml version='1.0' encoding='UTF-8'?>
<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="sahara-conf-changes-kilo">
<!-- Warning: Do not edit this file. It is automatically generated and your changes will be overwritten. The tool to do so lives in the openstack-doc-tools repository. -->
<title>New, updated and deprecated options in Kilo for Data Processing service</title>
<table>
<caption>New options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Option = default value</td>
<td>(Type) Help string</td>
</tr>
</thead>
<tr>
<td>[DEFAULT] admin_project_domain_name = default</td>
<td>(StrOpt) The name of the domain for the service project(ex. tenant).</td>
</tr>
<tr>
<td>[DEFAULT] admin_user_domain_name = default</td>
<td>(StrOpt) The name of the domain to which the admin user belongs.</td>
</tr>
<tr>
<td>[DEFAULT] api_workers = 0</td>
<td>(IntOpt) Number of workers for Sahara API service (0 means all-in-one-thread configuration).</td>
</tr>
<tr>
<td>[DEFAULT] cleanup_time_for_incomplete_clusters = 0</td>
<td>(IntOpt) Maximal time (in hours) for clusters allowed to be in states other than "Active", "Deleting" or "Error". If a cluster is not in "Active", "Deleting" or "Error" state and last update of it was longer than "cleanup_time_for_incomplete_clusters" hours ago then it will be deleted automatically. (0 value means that automatic clean up is disabled).</td>
</tr>
<tr>
<td>[DEFAULT] disable_event_log = False</td>
<td>(BoolOpt) Disables event log feature.</td>
</tr>
<tr>
<td>[DEFAULT] job_canceling_timeout = 300</td>
<td>(IntOpt) Timeout for canceling job execution (in seconds). Sahara will try to cancel job execution during this time.</td>
</tr>
<tr>
<td>[DEFAULT] log-config-append = None</td>
<td>(StrOpt) The name of a logging configuration file. This file is appended to any existing logging configuration files. For details about logging configuration files, see the Python logging module documentation.</td>
</tr>
<tr>
<td>[DEFAULT] log-date-format = %Y-%m-%d %H:%M:%S</td>
<td>(StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s .</td>
</tr>
<tr>
<td>[DEFAULT] log-dir = None</td>
<td>(StrOpt) (Optional) The base directory used for relative --log-file paths.</td>
</tr>
<tr>
<td>[DEFAULT] log-file = None</td>
<td>(StrOpt) (Optional) Name of log file to output to. If no default is set, logging will go to stdout.</td>
</tr>
<tr>
<td>[DEFAULT] log-format = None</td>
<td>(StrOpt) DEPRECATED. A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. This option is deprecated. Please use logging_context_format_string and logging_default_format_string instead.</td>
</tr>
<tr>
<td>[DEFAULT] max_header_line = 16384</td>
<td>(IntOpt) Maximum line size of message headers to be accepted. max_header_line may need to be increased when using large tokens (typically those generated by the Keystone v3 API with big service catalogs).</td>
</tr>
<tr>
<td>[DEFAULT] proxy_command = </td>
<td>(StrOpt) Proxy command used to connect to instances. If set, this command should open a netcat socket, that Sahara will use for SSH and HTTP connections. Use {host} and {port} to describe the destination. Other available keywords: {tenant_id}, {network_id}, {router_id}.</td>
</tr>
<tr>
<td>[DEFAULT] rootwrap_command = sudo sahara-rootwrap /etc/sahara/rootwrap.conf</td>
<td>(StrOpt) Rootwrap command to leverage. Use in conjunction with use_rootwrap=True</td>
</tr>
<tr>
<td>[DEFAULT] syslog-log-facility = LOG_USER</td>
<td>(StrOpt) Syslog facility to receive log lines.</td>
</tr>
<tr>
<td>[DEFAULT] use-syslog = False</td>
<td>(BoolOpt) Use syslog for logging. Existing syslog format is DEPRECATED during I, and will change in J to honor RFC5424.</td>
</tr>
<tr>
<td>[DEFAULT] use-syslog-rfc-format = False</td>
<td>(BoolOpt) (Optional) Enables or disables syslog rfc5424 format for logging. If enabled, prefixes the MSG part of the syslog message with APP-NAME (RFC5424). The format without the APP-NAME is deprecated in I, and will be removed in J.</td>
</tr>
<tr>
<td>[DEFAULT] use_external_key_manager = False</td>
<td>(BoolOpt) Enable Sahara to use an external key manager service provided by the identity service catalog. Sahara will store all keys with the manager service.</td>
</tr>
<tr>
<td>[DEFAULT] use_rootwrap = False</td>
<td>(BoolOpt) Use rootwrap facility to allow non-root users to run the sahara-all server instance and access private network IPs (only valid to use in conjunction with use_namespaces=True)</td>
</tr>
<tr>
<td>[cinder] api_insecure = False</td>
<td>(BoolOpt) Allow to perform insecure SSL requests to cinder.</td>
</tr>
<tr>
<td>[cinder] api_version = 2</td>
<td>(IntOpt) Version of the Cinder API to use.</td>
</tr>
<tr>
<td>[cinder] ca_file = None</td>
<td>(StrOpt) Location of ca certificates file to use for cinder client requests.</td>
</tr>
<tr>
<td>[heat] api_insecure = False</td>
<td>(BoolOpt) Allow to perform insecure SSL requests to heat.</td>
</tr>
<tr>
<td>[heat] ca_file = None</td>
<td>(StrOpt) Location of ca certificates file to use for heat client requests.</td>
</tr>
<tr>
<td>[keystone] api_insecure = False</td>
<td>(BoolOpt) Allow to perform insecure SSL requests to keystone.</td>
</tr>
<tr>
<td>[keystone] ca_file = None</td>
<td>(StrOpt) Location of ca certificates file to use for keystone client requests.</td>
</tr>
<tr>
<td>[neutron] api_insecure = False</td>
<td>(BoolOpt) Allow to perform insecure SSL requests to neutron.</td>
</tr>
<tr>
<td>[neutron] ca_file = None</td>
<td>(StrOpt) Location of ca certificates file to use for neutron client requests.</td>
</tr>
<tr>
<td>[nova] api_insecure = False</td>
<td>(BoolOpt) Allow to perform insecure SSL requests to nova.</td>
</tr>
<tr>
<td>[nova] ca_file = None</td>
<td>(StrOpt) Location of ca certificates file to use for nova client requests.</td>
</tr>
<tr>
<td>[oslo_messaging_amqp] allow_insecure_clients = False</td>
<td>(BoolOpt) Accept clients using either SSL or plain TCP</td>
</tr>
<tr>
<td>[oslo_messaging_amqp] broadcast_prefix = broadcast</td>
<td>(StrOpt) address prefix used when broadcasting to all servers</td>
</tr>
<tr>
<td>[oslo_messaging_amqp] container_name = None</td>
<td>(StrOpt) Name for the AMQP container</td>
</tr>
<tr>
<td>[oslo_messaging_amqp] group_request_prefix = unicast</td>
<td>(StrOpt) address prefix when sending to any server in group</td>
</tr>
<tr>
<td>[oslo_messaging_amqp] idle_timeout = 0</td>
<td>(IntOpt) Timeout for inactive connections (in seconds)</td>
</tr>
<tr>
<td>[oslo_messaging_amqp] server_request_prefix = exclusive</td>
<td>(StrOpt) address prefix used when sending to a specific server</td>
</tr>
<tr>
<td>[oslo_messaging_amqp] ssl_ca_file = </td>
<td>(StrOpt) CA certificate PEM file for verifing server certificate</td>
</tr>
<tr>
<td>[oslo_messaging_amqp] ssl_cert_file = </td>
<td>(StrOpt) Identifying certificate PEM file to present to clients</td>
</tr>
<tr>
<td>[oslo_messaging_amqp] ssl_key_file = </td>
<td>(StrOpt) Private key PEM file used to sign cert_file certificate</td>
</tr>
<tr>
<td>[oslo_messaging_amqp] ssl_key_password = None</td>
<td>(StrOpt) Password for decrypting ssl_key_file (if encrypted)</td>
</tr>
<tr>
<td>[oslo_messaging_amqp] trace = False</td>
<td>(BoolOpt) Debug: dump AMQP frames to stdout</td>
</tr>
<tr>
<td>[oslo_messaging_qpid] amqp_auto_delete = False</td>
<td>(BoolOpt) Auto-delete queues in AMQP.</td>
</tr>
<tr>
<td>[oslo_messaging_qpid] amqp_durable_queues = False</td>
<td>(BoolOpt) Use durable queues in AMQP.</td>
</tr>
<tr>
<td>[oslo_messaging_qpid] qpid_heartbeat = 60</td>
<td>(IntOpt) Seconds between connection keepalive heartbeats.</td>
</tr>
<tr>
<td>[oslo_messaging_qpid] qpid_hostname = localhost</td>
<td>(StrOpt) Qpid broker hostname.</td>
</tr>
<tr>
<td>[oslo_messaging_qpid] qpid_hosts = $qpid_hostname:$qpid_port</td>
<td>(ListOpt) Qpid HA cluster host:port pairs.</td>
</tr>
<tr>
<td>[oslo_messaging_qpid] qpid_password = </td>
<td>(StrOpt) Password for Qpid connection.</td>
</tr>
<tr>
<td>[oslo_messaging_qpid] qpid_port = 5672</td>
<td>(IntOpt) Qpid broker port.</td>
</tr>
<tr>
<td>[oslo_messaging_qpid] qpid_protocol = tcp</td>
<td>(StrOpt) Transport to use, either 'tcp' or 'ssl'.</td>
</tr>
<tr>
<td>[oslo_messaging_qpid] qpid_receiver_capacity = 1</td>
<td>(IntOpt) The number of prefetched messages held by receiver.</td>
</tr>
<tr>
<td>[oslo_messaging_qpid] qpid_sasl_mechanisms = </td>
<td>(StrOpt) Space separated list of SASL mechanisms to use for auth.</td>
</tr>
<tr>
<td>[oslo_messaging_qpid] qpid_tcp_nodelay = True</td>
<td>(BoolOpt) Whether to disable the Nagle algorithm.</td>
</tr>
<tr>
<td>[oslo_messaging_qpid] qpid_topology_version = 1</td>
<td>(IntOpt) The qpid topology version to use. Version 1 is what was originally used by impl_qpid. Version 2 includes some backwards-incompatible changes that allow broker federation to work. Users should update to version 2 when they are able to take everything down, as it requires a clean break.</td>
</tr>
<tr>
<td>[oslo_messaging_qpid] qpid_username = </td>
<td>(StrOpt) Username for Qpid connection.</td>
</tr>
<tr>
<td>[oslo_messaging_qpid] rpc_conn_pool_size = 30</td>
<td>(IntOpt) Size of RPC connection pool.</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] amqp_auto_delete = False</td>
<td>(BoolOpt) Auto-delete queues in AMQP.</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] amqp_durable_queues = False</td>
<td>(BoolOpt) Use durable queues in AMQP.</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] fake_rabbit = False</td>
<td>(BoolOpt) Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] heartbeat_rate = 2</td>
<td>(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] heartbeat_timeout_threshold = 0</td>
<td>(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disables the heartbeat, &gt;0 enables it. Enabling heartbeats requires kombu&gt;=3.0.7 and amqp&gt;=1.4.0). EXPERIMENTAL</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] kombu_reconnect_delay = 1.0</td>
<td>(FloatOpt) How long to wait before reconnecting in response to an AMQP consumer cancel notification.</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] kombu_ssl_ca_certs = </td>
<td>(StrOpt) SSL certification authority file (valid only if SSL enabled).</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] kombu_ssl_certfile = </td>
<td>(StrOpt) SSL cert file (valid only if SSL enabled).</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] kombu_ssl_keyfile = </td>
<td>(StrOpt) SSL key file (valid only if SSL enabled).</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] kombu_ssl_version = </td>
<td>(StrOpt) SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some distributions.</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] rabbit_ha_queues = False</td>
<td>(BoolOpt) Use HA queues in RabbitMQ (x-ha-policy: all). If you change this option, you must wipe the RabbitMQ database.</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] rabbit_host = localhost</td>
<td>(StrOpt) The RabbitMQ broker address where a single node is used.</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] rabbit_hosts = $rabbit_host:$rabbit_port</td>
<td>(ListOpt) RabbitMQ HA cluster host:port pairs.</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] rabbit_login_method = AMQPLAIN</td>
<td>(StrOpt) The RabbitMQ login method.</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] rabbit_max_retries = 0</td>
<td>(IntOpt) Maximum number of RabbitMQ connection retries. Default is 0 (infinite retry count).</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] rabbit_password = guest</td>
<td>(StrOpt) The RabbitMQ password.</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] rabbit_port = 5672</td>
<td>(IntOpt) The RabbitMQ broker port where a single node is used.</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] rabbit_retry_backoff = 2</td>
<td>(IntOpt) How long to backoff for between retries when connecting to RabbitMQ.</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] rabbit_retry_interval = 1</td>
<td>(IntOpt) How frequently to retry connecting with RabbitMQ.</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] rabbit_use_ssl = False</td>
<td>(BoolOpt) Connect over SSL for RabbitMQ.</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] rabbit_userid = guest</td>
<td>(StrOpt) The RabbitMQ userid.</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] rabbit_virtual_host = /</td>
<td>(StrOpt) The RabbitMQ virtual host.</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] rpc_conn_pool_size = 30</td>
<td>(IntOpt) Size of RPC connection pool.</td>
</tr>
<tr>
<td>[oslo_policy] policy_default_rule = default</td>
<td>(StrOpt) Default rule. Enforced when a requested rule is not found.</td>
</tr>
<tr>
<td>[oslo_policy] policy_dirs = ['policy.d']</td>
<td>(MultiStrOpt) Directories where policy configuration files are stored. They can be relative to any directory in the search path defined by the config_dir option, or absolute paths. The file defined by policy_file must exist for these directories to be searched. Missing or empty directories are ignored.</td>
</tr>
<tr>
<td>[oslo_policy] policy_file = policy.json</td>
<td>(StrOpt) The JSON file that defines policies.</td>
</tr>
<tr>
<td>[ssl] ca_file = None</td>
<td>(StrOpt) CA certificate file to use to verify connecting clients.</td>
</tr>
<tr>
<td>[ssl] cert_file = None</td>
<td>(StrOpt) Certificate file to use when starting the server securely.</td>
</tr>
<tr>
<td>[ssl] key_file = None</td>
<td>(StrOpt) Private key file to use when starting the server securely.</td>
</tr>
<tr>
<td>[swift] api_insecure = False</td>
<td>(BoolOpt) Allow to perform insecure SSL requests to swift.</td>
</tr>
<tr>
<td>[swift] ca_file = None</td>
<td>(StrOpt) Location of ca certificates file to use for swift client requests.</td>
</tr>
<tr>
<td>[timeouts] await_attach_volumes = 10</td>
<td>(IntOpt) Wait for attaching volumes to instances, in seconds</td>
</tr>
<tr>
<td>[timeouts] await_for_instances_active = 10800</td>
<td>(IntOpt) Wait for instances to become active, in seconds</td>
</tr>
<tr>
<td>[timeouts] delete_instances_timeout = 10800</td>
<td>(IntOpt) Wait for instances to be deleted, in seconds</td>
</tr>
<tr>
<td>[timeouts] detach_volume_timeout = 300</td>
<td>(IntOpt) Timeout for detaching volumes from instance, in seconds</td>
</tr>
<tr>
<td>[timeouts] ips_assign_timeout = 10800</td>
<td>(IntOpt) Assign IPs timeout, in seconds</td>
</tr>
<tr>
<td>[timeouts] volume_available_timeout = 10800</td>
<td>(IntOpt) Wait for volumes to become available, in seconds</td>
</tr>
<tr>
<td>[timeouts] wait_until_accessible = 10800</td>
<td>(IntOpt) Wait for instance accessibility, in seconds</td>
</tr>
</table>
<table>
<caption>New default values</caption>
<col width="33%"/>
<col width="33%"/>
<col width="33%"/>
<thead>
<tr>
<td>Option</td>
<td>Previous default value</td>
<td>New default value</td>
</tr>
</thead>
<tr>
<td>[DEFAULT] default_log_levels</td>
<td>amqplib=WARN, qpid.messaging=INFO, stevedore=INFO, eventlet.wsgi.server=WARN, sqlalchemy=WARN, boto=WARN, suds=INFO, keystone=INFO, paramiko=WARN, requests=WARN, iso8601=WARN</td>
<td>amqplib=WARN, qpid.messaging=INFO, stevedore=INFO, eventlet.wsgi.server=WARN, sqlalchemy=WARN, boto=WARN, suds=INFO, keystone=INFO, paramiko=WARN, requests=WARN, iso8601=WARN, oslo_messaging=INFO</td>
</tr>
<tr>
<td>[DEFAULT] plugins</td>
<td>vanilla, hdp, spark</td>
<td>vanilla, hdp, spark, cdh</td>
</tr>
<tr>
<td>[DEFAULT] rpc_zmq_matchmaker</td>
<td>oslo.messaging._drivers.matchmaker.MatchMakerLocalhost</td>
<td>local</td>
</tr>
</table>
<table>
<caption>Deprecated options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Deprecated option</td>
<td>New Option</td>
</tr>
</thead>
<tr>
<td>[DEFAULT] detach_volume_timeout</td>
<td>[timeouts] detach_volume_timeout</td>
</tr>
</table>
</section>

View File

@ -12,6 +12,18 @@
<td>(Type) Help string</td>
</tr>
</thead>
<tr>
<td>container-server.conf: [container-sync] conn_timeout = 5</td>
<td>(StrOpt) Connection timeout to external services</td>
</tr>
<tr>
<td>container-server.conf: [container-sync] internal_client_conf_path = /etc/swift/internal-client.conf</td>
<td>(StrOpt) No help text available for this option.</td>
</tr>
<tr>
<td>container-server.conf: [container-sync] request_tries = 3</td>
<td>(StrOpt) No help text available for this option.</td>
</tr>
<tr>
<td>drive-audit.conf: [drive-audit] log_to_console = False</td>
<td>(StrOpt) No help text available for this option.</td>
@ -24,6 +36,85 @@
<td>drive-audit.conf: [drive-audit] unmount_failed_device = True</td>
<td>(StrOpt) No help text available for this option.</td>
</tr>
<tr>
<td>internal-client.conf: [DEFAULT] log_address = /dev/log</td>
<td>(StrOpt) Location where syslog sends the logs to</td>
</tr>
<tr>
<td>internal-client.conf: [DEFAULT] log_custom_handlers = </td>
<td>(StrOpt) Comma-separated list of functions to call to setup custom log handlers.</td>
</tr>
<tr>
<td>internal-client.conf: [DEFAULT] log_facility = LOG_LOCAL0</td>
<td>(StrOpt) Syslog log facility</td>
</tr>
<tr>
<td>internal-client.conf: [DEFAULT] log_level = INFO</td>
<td>(StrOpt) Logging level</td>
</tr>
<tr>
<td>internal-client.conf: [DEFAULT] log_name = swift</td>
<td>(StrOpt) Label used when logging</td>
</tr>
<tr>
<td>internal-client.conf: [DEFAULT] log_statsd_default_sample_rate = 1.0</td>
<td>(StrOpt) Defines the probability of sending a sample for any given event or
timing measurement.</td>
</tr>
<tr>
<td>internal-client.conf: [DEFAULT] log_statsd_host = localhost</td>
<td>(StrOpt) If not set, the StatsD feature is disabled.</td>
</tr>
<tr>
<td>internal-client.conf: [DEFAULT] log_statsd_metric_prefix = </td>
<td>(StrOpt) Value will be prepended to every metric sent to the StatsD server.</td>
</tr>
<tr>
<td>internal-client.conf: [DEFAULT] log_statsd_port = 8125</td>
<td>(StrOpt) Port value for the StatsD server.</td>
</tr>
<tr>
<td>internal-client.conf: [DEFAULT] log_statsd_sample_rate_factor = 1.0</td>
<td>(StrOpt) Not recommended to set this to a value less than 1.0, if frequency
of logging is too high, tune the
log_statsd_default_sample_rate instead.</td>
</tr>
<tr>
<td>internal-client.conf: [DEFAULT] log_udp_host = </td>
<td>(StrOpt) If not set, the UDP receiver for syslog is disabled.</td>
</tr>
<tr>
<td>internal-client.conf: [DEFAULT] log_udp_port = 514</td>
<td>(StrOpt) Port value for UDP receiver, if enabled.</td>
</tr>
<tr>
<td>internal-client.conf: [DEFAULT] swift_dir = /etc/swift</td>
<td>(StrOpt) Swift configuration directory</td>
</tr>
<tr>
<td>internal-client.conf: [DEFAULT] user = swift</td>
<td>(StrOpt) User to run as</td>
</tr>
<tr>
<td>internal-client.conf: [app-proxy-server] use = egg:swift#proxy</td>
<td>(StrOpt) Entry point of paste.deploy in the server</td>
</tr>
<tr>
<td>internal-client.conf: [filter-cache] use = egg:swift#memcache</td>
<td>(StrOpt) Entry point of paste.deploy in the server</td>
</tr>
<tr>
<td>internal-client.conf: [filter-catch_errors] use = egg:swift#catch_errors</td>
<td>(StrOpt) Entry point of paste.deploy in the server</td>
</tr>
<tr>
<td>internal-client.conf: [filter-proxy-logging] use = egg:swift#proxy_logging</td>
<td>(StrOpt) Entry point of paste.deploy in the server</td>
</tr>
<tr>
<td>internal-client.conf: [pipeline-main] pipeline = catch_errors proxy-logging cache proxy-server</td>
<td>(StrOpt) No help text available for this option.</td>
</tr>
<tr>
<td>memcache.conf: [memcache] connect_timeout = 0.3</td>
<td>(StrOpt) Timeout in seconds (float) for connection</td>
@ -40,6 +131,66 @@
<td>memcache.conf: [memcache] tries = 3</td>
<td>(StrOpt) Number of servers to retry on failures getting a pooled connection</td>
</tr>
<tr>
<td>object-server.conf: [object-reconstructor] concurrency = 1</td>
<td>(StrOpt) Number of replication workers to spawn</td>
</tr>
<tr>
<td>object-server.conf: [object-reconstructor] daemonize = on</td>
<td>(StrOpt) Whether or not to run replication as a daemon</td>
</tr>
<tr>
<td>object-server.conf: [object-reconstructor] handoffs_first = False</td>
<td>(StrOpt) If set to True, partitions that are not supposed to be on the node will be replicated first. The default setting should not be changed, except for extreme situations.</td>
</tr>
<tr>
<td>object-server.conf: [object-reconstructor] http_timeout = 60</td>
<td>(StrOpt) Maximum duration for an HTTP request</td>
</tr>
<tr>
<td>object-server.conf: [object-reconstructor] lockup_timeout = 1800</td>
<td>(StrOpt) Attempts to kill all workers if nothing replications for lockup_timeout seconds</td>
</tr>
<tr>
<td>object-server.conf: [object-reconstructor] log_address = /dev/log</td>
<td>(StrOpt) Location where syslog sends the logs to</td>
</tr>
<tr>
<td>object-server.conf: [object-reconstructor] log_facility = LOG_LOCAL0</td>
<td>(StrOpt) Syslog log facility</td>
</tr>
<tr>
<td>object-server.conf: [object-reconstructor] log_level = INFO</td>
<td>(StrOpt) Logging level</td>
</tr>
<tr>
<td>object-server.conf: [object-reconstructor] log_name = object-reconstructor</td>
<td>(StrOpt) Label used when logging</td>
</tr>
<tr>
<td>object-server.conf: [object-reconstructor] node_timeout = 10</td>
<td>(StrOpt) Request timeout to external services</td>
</tr>
<tr>
<td>object-server.conf: [object-reconstructor] reclaim_age = 604800</td>
<td>(StrOpt) Time elapsed in seconds before an object can be reclaimed</td>
</tr>
<tr>
<td>object-server.conf: [object-reconstructor] recon_cache_path = /var/cache/swift</td>
<td>(StrOpt) Directory where stats for a few items will be stored</td>
</tr>
<tr>
<td>object-server.conf: [object-reconstructor] ring_check_interval = 15</td>
<td>(StrOpt) How often (in seconds) to check the ring</td>
</tr>
<tr>
<td>object-server.conf: [object-reconstructor] run_pause = 30</td>
<td>(StrOpt) Time in seconds to wait between replication passes</td>
</tr>
<tr>
<td>object-server.conf: [object-reconstructor] stats_interval = 300</td>
<td>(StrOpt) Interval in seconds between logging replication statistics</td>
</tr>
<tr>
<td>proxy-server.conf: [filter-authtoken] identity_uri = http://keystonehost:35357/</td>
<td>(StrOpt) No help text available for this option.</td>
@ -73,6 +224,42 @@ prefix.</td>
<td>proxy-server.conf: [filter-tempauth] user_test5_tester5 = testing5 service</td>
<td>(StrOpt) No help text available for this option.</td>
</tr>
<tr>
<td>swift.conf: [storage-policy-0] policy_type = replication</td>
<td>(StrOpt) No help text available for this option.</td>
</tr>
<tr>
<td>swift.conf: [storage-policy-1] policy_type = replication</td>
<td>(StrOpt) No help text available for this option.</td>
</tr>
<tr>
<td>swift.conf: [storage-policy-2] ec_num_data_fragments = 10</td>
<td>(StrOpt) No help text available for this option.</td>
</tr>
<tr>
<td>swift.conf: [storage-policy-2] ec_num_parity_fragments = 4</td>
<td>(StrOpt) No help text available for this option.</td>
</tr>
<tr>
<td>swift.conf: [storage-policy-2] ec_object_segment_size = 1048576</td>
<td>(StrOpt) No help text available for this option.</td>
</tr>
<tr>
<td>swift.conf: [storage-policy-2] ec_type = jerasure_rs_vand</td>
<td>(StrOpt) No help text available for this option.</td>
</tr>
<tr>
<td>swift.conf: [storage-policy-2] name = deepfreeze10-4</td>
<td>(StrOpt) No help text available for this option.</td>
</tr>
<tr>
<td>swift.conf: [storage-policy-2] policy_type = erasure_coding</td>
<td>(StrOpt) No help text available for this option.</td>
</tr>
<tr>
<td>swift.conf: [swift-constraints] valid_api_versions = v0,v1,v2</td>
<td>(StrOpt) No help text available for this option.</td>
</tr>
</table>
<table>
<caption>New default values</caption>
@ -91,6 +278,11 @@ prefix.</td>
<td>5424880</td>
<td>5242880</td>
</tr>
<tr>
<td>proxy-server.conf: [DEFAULT] disallowed_sections</td>
<td>container_quotas, tempurl, bulk_delete.max_failed_deletes</td>
<td>swift.valid_api_versions, container_quotas, tempurl</td>
</tr>
<tr>
<td>proxy-server.conf: [app-proxy-server] swift_owner_headers</td>
<td>x-container-read, x-container-write, x-container-sync-key, x-container-sync-to, x-account-meta-temp-url-key, x-account-meta-temp-url-key-2, x-account-access-control</td>

View File

@ -269,8 +269,8 @@
<td>(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] heartbeat_timeout_threshold = 60</td>
<td>(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disable the heartbeat).</td>
<td>[oslo_messaging_rabbit] heartbeat_timeout_threshold = 0</td>
<td>(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disables the heartbeat, &gt;0 enables it. Enabling heartbeats requires kombu&gt;=3.0.7 and amqp&gt;=1.4.0). EXPERIMENTAL</td>
</tr>
<tr>
<td>[oslo_messaging_rabbit] kombu_reconnect_delay = 1.0</td>
@ -451,6 +451,11 @@
<td>$pybasedir/etc/trove/trove-guestagent.conf.sample</td>
<td>/etc/trove/trove-guestagent.conf</td>
</tr>
<tr>
<td>[DEFAULT] ignore_dbs</td>
<td>lost+found, mysql, information_schema</td>
<td>lost+found, #mysql50#lost+found, mysql, information_schema</td>
</tr>
<tr>
<td>[DEFAULT] notification_service_id</td>
<td>{'postgresql': 'ac277e0d-4f21-40aa-b347-1ea31e571720', 'couchbase': 'fa62fe68-74d9-4779-a24e-36f19602c415', 'mongodb': 'c8c907af-7375-456f-b929-b637ff9209ee', 'redis': 'b216ffc5-1947-456c-a4cf-70f94c05f7d0', 'mysql': '2f3ff068-2bfb-4f70-9a9d-a6bb65bc084b', 'cassandra': '459a230d-4e97-4344-9067-2a54a310b0ed'}</td>
@ -469,7 +474,7 @@
<tr>
<td>[DEFAULT] rpc_zmq_matchmaker</td>
<td>trove.openstack.common.rpc.matchmaker.MatchMakerLocalhost</td>
<td>oslo_messaging._drivers.matchmaker.MatchMakerLocalhost</td>
<td>local</td>
</tr>
<tr>
<td>[couchbase] backup_namespace</td>

View File

@ -31,4 +31,6 @@
<xi:include href="../common/tables/sahara-timeouts.xml"/>
<xi:include href="../common/tables/sahara-zeromq.xml"/>
<xi:include href="../common/tables/sahara-conf-changes.xml"/>
</chapter>