diff --git a/app/models/concerns/foreman_bootdisk/compute_resources/vmware.rb b/app/models/concerns/foreman_bootdisk/compute_resources/vmware.rb index e6df7b26..f2bc7350 100644 --- a/app/models/concerns/foreman_bootdisk/compute_resources/vmware.rb +++ b/app/models/concerns/foreman_bootdisk/compute_resources/vmware.rb @@ -12,10 +12,6 @@ def capabilities_with_bootdisk capabilities_without_bootdisk + [:bootdisk] end - def new_cdrom(attr = {}) - client.cdroms.new attr - end - def parse_args_with_bootdisk(args = {}) args = parse_args_without_bootdisk args if args[:provision_method] == 'bootdisk'