Update the config reference tables (exept swift)

Include new tables in the config reference.

Closes-Bug: #1366489
Closes-Bug: #1374844

Change-Id: I47883b3e524aba67f82304112a066a281c341be3
This commit is contained in:
Gauvain Pocentek 2014-09-28 19:18:19 +02:00
parent f62a2b006f
commit ad9faae7c3
96 changed files with 951 additions and 229 deletions

View File

@ -52,6 +52,10 @@
<td>host = 0.0.0.0</td>
<td>(StrOpt) The listen IP for the ceilometer API server.</td>
</tr>
<tr>
<td>pecan_debug = False</td>
<td>(BoolOpt) Toggle Pecan Debug Middleware. Defaults to global debug value.</td>
</tr>
<tr>
<td>port = 8777</td>
<td>(IntOpt) The port for the ceilometer API server.</td>

View File

@ -41,6 +41,10 @@
<td>notification_workers = 1</td>
<td>(IntOpt) Number of workers for notification service. A single notification agent is enabled by default.</td>
</tr>
<tr>
<td>rootwrap_config = /etc/ceilometer/rootwrap.conf</td>
<td>(StrOpt) Path to the rootwrap configuration file touse for running commands as root</td>
</tr>
<tr>
<th colspan="2">[central]</th>
</tr>

View File

@ -116,6 +116,10 @@
<td>use_db_reconnect = False</td>
<td>(BoolOpt) Enable the experimental use of database reconnect on connection lost.</td>
</tr>
<tr>
<td>use_tpool = False</td>
<td>(BoolOpt) Enable the experimental use of thread pooling for all DB API calls</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,26 @@
<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in openstack-doc-tools repository. -->
<table rules="all" xml:id="config_table_ceilometer_ipmi">
<caption>Description of IPMI configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[ipmi]</th>
</tr>
<tr>
<td>node_manager_init_retry = 3</td>
<td>(IntOpt) Number of retries upon Intel Node Manager initialization failure</td>
</tr>
</tbody>
</table>
</para>

View File

@ -25,10 +25,22 @@
<td>fatal_deprecations = False</td>
<td>(BoolOpt) Enables or disables fatal status of deprecations.</td>
</tr>
<tr>
<td>fatal_exception_format_errors = False</td>
<td>(BoolOpt) Make exception message format errors fatal</td>
</tr>
<tr>
<td>instance_format = "[instance: %(uuid)s] "</td>
<td>(StrOpt) The format for an instance that is passed with the log message.</td>
</tr>
<tr>
<td>instance_name_template = instance-%08x</td>
<td>(StrOpt) Template string to be used to generate instance names</td>
</tr>
<tr>
<td>instance_usage_audit_period = month</td>
<td>(StrOpt) Time period to generate instance usages for. Time period must be hour, day, month or year</td>
</tr>
<tr>
<td>instance_uuid_format = "[instance: %(uuid)s] "</td>
<td>(StrOpt) The format for an instance UUID that is passed with the log message.</td>

View File

@ -0,0 +1,46 @@
<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in openstack-doc-tools repository. -->
<table rules="all" xml:id="config_table_ceilometer_nova">
<caption>Description of nova configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>enable_new_services = True</td>
<td>(BoolOpt) Services to be added to the available pool on create</td>
</tr>
<tr>
<td>monkey_patch = False</td>
<td>(BoolOpt) Whether to log monkey patching</td>
</tr>
<tr>
<td>monkey_patch_modules = nova.api.ec2.cloud:nova.notifications.notify_decorator, nova.compute.api:nova.notifications.notify_decorator</td>
<td>(ListOpt) List of modules/decorators to monkey patch</td>
</tr>
<tr>
<td>network_api_class = nova.network.api.API</td>
<td>(StrOpt) The full class name of the network API class to use</td>
</tr>
<tr>
<td>password_length = 12</td>
<td>(IntOpt) Length of generated instance admin passwords</td>
</tr>
<tr>
<td>snapshot_name_template = snapshot-%s</td>
<td>(StrOpt) Template string to be used to generate snapshot names</td>
</tr>
</tbody>
</table>
</para>

View File

@ -57,6 +57,13 @@
<td>topic = cells</td>
<td>(StrOpt) The topic cells nodes listen on</td>
</tr>
<tr>
<th colspan="2">[upgrade_levels]</th>
</tr>
<tr>
<td>cells = None</td>
<td>(StrOpt) Set a version cap for messages sent to local cells services</td>
</tr>
</tbody>
</table>
</para>

View File

@ -41,6 +41,10 @@
<td>qpid_protocol = tcp</td>
<td>(StrOpt) Transport to use, either 'tcp' or 'ssl'.</td>
</tr>
<tr>
<td>qpid_receiver_capacity = 1</td>
<td>(IntOpt) The number of prefetched messages held by receiver.</td>
</tr>
<tr>
<td>qpid_sasl_mechanisms = </td>
<td>(StrOpt) Space separated list of SASL mechanisms to use for auth.</td>

View File

@ -0,0 +1,42 @@
<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in openstack-doc-tools repository. -->
<table rules="all" xml:id="config_table_ceilometer_rootwrap">
<caption>Description of rootwrap configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>filters_path = /etc/ceilometer/rootwrap.d,/usr/share/ceilometer/rootwrap</td>
<td>List of directories to load filter definitions from (separated by ','). These directories MUST all be only writeable by root !</td>
</tr>
<tr>
<td>exec_dirs = /sbin,/usr/sbin,/bin,/usr/bin</td>
<td>List of directories to search executables in, in case filters do not explicitely specify a full path (separated by ',') If not specified, defaults to system PATH environment variable. These directories MUST all be only writeable by root !</td>
</tr>
<tr>
<td>use_syslog = False</td>
<td>Enable logging to syslog Default value is False</td>
</tr>
<tr>
<td>syslog_log_facility = syslog</td>
<td>Which syslog facility to use. Valid values include auth, authpriv, syslog, user0, user1... Default value is 'syslog'</td>
</tr>
<tr>
<td>syslog_log_level = ERROR</td>
<td>Which messages to log. INFO means log all usage ERROR means only log unsuccessful attempts</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,42 @@
<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in openstack-doc-tools repository. -->
<table rules="all" xml:id="config_table_ceilometer_service_types">
<caption>Description of service types configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[service_types]</th>
</tr>
<tr>
<td>glance = image</td>
<td>(StrOpt) Glance service type.</td>
</tr>
<tr>
<td>kwapi = energy</td>
<td>(StrOpt) Kwapi service type.</td>
</tr>
<tr>
<td>neutron = network</td>
<td>(StrOpt) Neutron service type.</td>
</tr>
<tr>
<td>nova = compute</td>
<td>(StrOpt) Nova service type.</td>
</tr>
<tr>
<td>swift = object-store</td>
<td>(StrOpt) Swift service type.</td>
</tr>
</tbody>
</table>
</para>

View File

@ -35,7 +35,7 @@
</tr>
<tr>
<td>enable_v1_api = True</td>
<td>(BoolOpt) Deploy v1 of the Cinder API.</td>
<td>(BoolOpt) DEPRECATED: Deploy v1 of the Cinder API.</td>
</tr>
<tr>
<td>enable_v2_api = True</td>

View File

@ -119,7 +119,7 @@
</tr>
<tr>
<td>ssh_hosts_key_file = $state_path/ssh_known_hosts</td>
<td>(StrOpt) File containing SSH host keys for the systems with which Cinder needs to communicate. OPTIONAL: Default=$state_path/known_hosts</td>
<td>(StrOpt) File containing SSH host keys for the systems with which Cinder needs to communicate. OPTIONAL: Default=$state_path/ssh_known_hosts</td>
</tr>
<tr>
<td>state_path = /var/lib/cinder</td>

View File

@ -37,6 +37,10 @@
<td>glance_api_version = 1</td>
<td>(IntOpt) Version of the glance API to use</td>
</tr>
<tr>
<td>glance_ca_certificates_file = None</td>
<td>(StrOpt) Location of ca certificates file to use for glance client requests.</td>
</tr>
<tr>
<td>glance_core_properties = checksum, container_format, disk_format, image_name, image_id, min_disk, min_ram, name, size</td>
<td>(ListOpt) Default core properties of image</td>

View File

@ -22,7 +22,7 @@
<td>(BoolOpt) Print debugging output (set logging level to DEBUG instead of default WARNING level).</td>
</tr>
<tr>
<td>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</td>
<td>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</td>
<td>(ListOpt) List of logger=LEVEL pairs.</td>
</tr>
<tr>

View File

@ -25,6 +25,10 @@
<td>dpl_port = 8357</td>
<td>(IntOpt) DPL port number.</td>
</tr>
<tr>
<td>iscsi_port = 3260</td>
<td>(IntOpt) The port that the iSCSI daemon is listening on</td>
</tr>
<tr>
<td>san_ip = </td>
<td>(StrOpt) IP address of SAN controller</td>
@ -41,10 +45,6 @@
<td>san_thin_provision = True</td>
<td>(BoolOpt) Use thin provisioning for SAN volumes?</td>
</tr>
<tr>
<td>iscsi_port = 3260</td>
<td>(IntOpt) The port that the iSCSI daemon is listening on</td>
</tr>
</tbody>
</table>
</para>

View File

@ -97,6 +97,10 @@
<td>qpid_protocol = tcp</td>
<td>(StrOpt) Transport to use, either 'tcp' or 'ssl'.</td>
</tr>
<tr>
<td>qpid_receiver_capacity = 1</td>
<td>(IntOpt) The number of prefetched messages held by receiver.</td>
</tr>
<tr>
<td>qpid_sasl_mechanisms = </td>
<td>(StrOpt) Space separated list of SASL mechanisms to use for auth.</td>

View File

@ -0,0 +1,50 @@
<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in openstack-doc-tools repository. -->
<table rules="all" xml:id="config_table_cinder_smbfs">
<caption>Description of Samba volume driver configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>smbfs_default_volume_format = qcow2</td>
<td>(StrOpt) Default format that will be used when creating volumes if no volume format is specified. Can be set to: raw, qcow2, vhd or vhdx.</td>
</tr>
<tr>
<td>smbfs_mount_options = noperm,file_mode=0775,dir_mode=0775</td>
<td>(StrOpt) Mount options passed to the smbfs client. See mount.cifs man page for details.</td>
</tr>
<tr>
<td>smbfs_mount_point_base = $state_path/mnt</td>
<td>(StrOpt) Base dir containing mount points for smbfs shares.</td>
</tr>
<tr>
<td>smbfs_oversub_ratio = 1.0</td>
<td>(FloatOpt) This will compare the allocated to available space on the volume destination. If the ratio exceeds this number, the destination will no longer be valid.</td>
</tr>
<tr>
<td>smbfs_shares_config = /etc/cinder/smbfs_shares</td>
<td>(StrOpt) File with the list of available smbfs shares.</td>
</tr>
<tr>
<td>smbfs_sparsed_volumes = True</td>
<td>(BoolOpt) Create volumes as sparsed files which take no space rather than regular files when using raw format, in which case volume creation takes lot of time.</td>
</tr>
<tr>
<td>smbfs_used_ratio = 0.95</td>
<td>(FloatOpt) Percent of ACTUAL usage of the underlying volume before no new volumes can be allocated to the volume destination.</td>
</tr>
</tbody>
</table>
</para>

View File

@ -38,8 +38,8 @@
<td>(BoolOpt) Specifies that volumes are created as sparse files which initially consume no space. If set to False, the volume is created as a fully allocated file, in which case, creation may take a significantly longer time.</td>
</tr>
<tr>
<td>gpfs_storage_pool = None</td>
<td>(StrOpt) Specifies the storage pool that volumes are assigned to. By default, the system storage pool is used.</td>
<td>gpfs_storage_pool = system</td>
<td>(StrOpt) Specifies the storage pool that volumes are assigned to. By default, the system storage pool is used.</td>
</tr>
</tbody>
</table>

View File

@ -57,6 +57,10 @@
<td>zfssa_project = None</td>
<td>(StrOpt) Project name.</td>
</tr>
<tr>
<td>zfssa_rest_timeout = None</td>
<td>(IntOpt) REST connection timeout. (seconds)</td>
</tr>
<tr>
<td>zfssa_target_group = tgt-grp</td>
<td>(StrOpt) iSCSI target group name.</td>

View File

@ -14,6 +14,13 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>db_enforce_mysql_charset = True</td>
<td>(BoolOpt) DEPRECATED. TO BE REMOVED IN THE JUNO RELEASE. Whether or not to enforce that all DB tables have charset utf8. If your database tables do not have charset utf8 you will need to convert before this option is removed. This option is only relevant if your database engine is MySQL.</td>
</tr>
<tr>
<th colspan="2">[database]</th>
</tr>

