openstack-python-openstackc.../openstackclient
Tang Chen a281ef89a5 Remove fake methods code from compute network
Network objects don't have any method needs to fake.

keys() method is only used by _get_columns() helper
to obtain all attributes of an object. But in compute
network implementation, attributes are obtained from
obj._info directly, which is a dictionary itself. So
there is no need to fake this method.

Change-Id: Ie6a46ef6a3042641e55a7002573ef501db7b60e1
2016-04-12 13:41:52 +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 "Doc: Fix network command documentation issues" 2016-04-11 13:17:12 +00:00
object Add recursive object delete for containers 2016-02-05 11:18:46 -07:00
tests Remove fake methods code from compute network 2016-04-12 13:41:52 +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