Comment 21 for bug 1551836

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

Reviewed: https://review.openstack.org/288054
Committed: https://git.openstack.org/cgit/openstack/aodh/commit/?id=7e638e07edfc33d9c58ecb17a12f56728cd9fcdb
Submitter: Jenkins
Branch: master

commit 7e638e07edfc33d9c58ecb17a12f56728cd9fcdb
Author: Michael Krotscheck <email address hidden>
Date: Thu Mar 3 10:29:20 2016 -0800

    Moved CORS middleware configuration into oslo-config-generator

    The default values needed for aodh'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 aodh's default configuration parsing. This ensures
    that if a value remains unset in aodh.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: Iccdbbfcc300f4a63fe7a58f0742eef782aff6844
    Closes-Bug: 1551836