Wiredcraft / dopy

Digital Ocean Python
MIT License
95 stars 62 forks source link

Version 0.3.5 changes argument order for private networking #27

Closed leucos closed 9 years ago

leucos commented 9 years ago

In commit c240b361db580b0a5bb604d9c65572b1b33026d5, ipv6 argument has been inserted between virtio and private_networking.

This breaks downstream code when named arguments are not used (e.g. ansible's digital_ocean module).

zbal commented 9 years ago

Thanks, good catch - fixed and pushed to pypi v. 0.3.6

leucos commented 9 years ago

Tested => :+1: Thanks a lot @zbal. Notified ansible/ansible-modules-core.