Comment 26 for bug 1551836

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

Reviewed: https://review.openstack.org/287354
Committed: https://git.openstack.org/cgit/openstack/searchlight/commit/?id=8c4ec967bc0e2aa0d7b3d658569aff1f36e6f442
Submitter: Jenkins
Branch: master

commit 8c4ec967bc0e2aa0d7b3d658569aff1f36e6f442
Author: Michael Krotscheck <email address hidden>
Date: Wed Mar 2 09:57:08 2016 -0800

    Moved CORS middleware configuration into oslo-config-generator

    The default values needed for searchlight's implementation of cors
    middleware have been moved from paste.ini into the configuration
    hooks provided by oslo.config. Furthermore, these values have been
    added to the default initialization procedure. This ensures
    that if a value remains unset in the configuration file, it will
    fallback to using sane defaults. It also ensures that an operator
    modifying the configuration will be presented with that same
    set of defaults.

    Change-Id: Iada9cedcdc5b104bf2fa1c68d0d74794c04d1d28
    Closes-Bug: 1551836