[config-ref] fix unknown config option type to PortOpt

backport: mitaka

Change-Id: I3c37e0ee5a78b74db1b5a74feabac2e10110078d
Closes-Bug: #1603082
This commit is contained in:
KATO Tomoyuki 2016-08-03 15:19:50 +09:00
parent a6a358d4db
commit 6cd32dd3b4
97 changed files with 109 additions and 109 deletions

View File

@ -25,7 +25,7 @@
* - ``pecan_debug`` = ``False``
- (Boolean) Toggle Pecan Debug Middleware.
* - ``port`` = ``8042``
- (Unknown) The port for the aodh API server.
- (Port number) The port for the aodh API server.
* - ``workers`` = ``1``
- (Integer) Number of workers for aodh API server.
* - **[oslo_middleware]**

View File

@ -91,7 +91,7 @@
* - ``rabbit_password`` = ``guest``
- (String) The RabbitMQ password.
* - ``rabbit_port`` = ``5672``
- (Unknown) The RabbitMQ broker port where a single node is used.
- (Port number) The RabbitMQ broker port where a single node is used.
* - ``rabbit_qos_prefetch_count`` = ``0``
- (Integer) Specifies the number of messages to prefetch. Setting to zero allows unlimited messages.
* - ``rabbit_retry_backoff`` = ``2``

View File

@ -25,7 +25,7 @@
* - ``password`` =
- (String) Password for Redis server (optional).
* - ``port`` = ``6379``
- (Unknown) Use this port to connect to redis host.
- (Port number) Use this port to connect to redis host.
* - ``sentinel_group_name`` = ``oslo-messaging-zeromq``
- (String) Redis replica set name.
* - ``sentinel_hosts`` =

View File

@ -35,7 +35,7 @@
* - ``rpc_zmq_max_port`` = ``65536``
- (Integer) Maximal port number for random ports range.
* - ``rpc_zmq_min_port`` = ``49152``
- (Unknown) Minimal port number for random ports range.
- (Port number) Minimal port number for random ports range.
* - ``rpc_zmq_topic_backlog`` = ``None``
- (Integer) Maximum number of ingress messages to locally buffer per topic. Default is unlimited.
* - ``use_pub_sub`` = ``True``

View File

@ -51,7 +51,7 @@
* - ``pecan_debug`` = ``False``
- (Boolean) Toggle Pecan Debug Middleware.
* - ``port`` = ``8777``
- (Unknown) The port for the ceilometer API server.
- (Port number) The port for the ceilometer API server.
* - ``workers`` = ``1``
- (Integer) Number of workers for api, default value is 1.
* - **[oslo_middleware]**

View File

@ -25,7 +25,7 @@
* - ``udp_address`` = ``0.0.0.0``
- (String) Address to which the UDP socket is bound. Set to an empty string to disable.
* - ``udp_port`` = ``4952``
- (Unknown) Port to which the UDP socket is bound.
- (Port number) Port to which the UDP socket is bound.
* - ``workers`` = ``1``
- (Integer) Number of workers for collector service. default value is 1.
* - **[dispatcher_file]**

View File

@ -91,7 +91,7 @@
* - ``rabbit_password`` = ``guest``
- (String) The RabbitMQ password.
* - ``rabbit_port`` = ``5672``
- (Unknown) The RabbitMQ broker port where a single node is used.
- (Port number) The RabbitMQ broker port where a single node is used.
* - ``rabbit_qos_prefetch_count`` = ``0``
- (Integer) Specifies the number of messages to prefetch. Setting to zero allows unlimited messages.
* - ``rabbit_retry_backoff`` = ``2``

View File

@ -25,7 +25,7 @@
* - ``password`` =
- (String) Password for Redis server (optional).
* - ``port`` = ``6379``
- (Unknown) Use this port to connect to redis host.
- (Port number) Use this port to connect to redis host.
* - ``sentinel_group_name`` = ``oslo-messaging-zeromq``
- (String) Redis replica set name.
* - ``sentinel_hosts`` =

View File

@ -27,7 +27,7 @@
* - ``host_password`` =
- (String) Password of VMware vSphere.
* - ``host_port`` = ``443``
- (Unknown) Port of the VMware vSphere host.
- (Port number) Port of the VMware vSphere host.
* - ``host_username`` =
- (String) Username of VMware vSphere.
* - ``insecure`` = ``False``

View File

@ -35,7 +35,7 @@
* - ``rpc_zmq_max_port`` = ``65536``
- (Integer) Maximal port number for random ports range.
* - ``rpc_zmq_min_port`` = ``49152``
- (Unknown) Minimal port number for random ports range.
- (Port number) Minimal port number for random ports range.
* - ``rpc_zmq_topic_backlog`` = ``None``
- (Integer) Maximum number of ingress messages to locally buffer per topic. Default is unlimited.
* - ``use_pub_sub`` = ``True``

View File

@ -51,7 +51,7 @@
* - ``osapi_volume_listen`` = ``0.0.0.0``
- (String) IP address on which OpenStack Volume API listens
* - ``osapi_volume_listen_port`` = ``8776``
- (Unknown) Port on which OpenStack Volume API listens
- (Port number) Port on which OpenStack Volume API listens
* - ``osapi_volume_workers`` = ``None``
- (Integer) Number of workers for OpenStack Volume API service. The default is equal to the number of CPUs available.
* - ``per_volume_size_limit`` = ``-1``

View File

@ -19,7 +19,7 @@
* - **[DEFAULT]**
-
* - ``dell_sc_api_port`` = ``3033``
- (Unknown) Dell API port
- (Port number) Dell API port
* - ``dell_sc_server_folder`` = ``openstack``
- (String) Name of the server folder to use on the Storage Center
* - ``dell_sc_ssn`` = ``64702``

View File

@ -23,7 +23,7 @@
* - ``disco_client`` = ``127.0.0.1``
- (Unknown) The IP of DMS client socket server
* - ``disco_client_port`` = ``9898``
- (Unknown) The port to connect DMS client socket server
- (Port number) The port to connect DMS client socket server
* - ``disco_wsdl_path`` = ``/etc/cinder/DISCOService.wsdl``
- (String) Path to the wsdl file to communicate with DISCO request manager
* - ``restore_check_timeout`` = ``3600``

View File

@ -29,6 +29,6 @@
* - ``hpelefthand_password`` = ``None``
- (String) HPE LeftHand Super user password
* - ``hpelefthand_ssh_port`` = ``16022``
- (Unknown) Port number of SSH service.
- (Port number) Port number of SSH service.
* - ``hpelefthand_username`` = ``None``
- (String) HPE LeftHand Super user username

View File

@ -35,4 +35,4 @@
* - ``nas_share_path`` =
- (String) Path to the share to use for storing Cinder volumes. For example: "/srv/export1" for an NFS server export available at 10.0.5.10:/srv/export1 .
* - ``nas_ssh_port`` = ``22``
- (Unknown) SSH port to use to connect to NAS system.
- (Port number) SSH port to use to connect to NAS system.

View File

@ -21,9 +21,9 @@
* - ``dpl_pool`` =
- (String) DPL pool uuid in which DPL volumes are stored.
* - ``dpl_port`` = ``8357``
- (Unknown) DPL port number.
- (Port number) DPL port number.
* - ``iscsi_port`` = ``3260``
- (Unknown) The port that the iSCSI daemon is listening on
- (Port number) The port that the iSCSI daemon is listening on
* - ``san_ip`` =
- (String) IP address of SAN controller
* - ``san_login`` = ``admin``

View File

@ -91,7 +91,7 @@
* - ``rabbit_password`` = ``guest``
- (String) The RabbitMQ password.
* - ``rabbit_port`` = ``5672``
- (Unknown) The RabbitMQ broker port where a single node is used.
- (Port number) The RabbitMQ broker port where a single node is used.
* - ``rabbit_qos_prefetch_count`` = ``0``
- (Integer) Specifies the number of messages to prefetch. Setting to zero allows unlimited messages.
* - ``rabbit_retry_backoff`` = ``2``

View File

@ -25,7 +25,7 @@
* - ``password`` =
- (String) Password for Redis server (optional).
* - ``port`` = ``6379``
- (Unknown) Use this port to connect to redis host.
- (Port number) Use this port to connect to redis host.
* - ``sentinel_group_name`` = ``oslo-messaging-zeromq``
- (String) Redis replica set name.
* - ``sentinel_hosts`` =

View File

@ -33,7 +33,7 @@
* - ``san_secondary_ip`` = ``None``
- (String) VNX secondary SP IP Address.
* - ``san_ssh_port`` = ``22``
- (Unknown) SSH port to use with SAN
- (Port number) SSH port to use with SAN
* - ``san_thin_provision`` = ``True``
- (Boolean) Use thin provisioning for SAN volumes?
* - ``ssh_conn_timeout`` = ``30``

View File

@ -21,4 +21,4 @@
* - ``sheepdog_store_address`` = ``127.0.0.1``
- (String) IP address of sheep daemon.
* - ``sheepdog_store_port`` = ``7000``
- (Unknown) Port of sheep daemon.
- (Port number) Port of sheep daemon.

View File

@ -25,7 +25,7 @@
* - ``sf_allow_tenant_qos`` = ``False``
- (Boolean) Allow tenants to specify QOS on create
* - ``sf_api_port`` = ``443``
- (Unknown) SolidFire API port. Useful if the device api is behind a proxy on a different port.
- (Port number) SolidFire API port. Useful if the device api is behind a proxy on a different port.
* - ``sf_emulate_512`` = ``True``
- (Boolean) Set 512 byte emulation on volume creation;
* - ``sf_enable_vag`` = ``False``

View File

@ -31,7 +31,7 @@
* - ``iscsi_ip_address`` = ``$my_ip``
- (String) The IP address that the iSCSI daemon is listening on
* - ``iscsi_port`` = ``3260``
- (Unknown) The port that the iSCSI daemon is listening on
- (Port number) The port that the iSCSI daemon is listening on
* - ``iscsi_protocol`` = ``iscsi``
- (String) Determines the iSCSI protocol for new iSCSI volumes, created with tgtadm or lioadm target helpers. In order to enable RDMA, this parameter should be set with the value "iser". The supported iSCSI protocol values are "iscsi" and "iser".
* - ``iscsi_target_flags`` =
@ -45,7 +45,7 @@
* - ``iser_ip_address`` = ``$my_ip``
- (String) The IP address that the iSER daemon is listening on
* - ``iser_port`` = ``3260``
- (Unknown) The port that the iSER daemon is listening on
- (Port number) The port that the iSER daemon is listening on
* - ``iser_target_prefix`` = ``iqn.2010-10.org.openstack:``
- (String) Prefix for iSER volumes
* - ``migration_create_volume_timeout_secs`` = ``300``

View File

@ -39,4 +39,4 @@
* - ``nas_private_key`` =
- (String) Filename of private key to use for SSH authentication.
* - ``nas_ssh_port`` = ``22``
- (Unknown) SSH port to use to connect to NAS system.
- (Port number) SSH port to use to connect to NAS system.

View File

@ -35,7 +35,7 @@
* - ``rpc_zmq_max_port`` = ``65536``
- (Integer) Maximal port number for random ports range.
* - ``rpc_zmq_min_port`` = ``49152``
- (Unknown) Minimal port number for random ports range.
- (Port number) Minimal port number for random ports range.
* - ``rpc_zmq_topic_backlog`` = ``None``
- (Integer) Maximum number of ingress messages to locally buffer per topic. Default is unlimited.
* - ``use_pub_sub`` = ``True``

View File

@ -23,7 +23,7 @@
* - ``fc_fabric_password`` =
- (String) Password for user.
* - ``fc_fabric_port`` = ``22``
- (Unknown) Connecting port
- (Port number) Connecting port
* - ``fc_fabric_ssh_cert_path`` =
- (String) Local SSH certificate Path.
* - ``fc_fabric_user`` =

View File

@ -35,7 +35,7 @@
* - ``rpc_zmq_max_port`` = ``65536``
- (Integer) Maximal port number for random ports range.
* - ``rpc_zmq_min_port`` = ``49152``
- (Unknown) Minimal port number for random ports range.
- (Port number) Minimal port number for random ports range.
* - ``rpc_zmq_topic_backlog`` = ``None``
- (Integer) Maximum number of ingress messages to locally buffer per topic. Default is unlimited.
* - ``use_pub_sub`` = ``True``

