Skip to content

Commit

Permalink
Add qemu to the built-in core drivers
Browse files Browse the repository at this point in the history
Similar to "virtualbox" and "hyperv"
(no longer look for machine driver)
  • Loading branch information
afbjorklund committed Nov 13, 2023
1 parent 4ab8bff commit 7b835be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmachine/drivers/plugin/localbinary/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var (
CoreDrivers = []string{"amazonec2", "azure", "digitalocean",
"exoscale", "generic", "google", "hyperv", "none", "openstack",
"rackspace", "softlayer", "virtualbox", "vmwarefusion",
"vmwarevcloudair", "vmwarevsphere"}
"vmwarevcloudair", "vmwarevsphere", "qemu"}
)

const (
Expand Down

0 comments on commit 7b835be

Please sign in to comment.