Merge lp://staging/~tealeg/charms/trusty/glance-simplestreams-sync/support-multiple-rabbitMQs-in-trunk into lp://staging/charms/trusty/glance-simplestreams-sync
Proposed by
Geoff Teale
Status: | Merged |
---|---|
Merged at revision: | 63 |
Proposed branch: | lp://staging/~tealeg/charms/trusty/glance-simplestreams-sync/support-multiple-rabbitMQs-in-trunk |
Merge into: | lp://staging/charms/trusty/glance-simplestreams-sync |
Diff against target: |
17 lines (+5/-1) 1 file modified
scripts/glance-simplestreams-sync.py (+5/-1) |
To merge this branch: | bzr merge lp://staging/~tealeg/charms/trusty/glance-simplestreams-sync/support-multiple-rabbitMQs-in-trunk |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
OpenStack Charmers | Pending | ||
Review via email: mp+292350@code.staging.launchpad.net |
Description of the change
If there are multiple rabbitMQ hosts the charmhelpers library will always set the rabbit_hosts variable. in identity.yaml, to a comma separated string of IP addresses, however the charm expects a python array. This branch produces such an array by splitting the string.
To post a comment you must log in.