update the config ref tables for Juno

Change-Id: I14afa67cdd4f870f4a515031d55e586eec50748c
This commit is contained in:
Gauvain Pocentek 2014-10-24 13:20:22 +02:00
parent 408ebc2f4c
commit 5e8f374d49
30 changed files with 82 additions and 55 deletions

View File

@ -27,7 +27,7 @@
</tr>
<tr>
<td>control_exchange = openstack</td>
<td>(StrOpt) AMQP exchange to connect to if using RabbitMQ or Qpid</td>
<td>(StrOpt) The default exchange under which topics are scoped. May be overridden by an exchange name specified in the transport_url option.</td>
</tr>
<tr>
<td>notification_driver = []</td>

View File

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="ceilometer-conf-changes-master">
<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="ceilometer-conf-changes-juno">
<!-- Warning: Do not edit this file. It is automatically generated and your changes will be overwritten. The tool to do so lives in the openstack-doc-tools repository. -->
<title>New, updated and deprecated options in Juno for Telemetry</title>
<table>

View File

@ -30,8 +30,8 @@
<td>(IntOpt) Heartbeat time-to-live.</td>
</tr>
<tr>
<td>rpc_backend = ceilometer.openstack.common.rpc.impl_kombu</td>
<td>(StrOpt) The messaging module to use, defaults to kombu.</td>
<td>rpc_backend = rabbit</td>
<td>(StrOpt) The messaging driver to use, defaults to rabbit. Other drivers include qpid and zmq.</td>
</tr>
<tr>
<td>rpc_cast_timeout = 30</td>
@ -39,15 +39,15 @@
</tr>
<tr>
<td>rpc_conn_pool_size = 30</td>
<td>(IntOpt) Size of RPC connection pool</td>
<td>(IntOpt) Size of RPC connection pool.</td>
</tr>
<tr>
<td>rpc_response_timeout = 60</td>
<td>(IntOpt) Seconds to wait for a response from call or multicall</td>
<td>(IntOpt) Seconds to wait for a response from a call.</td>
</tr>
<tr>
<td>rpc_thread_pool_size = 64</td>
<td>(IntOpt) Size of RPC thread pool</td>
<td>(IntOpt) Size of RPC greenthread pool.</td>
</tr>
<tr>
<th colspan="2">[notification]</th>

View File

@ -19,7 +19,7 @@
</tr>
<tr>
<td>fake_rabbit = False</td>
<td>(BoolOpt) If passed, use a fake RabbitMQ provider</td>
<td>(BoolOpt) If passed, use a fake RabbitMQ provider.</td>
</tr>
</tbody>
</table>

View File

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="cinder-conf-changes-master">
<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="cinder-conf-changes-juno">
<!-- Warning: Do not edit this file. It is automatically generated and your changes will be overwritten. The tool to do so lives in the openstack-doc-tools repository. -->
<title>New, updated and deprecated options in Juno for OpenStack Block Storage</title>
<table>

View File

@ -3,8 +3,8 @@
<!-- 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_hitachi">
<caption>Description of Hitachi volume driver configuration options</caption>
<table rules="all" xml:id="config_table_cinder_hitachi-hbsd">
<caption>Description of Hitachi storage volume driver configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

View File

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="glance-conf-changes-master">
<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="glance-conf-changes-juno">
<!-- Warning: Do not edit this file. It is automatically generated and your changes will be overwritten. The tool to do so lives in the openstack-doc-tools repository. -->
<title>New, updated and deprecated options in Juno for OpenStack Image Service</title>
<table>

View File

@ -27,7 +27,7 @@
</tr>
<tr>
<td>control_exchange = openstack</td>
<td>(StrOpt) AMQP exchange to connect to if using RabbitMQ or Qpid</td>
<td>(StrOpt) The default exchange under which topics are scoped. May be overridden by an exchange name specified in the transport_url option.</td>
</tr>
<tr>
<td>default_notification_level = INFO</td>

View File

@ -21,6 +21,14 @@
<td>action_retry_limit = 5</td>
<td>(IntOpt) Number of times to retry to bring a resource to a non-error state. Set to 0 to disable retries.</td>
</tr>
<tr>
<td>enable_stack_abandon = False</td>
<td>(BoolOpt) Enable the preview Stack Abandon feature.</td>
</tr>
<tr>
<td>enable_stack_adopt = False</td>
<td>(BoolOpt) Enable the preview Stack Adopt feature.</td>
</tr>
<tr>
<td>heat_metadata_server_url = </td>
<td>(StrOpt) URL of the Heat metadata server.</td>

