summaryrefslogtreecommitdiffstats
path: root/contrib/inventory/rax.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid string escape sequences.Matt Clay2017-11-211-1/+1
* Miscellaneous pylint fixes.Matt Clay2017-09-131-0/+5
* Fix undefined variables, basestring usage, and some associated python3 issuesToshio Kuratomi2017-07-261-2/+2
* Consolidate boolean/mk_boolean conversion functions into a single locationToshio Kuratomi2017-07-171-2/+3
* pep8 fixes for contrib (#24344)Matt Martz2017-05-091-6/+6
* Legacy pep8 clean fixes for contrib and hacking (#21081)Matt Martz2017-02-071-2/+2
* Port rax dynamic inventory script to Ansible 2.3 get_config() (#18204)Toshio Kuratomi2016-10-261-9/+25
* Use sys.exit(msg) i/o print() and sys.exit() (#15465)Adrian Likins2016-08-231-10/+6
* Add a config option for rackspace inventory cacheMatthew Jones2016-01-201-1/+4
* Replace .iteritems() with six.iteritems()Marius Gedminas2015-09-031-1/+3
* Use 'except ... as' syntax in contrib/ and test/ tooMarius Gedminas2015-08-271-1/+1
* Avoid types.NoneTypeMarius Gedminas2015-08-271-1/+1
* Move the cache file to ~/.ansible/tmp.Tom Berger2015-08-111-2/+4
* Name cache file by relevant regions - they might change between calls.Tom Berger2015-08-111-6/+8
* Save the cache in a file specific to the RackSpace account in use.Tom Berger2015-08-111-1/+2
* Cache the results for the RackSpace dynamic inventory.Tom Berger2015-08-111-3/+28
* added executabel bit to nova and rax inventory pluginsBrian Coca2015-07-101-0/+0
* poreted log_plays, syslog_json and osx_say callbacks to v2Brian Coca2015-07-101-0/+420