yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #45424
[Bug 1538054] [NEW] attach_interface in nova.compute.manager didn't handle NotImplemented Error
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
Follow ups