1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-26 09:57:23 +03:00

M #-: Add GOCA changes to docker addon (#3989)

This commit is contained in:
Christian González 2019-11-25 11:31:16 +01:00 committed by Tino Vázquez
parent a7932813b9
commit fd2766970d

View File

@ -109,7 +109,7 @@ func (d *Driver) buildConfig() {
func (d *Driver) getController() *goca.Controller {
d.buildConfig()
client := goca.NewClient(d.Config)
client := goca.NewDefaultClient(d.Config)
return goca.NewController(client)
}