Actions
Bug #15659
closedPowerManager::Virt uses deprecated Object#timeout method
Difficulty:
trivial
Triaged:
Pull request:
Description
The PowerManager::Virt class uses a deprecated timeout method, causing warnings on Ruby 2.3:
/home/dcleal/code/foreman/foreman/app/services/power_manager/virt.rb:6:in `initialize': Object#timeout is deprecated, use Timeout.timeout instead.
(seen from test/unit/power_manager_test.rb)
Updated by The Foreman Bot over 8 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3641 added
Updated by Dominic Cleal over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset d89ca4362da4c97427a47d10276ee2a691dd11f2.
Updated by Dominic Cleal over 8 years ago
- Translation missing: en.field_release set to 160
Actions