Merge lp://staging/~freyes/charms/trusty/hacluster/add-location into lp://staging/~openstack-charmers/charms/trusty/hacluster/next
Proposed by
Felipe Reyes
Status: | Merged |
---|---|
Merged at revision: | 42 |
Proposed branch: | lp://staging/~freyes/charms/trusty/hacluster/add-location |
Merge into: | lp://staging/~openstack-charmers/charms/trusty/hacluster/next |
Diff against target: |
200 lines (+108/-7) 4 files modified
.bzrignore (+1/-0) hooks/hooks.py (+17/-7) setup.cfg (+6/-0) unit_tests/test_hacluster_hooks.py (+84/-0) |
To merge this branch: | bzr merge lp://staging/~freyes/charms/trusty/hacluster/add-location |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jorge Niedbalski | Pending | ||
Review via email: mp+252127@code.staging.launchpad.net |
This proposal supersedes a proposal from 2015-03-06.
Description of the change
Dear OpenStack Charmers,
Add 'location' parameter to define location rules[0]. Fixes bug #1428850, and it's to fix bug #1426508
Having this consumers can define rules like "grp_percona_
Best,
To post a comment you must log in.
Felipe,
Thanks for this patch. Mind to add a test for covering your change?