Skip to content

Commit

Permalink
fixes #15173 - vmware new cdrom was moved to core
Browse files Browse the repository at this point in the history
  • Loading branch information
timogoebel committed May 25, 2016
1 parent 280d110 commit 77758eb
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -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'
Expand Down

0 comments on commit 77758eb

Please sign in to comment.