View File

@ -27,7 +27,7 @@
* - ``bind_host`` = ``0.0.0.0``
- (String) Address to bind the server. Useful when selecting a particular network interface.
* - ``bind_port`` = ``None``
- (Unknown) The port on which the server will listen.
- (Port number) The port on which the server will listen.
* - ``data_api`` = ``glance.db.sqlalchemy.api``
- (String) Python module path of data access API
* - ``digest_algorithm`` = ``sha256``

View File

@ -91,7 +91,7 @@
* - ``rabbit_password`` = ``guest``
- (String) The RabbitMQ password.
* - ``rabbit_port`` = ``5672``
- (Unknown) The RabbitMQ broker port where a single node is used.
- (Port number) The RabbitMQ broker port where a single node is used.
* - ``rabbit_qos_prefetch_count`` = ``0``
- (Integer) Specifies the number of messages to prefetch. Setting to zero allows unlimited messages.
* - ``rabbit_retry_backoff`` = ``2``

View File

@ -25,7 +25,7 @@
* - ``password`` =
- (String) Password for Redis server (optional).
* - ``port`` = ``6379``
- (Unknown) Use this port to connect to redis host.
- (Port number) Use this port to connect to redis host.
* - ``sentinel_group_name`` = ``oslo-messaging-zeromq``
- (String) Redis replica set name.
* - ``sentinel_hosts`` =

View File

@ -45,4 +45,4 @@
* - ``registry_host`` = ``0.0.0.0``
- (String) Address to find the registry server.
* - ``registry_port`` = ``9191``
- (Unknown) Port the registry server is listening on.
- (Port number) Port the registry server is listening on.

View File

@ -21,4 +21,4 @@
* - ``pydev_worker_debug_host`` = ``None``
- (String) The hostname/IP of the pydev process listening for debug connections
* - ``pydev_worker_debug_port`` = ``5678``
- (Unknown) The port on which a pydev process is listening for connections.
- (Port number) The port on which a pydev process is listening for connections.

View File

@ -35,7 +35,7 @@
* - ``rpc_zmq_max_port`` = ``65536``
- (Integer) Maximal port number for random ports range.
* - ``rpc_zmq_min_port`` = ``49152``
- (Unknown) Minimal port number for random ports range.
- (Port number) Minimal port number for random ports range.
* - ``rpc_zmq_topic_backlog`` = ``None``
- (Integer) Maximum number of ingress messages to locally buffer per topic. Default is unlimited.
* - ``use_pub_sub`` = ``True``

View File

@ -93,7 +93,7 @@
* - ``bind_host`` = ``0.0.0.0``
- (Unknown) Address to bind the server. Useful when selecting a particular network interface.
* - ``bind_port`` = ``8004``
- (Unknown) The port on which the server will listen.
- (Port number) The port on which the server will listen.
* - ``cert_file`` = ``None``
- (String) Location of the SSL certificate file to use for SSL mode.
* - ``key_file`` = ``None``

View File

@ -29,7 +29,7 @@
* - ``bind_host`` = ``0.0.0.0``
- (Unknown) Address to bind the server. Useful when selecting a particular network interface.
* - ``bind_port`` = ``8000``
- (Unknown) The port on which the server will listen.
- (Port number) The port on which the server will listen.
* - ``cert_file`` = ``None``
- (String) Location of the SSL certificate file to use for SSL mode.
* - ``key_file`` = ``None``

View File

@ -29,7 +29,7 @@
* - ``bind_host`` = ``0.0.0.0``
- (Unknown) Address to bind the server. Useful when selecting a particular network interface.
* - ``bind_port`` = ``8003``
- (Unknown) The port on which the server will listen.
- (Port number) The port on which the server will listen.
* - ``cert_file`` = ``None``
- (String) Location of the SSL certificate file to use for SSL mode.
* - ``key_file`` = ``None``

View File

@ -91,7 +91,7 @@
* - ``rabbit_password`` = ``guest``
- (String) The RabbitMQ password.
* - ``rabbit_port`` = ``5672``
- (Unknown) The RabbitMQ broker port where a single node is used.
- (Port number) The RabbitMQ broker port where a single node is used.
* - ``rabbit_qos_prefetch_count`` = ``0``
- (Integer) Specifies the number of messages to prefetch. Setting to zero allows unlimited messages.
* - ``rabbit_retry_backoff`` = ``2``

View File

@ -25,7 +25,7 @@
* - ``password`` =
- (String) Password for Redis server (optional).
* - ``port`` = ``6379``
- (Unknown) Use this port to connect to redis host.
- (Port number) Use this port to connect to redis host.
* - ``sentinel_group_name`` = ``oslo-messaging-zeromq``
- (String) Redis replica set name.
* - ``sentinel_hosts`` =

View File

@ -35,7 +35,7 @@
* - ``rpc_zmq_max_port`` = ``65536``
- (Integer) Maximal port number for random ports range.
* - ``rpc_zmq_min_port`` = ``49152``
- (Unknown) Minimal port number for random ports range.
- (Port number) Minimal port number for random ports range.
* - ``rpc_zmq_topic_backlog`` = ``None``
- (Integer) Maximum number of ingress messages to locally buffer per topic. Default is unlimited.
* - ``use_pub_sub`` = ``True``

View File

@ -27,7 +27,7 @@
* - ``max_limit`` = ``1000``
- (Integer) The maximum number of items returned in a single response from a collection resource.
* - ``port`` = ``6385``
- (Unknown) The TCP port on which ironic-api listens.
- (Port number) The TCP port on which ironic-api listens.
* - ``public_endpoint`` = ``None``
- (String) Public URL to use when building the links to the API resources (for example, "https://ironic.rocks:6384"). If None the links will be built using the request's host URL. If the API is operating behind a proxy, you will want to change this to represent the proxy's URL. Defaults to None.
* - **[oslo_middleware]**

View File

@ -33,7 +33,7 @@
* - ``glance_num_retries`` = ``0``
- (Integer) Number of retries when downloading an image from glance.
* - ``glance_port`` = ``9292``
- (Unknown) Default glance port.
- (Port number) Default glance port.
* - ``glance_protocol`` = ``http``
- (String) Default protocol to use when connecting to glance. Set to https for SSL.
* - ``swift_account`` = ``None``

