Cue

Comment 34 for bug 1551836

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

Reviewed: https://review.openstack.org/287585
Committed: https://git.openstack.org/cgit/openstack/congress/commit/?id=c596b89c489c1172473af4f8e7e1d4afdaa656d9
Submitter: Jenkins
Branch: master

commit c596b89c489c1172473af4f8e7e1d4afdaa656d9
Author: Tin Lam <email address hidden>
Date: Wed Mar 2 22:19:31 2016 -0600

    Moved CORS middleware configuration into oslo-config-generator

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