← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1471041] Re: interface_list() function doesn't work

 

seems nova don't have function 'interface_list' ?

** No longer affects: nova

-- 
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 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/python-novaclient/+bug/1471041/+subscriptions


References