Cue

Comment 20 for bug 1551836

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

Reviewed: https://review.openstack.org/287368
Committed: https://git.openstack.org/cgit/openstack/sahara/commit/?id=8b4b3abdaf8d9392bd3a3b53813e5ed4eeed53b6
Submitter: Jenkins
Branch: master

commit 8b4b3abdaf8d9392bd3a3b53813e5ed4eeed53b6
Author: Michael Krotscheck <email address hidden>
Date: Wed Mar 2 10:26:32 2016 -0800

    Moved CORS middleware configuration into oslo-config-generator

    The default values needed for sahara'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: Iedcaa002ff3d40cf61168769bc3946f8c6e42b87
    Closes-Bug: 1551836