John Barker
531eed80b3
Replace BOOLEANS with true/false
2016-04-05 16:31:15 +01:00
Greg DeKoenigsberg
28a869a030
Updating cloud modules with proper github author information
2015-06-15 14:41:22 -04:00
Toshio Kuratomi
60a66a544d
Several cleanups to many modules:
...
* Fix docs to specify when python2.6+ is required (due to a library
dep). This helps us know when it is okay to use python2.6+ syntax in
the file.
* remove BabyJson returns. See #1211 This commit fixes all but the
openstack modules.
* Use if __name__ == '__main__' to only run the main part of the module
if the module is run as a program. This allows for the potential to
unittest the code later.
2015-05-11 12:15:53 -07:00
Brian Coca
19ed60196c
added __init__.py to new cloud subcategories so builds work again
2014-11-05 11:07:19 -05:00
Brian Coca
0c4adcb2c6
made subcategories for cloud modules for better organization
2014-11-04 11:18:09 -05:00
Michael DeHaan
c8e1a2077e
file extensions!
2014-09-26 10:37:56 -04:00
Michael DeHaan
417309a626
Restructuring.
2014-09-26 10:13:26 -04:00
Michael DeHaan
73123b69fa
Move modules into subdirectory.
2014-09-26 09:23:50 -04:00
Jon Chen
798b4bdf1b
require pycurl for linode module
2014-05-27 14:37:44 -04:00
Jon Chen
7e34f4d885
fix linode typo
2014-02-07 20:47:57 -05:00
James Tanner
4f9aadcc07
Addresses #5023 Fix import comments
2013-12-02 15:13:49 -05:00
James Tanner
38edad70ac
Fixes #5023 Convert all modules to use new snippet import pattern
2013-12-02 15:11:23 -05:00
Alan Fairless
9b8fae6158
Revised patch for more password entropy
2013-11-01 09:51:35 -05:00
Michael DeHaan
beae21dd40
Remove examples of module antipattern of setting the choices array for boolean types.
2013-10-11 08:45:13 -04:00
Jan Urbański
b356dcbe52
The payment term param in the Linode module is an int.
2013-09-26 18:23:21 +02:00
Michael DeHaan
7705937621
Styling: semicolon
2013-06-30 18:53:22 -04:00
Vincent Viallet
e7f17e7989
Improve error messages on missing required variables.
2013-06-21 21:41:00 +08:00
Vincent Viallet
c3846dd33b
Consistent wait_timeout between doc and module
2013-06-21 18:03:55 +09:00
Vincent Viallet
a04af8e461
Fix last bugs, complete all tests.
2013-06-21 17:01:29 +08:00
Vincent Viallet
fa0595e72b
Update documentation
2013-06-21 13:59:09 +08:00
Vincent Viallet
3efba3f529
Add linode cloud provider.
2013-06-21 13:41:33 +08:00