View File

@ -41,6 +41,10 @@
<td>qpid_protocol = tcp</td>
<td>(StrOpt) Transport to use, either 'tcp' or 'ssl'.</td>
</tr>
<tr>
<td>qpid_receiver_capacity = 1</td>
<td>(IntOpt) The number of prefetched messages held by receiver.</td>
</tr>
<tr>
<td>qpid_sasl_mechanisms = </td>
<td>(StrOpt) Space separated list of SASL mechanisms to use for auth.</td>

View File

@ -19,27 +19,27 @@
</tr>
<tr>
<td>admin_password = None</td>
<td>(StrOpt) The administrators password.</td>
<td>(StrOpt) The administrators password. If "use_user_token" is not in effect, then admin credentials can be specified.</td>
</tr>
<tr>
<td>admin_tenant_name = None</td>
<td>(StrOpt) The tenant name of the administrative user.</td>
<td>(StrOpt) The tenant name of the administrative user. If "use_user_token" is not in effect, then admin tenant name can be specified.</td>
</tr>
<tr>
<td>admin_user = None</td>
<td>(StrOpt) The administrators user name.</td>
<td>(StrOpt) The administrators user name. If "use_user_token" is not in effect, then admin credentials can be specified.</td>
</tr>
<tr>
<td>auth_region = None</td>
<td>(StrOpt) The region for the authentication service.</td>
<td>(StrOpt) The region for the authentication service. If "use_user_token" is not in effect and using keystone auth, then region name can be specified.</td>
</tr>
<tr>
<td>auth_strategy = noauth</td>
<td>(StrOpt) The strategy to use for authentication.</td>
<td>(StrOpt) The strategy to use for authentication. If "use_user_token" is not in effect, then auth strategy can be specified.</td>
</tr>
<tr>
<td>auth_url = None</td>
<td>(StrOpt) The URL to the keystone service.</td>
<td>(StrOpt) The URL to the keystone service. If "use_user_token" is not in effect and using keystone auth, then URL of keystone can be specified.</td>
</tr>
<tr>
<td>registry_client_ca_file = None</td>

View File

@ -17,6 +17,10 @@
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>enable_cloud_watch_lite = True</td>
<td>(BoolOpt) Enable the legacy OS::Heat::CWLiteAlarm resource.</td>
</tr>
<tr>
<td>heat_watch_server_url = </td>
<td>(StrOpt) URL of the Heat CloudWatch server.</td>

View File

@ -41,6 +41,10 @@
<td>qpid_protocol = tcp</td>
<td>(StrOpt) Transport to use, either 'tcp' or 'ssl'.</td>
</tr>
<tr>
<td>qpid_receiver_capacity = 1</td>
<td>(IntOpt) The number of prefetched messages held by receiver.</td>
</tr>
<tr>
<td>qpid_sasl_mechanisms = </td>
<td>(StrOpt) Space separated list of SASL mechanisms to use for auth.</td>

View File

@ -34,8 +34,8 @@
<td>(StrOpt) A "shared secret" that can be used to bootstrap Keystone. This "token" does not represent a user, and carries no explicit authorization. To disable in production (highly recommended), remove AdminTokenAuthMiddleware from your paste application pipelines (for example, in keystone-paste.ini).</td>
</tr>
<tr>
<td>admin_workers = 1</td>
<td>(IntOpt) The number of worker processes to serve the admin WSGI application</td>
<td>admin_workers = None</td>
<td>(IntOpt) The number of worker processes to serve the admin WSGI application. Defaults to number of CPUs (minimum of 2).</td>
</tr>
<tr>
<td>compute_port = 8774</td>
@ -82,8 +82,8 @@
<td>(IntOpt) The port number which the public service listens on.</td>
</tr>
<tr>
<td>public_workers = 1</td>
<td>(IntOpt) The number of worker processes to serve the public WSGI application</td>
<td>public_workers = None</td>
<td>(IntOpt) The number of worker processes to serve the public WSGI application. Defaults to number of CPUs (minimum of 2).</td>
</tr>
<tr>
<td>strict_password_check = False</td>
@ -108,6 +108,13 @@
<td>return_all_endpoints_if_no_filter = True</td>
<td>(BoolOpt) Toggle to return all active endpoints if no filter exists.</td>
</tr>
<tr>
<th colspan="2">[endpoint_policy]</th>
</tr>
<tr>
<td>driver = keystone.contrib.endpoint_policy.backends.sql.EndpointPolicy</td>
<td>(StrOpt) Endpoint policy backend driver</td>
</tr>
<tr>
<th colspan="2">[paste_deploy]</th>
</tr>

View File

@ -0,0 +1,93 @@
<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in openstack-doc-tools repository. -->
<table rules="all" xml:id="config_table_keystone_ca">
<caption>Description of CA and SSL configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[signing]</th>
</tr>
<tr>
<td>ca_certs = /etc/keystone/ssl/certs/ca.pem</td>
<td>(StrOpt) Path of the CA for token signing.</td>
</tr>
<tr>
<td>ca_key = /etc/keystone/ssl/private/cakey.pem</td>
<td>(StrOpt) Path of the CA key for token signing.</td>
</tr>
<tr>
<td>cert_subject = /C=US/ST=Unset/L=Unset/O=Unset/CN=www.example.com</td>
<td>(StrOpt) Certificate subject (auto generated certificate) for token signing.</td>
</tr>
<tr>
<td>certfile = /etc/keystone/ssl/certs/signing_cert.pem</td>
<td>(StrOpt) Path of the certfile for token signing. For non-production environments, you may be interested in using `keystone-manage pki_setup` to generate self-signed certificates.</td>
</tr>
<tr>
<td>key_size = 2048</td>
<td>(IntOpt) Key size (in bits) for token signing cert (auto generated certificate).</td>
</tr>
<tr>
<td>keyfile = /etc/keystone/ssl/private/signing_key.pem</td>
<td>(StrOpt) Path of the keyfile for token signing.</td>
</tr>
<tr>
<td>token_format = None</td>
<td>(StrOpt) Deprecated in favor of provider in the [token] section.</td>
</tr>
<tr>
<td>valid_days = 3650</td>
<td>(IntOpt) Days the token signing cert is valid for (auto generated certificate).</td>
</tr>
<tr>
<th colspan="2">[ssl]</th>
</tr>
<tr>
<td>ca_certs = /etc/keystone/ssl/certs/ca.pem</td>
<td>(StrOpt) Path of the ca cert file for SSL.</td>
</tr>
<tr>
<td>ca_key = /etc/keystone/ssl/private/cakey.pem</td>
<td>(StrOpt) Path of the CA key file for SSL.</td>
</tr>
<tr>
<td>cert_required = False</td>
<td>(BoolOpt) Require client certificate.</td>
</tr>
<tr>
<td>cert_subject = /C=US/ST=Unset/L=Unset/O=Unset/CN=localhost</td>
<td>(StrOpt) SSL certificate subject (auto generated certificate).</td>
</tr>
<tr>
<td>certfile = /etc/keystone/ssl/certs/keystone.pem</td>
<td>(StrOpt) Path of the certfile for SSL. For non-production environments, you may be interested in using `keystone-manage ssl_setup` to generate self-signed certificates.</td>
</tr>
<tr>
<td>enable = False</td>
<td>(BoolOpt) Toggle for SSL support on the Keystone eventlet servers.</td>
</tr>
<tr>
<td>key_size = 1024</td>
<td>(IntOpt) SSL key length (in bits) (auto generated certificate).</td>
</tr>
<tr>
<td>keyfile = /etc/keystone/ssl/private/keystonekey.pem</td>
<td>(StrOpt) Path of the keyfile for SSL.</td>
</tr>
<tr>
<td>valid_days = 3650</td>
<td>(IntOpt) Days the certificate is valid for once signed (auto generated certificate).</td>
</tr>
</tbody>
</table>
</para>

View File

@ -19,7 +19,7 @@
</tr>
<tr>
<td>backend = keystone.common.cache.noop</td>
<td>(StrOpt) Dogpile.cache backend module. It is recommended that Memcache (dogpile.cache.memcached) or Redis (dogpile.cache.redis) be used in production deployments. Small workloads (single process) like devstack can use the dogpile.cache.memory backend.</td>
<td>(StrOpt) Dogpile.cache backend module. It is recommended that Memcache with pooling (keystone.cache.memcache_pool) or Redis (dogpile.cache.redis) be used in production deployments. Small workloads (single process) like devstack can use the dogpile.cache.memory backend.</td>
</tr>
<tr>
<td>backend_argument = []</td>
@ -41,10 +41,53 @@
<td>expiration_time = 600</td>
<td>(IntOpt) Default TTL, in seconds, for any cached item in the dogpile.cache region. This applies to any cached method that doesn't have an explicit cache expiration time defined for it.</td>
</tr>
<tr>
<td>memcache_dead_retry = 300</td>
<td>(IntOpt) Number of seconds memcached server is considered dead before it is tried again. (dogpile.cache.memcache and keystone.cache.memcache_pool backends only)</td>
</tr>
<tr>
<td>memcache_pool_connection_get_timeout = 10</td>
<td>(IntOpt) Number of seconds that an operation will wait to get a memcache client connection.</td>
</tr>
<tr>
<td>memcache_pool_maxsize = 10</td>
<td>(IntOpt) Max total number of open connections to every memcached server. (keystone.cache.memcache_pool backend only)</td>
</tr>
<tr>
<td>memcache_pool_unused_timeout = 60</td>
<td>(IntOpt) Number of seconds a connection to memcached is held unused in the pool before it is closed. (keystone.cache.memcache_pool backend only)</td>
</tr>
<tr>
<td>memcache_servers = localhost:11211</td>
<td>(ListOpt) Memcache servers in the format of "host:port". (dogpile.cache.memcache and keystone.cache.memcache_pool backends only)</td>
</tr>
<tr>
<td>memcache_socket_timeout = 3</td>
<td>(IntOpt) Timeout in seconds for every call to a server. (dogpile.cache.memcache and keystone.cache.memcache_pool backends only)</td>
</tr>
<tr>
<td>proxies = </td>
<td>(ListOpt) Proxy classes to import that will affect the way the dogpile.cache backend functions. See the dogpile.cache documentation on changing-backend-behavior.</td>
</tr>
<tr>
<th colspan="2">[memcache]</th>
</tr>
<tr>
<td>dead_retry = 300</td>
<td>(IntOpt) Number of seconds memcached server is considered dead before it is tried again. This is used by the key value store system (e.g. token pooled memcached persistence backend).</td>
</tr>
<tr>
<td>pool_connection_get_timeout = 10</td>
<td>(IntOpt) Number of seconds that an operation will wait to get a memcache client connection. This is used by the key value store system (e.g. token pooled memcached persistence backend).</td>
</tr>
<tr>
<td>pool_maxsize = 10</td>
<td>(IntOpt) Max total number of open connections to every memcached server. This is used by the key value store system (e.g. token pooled memcached persistence backend).</td>
</tr>
<tr>
<td>pool_unused_timeout = 60</td>
<td>(IntOpt) Number of seconds a connection to memcached is held unused in the pool before it is closed. This is used by the key value store system (e.g. token pooled memcached persistence backend).</td>
</tr>
</tbody>
</table>
</para>

View File

@ -29,6 +29,10 @@
<td>driver = keystone.catalog.backends.sql.Catalog</td>
<td>(StrOpt) Catalog backend driver.</td>
</tr>
<tr>
<td>endpoint_substitution_whitelist = tenant_id, user_id, public_bind_host, admin_bind_host, compute_host, compute_port, admin_port, public_port, public_endpoint, admin_endpoint</td>
<td>(ListOpt) (Deprecated) List of possible substitutions for use in formatting endpoints. Use caution when modifying this list. It will give users with permission to create endpoints the ability to see those values in your configuration file. This option will be removed in Juno.</td>
</tr>
<tr>
<td>list_limit = None</td>
<td>(IntOpt) Maximum number of entities that will be returned in a catalog collection.</td>

View File

@ -327,7 +327,7 @@
</tr>
<tr>
<td>user_id_attribute = cn</td>
<td>(StrOpt) LDAP attribute mapped to user id.</td>
<td>(StrOpt) LDAP attribute mapped to user id. WARNING: must not be a multivalued attribute.</td>
</tr>
<tr>
<td>user_mail_attribute = mail</td>

View File

