dopy icon indicating copy to clipboard operation
dopy copied to clipboard

Digital Ocean Python

Results 19 dopy issues
Sort by recently updated
recently updated
newest added

This is reStructuredText, not Markdown. :-P

``` ╰$ python Python 2.7.10 (v2.7.10:15c95b7d81dc, May 23 2015, 09:33:12) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>>...

Greetings @zbal , I am hitting an issue with dopy where it throws a `NameError: name 'DoError' is not defined`. Here is what I am doing... Playbook: 'digitalocean.yml' ``` ---...

Installing dopy using `pip install dopy` currently brings the version 0.3.7. The letter `a` is usually used to mark a version as Alpha so 0.3.7a would be lower than 0.3.7...

:-) https://github.com/ansible/ansible-modules-core/issues/2509

This is a new feature, currently API-only. [See the guide.](https://www.digitalocean.com/community/tutorials/how-to-use-droplet-tagging-with-the-digitalocean-api) Would be very useful for Ansible - I've opened this too: ansible/ansible#15752

Any call to the Floating IP calls results in: ``` Traceback (most recent call last): File "", line 1, in File "dopy/manager.py", line 471, in all_floating_ips raise DoError(v2_api_required_str) NameError: global...

DigitalOcean launched floating IPs a while ago ([Announcement](https://www.digitalocean.com/company/blog/floating-ips-start-architecting-your-applications-for-high-availability/), [Documentation](https://developers.digitalocean.com/documentation/v2/#floating-ips)). Thank you

This error occurs on OSX 10.10.4 (Yosemite) using Python 2.7.7 The full stack trace is: ``` Traceback (most recent call last): File "./digital_ocean.py", line 440, in DigitalOceanInventory() File "./digital_ocean.py", line...