summaryrefslogtreecommitdiff
path: root/heat/cloudinit/loguserdata.py
Commit message (Expand)AuthorAgeFilesLines
* Detect EL8 platform-pythonLuke Short2021-08-181-0/+9
* Validate that python3 is ready for loguserdataVitaly Gridnev2016-08-261-1/+5
* Use Fedora 24 base imageThomas Herve2016-07-121-1/+9
* Optimize "open" method with context managerxiexs2015-11-271-4/+1
* Replaced mox with mock in test_loguserdataJay Dobies2015-10-121-1/+1
* Try to get the version of cloud init via popenOleksii Chuprykov2015-08-061-8/+24
* Update the rest of the code to satisfy flake8 in a py34 envSirushti Murugesan2015-04-241-1/+1
* Enable H305 and H307 style checksPavlo Shchelokovskyy2015-01-201-1/+2
* Remove i18n import from loguserdata.pyTetiana Lashchova2014-12-051-11/+8
* Use the right log marker functionsTetiana Lashchova2014-12-021-8/+11
* Fix [H302] errors in heat/cloudinitPeter Razumovsky2014-11-181-3/+4
* Fix cloud-init Python syntax for Python < 2.6Zane Bitter2014-10-011-5/+10
* Remove translation from loguserdataThomas Herve2014-06-011-8/+8
* all non debug log messages should be translatedChristian Berendt2014-05-291-9/+9
* Merge "Make the first line of every file consistent."Jenkins2014-04-081-1/+1
|\
| * Make the first line of every file consistent.Jason Dunsmore2014-03-041-1/+1
* | Order imports in alphabetical order (3/9)Pavlo Shchelokovskyy2014-02-251-4/+3
|/
* Change loglevel for certain failuresDennyZhang2013-12-221-2/+2
* Revert "Replace part_handler.py with write-files cloudinit mechanism"Steven Dake2013-08-051-0/+1
* Replace part_handler.py with write-files cloudinit mechanismSteven Dake2013-07-301-1/+0
* Merge "Fix loguserdata output to file issue"Jenkins2013-07-241-5/+6
|\
| * Fix loguserdata output to file issueguohliu2013-07-231-5/+6
* | Use new style classesAngus Salkeld2013-07-231-1/+1
* | Add missing Aapche 2.0 license headers (H102)Dirk Mueller2013-07-191-0/+12
|/
* Use Python 3.x compatible octal literalsDirk Mueller2013-06-101-2/+2
* Use python logging for loguserdata.py, log to consoleSteve Baker2013-05-151-24/+39
* Change executable file permissions for rpmlintJeff Peeler2013-03-201-0/+0
* loguserdata: handle exceptions from running the userdataAngus Salkeld2013-03-141-2/+14
* loguserdata: prevent shadowing of arguments and globalsAngus Salkeld2013-03-141-23/+25
* Remove unused import from loguserdata.pySteven Dake2013-02-281-1/+0
* Put heat data files in /var/lib/heat-cfntoolsSteven Dake2013-02-271-8/+3
* Refactor loguserdata.py so it can be tested.Steve Baker2013-02-071-21/+45
* Hardcode provision-finished file pathJeff Peeler2013-01-301-3/+12
* Use pkg_resources to detect version of cloud-initClint Byrum2013-01-231-5/+4
* Handle different cloud-init versions gracefullyJeff Peeler2013-01-071-0/+33