Merge lp://qastaging/~hopem/charm-helpers/fix-lp1425999 into lp://qastaging/charm-helpers
Proposed by
Edward Hope-Morley
Status: | Merged |
---|---|
Merged at revision: | 327 |
Proposed branch: | lp://qastaging/~hopem/charm-helpers/fix-lp1425999 |
Merge into: | lp://qastaging/charm-helpers |
Diff against target: |
168 lines (+65/-15) 2 files modified
charmhelpers/contrib/database/mysql.py (+17/-12) tests/contrib/database/test_mysql.py (+48/-3) |
To merge this branch: | bzr merge lp://qastaging/~hopem/charm-helpers/fix-lp1425999 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jorge Niedbalski (community) | Approve | ||
Review via email: mp+251158@code.qastaging.launchpad.net |
To post a comment you must log in.
Hello Edward.
I found out that there is a few other places on which similar host<->ip logic
is being used. I just re-factored/moved this to the contrib.network.ip module, which
in my opinion is a better place for having this.
The proposal: https:/ /code.launchpad .net/~niedbalsk i/charm- helpers/ ip-host- translation/ +merge/ 251189
I would suggest to review that and integrate your code according to the inline comment.