mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-10 06:41:31 +00:00
Power off should be called against the chassis
This commit is contained in:
@ -162,8 +162,8 @@ my %status_info = (
|
||||
},
|
||||
RPOWER_OFF_REQUEST => {
|
||||
method => "PUT",
|
||||
init_url => "$openbmc_project_url/state/host0/attr/RequestedHostTransition",
|
||||
data => "xyz.openbmc_project.State.Host.Transition.Off",
|
||||
init_url => "$openbmc_project_url/state/chassis0/attr/RequestedPowerTransition",
|
||||
data => "xyz.openbmc_project.State.Chassis.Transition.Off",
|
||||
},
|
||||
RPOWER_OFF_RESPONSE => {
|
||||
process => \&rpower_response,
|
||||
|
Reference in New Issue
Block a user