@ -17,14 +17,14 @@
<tr>
<th colspan="2">[memcache]</th>
</tr>
<tr>
<td>max_compare_and_set_retry = 16</td>
<td>(IntOpt) Number of compare-and-set attempts to make when using compare-and-set in the token memcache back end.</td>
</tr>
<tr>
<td>servers = localhost:11211</td>
<td>(ListOpt) Memcache servers in the format of "host:port".</td>
</tr>
<tr>
<td>socket_timeout = 3</td>
<td>(IntOpt) Timeout in seconds for every call to a server. This is used by the key value store system (e.g. token pooled memcached persistence backend).</td>
</tr>
</tbody>
</table>
</para>

View File

@ -41,6 +41,10 @@
<td>qpid_protocol = tcp</td>
<td>(StrOpt) Transport to use, either 'tcp' or 'ssl'.</td>
</tr>
<tr>
<td>qpid_receiver_capacity = 1</td>
<td>(IntOpt) The number of prefetched messages held by receiver.</td>
</tr>
<tr>
<td>qpid_sasl_mechanisms = </td>
<td>(StrOpt) Space separated list of SASL mechanisms to use for auth.</td>

View File

@ -19,7 +19,7 @@
</tr>
<tr>
<td>caching = True</td>
<td>(BoolOpt) Toggle for revocation event cacheing. This has no effect unless global caching is enabled.</td>
<td>(BoolOpt) Toggle for revocation event caching. This has no effect unless global caching is enabled.</td>
</tr>
<tr>
<td>driver = keystone.contrib.revoke.backends.kvs.Revoke</td>

View File

@ -0,0 +1,90 @@
<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in openstack-doc-tools repository. -->
<table rules="all" xml:id="config_table_keystone_saml">
<caption>Description of SAML configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[saml]</th>
</tr>
<tr>
<td>assertion_expiration_time = 3600</td>
<td>(IntOpt) Default TTL, in seconds, for any generated SAML assertion created by Keystone.</td>
</tr>
<tr>
<td>certfile = /etc/keystone/ssl/certs/signing_cert.pem</td>
<td>(StrOpt) Path of the certfile for SAML signing. For non-production environments, you may be interested in using `keystone-manage pki_setup` to generate self-signed certificates. Note, the path cannot contain a comma.</td>
</tr>
<tr>
<td>idp_contact_company = None</td>
<td>(StrOpt) Company of contact person.</td>
</tr>
<tr>
<td>idp_contact_email = None</td>
<td>(StrOpt) Email address of contact person.</td>
</tr>
<tr>
<td>idp_contact_name = None</td>
<td>(StrOpt) Given name of contact person</td>
</tr>
<tr>
<td>idp_contact_surname = None</td>
<td>(StrOpt) Surname of contact person.</td>
</tr>
<tr>
<td>idp_contact_telephone = None</td>
<td>(StrOpt) Telephone number of contact person.</td>
</tr>
<tr>
<td>idp_contact_type = other</td>
<td>(StrOpt) Contact type. Allowed values are: technical, support, administrative billing, and other</td>
</tr>
<tr>
<td>idp_entity_id = None</td>
<td>(StrOpt) Entity ID value for unique Identity Provider identification. Usually FQDN is set with a suffix. A value is required to generate IDP Metadata. For example: https://keystone.example.com/v3/OS-FEDERATION/saml2/idp</td>
</tr>
<tr>
<td>idp_lang = en</td>
<td>(StrOpt) Language used by the organization.</td>
</tr>
<tr>
<td>idp_metadata_path = /etc/keystone/saml2_idp_metadata.xml</td>
<td>(StrOpt) Path to the Identity Provider Metadata file. This file should be generated with the keystone-manage saml_idp_metadata command.</td>
</tr>
<tr>
<td>idp_organization_display_name = None</td>
<td>(StrOpt) Organization name to be displayed.</td>
</tr>
<tr>
<td>idp_organization_name = None</td>
<td>(StrOpt) Organization name the installation belongs to.</td>
</tr>
<tr>
<td>idp_organization_url = None</td>
<td>(StrOpt) URL of the organization.</td>
</tr>
<tr>
<td>idp_sso_endpoint = None</td>
<td>(StrOpt) Identity Provider Single-Sign-On service value, required in the Identity Provider's metadata. A value is required to generate IDP Metadata. For example: https://keystone.example.com/v3/OS-FEDERATION/saml2/sso</td>
</tr>
<tr>
<td>keyfile = /etc/keystone/ssl/private/signing_key.pem</td>
<td>(StrOpt) Path of the keyfile for SAML signing. Note, the path cannot contain a comma.</td>
</tr>
<tr>
<td>xmlsec1_binary = xmlsec1</td>
<td>(StrOpt) Binary to be called for XML signing. Install the appropriate package, specify absolute path or adjust your PATH environment variable if the binary cannot be found.</td>
</tr>
</tbody>
</table>
</para>

View File

@ -27,7 +27,7 @@
</tr>
<tr>
<td>caching = True</td>
<td>(BoolOpt) Toggle for token system cacheing. This has no effect unless global caching is enabled.</td>
<td>(BoolOpt) Toggle for token system caching. This has no effect unless global caching is enabled.</td>
</tr>
<tr>
<td>driver = keystone.token.persistence.backends.sql.Token</td>
@ -47,7 +47,7 @@
</tr>
<tr>
<td>provider = None</td>
<td>(StrOpt) Controls the token construction, validation, and revocation operations. Core providers are "keystone.token.providers.[pkiz|pki|uuid].Provider". The default provider is pkiz.</td>
<td>(StrOpt) Controls the token construction, validation, and revocation operations. Core providers are "keystone.token.providers.[pkiz|pki|uuid].Provider". The default provider is uuid.</td>
</tr>
<tr>
<td>revocation_cache_time = 3600</td>

View File

@ -109,7 +109,7 @@
<td>(IntOpt) Time between verifications that the backend controller database is consistent with Neutron. (0 to disable)</td>
</tr>
<tr>
<td>neutron_id = neutron-linux-6dv9.site</td>
<td>neutron_id = neutron-localhost</td>
<td>(StrOpt) User defined identifier for this Neutron deployment</td>
</tr>
<tr>

View File

@ -15,7 +15,7 @@
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
<th colspan="2">[cfg_agent]</th>
</tr>
<tr>
<td>device_connection_timeout = 30</td>

View File

@ -21,10 +21,6 @@
<td>model_class = neutron.plugins.cisco.models.virt_phy_sw_v2.VirtualPhysicalSwitchModelV2</td>
<td>(StrOpt) Model Class</td>
</tr>
<tr>
<td>nexus_driver = neutron.plugins.cisco.test.nexus.fake_nexus_driver.CiscoNEXUSFakeDriver</td>
<td>(StrOpt) Nexus Driver Name</td>
</tr>
<tr>
<td>nexus_l3_enable = False</td>
<td>(BoolOpt) Enable L3 support on the Nexus switches</td>
@ -108,17 +104,6 @@
<td>vxlan_id_ranges = 5000:10000</td>
<td>(StrOpt) N1K VXLAN ID Ranges</td>
</tr>
<tr>
<th colspan="2">[CISCO_PLUGINS]</th>
</tr>
<tr>
<td>nexus_plugin = neutron.plugins.cisco.nexus.cisco_nexus_plugin_v2.NexusPlugin</td>
<td>(StrOpt) Nexus Switch to use</td>
</tr>
<tr>
<td>vswitch_plugin = neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2</td>
<td>(StrOpt) Virtual Switch to use</td>
</tr>
<tr>
<th colspan="2">[cisco_csr_ipsec]</th>
</tr>

View File

@ -130,7 +130,7 @@
<td>(BoolOpt) Whether to disable inter-process locks</td>
</tr>
<tr>
<td>endpoint_type = adminURL</td>
<td>endpoint_type = publicURL</td>
<td>(StrOpt) Network service endpoint type to pull from the keystone catalog</td>
</tr>
<tr>

View File

@ -37,10 +37,42 @@
<td>gateway_external_network_id = </td>
<td>(StrOpt) UUID of external network for routers implemented by the agents.</td>
</tr>
<tr>
<td>ha_confs_path = $state_path/ha_confs</td>
<td>(StrOpt) Location to store keepalived/conntrackd config files</td>
</tr>
<tr>
<td>ha_vrrp_advert_int = 2</td>
<td>(IntOpt) The advertisement interval in seconds</td>
</tr>
<tr>
<td>ha_vrrp_auth_password = None</td>
<td>(StrOpt) VRRP authentication password</td>
</tr>
<tr>
<td>ha_vrrp_auth_type = PASS</td>
<td>(StrOpt) VRRP authentication type AH/PASS</td>
</tr>
<tr>
<td>handle_internal_only_routers = True</td>
<td>(BoolOpt) Agent should implement routers with no gateway</td>
</tr>
<tr>
<td>l3_ha = False</td>
<td>(BoolOpt) Enable HA mode for virtual routers.</td>
</tr>
<tr>
<td>l3_ha_net_cidr = 169.254.192.0/18</td>
<td>(StrOpt) Subnet used for the l3 HA admin network.</td>
</tr>
<tr>
<td>max_l3_agents_per_router = 3</td>
<td>(IntOpt) Maximum number of agents on which a router will be scheduled.</td>
</tr>
<tr>
<td>min_l3_agents_per_router = 2</td>
<td>(IntOpt) Minimum number of agents on which a router will be scheduled.</td>
</tr>
<tr>
<td>router_id = </td>
<td>(StrOpt) If namespaces is disabled, the l3 agent can only configure a router that has the matching router ID.</td>

View File

@ -19,7 +19,7 @@
</tr>
<tr>
<td>meta_flavor_driver_mappings = None</td>
<td>(StrOpt) Mapping between flavor and LinuxInterfaceDriver</td>
<td>(StrOpt) Mapping between flavor and LinuxInterfaceDriver. It is specific to MetaInterfaceDriver used with admin_user, admin_password, admin_tenant_name, admin_url, auth_strategy, auth_region and endpoint_type.</td>
</tr>
<tr>
<td>metadata_backlog = 4096</td>

View File

@ -109,7 +109,7 @@
<td>(IntOpt) Time between verifications that the backend controller database is consistent with Neutron. (0 to disable)</td>
</tr>
<tr>
<td>neutron_id = neutron-linux-6dv9.site</td>
<td>neutron_id = neutron-localhost</td>
<td>(StrOpt) User defined identifier for this Neutron deployment</td>
</tr>
<tr>

View File

@ -37,6 +37,10 @@
<td>physical_networks = </td>
<td>(StrOpt) Allowed physical networks</td>
</tr>
<tr>
<td>rbridge_id = 1</td>
<td>(StrOpt) Rbridge id of provider edge router(s)</td>
</tr>
<tr>
<td>username = admin</td>
<td>(StrOpt) The SSH username to use</td>

View File

@ -19,15 +19,15 @@
</tr>
<tr>
<td>crd_api_insecure = False</td>
<td>(BoolOpt) If set, ignore any SSL validation issues</td>
<td>(BoolOpt) If set, ignore any SSL validation issues.</td>
</tr>
<tr>
<td>crd_auth_strategy = keystone</td>
<td>(StrOpt) Auth strategy for connecting to neutron in admin context</td>
<td>(StrOpt) Auth strategy for connecting to neutron in admin context.</td>
</tr>
<tr>
<td>crd_auth_url = http://127.0.0.1:5000/v2.0/</td>
<td>(StrOpt) CRD Auth URL</td>
<td>(StrOpt) CRD Auth URL.</td>
</tr>
<tr>
<td>crd_ca_certificates_file = None</td>
@ -35,27 +35,27 @@
</tr>
<tr>
<td>crd_password = password</td>
<td>(StrOpt) CRD Service Password</td>
<td>(StrOpt) CRD Service Password.</td>
</tr>
<tr>
<td>crd_region_name = RegionOne</td>
<td>(StrOpt) Region name for connecting to CRD Service in admin context</td>
<td>(StrOpt) Region name for connecting to CRD Service in admin context.</td>
</tr>
<tr>
<td>crd_tenant_name = service</td>
<td>(StrOpt) CRD Tenant Name</td>
<td>(StrOpt) CRD Tenant Name.</td>
</tr>
<tr>
<td>crd_url = http://127.0.0.1:9797</td>
<td>(StrOpt) URL for connecting to CRD service</td>
<td>(StrOpt) URL for connecting to CRD service.</td>
</tr>
<tr>
<td>crd_url_timeout = 30</td>
<td>(IntOpt) Timeout value for connecting to CRD service in seconds</td>
<td>(IntOpt) Timeout value for connecting to CRD service in seconds.</td>
</tr>
<tr>
<td>crd_user_name = crd</td>
<td>(StrOpt) CRD service Username</td>
<td>(StrOpt) CRD service Username.</td>
</tr>
</tbody>
</table>

View File

