Actions
Bug #26796
closedcoreos & rancheros url_for_boot raise error
Description
ArgumentError: wrong number of arguments (given 2, expected 1)
from app/models/operatingsystems/coreos.rb:14:in `url_for_boot'
from app/models/concerns/host_common.rb:83:in `url_for_boot'
We have to remove the overrides in the respective os subclasses. The default method from the base class is fine.
Actions