Skip to content

Commit

Permalink
Merge pull request #12601 from rwsu/node-power-on-off-uid-fix
Browse files Browse the repository at this point in the history
Fix OpenStack node power operations
(cherry picked from commit 762be25)

https://bugzilla.redhat.com/show_bug.cgi?id=1394429
  • Loading branch information
agrare authored and chessbyte committed Nov 14, 2016
1 parent 0967c6d commit ee8d7af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def ironic_set_power_state(taskid = nil,
_dummy, t = Benchmark.realtime_block(:total_time) do
begin
connection = ext_management_system.openstack_handle.detect_baremetal_service
response = connection.set_node_power_state(name, power_state)
response = connection.set_node_power_state(uid_ems, power_state)

if response.status == 202
status = "Success"
Expand Down

0 comments on commit ee8d7af

Please sign in to comment.