index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
config
/
cc_power_state_change.py
Age
Commit message (
Expand
)
Author
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-09-30
Improve module documentation and doc cleanup.
Wesley Wiedenmeier
2016-03-03
Update pep8 runner and fix pep8 issues
Ryan Harper
2015-09-08
power_state: support 'condition' argument
Scott Moser
2014-08-26
further remove evidence of pylint.
Scott Moser
2014-07-29
cc_power_state_change: improve TypeError messages
Scott Moser
2014-04-01
pyflakes cleanups
Scott Moser
2014-01-23
pep8, use which rather than hard coded path
Scott Moser
2013-12-14
change: Just run the required command and let the exception do the rest
Harm Weites
2013-12-14
fix: Proper comment.
Harm Weites
2013-12-14
change: Use a proper signal instead of 'just' 0.
Harm Weites
2013-12-14
change: Use util.system_info().
Harm Weites
2013-12-06
new: FreeBSD module to support cloud-init on the FBSD10 platform. In its
Harm Weites
2013-10-09
power_state_change: convert an int input for delay to string, improve doc
Scott Moser
2013-03-19
pylint fixes
Scott Moser
2013-03-07
pep8 and pylint fixes
Scott Moser
2012-11-13
support 'power_state' cloud-config for specifying shutdown
Scott Moser
2012-11-13
use os.devnull [trivial]
Scott Moser
2012-11-13
add sleep, allow errno '3' (ESRCH) on the open of /proc/pid/cmdline
Scott Moser
2012-11-13
clean up exit to single function call
Scott Moser
2012-11-13
fix read of /proc/cmdline
Scott Moser
2012-11-13
implement power_state with tests.
Scott Moser
2012-11-13
pep8 and pylint
Scott Moser
2012-11-13
rename module 'finalcmd' to power-state-change
Scott Moser