summaryrefslogtreecommitdiff
path: root/cloudinit/config/cc_power_state_change.py
AgeCommit message (Expand)Author
2014-08-26further remove evidence of pylint.Scott Moser
2014-07-29cc_power_state_change: improve TypeError messagesScott Moser
2014-04-01pyflakes cleanupsScott Moser
2014-01-23pep8, use which rather than hard coded pathScott Moser
2013-12-14change: Just run the required command and let the exception do the restHarm Weites
2013-12-14fix: Proper comment.Harm Weites
2013-12-14change: Use a proper signal instead of 'just' 0.Harm Weites
2013-12-14change: Use util.system_info().Harm Weites
2013-12-06new: FreeBSD module to support cloud-init on the FBSD10 platform. In itsHarm Weites
2013-10-09power_state_change: convert an int input for delay to string, improve docScott Moser
2013-03-19pylint fixesScott Moser
2013-03-07pep8 and pylint fixesScott Moser
2012-11-13support 'power_state' cloud-config for specifying shutdownScott Moser
2012-11-13use os.devnull [trivial]Scott Moser
2012-11-13add sleep, allow errno '3' (ESRCH) on the open of /proc/pid/cmdlineScott Moser
2012-11-13clean up exit to single function callScott Moser
2012-11-13fix read of /proc/cmdlineScott Moser
2012-11-13implement power_state with tests.Scott Moser
2012-11-13pep8 and pylintScott Moser
2012-11-13rename module 'finalcmd' to power-state-changeScott Moser