python-novaclient/novaclient
Takashi NATSUME a306395d74 Remove unnecessary if statement
The interface_list method of
the novaclient.v2.server.Server class always returns
an object of the novaclient.base.ListWithMeta class
which is a sub class of list.

So 'if' statement that check whether it is an instance of list
is not necessary when printing the return value of the method.

Change-Id: I5dc5bfc6a783bb59c3aec2cce626bb00de633754
2019-03-01 15:52:22 +09:00
..
tests Merge "Add support for microversion 2.70 - expose device tags" 2019-02-28 23:29:49 +00:00
v2 Remove unnecessary if statement 2019-03-01 15:52:22 +09:00
__init__.py Add support for microversion 2.70 - expose device tags 2019-02-28 12:07:25 -05:00
api_versions.py Update hacking version 2019-01-04 14:46:07 +08:00
base.py Fix output of interface-attach command 2019-02-19 13:22:49 +09:00
client.py Remove deprecated novaclient.v2.contrib modules 2019-02-07 15:00:36 +09:00
crypto.py Fixes Python3 issue in decoding password 2018-10-26 11:06:44 +09:00
exceptions.py Add support for the 2.57 microversion 2018-01-15 14:42:53 +08:00
extension.py Cleanup needless code from oslo-incubator 2015-12-18 08:46:12 +00:00
i18n.py Update URLs in docs, comments and setup.cfg 2017-07-28 12:14:12 +09:00
shell.py Update hacking version 2019-01-04 14:46:07 +08:00
utils.py Merge "Use uuidutils of oslo.utils" 2018-08-08 18:00:11 +00:00