Actions
Bug #13430
closedvirt power manager is missing reboot action
Difficulty:
easy
Triaged:
Bugzilla link:
Pull request:
Description
When rebooting a vm via power manager, this fails:
| TypeError: nil is not a symbol
| /Users/f0218175/foremandev/foreman/app/services/power_manager/virt.rb:25:in `block (2 levels) in <class:Virt>'
The action map in app/services/power_manager/virt.rb is missing "reboot".
Actions