yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #04672
[Bug 1204850] Re: one port_id can add to two instance
** Changed in: nova
Status: Fix Committed => Fix Released
** Changed in: nova
Milestone: None => havana-3
--
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/1204850
Title:
one port_id can add to two instance
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
First:
use interfaceAttachment only with port_id to add a nic for instance1,——》success
Second,
if instance2 and instance1 are in the same compute node
use interfaceAttachment only with the same port_id to add a nic for instance2,——》failed
{
"computeFault": {
"message": "Failed to attach interface",
"code": 500
}
}
if instance2 and instance1 are not in the same compute node
use interfaceAttachment only with the same port_id to add a nic for instance2,——》success
The two instance have the same mac and ip, so this is a bug
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1204850/+subscriptions