Merge lp://staging/~sgolovatiuk/cloud-init/fix_mcollective into lp://staging/~cloud-init-dev/cloud-init/trunk
Proposed by
Sergii Golovatiuk
Status: | Merged |
---|---|
Merged at revision: | 1254 |
Proposed branch: | lp://staging/~sgolovatiuk/cloud-init/fix_mcollective |
Merge into: | lp://staging/~cloud-init-dev/cloud-init/trunk |
Diff against target: |
180 lines (+105/-31) 2 files modified
cloudinit/config/cc_mcollective.py (+45/-31) tests/unittests/test_handler/test_handler_mcollective.py (+60/-0) |
To merge this branch: | bzr merge lp://staging/~sgolovatiuk/cloud-init/fix_mcollective |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
cloud-init Commiters | Pending | ||
Review via email: mp+298759@code.staging.launchpad.net |
Commit message
Fix mcollective module with python3
This fixes mcollective when used with python3 and also adds a unit test.
Description of the change
Fix cc_mcollective with python 3.
Fixes bug: 1597699
To post a comment you must log in.