
The importutils module is only used by other oslo modules, so remove it from openstack-common.conf. It'll be pulled in automatically if it's needed. Change-Id: Iaa7e047a9ff76f911f8c64b45ceb1f240855670a
14 lines
272 B
Plaintext
14 lines
272 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from oslo-incubator
|
|
module=apiclient
|
|
module=install_venv_common
|
|
module=fixture.config
|
|
module=jsonutils
|
|
module=memorycache
|
|
module=strutils
|
|
module=timeutils
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=keystoneclient
|