Files
python-keystoneclient/openstack-common.conf
Cyril Roelandt b82363bc74 Sync openstack/common/memorycache.py with Oslo
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
2014-02-07 20:45:13 +01:00

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