View File

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="heat-conf-changes-master">
<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="heat-conf-changes-juno">
<!-- Warning: Do not edit this file. It is automatically generated and your changes will be overwritten. The tool to do so lives in the openstack-doc-tools repository. -->
<title>New, updated and deprecated options in Juno for Orchestration</title>
<table>
@ -24,6 +24,14 @@
<td>[DEFAULT] enable_cloud_watch_lite = True</td>
<td>(BoolOpt) Enable the legacy OS::Heat::CWLiteAlarm resource.</td>
</tr>
<tr>
<td>[DEFAULT] enable_stack_abandon = False</td>
<td>(BoolOpt) Enable the preview Stack Abandon feature.</td>
</tr>
<tr>
<td>[DEFAULT] enable_stack_adopt = False</td>
<td>(BoolOpt) Enable the preview Stack Adopt feature.</td>
</tr>
<tr>
<td>[DEFAULT] kombu_reconnect_delay = 1.0</td>
<td>(FloatOpt) How long to wait before reconnecting in response to an AMQP consumer cancel notification.</td>

View File

@ -30,8 +30,8 @@
<td>(IntOpt) Heartbeat time-to-live.</td>
</tr>
<tr>
<td>rpc_backend = heat.openstack.common.rpc.impl_kombu</td>
<td>(StrOpt) The messaging module to use, defaults to kombu.</td>
<td>rpc_backend = rabbit</td>
<td>(StrOpt) The messaging driver to use, defaults to rabbit. Other drivers include qpid and zmq.</td>
</tr>
<tr>
<td>rpc_cast_timeout = 30</td>
@ -39,15 +39,15 @@
</tr>
<tr>
<td>rpc_conn_pool_size = 30</td>
<td>(IntOpt) Size of RPC connection pool</td>
<td>(IntOpt) Size of RPC connection pool.</td>
</tr>
<tr>
<td>rpc_response_timeout = 60</td>
<td>(IntOpt) Seconds to wait for a response from call or multicall</td>
<td>(IntOpt) Seconds to wait for a response from a call.</td>
</tr>
<tr>
<td>rpc_thread_pool_size = 64</td>
<td>(IntOpt) Size of RPC thread pool</td>
<td>(IntOpt) Size of RPC greenthread pool.</td>
</tr>
</tbody>
</table>

View File

@ -19,7 +19,7 @@
</tr>
<tr>
<td>fake_rabbit = False</td>
<td>(BoolOpt) If passed, use a fake RabbitMQ provider</td>
<td>(BoolOpt) If passed, use a fake RabbitMQ provider.</td>
</tr>
</tbody>
</table>

View File

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="keystone-conf-changes-master">
<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="keystone-conf-changes-juno">
<!-- Warning: Do not edit this file. It is automatically generated and your changes will be overwritten. The tool to do so lives in the openstack-doc-tools repository. -->
<title>New, updated and deprecated options in Juno for OpenStack Identity</title>
<table>

View File

@ -26,8 +26,8 @@
<td>(BoolOpt) Use durable queues in amqp.</td>
</tr>
<tr>
<td>control_exchange = openstack</td>
<td>(StrOpt) AMQP exchange to connect to if using RabbitMQ or Qpid</td>
<td>control_exchange = neutron</td>
<td>(StrOpt) The default exchange under which topics are scoped. May be overridden by an exchange name specified in the transport_url option.</td>
</tr>
<tr>
<td>notification_driver = []</td>

View File

@ -35,7 +35,7 @@
</tr>
<tr>
<td>api_workers = 0</td>
<td>(IntOpt) Number of separate worker processes for service</td>
<td>(IntOpt) Number of separate API worker processes for service</td>
</tr>
<tr>
<td>auth_ca_cert = None</td>

View File

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="neutron-conf-changes-master">
<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="neutron-conf-changes-juno">
<!-- Warning: Do not edit this file. It is automatically generated and your changes will be overwritten. The tool to do so lives in the openstack-doc-tools repository. -->
<title>New, updated and deprecated options in Juno for OpenStack Networking</title>
<table>

View File

@ -26,8 +26,8 @@
<td>(IntOpt) Heartbeat time-to-live.</td>
</tr>
<tr>
<td>rpc_backend = neutron.openstack.common.rpc.impl_kombu</td>
<td>(StrOpt) The messaging module to use, defaults to kombu.</td>
<td>rpc_backend = rabbit</td>
<td>(StrOpt) The messaging driver to use, defaults to rabbit. Other drivers include qpid and zmq.</td>
</tr>
<tr>
<td>rpc_cast_timeout = 30</td>
@ -35,15 +35,15 @@
</tr>
<tr>
<td>rpc_conn_pool_size = 30</td>
<td>(IntOpt) Size of RPC connection pool</td>
<td>(IntOpt) Size of RPC connection pool.</td>
</tr>
<tr>
<td>rpc_response_timeout = 60</td>
<td>(IntOpt) Seconds to wait for a response from call or multicall</td>
<td>(IntOpt) Seconds to wait for a response from a call.</td>
</tr>
<tr>
<td>rpc_thread_pool_size = 64</td>
<td>(IntOpt) Size of RPC thread pool</td>
<td>(IntOpt) Size of RPC greenthread pool.</td>
</tr>
<tr>
<td>rpc_workers = 0</td>

