[config-ref] fix IP option at config tables

Change-Id: Ieae6add4a36e57b968f50b6293ae916648760f51
This commit is contained in:
KATO Tomoyuki 2016-10-13 17:55:55 +09:00
parent 809bf882c2
commit 35be00090d
10 changed files with 20 additions and 20 deletions

View File

@ -23,7 +23,7 @@
* - ``clone_volume_timeout`` = ``680``
- (Integer) Create clone volume timeout.
* - ``disco_client`` = ``127.0.0.1``
- (Unknown) The IP of DMS client socket server
- (IP) The IP of DMS client socket server
* - ``disco_client_port`` = ``9898``
- (Port number) The port to connect DMS client socket server
* - ``disco_wsdl_path`` = ``/etc/cinder/DISCOService.wsdl``

View File

@ -67,7 +67,7 @@
* - ``hnas_cluster_admin_ip0`` = ``None``
- (String) The IP of the HNAS cluster admin. Required only for HNAS multi-cluster setups.
* - ``hnas_mgmt_ip0`` = ``None``
- (Unknown) Management IP address of HNAS. This can be any IP in the admin address on HNAS or the SMU IP.
- (IP) Management IP address of HNAS. This can be any IP in the admin address on HNAS or the SMU IP.
* - ``hnas_password`` = ``None``
- (String) HNAS password.
* - ``hnas_ssc_cmd`` = ``ssc``
@ -79,25 +79,25 @@
* - ``hnas_svc0_hdp`` = ``None``
- (String) Service 0 HDP
* - ``hnas_svc0_iscsi_ip`` = ``None``
- (Unknown) Service 0 iSCSI IP
- (IP) Service 0 iSCSI IP
* - ``hnas_svc0_volume_type`` = ``None``
- (String) Service 0 volume type
* - ``hnas_svc1_hdp`` = ``None``
- (String) Service 1 HDP
* - ``hnas_svc1_iscsi_ip`` = ``None``
- (Unknown) Service 1 iSCSI IP
- (IP) Service 1 iSCSI IP
* - ``hnas_svc1_volume_type`` = ``None``
- (String) Service 1 volume type
* - ``hnas_svc2_hdp`` = ``None``
- (String) Service 2 HDP
* - ``hnas_svc2_iscsi_ip`` = ``None``
- (Unknown) Service 2 iSCSI IP
- (IP) Service 2 iSCSI IP
* - ``hnas_svc2_volume_type`` = ``None``
- (String) Service 2 volume type
* - ``hnas_svc3_hdp`` = ``None``
- (String) Service 3 HDP
* - ``hnas_svc3_iscsi_ip`` = ``None``
- (Unknown) Service 3 iSCSI IP
- (IP) Service 3 iSCSI IP
* - ``hnas_svc3_volume_type`` = ``None``
- (String) Service 3 volume type
* - ``hnas_username`` = ``None``

View File

@ -25,11 +25,11 @@
* - ``zteChunkSize`` = ``4``
- (Integer) Virtual block size of pool. Unit : KB. Valid value : 4, 8, 16, 32, 64, 128, 256, 512.
* - ``zteControllerIP0`` = ``None``
- (Unknown) Main controller IP.
- (IP) Main controller IP.
* - ``zteControllerIP1`` = ``None``
- (Unknown) Slave controller IP.
- (IP) Slave controller IP.
* - ``zteLocalIP`` = ``None``
- (Unknown) Local IP.
- (IP) Local IP.
* - ``ztePoolVoAllocatedPolicy`` = ``0``
- (Integer) Pool volume allocated policy. 0, Auto; 1, High Performance Tier First; 2, Performance Tier First; 3, Capacity Tier First.
* - ``ztePoolVolAlarmStopAllocatedFlag`` = ``0``

View File

@ -27,7 +27,7 @@
* - ``backlog`` = ``4096``
- (Integer) Number of backlog requests to configure the socket with.
* - ``bind_host`` = ``0.0.0.0``
- (Unknown) Address to bind the server. Useful when selecting a particular network interface.
- (IP) Address to bind the server. Useful when selecting a particular network interface.
* - ``bind_port`` = ``8003``
- (Port number) The port on which the server will listen.
* - ``cert_file`` = ``None``

View File

@ -37,7 +37,7 @@
* - ``l2_population`` = ``False``
- (Boolean) Extension to use alongside ml2 plugin's l2population mechanism driver. It enables the plugin to populate VXLAN forwarding table.
* - ``local_ip`` = ``None``
- (Unknown) IP address of local overlay (tunnel) network endpoint. Use either an IPv4 or IPv6 address that resides on one of the host network interfaces. The IP version of this value must match the value of the 'overlay_ip_version' option in the ML2 plug-in configuration file on the neutron server node(s).
- (IP) IP address of local overlay (tunnel) network endpoint. Use either an IPv4 or IPv6 address that resides on one of the host network interfaces. The IP version of this value must match the value of the 'overlay_ip_version' option in the ML2 plug-in configuration file on the neutron server node(s).
* - ``tos`` = ``None``
- (Integer) TOS for vxlan interface protocol packets.
* - ``ttl`` = ``None``