View File

@ -31,7 +31,7 @@
* - ``clean_priority_reset_secure_boot_keys_to_default`` = ``20``
- (Integer) Priority for reset_secure_boot_keys clean step. This step will reset the secure boot keys to manufacturing defaults.
* - ``client_port`` = ``443``
- (Unknown) Port to be used for iLO operations
- (Port number) Port to be used for iLO operations
* - ``client_timeout`` = ``60``
- (Integer) Timeout (in seconds) for iLO operations
* - ``power_retry`` = ``6``

View File

@ -23,7 +23,7 @@
* - ``client_timeout`` = ``60``
- (Integer) Timeout (in seconds) for iRMC operations
* - ``port`` = ``443``
- (Unknown) Port to be used for iRMC operations
- (Port number) Port to be used for iRMC operations
* - ``remote_image_server`` = ``None``
- (String) IP of remote image server
* - ``remote_image_share_name`` = ``share``
@ -43,7 +43,7 @@
* - ``snmp_community`` = ``public``
- (String) SNMP community. Required for versions "v1" and "v2c"
* - ``snmp_port`` = ``161``
- (Unknown) SNMP port
- (Port number) SNMP port
* - ``snmp_security`` = ``None``
- (String) SNMP security name. Required for version "v3"
* - ``snmp_version`` = ``v2c``

View File

@ -91,7 +91,7 @@
* - ``rabbit_password`` = ``guest``
- (String) The RabbitMQ password.
* - ``rabbit_port`` = ``5672``
- (Unknown) The RabbitMQ broker port where a single node is used.
- (Port number) The RabbitMQ broker port where a single node is used.
* - ``rabbit_qos_prefetch_count`` = ``0``
- (Integer) Specifies the number of messages to prefetch. Setting to zero allows unlimited messages.
* - ``rabbit_retry_backoff`` = ``2``

View File

@ -25,7 +25,7 @@
* - ``password`` =
- (String) Password for Redis server (optional).
* - ``port`` = ``6379``
- (Unknown) Use this port to connect to redis host.
- (Port number) Use this port to connect to redis host.
* - ``sentinel_group_name`` = ``oslo-messaging-zeromq``
- (String) Redis replica set name.
* - ``sentinel_hosts`` =

View File

@ -19,4 +19,4 @@
* - **[virtualbox]**
-
* - ``port`` = ``18083``
- (Unknown) Port on which VirtualBox web service is listening.
- (Port number) Port on which VirtualBox web service is listening.

View File

@ -35,7 +35,7 @@
* - ``rpc_zmq_max_port`` = ``65536``
- (Integer) Maximal port number for random ports range.
* - ``rpc_zmq_min_port`` = ``49152``
- (Unknown) Minimal port number for random ports range.
- (Port number) Minimal port number for random ports range.
* - ``rpc_zmq_topic_backlog`` = ``None``
- (Integer) Maximum number of ingress messages to locally buffer per topic. Default is unlimited.
* - ``use_pub_sub`` = ``True``

View File

@ -59,7 +59,7 @@
* - ``admin_bind_host`` = ``0.0.0.0``
- (String) DEPRECATED: The IP address of the network interface for the admin service to listen on.
* - ``admin_port`` = ``35357``
- (Unknown) DEPRECATED: The port number which the admin service listens on.
- (Port number) DEPRECATED: The port number which the admin service listens on.
* - ``admin_workers`` = ``None``
- (Integer) DEPRECATED: The number of worker processes to serve the admin eventlet application. Defaults to number of CPUs (minimum of 2).
* - ``client_socket_timeout`` = ``900``
@ -67,7 +67,7 @@
* - ``public_bind_host`` = ``0.0.0.0``
- (String) DEPRECATED: The IP address of the network interface for the public service to listen on.
* - ``public_port`` = ``5000``
- (Unknown) DEPRECATED: The port number which the public service listens on.
- (Port number) DEPRECATED: The port number which the public service listens on.
* - ``public_workers`` = ``None``
- (Integer) DEPRECATED: The number of worker processes to serve the public eventlet application. Defaults to number of CPUs (minimum of 2).
* - ``tcp_keepalive`` = ``False``

View File

@ -21,7 +21,7 @@
* - ``pydev_debug_host`` = ``None``
- (String) Host to connect to for remote debugger.
* - ``pydev_debug_port`` = ``None``
- (Unknown) Port to connect to for remote debugger.
- (Port number) Port to connect to for remote debugger.
* - ``standard_threads`` = ``False``
- (Boolean) Do not monkey-patch threading system modules.
* - **[audit]**

View File

@ -91,7 +91,7 @@
* - ``rabbit_password`` = ``guest``
- (String) The RabbitMQ password.
* - ``rabbit_port`` = ``5672``
- (Unknown) The RabbitMQ broker port where a single node is used.
- (Port number) The RabbitMQ broker port where a single node is used.
* - ``rabbit_qos_prefetch_count`` = ``0``
- (Integer) Specifies the number of messages to prefetch. Setting to zero allows unlimited messages.
* - ``rabbit_retry_backoff`` = ``2``

View File

@ -25,7 +25,7 @@
* - ``password`` =
- (String) Password for Redis server (optional).
* - ``port`` = ``6379``
- (Unknown) Use this port to connect to redis host.
- (Port number) Use this port to connect to redis host.
* - ``sentinel_group_name`` = ``oslo-messaging-zeromq``
- (String) Redis replica set name.
* - ``sentinel_hosts`` =

View File

@ -35,7 +35,7 @@
* - ``rpc_zmq_max_port`` = ``65536``
- (Integer) Maximal port number for random ports range.
* - ``rpc_zmq_min_port`` = ``49152``
- (Unknown) Minimal port number for random ports range.
- (Port number) Minimal port number for random ports range.
* - ``rpc_zmq_topic_backlog`` = ``None``
- (Integer) Maximum number of ingress messages to locally buffer per topic. Default is unlimited.
* - ``use_pub_sub`` = ``True``

View File

@ -47,7 +47,7 @@
* - ``osapi_share_listen`` = ``::``
- (String) IP address for OpenStack Share API to listen on.
* - ``osapi_share_listen_port`` = ``8786``
- (Unknown) Port for OpenStack Share API to listen on.
- (Port number) Port for OpenStack Share API to listen on.
* - ``osapi_share_workers`` = ``1``
- (Integer) Number of workers for OpenStack Share API service.
* - ``share_api_class`` = ``manila.share.api.API``

