2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-21 18:50:28 +00:00

Merge pull request #4380 from gurevichmark/rspconfig_hostname

rspconfig fix for set hostname
This commit is contained in:
Victor Hu
2017-11-27 14:46:12 -05:00
committed by GitHub

View File

@@ -1176,7 +1176,7 @@ sub parse_command_status {
$next_status{RSPCONFIG_GET_REQUEST} = "RSPCONFIG_GET_RESPONSE";
$status_info{RSPCONFIG_SET_REQUEST}{data} = $1;
$status_info{RSPCONFIG_GET_RESPONSE}{argv} = "hostname";
$status_info{RSPCONFIG_SET_REQUEST}{init_url} .= "/config/attr/HostName";
return 0;
}
}