diff options
author | Scott Moser <smoser@brickies.net> | 2016-11-18 16:50:06 -0500 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2016-11-18 16:50:06 -0500 |
commit | 053e93bc843199becf7b87aef334baa0da28878f (patch) | |
tree | ad4526c556b8923de5a7b6e2fc1e000a4ba20672 /cloudinit/cmd/main.py | |
parent | dd133325bffc8942c02bf4e7c77f54396cbd3a49 (diff) | |
parent | 9e904bbc3336b96475bfd00fb3bf1262ae4de49f (diff) | |
download | vyos-cloud-init-053e93bc843199becf7b87aef334baa0da28878f.tar.gz vyos-cloud-init-053e93bc843199becf7b87aef334baa0da28878f.zip |
merge from master at 0.7.8-49-g9e904bb
Diffstat (limited to 'cloudinit/cmd/main.py')
-rw-r--r-- | cloudinit/cmd/main.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cloudinit/cmd/main.py b/cloudinit/cmd/main.py index 83eb02c9..fe37075e 100644 --- a/cloudinit/cmd/main.py +++ b/cloudinit/cmd/main.py @@ -326,6 +326,9 @@ def main_init(name, args): util.logexc(LOG, "Failed to re-adjust output redirection!") logging.setupLogging(mods.cfg) + # give the activated datasource a chance to adjust + init.activate_datasource() + # Stage 10 return (init.datasource, run_module_section(mods, name, name)) |