lp://staging/~openstack-charmers/charms/precise/openstack-dashboard/python-redux
Created by
James Page
and last modified
- Get this branch:
- bzr branch lp://staging/~openstack-charmers/charms/precise/openstack-dashboard/python-redux
Members of
OpenStack Charmers
can upload to this branch. Log in for directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Adam Gandelman (community): Needs Fixing
-
Diff: 5962 lines (+4627/-1060)43 files modified.bzrignore (+1/-0)
.coveragerc (+6/-0)
Makefile (+14/-0)
README.md (+68/-0)
charm-helpers-sync.yaml (+8/-0)
config.yaml (+3/-0)
hooks/charmhelpers/contrib/hahelpers/apache.py (+58/-0)
hooks/charmhelpers/contrib/hahelpers/cluster.py (+183/-0)
hooks/charmhelpers/contrib/openstack/context.py (+522/-0)
hooks/charmhelpers/contrib/openstack/neutron.py (+117/-0)
hooks/charmhelpers/contrib/openstack/templates/__init__.py (+2/-0)
hooks/charmhelpers/contrib/openstack/templating.py (+280/-0)
hooks/charmhelpers/contrib/openstack/utils.py (+365/-0)
hooks/charmhelpers/core/hookenv.py (+340/-0)
hooks/charmhelpers/core/host.py (+241/-0)
hooks/charmhelpers/fetch/__init__.py (+209/-0)
hooks/charmhelpers/fetch/archiveurl.py (+48/-0)
hooks/charmhelpers/fetch/bzrurl.py (+49/-0)
hooks/charmhelpers/payload/__init__.py (+1/-0)
hooks/charmhelpers/payload/execd.py (+50/-0)
hooks/horizon-common (+0/-97)
hooks/horizon-relations (+0/-191)
hooks/horizon_contexts.py (+118/-0)
hooks/horizon_hooks.py (+149/-0)
hooks/horizon_utils.py (+144/-0)
hooks/lib/openstack-common (+0/-769)
metadata.yaml (+5/-3)
setup.cfg (+5/-0)
templates/default (+32/-0)
templates/default-ssl (+50/-0)
templates/essex/local_settings.py (+120/-0)
templates/essex/openstack-dashboard.conf (+7/-0)
templates/folsom/local_settings.py (+165/-0)
templates/grizzly/local_settings.py (+221/-0)
templates/haproxy.cfg (+37/-0)
templates/havana/local_settings.py (+425/-0)
templates/havana/openstack-dashboard.conf (+8/-0)
templates/ports.conf (+9/-0)
unit_tests/__init__.py (+2/-0)
unit_tests/test_horizon_contexts.py (+176/-0)
unit_tests/test_horizon_hooks.py (+178/-0)
unit_tests/test_horizon_utils.py (+114/-0)
unit_tests/test_utils.py (+97/-0)
Branch information
- Owner:
- OpenStack Charmers
- Status:
- Merged
Recent revisions
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)