Cue

Comment 25 for bug 1551836

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

Reviewed: https://review.openstack.org/287575
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=75d85aab3c7e1c2879a385f3e6eb8f96e6ceeb60
Submitter: Jenkins
Branch: master

commit 75d85aab3c7e1c2879a385f3e6eb8f96e6ceeb60
Author: Tin Lam <email address hidden>
Date: Wed Mar 2 21:19:24 2016 -0600

    Moved CORS middleware configuration into oslo-config-generator

    The default values needed for manila'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: Ie4adc39866a4ee6132eab6a111660218b3e6e5bd
    Closes-Bug: #1551836