conj_id is None in security group

Bug #1580082 reported by Li Ma
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
DragonFlow
Fix Released
High
Omer Anson

Bug Description

2016-05-10 06:31:13.933 22733 INFO dragonflow.controller.sg_app [-] remove a rule {u'remote_group_id': None, u'direction': u'egress', u'protocol': None, u'description': u'', u'remote_ip_prefix': None, u'port_range_max': None, u'security_group_id': u'8685b971-2a41-43f5-a250-6cfceb676aa1', u'tenant_id': u'2e78560195214d5b91579fb928e52f74', u'port_range_min': None, u'ethertype': u'IPv4', u'id': u'1bdad4f9-0569-488a-bcfa-c028f49d19af'} to security group 8685b971-2a41-43f5-a250-6cfceb676aa1
2016-05-10 06:31:13.937 22733 INFO dragonflow.controller.ryu_base_app [-] port deleted 6
2016-05-10 06:31:13.939 22733 INFO dragonflow.controller.sg_app [-] remove a rule {u'remote_group_id': None, u'direction': u'egress', u'protocol': None, u'description': u'', u'remote_ip_prefix': None, u'port_range_max': None, u'security_group_id': u'8685b971-2a41-43f5-a250-6cfceb676aa1', u'tenant_id': u'2e78560195214d5b91579fb928e52f74', u'port_range_min': None, u'ethertype': u'IPv6', u'id': u'dbf2c0e1-6828-49a9-a009-7af3b20879c2'} to security group 8685b971-2a41-43f5-a250-6cfceb676aa1
2016-05-10 06:31:13.939 22733 INFO dragonflow.controller.sg_app [-] remove a rule {u'remote_group_id': u'8685b971-2a41-43f5-a250-6cfceb676aa1', u'direction': u'ingress', u'protocol': None, u'description': u'', u'ethertype': u'IPv4', u'remote_ip_prefix': None, u'port_range_max': None, u'security_group_id': u'8685b971-2a41-43f5-a250-6cfceb676aa1', u'port_range_min': None, u'tenant_id': u'2e78560195214d5b91579fb928e52f74', u'id': u'867ee8f3-25e6-4346-8e7f-10e0fc39e6a1'} to security group 8685b971-2a41-43f5-a250-6cfceb676aa1
2016-05-10 06:31:13.940 22733 INFO dragonflow.controller.sg_app [-] release the allocated number 1 of thesecurity group 8685b971-2a41-43f5-a250-6cfceb676aa1
2016-05-10 06:31:13.942 22733 ERROR dragonflow.controller.sg_app [-] the conj_id of the security group 8685b971-2a41-43f5-a250-6cfceb676aa1 is none
2016-05-10 06:31:13.943 22733 ERROR dragonflow.controller.sg_app [-] the conj_id of the security group 8685b971-2a41-43f5-a250-6cfceb676aa1 is none

http://logs.openstack.org/02/306702/3/check/gate-dragonflow-dsvm-fullstack-nv/aaed8c8/logs/screen-df-controller.txt.gz

Li Ma (nick-ma-z)
Changed in dragonflow:
importance: Undecided → High
Omer Anson (omer-anson)
Changed in dragonflow:
assignee: nobody → Omer Anson (omer-anson)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to dragonflow (master)

Reviewed: https://review.openstack.org/320283
Committed: https://git.openstack.org/cgit/openstack/dragonflow/commit/?id=a40352ad78f7094b45e0029db3a911bd33d4cf89
Submitter: Jenkins
Branch: master

commit a40352ad78f7094b45e0029db3a911bd33d4cf89
Author: yuanwei <email address hidden>
Date: Tue May 24 16:06:39 2016 +0800

    Delete callback function to port status events

    For ovsdb monitor module has already been merged, DF controller doesn't
    need to responsed to the port status events. Keep remaining this callback
    function will cause apps be notified duplicately local port delete event.
    Besides, if a port isn't online on south, the local controller shouldn't
    save this lport's information in its cache.

    Change-Id: I9a2ebd0d3a751291ea4eb788b877723d44399a5a
    Closes-Bug: #1580082

Changed in dragonflow:
status: New → Fix Released
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.