openstack-python-openstackc.../openstackclient
Tang Chen c57fc41c33 Initialize _keys in __init__() in FakeFlavorResource
_keys is defined as a class attribute in FakeFlavorResource. So when
we call set_keys() to update it, it changes. And this change may bring
trouble to the other tests afterward.

So define and initialize it in __init__() as an object attribute.

Change-Id: Ib18c03877b67e1b7c2e107f598076b928a58e4fb
Closes-bug: #1548378
2016-02-23 00:14:56 +08:00
..
api Clean redundant argument to dict.get 2016-02-21 13:21:31 +08:00
common Clean redundant argument to dict.get 2016-02-21 13:21:31 +08:00
compute Replace string format arguments with function parameters 2016-02-20 14:16:25 +08:00
identity Support unscoped token request 2016-02-19 16:07:13 -08:00
image Add --marker option to "image list" command 2016-02-03 14:04:50 +08:00
locale Update translation setup 2016-01-29 08:18:50 +09:00
network Trivial: Rename subnet_pool.rst to subnet-pool.rst 2016-02-20 15:05:59 +08:00
object Add recursive object delete for containers 2016-02-05 11:18:46 -07:00
tests Initialize _keys in __init__() in FakeFlavorResource 2016-02-23 00:14:56 +08:00
volume log take_action parameters in a single place 2016-02-02 09:58:32 +09:00
__init__.py Change version reporting to use pbr 2013-08-02 12:11:49 -05:00
i18n.py Update translation setup 2016-01-29 08:18:50 +09:00
shell.py Support unscoped token request 2016-02-19 16:07:13 -08:00