lp://staging/~james-page/charms/trusty/neutron-api/kilo-support
Created by
James Page
and last modified
- Get this branch:
- bzr branch lp://staging/~james-page/charms/trusty/neutron-api/kilo-support
Only
James Page
can upload to this branch. If you are
James Page
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Liam Young (community): Approve
- OpenStack Charmers: Pending requested
-
Diff: 190 lines (+103/-7)4 files modifiedhooks/neutron_api_hooks.py (+4/-2)
hooks/neutron_api_utils.py (+10/-2)
templates/kilo/neutron.conf (+77/-0)
unit_tests/test_neutron_api_utils.py (+12/-3)
Superseded
for merging
into
lp://staging/~openstack-charmers-archive/charms/trusty/neutron-api/trunk
- charmers: Pending requested
-
Diff: 4555 lines (+1904/-567)39 files modifiedcharm-helpers-sync.yaml (+2/-0)
config.yaml (+22/-0)
hooks/charmhelpers/__init__.py (+22/-0)
hooks/charmhelpers/contrib/charmsupport/nrpe.py (+308/-0)
hooks/charmhelpers/contrib/charmsupport/volumes.py (+159/-0)
hooks/charmhelpers/contrib/hahelpers/cluster.py (+40/-17)
hooks/charmhelpers/contrib/network/ip.py (+52/-50)
hooks/charmhelpers/contrib/openstack/amulet/deployment.py (+2/-1)
hooks/charmhelpers/contrib/openstack/amulet/utils.py (+3/-1)
hooks/charmhelpers/contrib/openstack/context.py (+347/-233)
hooks/charmhelpers/contrib/openstack/ip.py (+41/-27)
hooks/charmhelpers/contrib/openstack/neutron.py (+26/-4)
hooks/charmhelpers/contrib/openstack/templates/haproxy.cfg (+7/-3)
hooks/charmhelpers/contrib/openstack/templating.py (+5/-5)
hooks/charmhelpers/contrib/openstack/utils.py (+152/-13)
hooks/charmhelpers/contrib/python/packages.py (+77/-0)
hooks/charmhelpers/contrib/storage/linux/ceph.py (+143/-102)
hooks/charmhelpers/contrib/storage/linux/loopback.py (+4/-4)
hooks/charmhelpers/contrib/storage/linux/lvm.py (+1/-0)
hooks/charmhelpers/contrib/storage/linux/utils.py (+3/-2)
hooks/charmhelpers/core/decorators.py (+41/-0)
hooks/charmhelpers/core/fstab.py (+10/-8)
hooks/charmhelpers/core/hookenv.py (+41/-15)
hooks/charmhelpers/core/host.py (+60/-26)
hooks/charmhelpers/core/services/__init__.py (+2/-2)
hooks/charmhelpers/core/services/helpers.py (+9/-5)
hooks/charmhelpers/core/templating.py (+3/-2)
hooks/charmhelpers/fetch/__init__.py (+26/-13)
hooks/charmhelpers/fetch/archiveurl.py (+53/-16)
hooks/charmhelpers/fetch/bzrurl.py (+5/-1)
hooks/charmhelpers/fetch/giturl.py (+51/-0)
hooks/neutron_api_context.py (+7/-3)
hooks/neutron_api_hooks.py (+26/-4)
hooks/neutron_api_utils.py (+19/-3)
metadata.yaml (+3/-0)
templates/kilo/neutron.conf (+77/-0)
unit_tests/test_neutron_api_context.py (+1/-0)
unit_tests/test_neutron_api_hooks.py (+33/-0)
unit_tests/test_neutron_api_utils.py (+21/-7)
Branch information
- Owner:
- James Page
- Status:
- Development
Recent revisions
- 72. By James Page
-
[james-
page,r= gnuoy] Add fallback configuration options for vip cidr and iface for non-standard deployments - 68. By Liam Young
-
[gnuoy, r=jamespage] Enable haproxy for when there is a single unit in a deployment
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)