View File

@ -63,13 +63,13 @@
* - ``integration_bridge`` = ``br-int``
- (String) Integration bridge to use. Do not change this parameter unless you have a good reason to. This is the name of the OVS integration bridge. There is one per hypervisor. The integration bridge acts as a virtual 'patch bay'. All VM VIFs are attached to this bridge and then 'patched' according to their network connectivity.
* - ``local_ip`` = ``None``
- (Unknown) IP address of local overlay (tunnel) network endpoint. Use either an IPv4 or IPv6 address that resides on one of the host network interfaces. The IP version of this value must match the value of the 'overlay_ip_version' option in the ML2 plug-in configuration file on the neutron server node(s).
- (IP) IP address of local overlay (tunnel) network endpoint. Use either an IPv4 or IPv6 address that resides on one of the host network interfaces. The IP version of this value must match the value of the 'overlay_ip_version' option in the ML2 plug-in configuration file on the neutron server node(s).
* - ``of_connect_timeout`` = ``30``
- (Integer) Timeout in seconds to wait for the local switch connecting the controller. Used only for 'native' driver.
* - ``of_interface`` = ``native``
- (String) OpenFlow interface to use.
* - ``of_listen_address`` = ``127.0.0.1``
- (Unknown) Address to listen on for OpenFlow connections. Used only for 'native' driver.
- (IP) Address to listen on for OpenFlow connections. Used only for 'native' driver.
* - ``of_listen_port`` = ``6633``
- (Port number) Port to listen on for OpenFlow connections. Used only for 'native' driver.
* - ``of_request_timeout`` = ``10``

View File

@ -35,7 +35,7 @@
* cnt_vpn_clients
* - ``dmz_mask`` = ``255.255.255.0``
- (Unknown) Netmask to push into OpenVPN config.
- (IP) Netmask to push into OpenVPN config.
Possible values:
@ -47,7 +47,7 @@
* boot_script_template
* - ``dmz_net`` = ``10.0.0.0``
- (Unknown) Network to push into OpenVPN config.
- (IP) Network to push into OpenVPN config.
Note: Above mentioned OpenVPN config can be found at /etc/openvpn/server.conf.

View File

@ -33,7 +33,7 @@
* - ``auth_strategy`` = ``keystone``
- (String) The type of authentication to use
* - ``bind_host`` = ``127.0.0.1``
- (Unknown) The host IP to bind to
- (IP) The host IP to bind to
* - ``bind_port`` = ``9876``
- (Port number) The port to bind to
* - ``control_exchange`` = ``octavia``
@ -147,7 +147,7 @@
* - ``base_path`` = ``/var/lib/octavia``
- (String) Base directory for amphora files.
* - ``bind_host`` = ``0.0.0.0``
- (Unknown) The host IP to bind to
- (IP) The host IP to bind to
* - ``bind_port`` = ``9443``
- (Port number) The port to bind to
* - ``client_cert`` = ``/etc/octavia/certs/client.pem``
@ -177,7 +177,7 @@
* - **[health_manager]**
-
* - ``bind_ip`` = ``127.0.0.1``
- (Unknown) IP address the controller will listen on for heart beats
- (IP) IP address the controller will listen on for heart beats
* - ``bind_port`` = ``5555``
- (Port number) Port number the controller will listen onfor heart beats
* - ``controller_ip_port_list`` =

View File

@ -59,7 +59,7 @@
* - ``backlog`` = ``4096``
- (Integer) Number of backlog requests to configure the socket with.
* - ``bind_host`` = ``0.0.0.0``
- (Unknown) Address to bind the server. Useful when selecting a particular network interface.
- (IP) Address to bind the server. Useful when selecting a particular network interface.
* - ``bind_port`` = ``8778``
- (Port number) The port on which the server will listen.
* - ``cert_file`` = ``None``

View File

@ -23,7 +23,7 @@
* - ``api_paste_config`` = ``api-paste.ini``
- (String) File name for the paste.deploy config for trove-api.
* - ``bind_host`` = ``0.0.0.0``
- (Unknown) IP address the API server will listen on.
- (IP) IP address the API server will listen on.
* - ``bind_port`` = ``8779``
- (Port number) Port the API server will listen on.
* - ``black_list_regex`` = ``None``