Remove unused oslo module and adjust opentstack-common.conf
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 * add missing module loopingcall in openstack-common.conf * sort the modules in openstack-common.conf Change-Id: I9f0fcd3803f89a6902f92d0ea691b9ae0235f64c
This commit is contained in:
committed by
ChangBo Guo(gcb)
parent
4759b83bd6
commit
2619dd012d
@@ -1,13 +1,12 @@
|
||||
[DEFAULT]
|
||||
|
||||
# The list of modules to copy from openstack-common
|
||||
module=context
|
||||
# The list of modules to copy from oslo-incubator
|
||||
module=config.generator
|
||||
module=context
|
||||
module=db
|
||||
module=db.sqlalchemy
|
||||
module=excutils
|
||||
module=fileutils
|
||||
module=flakes
|
||||
module=gettextutils
|
||||
module=imageutils
|
||||
module=importutils
|
||||
@@ -17,13 +16,13 @@ module=local
|
||||
module=lockutils
|
||||
module=log
|
||||
module=log_handler
|
||||
module=loopingcall
|
||||
module=middleware
|
||||
module=network_utils
|
||||
module=periodic_task
|
||||
module=policy
|
||||
module=processutils
|
||||
module=request_utils
|
||||
module=rootwrap
|
||||
module=scheduler
|
||||
module=scheduler.filters
|
||||
module=scheduler.weights
|
||||
|
||||
Reference in New Issue
Block a user