View File

@ -31,7 +31,7 @@
* - ``emc_nas_server_container`` = ``server_2``
- (String) Container of share servers.
* - ``emc_nas_server_port`` = ``8080``
- (Unknown) Port number for the EMC server.
- (Port number) Port number for the EMC server.
* - ``emc_nas_server_secure`` = ``True``
- (Boolean) Use secure connection to server.
* - ``emc_share_backend`` = ``None``

View File

@ -33,7 +33,7 @@
* - ``gpfs_ssh_password`` = ``None``
- (String) GPFS server SSH login password. The password is not needed, if 'gpfs_ssh_private_key' is configured.
* - ``gpfs_ssh_port`` = ``22``
- (Unknown) GPFS server SSH port.
- (Port number) GPFS server SSH port.
* - ``gpfs_ssh_private_key`` = ``None``
- (String) Path to GPFS server SSH private key for login.
* - ``knfs_export_options`` = ``rw,sync,no_root_squash,insecure,no_wdelay,no_subtree_check``

View File

@ -21,11 +21,11 @@
* - ``hdfs_namenode_ip`` = ``None``
- (String) The IP of the HDFS namenode.
* - ``hdfs_namenode_port`` = ``9000``
- (Unknown) The port of HDFS namenode service.
- (Port number) The port of HDFS namenode service.
* - ``hdfs_ssh_name`` = ``None``
- (String) HDFS namenode ssh login name.
* - ``hdfs_ssh_port`` = ``22``
- (Unknown) HDFS namenode SSH port.
- (Port number) HDFS namenode SSH port.
* - ``hdfs_ssh_private_key`` = ``None``
- (String) Path to HDFS namenode SSH private key for login.
* - ``hdfs_ssh_pw`` = ``None``

View File

@ -43,7 +43,7 @@
* - ``hpe3par_san_password`` =
- (String) Password for SAN controller
* - ``hpe3par_san_ssh_port`` = ``22``
- (Unknown) SSH port to use with SAN
- (Port number) SSH port to use with SAN
* - ``hpe3par_share_ip_address`` =
- (String) The IP address for shares not using a share server
* - ``hpe3par_share_mount_path`` = ``/mnt/``

View File

@ -35,7 +35,7 @@
* - ``netapp_server_hostname`` = ``None``
- (String) The hostname (or IP address) for the storage system.
* - ``netapp_server_port`` = ``None``
- (Unknown) The TCP port to use for communication with the storage system or proxy server. If not specified, Data ONTAP drivers will use 80 for HTTP and 443 for HTTPS.
- (Port number) The TCP port to use for communication with the storage system or proxy server. If not specified, Data ONTAP drivers will use 80 for HTTP and 443 for HTTPS.
* - ``netapp_snapmirror_quiesce_timeout`` = ``3600``
- (Integer) The maximum time in seconds to wait for existing snapmirror transfers to complete before aborting when promoting a replica.
* - ``netapp_storage_family`` = ``ontap_cluster``

View File

@ -91,7 +91,7 @@
* - ``rabbit_password`` = ``guest``
- (String) The RabbitMQ password.
* - ``rabbit_port`` = ``5672``
- (Unknown) The RabbitMQ broker port where a single node is used.
- (Port number) The RabbitMQ broker port where a single node is used.
* - ``rabbit_qos_prefetch_count`` = ``0``
- (Integer) Specifies the number of messages to prefetch. Setting to zero allows unlimited messages.
* - ``rabbit_retry_backoff`` = ``2``

View File

@ -25,7 +25,7 @@
* - ``password`` =
- (String) Password for Redis server (optional).
* - ``port`` = ``6379``
- (Unknown) Use this port to connect to redis host.
- (Port number) Use this port to connect to redis host.
* - ``sentinel_group_name`` = ``oslo-messaging-zeromq``
- (String) Redis replica set name.
* - ``sentinel_hosts`` =

View File

@ -35,7 +35,7 @@
* - ``rpc_zmq_max_port`` = ``65536``
- (Integer) Maximal port number for random ports range.
* - ``rpc_zmq_min_port`` = ``49152``
- (Unknown) Minimal port number for random ports range.
- (Port number) Minimal port number for random ports range.
* - ``rpc_zmq_topic_backlog`` = ``None``
- (Integer) Maximum number of ingress messages to locally buffer per topic. Default is unlimited.
* - ``use_pub_sub`` = ``True``

View File

@ -23,7 +23,7 @@
* - ``bind_host`` = ``0.0.0.0``
- (String) Address to bind the Murano API server to.
* - ``bind_port`` = ``8082``
- (Unknown) Port the bind the Murano API server to.
- (Port number) Port the bind the Murano API server to.
* - ``executor_thread_pool_size`` = ``64``
- (Integer) Size of executor thread pool.
* - ``file_server`` =

View File

@ -93,7 +93,7 @@
* - ``rabbit_password`` = ``guest``
- (String) DEPRECATED: The RabbitMQ password. Replaced by [DEFAULT]/transport_url
* - ``rabbit_port`` = ``5672``
- (Unknown) DEPRECATED: The RabbitMQ broker port where a single node is used. Replaced by [DEFAULT]/transport_url
- (Port number) DEPRECATED: The RabbitMQ broker port where a single node is used. Replaced by [DEFAULT]/transport_url
* - ``rabbit_qos_prefetch_count`` = ``0``
- (Integer) Specifies the number of messages to prefetch. Setting to zero allows unlimited messages.
* - ``rabbit_retry_backoff`` = ``2``
@ -143,7 +143,7 @@
* - ``password`` = ``guest``
- (String) The RabbitMQ password.
* - ``port`` = ``5672``
- (Unknown) The RabbitMQ broker port.
- (Port number) The RabbitMQ broker port.
* - ``ssl`` = ``False``
- (Boolean) Boolean flag to enable SSL communication through the RabbitMQ broker between murano-engine and guest agents.
* - ``virtual_host`` = ``/``

View File

