f86a0e6cc2
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
24 lines
414 B
Plaintext
24 lines
414 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from oslo-incubator
|
|
module=context
|
|
module=eventlet_backdoor
|
|
module=fileutils
|
|
module=local
|
|
module=log
|
|
module=loopingcall
|
|
module=middleware
|
|
module=notifier
|
|
module=pastedeploy
|
|
module=periodic_task
|
|
module=policy
|
|
module=processutils
|
|
module=rpc
|
|
module=service
|
|
module=threadgroup
|
|
module=utils
|
|
module=versionutils
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=trove
|