@ -17,10 +17,6 @@
<tr>
<th colspan="2">[ESWITCH]</th>
</tr>
<tr>
<td>apply_profile_patch = False</td>
<td>(BoolOpt) Enable server compatibility with old nova</td>
</tr>
<tr>
<td>vnic_type = mlnx_direct</td>
<td>(StrOpt) Type of VM network interface: mlnx_direct or hostdev</td>

View File

@ -49,6 +49,17 @@
<td>serverssl = False</td>
<td>(BoolOpt) Boolean for SSL connection with VSD server</td>
</tr>
<tr>
<th colspan="2">[SYNCMANAGER]</th>
</tr>
<tr>
<td>enable_sync = False</td>
<td>(BoolOpt) Nuage plugin will sync resources between openstack and VSD</td>
</tr>
<tr>
<td>sync_interval = 0</td>
<td>(IntOpt) Sync interval in seconds between openstack and VSD. It defines how often the synchronization is done. If not set, value of 0 is assumed and sync will be performed only once, at the Neutron startup time.</td>
</tr>
</tbody>
</table>
</para>

View File

@ -41,6 +41,10 @@
<td>qpid_protocol = tcp</td>
<td>(StrOpt) Transport to use, either 'tcp' or 'ssl'.</td>
</tr>
<tr>
<td>qpid_receiver_capacity = 1</td>
<td>(IntOpt) The number of prefetched messages held by receiver.</td>
</tr>
<tr>
<td>qpid_sasl_mechanisms = </td>
<td>(StrOpt) Space separated list of SASL mechanisms to use for auth.</td>

View File

@ -17,6 +17,10 @@
<tr>
<th colspan="2">[SECURITYGROUP]</th>
</tr>
<tr>
<td>enable_ipset = True</td>
<td>(BoolOpt) Use ipset to speed-up the iptables based security groups.</td>
</tr>
<tr>
<td>enable_security_group = True</td>
<td>(BoolOpt) Controls whether the neutron security group API is enabled in the server. It should be false when using no security groups or using the nova security group API.</td>

View File

@ -64,6 +64,10 @@
<td>gid_maps = </td>
<td>(ListOpt) List of guid targets and ranges.Syntax is guest-gid:host-gid:countMaximum of 5 allowed.</td>
</tr>
<tr>
<td>hw_disk_discard = None</td>
<td>(StrOpt) Discard option for nova managed disks (valid options are: ignore, unmap). Need Libvirt(1.0.6) Qemu1.5 (raw format) Qemu1.6(qcow2 format)</td>
</tr>
<tr>
<td>hw_machine_type = None</td>
<td>(ListOpt) For qemu or KVM guests, set this option to specify a default machine type per host architecture. You can find a list of supported machine types in your environment by checking the output of the "virsh capabilities"command. The format of the value for this config option is host-arch=machine-type. For example: x86_64=machinetype1,armv7l=machinetype2</td>
@ -182,7 +186,7 @@
</tr>
<tr>
<td>volume_drivers = 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</td>
<td>(ListOpt) Libvirt handlers for remote volumes.</td>
<td>(ListOpt) DEPRECATED. Libvirt handlers for remote volumes. This option is deprecated and will be removed in the Kilo release.</td>
</tr>
<tr>
<td>wait_soft_reboot_seconds = 120</td>

View File

@ -22,7 +22,7 @@
<td>(BoolOpt) Print debugging output (set logging level to DEBUG instead of default WARNING level).</td>
</tr>
<tr>
<td>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</td>
<td>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</td>
<td>(ListOpt) List of logger=LEVEL pairs.</td>
</tr>
<tr>

View File

@ -77,6 +77,14 @@
<td>quota_security_groups = 10</td>
<td>(IntOpt) Number of security groups per project</td>
</tr>
<tr>
<td>quota_server_group_members = 10</td>
<td>(IntOpt) Number of servers per server group</td>
</tr>
<tr>
<td>quota_server_groups = 10</td>
<td>(IntOpt) Number of server groups per project</td>
</tr>
<tr>
<th colspan="2">[cells]</th>
</tr>

View File

@ -23,11 +23,11 @@
</tr>
<tr>
<td>console_vmrc_error_retries = 10</td>
<td>(IntOpt) Number of retries for retrieving VMRC information</td>
<td>(IntOpt) DEPRECATED. Number of retries for retrieving VMRC information</td>
</tr>
<tr>
<td>console_vmrc_port = 443</td>
<td>(IntOpt) Port for VMware VMRC connections</td>
<td>(IntOpt) DEPRECATED. Port for VMware VMRC connections</td>
</tr>
<tr>
<td>console_xvp_conf = /etc/xvp.conf</td>

View File

@ -73,7 +73,7 @@
</tr>
<tr>
<td>job_workflow_postfix = </td>
<td>(StrOpt) Postfix for storing jobs in hdfs. Will be added to /user/hadoop/.</td>
<td>(StrOpt) Postfix for storing jobs in hdfs. Will be added to '/user/&lt;hdfs user&gt;/' path.</td>
</tr>
<tr>
<td>lock_path = None</td>

View File

@ -0,0 +1,34 @@
<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in openstack-doc-tools repository. -->
<table rules="all" xml:id="config_table_sahara_domain">
<caption>Description of domain configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>proxy_user_domain_name = None</td>
<td>(StrOpt) The domain Sahara will use to create new proxy users for Swift object access.</td>
</tr>
<tr>
<td>proxy_user_role_names = Member</td>
<td>(ListOpt) A list of the role names that the proxy user should assume through trust for Swift object access.</td>
</tr>
<tr>
<td>use_domain_for_proxy_users = False</td>
<td>(BoolOpt) Enables Sahara to use a domain for creating temporary proxy users to access Swift. If this is enabled a domain must be created for Sahara to use.</td>
</tr>
</tbody>
</table>
</para>

View File

@ -41,6 +41,10 @@
<td>qpid_protocol = tcp</td>
<td>(StrOpt) Transport to use, either 'tcp' or 'ssl'.</td>
</tr>
<tr>
<td>qpid_receiver_capacity = 1</td>
<td>(IntOpt) The number of prefetched messages held by receiver.</td>
</tr>
<tr>
<td>qpid_sasl_mechanisms = </td>
<td>(StrOpt) Space separated list of SASL mechanisms to use for auth.</td>

View File

@ -31,7 +31,7 @@
</tr>
<tr>
<td>conductor_queue = trove-conductor</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Message queue name the Conductor will listen on.</td>
</tr>
<tr>
<td>control_exchange = openstack</td>
@ -62,7 +62,7 @@
<td>(MultiStrOpt) Driver or drivers to handle sending notifications</td>
</tr>
<tr>
<td>notification_service_id = {'couchbase': 'fa62fe68-74d9-4779-a24e-36f19602c415', 'mongodb': 'c8c907af-7375-456f-b929-b637ff9209ee', 'cassandra': '459a230d-4e97-4344-9067-2a54a310b0ed', 'redis': 'b216ffc5-1947-456c-a4cf-70f94c05f7d0', 'mysql': '2f3ff068-2bfb-4f70-9a9d-a6bb65bc084b'}</td>
<td>notification_service_id = {'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>
<td>(DictOpt) Unique ID to tag notification events.</td>
</tr>
<tr>

View File

@ -19,7 +19,7 @@
</tr>
<tr>
<td>admin_roles = admin</td>
<td>(ListOpt) No help text available for this option.</td>
<td>(ListOpt) Roles to add to an admin user.</td>
</tr>
<tr>
<td>api_paste_config = api-paste.ini</td>
@ -27,19 +27,19 @@
</tr>
<tr>
<td>bind_host = 0.0.0.0</td>
<td>(StrOpt) The IP address the API will listen on.</td>
<td>(StrOpt) IP address the API server will listen on.</td>
</tr>
<tr>
<td>bind_port = 8779</td>
<td>(IntOpt) No help text available for this option.</td>
<td>(IntOpt) Port the API server will listen on.</td>
</tr>
<tr>
<td>black_list_regex = None</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Exclude IP addresses that match this regular expression.</td>
</tr>
<tr>
<td>db_api_implementation = trove.db.sqlalchemy.api</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) API Implementation for Trove database access.</td>
</tr>
<tr>
<td>hostname_require_valid_ip = True</td>
@ -47,27 +47,27 @@
</tr>
<tr>
<td>http_delete_rate = 200</td>
<td>(IntOpt) No help text available for this option.</td>
<td>(IntOpt) Maximum number of HTTP 'DELETE' requests (per minute).</td>
</tr>
<tr>
<td>http_get_rate = 200</td>
<td>(IntOpt) No help text available for this option.</td>
<td>(IntOpt) Maximum number of HTTP 'GET' requests (per minute).</td>
</tr>
<tr>
<td>http_mgmt_post_rate = 200</td>
<td>(IntOpt) No help text available for this option.</td>
<td>(IntOpt) Maximum number of management HTTP 'POST' requests (per minute).</td>
</tr>
<tr>
<td>http_post_rate = 200</td>
<td>(IntOpt) No help text available for this option.</td>
<td>(IntOpt) Maximum number of HTTP 'POST' requests (per minute).</td>
</tr>
<tr>
<td>http_put_rate = 200</td>
<td>(IntOpt) No help text available for this option.</td>
<td>(IntOpt) Maximum number of HTTP 'PUT' requests (per minute).</td>
</tr>
<tr>
<td>instances_page_size = 20</td>
<td>(IntOpt) No help text available for this option.</td>
<td>(IntOpt) Page size for listing instances.</td>
</tr>
<tr>
<td>max_header_line = 16384</td>
@ -91,7 +91,7 @@
</tr>
<tr>
<td>trove_auth_url = http://0.0.0.0:5000/v2.0</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Trove authentication URL.</td>
</tr>
<tr>
<td>trove_conductor_workers = None</td>
@ -99,19 +99,19 @@
</tr>
<tr>
<td>trove_security_group_name_prefix = SecGroup</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Prefix to use when creating Security Groups.</td>
</tr>
<tr>
<td>trove_security_group_rule_cidr = 0.0.0.0/0</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) CIDR to use when creating Security Group Rules.</td>
</tr>
<tr>
<td>trove_security_groups_support = True</td>
<td>(BoolOpt) No help text available for this option.</td>
<td>(BoolOpt) Whether Trove should add Security Groups on create.</td>
</tr>
<tr>
<td>users_page_size = 20</td>
<td>(IntOpt) No help text available for this option.</td>
<td>(IntOpt) Page size for listing users.</td>
</tr>
</tbody>
</table>

View File

@ -23,15 +23,11 @@
</tr>
<tr>
<td>backup_chunk_size = 65536</td>
<td>(IntOpt) Chunk size to stream to swift container. This should be in multiples of 128 bytes, since this is the size of an md5 digest block allowing the process to update the file checksum during streaming. See: http://stackoverflow.com/questions/1131220/</td>
</tr>
<tr>
<td>backup_namespace = trove.guestagent.strategies.backup.mysql_impl</td>
<td>(StrOpt) Namespace to load backup strategies from.</td>
<td>(IntOpt) Chunk size (in bytes) to stream to the Swift container. This should be in multiples of 128 bytes, since this is the size of an md5 digest block allowing the process to update the file checksum during streaming. See: http://stackoverflow.com/questions/1131220/</td>
</tr>
<tr>
<td>backup_runner = trove.guestagent.backup.backup_types.InnoBackupEx</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Runner to use for backups.</td>
</tr>
<tr>
<td>backup_runner_options = {}</td>
@ -39,15 +35,11 @@
</tr>
<tr>
<td>backup_segment_max_size = 2147483648</td>
<td>(IntOpt) Maximum size of each segment of the backup file.</td>
</tr>
<tr>
<td>backup_strategy = InnoBackupEx</td>
<td>(StrOpt) Default strategy to perform backups.</td>
<td>(IntOpt) Maximum size (in bytes) of each segment of the backup file.</td>
</tr>
<tr>
<td>backup_swift_container = database_backups</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Swift container to put backups in.</td>
</tr>
<tr>
<td>backup_use_gzip_compression = True</td>
@ -63,7 +55,7 @@
</tr>
<tr>
<td>backups_page_size = 20</td>
<td>(IntOpt) No help text available for this option.</td>
<td>(IntOpt) Page size for listing backups.</td>
</tr>
</tbody>
</table>

View File