@ -25,7 +25,7 @@
* - ``password`` =
- (String) DEPRECATED: Password for Redis server (optional). Replaced by [DEFAULT]/transport_url
* - ``port`` = ``6379``
- (Unknown) DEPRECATED: Use this port to connect to redis host. Replaced by [DEFAULT]/transport_url
- (Port number) DEPRECATED: Use this port to connect to redis host. Replaced by [DEFAULT]/transport_url
* - ``sentinel_group_name`` = ``oslo-messaging-zeromq``
- (String) Redis replica set name.
* - ``sentinel_hosts`` =

View File

@ -33,7 +33,7 @@
* - ``rpc_zmq_max_port`` = ``65536``
- (Integer) Maximal port number for random ports range.
* - ``rpc_zmq_min_port`` = ``49153``
- (Unknown) Minimal port number for random ports range.
- (Port number) Minimal port number for random ports range.
* - ``rpc_zmq_topic_backlog`` = ``None``
- (Integer) Maximum number of ingress messages to locally buffer per topic. Default is unlimited.
* - ``use_pub_sub`` = ``True``

View File

@ -37,7 +37,7 @@
* - ``bind_host`` = ``0.0.0.0``
- (String) The host IP to bind to
* - ``bind_port`` = ``9696``
- (Unknown) The port to bind to
- (Port number) The port to bind to
* - ``core_plugin`` = ``None``
- (String) The core plugin Neutron will use
* - ``default_availability_zones`` =

View File

@ -23,7 +23,7 @@
* - ``metadata_backlog`` = ``4096``
- (Integer) Number of backlog requests to configure the metadata server socket with
* - ``metadata_port`` = ``9697``
- (Unknown) TCP Port used by Neutron metadata namespace proxy.
- (Port number) TCP Port used by Neutron metadata namespace proxy.
* - ``metadata_proxy_group`` =
- (String) Group (gid or name) running metadata proxy after its initialization (if empty: agent effective group).
* - ``metadata_proxy_shared_secret`` =
@ -43,6 +43,6 @@
* - ``nova_metadata_ip`` = ``127.0.0.1``
- (String) IP address used by Nova metadata server.
* - ``nova_metadata_port`` = ``8775``
- (Unknown) TCP Port used by Nova metadata server.
- (Port number) TCP Port used by Nova metadata server.
* - ``nova_metadata_protocol`` = ``http``
- (String) Protocol to access nova metadata, http or https

View File

@ -51,7 +51,7 @@
* - ``veth_mtu`` = ``9000``
- (Integer) MTU size of veth interfaces
* - ``vxlan_udp_port`` = ``4789``
- (Unknown) The UDP port to use for VXLAN tunnels.
- (Port number) The UDP port to use for VXLAN tunnels.
* - **[OVS]**
-
* - ``bridge_mappings`` =
@ -71,7 +71,7 @@
* - ``of_listen_address`` = ``127.0.0.1``
- (Unknown) Address to listen on for OpenFlow connections. Used only for 'native' driver.
* - ``of_listen_port`` = ``6633``
- (Unknown) Port to listen on for OpenFlow connections. Used only for 'native' driver.
- (Port number) Port to listen on for OpenFlow connections. Used only for 'native' driver.
* - ``of_request_timeout`` = ``10``
- (Integer) Timeout in seconds to wait for a single OpenFlow request. Used only for 'native' driver.
* - ``ovsdb_connection`` = ``tcp:127.0.0.1:6640``

View File

@ -91,7 +91,7 @@
* - ``rabbit_password`` = ``guest``
- (String) The RabbitMQ password.
* - ``rabbit_port`` = ``5672``
- (Unknown) The RabbitMQ broker port where a single node is used.
- (Port number) The RabbitMQ broker port where a single node is used.
* - ``rabbit_qos_prefetch_count`` = ``0``
- (Integer) Specifies the number of messages to prefetch. Setting to zero allows unlimited messages.
* - ``rabbit_retry_backoff`` = ``2``

View File

@ -25,7 +25,7 @@
* - ``password`` =
- (String) Password for Redis server (optional).
* - ``port`` = ``6379``
- (Unknown) Use this port to connect to redis host.
- (Port number) Use this port to connect to redis host.
* - ``sentinel_group_name`` = ``oslo-messaging-zeromq``
- (String) Redis replica set name.
* - ``sentinel_hosts`` =

View File

@ -35,7 +35,7 @@
* - ``rpc_zmq_max_port`` = ``65536``
- (Integer) Maximal port number for random ports range.
* - ``rpc_zmq_min_port`` = ``49152``
- (Unknown) Minimal port number for random ports range.
- (Port number) Minimal port number for random ports range.
* - ``rpc_zmq_topic_backlog`` = ``None``
- (Integer) Maximum number of ingress messages to locally buffer per topic. Default is unlimited.
* - ``use_pub_sub`` = ``True``

View File

@ -91,7 +91,7 @@
* - ``rabbit_password`` = ``guest``
- (String) The RabbitMQ password.
* - ``rabbit_port`` = ``5672``
- (Unknown) The RabbitMQ broker port where a single node is used.
- (Port number) The RabbitMQ broker port where a single node is used.
* - ``rabbit_qos_prefetch_count`` = ``0``
- (Integer) Specifies the number of messages to prefetch. Setting to zero allows unlimited messages.
* - ``rabbit_retry_backoff`` = ``2``

View File

@ -25,7 +25,7 @@
* - ``password`` =
- (String) Password for Redis server (optional).
* - ``port`` = ``6379``
- (Unknown) Use this port to connect to redis host.
- (Port number) Use this port to connect to redis host.
* - ``sentinel_group_name`` = ``oslo-messaging-zeromq``
- (String) Redis replica set name.
* - ``sentinel_hosts`` =

View File

@ -35,7 +35,7 @@
* - ``host_password`` = ``None``
- (String) Password for connection to VMware vCenter host.
* - ``host_port`` = ``443``
- (Unknown) Port for connection to VMware vCenter host.
- (Port number) Port for connection to VMware vCenter host.
* - ``host_username`` = ``None``
- (String) Username for connection to VMware vCenter host.
* - ``insecure`` = ``False``

View File

@ -33,7 +33,7 @@
* - **[vmware]**
-
* - ``vnc_port`` = ``5900``
- (Unknown) VNC starting port
- (Port number) VNC starting port
* - ``vnc_port_total`` = ``10000``
- (Integer) Total number of VNC ports
* - **[vnc]**

