remove debugging messages
parent
e231e7ae96
commit
98dbe06758
|
@ -214,7 +214,6 @@ func (api *LocalClient) Create(h *host.Host) error {
|
|||
var pv lib_provision.Provisioner
|
||||
if driver.IsKIC(h.Driver.DriverName()) {
|
||||
pv = provision.NewUbuntuProvisioner(h.Driver)
|
||||
fmt.Println("choosing ubuntu provisioner")
|
||||
} else {
|
||||
pv = provision.NewBuildrootProvisioner(h.Driver)
|
||||
}
|
||||
|
|
|
@ -172,7 +172,6 @@ func (p *UbuntuProvisioner) Package(name string, action pkgaction.PackageAction)
|
|||
|
||||
// Provision does the provisioning
|
||||
func (p *UbuntuProvisioner) Provision(swarmOptions swarm.Options, authOptions auth.Options, engineOptions engine.Options) error {
|
||||
fmt.Println("************ INSISDE ******* PRVOVISION ******************")
|
||||
p.SwarmOptions = swarmOptions
|
||||
p.AuthOptions = authOptions
|
||||
p.EngineOptions = engineOptions
|
||||
|
|
Loading…
Reference in New Issue