Skip to content

Commit

Permalink
installer: provision nodes locally for generic driver
Browse files Browse the repository at this point in the history
Related to #1607.
  • Loading branch information
andrestc committed Jun 27, 2017
1 parent 74d5486 commit d5ee506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsuru/installer/installer.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func (i *Installer) BootstrapTsuru(opts *InstallOpts, target string, coreMachine
InstallDashboard: opts.ComponentsConfig.InstallDashboard,
}
var installMachines []*dockermachine.Machine
if opts.DriverOpts.Name == "virtualbox" {
if opts.DriverOpts.Name == "virtualbox" || opts.DriverOpts.Name == "generic" {
appsMachines, errProv := i.ProvisionPool(opts, coreMachines)
if errProv != nil {
return nil, errProv
Expand Down

0 comments on commit d5ee506

Please sign in to comment.