summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/rackspace
Commit message (Expand)AuthorAgeFilesLines
* Misc Typo correction (#25025)Abhijeet Kasurde2017-05-251-2/+2
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-1426-78/+104
* Fix invalid fields in module DOCUMENATION (#22297)John R Barker2017-03-091-4/+0
* PEP 8 W291 whitespace cleanup.Matt Clay2017-01-276-6/+6
* PEP 8 whitespace cleanup. (#20783)Matt Clay2017-01-271-2/+2
* Removed dict.iteritems() in modules. (#18859)Andrea Tartaglia2016-12-127-8/+8
* Relocating extras into lib/ansible/modules/ after mergeJames Cammarata2016-12-086-0/+1388
* Resolving differences in core modules post-mergeJames Cammarata2016-12-081-2/+2
* Refreshed metadata for core modulesToshio Kuratomi2016-12-0820-0/+80
* Call main in conditional way - cloud/rackspaceFabio Alessandro Locati2016-12-0820-20/+60
* Examples syntax batch6 (#5623)Sam Doran2016-12-082-22/+79
* Fixed incorrect usage of user_data variable (#5194)adejongh2016-12-081-2/+2
* Fixing Rackspace compile time errors irt exception handling for Python 3 (#3849)@2016-12-0819-94/+94
* Docs fixesToshio Kuratomi2016-12-081-0/+1
* overwrite option was added for 2.1Matt Martz2016-12-081-0/+1
* quote failPete Travis2016-12-081-1/+1
* expand when opening tooPete Travis2016-12-081-0/+1
* use expanduser() before testing user_data as filePete Travis2016-12-081-1/+1
* fixed rax_cdb argument specBrian Coca2016-12-081-4/+6
* corrected description key spellingBrian Coca2016-12-081-1/+1
* rackspace: set headers when uploading files to CF.Vladimir Mihailenco2016-12-081-49/+22
* Makes rax_dns_record override default to truebobgroves2016-12-081-2/+2
* Adds overwrite option to rax_dns_recordbobgroves2016-12-081-5/+17
* added version added to new rax_cdb choicesBrian Coca2016-12-081-0/+2
* Preventing servers that are deleted and left in the deleted state from being ...Brian Richards2016-12-081-1/+3
* renamed variables type to cdb_type and version to cdb_version.Mehul Ved2016-12-081-14/+14
* Added support for instance types.Mehul Ved2016-12-081-6/+25
* Add wait and wait_timeout options for provisioning serversJamie Hannaford2016-12-081-2/+26
* rackspace: pass full path to the isdir.Vladimir Mihailenco2016-12-081-1/+1
* Fix some remaining rax asg idempotency checksMatt Martz2016-12-081-2/+2
* Fix get_launch_config var nameJamie Hannaford2016-12-081-1/+1
* Fix attribute name for Auto Scale serversJamie Hannaford2016-12-081-2/+2
* Updated author data for modulesGreg DeKoenigsberg2016-12-082-2/+4
* Updating cloud modules with proper github author informationGreg DeKoenigsberg2016-12-0818-18/+30
* Prevent an empty error messageMatt Martz2016-12-081-1/+5
* DRY up duplicate codeMatt Martz2016-12-081-54/+37
* Don't hardcode minimum for boot_volume_sizeMatt Martz2016-12-081-3/+0
* Fix order of logic to determine required argsMatt Martz2016-12-081-3/+3
* Add boot from volume functionality to rax and rax_cbs modulesMatt Martz2016-12-082-23/+184
* Don't hardcode a minimum size of a volumeMatt Martz2016-12-081-3/+0
* Support accounts with more than 100 load balancersMatt Martz2016-12-081-1/+8
* Remove unnecessary logic, return the database on deleteMatt Martz2016-12-081-13/+2
* Remove unnecessary required arg logic, and remove 'absent' as a valid choice ...Matt Martz2016-12-081-7/+3
* Small fix-ups to convert objects to dicts, update volume details at the appro...Matt Martz2016-12-081-12/+5
* Remove some broken and unnecessary required args logicMatt Martz2016-12-081-4/+0
* Use rax_to_dict and make sure to return the volume details after deletionMatt Martz2016-12-081-4/+2
* Clean up some required argument logicMatt Martz2016-12-082-7/+6
* Just use built in required functionality for argumentsMatt Martz2016-12-081-5/+1
* It is not correct that you need at least 1 primary nodeMatt Martz2016-12-081-23/+1
* Make a few enhancements to the rax_scaling_group moduleMatt Martz2016-12-081-3/+12