@ -19,31 +19,31 @@
</tr>
<tr>
<td>remote_cinder_client = trove.common.remote.cinder_client</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Client to send Cinder calls to.</td>
</tr>
<tr>
<td>remote_dns_client = trove.common.remote.dns_client</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Client to send DNS calls to.</td>
</tr>
<tr>
<td>remote_guest_client = trove.common.remote.guest_client</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Client to send Guest Agent calls to.</td>
</tr>
<tr>
<td>remote_heat_client = trove.common.remote.heat_client</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Client to send Heat calls to.</td>
</tr>
<tr>
<td>remote_neutron_client = trove.common.remote.neutron_client</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Client to send Neutron calls to.</td>
</tr>
<tr>
<td>remote_nova_client = trove.common.remote.nova_client</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Client to send Nova calls to.</td>
</tr>
<tr>
<td>remote_swift_client = trove.common.remote.swift_client</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Client to send Swift calls to.</td>
</tr>
</tbody>
</table>

View File

@ -19,15 +19,15 @@
</tr>
<tr>
<td>cluster_delete_time_out = 180</td>
<td>(IntOpt) No help text available for this option.</td>
<td>(IntOpt) Maximum time (in seconds) to wait for a cluster delete.</td>
</tr>
<tr>
<td>cluster_usage_timeout = 675</td>
<td>(IntOpt) Timeout to wait for a cluster to become active.</td>
<td>(IntOpt) Maximum time (in seconds) to wait for a cluster to become active.</td>
</tr>
<tr>
<td>clusters_page_size = 20</td>
<td>(IntOpt) No help text available for this option.</td>
<td>(IntOpt) Page size for listing clusters.</td>
</tr>
</tbody>
</table>

View File

@ -19,19 +19,19 @@
</tr>
<tr>
<td>configurations_page_size = 20</td>
<td>(IntOpt) No help text available for this option.</td>
<td>(IntOpt) Page size for listing configurations.</td>
</tr>
<tr>
<td>databases_page_size = 20</td>
<td>(IntOpt) No help text available for this option.</td>
<td>(IntOpt) Page size for listing databases.</td>
</tr>
<tr>
<td>default_datastore = None</td>
<td>(StrOpt) The default datastore id or name to use if one is not provided by the user. If the default value is None, the field becomes required in the instance-create request.</td>
<td>(StrOpt) The default datastore id or name to use if one is not provided by the user. If the default value is None, the field becomes required in the instance create request.</td>
</tr>
<tr>
<td>default_neutron_networks = </td>
<td>(ListOpt) List of IDs for management networks which should be attached to the instance regardless of what NICs are specified in the create API call.</td>
<td>(ListOpt) List of IDs for management networks which should be attached to the instance regardless of what NICs are specified in the create API call.</td>
</tr>
<tr>
<td>default_notification_level = INFO</td>
@ -39,7 +39,7 @@
</tr>
<tr>
<td>default_password_length = 36</td>
<td>(IntOpt) No help text available for this option.</td>
<td>(IntOpt) Character length of generated passwords.</td>
</tr>
<tr>
<td>default_publisher_id = $host</td>
@ -51,7 +51,7 @@
</tr>
<tr>
<td>host = 0.0.0.0</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Host to listen for RPC messages.</td>
</tr>
<tr>
<td>lock_path = None</td>
@ -59,7 +59,7 @@
</tr>
<tr>
<td>pybasedir = /usr/lib/python/site-packages/trove/trove</td>
<td>(StrOpt) Directory where the trove python module is installed.</td>
<td>(StrOpt) Directory where the Trove python module is installed.</td>
</tr>
<tr>
<td>pydev_path = None</td>
@ -67,7 +67,7 @@
</tr>
<tr>
<td>taskmanager_queue = taskmanager</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Message queue name the Taskmanager will listen to.</td>
</tr>
<tr>
<td>template_path = /etc/trove/templates/</td>
@ -75,7 +75,7 @@
</tr>
<tr>
<td>usage_timeout = 600</td>
<td>(IntOpt) Timeout to wait for a guest to become active.</td>
<td>(IntOpt) Maximum time (in seconds) to wait for a Guest to become active.</td>
</tr>
</tbody>
</table>

View File

@ -19,7 +19,7 @@
</tr>
<tr>
<td>ip_regex = None</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) List IP addresses that match this regular expression.</td>
</tr>
<tr>
<td>nova_compute_service_type = compute</td>
@ -31,11 +31,11 @@
</tr>
<tr>
<td>root_grant = ALL</td>
<td>(ListOpt) No help text available for this option.</td>
<td>(ListOpt) Permissions to grant to the 'root' user.</td>
</tr>
<tr>
<td>root_grant_option = True</td>
<td>(BoolOpt) No help text available for this option.</td>
<td>(BoolOpt) Assign the 'root' user GRANT permissions.</td>
</tr>
</tbody>
</table>

View File

@ -23,11 +23,11 @@
</tr>
<tr>
<td>sql_idle_timeout = 3600</td>
<td>(IntOpt) No help text available for this option.</td>
<td>(IntOpt) Idle time (in seconds) after which the connection to the database is reestablished. Some databases will drop connections after a specific amount of idle time. Setting sql_idle_timeout to a lower value than this will ensure that a reconnect occurs before the database can drop the connection.</td>
</tr>
<tr>
<td>sql_query_log = False</td>
<td>(BoolOpt) No help text available for this option.</td>
<td>(BoolOpt) Write all SQL queries to a log.</td>
</tr>
<tr>
<td>sql_query_logging = False</td>

View File

@ -17,13 +17,21 @@
<tr>
<th colspan="2">[cassandra]</th>
</tr>
<tr>
<td>backup_incremental_strategy = {}</td>
<td>(DictOpt) Incremental Backup Runner based on the default strategy. For strategies that do not implement an incremental, the runner will use the default full backup.</td>
</tr>
<tr>
<td>backup_namespace = None</td>
<td>(StrOpt) Namespace to load backup strategies from.</td>
</tr>
<tr>
<td>backup_strategy = None</td>
<td>(StrOpt) Default strategy to perform backups.</td>
</tr>
<tr>
<td>device_path = /dev/vdb</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Device path for volume if volume support is enabled.</td>
</tr>
<tr>
<td>mount_point = /var/lib/cassandra</td>
@ -33,6 +41,10 @@
<td>replication_strategy = None</td>
<td>(StrOpt) Default strategy for replication.</td>
</tr>
<tr>
<td>restore_namespace = None</td>
<td>(StrOpt) Namespace to load restore strategies from.</td>
</tr>
<tr>
<td>tcp_ports = 7000, 7001, 9042, 9160</td>
<td>(ListOpt) List of TCP ports and/or port ranges to open in the security group (only applicable if trove_security_groups_support is True).</td>
@ -43,7 +55,7 @@
</tr>
<tr>
<td>volume_support = True</td>
<td>(BoolOpt) Whether to provision a cinder volume for datadir.</td>
<td>(BoolOpt) Whether to provision a Cinder volume for datadir.</td>
</tr>
</tbody>
</table>

View File

@ -17,9 +17,13 @@
<tr>
<th colspan="2">[couchbase]</th>
</tr>
<tr>
<td>backup_incremental_strategy = {}</td>
<td>(DictOpt) Incremental Backup Runner based on the default strategy. For strategies that do not implement an incremental, the runner will use the default full backup.</td>
</tr>
<tr>
<td>backup_namespace = trove.guestagent.strategies.backup.couchbase_impl</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Namespace to load backup strategies from.</td>
</tr>
<tr>
<td>backup_strategy = CbBackup</td>
@ -27,7 +31,7 @@
</tr>
<tr>
<td>device_path = /dev/vdb</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Device path for volume if volume support is enabled.</td>
</tr>
<tr>
<td>mount_point = /var/lib/couchbase</td>
@ -39,7 +43,7 @@
</tr>
<tr>
<td>restore_namespace = trove.guestagent.strategies.restore.couchbase_impl</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Namespace to load restore strategies from.</td>
</tr>
<tr>
<td>root_on_create = True</td>
@ -55,7 +59,7 @@
</tr>
<tr>
<td>volume_support = True</td>
<td>(BoolOpt) Whether to provision a cinder volume for datadir.</td>
<td>(BoolOpt) Whether to provision a Cinder volume for datadir.</td>
</tr>
</tbody>
</table>

View File

@ -21,6 +21,14 @@
<td>api_strategy = trove.common.strategies.mongodb.api.MongoDbAPIStrategy</td>
<td>(StrOpt) Class that implements datastore-specific API logic.</td>
</tr>
<tr>
<td>backup_incremental_strategy = {}</td>
<td>(DictOpt) Incremental Backup Runner based on the default strategy. For strategies that do not implement an incremental, the runner will use the default full backup.</td>
</tr>
<tr>
<td>backup_namespace = None</td>
<td>(StrOpt) Namespace to load backup strategies from.</td>
</tr>
<tr>
<td>backup_strategy = None</td>
<td>(StrOpt) Default strategy to perform backups.</td>
@ -31,11 +39,11 @@
</tr>
<tr>
<td>device_path = /dev/vdb</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Device path for volume if volume support is enabled.</td>
</tr>
<tr>
<td>guestagent_strategy = trove.common.strategies.mongodb.guestagent.MongoDbGuestAgentStrategy</td>
<td>(StrOpt) Class that implements datastore-specific guest agent API logic.</td>
<td>(StrOpt) Class that implements datastore-specific Guest Agent API logic.</td>
</tr>
<tr>
<td>mount_point = /var/lib/mongodb</td>
@ -53,6 +61,10 @@
<td>replication_strategy = None</td>
<td>(StrOpt) Default strategy for replication.</td>
</tr>
<tr>
<td>restore_namespace = None</td>
<td>(StrOpt) Namespace to load restore strategies from.</td>
</tr>
<tr>
<td>taskmanager_strategy = trove.common.strategies.mongodb.taskmanager.MongoDbTaskManagerStrategy</td>
<td>(StrOpt) Class that implements datastore-specific task manager logic.</td>
@ -67,7 +79,7 @@
</tr>
<tr>
<td>volume_support = True</td>
<td>(BoolOpt) Whether to provision a cinder volume for datadir.</td>
<td>(BoolOpt) Whether to provision a Cinder volume for datadir.</td>
</tr>
</tbody>
</table>

View File

@ -19,11 +19,11 @@
</tr>
<tr>
<td>backup_incremental_strategy = {'InnoBackupEx': 'InnoBackupExIncremental'}</td>
<td>(DictOpt) Incremental Backup Runner based on the default strategy. For strategies that do not implement an incremental, the runner will use the default full backup.</td>
<td>(DictOpt) Incremental Backup Runner based on the default strategy. For strategies that do not implement an incremental backup, the runner will use the default full backup.</td>
</tr>
<tr>
<td>backup_namespace = trove.guestagent.strategies.backup.mysql_impl</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Namespace to load backup strategies from.</td>
</tr>
<tr>
<td>backup_strategy = InnoBackupEx</td>
@ -31,7 +31,7 @@
</tr>
<tr>
<td>device_path = /dev/vdb</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Device path for volume if volume support is enabled.</td>
</tr>
<tr>
<td>mount_point = /var/lib/mysql</td>
@ -55,7 +55,7 @@
</tr>
<tr>
<td>restore_namespace = trove.guestagent.strategies.restore.mysql_impl</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Namespace to load restore strategies from.</td>
</tr>
<tr>
<td>root_on_create = False</td>
@ -71,11 +71,11 @@
</tr>
<tr>
<td>usage_timeout = 400</td>
<td>(IntOpt) Timeout to wait for a guest to become active.</td>
<td>(IntOpt) Maximum time (in seconds) to wait for a Guest to become active.</td>
</tr>
<tr>
<td>volume_support = True</td>
<td>(BoolOpt) Whether to provision a cinder volume for datadir.</td>
<td>(BoolOpt) Whether to provision a Cinder volume for datadir.</td>
</tr>
</tbody>
</table>

View File

@ -19,11 +19,11 @@
</tr>
<tr>
<td>backup_incremental_strategy = {'InnoBackupEx': 'InnoBackupExIncremental'}</td>
<td>(DictOpt) Incremental Backup Runner based on the default strategy. For strategies that do not implement an incremental, the runner will use the default full backup.</td>
<td>(DictOpt) Incremental Backup Runner based on the default strategy. For strategies that do not implement an incremental backup, the runner will use the default full backup.</td>
</tr>
<tr>
<td>backup_namespace = trove.guestagent.strategies.backup.mysql_impl</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Namespace to load backup strategies from.</td>
</tr>
<tr>
<td>backup_strategy = InnoBackupEx</td>
@ -31,7 +31,7 @@
</tr>
<tr>
<td>device_path = /dev/vdb</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Device path for volume if volume support is enabled.</td>
</tr>
<tr>
<td>mount_point = /var/lib/mysql</td>
@ -55,7 +55,7 @@
</tr>
<tr>
<td>restore_namespace = trove.guestagent.strategies.restore.mysql_impl</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Namespace to load restore strategies from.</td>
</tr>
<tr>
<td>root_on_create = False</td>
@ -71,11 +71,11 @@
</tr>
<tr>
<td>usage_timeout = 450</td>
<td>(IntOpt) Timeout to wait for a guest to become active.</td>
<td>(IntOpt) Maximum time (in seconds) to wait for a Guest to become active.</td>
</tr>
<tr>
<td>volume_support = True</td>
<td>(BoolOpt) Whether to provision a cinder volume for datadir.</td>
<td>(BoolOpt) Whether to provision a Cinder volume for datadir.</td>
</tr>
</tbody>
</table>

