d80119f8ca
The issues are detected by new change about update.py in I68c0108304be8a315bcefe939c22019caab9bc98. This patch doesn't depend the oslo-incubator patch. * Remove unused module crypto, sslutils, systemd, context, eventlet_backdoor * Add missing module wsgi, network_utils in openstack-common.conf Change-Id: Ifeee85643e1242fc74eefc109719a02470888200
26 lines
528 B
Plaintext
26 lines
528 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from oslo-incubator
|
|
module=config.generator
|
|
module=db
|
|
module=db.sqlalchemy
|
|
module=excutils
|
|
module=importutils
|
|
module=jsonutils
|
|
module=lockutils
|
|
module=log
|
|
module=middleware.base
|
|
module=network_utils
|
|
module=periodic_task
|
|
module=processutils
|
|
module=threadgroup
|
|
module=timeutils
|
|
module=uuidutils
|
|
module=wsgi
|
|
# xmlutils is needed by wsgi, which is no longer a module. so we need
|
|
# an explicit xmlutils dep.
|
|
module=xmlutils
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=sahara
|