View File

@ -19,7 +19,7 @@
</tr>
<tr>
<td>fake_rabbit = False</td>
<td>(BoolOpt) If passed, use a fake RabbitMQ provider</td>
<td>(BoolOpt) If passed, use a fake RabbitMQ provider.</td>
</tr>
</tbody>
</table>

View File

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="nova-conf-changes-master">
<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="nova-conf-changes-juno">
<!-- Warning: Do not edit this file. It is automatically generated and your changes will be overwritten. The tool to do so lives in the openstack-doc-tools repository. -->
<title>New, updated and deprecated options in Juno for OpenStack Compute</title>
<table>
@ -273,7 +273,7 @@
<td>(IntOpt) Timeout value for connecting to neutron in seconds</td>
</tr>
<tr>
<td>[serial_console] base_url = http://127.0.0.1:6083/</td>
<td>[serial_console] base_url = ws://127.0.0.1:6083/</td>
<td>(StrOpt) Location of serial console proxy.</td>
</tr>
<tr>
@ -292,6 +292,10 @@
<td>[serial_console] proxyclient_address = 127.0.0.1</td>
<td>(StrOpt) The address to which proxy clients (like nova-serialproxy) should connect</td>
</tr>
<tr>
<td>[trusted_computing] attestation_insecure_ssl = False</td>
<td>(BoolOpt) Disable SSL cert verification for Attestation service</td>
</tr>
<tr>
<td>[vmware] host_port = 443</td>
<td>(IntOpt) Port for connection to VMware VC host.</td>

View File

@ -18,7 +18,7 @@
<th colspan="2">[serial_console]</th>
</tr>
<tr>
<td>base_url = http://127.0.0.1:6083/</td>
<td>base_url = ws://127.0.0.1:6083/</td>
<td>(StrOpt) Location of serial console proxy.</td>
</tr>
<tr>

View File

@ -29,6 +29,10 @@
<td>attestation_auth_timeout = 60</td>
<td>(IntOpt) Attestation status cache valid period length</td>
</tr>
<tr>
<td>attestation_insecure_ssl = False</td>
<td>(BoolOpt) Disable SSL cert verification for Attestation service</td>
</tr>
<tr>
<td>attestation_port = 8443</td>
<td>(StrOpt) Attestation server port</td>

View File

@ -104,7 +104,7 @@
<td>(IntOpt) Max interval size between periodic tasks execution in seconds.</td>
</tr>
<tr>
<td>plugins = vanilla, hdp</td>
<td>plugins = vanilla, hdp, spark</td>
<td>(ListOpt) List of plugins to be loaded. Sahara preserves the order of the list when returning it.</td>
</tr>
<tr>

View File

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="swift-conf-changes-master">
<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="swift-conf-changes-juno">
<!-- Warning: Do not edit this file. It is automatically generated and your changes will be overwritten. The tool to do so lives in the openstack-doc-tools repository. -->
<title>New, updated and deprecated options in Juno for OpenStack Object Storage</title>
<table>

View File

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="trove-conf-changes-master">
<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="trove-conf-changes-juno">
<!-- Warning: Do not edit this file. It is automatically generated and your changes will be overwritten. The tool to do so lives in the openstack-doc-tools repository. -->
<title>New, updated and deprecated options in Juno for Database Service</title>
<table>
@ -12,6 +12,10 @@
<td>(Type) Help string</td>
</tr>
</thead>
<tr>
<td>[DEFAULT] agent_replication_snapshot_timeout = 36000</td>
<td>(IntOpt) Maximum time (in seconds) to wait for taking a Guest Agent replication snapshot.</td>
</tr>
<tr>
<td>[DEFAULT] bind_host = 0.0.0.0</td>
<td>(StrOpt) IP address the API server will listen on.</td>
@ -80,6 +84,10 @@
<td>[DEFAULT] remote_neutron_client = trove.common.remote.neutron_client</td>
<td>(StrOpt) Client to send Neutron calls to.</td>
</tr>
<tr>
<td>[DEFAULT] restore_usage_timeout = 36000</td>
<td>(IntOpt) Maximum time (in seconds) to wait for a Guest instance restored from a backup to become active.</td>
</tr>
<tr>
<td>[DEFAULT] swift_service_type = object-store</td>
<td>(StrOpt) Service type to use when searching catalog.</td>
@ -224,18 +232,10 @@
<td>[mysql] replication_namespace = trove.guestagent.strategies.replication.mysql_binlog</td>
<td>(StrOpt) Namespace to load replication strategies from.</td>
</tr>
<tr>
<td>[mysql] replication_password = NETOU7897NNLOU</td>
<td>(StrOpt) Password for replication slave user.</td>
</tr>
<tr>
<td>[mysql] replication_strategy = MysqlBinlogReplication</td>
<td>(StrOpt) Default strategy for replication.</td>
</tr>
<tr>
<td>[mysql] replication_user = slave_user</td>
<td>(StrOpt) Userid for replication slave.</td>
</tr>
<tr>
<td>[mysql] restore_namespace = trove.guestagent.strategies.restore.mysql_impl</td>
<td>(StrOpt) Namespace to load restore strategies from.</td>

