66723f7f92
Current parameter names of `set_iscsi_options` and `get_iscsi_global_params` RPC method for CHAP in discovery session may not be clear and long compared with CHAP in login to target nodes. This patch changes parameter names of `set_iscsi_options` and `get_iscsi_global_params` RPC method for CHAP in discovery session from no_discovery_auth, req_discovery_auth, req_discovery_auth_mutual, and discovery_auth_group to disable_chap, require_chap, mutual_chap, and chap_group, respectively. Old parameters are still usable because decoder of them are not removed. Change-Id: If3102f1233d57ee3cadfb733a6fc1fca14a0e972 Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-on: https://review.gerrithub.io/423050 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>