summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2014-11-21 12:18:13 -0800
committerJoshua Harlow <harlowja@yahoo-inc.com>2014-11-21 12:18:13 -0800
commit97869ce751f81776ac5d57d1f566b419b836455f (patch)
tree42d57ea5491ae7d86e3d6f48f9d1d119fa7cdbf9 /ChangeLog
parent3efc7142a6ca72bfb40e63c49ed64e2e04837c51 (diff)
parentce80e672caa299afe786a852afa986abfa28e633 (diff)
downloadvyos-cloud-init-97869ce751f81776ac5d57d1f566b419b836455f.tar.gz
vyos-cloud-init-97869ce751f81776ac5d57d1f566b419b836455f.zip
Only use datafiles and initsys addon outside virtualenvs
To make it so that cloud-init is installable in a virtualenv where it can be tested in an isolated scenario we need to avoid using and including datafiles (which won't be written into the virtualenv) and also avoid using our initsys helper class which also adds on its own files when we are being ran from a virtualenv.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1debc923..e861be23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
- begin adding cloud config module docs to config modules (LP: #1383510)
- retain trailing eol from template files (sources.list) when
rendered with jinja (LP: #1355343)
+ - Only use datafiles and initsys addon outside virtualenvs
0.7.6:
- open 0.7.6
- Enable vendordata on CloudSigma datasource (LP: #1303986)