summaryrefslogtreecommitdiff
path: root/cloudinit/config/cc_power_state_change.py
AgeCommit message (Expand)Author
2021-12-15Adopt Black and isort (SC-700) (#1157)James Falcon
2020-10-30Correct documentation and testcase data for some user-data YAML (#618)dermotbradley
2020-09-15create a shutdown_command method in distro classes (#567)Emmanuel Thomé
2020-08-25tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini
2020-08-19Add Alpine Linux support. (#535)dermotbradley
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-01-21Drop most of the remaining use of six (#179)Daniel Watkins
2019-10-17replace any deprecated log.warn with log.warningDominic Schlegel
2018-04-18pycodestyle: Fix invalid escape sequences in string literals.Scott Moser
2018-01-26Fix potential cases of uninitialized variables.Chad Smith
2017-06-15FreeBSD: Make freebsd a variant, fix unittests and tools/build-on-freebsd.Scott Moser
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-09-30Improve module documentation and doc cleanup.Wesley Wiedenmeier
2016-03-03Update pep8 runner and fix pep8 issuesRyan Harper
2015-09-08 power_state: support 'condition' argumentScott Moser
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