Merge lp://staging/~james-page/charm-helpers/refactor-leader-storage-mysql into lp://staging/charm-helpers
Proposed by
James Page
Status: | Merged |
---|---|
Merged at revision: | 710 |
Proposed branch: | lp://staging/~james-page/charm-helpers/refactor-leader-storage-mysql |
Merge into: | lp://staging/charm-helpers |
Diff against target: |
246 lines (+65/-42) 2 files modified
charmhelpers/contrib/database/mysql.py (+17/-13) tests/contrib/database/test_mysql.py (+48/-29) |
To merge this branch: | bzr merge lp://staging/~james-page/charm-helpers/refactor-leader-storage-mysql |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
David Ames (community) | Approve | ||
Review via email: mp+318911@code.staging.launchpad.net |
Description of the change
Rework mysql helper to directly use leader storage.
Guard against passwd file migrations in following units.
To post a comment you must log in.
Looks good. Merging.