openstack-python-openstackc.../openstackclient
Tang Chen 827be8fb8c Move keys() methods in each resource class to FakeResource
FakeXXX classes in network don't need to fake any method,
except keys(). But keys() can be put in FakeResource since
it just returns all attributes in _info.

This patch moves removes all unnecessary fake methods code,
moves keys() method to FakeResource.

This patch also finds out some missing attributes in
network and router tests.

Change-Id: I799822c8715b9ac4f95b98f8350f196757d79d3e
2016-04-11 18:07:50 +08:00
..
api Fix typos in docstrings and comments 2016-04-06 10:30:39 +07:00
common Merge "Support client certificate/key" 2016-04-06 21:42:56 +00:00
compute Merge "Refactor security group rule list to use SDK" 2016-04-11 03:01:13 +00:00
identity Improve error for token issue command without auth 2016-03-18 15:44:02 -07:00
image Image API v2: make volume_type optional 2016-03-18 16:08:30 -07:00
locale Update translation setup 2016-01-29 08:18:50 +09:00
network Merge "Refactor security group rule list to use SDK" 2016-04-11 03:01:13 +00:00
object Add recursive object delete for containers 2016-02-05 11:18:46 -07:00
tests Move keys() methods in each resource class to FakeResource 2016-04-11 18:07:50 +08:00
volume Merge "Make snapshot and backup name optional" 2016-04-07 16:20:49 +00: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 client certificate/key 2016-04-06 20:21:19 +02:00