Merge lp://qastaging/~niedbalski/charms/trusty/openstack-dashboard/neutron-network-variables into lp://qastaging/~openstack-charmers-archive/charms/trusty/openstack-dashboard/trunk

Proposed by Jorge Niedbalski
Status: Merged
Merge reported by: James Page
Merged at revision: not available
Proposed branch: lp://qastaging/~niedbalski/charms/trusty/openstack-dashboard/neutron-network-variables
Merge into: lp://qastaging/~openstack-charmers-archive/charms/trusty/openstack-dashboard/trunk
Diff against target: 132 lines (+44/-10)
4 files modified
config.yaml (+12/-0)
hooks/horizon_contexts.py (+5/-1)
templates/icehouse/local_settings.py (+3/-3)
unit_tests/test_horizon_contexts.py (+24/-6)
To merge this branch: bzr merge lp://qastaging/~niedbalski/charms/trusty/openstack-dashboard/neutron-network-variables
Reviewer Review Type Date Requested Status
OpenStack Charmers Pending
Review via email: mp+222665@code.qastaging.launchpad.net

Description of the change

Merge proposal for exposing the loadbalancer, firewall, and vpn panels
on openstack-dashboard. By default are False ( disabled ) just as devstack
is already configuring this. Enabling this by default requires to have some
neutron services running by default.

    neutron_network_lb:
        type: boolean
        default: False
        description: Enable neutron load balancer service panel
    neutron_network_firewall:
        type: boolean
        default: False
        description: Enable neutron firewall service panel
    neutron_network_vpn:
        type: boolean
        default: False
        description: Enable neutron vpn service panel

To post a comment you must log in.
Revision history for this message
James Page (james-page) wrote :

I've merged this into our /next branch as it changes the defaults for icehouse deployments - so it does not qualify for stable charm update - this will land in stable at the end of this cycle (with release notes etc...)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches