diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-11-07 10:23:32 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-11-07 10:23:32 -0500 |
commit | 8ada8c1f625be5365a5116c458476c7deeae8818 (patch) | |
tree | a2f3b4c968a3fd4cbc76ad59ce70563485ea8171 /cloudinit/config | |
parent | 0da58fe113726c7654bca54b365d95044b44ef87 (diff) | |
parent | ce5a554672f4ffbc383af08a35d22a1dd89ce41f (diff) | |
download | vyos-cloud-init-8ada8c1f625be5365a5116c458476c7deeae8818.tar.gz vyos-cloud-init-8ada8c1f625be5365a5116c458476c7deeae8818.zip |
merge from trunk
Diffstat (limited to 'cloudinit/config')
-rw-r--r-- | cloudinit/config/cc_landscape.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cloudinit/config/cc_landscape.py b/cloudinit/config/cc_landscape.py index 331559f4..56ab0ce3 100644 --- a/cloudinit/config/cc_landscape.py +++ b/cloudinit/config/cc_landscape.py @@ -84,6 +84,7 @@ def handle(_name, cfg, cloud, log, _args): log.debug("Wrote landscape config file to %s", lsc_client_fn) util.write_file(LS_DEFAULT_FILE, "RUN=1\n") + util.subp(["service", "landscape-client", "restart"]) def merge_together(objs): |