Fix RST tables
Use long line to avoind dealing with indentation. Change-Id: I802583f369eaa0fc0a4a112f361d05caba167d29
This commit is contained in:
parent
8e2ffea25d
commit
4aea0af696
@ -17,10 +17,6 @@
|
|||||||
* - **[DEFAULT]**
|
* - **[DEFAULT]**
|
||||||
-
|
-
|
||||||
* - ``drbdmanage_devs_on_controller`` = ``True``
|
* - ``drbdmanage_devs_on_controller`` = ``True``
|
||||||
- (BoolOpt) If set, the c-vol node will receive a useable
|
- (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.
|
||||||
/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.
|
|
||||||
* - ``drbdmanage_redundancy`` = ``1``
|
* - ``drbdmanage_redundancy`` = ``1``
|
||||||
- (StrOpt) Number of nodes that should replicate the data.
|
- (StrOpt) Number of nodes that should replicate the data.
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
autogenerate-config-doc tool from the openstack-doc-tools repository, or
|
autogenerate-config-doc tool from the openstack-doc-tools repository, or
|
||||||
ask for help on the documentation mailing list, IRC channel or meeting.
|
ask for help on the documentation mailing list, IRC channel or meeting.
|
||||||
|
|
||||||
.. list-table:: Description of HP LeftHand/StoreVirtual driver configuration options
|
.. list-table:: Description of HPE LeftHand/StoreVirtual driver configuration options
|
||||||
:header-rows: 1
|
:header-rows: 1
|
||||||
:class: config-ref-table
|
:class: config-ref-table
|
||||||
|
|
||||||
@ -16,15 +16,15 @@
|
|||||||
- Description
|
- Description
|
||||||
* - **[DEFAULT]**
|
* - **[DEFAULT]**
|
||||||
-
|
-
|
||||||
* - ``hplefthand_api_url`` = ``None``
|
* - ``hpelefthand_api_url`` = ``None``
|
||||||
- (StrOpt) HP LeftHand WSAPI Server Url like https://<LeftHand ip>:8081/lhos
|
- (StrOpt) HPE LeftHand WSAPI Server Url like https://<LeftHand ip>:8081/lhos
|
||||||
* - ``hplefthand_clustername`` = ``None``
|
* - ``hpelefthand_clustername`` = ``None``
|
||||||
- (StrOpt) HP LeftHand cluster name
|
- (StrOpt) HPE LeftHand cluster name
|
||||||
* - ``hplefthand_debug`` = ``False``
|
* - ``hpelefthand_debug`` = ``False``
|
||||||
- (BoolOpt) Enable HTTP debugging to LeftHand
|
- (BoolOpt) Enable HTTP debugging to LeftHand
|
||||||
* - ``hplefthand_iscsi_chap_enabled`` = ``False``
|
* - ``hpelefthand_iscsi_chap_enabled`` = ``False``
|
||||||
- (BoolOpt) Configure CHAP authentication for iSCSI connections (Default: Disabled)
|
- (BoolOpt) Configure CHAP authentication for iSCSI connections (Default: Disabled)
|
||||||
* - ``hplefthand_password`` = ``None``
|
* - ``hpelefthand_password`` = ``None``
|
||||||
- (StrOpt) HP LeftHand Super user password
|
- (StrOpt) HPE LeftHand Super user password
|
||||||
* - ``hplefthand_username`` = ``None``
|
* - ``hpelefthand_username`` = ``None``
|
||||||
- (StrOpt) HP LeftHand Super user username
|
- (StrOpt) HPE LeftHand Super user username
|
@ -26,6 +26,8 @@
|
|||||||
- (PortOpt) SolidFire API port. Useful if the device api is behind a proxy on a different port.
|
- (PortOpt) SolidFire API port. Useful if the device api is behind a proxy on a different port.
|
||||||
* - ``sf_emulate_512`` = ``True``
|
* - ``sf_emulate_512`` = ``True``
|
||||||
- (BoolOpt) Set 512 byte emulation on volume creation;
|
- (BoolOpt) Set 512 byte emulation on volume creation;
|
||||||
|
* - ``sf_enable_vag`` = ``False``
|
||||||
|
- (BoolOpt) Utilize volume access groups on a per-tenant basis.
|
||||||
* - ``sf_enable_volume_mapping`` = ``True``
|
* - ``sf_enable_volume_mapping`` = ``True``
|
||||||
- (BoolOpt) Create an internal mapping of volume IDs and account. Optimizes lookups and performance at the expense of memory, very large deployments may want to consider setting to False.
|
- (BoolOpt) Create an internal mapping of volume IDs and account. Optimizes lookups and performance at the expense of memory, very large deployments may want to consider setting to False.
|
||||||
* - ``sf_svip`` = ``None``
|
* - ``sf_svip`` = ``None``
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
- (StrOpt) Ceph configuration file path. If <None>, librados will locate the default config. If using cephx authentication, this file should include a reference to the right keyring in a client.<USER> section
|
- (StrOpt) Ceph configuration file path. If <None>, librados will locate the default config. If using cephx authentication, this file should include a reference to the right keyring in a client.<USER> section
|
||||||
* - ``rbd_store_chunk_size`` = ``8``
|
* - ``rbd_store_chunk_size`` = ``8``
|
||||||
- (IntOpt) RADOS images will be chunked into objects of this size (in megabytes). For best performance, this should be a power of two.
|
- (IntOpt) RADOS images will be chunked into objects of this size (in megabytes). For best performance, this should be a power of two.
|
||||||
* - ``rbd_store_pool`` = ``images``
|
* - ``rbd_store_pool`` = ``localhost``
|
||||||
- (StrOpt) RADOS pool in which images are stored.
|
- (StrOpt) RADOS pool in which images are stored.
|
||||||
* - ``rbd_store_user`` = ``None``
|
* - ``rbd_store_user`` = ``None``
|
||||||
- (StrOpt) RADOS user to authenticate as (only applicable if using Cephx. If <None>, a default will be chosen based on the client. section in rbd_store_ceph_conf)
|
- (StrOpt) RADOS user to authenticate as (only applicable if using Cephx. If <None>, a default will be chosen based on the client. section in rbd_store_ceph_conf)
|
||||||
|
@ -16,6 +16,8 @@
|
|||||||
- Description
|
- Description
|
||||||
* - **[profiler]**
|
* - **[profiler]**
|
||||||
-
|
-
|
||||||
|
* - ``hmac_keys`` = ``SECRET_KEY``
|
||||||
|
- (StrOpt) Secret key to use to sign tracing messages.
|
||||||
* - ``profiler_enabled`` = ``False``
|
* - ``profiler_enabled`` = ``False``
|
||||||
- (BoolOpt) If False fully disable profiling feature.
|
- (BoolOpt) If False fully disable profiling feature.
|
||||||
* - ``trace_sqlalchemy`` = ``False``
|
* - ``trace_sqlalchemy`` = ``False``
|
||||||
|
@ -16,6 +16,8 @@
|
|||||||
- Description
|
- Description
|
||||||
* - **[api]**
|
* - **[api]**
|
||||||
-
|
-
|
||||||
|
* - ``api_workers`` = ``None``
|
||||||
|
- (IntOpt) Number of workers for OpenStack Ironic API service. The default is equal to the number of CPUs available if that can be determined, else a default worker count of 1 is returned.
|
||||||
* - ``host_ip`` = ``0.0.0.0``
|
* - ``host_ip`` = ``0.0.0.0``
|
||||||
- (StrOpt) The IP address on which ironic-api listens.
|
- (StrOpt) The IP address on which ironic-api listens.
|
||||||
* - ``max_limit`` = ``1000``
|
* - ``max_limit`` = ``1000``
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
- (IntOpt) Exponent to determine number of hash partitions to use when distributing load across conductors. Larger values will result in more even distribution of load and less load when rebalancing the ring, but more memory usage. Number of partitions per conductor is (2^hash_partition_exponent). This determines the granularity of rebalancing: given 10 hosts, and an exponent of the 2, there are 40 partitions in the ring.A few thousand partitions should make rebalancing smooth in most cases. The default is suitable for up to a few hundred conductors. Too many partitions has a CPU impact.
|
- (IntOpt) Exponent to determine number of hash partitions to use when distributing load across conductors. Larger values will result in more even distribution of load and less load when rebalancing the ring, but more memory usage. Number of partitions per conductor is (2^hash_partition_exponent). This determines the granularity of rebalancing: given 10 hosts, and an exponent of the 2, there are 40 partitions in the ring.A few thousand partitions should make rebalancing smooth in most cases. The default is suitable for up to a few hundred conductors. Too many partitions has a CPU impact.
|
||||||
* - ``hash_ring_reset_interval`` = ``180``
|
* - ``hash_ring_reset_interval`` = ``180``
|
||||||
- (IntOpt) Interval (in seconds) between hash ring resets.
|
- (IntOpt) Interval (in seconds) between hash ring resets.
|
||||||
* - ``host`` = ``shock.local.net``
|
* - ``host`` = ``sd-52009.dedibox.fr``
|
||||||
- (StrOpt) Name of this node. This can be an opaque identifier. It is not necessarily a hostname, FQDN, or IP address. However, the node name must be valid within an AMQP key, and if using ZeroMQ, a valid hostname, FQDN, or IP address.
|
- (StrOpt) Name of this node. This can be an opaque identifier. It is not necessarily a hostname, FQDN, or IP address. However, the node name must be valid within an AMQP key, and if using ZeroMQ, a valid hostname, FQDN, or IP address.
|
||||||
* - ``isolinux_bin`` = ``/usr/lib/syslinux/isolinux.bin``
|
* - ``isolinux_bin`` = ``/usr/lib/syslinux/isolinux.bin``
|
||||||
- (StrOpt) Path to isolinux binary file.
|
- (StrOpt) Path to isolinux binary file.
|
||||||
|
40
doc/config-ref-rst/source/tables/manila-hpe3par.rst
Normal file
40
doc/config-ref-rst/source/tables/manila-hpe3par.rst
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
..
|
||||||
|
Warning: Do not edit this file. It is automatically generated from the
|
||||||
|
software project's code and your changes will be overwritten.
|
||||||
|
|
||||||
|
The tool to generate this file lives in openstack-doc-tools repository.
|
||||||
|
|
||||||
|
Please make any changes needed in the code, then run the
|
||||||
|
autogenerate-config-doc tool from the openstack-doc-tools repository, or
|
||||||
|
ask for help on the documentation mailing list, IRC channel or meeting.
|
||||||
|
|
||||||
|
.. list-table:: Description of hpe3par configuration options
|
||||||
|
:header-rows: 1
|
||||||
|
:class: config-ref-table
|
||||||
|
|
||||||
|
* - Configuration option = Default value
|
||||||
|
- Description
|
||||||
|
* - **[DEFAULT]**
|
||||||
|
-
|
||||||
|
* - ``hpe3par_api_url`` = `` ``
|
||||||
|
- (StrOpt) 3PAR WSAPI Server Url like https://<3par ip>:8080/api/v1
|
||||||
|
* - ``hpe3par_debug`` = ``False``
|
||||||
|
- (BoolOpt) Enable HTTP debugging to 3PAR
|
||||||
|
* - ``hpe3par_fpg`` = ``OpenStack``
|
||||||
|
- (StrOpt) The File Provisioning Group (FPG) to use
|
||||||
|
* - ``hpe3par_fstore_per_share`` = ``False``
|
||||||
|
- (BoolOpt) Use one filestore per share
|
||||||
|
* - ``hpe3par_password`` = `` ``
|
||||||
|
- (StrOpt) 3PAR password for the user specified in hpe3par_username
|
||||||
|
* - ``hpe3par_san_ip`` = `` ``
|
||||||
|
- (StrOpt) IP address of SAN controller
|
||||||
|
* - ``hpe3par_san_login`` = `` ``
|
||||||
|
- (StrOpt) Username for SAN controller
|
||||||
|
* - ``hpe3par_san_password`` = `` ``
|
||||||
|
- (StrOpt) Password for SAN controller
|
||||||
|
* - ``hpe3par_san_ssh_port`` = ``22``
|
||||||
|
- (PortOpt) SSH port to use with SAN
|
||||||
|
* - ``hpe3par_share_ip_address`` = `` ``
|
||||||
|
- (StrOpt) The IP address for shares not using a share server
|
||||||
|
* - ``hpe3par_username`` = `` ``
|
||||||
|
- (StrOpt) 3PAR username with the 'edit' role
|
@ -17,6 +17,4 @@
|
|||||||
* - **[DEFAULT]**
|
* - **[DEFAULT]**
|
||||||
-
|
-
|
||||||
* - ``auth_strategy`` = ``keystone``
|
* - ``auth_strategy`` = ``keystone``
|
||||||
- (StrOpt) The strategy to use for auth: keystone or noauth2. noauth2 is designed for
|
- (StrOpt) The strategy to use for auth: keystone or noauth2. noauth2 is designed for testing only, as it does no actual credential checking. noauth2 provides administrative credentials only if 'admin' is specified as the username.
|
||||||
testing only, as it does no actual credential checking. noauth2 provides
|
|
||||||
administrative credentials only if 'admin' is specified as the username.
|
|
||||||
|
@ -20,8 +20,6 @@
|
|||||||
- (FloatOpt) Enables dynamic memory allocation (ballooning) when set to a value greater than 1. The value expresses the ratio between the total RAM assigned to an instance and its startup RAM amount. For example a ratio of 2.0 for an instance with 1024MB of RAM implies 512MB of RAM allocated at startup
|
- (FloatOpt) Enables dynamic memory allocation (ballooning) when set to a value greater than 1. The value expresses the ratio between the total RAM assigned to an instance and its startup RAM amount. For example a ratio of 2.0 for an instance with 1024MB of RAM implies 512MB of RAM allocated at startup
|
||||||
* - ``enable_instance_metrics_collection`` = ``False``
|
* - ``enable_instance_metrics_collection`` = ``False``
|
||||||
- (BoolOpt) Enables metrics collections for an instance by using Hyper-V's metric APIs. Collected data can by retrieved by other apps and services, e.g.: Ceilometer. Requires Hyper-V / Windows Server 2012 and above
|
- (BoolOpt) Enables metrics collections for an instance by using Hyper-V's metric APIs. Collected data can by retrieved by other apps and services, e.g.: Ceilometer. Requires Hyper-V / Windows Server 2012 and above
|
||||||
* - ``force_hyperv_utils_v1`` = ``False``
|
|
||||||
- (BoolOpt) Force V1 WMI utility classes
|
|
||||||
* - ``instances_path_share`` = `` ``
|
* - ``instances_path_share`` = `` ``
|
||||||
- (StrOpt) The name of a Windows share name mapped to the "instances_path" dir and used by the resize feature to copy files to the target host. If left blank, an administrative share will be used, looking for the same "instances_path" used locally
|
- (StrOpt) The name of a Windows share name mapped to the "instances_path" dir and used by the resize feature to copy files to the target host. If left blank, an administrative share will be used, looking for the same "instances_path" used locally
|
||||||
* - ``limit_cpu_features`` = ``False``
|
* - ``limit_cpu_features`` = ``False``
|
||||||
|
@ -456,6 +456,7 @@ sf_allow_template_caching solidfire
|
|||||||
sf_allow_tenant_qos solidfire
|
sf_allow_tenant_qos solidfire
|
||||||
sf_api_port solidfire
|
sf_api_port solidfire
|
||||||
sf_emulate_512 solidfire
|
sf_emulate_512 solidfire
|
||||||
|
sf_enable_vag solidfire
|
||||||
sf_enable_volume_mapping solidfire
|
sf_enable_volume_mapping solidfire
|
||||||
sf_svip solidfire
|
sf_svip solidfire
|
||||||
sf_template_account_name solidfire
|
sf_template_account_name solidfire
|
||||||
|
@ -337,6 +337,7 @@ oslo_policy/policy_file api
|
|||||||
oslo_versionedobjects/fatal_exception_format_errors api
|
oslo_versionedobjects/fatal_exception_format_errors api
|
||||||
paste_deploy/api_paste_config api
|
paste_deploy/api_paste_config api
|
||||||
paste_deploy/flavor api
|
paste_deploy/flavor api
|
||||||
|
profiler/hmac_keys testing
|
||||||
profiler/profiler_enabled testing
|
profiler/profiler_enabled testing
|
||||||
profiler/trace_sqlalchemy testing
|
profiler/trace_sqlalchemy testing
|
||||||
revision/heat_revision common
|
revision/heat_revision common
|
||||||
|
@ -77,6 +77,7 @@ agent/post_deploy_get_power_state_retry_interval agent
|
|||||||
amt/action_wait amt
|
amt/action_wait amt
|
||||||
amt/max_attempts amt
|
amt/max_attempts amt
|
||||||
amt/protocol amt
|
amt/protocol amt
|
||||||
|
api/api_workers api
|
||||||
api/host_ip api
|
api/host_ip api
|
||||||
api/max_limit api
|
api/max_limit api
|
||||||
api/port api
|
api/port api
|
||||||
|
@ -89,17 +89,17 @@ hds_hnas_stalled_job_timeout hds_hnas
|
|||||||
hds_hnas_user hds_hnas
|
hds_hnas_user hds_hnas
|
||||||
hook_drivers share
|
hook_drivers share
|
||||||
host common
|
host common
|
||||||
hp3par_api_url hp3par
|
hpe3par_api_url hpe3par
|
||||||
hp3par_debug hp3par
|
hpe3par_debug hpe3par
|
||||||
hp3par_fpg hp3par
|
hpe3par_fpg hpe3par
|
||||||
hp3par_fstore_per_share hp3par
|
hpe3par_fstore_per_share hpe3par
|
||||||
hp3par_password hp3par
|
hpe3par_password hpe3par
|
||||||
hp3par_san_ip hp3par
|
hpe3par_san_ip hpe3par
|
||||||
hp3par_san_login hp3par
|
hpe3par_san_login hpe3par
|
||||||
hp3par_san_password hp3par
|
hpe3par_san_password hpe3par
|
||||||
hp3par_san_ssh_port hp3par
|
hpe3par_san_ssh_port hpe3par
|
||||||
hp3par_share_ip_address hp3par
|
hpe3par_share_ip_address hpe3par
|
||||||
hp3par_username hp3par
|
hpe3par_username hpe3par
|
||||||
instance_format logging
|
instance_format logging
|
||||||
instance_uuid_format logging
|
instance_uuid_format logging
|
||||||
interface_driver share
|
interface_driver share
|
||||||
|
@ -484,7 +484,6 @@ hyperv/config_drive_cdrom configdrive
|
|||||||
hyperv/config_drive_inject_password configdrive
|
hyperv/config_drive_inject_password configdrive
|
||||||
hyperv/dynamic_memory_ratio hyperv
|
hyperv/dynamic_memory_ratio hyperv
|
||||||
hyperv/enable_instance_metrics_collection hyperv
|
hyperv/enable_instance_metrics_collection hyperv
|
||||||
hyperv/force_hyperv_utils_v1 hyperv
|
|
||||||
hyperv/force_volumeutils_v1 volumes
|
hyperv/force_volumeutils_v1 volumes
|
||||||
hyperv/instances_path_share hyperv
|
hyperv/instances_path_share hyperv
|
||||||
hyperv/limit_cpu_features hyperv
|
hyperv/limit_cpu_features hyperv
|
||||||
|
Loading…
Reference in New Issue
Block a user