View File

@ -35,7 +35,7 @@
* - ``rpc_zmq_max_port`` = ``65536``
- (Integer) Maximal port number for random ports range.
* - ``rpc_zmq_min_port`` = ``49152``
- (Unknown) Minimal port number for random ports range.
- (Port number) Minimal port number for random ports range.
* - ``rpc_zmq_topic_backlog`` = ``None``
- (Integer) Maximum number of ingress messages to locally buffer per topic. Default is unlimited.
* - ``use_pub_sub`` = ``True``

View File

@ -35,7 +35,7 @@
* - ``bind_host`` = ``0.0.0.0``
- (Unknown) The host IP to bind to
* - ``bind_port`` = ``9876``
- (Unknown) The port to bind to
- (Port number) The port to bind to
* - ``control_exchange`` = ``octavia``
- (String) The default exchange under which topics are scoped. May be overridden by an exchange name specified in the transport_url option.
* - ``executor_thread_pool_size`` = ``64``
@ -143,7 +143,7 @@
* - ``bind_host`` = ``0.0.0.0``
- (Unknown) The host IP to bind to
* - ``bind_port`` = ``9443``
- (Unknown) The port to bind to
- (Port number) The port to bind to
* - ``client_cert`` = ``/etc/octavia/certs/client.pem``
- (String) The client certificate to talk to the agent
* - ``connection_max_retries`` = ``300``
@ -173,7 +173,7 @@
* - ``bind_ip`` = ``0.0.0.0``
- (Unknown) IP address the controller will listen on for heart beats
* - ``bind_port`` = ``5555``
- (Unknown) Port number the controller will listen onfor heart beats
- (Port number) Port number the controller will listen onfor heart beats
* - ``controller_ip_port_list`` =
- (List) List of controller ip and port pairs for the heartbeat receivers. Example 127.0.0.1:5555, 192.168.0.1:5555
* - ``event_streamer_driver`` = ``noop_event_streamer``

View File

@ -91,7 +91,7 @@
* - ``rabbit_password`` = ``guest``
- (String) The RabbitMQ password.
* - ``rabbit_port`` = ``5672``
- (Unknown) The RabbitMQ broker port where a single node is used.
- (Port number) The RabbitMQ broker port where a single node is used.
* - ``rabbit_qos_prefetch_count`` = ``0``
- (Integer) Specifies the number of messages to prefetch. Setting to zero allows unlimited messages.
* - ``rabbit_retry_backoff`` = ``2``

View File

@ -25,7 +25,7 @@
* - ``password`` =
- (String) Password for Redis server (optional).
* - ``port`` = ``6379``
- (Unknown) Use this port to connect to redis host.
- (Port number) Use this port to connect to redis host.
* - ``sentinel_group_name`` = ``oslo-messaging-zeromq``
- (String) Redis replica set name.
* - ``sentinel_hosts`` =

View File

@ -45,7 +45,7 @@
* - ``rpc_zmq_max_port`` = ``65536``
- (Integer) Maximal port number for random ports range.
* - ``rpc_zmq_min_port`` = ``49152``
- (Unknown) Minimal port number for random ports range.
- (Port number) Minimal port number for random ports range.
* - ``rpc_zmq_topic_backlog`` = ``None``
- (Integer) Maximum number of ingress messages to locally buffer per topic. Default is unlimited.
* - ``use_pub_sub`` = ``True``

View File

@ -91,7 +91,7 @@
* - ``rabbit_password`` = ``guest``
- (String) The RabbitMQ password.
* - ``rabbit_port`` = ``5672``
- (Unknown) The RabbitMQ broker port where a single node is used.
- (Port number) The RabbitMQ broker port where a single node is used.
* - ``rabbit_qos_prefetch_count`` = ``0``
- (Integer) Specifies the number of messages to prefetch. Setting to zero allows unlimited messages.
* - ``rabbit_retry_backoff`` = ``2``

View File

@ -91,7 +91,7 @@
* - ``rabbit_password`` = ``guest``
- (String) The RabbitMQ password.
* - ``rabbit_port`` = ``5672``
- (Unknown) The RabbitMQ broker port where a single node is used.
- (Port number) The RabbitMQ broker port where a single node is used.
* - ``rabbit_qos_prefetch_count`` = ``0``
- (Integer) Specifies the number of messages to prefetch. Setting to zero allows unlimited messages.
* - ``rabbit_retry_backoff`` = ``2``

View File

@ -25,7 +25,7 @@
* - ``password`` =
- (String) Password for Redis server (optional).
* - ``port`` = ``6379``
- (Unknown) Use this port to connect to redis host.
- (Port number) Use this port to connect to redis host.
* - ``sentinel_group_name`` = ``oslo-messaging-zeromq``
- (String) Redis replica set name.
* - ``sentinel_hosts`` =

View File

@ -35,7 +35,7 @@
* - ``rpc_zmq_max_port`` = ``65536``
- (Integer) Maximal port number for random ports range.
* - ``rpc_zmq_min_port`` = ``49152``
- (Unknown) Minimal port number for random ports range.
- (Port number) Minimal port number for random ports range.
* - ``rpc_zmq_topic_backlog`` = ``None``
- (Integer) Maximum number of ingress messages to locally buffer per topic. Default is unlimited.
* - ``use_pub_sub`` = ``True``

View File

@ -69,7 +69,7 @@
* - ``bind_host`` = ``0.0.0.0``
- (Unknown) Address to bind the server. Useful when selecting a particular network interface.
* - ``bind_port`` = ``8778``
- (Unknown) The port on which the server will listen.
- (Port number) The port on which the server will listen.
* - ``cert_file`` = ``None``
- (String) Location of the SSL certificate file to use for SSL mode.
* - ``key_file`` = ``None``

View File

@ -69,4 +69,4 @@
* - ``host`` = ``localhost``
- (String) Address for invoking webhooks. It is useful for cases where proxies are used for triggering webhooks. Default to the hostname of the API node.
* - ``port`` = ``8778``
- (Unknown) The port on which a webhook will be invoked. Useful when service is running behind a proxy.
- (Port number) The port on which a webhook will be invoked. Useful when service is running behind a proxy.

View File

