cinder/doc/source/configuration/tables/cinder-hitachi-hnas.rst
Jay S. Bryant 0395353c4b Move config-reference to configuration
It was discovered today that the 'config-reference' directory
was supposed to have been renamed to 'configuration'.  The doc
team was expecting it to be at that location so that they could
automatically link to it from contributor/index.html .

This patch just moves the directory.  I am going to be submitting
a subsequent patch that properly sets out the framework for the
additional directories so that we don't have addition problems
in the future.

Change-Id: I6729aaf4593a0b089277f6d7d0aa50fee3ca340f
2017-07-18 13:10:25 -05:00

2.8 KiB

Description of Hitachi HNAS iSCSI and NFS driver configuration options
Configuration option = Default value Description
[DEFAULT]
hds_hnas_iscsi_config_file = /opt/hds/hnas/cinder_iscsi_conf.xml (String) DEPRECATED: Legacy configuration file for HNAS iSCSI Cinder plugin. This is not needed if you fill all configuration on cinder.conf
hds_hnas_nfs_config_file = /opt/hds/hnas/cinder_nfs_conf.xml (String) DEPRECATED: Legacy configuration file for HNAS NFS Cinder plugin. This is not needed if you fill all configuration on cinder.conf
hnas_chap_enabled = True (Boolean) Whether the chap authentication is enabled in the iSCSI target or not.
hnas_cluster_admin_ip0 = None (String) The IP of the HNAS cluster admin. Required only for HNAS multi-cluster setups.
hnas_mgmt_ip0 = None (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 (String) Command to communicate to HNAS.
hnas_ssh_port = 22 (Port number) Port to be used for SSH authentication.
hnas_ssh_private_key = None (String) Path to the SSH private key used to authenticate in HNAS SMU.
hnas_svc0_hdp = None (String) Service 0 HDP
hnas_svc0_iscsi_ip = None (IP) Service 0 iSCSI IP
hnas_svc0_pool_name = None (String) Service 0 pool name
hnas_svc1_hdp = None (String) Service 1 HDP
hnas_svc1_iscsi_ip = None (IP) Service 1 iSCSI IP
hnas_svc1_pool_name = None (String) Service 1 pool name
hnas_svc2_hdp = None (String) Service 2 HDP
hnas_svc2_iscsi_ip = None (IP) Service 2 iSCSI IP
hnas_svc2_pool_name = None (String) Service 2 pool name
hnas_svc3_hdp = None (String) Service 3 HDP
hnas_svc3_iscsi_ip = None (IP) Service 3 iSCSI IP
hnas_svc3_pool_name = None (String) Service 3 pool name:
hnas_username = None (String) HNAS username.