Comment 1 for bug 1309183

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

Reviewed: https://review.openstack.org/88428
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=47a1181f0d90d07f2ee9de0a1e87c6e537c50d93
Submitter: Jenkins
Branch: master

commit 47a1181f0d90d07f2ee9de0a1e87c6e537c50d93
Author: Rob Raymond <email address hidden>
Date: Thu Apr 17 14:36:37 2014 -0600

    Allow static files to be exposed for any plugin

    Change the parsing of plugin configuration files to allow
    a new Django application to be added. This enables the static file
    finder to find the plugin's static files when they are referenced.
    Previously only plugins that defined a new dashboard could do this.

    Change-Id: I69bd8f24fa0855174a05203eabe7c932246dda21
    Closes-Bug: #1309183