Comment 9 for bug 1292022

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/113336
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=11001691308b633abf6cac378ae926677ad0d903
Submitter: Jenkins
Branch: master

commit 11001691308b633abf6cac378ae926677ad0d903
Author: Akihiro Motoki <email address hidden>
Date: Sat Aug 9 09:45:56 2014 +0900

    Add a config option to disable Router panel

    Neutron setup allows operators not to enable Router feautre
    (by not using Router service plugin in neutron.conf) and
    some Neutron plugin does not support Router feature.
    According to bug 1350639 there is also a case where operators
    want to disable Router panel from their policy.
    It seems nice we have a option to control Router panel.

    This commit add a new option 'enable_router' to OPENSTACK_NEUTRON_NETWORK.
    The default is True since router feature is enabled in most deployments
    and it is the current default behavior of Horizon.
    If this option is False, Router panel will disappear.

    blueprint hide-router-panel-by-config
    Partial-Bug: #1292022
    Closes-Bug: #1350639
    Change-Id: If90517bd35c5b18173c54c14a1ba229f97ba4797