Comment 38 for bug 1551836

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

Reviewed: https://review.openstack.org/288074
Committed: https://git.openstack.org/cgit/openstack/cue/commit/?id=98bd25c5849cc6ffab8df36bab89187ef3052716
Submitter: Jenkins
Branch: master

commit 98bd25c5849cc6ffab8df36bab89187ef3052716
Author: Michael Krotscheck <email address hidden>
Date: Thu Mar 3 11:23:21 2016 -0800

    Moved CORS middleware configuration into oslo-config-generator

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