Files
python-keystoneclient/openstack-common.conf
Brant Knudson 62aca6f0b4 Remove importutils from oslo config
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
2014-05-05 17:35:04 -05:00

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