1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

development: Fix docker-machine add-on bug

This commit is contained in:
Christian González 2018-12-13 11:05:46 +01:00 committed by Ruben S. Montero
parent 9cd97c8adb
commit d9fb25db65

View File

@ -104,9 +104,9 @@ func (d *Driver) buildConfig() {
d.Config = goca.NewConfig(d.User, d.Password, d.Xmlrpcurl)
}
func (d *Driver) setClient() error {
func (d *Driver) setClient() {
d.buildConfig()
return goca.SetClient(d.Config)
goca.SetClient(d.Config)
}
// GetCreateFlags registers the flags this driver adds to