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:
parent
9cd97c8adb
commit
d9fb25db65
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user