View File

@ -17,9 +17,13 @@
<tr>
<th colspan="2">[postgresql]</th>
</tr>
<tr>
<td>backup_incremental_strategy = {}</td>
<td>(DictOpt) Incremental Backup Runner based on the default strategy. For strategies that do not implement an incremental, the runner will use the default full backup.</td>
</tr>
<tr>
<td>backup_namespace = trove.guestagent.strategies.backup.postgresql_impl</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Namespace to load backup strategies from.</td>
</tr>
<tr>
<td>backup_strategy = PgDump</td>
@ -43,7 +47,7 @@
</tr>
<tr>
<td>restore_namespace = trove.guestagent.strategies.restore.postgresql_impl</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Namespace to load restore strategies from.</td>
</tr>
<tr>
<td>root_on_create = False</td>
@ -59,7 +63,7 @@
</tr>
<tr>
<td>volume_support = True</td>
<td>(BoolOpt) Whether to provision a cinder volume for datadir.</td>
<td>(BoolOpt) Whether to provision a Cinder volume for datadir.</td>
</tr>
</tbody>
</table>

View File

@ -17,13 +17,21 @@
<tr>
<th colspan="2">[redis]</th>
</tr>
<tr>
<td>backup_incremental_strategy = {}</td>
<td>(DictOpt) Incremental Backup Runner based on the default strategy. For strategies that do not implement an incremental, the runner will use the default full backup.</td>
</tr>
<tr>
<td>backup_namespace = None</td>
<td>(StrOpt) Namespace to load backup strategies from.</td>
</tr>
<tr>
<td>backup_strategy = None</td>
<td>(StrOpt) Default strategy to perform backups.</td>
</tr>
<tr>
<td>device_path = None</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Device path for volume if volume support is enabled.</td>
</tr>
<tr>
<td>mount_point = /var/lib/redis</td>
@ -33,6 +41,10 @@
<td>replication_strategy = None</td>
<td>(StrOpt) Default strategy for replication.</td>
</tr>
<tr>
<td>restore_namespace = None</td>
<td>(StrOpt) Namespace to load restore strategies from.</td>
</tr>
<tr>
<td>tcp_ports = 6379</td>
<td>(ListOpt) List of TCP ports and/or port ranges to open in the security group (only applicable if trove_security_groups_support is True).</td>
@ -43,7 +55,7 @@
</tr>
<tr>
<td>volume_support = False</td>
<td>(BoolOpt) Whether to provision a cinder volume for datadir.</td>
<td>(BoolOpt) Whether to provision a Cinder volume for datadir.</td>
</tr>
</tbody>
</table>

View File

@ -19,67 +19,67 @@
</tr>
<tr>
<td>dns_account_id = </td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Tenant ID for DNSaaS.</td>
</tr>
<tr>
<td>dns_auth_url = </td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Authentication URL for DNSaaS.</td>
</tr>
<tr>
<td>dns_domain_id = </td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Domain ID used for adding DNS entries.</td>
</tr>
<tr>
<td>dns_domain_name = </td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Domain name used for adding DNS entries.</td>
</tr>
<tr>
<td>dns_driver = trove.dns.driver.DnsDriver</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Driver for DNSaaS.</td>
</tr>
<tr>
<td>dns_endpoint_url = 0.0.0.0</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Endpoint URL for DNSaaS.</td>
</tr>
<tr>
<td>dns_hostname = </td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Hostname used for adding DNS entries.</td>
</tr>
<tr>
<td>dns_instance_entry_factory = trove.dns.driver.DnsInstanceEntryFactory</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Factory for adding DNS entries.</td>
</tr>
<tr>
<td>dns_management_base_url = </td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Management URL for DNSaaS.</td>
</tr>
<tr>
<td>dns_passkey = </td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Passkey for DNSaaS.</td>
</tr>
<tr>
<td>dns_region = </td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Region name for DNSaaS.</td>
</tr>
<tr>
<td>dns_service_type = </td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Service Type for DNSaaS.</td>
</tr>
<tr>
<td>dns_time_out = 120</td>
<td>(IntOpt) No help text available for this option.</td>
<td>(IntOpt) Maximum time (in seconds) to wait for a DNS entry add.</td>
</tr>
<tr>
<td>dns_ttl = 300</td>
<td>(IntOpt) No help text available for this option.</td>
<td>(IntOpt) Time (in seconds) before a refresh of DNS information occurs.</td>
</tr>
<tr>
<td>dns_username = </td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Username for DNSaaS.</td>
</tr>
<tr>
<td>trove_dns_support = False</td>
<td>(BoolOpt) No help text available for this option.</td>
<td>(BoolOpt) Whether Trove should add DNS entries on create (using Designate DNSaaS).</td>
</tr>
</tbody>
</table>

View File

@ -18,40 +18,36 @@
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>agent_call_high_timeout = 1000</td>
<td>(IntOpt) No help text available for this option.</td>
<td>agent_call_high_timeout = 60</td>
<td>(IntOpt) Maximum time (in seconds) to wait for Guest Agent 'slow' requests (such as restarting the database).</td>
</tr>
<tr>
<td>agent_call_low_timeout = 5</td>
<td>(IntOpt) No help text available for this option.</td>
<td>(IntOpt) Maximum time (in seconds) to wait for Guest Agent 'quick'requests (such as retrieving a list of users or databases).</td>
</tr>
<tr>
<td>agent_heartbeat_time = 10</td>
<td>(IntOpt) No help text available for this option.</td>
<td>(IntOpt) Maximum time (in seconds) for the Guest Agent to reply to a heartbeat request.</td>
</tr>
<tr>
<td>guest_config = $pybasedir/etc/trove/trove-guestagent.conf.sample</td>
<td>(StrOpt) Path to guestagent config file.</td>
<td>(StrOpt) Path to the Guest Agent config file.</td>
</tr>
<tr>
<td>guest_id = None</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) ID of the Guest Instance.</td>
</tr>
<tr>
<td>ignore_dbs = lost+found, mysql, information_schema</td>
<td>(ListOpt) No help text available for this option.</td>
<td>(ListOpt) Databases to exclude when listing databases.</td>
</tr>
<tr>
<td>ignore_users = os_admin, root</td>
<td>(ListOpt) No help text available for this option.</td>
<td>(ListOpt) Users to exclude when listing users.</td>
</tr>
<tr>
<td>mount_options = defaults,noatime</td>
<td>(StrOpt) No help text available for this option.</td>
</tr>
<tr>
<td>restore_namespace = trove.guestagent.strategies.restore.mysql_impl</td>
<td>(StrOpt) Namespace to load restore strategies from.</td>
<td>(StrOpt) Options to use when mounting a volume.</td>
</tr>
<tr>
<td>storage_namespace = trove.guestagent.strategies.storage.swift</td>
@ -63,7 +59,7 @@
</tr>
<tr>
<td>usage_sleep_time = 5</td>
<td>(IntOpt) Time to sleep during the check active guest.</td>
<td>(IntOpt) Time to sleep during the check for an active Guest.</td>
</tr>
</tbody>
</table>

View File

@ -23,7 +23,7 @@
</tr>
<tr>
<td>heat_time_out = 60</td>
<td>(IntOpt) No help text available for this option.</td>
<td>(IntOpt) Maximum time (in seconds) to wait for a Heat request to complete.</td>
</tr>
<tr>
<td>heat_url = None</td>

View File

@ -27,7 +27,7 @@
</tr>
<tr>
<td>format_options = -m 5</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Options to use when formatting a volume.</td>
</tr>
<tr>
<td>instance_format = "[instance: %(uuid)s] "</td>
@ -75,7 +75,7 @@
</tr>
<tr>
<td>network_label_regex = ^private$</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Regular expression to match Trove network labels.</td>
</tr>
<tr>
<td>publish_errors = False</td>

View File

@ -19,7 +19,7 @@
</tr>
<tr>
<td>network_driver = trove.network.nova.NovaNetwork</td>
<td>(StrOpt) Describes the actual network manager used for the management of network attributes (security groups, floating IPs, etc.)</td>
<td>(StrOpt) Describes the actual network manager used for the management of network attributes (security groups, floating IPs, etc.).</td>
</tr>
<tr>
<td>neutron_service_type = network</td>

View File

@ -19,15 +19,15 @@
</tr>
<tr>
<td>nova_proxy_admin_pass = </td>
<td>(StrOpt) Admin password used to connect to nova,</td>
<td>(StrOpt) Admin password used to connect to Nova.</td>
</tr>
<tr>
<td>nova_proxy_admin_tenant_name = </td>
<td>(StrOpt) Admin tenant used to connect to nova.</td>
<td>(StrOpt) Admin tenant used to connect to Nova.</td>
</tr>
<tr>
<td>nova_proxy_admin_user = </td>
<td>(StrOpt) Admin username used to connect to nova.</td>
<td>(StrOpt) Admin username used to connect to Nova.</td>
</tr>
</tbody>
</table>

View File

@ -19,7 +19,7 @@
</tr>
<tr>
<td>max_accepted_volume_size = 5</td>
<td>(IntOpt) Default maximum volume size for an instance.</td>
<td>(IntOpt) Default maximum volume size (in GB) for an instance.</td>
</tr>
<tr>
<td>max_backups_per_user = 50</td>
@ -31,7 +31,7 @@
</tr>
<tr>
<td>max_volumes_per_user = 20</td>
<td>(IntOpt) Default maximum volume capacity (in GB) spanning across all trove volumes per tenant.</td>
<td>(IntOpt) Default maximum volume capacity (in GB) spanning across all Trove volumes per tenant.</td>
</tr>
<tr>
<td>quota_driver = trove.quota.quota.DbQuotaDriver</td>

View File

@ -31,15 +31,11 @@
</tr>
<tr>
<td>num_tries = 3</td>
<td>(IntOpt) No help text available for this option.</td>
</tr>
<tr>
<td>periodic_interval = 60</td>
<td>(IntOpt) No help text available for this option.</td>
<td>(IntOpt) Number of times to check if a volume exists.</td>
</tr>
<tr>
<td>report_interval = 10</td>
<td>(IntOpt) The interval in seconds which periodic tasks are run.</td>
<td>(IntOpt) The interval (in seconds) which periodic tasks are run.</td>
</tr>
<tr>
<td>rpc_backend = trove.openstack.common.rpc.impl_kombu</td>

View File

@ -23,11 +23,11 @@
</tr>
<tr>
<td>datastore_manager = None</td>
<td>(StrOpt) Manager class in guestagent, setup by taskmanager on instance provision.</td>
<td>(StrOpt) Manager class in the Guest Agent, set up by the Taskmanager on instance provision.</td>
</tr>
<tr>
<td>datastore_registry_ext = {}</td>
<td>(DictOpt) Extension for default datastore managers. Allows to use custom managers for each of datastore supported in trove.</td>
<td>(DictOpt) Extension for default datastore managers. Allows the use of custom managers for each of the datastores supported by Trove.</td>
</tr>
<tr>
<td>exists_notification_ticks = 360</td>
@ -39,23 +39,23 @@
</tr>
<tr>
<td>reboot_time_out = 120</td>
<td>(IntOpt) No help text available for this option.</td>
<td>(IntOpt) Maximum time (in seconds) to wait for a server reboot.</td>
</tr>
<tr>
<td>resize_time_out = 600</td>
<td>(IntOpt) No help text available for this option.</td>
<td>(IntOpt) Maximum time (in seconds) to wait for a server resize.</td>
</tr>
<tr>
<td>revert_time_out = 600</td>
<td>(IntOpt) No help text available for this option.</td>
<td>(IntOpt) Maximum time (in seconds) to wait for a server resize revert.</td>
</tr>
<tr>
<td>server_delete_time_out = 60</td>
<td>(IntOpt) No help text available for this option.</td>
<td>(IntOpt) Maximum time (in seconds) to wait for a server delete.</td>
</tr>
<tr>
<td>state_change_wait_time = 180</td>
<td>(IntOpt) No help text available for this option.</td>
<td>(IntOpt) Maximum time (in seconds) to wait for a state change.</td>
</tr>
<tr>
<td>update_status_on_fail = True</td>
@ -63,11 +63,11 @@
</tr>
<tr>
<td>usage_sleep_time = 5</td>
<td>(IntOpt) Time to sleep during the check active guest.</td>
<td>(IntOpt) Time to sleep during the check for an active Guest.</td>
</tr>
<tr>
<td>use_heat = False</td>
<td>(BoolOpt) No help text available for this option.</td>
<td>(BoolOpt) Use Heat for provisioning.</td>
</tr>
<tr>
<td>use_nova_server_config_drive = False</td>
@ -75,11 +75,11 @@
</tr>
<tr>
<td>use_nova_server_volume = False</td>
<td>(BoolOpt) No help text available for this option.</td>
<td>(BoolOpt) Whether to provision a Cinder volume for the Nova instance.</td>
</tr>
<tr>
<td>verify_swift_checksum_on_restore = True</td>
<td>(BoolOpt) Enable verification of swift checksum before starting restore; makes sure the checksum of original backup matches checksum of the swift backup file.</td>
<td>(BoolOpt) Enable verification of Swift checksum before starting restore. Makes sure the checksum of original backup matches the checksum of the Swift backup file.</td>
</tr>
</tbody>
</table>

