yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #66539
[Bug 1708316] Re: Nova send wrong information when there are several networks which have same name and VM uses more than one of them
** Also affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1708316
Title:
Nova send wrong information when there are several networks which have
same name and VM uses more than one of them
Status in neutron:
New
Status in OpenStack Compute (nova):
In Progress
Bug description:
Description
===========
Nova send wrong information when there are
several networks which have same name and
VM uses more than one of them
Steps to reproduce
==================
1. Create two networks which have same name
2. Create VM with the networks created in 1st step.
3. Check the VM using "nova show <VM>"
Expected result
===============
...
| tenant_id | 92f3ea23c5b84fd69b56583f322d213e |
| testnet1 network | 192.168.0.12 |
| testnet1 network | 192.168.1.4 |
| updated | 2017-07-31T14:33:49Z |
...
Actual result
=============
...
| tenant_id | 92f3ea23c5b84fd69b56583f322d213e |
| testnet1 network | 192.168.0.12, 192.168.1.4 |
| updated | 2017-07-31T14:33:49Z |
...
Environment
===========
1. Openstack Version : I tested this using Mitaka & Ocata
2. Network : Neutron with LinuxBridge
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1708316/+subscriptions
References