View File

@ -41,18 +41,10 @@
<td>replication_namespace = trove.guestagent.strategies.replication.mysql_binlog</td>
<td>(StrOpt) Namespace to load replication strategies from.</td>
</tr>
<tr>
<td>replication_password = NETOU7897NNLOU</td>
<td>(StrOpt) Password for replication slave user.</td>
</tr>
<tr>
<td>replication_strategy = MysqlBinlogReplication</td>
<td>(StrOpt) Default strategy for replication.</td>
</tr>
<tr>
<td>replication_user = slave_user</td>
<td>(StrOpt) Userid for replication slave.</td>
</tr>
<tr>
<td>restore_namespace = trove.guestagent.strategies.restore.mysql_impl</td>
<td>(StrOpt) Namespace to load restore strategies from.</td>

View File

@ -29,6 +29,10 @@
<td>agent_heartbeat_time = 10</td>
<td>(IntOpt) Maximum time (in seconds) for the Guest Agent to reply to a heartbeat request.</td>
</tr>
<tr>
<td>agent_replication_snapshot_timeout = 36000</td>
<td>(IntOpt) Maximum time (in seconds) to wait for taking a Guest Agent replication snapshot.</td>
</tr>
<tr>
<td>guest_config = $pybasedir/etc/trove/trove-guestagent.conf.sample</td>
<td>(StrOpt) Path to the Guest Agent config file.</td>

View File

@ -45,6 +45,10 @@
<td>resize_time_out = 600</td>
<td>(IntOpt) Maximum time (in seconds) to wait for a server resize.</td>
</tr>
<tr>
<td>restore_usage_timeout = 36000</td>
<td>(IntOpt) Maximum time (in seconds) to wait for a Guest instance restored from a backup to become active.</td>
</tr>
<tr>
<td>revert_time_out = 600</td>
<td>(IntOpt) Maximum time (in seconds) to wait for a server resize revert.</td>

View File

@ -12,6 +12,8 @@ default_publisher_id amqp
deferred_auth_method common
disable_process_locking debug
enable_cloud_watch_lite cloudwatch_api
enable_stack_abandon api
enable_stack_adopt api
engine_life_check_timeout rpc
environment_dir common
event_purge_batch_size common

View File

@ -650,6 +650,7 @@ ssl/key_file ca
trusted_computing/attestation_api_url trustedcomputing
trusted_computing/attestation_auth_blob trustedcomputing
trusted_computing/attestation_auth_timeout trustedcomputing
trusted_computing/attestation_insecure_ssl trustedcomputing
trusted_computing/attestation_port trustedcomputing
trusted_computing/attestation_server trustedcomputing
trusted_computing/attestation_server_ca_file trustedcomputing

View File

@ -2,6 +2,7 @@ admin_roles api
agent_call_high_timeout guestagent
agent_call_low_timeout guestagent
agent_heartbeat_time guestagent
agent_replication_snapshot_timeout guestagent
allowed_rpc_exception_modules rpc
amqp_auto_delete amqp
amqp_durable_queues amqp
@ -160,6 +161,7 @@ remote_nova_client clients
remote_swift_client clients
report_interval rpc
resize_time_out taskmanager
restore_usage_timeout taskmanager
revert_time_out taskmanager
root_grant compute
root_grant_option compute
@ -288,9 +290,7 @@ mysql/backup_strategy db_mysql
mysql/device_path db_mysql
mysql/mount_point db_mysql
mysql/replication_namespace db_mysql
mysql/replication_password db_mysql
mysql/replication_strategy db_mysql
mysql/replication_user db_mysql
mysql/restore_namespace db_mysql
mysql/root_on_create db_mysql
mysql/tcp_ports db_mysql