summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2014-11-21 17:54:30 -0800
committerJoshua Harlow <harlowja@yahoo-inc.com>2014-11-21 17:54:30 -0800
commit61882a004937d5e6d922a6cdc4d65aa5a6315ea8 (patch)
tree49014d11dcc69ebeec9d54acc39a89a0abd72363 /ChangeLog
parent94565bc8607f35557225589d9dde6d2954d49731 (diff)
parent5d168a9d11e905dd19e24d0596b7d1145e6b8aa1 (diff)
downloadvyos-cloud-init-61882a004937d5e6d922a6cdc4d65aa5a6315ea8.tar.gz
vyos-cloud-init-61882a004937d5e6d922a6cdc4d65aa5a6315ea8.zip
Fix parse_ssh_config failing in ssh_util.py
This fix handles '=' as a delimiter in SSH config and adds appropriate test methods to ensure this functionality continues to work correctly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d9e91410..9d954bf7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,7 @@
- Fix the digital ocean test case on python 2.6
- Increase the usefulness, robustness, configurability of the chef module
so that it is more useful, more documented and better for users
+ - Fix how '=' signs are not handled that well in ssh_utils (LP: #1391303)
0.7.6:
- open 0.7.6
- Enable vendordata on CloudSigma datasource (LP: #1303986)