Merge lp://qastaging/~gnuoy/charms/trusty/ceph/1453940 into lp://qastaging/~openstack-charmers-archive/charms/trusty/ceph/next
Proposed by
Liam Young
Status: | Merged |
---|---|
Merged at revision: | 117 |
Proposed branch: | lp://qastaging/~gnuoy/charms/trusty/ceph/1453940 |
Merge into: | lp://qastaging/~openstack-charmers-archive/charms/trusty/ceph/next |
Diff against target: |
1195 lines (+885/-62) 7 files modified
hooks/ceph_broker.py (+12/-2) hooks/charmhelpers/contrib/storage/linux/ceph.py (+224/-2) hooks/hooks.py (+9/-1) tests/charmhelpers/contrib/amulet/utils.py (+234/-52) tests/charmhelpers/contrib/openstack/amulet/deployment.py (+20/-5) tests/charmhelpers/contrib/openstack/amulet/utils.py (+359/-0) unit_tests/test_ceph_broker.py (+27/-0) |
To merge this branch: | bzr merge lp://qastaging/~gnuoy/charms/trusty/ceph/1453940 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Edward Hope-Morley | Approve | ||
Review via email: mp+268614@code.qastaging.launchpad.net |
To post a comment you must log in.
I've tested this out and it seems good. Tried deploying then scaling for
ceph, cinder, glance and nova-compute and all had updated ceph.conf on the
client side. The use of request-id combined with unit-name scoped responses
seems to nicely avoid any collisions as well. I have a few comments on some
minor fixups inline.