Comment 30 for bug 1551836

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

Reviewed: https://review.openstack.org/286795
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=abba4921845cbdb66dfb5112c20dc04446870a42
Submitter: Jenkins
Branch: master

commit abba4921845cbdb66dfb5112c20dc04446870a42
Author: Michael Krotscheck <email address hidden>
Date: Tue Mar 1 11:31:40 2016 -0800

    Moved CORS middleware configuration into oslo-config-generator

    The default values needed for cinder'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 cinder's default configuration parsing. This ensures
    that if a value remains unset in cinder.conf, it will be set
    to use sane defaults, and that an operator modifying the
    configuration file will be presented with a default set of
    necessary sane headers.

    Depends-on: I658e54966c390b41e3b551dd9827606c2e013511
    Change-Id: Ia8735d5952d7e03b6948f748afead13e6f890271
    Closes-Bug: 1551836