Merge lp://qastaging/~gnuoy/charms/trusty/neutron-api-odl/ch-sync into lp://qastaging/~openstack-charmers/charms/trusty/neutron-api-odl/vpp
Proposed by
Liam Young
Status: | Merged |
---|---|
Merged at revision: | 5 |
Proposed branch: | lp://qastaging/~gnuoy/charms/trusty/neutron-api-odl/ch-sync |
Merge into: | lp://qastaging/~openstack-charmers/charms/trusty/neutron-api-odl/vpp |
Diff against target: |
5751 lines (+3992/-388) 35 files modified
charm-helpers-hooks.yaml (+1/-1) hooks/charmhelpers/contrib/network/ip.py (+10/-4) hooks/charmhelpers/contrib/openstack/amulet/deployment.py (+157/-15) hooks/charmhelpers/contrib/openstack/amulet/utils.py (+742/-51) hooks/charmhelpers/contrib/openstack/context.py (+178/-63) hooks/charmhelpers/contrib/openstack/neutron.py (+57/-16) hooks/charmhelpers/contrib/openstack/templates/ceph.conf (+12/-6) hooks/charmhelpers/contrib/openstack/templating.py (+32/-29) hooks/charmhelpers/contrib/openstack/utils.py (+324/-33) hooks/charmhelpers/contrib/python/packages.py (+2/-0) hooks/charmhelpers/contrib/storage/linux/ceph.py (+232/-19) hooks/charmhelpers/contrib/storage/linux/utils.py (+4/-3) hooks/charmhelpers/core/files.py (+45/-0) hooks/charmhelpers/core/hookenv.py (+249/-49) hooks/charmhelpers/core/host.py (+144/-19) hooks/charmhelpers/core/hugepage.py (+33/-16) hooks/charmhelpers/core/kernel.py (+68/-0) hooks/charmhelpers/core/services/base.py (+12/-9) hooks/charmhelpers/core/services/helpers.py (+9/-7) hooks/charmhelpers/core/strutils.py (+30/-0) hooks/charmhelpers/core/templating.py (+12/-12) hooks/charmhelpers/core/unitdata.py (+61/-17) hooks/charmhelpers/fetch/__init__.py (+31/-14) hooks/charmhelpers/fetch/archiveurl.py (+7/-1) hooks/charmhelpers/fetch/giturl.py (+1/-1) hooks/services.py (+2/-3) tests/charmhelpers/__init__.py (+38/-0) tests/charmhelpers/contrib/__init__.py (+15/-0) tests/charmhelpers/contrib/amulet/__init__.py (+15/-0) tests/charmhelpers/contrib/amulet/deployment.py (+94/-0) tests/charmhelpers/contrib/amulet/utils.py (+553/-0) tests/charmhelpers/contrib/openstack/__init__.py (+15/-0) tests/charmhelpers/contrib/openstack/amulet/__init__.py (+15/-0) tests/charmhelpers/contrib/openstack/amulet/deployment.py (+188/-0) tests/charmhelpers/contrib/openstack/amulet/utils.py (+604/-0) |
To merge this branch: | bzr merge lp://qastaging/~gnuoy/charms/trusty/neutron-api-odl/ch-sync |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
James Page (community) | Approve | ||
Review via email:
|
To post a comment you must log in.