keystoneauth/keystoneauth1/fixture
Thomas Goirand 7dd4208e5c fix OrderedDict mutated during iteration
Running unit tests of keystoneauth in Python 3.5 reveals the issue
that in Python 3.5+, keys() is not a copy, and therefore items can't
be popped from it while iterating.

This patch iterate over copy of session.adapters keys in Python2/3.

Change-Id: I4a4340d6f0b09e047e992d0a7236f83ff5eac7a3
Closes-Bug: #1565728
2016-04-04 13:10:10 +02:00
..
__init__.py Cleanup docstrings 2016-02-19 14:42:16 -06:00
discovery.py Use positional library instead of our own copy 2016-01-25 09:31:48 +11:00
exception.py Move to the keystoneauth1 namespace 2015-06-25 16:48:54 -07:00
keystoneauth_betamax.py fix OrderedDict mutated during iteration 2016-04-04 13:10:10 +02:00
v2.py Expose bind data via AccessInfo 2015-10-15 17:22:30 +11:00
v3.py Expose bind data via AccessInfo 2015-10-15 17:22:30 +11:00