@ -93,7 +93,7 @@
* - ``rabbit_password`` = ``guest``
- (String) DEPRECATED: The RabbitMQ password. Replaced by [DEFAULT]/transport_url
* - ``rabbit_port`` = ``5672``
- (Unknown) DEPRECATED: The RabbitMQ broker port where a single node is used. Replaced by [DEFAULT]/transport_url
- (Port number) DEPRECATED: The RabbitMQ broker port where a single node is used. Replaced by [DEFAULT]/transport_url
* - ``rabbit_qos_prefetch_count`` = ``0``
- (Integer) Specifies the number of messages to prefetch. Setting to zero allows unlimited messages.
* - ``rabbit_retry_backoff`` = ``2``

View File

@ -25,7 +25,7 @@
* - ``password`` =
- (String) DEPRECATED: Password for Redis server (optional). Replaced by [DEFAULT]/transport_url
* - ``port`` = ``6379``
- (Unknown) DEPRECATED: Use this port to connect to redis host. Replaced by [DEFAULT]/transport_url
- (Port number) DEPRECATED: Use this port to connect to redis host. Replaced by [DEFAULT]/transport_url
* - ``sentinel_group_name`` = ``oslo-messaging-zeromq``
- (String) Redis replica set name.
* - ``sentinel_hosts`` =

View File

@ -33,7 +33,7 @@
* - ``rpc_zmq_max_port`` = ``65536``
- (Integer) Maximal port number for random ports range.
* - ``rpc_zmq_min_port`` = ``49153``
- (Unknown) Minimal port number for random ports range.
- (Port number) Minimal port number for random ports range.
* - ``rpc_zmq_topic_backlog`` = ``None``
- (Integer) Maximum number of ingress messages to locally buffer per topic. Default is unlimited.
* - ``use_pub_sub`` = ``True``

View File

@ -25,7 +25,7 @@
* - ``bind_host`` = ``0.0.0.0``
- (Unknown) IP address the API server will listen on.
* - ``bind_port`` = ``8779``
- (Unknown) Port the API server will listen on.
- (Port number) Port the API server will listen on.
* - ``black_list_regex`` = ``None``
- (String) Exclude IP addresses that match this regular expression.
* - ``db_api_implementation`` = ``trove.db.sqlalchemy.api``

View File

@ -33,7 +33,7 @@
* - ``cluster_support`` = ``True``
- (Boolean) Enable clusters to be created and managed.
* - ``configsvr_port`` = ``27019``
- (Unknown) Port for instances running as config servers.
- (Port number) Port for instances running as config servers.
* - ``device_path`` = ``/dev/vdb``
- (String) Device path for volume if volume support is enabled.
* - ``guest_log_exposed_logs`` =
@ -45,7 +45,7 @@
* - ``ignore_users`` = ``admin.os_admin, admin.root``
- (List) Users to exclude when listing users.
* - ``mongodb_port`` = ``27017``
- (Unknown) Port for mongod and mongos instances.
- (Port number) Port for mongod and mongos instances.
* - ``mount_point`` = ``/var/lib/mongodb``
- (String) Filesystem path for mounting volumes if volume support is enabled.
* - ``num_config_servers_per_cluster`` = ``3``

View File

@ -37,7 +37,7 @@
* - ``mount_point`` = ``/var/lib/postgresql``
- (String) Filesystem path for mounting volumes if volume support is enabled.
* - ``postgresql_port`` = ``5432``
- (Unknown) The TCP port the server listens on.
- (Port number) The TCP port the server listens on.
* - ``restore_namespace`` = ``trove.guestagent.strategies.restore.experimental.postgresql_impl``
- (String) Namespace to load restore strategies from.
* - ``root_controller`` = ``trove.extensions.common.service.DefaultRootController``

View File

@ -25,7 +25,7 @@
* - ``pydev_debug_host`` = ``None``
- (String) Pydev debug server host (localhost by default).
* - ``pydev_debug_port`` = ``5678``
- (Unknown) Pydev debug server port (5678 by default).
- (Port number) Pydev debug server port (5678 by default).
* - **[profiler]**
-
* - ``enabled`` = ``False``

View File

@ -91,7 +91,7 @@
* - ``rabbit_password`` = ``guest``
- (String) The RabbitMQ password.
* - ``rabbit_port`` = ``5672``
- (Unknown) The RabbitMQ broker port where a single node is used.
- (Port number) The RabbitMQ broker port where a single node is used.
* - ``rabbit_qos_prefetch_count`` = ``0``
- (Integer) Specifies the number of messages to prefetch. Setting to zero allows unlimited messages.
* - ``rabbit_retry_backoff`` = ``2``

View File

@ -25,7 +25,7 @@
* - ``password`` =
- (String) Password for Redis server (optional).
* - ``port`` = ``6379``
- (Unknown) Use this port to connect to redis host.
- (Port number) Use this port to connect to redis host.
* - ``sentinel_group_name`` = ``oslo-messaging-zeromq``
- (String) Redis replica set name.
* - ``sentinel_hosts`` =

View File

@ -35,7 +35,7 @@
* - ``rpc_zmq_max_port`` = ``65536``
- (Integer) Maximal port number for random ports range.
* - ``rpc_zmq_min_port`` = ``49152``
- (Unknown) Minimal port number for random ports range.
- (Port number) Minimal port number for random ports range.
* - ``rpc_zmq_topic_backlog`` = ``None``
- (Integer) Maximum number of ingress messages to locally buffer per topic. Default is unlimited.
* - ``use_pub_sub`` = ``True``

View File

@ -21,6 +21,6 @@
* - ``bind`` = ``127.0.0.1``
- (Unknown) Address on which the self-hosting server will listen.
* - ``external_port`` = ``None``
- (Unknown) Port on which the service is provided to the user.
- (Port number) Port on which the service is provided to the user.
* - ``port`` = ``9000``
- (Unknown) Port on which the self-hosting server will listen.
- (Port number) Port on which the self-hosting server will listen.

View File

@ -21,4 +21,4 @@
* - ``bind`` = ``127.0.0.1``
- (Unknown) Address on which the self-hosting server will listen.
* - ``port`` = ``8888``
- (Unknown) Port on which the self-hosting server will listen.
- (Port number) Port on which the self-hosting server will listen.