summaryrefslogtreecommitdiff
path: root/cloud
Commit message (Expand)AuthorAgeFilesLines
* Refreshed metadata for core modulesToshio Kuratomi2016-12-06123-0/+492
* Cloudformation - remove dead invoke_with_throttling_retries function (#5690)Adam Chainz2016-12-051-14/+0
* Merge pull request #5829 from Fale/fix_main_cloud_amazonRyan Brown2016-12-0514-14/+28
|\
| * Call main in conditional way - cloud/amazonFabio Alessandro Locati2016-12-0514-14/+28
* | Call main in conditional way - cloud/rackspaceFabio Alessandro Locati2016-12-0520-20/+60
|/
* Native YAML - cloud/google/gce.py (#5800)Fabio Alessandro Locati2016-12-021-2/+4
* Unquote urls in YAML - cloud (#5797)Fabio Alessandro Locati2016-12-0215-25/+25
* Fixed typo in docker_image.py docs (#5764)Asara2016-12-021-1/+1
* use 'six' for urlparse compatability (#5777)Ted Timmons2016-12-011-1/+1
* Fail if specifying an ENI as device but in_vpc is not trueRob White2016-11-301-0/+2
* Merge pull request #5552 from tedder/cloudformation_fix_5551_format_zero_leng...Ryan Brown2016-11-261-2/+2
|\
| * update formatted lines to use named identifierstedder2016-11-181-2/+2
| * add .format indexes for 2.6 compatabilitytedder2016-11-101-2/+2
* | ported iterkeys to py3 syntax (#5657)Andrea Tartaglia2016-11-221-3/+4
* | Add a few lines about testing (#5662)Monty Taylor2016-11-181-0/+8
* | Performance improvement using in-operator on dictsDag Wieers2016-11-171-1/+1
* | Examples syntax batch6 (#5623)Sam Doran2016-11-1610-196/+284
* | Do not require password when deleting os_user (#5601)Jesse Keating2016-11-161-4/+5
* | error in docker_container example (#5631)Luc Charpentier2016-11-161-1/+0
* | fixes issue #5517 (#5519)Abdul Anshad A2016-11-151-1/+7
* | Examples syntax batch5 (#5622)Sam Doran2016-11-1523-184/+390
* | Support suspending scaling processes in `ec2_asg` module (#5562)Ryan Brown2016-11-141-1/+36
|\ \
| * | Set suspend_processes version_added to 2.3Ben Tomasik2016-11-111-1/+1
| * | Add support for suspending scaling processesBen Tomasik2016-11-101-1/+36
* | | Fixes: #4516 add placement_group argument for ec2_asg module (#5506)Ryan Brown2016-11-141-0/+9
|\ \ \
| * | | Fixes: #4516 add placement_group argument for ec2_asg moduleEduard Iskandarov2016-11-061-0/+9
* | | | Avoid `TypeError` when desired_capacity is not provided to `ec2_asg` module (...einarc2016-11-111-8/+9
* | | | Remove duplicated option from examplesPatrick F. Marques2016-11-111-1/+0
* | | | Improve `ec2` module Python3 Support (#5497)Zaius Dr2016-11-111-5/+7
* | | | Docs update for `os_security_group` (#5531)Lars Van Casteren2016-11-111-8/+8
| |/ / |/| |
* | | Fix bare variable references in docs (#5554)Andrew Gaffney2016-11-106-7/+7
* | | Fix `cloudformation` error when stack-rollback fails (#5550)Ryan Brown2016-11-101-1/+1
| |/ |/|
* | Fix doc examples for `ec2_elb_lb` moduleRyan S. Brown2016-11-101-10/+10
* | Fail gracefully in `ec2_asg` module when there are no matching launch configu...Ryan S. Brown2016-11-101-0/+2
* | replace type() with isinstance() (#5541)jctanner2016-11-096-16/+16
* | Fix link in `cloudformation` module docsRyan S. Brown2016-11-091-3/+1
* | added requires for botocore with RoleARN supportSean Summers2016-11-091-0/+1
* | add role_arn to support Service RoleSean Summers2016-11-091-0/+26
* | Addition of InstanceUUID to facts (#4424)Jason Cormie2016-11-081-0/+1
* | Expose internal_network in os_floating_ip (#5510)Yair Fried2016-11-081-2/+33
* | Added aws and ec2 extends_documentation_fragment to cloud/amazon/rds module. ...mickael-ange2016-11-071-1/+3
* | Add uplink provider type (#5282)Abel BoldĂș2016-11-071-2/+2
|/
* Support for named_ports in Managed Instance Groups. A libcloud guard has bee...Tom Melendez2016-11-041-0/+124
* Add update_password argument to os_user (#5219)Jesse Keating2016-11-041-7/+42
* Add rebuild support to os_server_actions (#4289)Ricardo Carrillo Cruz2016-11-021-4/+29
* Make the RDS endpoint available if AWS returns it. Fixes #3865 (#4143)Jamie Dyer2016-11-011-5/+5
* corrected version addedBrian Coca2016-11-011-1/+1
* added logout to docker_loginBrian Coca2016-11-011-27/+57
* add id: back to documentationCharles Paul2016-10-271-0/+7
* GCE: Add support for 'number' parameter for manually provisioned Google Compu...John Baublitz2016-10-201-66/+111