From d56da066da89cd5ca89cb52e1a99e1d3e0a570d9 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Fri, 29 Jun 2012 11:41:15 -0700 Subject: Add a message about why the second consume_userdata occurs since its not very obvious. --- bin/cloud-init | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/cloud-init') diff --git a/bin/cloud-init b/bin/cloud-init index d3ef092f..025195d4 100755 --- a/bin/cloud-init +++ b/bin/cloud-init @@ -229,7 +229,8 @@ def main_init(name, args): # Just consume anything that is set to run per-always # if nothing ran in the per-instance code # - # TODO: should this always happen?? (even if the above runs?) + # See: https://bugs.launchpad.net/bugs/819507 for a little + # reason behind this... init.consume_userdata(PER_ALWAYS) except Exception: util.logexc(LOG, "Consuming user data failed!") -- cgit v1.2.3