summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-02-07 11:10:40 -0500
committerScott Moser <smoser@ubuntu.com>2011-02-07 11:10:40 -0500
commit8ba08be9c27852aa2a40f1c6fbd497d95443eb3e (patch)
tree969f678e6374d00c1f943228589242f074119fae /ChangeLog
parent7077e1481ee22d99126ceb011b8819bd1a23487c (diff)
downloadvyos-cloud-init-8ba08be9c27852aa2a40f1c6fbd497d95443eb3e.tar.gz
vyos-cloud-init-8ba08be9c27852aa2a40f1c6fbd497d95443eb3e.zip
add config option 'manual_cache_clean'.
This option allows user to specify manual cleaning of the /var/lib/cloud/instance/ link, for a data source that might not be present on every boot.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7daf418e..80bb4d12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,9 @@
- turn resize_rootfs default to True
- avoid mounts in DataSourceOVF if 'read' on device fails
'mount /dev/sr0' for an empty virtual cdrom device was taking 18 seconds
+ - add 'manual_cache_clean' option to select manual cleaning of
+ the /var/lib/cloud/instance/ link, for a data source that might
+ not be present on every boot
0.6.0:
- change permissions of /var/log/cloud-init.log to accomodate
syslog writing to it (LP: #704509)