summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2013-09-09 20:31:30 -0400
committerScott Moser <smoser@ubuntu.com>2013-09-09 20:31:30 -0400
commit2a07fcd6444c7deb09063dff6b2f2d6e5385f355 (patch)
tree7cde52630c3fb03ad6b53b5339a527b1a86c278f /ChangeLog
parent0f84bfe5e0f06872a866432178a5f19d04195d30 (diff)
parentc74d928cc681ee98d0a3893dbe1ee8ff5fe361de (diff)
downloadvyos-cloud-init-2a07fcd6444c7deb09063dff6b2f2d6e5385f355.tar.gz
vyos-cloud-init-2a07fcd6444c7deb09063dff6b2f2d6e5385f355.zip
Add support for reading 'random_seed' from data source.
A new field in the metadata has emerged on openstack config drive, one that provides a way to seed the linux random generator. This adds a 'random_seed' config module that writes and that it to /dev/urandom. Also added is support for reading that data on azure via the hyper-v acpi table data. In config drive datasource, it rewrites parts of the on_boot code to use a little helper class.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b2770a4..79dd07ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,8 @@
which also reads from uptime. uptime is useful as clock may change during
boot due to ntp.
- prefer growpart resizer to 'parted resizepart' (LP: #1212492)
+ - support random data seed from config drive or azure, and a module
+ 'seed_random' to read that and write it to /dev/urandom.
0.7.2:
- add a debian watch file
- add 'sudo' entry to ubuntu's default user (LP: #1080717)