Skip to content

Commit

Permalink
Issue minishift#126 Removing the static UUID for xhyve
Browse files Browse the repository at this point in the history
Static UUID do not let user create multiple minishift instance. Also the plugin has ability to generate UUID

Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
  • Loading branch information
LalatenduMohanty committed Sep 15, 2017
1 parent 87ef223 commit 008e00d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/minikube/cluster/cluster.go
Expand Up @@ -427,7 +427,6 @@ func getDriverOptions(config MachineConfig) (drivers.DriverOptions, error) {
"xhyve-cpu-count": config.CPUs,
"xhyve-disk-size": config.DiskSize,
"xhyve-virtio-9p": "true",
"xhyve-uuid": "F4BB3F79-AB4E-4708-95CA-E32FBFCDEFD3",
}

return createDriverOptions(h.Driver, machineConfigOptions)
Expand Down

0 comments on commit 008e00d

Please sign in to comment.