View File

@ -19,7 +19,7 @@
</tr>
<tr>
<td>block_device_mapping = vdb</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Block device to map onto the created instance.</td>
</tr>
<tr>
<td>cinder_service_type = volumev2</td>
@ -31,27 +31,27 @@
</tr>
<tr>
<td>cinder_volume_type = None</td>
<td>(StrOpt) Volume type to use when provisioning a cinder volume.</td>
<td>(StrOpt) Volume type to use when provisioning a Cinder volume.</td>
</tr>
<tr>
<td>device_path = /dev/vdb</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) Device path for volume if volume support is enabled.</td>
</tr>
<tr>
<td>trove_volume_support = True</td>
<td>(BoolOpt) Whether to provision a cinder volume for datadir.</td>
<td>(BoolOpt) Whether to provision a Cinder volume for datadir.</td>
</tr>
<tr>
<td>volume_format_timeout = 120</td>
<td>(IntOpt) No help text available for this option.</td>
<td>(IntOpt) Maximum time (in seconds) to wait for a volume format.</td>
</tr>
<tr>
<td>volume_fstype = ext3</td>
<td>(StrOpt) No help text available for this option.</td>
<td>(StrOpt) File system type used to format a volume.</td>
</tr>
<tr>
<td>volume_time_out = 60</td>
<td>(IntOpt) No help text available for this option.</td>
<td>(IntOpt) Maximum time (in seconds) to wait for a volume attach.</td>
</tr>
</tbody>
</table>

View File

@ -47,5 +47,6 @@
<xi:include href="../../common/tables/cinder-ibmnas.xml"/>
<xi:include href="../../common/tables/cinder-datera.xml"/>
<xi:include href="../../common/tables/cinder-fujitsu_eternus_dx.xml"/>
<xi:include href="../../common/tables/cinder-smbfs.xml"/>
</section>

View File

@ -17,6 +17,7 @@
<xi:include href="../common/tables/sahara-auth_token.xml"/>
<xi:include href="../common/tables/sahara-common.xml"/>
<xi:include href="../common/tables/sahara-database.xml"/>
<xi:include href="../common/tables/sahara-domain.xml"/>
<xi:include href="../common/tables/sahara-debug.xml"/>
<xi:include href="../common/tables/sahara-logging.xml"/>
<xi:include href="../common/tables/sahara-qpid.xml"/>

View File

@ -57,6 +57,7 @@ options. For installation prerequisites and step-by-step walkthroughs, see the
<xi:include href="../common/tables/keystone-assignment.xml"/>
<xi:include href="../common/tables/keystone-auth.xml"/>
<xi:include href="../common/tables/keystone-auth_token.xml"/>
<xi:include href="../common/tables/keystone-ca.xml"/>
<xi:include href="../common/tables/keystone-catalog.xml"/>
<xi:include href="../common/tables/keystone-credential.xml"/>
<xi:include href="../common/tables/keystone-database.xml"/>
@ -74,6 +75,7 @@ options. For installation prerequisites and step-by-step walkthroughs, see the
<xi:include href="../common/tables/keystone-os_inherit.xml"/>
<xi:include href="../common/tables/keystone-policy.xml"/>
<xi:include href="../common/tables/keystone-revoke.xml"/>
<xi:include href="../common/tables/keystone-saml.xml"/>
<xi:include href="../common/tables/keystone-security.xml"/>
<xi:include href="../common/tables/keystone-ssl.xml"/>
<xi:include href="../common/tables/keystone-stats.xml"/>

View File

@ -28,12 +28,16 @@
<xi:include href="../common/tables/ceilometer-exchange.xml"/>
<xi:include href="../common/tables/ceilometer-glance.xml"/>
<xi:include href="../common/tables/ceilometer-inspector.xml"/>
<xi:include href="../common/tables/ceilometer-ipmi.xml"/>
<xi:include href="../common/tables/ceilometer-logging.xml"/>
<xi:include href="../common/tables/ceilometer-nova.xml"/>
<xi:include href="../common/tables/ceilometer-nova_cells.xml"/>
<xi:include href="../common/tables/ceilometer-qpid.xml"/>
<xi:include href="../common/tables/ceilometer-rabbitmq.xml"/>
<xi:include href="../common/tables/ceilometer-redis.xml"/>
<xi:include href="../common/tables/ceilometer-rootwrap.xml"/>
<xi:include href="../common/tables/ceilometer-rpc.xml"/>
<xi:include href="../common/tables/ceilometer-service_types.xml"/>
<xi:include href="../common/tables/ceilometer-swift.xml"/>
<xi:include href="../common/tables/ceilometer-tripleo.xml"/>
<xi:include href="../common/tables/ceilometer-vmware.xml"/>

View File

@ -10,8 +10,10 @@ debug debug
default_log_levels logging
disable_process_locking common
dispatcher rpc
enable_new_services nova
fake_rabbit rabbitmq
fatal_deprecations logging
fatal_exception_format_errors logging
glance_control_exchange exchange
glance_page_size glance
heat_control_exchange exchange
@ -19,6 +21,8 @@ host common
http_control_exchanges exchange
hypervisor_inspector inspector
instance_format logging
instance_name_template logging
instance_usage_audit_period logging
instance_uuid_format logging
ironic_exchange exchange
keystone_control_exchange exchange
@ -42,12 +46,16 @@ logging_exception_prefix logging
matchmaker_heartbeat_freq redis
matchmaker_heartbeat_ttl redis
memcached_servers common
monkey_patch nova
monkey_patch_modules nova
network_api_class nova
neutron_control_exchange exchange
notification_driver amqp
notification_topics amqp
notification_workers common
nova_control_exchange exchange
nova_http_log_debug debug
password_length nova
pipeline_cfg_file api
policy_default_rule api
policy_file api
@ -58,6 +66,7 @@ qpid_hosts qpid
qpid_password qpid
qpid_port qpid
qpid_protocol qpid
qpid_receiver_capacity qpid
qpid_sasl_mechanisms qpid
qpid_tcp_nodelay qpid
qpid_topology_version qpid
@ -77,6 +86,7 @@ rabbit_virtual_host rabbitmq
reseller_prefix swift
reserved_metadata_length api
reserved_metadata_namespace api
rootwrap_config common
rpc_backend rpc
rpc_cast_timeout rpc
rpc_conn_pool_size rpc
@ -91,6 +101,7 @@ rpc_zmq_port rpc
rpc_zmq_topic_backlog rpc
sahara_control_exchange exchange
sample_source exchange
snapshot_name_template nova
syslog_log_facility logging
transport_url rpc
trove_control_exchange exchange
@ -110,6 +121,7 @@ alarm/rest_notifier_ssl_verify alarm
alarm/user_alarm_quota alarm
api/enable_reverse_dns_lookup api
api/host api
api/pecan_debug api
api/port api
cells/bandwidth_update_interval nova_cells
cells/call_timeout nova_cells
@ -151,6 +163,7 @@ database/sqlite_db database
database/sqlite_synchronous database
database/time_to_live database
database/use_db_reconnect database
database/use_tpool database
dispatcher_file/backup_count collector
dispatcher_file/file_path collector
dispatcher_file/max_bytes collector
@ -159,6 +172,7 @@ event/drop_unmatched_notifications events
hardware/readonly_user_name tripleo
hardware/readonly_user_password tripleo
hardware/url_scheme tripleo
ipmi/node_manager_init_retry ipmi
keystone_authtoken/admin_password auth_token
keystone_authtoken/admin_tenant_name auth_token
keystone_authtoken/admin_token auth_token
@ -208,6 +222,12 @@ service_credentials/os_region_name auth
service_credentials/os_tenant_id auth
service_credentials/os_tenant_name auth
service_credentials/os_username auth
service_types/glance service_types
service_types/kwapi service_types
service_types/neutron service_types
service_types/nova service_types
service_types/swift service_types
upgrade_levels/cells nova_cells
vmware/api_retry_count vmware
vmware/host_ip vmware
vmware/host_password vmware

View File

@ -3,4 +3,7 @@ collector collector
events events
exchange exchange
inspector inspector
ipmi IPMI
nova nova
nova_cells nova cells
service_types service types

View File

@ -87,6 +87,7 @@ glance_api_insecure images
glance_api_servers images
glance_api_ssl_compression images
glance_api_version images
glance_ca_certificates_file images
glance_core_properties images
glance_host images
glance_num_retries images
@ -274,6 +275,7 @@ qpid_hosts rpc
qpid_password rpc
qpid_port rpc
qpid_protocol rpc
qpid_receiver_capacity rpc
qpid_sasl_mechanisms rpc
qpid_tcp_nodelay rpc
qpid_topology_version rpc
@ -350,6 +352,13 @@ sf_account_prefix solidfire
sf_allow_tenant_qos solidfire
sf_api_port solidfire
sf_emulate_512 solidfire
smbfs_default_volume_format smbfs
smbfs_mount_options smbfs
smbfs_mount_point_base smbfs
smbfs_oversub_ratio smbfs
smbfs_shares_config smbfs
smbfs_sparsed_volumes smbfs
smbfs_used_ratio smbfs
snapshot_name_template backups
snapshot_same_host backups
ssh_conn_timeout san
@ -431,12 +440,6 @@ volume_transfer_salt_length api
volume_usage_audit_period storage
volumes_dir storage
windows_iscsi_lun_path windows
xenapi_connection_password storage_xen
xenapi_connection_url storage_xen
xenapi_connection_username storage_xen
xenapi_nfs_server storage_xen
xenapi_nfs_serverpath storage_xen
xenapi_sr_base_path storage_xen
xiv_chap xiv
xiv_ds8k_connection_type xiv
xiv_ds8k_proxy xiv
@ -461,6 +464,7 @@ zfssa_lun_sparse zfssa
zfssa_lun_volblocksize zfssa
zfssa_pool zfssa
zfssa_project zfssa
zfssa_rest_timeout zfssa
zfssa_target_group zfssa
zfssa_target_interfaces zfssa
zfssa_target_password zfssa

View File

@ -35,6 +35,7 @@ san SAN
san-solaris Solaris SAN
scality Scality SOFS volume driver
solidfire SolidFire driver
smbfs Samba volume driver
storage storage
storage_ceph Ceph storage
storage_glusterfs GlusterFS storage

View File

@ -20,6 +20,7 @@ cleanup_scrubber imagecache
cleanup_scrubber_time imagecache
control_exchange rabbitmq
data_api common
db_enforce_mysql_charset database
debug logging
default_log_levels logging
default_publisher_id api
@ -85,6 +86,7 @@ qpid_hosts qpid
qpid_password qpid
qpid_port qpid
qpid_protocol qpid
qpid_receiver_capacity qpid
qpid_sasl_mechanisms qpid
qpid_tcp_nodelay qpid
qpid_topology_version qpid

View File

@ -11,6 +11,7 @@ default_notification_level amqp
default_publisher_id amqp
deferred_auth_method common
disable_process_locking debug
enable_cloud_watch_lite cloudwatch_api
engine_life_check_timeout rpc
environment_dir common
event_purge_batch_size common
@ -69,6 +70,7 @@ qpid_hosts qpid
qpid_password qpid
qpid_port qpid
qpid_protocol qpid
qpid_receiver_capacity qpid
qpid_sasl_mechanisms qpid
qpid_tcp_nodelay qpid
qpid_topology_version qpid

View File

