This fixes an issue in Client.get(), where a dictionary was modified as we iterated on its keys, which does not work in Python 3. Change-Id: I37583504dcc672060a3d780dce46418baa32dd53
14 lines
270 B
Plaintext
14 lines
270 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from oslo-incubator
|
|
module=importutils
|
|
module=install_venv_common
|
|
module=jsonutils
|
|
module=memorycache
|
|
module=strutils
|
|
module=timeutils
|
|
module=py3kcompat
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=keystoneclient
|