Public bug reported:

In 
https://github.com/openstack/nova/blob/master/nova/compute/manager.py#L4958~L4965
we handled only exception.NovaException but we didn't handle NotImplemented 
Error,
but since ironic driver didn't support this method, so NotImplemented Error 
will raise, we need
to handle it.

** Affects: nova
     Importance: Undecided
     Assignee: Zhenyu Zheng (zhengzhenyu)
         Status: New

** Changed in: nova
     Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)

-- 
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/1538054

Title:
  attach_interface in nova.compute.manager didn't handle NotImplemented
  Error

Status in OpenStack Compute (nova):
  New

Bug description:
  In 
https://github.com/openstack/nova/blob/master/nova/compute/manager.py#L4958~L4965
  we handled only exception.NovaException but we didn't handle NotImplemented 
Error,
  but since ironic driver didn't support this method, so NotImplemented Error 
will raise, we need
  to handle it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1538054/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to