agent works with only the first port IP if the port is configured with multiple IPs

Bug #1355560 reported by Vedamurthy Joshi
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
New
Medium
Praveen

Bug Description

Build 1.10 10

From neutron , we can have more than one IP for a port.
But in agent, we only see 1 IP associated with the port.

root@nodec22:~# neutron port-create test1 --fixed-ip ip_address=10.1.1.10 --fixed-ip ip_address=10.1.1.11
Created a new port:
+-----------------+---------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------+
| Field | Value
                                                            |
+-----------------+---------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------+
| admin_state_up | True |
| device_id | |
| device_owner | |
| fixed_ips | {"subnet_id": "ef548075-3c3d-4334-99f6-12b5610f42bc", "ip_address": "10.1.1.10", "port_id": "8f66d340-9ab4-4e04-9f0e-89eb33d16ae9", "net_id": "5551f071-f365-4770-b23d-4c6ce3afb4ce"} |
| | {"subnet_id": "ef548075-3c3d-4334-99f6-12b5610f42bc", "ip_address": "10.1.1.11", "port_id": "8f66d340-9ab4-4e04-9f0e-89eb33d16ae9", "net_id": "5551f071-f365-4770-b23d-4c6ce3afb4ce"} |
| id | 8f66d340-9ab4-4e04-9f0e-89eb33d16ae9 |
| mac_address | 02:8f:66:d3:40:9a |
| name | 8f66d340-9ab4-4e04-9f0e-89eb33d16ae9 |
| network_id | 5551f071-f365-4770-b23d-4c6ce3afb4ce |
| security_groups | 3619ff8e-a0d9-4529-9837-c087c723ae40 |
| status | DOWN |
| tenant_id | 3088e9aba97b4f2ea6050275fc890f5c |

tags: added: neutronapi
Changed in juniperopenstack:
milestone: r1.10-fcs → none
Revision history for this message
Ashish Ranjan (aranjan-n) wrote :

contrail doesn't support multiple IP on port. Will consider post 1.10

tags: added: releasenote
Revision history for this message
Édouard Thuleau (ethuleau) wrote :

So less or equal 1.10 releases need to raise an exception if user tries to create a port with more than one IP.
Does contrail support to have multiple subnets on one network and an IP per subnet?

Numan also opened a bug on the OpenContrail launchpad related to that one.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.