@ -57,6 +57,7 @@ qpid_hosts qpid
qpid_password qpid
qpid_port qpid
qpid_protocol qpid
qpid_receiver_capacity qpid
qpid_sasl_mechanisms qpid
qpid_tcp_nodelay qpid
qpid_topology_version qpid
@ -110,10 +111,17 @@ cache/config_prefix cache
cache/debug_cache_backend cache
cache/enabled cache
cache/expiration_time cache
cache/memcache_dead_retry cache
cache/memcache_pool_connection_get_timeout cache
cache/memcache_pool_maxsize cache
cache/memcache_pool_unused_timeout cache
cache/memcache_servers cache
cache/memcache_socket_timeout cache
cache/proxies cache
catalog/cache_time catalog
catalog/caching catalog
catalog/driver catalog
catalog/endpoint_substitution_whitelist catalog
catalog/list_limit catalog
catalog/template_file catalog
credential/driver credential
@ -140,6 +148,7 @@ database/use_db_reconnect database
ec2/driver ec2
endpoint_filter/driver api
endpoint_filter/return_all_endpoints_if_no_filter api
endpoint_policy/driver api
federation/assertion_prefix federation
federation/driver federation
identity/default_domain_id identity
@ -276,8 +285,12 @@ matchmaker_redis/host redis
matchmaker_redis/password redis
matchmaker_redis/port redis
matchmaker_ring/ringfile redis
memcache/max_compare_and_set_retry memcache
memcache/dead_retry cache
memcache/pool_connection_get_timeout cache
memcache/pool_maxsize cache
memcache/pool_unused_timeout cache
memcache/servers memcache
memcache/socket_timeout memcache
oauth1/access_token_duration oauth
oauth1/driver oauth
oauth1/request_token_duration oauth
@ -288,6 +301,23 @@ policy/list_limit policy
revoke/caching revoke
revoke/driver revoke
revoke/expiration_buffer revoke
saml/assertion_expiration_time saml
saml/certfile saml
saml/idp_contact_company saml
saml/idp_contact_email saml
saml/idp_contact_name saml
saml/idp_contact_surname saml
saml/idp_contact_telephone saml
saml/idp_contact_type saml
saml/idp_entity_id saml
saml/idp_lang saml
saml/idp_metadata_path saml
saml/idp_organization_display_name saml
saml/idp_organization_name saml
saml/idp_organization_url saml
saml/idp_sso_endpoint saml
saml/keyfile saml
saml/xmlsec1_binary saml
signing/ca_certs ca
signing/ca_key ca
signing/cert_subject ca

View File

@ -12,6 +12,7 @@ memcache memcache
oauth OAuth
os_inherit os_inherit
revoke revoke
saml SAML
security security
stats stats
token token

View File

@ -39,7 +39,6 @@ default_l3_gw_service_uuid vmware
default_log_levels logging
default_service_cluster_uuid vmware
default_tz_uuid vmware
device_connection_timeout cfg_agent
device_driver lbaas
dhcp_agent_notification common
dhcp_agents_per_network common
@ -64,9 +63,12 @@ fake_rabbit testing
fatal_deprecations logging
force_gateway_on_subnet common
gateway_external_network_id l3_agent
ha_confs_path l3_agent
ha_vrrp_advert_int l3_agent
ha_vrrp_auth_password l3_agent
ha_vrrp_auth_type l3_agent
handle_internal_only_routers l3_agent
host common
hosting_device_dead_timeout cfg_agent
http_timeout vmware
instance_format logging
instance_uuid_format logging
@ -77,6 +79,8 @@ kombu_ssl_ca_certs rabbitmq
kombu_ssl_certfile rabbitmq
kombu_ssl_keyfile rabbitmq
kombu_ssl_version rabbitmq
l3_ha l3_agent
l3_ha_net_cidr l3_agent
loadbalancer_pool_scheduler_driver lbaas
lock_path common
log_config_append logging
@ -95,6 +99,7 @@ max_allowed_address_pair common
max_dns_nameservers common
max_fixed_ips_per_port common
max_header_line api
max_l3_agents_per_router l3_agent
max_request_body_size api
max_routes quotas
max_subnet_host_routes common
@ -106,6 +111,7 @@ metadata_port metadata
metadata_proxy_shared_secret metadata
metadata_proxy_socket metadata
metadata_workers metadata
min_l3_agents_per_router l3_agent
network_auto_schedule scheduler
network_device_mtu agent
network_scheduler_driver scheduler
@ -148,6 +154,7 @@ qpid_hosts qpid
qpid_password qpid
qpid_port qpid
qpid_protocol qpid
qpid_receiver_capacity qpid
qpid_sasl_mechanisms qpid
qpid_tcp_nodelay qpid
qpid_topology_version qpid
@ -176,11 +183,9 @@ router_delete_namespaces scheduler
router_distributed dvr
router_id l3_agent
router_scheduler_driver scheduler
routing_svc_helper_class cfg_agent
rpc_backend rpc
rpc_cast_timeout rpc
rpc_conn_pool_size rpc
rpc_loop_interval cfg_agent
rpc_response_timeout rpc
rpc_thread_pool_size rpc
rpc_workers rpc
@ -231,7 +236,6 @@ AGENT/tunnel_types openvswitch_agent
AGENT/veth_mtu openvswitch_agent
AGENT/vxlan_udp_port openvswitch_agent
CISCO/model_class cisco
CISCO/nexus_driver cisco
CISCO/nexus_l3_enable cisco
CISCO/provider_vlan_auto_create cisco
CISCO/provider_vlan_auto_trunk cisco
@ -253,11 +257,8 @@ CISCO_N1K/restrict_policy_profiles cisco
CISCO_N1K/tenant_network_type cisco
CISCO_N1K/tunnel_bridge cisco
CISCO_N1K/vxlan_id_ranges cisco
CISCO_PLUGINS/nexus_plugin cisco
CISCO_PLUGINS/vswitch_plugin cisco
CONTRAIL/api_server_ip opencontrail
CONTRAIL/api_server_port opencontrail
ESWITCH/apply_profile_patch ml2_mlnx
ESWITCH/backoff_rate mlnx
ESWITCH/daemon_endpoint mlnx
ESWITCH/physical_interface_mappings mlnx
@ -426,6 +427,7 @@ SDNVE/userid sdnve
SDNVE_AGENT/polling_interval sdnve
SDNVE_AGENT/root_helper sdnve
SDNVE_AGENT/rpc sdnve
SECURITYGROUP/enable_ipset securitygroups
SECURITYGROUP/enable_security_group securitygroups
SECURITYGROUP/firewall_driver securitygroups
SRIOV_NIC/exclude_devices sriov
@ -434,6 +436,8 @@ SWITCH/address brocade
SWITCH/ostype brocade
SWITCH/password brocade
SWITCH/username brocade
SYNCMANAGER/enable_sync nuage
SYNCMANAGER/sync_interval nuage
VLANS/network_vlan_ranges linuxbridge_agent
VLANS/tenant_network_type linuxbridge_agent
VXLAN/enable_vxlan linuxbridge_agent
@ -442,6 +446,10 @@ VXLAN/local_ip linuxbridge_agent
VXLAN/tos linuxbridge_agent
VXLAN/ttl linuxbridge_agent
VXLAN/vxlan_group linuxbridge_agent
cfg_agent/device_connection_timeout cfg_agent
cfg_agent/hosting_device_dead_timeout cfg_agent
cfg_agent/routing_svc_helper_class cfg_agent
cfg_agent/rpc_loop_interval cfg_agent
cisco_csr_ipsec/status_check_interval cisco
database/backend database
database/connection database
@ -566,6 +574,7 @@ ml2_brocade/ostype ml2_brocade
ml2_brocade/osversion ml2_brocade
ml2_brocade/password ml2_brocade
ml2_brocade/physical_networks ml2_brocade
ml2_brocade/rbridge_id ml2_brocade
ml2_brocade/username ml2_brocade
ml2_cisco/managed_physical_network ml2_cisco
ml2_cisco/svi_round_robin cisco

View File

@ -258,6 +258,8 @@ quota_metadata_items quota
quota_ram quota
quota_security_group_rules quota
quota_security_groups quota
quota_server_group_members quota
quota_server_groups quota
rabbit_ha_queues rabbitmq rpc_all
rabbit_host rabbitmq rpc_all
rabbit_hosts rabbitmq rpc_all
@ -555,6 +557,7 @@ libvirt/disk_cachemodes libvirt
libvirt/disk_prefix libvirt
libvirt/gid_maps libvirt
libvirt/glusterfs_mount_point_base volumes
libvirt/hw_disk_discard libvirt
libvirt/hw_machine_type libvirt
libvirt/image_info_filename_pattern libvirt
libvirt/images_rbd_ceph_conf libvirt

View File

@ -51,6 +51,8 @@ periodic_fuzzy_delay common
periodic_interval_max common
plugins common
port common
proxy_user_domain_name domain
proxy_user_role_names domain
publish_errors logging
qpid_heartbeat qpid
qpid_hostname qpid
@ -58,6 +60,7 @@ qpid_hosts qpid
qpid_password qpid
qpid_port qpid
qpid_protocol qpid
qpid_receiver_capacity qpid
qpid_sasl_mechanisms qpid
qpid_tcp_nodelay qpid
qpid_topology_version qpid
@ -91,6 +94,7 @@ run_external_periodic_tasks common
swift_topology_file common
syslog_log_facility logging
transport_url common
use_domain_for_proxy_users domain
use_floating_ips common
use_identity_api_v3 common
use_namespaces common

View File

@ -0,0 +1 @@
domain domain

View File

@ -10,11 +10,9 @@ backdoor_port debug
backlog debug
backup_aes_cbc_key backup
backup_chunk_size backup
backup_namespace backup
backup_runner backup
backup_runner_options backup
backup_segment_max_size backup
backup_strategy backup
backup_swift_container backup
backup_use_gzip_compression backup
backup_use_openssl_encryption backup
@ -124,7 +122,6 @@ nova_proxy_admin_tenant_name nova
nova_proxy_admin_user nova
num_tries rpc
os_region_name api
periodic_interval rpc
publish_errors logging
pybasedir common
pydev_debug debug
@ -163,7 +160,6 @@ remote_nova_client clients
remote_swift_client clients
report_interval rpc
resize_time_out taskmanager
restore_namespace guestagent
revert_time_out taskmanager
root_grant compute
root_grant_option compute
@ -216,13 +212,17 @@ verify_swift_checksum_on_restore taskmanager
volume_format_timeout volume
volume_fstype volume
volume_time_out volume
cassandra/backup_incremental_strategy db_cassandra
cassandra/backup_namespace db_cassandra
cassandra/backup_strategy db_cassandra
cassandra/device_path db_cassandra
cassandra/mount_point db_cassandra
cassandra/replication_strategy db_cassandra
cassandra/restore_namespace db_cassandra
cassandra/tcp_ports db_cassandra
cassandra/udp_ports db_cassandra
cassandra/volume_support db_cassandra
couchbase/backup_incremental_strategy db_couchbase
couchbase/backup_namespace db_couchbase
couchbase/backup_strategy db_couchbase
couchbase/device_path db_couchbase
@ -267,6 +267,8 @@ matchmaker_redis/password redis
matchmaker_redis/port redis
matchmaker_ring/ringfile redis
mongodb/api_strategy db_mongodb
mongodb/backup_incremental_strategy db_mongodb
mongodb/backup_namespace db_mongodb
mongodb/backup_strategy db_mongodb
mongodb/cluster_support db_mongodb
mongodb/device_path db_mongodb
@ -275,6 +277,7 @@ mongodb/mount_point db_mongodb
mongodb/num_config_servers_per_cluster db_mongodb
mongodb/num_query_routers_per_cluster db_mongodb
mongodb/replication_strategy db_mongodb
mongodb/restore_namespace db_mongodb
mongodb/taskmanager_strategy db_mongodb
mongodb/tcp_ports db_mongodb
mongodb/udp_ports db_mongodb
@ -309,6 +312,7 @@ percona/tcp_ports db_percona
percona/udp_ports db_percona
percona/usage_timeout db_percona
percona/volume_support db_percona
postgresql/backup_incremental_strategy db_postgresql
postgresql/backup_namespace db_postgresql
postgresql/backup_strategy db_postgresql
postgresql/device_path db_postgresql
@ -320,10 +324,13 @@ postgresql/root_on_create db_postgresql
postgresql/tcp_ports db_postgresql
postgresql/udp_ports db_postgresql
postgresql/volume_support db_postgresql
redis/backup_incremental_strategy db_redis
redis/backup_namespace db_redis
redis/backup_strategy db_redis
redis/device_path db_redis
redis/mount_point db_redis
redis/replication_strategy db_redis
redis/restore_namespace db_redis
redis/tcp_ports db_redis
redis/udp_ports db_redis
redis/volume_support db_redis