Merge lp://staging/~freyes/charms/trusty/memcached/lp1636519 into lp://staging/charms/trusty/memcached
Proposed by
Felipe Reyes
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 75 | ||||
Proposed branch: | lp://staging/~freyes/charms/trusty/memcached/lp1636519 | ||||
Merge into: | lp://staging/charms/trusty/memcached | ||||
Diff against target: |
64 lines (+7/-7) 4 files modified
Makefile (+1/-1) hooks/memcached_utils.py (+3/-3) hooks/replication.py (+2/-2) tests/10_deploy_test.py (+1/-1) |
||||
To merge this branch: | bzr merge lp://staging/~freyes/charms/trusty/memcached/lp1636519 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
charmers | Pending | ||
Review via email: mp+309989@code.staging.launchpad.net |
Description of the change
Fix bundletester execution
- Makefile: check if 'charm' package exists, otherwise install it
- memcached_utils: transform binary to utf-8 (python3 friendly)
- replication: transform peer_ips() to list
- 10_deploy_test.py: access the first unit through the list under sentry dict
instead of assuming /0
To post a comment you must log in.