2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-20 21:20:36 +00:00

rspconfig fix for set hostname

This commit is contained in:
Mark Gurevich
2017-11-27 14:12:53 -05:00
parent 97cfcac18e
commit 2d90a3a1a3

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;
}
}