summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa17a1a6..18934465 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,3 +31,7 @@
via the config file, or user data config file
- add support for posting data about the instance to a url (phone_home)
- add minimal OVF transport (iso) support
+ - make DataSources that are attempted dynamic and configurable from
+ system config. changen "cloud_type: auto" as configuration for this
+ to 'datasource_list: [ "Ec2" ]'. Each of the items in that list
+ must be modules that can be loaded by "DataSource<item>"