[config-ref] RST version of new/deprecated options
swift and neutron tables are missing, the generation script fails for these 2 projects. Change-Id: I2b11cfc977cbecba7f6f9c583b40b3fd52f17612
This commit is contained in:
parent
89cc18f0f6
commit
da942be240
47
doc/config-ref-rst/source/tables/conf-changes/ceilometer.rst
Normal file
47
doc/config-ref-rst/source/tables/conf-changes/ceilometer.rst
Normal file
@ -0,0 +1,47 @@
|
||||
New, updated, and deprecated options in Mitaka for Telemetry
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
..
|
||||
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.
|
||||
|
||||
.. list-table:: New options
|
||||
:header-rows: 1
|
||||
:class: config-ref-table
|
||||
|
||||
* - Option = default value
|
||||
- (Type) Help string
|
||||
* - ``[DEFAULT] event_dispatchers = ['database']``
|
||||
- ``(MultiStrOpt) Dispatchers to process event data.``
|
||||
* - ``[DEFAULT] meter_dispatchers = ['database']``
|
||||
- ``(MultiStrOpt) Dispatchers to process metering data.``
|
||||
|
||||
.. list-table:: New default values
|
||||
:header-rows: 1
|
||||
:class: config-ref-table
|
||||
|
||||
* - Option
|
||||
- Previous default value
|
||||
- New default value
|
||||
* - ``[dispatcher_gnocchi] archive_policy``
|
||||
- ``low``
|
||||
- ``None``
|
||||
|
||||
.. list-table:: Deprecated options
|
||||
:header-rows: 1
|
||||
:class: config-ref-table
|
||||
|
||||
* - Deprecated option
|
||||
- New Option
|
||||
* - ``[DEFAULT] database_connection``
|
||||
- ``None``
|
||||
* - ``[DEFAULT] dispatcher``
|
||||
- ``[DEFAULT] meter_dispatchers``
|
||||
* - ``[DEFAULT] dispatcher``
|
||||
- ``[DEFAULT] event_dispatchers``
|
||||
* - ``[DEFAULT] log_format``
|
||||
- ``None``
|
||||
* - ``[DEFAULT] use_syslog``
|
||||
- ``None``
|
||||
|
117
doc/config-ref-rst/source/tables/conf-changes/cinder.rst
Normal file
117
doc/config-ref-rst/source/tables/conf-changes/cinder.rst
Normal file
@ -0,0 +1,117 @@
|
||||
New, updated, and deprecated options in Mitaka for OpenStack Block Storage
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
..
|
||||
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.
|
||||
|
||||
.. list-table:: New options
|
||||
:header-rows: 1
|
||||
:class: config-ref-table
|
||||
|
||||
* - Option = default value
|
||||
- (Type) Help string
|
||||
* - ``[DEFAULT] backup_swift_auth_insecure = False``
|
||||
- ``(BoolOpt) Bypass verification of server certificate when making SSL connection to Swift.``
|
||||
* - ``[DEFAULT] backup_swift_auth_url = None``
|
||||
- ``(StrOpt) The URL of the Keystone endpoint``
|
||||
* - ``[DEFAULT] cb_update_file_system = compression, sync, noofcopies, readonly``
|
||||
- ``(ListOpt) These values will be used for CloudByte storage's updateFileSystem API call.``
|
||||
* - ``[DEFAULT] cb_update_qos_group = iops, latency, graceallowed``
|
||||
- ``(ListOpt) These values will be used for CloudByte storage's updateQosGroup API call.``
|
||||
* - ``[DEFAULT] drbdmanage_devs_on_controller = True``
|
||||
- ``(BoolOpt) If set, the c-vol node will receive a useable
|
||||
/dev/drbdX device, even if the actual data is stored on
|
||||
other nodes only.
|
||||
This is useful for debugging, maintenance, and to be
|
||||
able to do the iSCSI export from the c-vol node.``
|
||||
* - ``[DEFAULT] hpe3par_api_url =``
|
||||
- ``(StrOpt) 3PAR WSAPI Server Url like https://<3par ip>:8080/api/v1``
|
||||
* - ``[DEFAULT] hpe3par_cpg = OpenStack``
|
||||
- ``(ListOpt) List of the CPG(s) to use for volume creation``
|
||||
* - ``[DEFAULT] hpe3par_cpg_snap =``
|
||||
- ``(StrOpt) The CPG to use for Snapshots for volumes. If empty the userCPG will be used.``
|
||||
* - ``[DEFAULT] hpe3par_debug = False``
|
||||
- ``(BoolOpt) Enable HTTP debugging to 3PAR``
|
||||
* - ``[DEFAULT] hpe3par_iscsi_chap_enabled = False``
|
||||
- ``(BoolOpt) Enable CHAP authentication for iSCSI connections.``
|
||||
* - ``[DEFAULT] hpe3par_iscsi_ips =``
|
||||
- ``(ListOpt) List of target iSCSI addresses to use.``
|
||||
* - ``[DEFAULT] hpe3par_password =``
|
||||
- ``(StrOpt) 3PAR password for the user specified in hpe3par_username``
|
||||
* - ``[DEFAULT] hpe3par_snapshot_expiration =``
|
||||
- ``(StrOpt) The time in hours when a snapshot expires and is deleted. This must be larger than expiration``
|
||||
* - ``[DEFAULT] hpe3par_snapshot_retention =``
|
||||
- ``(StrOpt) The time in hours to retain a snapshot. You can't delete it before this expires.``
|
||||
* - ``[DEFAULT] hpe3par_username =``
|
||||
- ``(StrOpt) 3PAR username with the 'edit' role``
|
||||
* - ``[DEFAULT] hypermetro_devices = None``
|
||||
- ``(StrOpt) The remote device hypermetro will use.``
|
||||
* - ``[DEFAULT] keystone_catalog_info = identity:Identity Service:publicURL``
|
||||
- ``(StrOpt) Info to match when looking for keystone in the service catalog. Format is: separated values of the form: <service_type>:<service_name>:<endpoint_type> - Only used if backup_swift_auth_url is unset``
|
||||
* - ``[DEFAULT] replication_device = None``
|
||||
- ``(MultiOpt) Multi opt of dictionaries to represent a replication target device. This option may be specified multiple times in a single config section to specify multiple replication target devices. Each entry takes the standard dict config form: replication_device = device_target_id:<required>,managed_backend_name:<host@backend_name>,key1:value1,key2:value2...``
|
||||
* - ``[DEFAULT] sf_volume_prefix = UUID-``
|
||||
- ``(StrOpt) Create SolidFire volumes with this prefix. Volume names are of the form <sf_volume_prefix><cinder-volume-id>. The default is to use a prefix of 'UUID-'.``
|
||||
* - ``[DEFAULT] smbfs_allocation_info_file_path = $state_path/allocation_data``
|
||||
- ``(StrOpt) The path of the automatically generated file containing information about volume disk space allocation.``
|
||||
* - ``[DEFAULT] storwize_svc_vol_nofmtdisk = False``
|
||||
- ``(BoolOpt) Specifies that the volume not be formatted during creation.``
|
||||
|
||||
.. list-table:: New default values
|
||||
:header-rows: 1
|
||||
:class: config-ref-table
|
||||
|
||||
* - Option
|
||||
- Previous default value
|
||||
- New default value
|
||||
* - ``[DEFAULT] zoning_mode``
|
||||
- ``none``
|
||||
- ``None``
|
||||
|
||||
.. list-table:: Deprecated options
|
||||
:header-rows: 1
|
||||
:class: config-ref-table
|
||||
|
||||
* - Deprecated option
|
||||
- New Option
|
||||
* - ``[DEFAULT] datera_api_token``
|
||||
- ``None``
|
||||
* - ``[DEFAULT] enable_v1_api``
|
||||
- ``None``
|
||||
* - ``[DEFAULT] eqlx_chap_login``
|
||||
- ``[DEFAULT] chap_username``
|
||||
* - ``[DEFAULT] eqlx_chap_password``
|
||||
- ``[DEFAULT] chap_password``
|
||||
* - ``[DEFAULT] eqlx_use_chap``
|
||||
- ``[DEFAULT] use_chap_auth``
|
||||
* - ``[DEFAULT] host``
|
||||
- ``[DEFAULT] backend_host``
|
||||
* - ``[DEFAULT] hp3par_api_url``
|
||||
- ``[DEFAULT] hpe3par_api_url``
|
||||
* - ``[DEFAULT] hp3par_cpg``
|
||||
- ``[DEFAULT] hpe3par_cpg``
|
||||
* - ``[DEFAULT] hp3par_cpg_snap``
|
||||
- ``[DEFAULT] hpe3par_cpg_snap``
|
||||
* - ``[DEFAULT] hp3par_debug``
|
||||
- ``[DEFAULT] hpe3par_debug``
|
||||
* - ``[DEFAULT] hp3par_iscsi_chap_enabled``
|
||||
- ``[DEFAULT] hpe3par_iscsi_chap_enabled``
|
||||
* - ``[DEFAULT] hp3par_iscsi_ips``
|
||||
- ``[DEFAULT] hpe3par_iscsi_ips``
|
||||
* - ``[DEFAULT] hp3par_password``
|
||||
- ``[DEFAULT] hpe3par_password``
|
||||
* - ``[DEFAULT] hp3par_snapshot_expiration``
|
||||
- ``[DEFAULT] hpe3par_snapshot_expiration``
|
||||
* - ``[DEFAULT] hp3par_snapshot_retention``
|
||||
- ``[DEFAULT] hpe3par_snapshot_retention``
|
||||
* - ``[DEFAULT] hp3par_username``
|
||||
- ``[DEFAULT] hpe3par_username``
|
||||
* - ``[DEFAULT] log_format``
|
||||
- ``None``
|
||||
* - ``[DEFAULT] osapi_max_request_body_size``
|
||||
- ``[oslo_middleware] max_request_body_size``
|
||||
* - ``[DEFAULT] use_syslog``
|
||||
- ``None``
|
||||
|
83
doc/config-ref-rst/source/tables/conf-changes/glance.rst
Normal file
83
doc/config-ref-rst/source/tables/conf-changes/glance.rst
Normal file
@ -0,0 +1,83 @@
|
||||
New, updated, and deprecated options in Mitaka for OpenStack Image service
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
..
|
||||
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.
|
||||
|
||||
.. list-table:: New options
|
||||
:header-rows: 1
|
||||
:class: config-ref-table
|
||||
|
||||
* - Option = default value
|
||||
- (Type) Help string
|
||||
* - ``[glance_store] default_swift_reference = ref1``
|
||||
- ``(StrOpt) The reference to the default swift account/backing store parameters to use for adding new images.``
|
||||
* - ``[glance_store] swift_store_admin_tenants =``
|
||||
- ``(ListOpt) A list of tenants that will be granted read/write access on all Swift containers created by Glance in multi-tenant mode.``
|
||||
* - ``[glance_store] swift_store_auth_address = None``
|
||||
- ``(StrOpt) The address where the Swift authentication service is listening. (deprecated - use "auth_address" in swift_store_config_file)``
|
||||
* - ``[glance_store] swift_store_auth_insecure = False``
|
||||
- ``(BoolOpt) If True, swiftclient won't check for a valid SSL certificate when authenticating.``
|
||||
* - ``[glance_store] swift_store_auth_version = 2``
|
||||
- ``(StrOpt) Version of the authentication service to use. Valid versions are 2 and 3 for keystone and 1 (deprecated) for swauth and rackspace. (deprecated - use "auth_version" in swift_store_config_file)``
|
||||
* - ``[glance_store] swift_store_cacert = None``
|
||||
- ``(StrOpt) A string giving the CA certificate file to use in SSL connections for verifying certs.``
|
||||
* - ``[glance_store] swift_store_config_file = None``
|
||||
- ``(StrOpt) The config file that has the swift account(s)configs.``
|
||||
* - ``[glance_store] swift_store_container = glance``
|
||||
- ``(StrOpt) Container within the account that the account should use for storing images in Swift when using single container mode. In multiple container mode, this will be the prefix for all containers.``
|
||||
* - ``[glance_store] swift_store_create_container_on_put = False``
|
||||
- ``(BoolOpt) A boolean value that determines if we create the container if it does not exist.``
|
||||
* - ``[glance_store] swift_store_endpoint = None``
|
||||
- ``(StrOpt) If set, the configured endpoint will be used. If None, the storage url from the auth response will be used.``
|
||||
* - ``[glance_store] swift_store_endpoint_type = publicURL``
|
||||
- ``(StrOpt) A string giving the endpoint type of the swift service to use (publicURL, adminURL or internalURL). This setting is only used if swift_store_auth_version is 2.``
|
||||
* - ``[glance_store] swift_store_key = None``
|
||||
- ``(StrOpt) Auth key for the user authenticating against the Swift authentication service. (deprecated - use "key" in swift_store_config_file)``
|
||||
* - ``[glance_store] swift_store_large_object_chunk_size = 200``
|
||||
- ``(IntOpt) The amount of data written to a temporary disk buffer during the process of chunking the image file.``
|
||||
* - ``[glance_store] swift_store_large_object_size = 5120``
|
||||
- ``(IntOpt) The size, in MB, that Glance will start chunking image files and do a large object manifest in Swift.``
|
||||
* - ``[glance_store] swift_store_multi_tenant = False``
|
||||
- ``(BoolOpt) If set to True, enables multi-tenant storage mode which causes Glance images to be stored in tenant specific Swift accounts.``
|
||||
* - ``[glance_store] swift_store_multiple_containers_seed = 0``
|
||||
- ``(IntOpt) When set to 0, a single-tenant store will only use one container to store all images. When set to an integer value between 1 and 32, a single-tenant store will use multiple containers to store images, and this value will determine how many containers are created.Used only when swift_store_multi_tenant is disabled. The total number of containers that will be used is equal to 16^N, so if this config option is set to 2, then 16^2=256 containers will be used to store images.``
|
||||
* - ``[glance_store] swift_store_region = None``
|
||||
- ``(StrOpt) The region of the swift endpoint to be used for single tenant. This setting is only necessary if the tenant has multiple swift endpoints.``
|
||||
* - ``[glance_store] swift_store_retry_get_count = 0``
|
||||
- ``(IntOpt) The number of times a Swift download will be retried before the request fails.``
|
||||
* - ``[glance_store] swift_store_service_type = object-store``
|
||||
- ``(StrOpt) A string giving the service type of the swift service to use. This setting is only used if swift_store_auth_version is 2.``
|
||||
* - ``[glance_store] swift_store_ssl_compression = True``
|
||||
- ``(BoolOpt) If set to False, disables SSL layer compression of https swift requests. Setting to False may improve performance for images which are already in a compressed format, eg qcow2.``
|
||||
* - ``[glance_store] swift_store_user = None``
|
||||
- ``(StrOpt) The user to authenticate against the Swift authentication service (deprecated - use "user" in swift_store_config_file)``
|
||||
|
||||
.. list-table:: New default values
|
||||
:header-rows: 1
|
||||
:class: config-ref-table
|
||||
|
||||
* - Option
|
||||
- Previous default value
|
||||
- New default value
|
||||
* - ``[DEFAULT] allowed_rpc_exception_modules``
|
||||
- ``glance.common.exception, exceptions``
|
||||
- ``glance.common.exception, builtins, exceptions``
|
||||
|
||||
.. list-table:: Deprecated options
|
||||
:header-rows: 1
|
||||
:class: config-ref-table
|
||||
|
||||
* - Deprecated option
|
||||
- New Option
|
||||
* - ``[DEFAULT] log_format``
|
||||
- ``None``
|
||||
* - ``[DEFAULT] use_syslog``
|
||||
- ``None``
|
||||
* - ``[glance_store] vmware_datacenter_path``
|
||||
- ``None``
|
||||
* - ``[glance_store] vmware_datastore_name``
|
||||
- ``None``
|
||||
|
33
doc/config-ref-rst/source/tables/conf-changes/heat.rst
Normal file
33
doc/config-ref-rst/source/tables/conf-changes/heat.rst
Normal file
@ -0,0 +1,33 @@
|
||||
New, updated, and deprecated options in Mitaka for Orchestration
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
..
|
||||
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.
|
||||
|
||||
.. list-table:: New options
|
||||
:header-rows: 1
|
||||
:class: config-ref-table
|
||||
|
||||
* - Option = default value
|
||||
- (Type) Help string
|
||||
* - ``[profiler] hmac_keys = SECRET_KEY``
|
||||
- ``(StrOpt) Secret key to use to sign tracing messages.``
|
||||
* - ``[service_extension_cache] caching = True``
|
||||
- ``(BoolOpt) Toggle to enable/disable caching when Orchestration Engine retrieves extensions from other OpenStack services. Please note that the global toggle for oslo.cache(enabled=True in [cache] group) must be enabled to use this feature.``
|
||||
* - ``[service_extension_cache] expiration_time = 3600``
|
||||
- ``(IntOpt) TTL, in seconds, for any cached item in the dogpile.cache region used for caching of service extensions.``
|
||||
|
||||
|
||||
.. list-table:: Deprecated options
|
||||
:header-rows: 1
|
||||
:class: config-ref-table
|
||||
|
||||
* - Deprecated option
|
||||
- New Option
|
||||
* - ``[DEFAULT] log_format``
|
||||
- ``None``
|
||||
* - ``[DEFAULT] use_syslog``
|
||||
- ``None``
|
||||
|
57
doc/config-ref-rst/source/tables/conf-changes/ironic.rst
Normal file
57
doc/config-ref-rst/source/tables/conf-changes/ironic.rst
Normal file
@ -0,0 +1,57 @@
|
||||
New, updated, and deprecated options in Mitaka for Bare metal service
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
..
|
||||
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.
|
||||
|
||||
.. list-table:: New options
|
||||
:header-rows: 1
|
||||
:class: config-ref-table
|
||||
|
||||
* - Option = default value
|
||||
- (Type) Help string
|
||||
* - ``[DEFAULT] hash_ring_reset_interval = 180``
|
||||
- ``(IntOpt) Interval (in seconds) between hash ring resets.``
|
||||
* - ``[glance] temp_url_endpoint_type = swift``
|
||||
- ``(StrOpt) Type of endpoint to use for temporary URLs. If the Glance backend is Swift, use "swift"; if it is CEPH with RADOS gateway, use "radosgw".``
|
||||
* - ``[iboot] reboot_delay = 5``
|
||||
- ``(IntOpt) Time (in seconds) to sleep between when rebooting (powering off and on again).``
|
||||
* - ``[oneview] allow_insecure_connections = False``
|
||||
- ``(BoolOpt) Option to allow insecure connection with OneView``
|
||||
* - ``[oneview] manager_url = None``
|
||||
- ``(StrOpt) URL where OneView is available``
|
||||
* - ``[oneview] max_polling_attempts = 12``
|
||||
- ``(IntOpt) Max connection retries to check changes on OneView``
|
||||
* - ``[oneview] password = None``
|
||||
- ``(StrOpt) OneView password to be used``
|
||||
* - ``[oneview] tls_cacert_file = None``
|
||||
- ``(StrOpt) Path to CA certificate``
|
||||
* - ``[oneview] username = None``
|
||||
- ``(StrOpt) OneView username to be used``
|
||||
* - ``[pxe] ip_version = 4``
|
||||
- ``(StrOpt) The IP version that will be used for PXE booting. Can be either 4 or 6. Defaults to 4. EXPERIMENTAL``
|
||||
* - ``[snmp] reboot_delay = 0``
|
||||
- ``(IntOpt) Time (in seconds) to sleep between when rebooting (powering off and on again)``
|
||||
* - ``[ssh] get_vm_name_attempts = 3``
|
||||
- ``(IntOpt) Number of attempts to try to get VM name used by the host that corresponds to a node's MAC address.``
|
||||
* - ``[ssh] get_vm_name_retry_interval = 3``
|
||||
- ``(IntOpt) Number of seconds to wait between attempts to get VM name used by the host that corresponds to a node's MAC address.``
|
||||
|
||||
|
||||
.. list-table:: Deprecated options
|
||||
:header-rows: 1
|
||||
:class: config-ref-table
|
||||
|
||||
* - Deprecated option
|
||||
- New Option
|
||||
* - ``[DEFAULT] log_format``
|
||||
- ``None``
|
||||
* - ``[DEFAULT] use_syslog``
|
||||
- ``None``
|
||||
* - ``[agent] agent_pxe_append_params``
|
||||
- ``None``
|
||||
* - ``[agent] agent_pxe_config_template``
|
||||
- ``None``
|
||||
|
44
doc/config-ref-rst/source/tables/conf-changes/keystone.rst
Normal file
44
doc/config-ref-rst/source/tables/conf-changes/keystone.rst
Normal file
@ -0,0 +1,44 @@
|
||||
New, updated, and deprecated options in Mitaka for OpenStack Identity
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
..
|
||||
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.
|
||||
|
||||
.. list-table:: New options
|
||||
:header-rows: 1
|
||||
:class: config-ref-table
|
||||
|
||||
* - Option = default value
|
||||
- (Type) Help string
|
||||
* - ``[ldap] project_enabled_emulation_use_group_config = False``
|
||||
- ``(BoolOpt) Use the "group_member_attribute" and "group_objectclass" settings to determine membership in the emulated enabled group.``
|
||||
* - ``[ldap] user_enabled_emulation_use_group_config = False``
|
||||
- ``(BoolOpt) Use the "group_member_attribute" and "group_objectclass" settings to determine membership in the emulated enabled group.``
|
||||
|
||||
.. list-table:: New default values
|
||||
:header-rows: 1
|
||||
:class: config-ref-table
|
||||
|
||||
* - Option
|
||||
- Previous default value
|
||||
- New default value
|
||||
* - ``[cache] backend``
|
||||
- ``keystone.common.cache.noop``
|
||||
- ``dogpile.cache.null``
|
||||
* - ``[cache] config_prefix``
|
||||
- ``cache.keystone``
|
||||
- ``cache.oslo``
|
||||
|
||||
.. list-table:: Deprecated options
|
||||
:header-rows: 1
|
||||
:class: config-ref-table
|
||||
|
||||
* - Deprecated option
|
||||
- New Option
|
||||
* - ``[DEFAULT] log_format``
|
||||
- ``None``
|
||||
* - ``[DEFAULT] use_syslog``
|
||||
- ``None``
|
||||
|
79
doc/config-ref-rst/source/tables/conf-changes/manila.rst
Normal file
79
doc/config-ref-rst/source/tables/conf-changes/manila.rst
Normal file
@ -0,0 +1,79 @@
|
||||
New, updated, and deprecated options in Mitaka for Shared File Systems service
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
..
|
||||
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.
|
||||
|
||||
.. list-table:: New options
|
||||
:header-rows: 1
|
||||
:class: config-ref-table
|
||||
|
||||
* - Option = default value
|
||||
- (Type) Help string
|
||||
* - ``[DEFAULT] hpe3par_api_url =``
|
||||
- ``(StrOpt) 3PAR WSAPI Server Url like https://<3par ip>:8080/api/v1``
|
||||
* - ``[DEFAULT] hpe3par_debug = False``
|
||||
- ``(BoolOpt) Enable HTTP debugging to 3PAR``
|
||||
* - ``[DEFAULT] hpe3par_fpg = OpenStack``
|
||||
- ``(StrOpt) The File Provisioning Group (FPG) to use``
|
||||
* - ``[DEFAULT] hpe3par_fstore_per_share = False``
|
||||
- ``(BoolOpt) Use one filestore per share``
|
||||
* - ``[DEFAULT] hpe3par_password =``
|
||||
- ``(StrOpt) 3PAR password for the user specified in hpe3par_username``
|
||||
* - ``[DEFAULT] hpe3par_san_ip =``
|
||||
- ``(StrOpt) IP address of SAN controller``
|
||||
* - ``[DEFAULT] hpe3par_san_login =``
|
||||
- ``(StrOpt) Username for SAN controller``
|
||||
* - ``[DEFAULT] hpe3par_san_password =``
|
||||
- ``(StrOpt) Password for SAN controller``
|
||||
* - ``[DEFAULT] hpe3par_san_ssh_port = 22``
|
||||
- ``(PortOpt) SSH port to use with SAN``
|
||||
* - ``[DEFAULT] hpe3par_share_ip_address =``
|
||||
- ``(StrOpt) The IP address for shares not using a share server``
|
||||
* - ``[DEFAULT] hpe3par_username =``
|
||||
- ``(StrOpt) 3PAR username with the 'edit' role``
|
||||
|
||||
|
||||
.. list-table:: Deprecated options
|
||||
:header-rows: 1
|
||||
:class: config-ref-table
|
||||
|
||||
* - Deprecated option
|
||||
- New Option
|
||||
* - ``[DEFAULT] db_backend``
|
||||
- ``[database] backend``
|
||||
* - ``[DEFAULT] hp3par_api_url``
|
||||
- ``[DEFAULT] hpe3par_api_url``
|
||||
* - ``[DEFAULT] hp3par_debug``
|
||||
- ``[DEFAULT] hpe3par_debug``
|
||||
* - ``[DEFAULT] hp3par_fpg``
|
||||
- ``[DEFAULT] hpe3par_fpg``
|
||||
* - ``[DEFAULT] hp3par_fstore_per_share``
|
||||
- ``[DEFAULT] hpe3par_fstore_per_share``
|
||||
* - ``[DEFAULT] hp3par_password``
|
||||
- ``[DEFAULT] hpe3par_password``
|
||||
* - ``[DEFAULT] hp3par_san_ip``
|
||||
- ``[DEFAULT] hpe3par_san_ip``
|
||||
* - ``[DEFAULT] hp3par_san_login``
|
||||
- ``[DEFAULT] hpe3par_san_login``
|
||||
* - ``[DEFAULT] hp3par_san_password``
|
||||
- ``[DEFAULT] hpe3par_san_password``
|
||||
* - ``[DEFAULT] hp3par_san_ssh_port``
|
||||
- ``[DEFAULT] hpe3par_san_ssh_port``
|
||||
* - ``[DEFAULT] hp3par_share_ip_address``
|
||||
- ``[DEFAULT] hpe3par_share_ip_address``
|
||||
* - ``[DEFAULT] hp3par_username``
|
||||
- ``[DEFAULT] hpe3par_username``
|
||||
* - ``[DEFAULT] log_format``
|
||||
- ``None``
|
||||
* - ``[DEFAULT] sql_idle_timeout``
|
||||
- ``[database] idle_timeout``
|
||||
* - ``[DEFAULT] sql_max_retries``
|
||||
- ``[database] max_retries``
|
||||
* - ``[DEFAULT] sql_retry_interval``
|
||||
- ``[database] retry_interval``
|
||||
* - ``[DEFAULT] use_syslog``
|
||||
- ``None``
|
||||
|
91
doc/config-ref-rst/source/tables/conf-changes/nova.rst
Normal file
91
doc/config-ref-rst/source/tables/conf-changes/nova.rst
Normal file
@ -0,0 +1,91 @@
|
||||
New, updated, and deprecated options in Mitaka for OpenStack Compute
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
..
|
||||
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.
|
||||
|
||||
.. list-table:: New options
|
||||
:header-rows: 1
|
||||
:class: config-ref-table
|
||||
|
||||
* - Option = default value
|
||||
- (Type) Help string
|
||||
* - ``[cells] instance_update_sync_database_limit = 100``
|
||||
- ``(IntOpt) Number of instances to pull from the database at one time for a sync. If there are more instances to update the results will be paged through``
|
||||
|
||||
.. list-table:: New default values
|
||||
:header-rows: 1
|
||||
:class: config-ref-table
|
||||
|
||||
* - Option
|
||||
- Previous default value
|
||||
- New default value
|
||||
* - ``[DEFAULT] compute_resources``
|
||||
- ``vcpu``
|
||||
- `` ``
|
||||
* - ``[DEFAULT] force_config_drive``
|
||||
- ``None``
|
||||
- ``False``
|
||||
* - ``[vmware] integration_bridge``
|
||||
- ``br-int``
|
||||
- ``None``
|
||||
|
||||
.. list-table:: Deprecated options
|
||||
:header-rows: 1
|
||||
:class: config-ref-table
|
||||
|
||||
* - Deprecated option
|
||||
- New Option
|
||||
* - ``[DEFAULT] compute_available_monitors``
|
||||
- ``None``
|
||||
* - ``[DEFAULT] compute_resources``
|
||||
- ``None``
|
||||
* - ``[DEFAULT] log_format``
|
||||
- ``None``
|
||||
* - ``[DEFAULT] network_device_mtu``
|
||||
- ``None``
|
||||
* - ``[DEFAULT] osapi_compute_ext_list``
|
||||
- ``None``
|
||||
* - ``[DEFAULT] share_dhcp_address``
|
||||
- ``None``
|
||||
* - ``[DEFAULT] ssl_ca_file``
|
||||
- ``[ssl] ca_file``
|
||||
* - ``[DEFAULT] ssl_cert_file``
|
||||
- ``[ssl] cert_file``
|
||||
* - ``[DEFAULT] ssl_key_file``
|
||||
- ``[ssl] key_file``
|
||||
* - ``[DEFAULT] use_syslog``
|
||||
- ``None``
|
||||
* - ``[conductor] use_local``
|
||||
- ``None``
|
||||
* - ``[ironic] admin_auth_token``
|
||||
- ``None``
|
||||
* - ``[ironic] client_log_level``
|
||||
- ``None``
|
||||
* - ``[libvirt] remove_unused_kernels``
|
||||
- ``None``
|
||||
* - ``[neutron] admin_auth_url``
|
||||
- ``None``
|
||||
* - ``[neutron] admin_password``
|
||||
- ``None``
|
||||
* - ``[neutron] admin_tenant_id``
|
||||
- ``None``
|
||||
* - ``[neutron] admin_tenant_name``
|
||||
- ``None``
|
||||
* - ``[neutron] admin_user_id``
|
||||
- ``None``
|
||||
* - ``[neutron] admin_username``
|
||||
- ``None``
|
||||
* - ``[neutron] auth_strategy``
|
||||
- ``None``
|
||||
* - ``[osapi_v21] enabled``
|
||||
- ``None``
|
||||
* - ``[osapi_v21] extensions_blacklist``
|
||||
- ``None``
|
||||
* - ``[osapi_v21] extensions_whitelist``
|
||||
- ``None``
|
||||
* - ``[workarounds] destroy_after_evacuate``
|
||||
- ``None``
|
||||
|
31
doc/config-ref-rst/source/tables/conf-changes/sahara.rst
Normal file
31
doc/config-ref-rst/source/tables/conf-changes/sahara.rst
Normal file
@ -0,0 +1,31 @@
|
||||
New, updated, and deprecated options in Mitaka for Data Processing service
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
..
|
||||
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.
|
||||
|
||||
|
||||
.. list-table:: New default values
|
||||
:header-rows: 1
|
||||
:class: config-ref-table
|
||||
|
||||
* - Option
|
||||
- Previous default value
|
||||
- New default value
|
||||
* - ``[DEFAULT] api_workers``
|
||||
- ``0``
|
||||
- ``1``
|
||||
|
||||
.. list-table:: Deprecated options
|
||||
:header-rows: 1
|
||||
:class: config-ref-table
|
||||
|
||||
* - Deprecated option
|
||||
- New Option
|
||||
* - ``[DEFAULT] log_format``
|
||||
- ``None``
|
||||
* - ``[DEFAULT] use_syslog``
|
||||
- ``None``
|
||||
|
110
doc/config-ref-rst/source/tables/conf-changes/trove.rst
Normal file
110
doc/config-ref-rst/source/tables/conf-changes/trove.rst
Normal file
@ -0,0 +1,110 @@
|
||||
New, updated, and deprecated options in Mitaka for Database service
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
..
|
||||
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.
|
||||
|
||||
.. list-table:: New options
|
||||
:header-rows: 1
|
||||
:class: config-ref-table
|
||||
|
||||
* - Option = default value
|
||||
- (Type) Help string
|
||||
* - ``[DEFAULT] max_backups_per_tenant = 50``
|
||||
- ``(IntOpt) Default maximum number of backups created by a tenant.``
|
||||
* - ``[DEFAULT] max_instances_per_tenant = 5``
|
||||
- ``(IntOpt) Default maximum number of instances per tenant.``
|
||||
* - ``[DEFAULT] max_volumes_per_tenant = 20``
|
||||
- ``(IntOpt) Default maximum volume capacity (in GB) spanning across all Trove volumes per tenant.``
|
||||
* - ``[DEFAULT] nova_client_version = 2``
|
||||
- ``(IntOpt) The version of of the compute service client.``
|
||||
* - ``[DEFAULT] state_change_poll_time = 3``
|
||||
- ``(IntOpt) Interval between state change poll requests (seconds).``
|
||||
* - ``[cors] allow_credentials = True``
|
||||
- ``(BoolOpt) Indicate that the actual request can include user credentials``
|
||||
* - ``[cors] allow_headers = Content-Type, Cache-Control, Content-Language, Expires, Last-Modified, Pragma``
|
||||
- ``(ListOpt) Indicate which header field names may be used during the actual request.``
|
||||
* - ``[cors] allow_methods = GET, POST, PUT, DELETE, OPTIONS``
|
||||
- ``(ListOpt) Indicate which methods can be used during the actual request.``
|
||||
* - ``[cors] allowed_origin = None``
|
||||
- ``(StrOpt) Indicate whether this resource may be shared with the domain received in the requests "origin" header.``
|
||||
* - ``[cors] expose_headers = Content-Type, Cache-Control, Content-Language, Expires, Last-Modified, Pragma``
|
||||
- ``(ListOpt) Indicate which headers are safe to expose to the API. Defaults to HTTP Simple Headers.``
|
||||
* - ``[cors] max_age = 3600``
|
||||
- ``(IntOpt) Maximum cache age of CORS preflight requests.``
|
||||
* - ``[cors.subdomain] allow_credentials = True``
|
||||
- ``(BoolOpt) Indicate that the actual request can include user credentials``
|
||||
* - ``[cors.subdomain] allow_headers = Content-Type, Cache-Control, Content-Language, Expires, Last-Modified, Pragma``
|
||||
- ``(ListOpt) Indicate which header field names may be used during the actual request.``
|
||||
* - ``[cors.subdomain] allow_methods = GET, POST, PUT, DELETE, OPTIONS``
|
||||
- ``(ListOpt) Indicate which methods can be used during the actual request.``
|
||||
* - ``[cors.subdomain] allowed_origin = None``
|
||||
- ``(StrOpt) Indicate whether this resource may be shared with the domain received in the requests "origin" header.``
|
||||
* - ``[cors.subdomain] expose_headers = Content-Type, Cache-Control, Content-Language, Expires, Last-Modified, Pragma``
|
||||
- ``(ListOpt) Indicate which headers are safe to expose to the API. Defaults to HTTP Simple Headers.``
|
||||
* - ``[cors.subdomain] max_age = 3600``
|
||||
- ``(IntOpt) Maximum cache age of CORS preflight requests.``
|
||||
* - ``[mariadb] ignore_dbs = mysql, information_schema, performance_schema``
|
||||
- ``(ListOpt) Databases to exclude when listing databases.``
|
||||
* - ``[mariadb] ignore_users = os_admin, root``
|
||||
- ``(ListOpt) Users to exclude when listing users.``
|
||||
* - ``[mysql] ignore_dbs = mysql, information_schema, performance_schema``
|
||||
- ``(ListOpt) Databases to exclude when listing databases.``
|
||||
* - ``[mysql] ignore_users = os_admin, root``
|
||||
- ``(ListOpt) Users to exclude when listing users.``
|
||||
* - ``[oslo_middleware] max_request_body_size = 114688``
|
||||
- ``(IntOpt) The maximum body size for each request, in bytes.``
|
||||
* - ``[oslo_middleware] secure_proxy_ssl_header = X-Forwarded-Proto``
|
||||
- ``(StrOpt) The HTTP Header that will be used to determine what the original request protocol scheme was, even if it was hidden by an SSL termination proxy.``
|
||||
* - ``[percona] ignore_dbs = mysql, information_schema, performance_schema``
|
||||
- ``(ListOpt) Databases to exclude when listing databases.``
|
||||
* - ``[percona] ignore_users = os_admin, root``
|
||||
- ``(ListOpt) Users to exclude when listing users.``
|
||||
* - ``[pxc] ignore_dbs = mysql, information_schema, performance_schema``
|
||||
- ``(ListOpt) Databases to exclude when listing databases.``
|
||||
|
||||
.. list-table:: New default values
|
||||
:header-rows: 1
|
||||
:class: config-ref-table
|
||||
|
||||
* - Option
|
||||
- Previous default value
|
||||
- New default value
|
||||
* - ``[DEFAULT] pydev_debug_port``
|
||||
- ``None``
|
||||
- ``5678``
|
||||
* - ``[couchbase] root_on_create``
|
||||
- ``True``
|
||||
- ``False``
|
||||
|
||||
.. list-table:: Deprecated options
|
||||
:header-rows: 1
|
||||
:class: config-ref-table
|
||||
|
||||
* - Deprecated option
|
||||
- New Option
|
||||
* - ``[DEFAULT] ignore_dbs``
|
||||
- ``[mysql] ignore_dbs``
|
||||
* - ``[DEFAULT] ignore_dbs``
|
||||
- ``[mariadb] ignore_dbs``
|
||||
* - ``[DEFAULT] ignore_dbs``
|
||||
- ``[percona] ignore_dbs``
|
||||
* - ``[DEFAULT] ignore_users``
|
||||
- ``[percona] ignore_users``
|
||||
* - ``[DEFAULT] ignore_users``
|
||||
- ``[mysql] ignore_users``
|
||||
* - ``[DEFAULT] ignore_users``
|
||||
- ``[mariadb] ignore_users``
|
||||
* - ``[DEFAULT] log_format``
|
||||
- ``None``
|
||||
* - ``[DEFAULT] max_backups_per_user``
|
||||
- ``[DEFAULT] max_backups_per_tenant``
|
||||
* - ``[DEFAULT] max_instances_per_user``
|
||||
- ``[DEFAULT] max_instances_per_tenant``
|
||||
* - ``[DEFAULT] max_volumes_per_user``
|
||||
- ``[DEFAULT] max_volumes_per_tenant``
|
||||
* - ``[DEFAULT] use_syslog``
|
||||
- ``None``
|
||||
|
Loading…
x
Reference in New Issue
Block a user