diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-08-20 21:27:04 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-08-20 21:27:04 -0400 |
commit | 989252019b14c7147367ffddaa990b371438fa7c (patch) | |
tree | be49fc53b38eca8eef5e074efa2e198a40004305 /ChangeLog | |
parent | a2ebfe8f6f31ae6972620f271ab9fa935d46dff1 (diff) | |
parent | c1d2bc7ff9824b967cca21ed0254e4ee47168b10 (diff) | |
download | vyos-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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] |