summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-08-20 21:27:04 -0400
committerScott Moser <smoser@ubuntu.com>2012-08-20 21:27:04 -0400
commit989252019b14c7147367ffddaa990b371438fa7c (patch)
treebe49fc53b38eca8eef5e074efa2e198a40004305 /ChangeLog
parenta2ebfe8f6f31ae6972620f271ab9fa935d46dff1 (diff)
parentc1d2bc7ff9824b967cca21ed0254e4ee47168b10 (diff)
downloadvyos-cloud-init-989252019b14c7147367ffddaa990b371438fa7c.tar.gz
vyos-cloud-init-989252019b14c7147367ffddaa990b371438fa7c.zip
Add the "None" datasource
The None datasource is the last resort fallback datasource. It is identifiable by a property 'is_disconnected' that indicates that the datasource used is "not connected to a datasource". This will allow any thing that needs to run to still run in the absense of a DataSource. Also, we add a logging of the datasource found in final_message, and a warning if the None datasource is found. LP: #906669
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e8bc11a..d6dfc80e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
0.7.0:
+ - add the 'None' datasource (LP: #906669), which will allow jobs
+ to run even if there is no "real" datasource found.
- write ssh authorized keys to console, ssh_authkey_fingerprints
config module [Joshua Harlow] (LP: #1010582)
- Added RHEVm and vSphere support as source AltCloud [Joseph VLcek]