summaryrefslogtreecommitdiffstats
path: root/contrib/inventory/nova.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace .iteritems() with six.iteritems()Marius Gedminas2015-09-031-1/+2
| | | | | | | Replace .iteritems() with six.iteritems() everywhere except in module_utils (because there's no 'six' on the remote host). And except in lib/ansible/galaxy/data/metadata_template.j2, because I'm not sure six is available there.
* Use print() as function under contrib/Marius Gedminas2015-08-281-1/+1
| | | | | This fixes the remaining Python 3 syntax errors, so re-enable compileall for contrib/ again.
* 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/+229
renamed plugins to contrib (they are not really plugins) rewrote README.md to reflect new usage added new dir to setup.py so it gets copied with installation, in views of making using inventory scripts easier in teh future