Comment 39 for bug 1380789

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

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

commit f86a0e6cc283cd786d244b394892ced8bc32eeaa
Author: Amrith Kumar <email address hidden>
Date: Wed Dec 10 15:17:46 2014 -0500

    Obsolete oslo-incubator modules - wsgi

    This change is part of a multi-part change set to handle obsolete and
    graduated oslo modules. This commit handles the wsgi module. The way
    in which other projects appear to have handled this situation is to
    copy the wsgi module into the project. See, for example,
    https://review.openstack.org/#/c/129260/

    I've done the same thing, and since we already have a wsgi module in
    trove/common, I've called the newly imported module base_wsgi.py and
    renamed the imports accordingly.

    In the fullness of time, we could consider merging wsgi.py and
    base_wsgi.py

    However since there are internal dependencies between
    middleware/context.py and wsgi.py (within oslo-incubator) I can't
    delete or modify those files.

    This change has been rebased on
    https://review.openstack.org/#/c/133051/

    Change-Id: I029b7f569342f768ebcdfc2fb7224f4f7f00d48c
    Partial-Bug: #1380789
    blueprint: retire-unused-trove-modules