Merge pull request #5172 from rickard-von-essen/prl-vmtype

parallels: Remove soon to be removed --vmtype flag
This commit is contained in:
Rickard von Essen 2017-07-27 21:18:41 +02:00 committed by GitHub
commit 28078f2268
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ func (s *stepCreateVM) Run(state multistep.StateBag) multistep.StepAction {
"create", name,
"--distribution", config.GuestOSType,
"--dst", config.OutputDir,
"--vmtype", "vm",
"--no-hdd",
}