summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/TODO.rst b/TODO.rst
index 50e09f28..7d126864 100644
--- a/TODO.rst
+++ b/TODO.rst
@@ -2,11 +2,8 @@
Things that cloud-init may do (better) someday
==============================================
-- Consider a ``failsafe`` ``DataSource``, if all others datasources fail,
- using a default ``DataSource`` that does the following would be really nice:
-
+- Consider making ``failsafe`` ``DataSource``
- sets the user password, writing it to console
- - logs to console that this happened
- Consider a ``previous`` ``DataSource``, if no other data source is
found, fall back to the ``previous`` one that worked.