yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #34993
[Bug 1471041] Re: interface_list() function doesn't work
** Also affects: python-novaclient
Importance: Undecided
Status: New
** Tags added: novaclient
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1471041
Title:
interface_list() function doesn't work
Status in OpenStack Compute (Nova):
New
Status in Python client library for Nova:
New
Bug description:
Openstack Version : python-novaclient-2.23.0-1.el7.noarch
OS : CentOS 7.0
Reproduce steps:
1. Create VM using python SDK
2. Call interface_list()
When I try to get VM's interface list using python SDK, interface_list() function returns abnormal result.
In my opinion, _list() function in novaclient/base.py#Manager checks
the return value if its type is dictionary, but actually its type is
list.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1471041/+subscriptions
References