exoscale / python-exoscale

Python bindings for the Exoscale APIs
https://exoscale.github.io/python-exoscale/
ISC License
14 stars 7 forks source link

compute: fix check in instance pool args #36

Closed Blatoy closed 2 years ago

Blatoy commented 2 years ago

There seems to be an error when checking if instance_private_networks was passed as an argument for the create_instance_pool function. The current behavior makes create_instance_pool fail if instance_security_groups is set without setting instance_private_networks (as it tries to iterate over None).

If this is intended behavior I apologize for this PR.

falzm commented 2 years ago

Version 0.7.1 released including your fix.