Comment 2 for bug 1700325

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

Reviewed: https://review.openstack.org/477534
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=68c57474e1f7d66245509f6b8753e8165f42d9de
Submitter: Jenkins
Branch: master

commit 68c57474e1f7d66245509f6b8753e8165f42d9de
Author: Akihiro Motoki <email address hidden>
Date: Mon Jun 26 13:19:45 2017 +0000

    plugin framework: allow operators to override embeded enabled files

    At now, the horizon plugin framework does not allow to override default panel
    settings by same filename. The embeded enabled files are always processed,
    so this leads to make operators difficult to change the order of panels
    from the default. In the original design of the plugin mechanism,
    we allow to override embeded enabled files by local/enabled files.
    For more detail, see bug 1700325.

    This commit changes import_dashboard_config to override an embeded enabled
    file by specifying a enabled file in local/enabled with the same filename.

    Closes-Bug: #1700325
    Change-Id: Id6b15848206a684eca850a8f510a8ba1608bb7bf