ScaleComputing / HyperCoreAnsibleCollection

Official Ansible collection for Scale Computing SC//HyperCore (HC3) v1 API
GNU General Public License v3.0
12 stars 8 forks source link

Fix missing timeout when Client is created #108

Closed justinc1 closed 1 year ago

justinc1 commented 1 year ago

But default value None for timeout is the root problem. To easy to miss you need to set timeout.

Removed all default parameter values for Client.Client(). Normal modules should use Client.get_client() anyway, and now no-one will want to use Client.Client()

Signed-off-by: Justin Cinkelj justin.cinkelj@xlab.si