lp://staging/~saviq/charms/trusty/openstack-dashboard/simplify-settings
Created by
Michał Sawicz
and last modified
- Get this branch:
- bzr branch lp://staging/~saviq/charms/trusty/openstack-dashboard/simplify-settings
Only
Michał Sawicz
can upload to this branch. If you are
Michał Sawicz
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Merged
into
lp://staging/~openstack-charmers-archive/charms/trusty/openstack-dashboard/next
at
revision 85
- OpenStack Charmers: Pending requested
-
Diff: 173 lines (+68/-1)11 files modifiedhooks/horizon_contexts.py (+25/-0)
hooks/horizon_hooks.py (+11/-0)
hooks/horizon_utils.py (+2/-1)
metadata.yaml (+3/-0)
templates/essex/local_settings.py (+2/-0)
templates/folsom/local_settings.py (+2/-0)
templates/grizzly/local_settings.py (+2/-0)
templates/havana/local_settings.py (+2/-0)
templates/icehouse/local_settings.py (+2/-0)
templates/juno/local_settings.py (+2/-0)
unit_tests/test_horizon_contexts.py (+15/-0)
Ready for review
for merging
into
lp://staging/~sdn-charmers/charms/trusty/openstack-dashboard/add-settings
- SDN Charmers: Pending requested
-
Diff: 5131 lines (+2708/-679)45 files modifiedcharm-helpers-hooks.yaml (+1/-0)
config.yaml (+25/-18)
hooks/charmhelpers/cli/__init__.py (+191/-0)
hooks/charmhelpers/cli/benchmark.py (+36/-0)
hooks/charmhelpers/cli/commands.py (+32/-0)
hooks/charmhelpers/cli/hookenv.py (+23/-0)
hooks/charmhelpers/cli/host.py (+31/-0)
hooks/charmhelpers/cli/unitdata.py (+39/-0)
hooks/charmhelpers/contrib/hahelpers/cluster.py (+47/-3)
hooks/charmhelpers/contrib/openstack/amulet/deployment.py (+43/-6)
hooks/charmhelpers/contrib/openstack/amulet/utils.py (+361/-51)
hooks/charmhelpers/contrib/openstack/context.py (+69/-48)
hooks/charmhelpers/contrib/openstack/ip.py (+49/-44)
hooks/charmhelpers/contrib/openstack/neutron.py (+40/-20)
hooks/charmhelpers/contrib/openstack/templates/ceph.conf (+6/-6)
hooks/charmhelpers/contrib/openstack/templating.py (+13/-98)
hooks/charmhelpers/contrib/openstack/utils.py (+139/-38)
hooks/charmhelpers/contrib/python/packages.py (+30/-5)
hooks/charmhelpers/contrib/storage/linux/ceph.py (+6/-6)
hooks/charmhelpers/contrib/storage/linux/utils.py (+4/-3)
hooks/charmhelpers/core/files.py (+45/-0)
hooks/charmhelpers/core/hookenv.py (+331/-42)
hooks/charmhelpers/core/host.py (+119/-17)
hooks/charmhelpers/core/hugepage.py (+62/-0)
hooks/charmhelpers/core/services/base.py (+43/-19)
hooks/charmhelpers/core/services/helpers.py (+18/-2)
hooks/charmhelpers/core/unitdata.py (+61/-17)
hooks/charmhelpers/fetch/__init__.py (+32/-15)
hooks/charmhelpers/fetch/archiveurl.py (+7/-1)
hooks/charmhelpers/fetch/giturl.py (+8/-6)
hooks/horizon_contexts.py (+0/-26)
hooks/horizon_hooks.py (+2/-3)
hooks/horizon_utils.py (+40/-31)
templates/git/dashboard.conf (+1/-0)
templates/icehouse/_{}_juju_{}.py (+0/-2)
tests/00-setup (+1/-0)
tests/018-basic-utopic-juno (+0/-9)
tests/052-basic-trusty-kilo-git (+12/-0)
tests/basic_deployment.py (+52/-15)
tests/charmhelpers/contrib/amulet/utils.py (+282/-9)
tests/charmhelpers/contrib/openstack/amulet/deployment.py (+43/-6)
tests/charmhelpers/contrib/openstack/amulet/utils.py (+361/-51)
unit_tests/test_horizon_contexts.py (+0/-28)
unit_tests/test_horizon_hooks.py (+2/-2)
unit_tests/test_horizon_utils.py (+1/-32)
Branch information
- Owner:
- Michał Sawicz
- Status:
- Development
Recent revisions
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)