ansible/cloud/profitbricks
Ethan Devenport fa41ccd59b Additional provider features added and fixed some bugs.
* Added support for SSH keys, image passwords, SSD disk type, and CPU family.
* Adjusted server create so that IP address is returned in response.
* Restructured remove server method(s) to handle change status properly, gracefully handle missing servers, and improve overall performance.
* Prevent duplicate server names from being provisioned so removals can be handled appropriately.
* Fixed a bug in the count increment being a string rather than an integer.
* Fixed issue with create_volume returning invalid response.
* Fixed type bug in volume instance_ids for volume removal and improved volume management.
* Fixed type bug in instance_ids for proper server removal and moved boot volume creation into composite server build request.
* General clean up.
2016-08-23 07:30:35 +00:00
..
__init__.py Ansible ProfitBricks Compute Module. 2015-07-06 13:25:15 -07:00
profitbricks.py Additional provider features added and fixed some bugs. 2016-08-23 07:30:35 +00:00
profitbricks_datacenter.py Rebuilt commit for Ansible PR. 2015-08-03 13:37:56 -07:00
profitbricks_nic.py Rebuild of previous PR. 2015-08-03 14:34:08 -07:00
profitbricks_volume.py Additional provider features added and fixed some bugs. 2016-08-23 07:30:35 +00:00
profitbricks_volume_attachments.py Rebuild of ealier PR. 2015-08-03 15:00:04 -07:00