diff options
author | Joshua Harlow <harlowja@gmail.com> | 2013-07-20 12:43:51 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@gmail.com> | 2013-07-20 12:43:51 -0700 |
commit | a3ef9d24c6c913676d22dd7017a1f1b235d47a45 (patch) | |
tree | 183018b090dabdfc3376cb351520ac885dc07537 | |
parent | 4e9a13142f1ee81c905a2cc9401a88f115ec778e (diff) | |
download | vyos-cloud-init-a3ef9d24c6c913676d22dd7017a1f1b235d47a45.tar.gz vyos-cloud-init-a3ef9d24c6c913676d22dd7017a1f1b235d47a45.zip |
Update comments + link to bug.
LP: #1203368
-rw-r--r-- | cloudinit/stages.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cloudinit/stages.py b/cloudinit/stages.py index 6893afd9..ed995628 100644 --- a/cloudinit/stages.py +++ b/cloudinit/stages.py @@ -425,6 +425,8 @@ class Init(object): # is registered to more than one content-type). continue if mod not in inited_handlers: + # Said module was never inited in the first place, so lets + # not attempt to finalize those that never got called. continue called.append(mod) try: |