diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-12-21 08:56:35 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-12-21 08:56:35 -0500 |
commit | 354854c3a84b586f80da3da7691c3831fa3d7204 (patch) | |
tree | 002bcb60fbe9490951c5d7fe15ed99df1694e29b /ChangeLog | |
parent | 7b6da6936cdf690598b6ed16f5c5c254dca19e39 (diff) | |
parent | 64b80e08bc61554e22606edd4153070bcdd18089 (diff) | |
download | vyos-cloud-init-354854c3a84b586f80da3da7691c3831fa3d7204.tar.gz vyos-cloud-init-354854c3a84b586f80da3da7691c3831fa3d7204.zip |
support configuration of landscape-client via cloud-config (LP: #857366)
This adds the ability to configure landscape client code from
cloud-config. The fields available are those that were populated to
/etc/landscape/client.conf when I ran landscape-config on precise
('11.07.1.1-0ubuntu2')
LP: #857366
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ - put INSTANCE_ID environment variable in bootcmd scripts - add 'cloud-init-per' script for easily running things with a given frequency - replace cloud-init-run-module with cloud-init-per + - support configuration of landscape-client via cloud-config (LP: #857366) 0.6.2: - fix bug where update was not done unless update was explicitly set. It would not be run if 'upgrade' or packages were set to be installed |