Cue

Comment 24 for bug 1551836

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

Reviewed: https://review.openstack.org/287274
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=7a93458baa99f6b8c1538f14f521703082af9c42
Submitter: Jenkins
Branch: master

commit 7a93458baa99f6b8c1538f14f521703082af9c42
Author: Michael Krotscheck <email address hidden>
Date: Wed Mar 2 07:48:05 2016 -0800

    Moved CORS middleware configuration into oslo-config-generator

    The default values needed for glance'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 glance's default configuration parsing. This ensures
    that if a value remains unset in glance-api.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.

    Change-Id: I3c9d267b6224d6c7e5cc2c41cb51fb7e363c4955
    Closes-Bug: 1551836