← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1204850] Re: one port_id can add to two instance

 

** Changed in: nova/grizzly
       Status: Fix Committed => Fix Released

-- 
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
Status in OpenStack Compute (nova) grizzly series:
  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