diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2014-11-21 12:18:13 -0800 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2014-11-21 12:18:13 -0800 |
commit | 97869ce751f81776ac5d57d1f566b419b836455f (patch) | |
tree | 42d57ea5491ae7d86e3d6f48f9d1d119fa7cdbf9 /ChangeLog | |
parent | 3efc7142a6ca72bfb40e63c49ed64e2e04837c51 (diff) | |
parent | ce80e672caa299afe786a852afa986abfa28e633 (diff) | |
download | vyos-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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |