summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2014-11-21 16:50:51 -0800
committerJoshua Harlow <harlowja@yahoo-inc.com>2014-11-21 16:50:51 -0800
commit6fac0f6ee9308782cafba65dfde7daafec4c563f (patch)
treeb86af96e49ee4d319e8eea1c6710b03d4a65080e /ChangeLog
parent97869ce751f81776ac5d57d1f566b419b836455f (diff)
parent7a24608072fb47ee9e40d8127b1f0f552bae0818 (diff)
downloadvyos-cloud-init-6fac0f6ee9308782cafba65dfde7daafec4c563f.tar.gz
vyos-cloud-init-6fac0f6ee9308782cafba65dfde7daafec4c563f.zip
Fix the digital ocean test on py2.6
The digital ocean datasource test is using assertIs which is only created/existent on py2.7, so for the older py2.6 we need to add similar logic so that the test works correctly there.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e861be23..449f501f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@
- retain trailing eol from template files (sources.list) when
rendered with jinja (LP: #1355343)
- Only use datafiles and initsys addon outside virtualenvs
+ - Fix the digital ocean test case on python 2.6
0.7.6:
- open 0.7.6
- Enable vendordata on CloudSigma datasource (LP: #1303986)