Actions
Bug #8320
closedShutdown command does not always work
Description
On systems which boots/shutdowns quickly, foreman-proxy is terminated before buffer is flushed. Therefore the response body does not contain expected data.
[7] pry(main)> ::ProxyAPI::BMC.new(:url => "http://192.168.122.37:8443").power :action => "cycle" NoMethodError: undefined method `[]' for true:TrueClass from /home/lzap/work/foreman/lib/proxy_api/bmc.rb:57:in `power'
Actions