← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1551085] [NEW] When attache more than one interface, Only one interface was attached

 

Public bug reported:

1. Create a VM
2. attache many interface once,
3. look at the result, only one interface was attached.

for example
1. nova interface-list vmtest 
+------------+--------------------------------------+--------------------------------------+--------------+-------------------+
| Port State | Port ID                              | Net ID                               | IP addresses | MAC Addr          |
+------------+--------------------------------------+--------------------------------------+--------------+-------------------+
| ACTIVE     | 1b149cce-0730-4d30-8c65-aab0fbf67bc1 | 90e6bf83-f424-4b0e-9045-74d9ce39edf0 | 162.1.1.3    | fa:16:3e:e6:54:43 |
+------------+--------------------------------------+--------------------------------------+--------------+-------------------+
2. nova interface-attach --net-id 6b4f473c-8cc4-4c33-9803-632235945ae4 --net-id 21cc9584-29be-455d-991e-f58bfa1dbb1f  vmtest
nova interface-list vmtest
+------------+--------------------------------------+--------------------------------------+--------------+-------------------+
| Port State | Port ID                              | Net ID                               | IP addresses | MAC Addr          |
+------------+--------------------------------------+--------------------------------------+--------------+-------------------+
| ACTIVE     | 1b149cce-0730-4d30-8c65-aab0fbf67bc1 | 90e6bf83-f424-4b0e-9045-74d9ce39edf0 | 162.1.1.3    | fa:16:3e:e6:54:43 |
| ACTIVE     | 8b225be4-f81d-4f6c-a667-492cc68a384b | 21cc9584-29be-455d-991e-f58bfa1dbb1f | 192.168.5.10 | fa:16:3e:97:78:01 |
+------------+--------------------------------------+--------------------------------------+--------------+-------------------+

# the argument " --net-id 6b4f473c-8cc4-4c33-9803-632235945ae4" was not
executed.

** Affects: nova
     Importance: Undecided
     Assignee: Yan Songming (songmingyan)
         Status: New

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

Title:
  When attache more than one interface, Only one interface was attached

Status in OpenStack Compute (nova):
  New

Bug description:
  1. Create a VM
  2. attache many interface once,
  3. look at the result, only one interface was attached.

  for example
  1. nova interface-list vmtest 
  +------------+--------------------------------------+--------------------------------------+--------------+-------------------+
  | Port State | Port ID                              | Net ID                               | IP addresses | MAC Addr          |
  +------------+--------------------------------------+--------------------------------------+--------------+-------------------+
  | ACTIVE     | 1b149cce-0730-4d30-8c65-aab0fbf67bc1 | 90e6bf83-f424-4b0e-9045-74d9ce39edf0 | 162.1.1.3    | fa:16:3e:e6:54:43 |
  +------------+--------------------------------------+--------------------------------------+--------------+-------------------+
  2. nova interface-attach --net-id 6b4f473c-8cc4-4c33-9803-632235945ae4 --net-id 21cc9584-29be-455d-991e-f58bfa1dbb1f  vmtest
  nova interface-list vmtest
  +------------+--------------------------------------+--------------------------------------+--------------+-------------------+
  | Port State | Port ID                              | Net ID                               | IP addresses | MAC Addr          |
  +------------+--------------------------------------+--------------------------------------+--------------+-------------------+
  | ACTIVE     | 1b149cce-0730-4d30-8c65-aab0fbf67bc1 | 90e6bf83-f424-4b0e-9045-74d9ce39edf0 | 162.1.1.3    | fa:16:3e:e6:54:43 |
  | ACTIVE     | 8b225be4-f81d-4f6c-a667-492cc68a384b | 21cc9584-29be-455d-991e-f58bfa1dbb1f | 192.168.5.10 | fa:16:3e:97:78:01 |
  +------------+--------------------------------------+--------------------------------------+--------------+-------------------+

  # the argument " --net-id 6b4f473c-8cc4-4c33-9803-632235945ae4" was
  not executed.

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


Follow ups