diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-06-07 13:30:03 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-06-07 13:30:03 -0400 |
commit | 233761a7fe4a995fbe0c8f65f512172a2b64090c (patch) | |
tree | be8eca0c7e555c71ca5473471dc2ebb62382edbc /ChangeLog | |
parent | e98380cb087a562a2cda7e13a99ce0bb0333b51b (diff) | |
download | vyos-cloud-init-233761a7fe4a995fbe0c8f65f512172a2b64090c.tar.gz vyos-cloud-init-233761a7fe4a995fbe0c8f65f512172a2b64090c.zip |
DataSourceOVF: small fix for iso9660 transport
This is not really a problem, because nothing would call transport_iso9660
with 'require_iso' as False, but if it did, then we would have still
required iso9660 filesystem on the mount.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ 0.7.3: - fix omnibus chef installer (LP: #1182265) [Chris Wing] + - small fix for OVF datasource for iso transport on non-iso9660 filesystem 0.7.2: - add a debian watch file - add 'sudo' entry to ubuntu's default user (LP: #1080717) |