summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-02-17 16:22:53 -0500
committerScott Moser <smoser@ubuntu.com>2011-02-17 16:22:53 -0500
commita7a908e2b08ea509fe3d89373ba7c75e283db51f (patch)
treecc06313c0284d27469e5fccaeccf97b99b7697c3 /ChangeLog
parent6fe51bb797810832de4301f85b5b3ca11630e108 (diff)
downloadvyos-cloud-init-a7a908e2b08ea509fe3d89373ba7c75e283db51f.tar.gz
vyos-cloud-init-a7a908e2b08ea509fe3d89373ba7c75e283db51f.zip
update /etc/hosts hosts.tmpl to if 'manage_etc_hosts' is set in cloud-config
LP: #720440
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 705948ab..782750fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,8 @@
- move from '#opt_include' in config file format to conf_d.
ie, now files in /etc/cloud.cfg.d/ is read rather than reading
'#opt_include <filename>' or '#include <filename>' in cloud.cfg
+ - allow /etc/hosts to be written from hosts.tmpl. which allows
+ getting local-hostname into /etc/hosts (LP: #720440)
0.6.0:
- change permissions of /var/log/cloud-init.log to accomodate
syslog writing to it (LP: #704509)