Comment 35 for bug 1551836

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

Reviewed: https://review.openstack.org/288543
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=552f1f2070953ed117ce7abe4261961c8899e248
Submitter: Jenkins
Branch: master

commit 552f1f2070953ed117ce7abe4261961c8899e248
Author: Michael Krotscheck <email address hidden>
Date: Fri Mar 4 07:43:58 2016 -0800

    Moved CORS middleware configuration into set_defaults

    The default values needed for trove's implementation of cors
    middleware have been moved from paste.ini into a common
    set_defaults method, invoked on load. Unlike similar patches
    on other services, this patch does not include config-generation
    hooks, as trove doesn't use them yet.

    Change-Id: Id8e04249498f63e42dadcacbd2c08b525adc0958
    Closes-Bug: 1551836