Activity log for bug #1787119

Date Who What changed Old value New value Message
2018-08-15 08:15:10 LongKB bug added bug
2018-08-15 09:15:13 OpenStack Infra neutron: status New In Progress
2018-08-15 09:15:13 OpenStack Infra neutron: assignee Kim Bao Long (longkb.fvl)
2018-08-16 01:47:17 LongKB description I would like to report a bug that relates to co-existence between security_group log resource and firewall_group log resource in stable/rocky [1]. Please follow a given procedure to reproduce this bug. Environment ----------- - Devstack stable/rocky - Install devstack with local.conf: http://paste.openstack.org/show/727916/ - Make sure that 'log' is added into '[agent] extensions' in '/etc/neutron/plugins/ml2/ml2_conf.ini' - Topology: Set up topolocy with the following script http://paste.openstack.org/show/728095/ Testcase -------- - Create firewall_group log resource: openstack network log create --resource-type firewall_group fwg_log +-----------------+--------------------------------------+ | Field | Value | +-----------------+--------------------------------------+ | Description | | | Enabled | True | | Event | ALL | | ID | ebe7a495-027e-4982-bd64-fe269617dd6d | | Name | fwg_log | | Project | 61c7600120ac44178c8064250d971b76 | | Resource | None | | Target | None | | Type | firewall_group | | created_at | 2018-08-15T07:55:37Z | | revision_number | 0 | | tenant_id | 61c7600120ac44178c8064250d971b76 | | updated_at | 2018-08-15T07:55:37Z | +-----------------+--------------------------------------+ - Ping from VM0 to router0 -> Cannot ping - Check ovs flow with: sudo ovs-ofctl dump-flows br-int Results: http://paste.openstack.org/show/728098/ - Check log in /var/log/syslog with: tailf /var/log/syslog | grep -e ACCEPT Results: http://paste.openstack.org/show/728097/ This log came from security_group log, but log_resource_ids=[u'ebe7a495-027e-4982-bd64-fe269617dd6d'] that include the ID of fwg_log References: [1] https://docs.openstack.org/neutron/latest/admin/config-logging.html#service-workflow-for-operator I would like to report a bug that relates to co-existence between security_group log resource and firewall_group log resource in stable/rocky [1]. Please follow a given procedure to reproduce this bug. Environment ----------- - Devstack stable/rocky - Install devstack with local.conf: http://paste.openstack.org/show/727916/ - Make sure that 'log' is added into '[agent] extensions' in '/etc/neutron/plugins/ml2/ml2_conf.ini' - Topology: Set up topolocy with the following script http://paste.openstack.org/show/728095/ Testcase -------- - Create firewall_group log resource:   openstack network log create --resource-type firewall_group fwg_log  +-----------------+--------------------------------------+  | Field | Value |  +-----------------+--------------------------------------+  | Description | |  | Enabled | True |  | Event | ALL |  | ID | ebe7a495-027e-4982-bd64-fe269617dd6d |  | Name | fwg_log |  | Project | 61c7600120ac44178c8064250d971b76 |  | Resource | None |  | Target | None |  | Type | firewall_group |  | created_at | 2018-08-15T07:55:37Z |  | revision_number | 0 |  | tenant_id | 61c7600120ac44178c8064250d971b76 |  | updated_at | 2018-08-15T07:55:37Z |  +-----------------+--------------------------------------+ - Ping from VM0 to router0 -> Cannot ping - Check ovs flow with: sudo ovs-ofctl dump-flows br-int   Results: http://paste.openstack.org/show/728098/ - Check log in /var/log/syslog with: tailf /var/log/syslog | grep -e ACCEPT   Results: http://paste.openstack.org/show/728097/   This log came from security_group log, but log_resource_ids=[u'ebe7a495-027e-4982-bd64-fe269617dd6d'] that include the ID of fwg_log Each of log message contains a list of log objects that capture itself in log_resource_ids. This log message come from security_group logging, but it contains the ID of firewall_group log resource. Please note that, I only created firewall_group log with ID is 'ebe7a495-027e-4982-bd64-fe269617dd6d', and there is no security_group at this moment => Bug References: [1] https://docs.openstack.org/neutron/latest/admin/config-logging.html#service-workflow-for-operator
2018-08-30 17:46:22 OpenStack Infra neutron: status In Progress Fix Released
2018-09-06 05:47:05 OpenStack Infra tags logging in-stable-rocky logging
2018-09-21 09:22:29 Bernard Cafarelli tags in-stable-rocky logging in-stable-rocky logging neutron-proactive-backport-potential
2018-09-28 09:40:20 Rodolfo Alonso tags in-stable-rocky logging neutron-proactive-backport-potential in-stable-rocky logging