Merge lp://staging/~niedbalski/golxc/fix-1329049 into lp://staging/golxc
Proposed by
Jorge Niedbalski
Status: | Merged |
---|---|
Merged at revision: | 10 |
Proposed branch: | lp://staging/~niedbalski/golxc/fix-1329049 |
Merge into: | lp://staging/golxc |
Diff against target: |
74 lines (+32/-2) 3 files modified
golxc.go (+14/-1) golxc_test.go (+17/-0) network.go (+1/-1) |
To merge this branch: | bzr merge lp://staging/~niedbalski/golxc/fix-1329049 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Tim Penhey (community) | Approve | ||
Frank Mueller | Pending | ||
Review via email: mp+225584@code.staging.launchpad.net |
Description of the change
- Added function getDefaultLXCCo
- Required fix to LP:#1329049
To post a comment you must log in.
Can we please have a test?
You should be able to mock out the lxc-config executable.