diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2014-11-21 17:54:30 -0800 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2014-11-21 17:54:30 -0800 |
commit | 61882a004937d5e6d922a6cdc4d65aa5a6315ea8 (patch) | |
tree | 49014d11dcc69ebeec9d54acc39a89a0abd72363 /ChangeLog | |
parent | 94565bc8607f35557225589d9dde6d2954d49731 (diff) | |
parent | 5d168a9d11e905dd19e24d0596b7d1145e6b8aa1 (diff) | |
download | vyos-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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |