summaryrefslogtreecommitdiff
path: root/heat_cfntools/cfntools
Commit message (Expand)AuthorAgeFilesLines
* Replace deprecated readfp method with read_fileljhuang2022-07-221-1/+1
* Mark support for py38maaoyu2020-11-161-1/+1
* Fix pep8 errors with later versions of hackingZane Bitter2018-07-181-30/+36
* Python3: Don't use cmp() functionZane Bitter2018-07-181-2/+6
* Fix typoPablo Iranzo Gómez2016-06-291-12/+12
* Replace deprecated LOG.warn with LOG.warningSwapnil Kulkarni (coolsvap)2016-03-111-18/+22
* Don't run commands given as list on shellAnant Patil2015-09-231-5/+2
* Convert all internal commands to listAnant Patil2015-09-221-86/+88
* Use seteuid instead of su to control privilegesAnant Patil2015-09-221-9/+53
* Revert "Fix cfntools command injection"Zane Bitter2015-09-031-17/+2
* Fix cfntools command injection1.4.0Anant Patil2015-08-311-2/+17
* Python 3 compatibilityMiro Hrončok2015-02-211-20/+31
* Support dnf when specified or yum is missingRyan S. Brown2015-01-151-5/+96
* Fixes cfn-hup hooks functionalityBruno Bompastor2014-12-111-1/+0
* Change wget to curl for using both of them is redundant1.2.8Yukinori Sagara2014-08-241-8/+8
* Merge "Add support for package install via zypper"Jenkins2014-06-181-2/+73
|\
| * Add support for package install via zypperDirk Mueller2014-05-081-2/+73
* | Merge "Add res_last_path to store last metadata of a resource"Jenkins2014-06-181-13/+23
|\ \
| * | Add res_last_path to store last metadata of a resourceEthan Lynn2014-05-311-13/+23
| |/
* | Update sysvinit function to support ubuntuEthan Lynn2014-05-291-25/+35
|/
* Merge "Support of ignoreErrors for commands"Jenkins2014-03-051-7/+9
|\
| * Support of ignoreErrors for commandsSimon Pasquier2014-02-241-7/+9
* | cfn-signal provides a unique default idSimon Pasquier2014-02-181-0/+8
|/
* Log stdout and stderr on non-zero exit statusSimon Pasquier2014-02-131-2/+4
* Only run yum install once per package blockAngus Salkeld2013-11-011-4/+4
* Use on-demand yum metadata caching in cfn-init1.2.6Steven Dake2013-10-051-8/+1
* Implement -k option for cfn-get-metadataSimon Pasquier2013-09-101-2/+40
* Support array values in commandJUN JIE NAN2013-08-191-3/+5
* Pass cwd and env to test commandJUN JIE NAN2013-08-131-8/+9
* Use python 3 style print functionsSteve Baker2013-08-071-1/+1
* Add a get_tags() method to the Metadata classAngus Salkeld2013-07-311-0/+30
* Configure Apt to never prompt for user-input.Jason Dunsmore2013-07-261-1/+2
* Add GitHub tarball and zipball supportJUN JIE NAN2013-07-011-15/+24
* Using pipe to handle tgz sources1.2.4JUN JIE NAN2013-06-261-36/+47
* Delete the temporary directory created by sources handlerJUN JIE NAN2013-06-201-1/+3
* Use Python 3.x compatible octal literalsDirk Mueller2013-06-131-2/+2
* cfn-get-metadata: log metadata to standard outputSimon Pasquier2013-06-031-1/+13
* Fix pyflakes/hacking errors.Monty Taylor2013-05-111-90/+45
* Run hooks even without cfn-init Metadata.Clint Byrum2013-05-071-11/+12
* Update local metadata atomically using rename()Clint Byrum2013-04-221-3/+6
* Cache metadata in /var/cache instead of /tmp1.2.2Clint Byrum2013-04-101-4/+14
* Use tempfile.mkdtemp to avoid tempfile raceClint Byrum2013-04-101-5/+7
* Raise no exception for cfn-hup _is_valid_metadata()Steve Baker2013-03-181-1/+1
* Fix typos in unexecuted code pathsSteve Baker2013-03-141-2/+2
* Store HupConfig hooks in a list, not a dictSteve Baker2013-03-081-13/+12
* Test coverage for CommandRunnerSteve Baker2013-03-081-3/+3
* Re-enable pep8 tests, with a minor pep8 fixSteve Baker2013-03-081-1/+1
* Add tox, pep8, pyflakes, testr supportSteve Baker2013-03-071-20/+20
* Look for heat data files in /var/lib/heat-cfntoolsSteve Baker2013-02-281-4/+4
* Don't conceal any exception raised by describe_stack_resource.Steve Baker2013-02-281-12/+8