Comment 0 for bug 1708316

Revision history for this message
Jonghan (forhim-park) wrote :

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 |
| testnet network | 192.168.0.12 |
| testnet network | 192.168.1.4 |
| updated | 2017-07-31T14:33:49Z |
...

Actual result
=============
...
| tenant_id | 92f3ea23c5b84fd69b56583f322d213e |
| testnet 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