SYMC: Incorrect port-id is displayed when associating a floatingip with a VIP

Bug #1481612 reported by Karthik Krishnan Ramasubramanian
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Fix Committed
Medium
Prakash Bailkeri
OpenContrail
Fix Committed
Medium
Prakash Bailkeri

Bug Description

Greetings,

When associating a floating ip with a VIP port, the floatingip resource shows the port_id of the LBaaS instance rather than the port it was associated with (I could recreate this by following the commands that are here http://www.opencontrail.org/load-balancer-as-a-service-in-contrail/):

$ neutron port-show 42e8846b-332a-4ec6-a842-4d5df640d5c2
+---------------------+---------------------------------------------------------------------------------+
| Field | Value |
+---------------------+---------------------------------------------------------------------------------+
| admin_state_up | True |
| binding:vif_details | {"port_filter": true} |
| binding:vif_type | vrouter |
| device_id | |
| device_owner | |
| fixed_ips | {"subnet_id": "15a006c6-0aa7-4b0c-93e7-db17a9bd6655", "ip_address": "20.1.1.3"} |
| id | 42e8846b-332a-4ec6-a842-4d5df640d5c2 |
| mac_address | 02:42:e8:84:6b:33 |
| name | 66e4e066-e961-42c0-b49e-f96730fef92c |
| network_id | 31d93f05-badf-447b-a62e-28cabc6623bb |
| security_groups | faa622ac-326c-469d-8a78-36558b38ceeb |
| status | DOWN |
| tenant_id | 1d91d2c30eb74c17b2e8575cc49c8fc6 |
+---------------------+---------------------------------------------------------------------------------+

$ neutron floatingip-create Public
Created a new floatingip:
+---------------------+--------------------------------------+
| Field | Value |
+---------------------+--------------------------------------+
| fixed_ip_address | |
| floating_ip_address | 100.1.1.3 |
| floating_network_id | f238c797-b5d8-4c53-b391-857827c3ee5f |
| id | 5358f6b7-cbc8-47b3-ae27-b2fe3ccb1cd6 |
| port_id | |
| router_id | |
| status | ACTIVE |
| tenant_id | 1d91d2c30eb74c17b2e8575cc49c8fc6 |
+---------------------+--------------------------------------+

$ neutron floatingip-associate 5358f6b7-cbc8-47b3-ae27-b2fe3ccb1cd6 42e8846b-332a-4ec6-a842-4d5df640d5c2
Associated floating IP 5358f6b7-cbc8-47b3-ae27-b2fe3ccb1cd6

$ neutron floatingip-show 5358f6b7-cbc8-47b3-ae27-b2fe3ccb1cd6
+---------------------+--------------------------------------+
| Field | Value |
+---------------------+--------------------------------------+
| fixed_ip_address | 20.1.1.3 |
| floating_ip_address | 100.1.1.3 |
| floating_network_id | f238c797-b5d8-4c53-b391-857827c3ee5f |
| id | 5358f6b7-cbc8-47b3-ae27-b2fe3ccb1cd6 |
| port_id | 0abb1efc-82ec-40af-99b5-0e46699b2ab4 |
| router_id | |
| status | ACTIVE |
| tenant_id | 1d91d2c30eb74c17b2e8575cc49c8fc6 |
+---------------------+--------------------------------------+

Thanks,
Karthik

Tags: config neutron
Changed in opencontrail:
assignee: nobody → Prakash Bailkeri (prakashmb)
Changed in opencontrail:
importance: Undecided → Medium
Changed in juniperopenstack:
importance: Undecided → Medium
assignee: nobody → Prakash Bailkeri (prakashmb)
tags: added: config neutron
Revision history for this message
Prakash Bailkeri (prakashmb) wrote :
Changed in juniperopenstack:
milestone: none → r3.0-fcs
status: New → Fix Committed
Changed in opencontrail:
status: New → Fix Committed
summary: - Incorrect port-id is displayed when associating a floatingip with a VIP
+ SYMC: Incorrect port-id is displayed when associating a floatingip with
+ a VIP
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.