diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-11-13 08:57:57 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-11-13 08:57:57 -0500 |
commit | 71928e8c70900843dce4aa3ae84fcd278e4b887a (patch) | |
tree | cc4e46eee6b2562bfed33558be38a19ef2512eb9 | |
parent | f8af532a6bb13332b702e943e0a4247256268fa1 (diff) | |
download | vyos-cloud-init-71928e8c70900843dce4aa3ae84fcd278e4b887a.tar.gz vyos-cloud-init-71928e8c70900843dce4aa3ae84fcd278e4b887a.zip |
rename module 'finalcmd' to power-state-change
-rw-r--r-- | cloudinit/config/cc_power_state_change.py (renamed from cloudinit/config/cc_finalcmd.py) | 0 | ||||
-rw-r--r-- | config/cloud.cfg | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/config/cc_finalcmd.py b/cloudinit/config/cc_power_state_change.py index d921a444..d921a444 100644 --- a/cloudinit/config/cc_finalcmd.py +++ b/cloudinit/config/cc_power_state_change.py diff --git a/config/cloud.cfg b/config/cloud.cfg index 249a593d..c1d8ea0d 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -69,7 +69,7 @@ cloud_final_modules: - keys-to-console - phone-home - final-message - - finalcmd + - power-state-change # System and/or distro specific settings # (not accessible to handlers/transforms) |