diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-07-26 14:17:24 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-07-26 14:17:24 -0400 |
commit | 10edc78d777cadb2cd871776622e6a775ef8f8a2 (patch) | |
tree | c348e0f3710a8378121aaa7684fa020b959d8986 /ChangeLog | |
parent | a3dcbac2528f7c8ecaedeca64c4792f7e3d4ee59 (diff) | |
parent | d5874c0bfcefc74ad9045efe4ed8450039b11b9a (diff) | |
download | vyos-cloud-init-10edc78d777cadb2cd871776622e6a775ef8f8a2.tar.gz vyos-cloud-init-10edc78d777cadb2cd871776622e6a775ef8f8a2.zip |
add support for 'include-once' and public and private keys to mcollective
the new 'include-once' type will include a URL only once, and cache its
results. This way you can use expiring URLs or one-time use urls to
pass sensitive data to the instance. The instance will cache the result
in a local root only file for subsequent boots.
Additionally, add support for specifying public and private keys for
mcollective via cloud-config.
Both these features come via Marc Cluet.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ - do not give trace on failure to resize in lxc container (LP: #800856) - increase the timeout on url gets for "seedfrom" values (LP: #812646) - do not write entries for ephemeral0 on t1.micro (LP: #744019) + - support 'include-once' so that expiring or one-time use urls can + be used for '#include' to provide sensitive data. + - support for passing public and private keys to mcollective via cloud-config 0.6.1: - fix bug in fixing permission on /var/log/cloud-init.log (LP: #704509) - improve comment strings in rsyslog file tools/21-cloudinit.conf |