summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/cloud-init3
1 files changed, 2 insertions, 1 deletions
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!")