diff options
| author | Cyril Roelandt <cyril.roelandt@enovance.com> | 2014-02-07 20:45:13 +0100 |
|---|---|---|
| committer | Cyril Roelandt <cyril.roelandt@enovance.com> | 2014-02-07 20:45:13 +0100 |
| commit | b82363bc747586f531d8e5240de2559685e708de (patch) | |
| tree | 0487266b4afe999257fa234f635086771183b3ad /openstack-common.conf | |
| parent | 2a64a1b37b62bbc15ceb2b1696fa521e86d23f4d (diff) | |
| download | python-keystoneclient-b82363bc747586f531d8e5240de2559685e708de.tar.gz | |
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
Diffstat (limited to 'openstack-common.conf')
| -rw-r--r-- | openstack-common.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openstack-common.conf b/openstack-common.conf index 9cd093d..a7bbe9e 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -4,6 +4,7 @@ module=importutils module=install_venv_common module=jsonutils +module=memorycache module=strutils module=timeutils module=py3kcompat |
