ubuntu@juju-4daca1-coreycb2-14:~$ apt policy neutron-common neutron-common: Installed: 2:13.0.2-0ubuntu3.1 Candidate: 2:13.0.2-0ubuntu3.1 Version table: *** 2:13.0.2-0ubuntu3.1 500 500 http://archive.ubuntu.com/ubuntu cosmic-proposed/main amd64 Packages 100 /var/lib/dpkg/status 2:13.0.2-0ubuntu1 500 500 http://nova.clouds.archive.ubuntu.com/ubuntu cosmic-updates/main amd64 Packages 2:13.0.1-0ubuntu1 500 500 http://nova.clouds.archive.ubuntu.com/ubuntu cosmic/main amd64 Packages ubuntu@juju-4daca1-coreycb2-14:~$ sudo vi /etc/neutron/plugins/ml2/openvswitch_agent.ini ... [securitygroup] enable_security_group = True firewall_driver = openvswitch (clients) ubuntu@coreycb-bastion:~/openstack-charm-testing$ openstack network list +--------------------------------------+---------+--------------------------------------+ | ID | Name | Subnets | +--------------------------------------+---------+--------------------------------------+ | 88d9dae7-e135-48df-85a3-8ae5e0e9a0bb | ext_net | ec615b9c-5917-4953-99a4-66a6817dd10c | | b8e82dd5-2dc2-479c-ad1a-ddc2c59707db | private | 0e56b291-b776-4198-9954-dfba6dc67489 | +--------------------------------------+---------+--------------------------------------+ (clients) ubuntu@coreycb-bastion:~/openstack-charm-testing$ openstack subnet list +--------------------------------------+----------------+--------------------------------------+-----------------+ | ID | Name | Network | Subnet | +--------------------------------------+----------------+--------------------------------------+-----------------+ | 0e56b291-b776-4198-9954-dfba6dc67489 | private_subnet | b8e82dd5-2dc2-479c-ad1a-ddc2c59707db | 192.168.21.0/24 | | ec615b9c-5917-4953-99a4-66a6817dd10c | ext_net_subnet | 88d9dae7-e135-48df-85a3-8ae5e0e9a0bb | 10.5.0.0/16 | +--------------------------------------+----------------+--------------------------------------+-----------------+ (clients) ubuntu@coreycb-bastion:~/openstack-charm-testing$ openstack security group create sec_group_A +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+ | Field | Value | +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+ | created_at | 2019-04-30T19:25:47Z | | description | sec_group_A | | id | 78fb7471-e61a-42e2-9f3f-3b226cc4b6ff | | location | None | | name | sec_group_A | | project_id | fc60b219cf0843e8936e2187cfe7192b | | revision_number | 1 | | rules | created_at='2019-04-30T19:25:47Z', direction='egress', ethertype='IPv4', id='1ee50e88-d263-45ac-9cf2-72a09ed20b5e', updated_at='2019-04-30T19:25:47Z' | | | created_at='2019-04-30T19:25:47Z', direction='egress', ethertype='IPv6', id='87ecbb54-61e1-4c11-b214-ec655f13ebe1', updated_at='2019-04-30T19:25:47Z' | | tags | [] | | updated_at | 2019-04-30T19:25:47Z | +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+ (clients) ubuntu@coreycb-bastion:~/openstack-charm-testing$ openstack security group create sec_group_B +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+ | Field | Value | +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+ | created_at | 2019-04-30T19:25:52Z | | description | sec_group_B | | id | 027315ae-cbff-449f-8bdc-9bee22ebf66f | | location | None | | name | sec_group_B | | project_id | fc60b219cf0843e8936e2187cfe7192b | | revision_number | 1 | | rules | created_at='2019-04-30T19:25:52Z', direction='egress', ethertype='IPv6', id='44f91431-19a9-4d21-8aeb-be090d1b4503', updated_at='2019-04-30T19:25:52Z' | | | created_at='2019-04-30T19:25:52Z', direction='egress', ethertype='IPv4', id='58bb436b-747f-43c0-825f-6a7ef34be39c', updated_at='2019-04-30T19:25:52Z' | | tags | [] | | updated_at | 2019-04-30T19:25:52Z | +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+ (clients) ubuntu@coreycb-bastion:~/openstack-charm-testing$ openstack security group rule create --ingress --proto tcp --dst-port 5682:5682 --remote-ip 0.0.0.0/0 sec_group_A +-------------------+--------------------------------------+ | Field | Value | +-------------------+--------------------------------------+ | created_at | 2019-04-30T19:26:22Z | | description | | | direction | ingress | | ether_type | IPv4 | | id | ce8aae55-f116-47e4-a21a-e14858f4eefe | | location | None | | name | None | | port_range_max | 5682 | | port_range_min | 5682 | | project_id | fc60b219cf0843e8936e2187cfe7192b | | protocol | tcp | | remote_group_id | None | | remote_ip_prefix | 0.0.0.0/0 | | revision_number | 0 | | security_group_id | 78fb7471-e61a-42e2-9f3f-3b226cc4b6ff | | tags | [] | | updated_at | 2019-04-30T19:26:22Z | +-------------------+--------------------------------------+ (clients) ubuntu@coreycb-bastion:~/openstack-charm-testing$ openstack security group rule create --ingress --proto tcp --dst-port 5672:5672 --remote-group sec_group_A sec_group_B +-------------------+--------------------------------------+ | Field | Value | +-------------------+--------------------------------------+ | created_at | 2019-04-30T19:26:33Z | | description | | | direction | ingress | | ether_type | IPv4 | | id | ba3bad36-5c2e-4c07-a7db-19287a4da95a | | location | None | | name | None | | port_range_max | 5672 | | port_range_min | 5672 | | project_id | fc60b219cf0843e8936e2187cfe7192b | | protocol | tcp | | remote_group_id | 78fb7471-e61a-42e2-9f3f-3b226cc4b6ff | | remote_ip_prefix | None | | revision_number | 0 | | security_group_id | 027315ae-cbff-449f-8bdc-9bee22ebf66f | | tags | [] | | updated_at | 2019-04-30T19:26:33Z | +-------------------+--------------------------------------+ (clients) ubuntu@coreycb-bastion:~/openstack-charm-testing$ openstack security group rule create --ingress --proto tcp --remote-group sec_group_A sec_group_B +-------------------+--------------------------------------+ | Field | Value | +-------------------+--------------------------------------+ | created_at | 2019-04-30T19:27:58Z | | description | | | direction | ingress | | ether_type | IPv4 | | id | aa2dbe5a-69d6-4bd7-864d-9f63d336d8ab | | location | None | | name | None | | port_range_max | None | | port_range_min | None | | project_id | fc60b219cf0843e8936e2187cfe7192b | | protocol | tcp | | remote_group_id | 78fb7471-e61a-42e2-9f3f-3b226cc4b6ff | | remote_ip_prefix | None | | revision_number | 0 | | security_group_id | 027315ae-cbff-449f-8bdc-9bee22ebf66f | | tags | [] | | updated_at | 2019-04-30T19:27:58Z | +-------------------+--------------------------------------+ (clients) ubuntu@coreycb-bastion:~/openstack-charm-testing$ openstack security group rule list sec_group_B +--------------------------------------+-------------+----------+------------+--------------------------------------+ | ID | IP Protocol | IP Range | Port Range | Remote Security Group | +--------------------------------------+-------------+----------+------------+--------------------------------------+ | 44f91431-19a9-4d21-8aeb-be090d1b4503 | None | None | | None | | 58bb436b-747f-43c0-825f-6a7ef34be39c | None | None | | None | | aa2dbe5a-69d6-4bd7-864d-9f63d336d8ab | tcp | None | | 78fb7471-e61a-42e2-9f3f-3b226cc4b6ff | | ba3bad36-5c2e-4c07-a7db-19287a4da95a | tcp | None | 5672:5672 | 78fb7471-e61a-42e2-9f3f-3b226cc4b6ff | +--------------------------------------+-------------+----------+------------+--------------------------------------+ (clients) ubuntu@coreycb-bastion:~/openstack-charm-testing$ openstack server create x1 --image xenial --flavor m1.small --nic net-id=`openstack network list | grep private | awk '{ print $2 }'` --security-group sec_group_B +-------------------------------------+-----------------------------------------------+ | Field | Value | +-------------------------------------+-----------------------------------------------+ | OS-DCF:diskConfig | MANUAL | | OS-EXT-AZ:availability_zone | | | OS-EXT-SRV-ATTR:host | None | | OS-EXT-SRV-ATTR:hypervisor_hostname | None | | OS-EXT-SRV-ATTR:instance_name | | | OS-EXT-STS:power_state | NOSTATE | | OS-EXT-STS:task_state | scheduling | | OS-EXT-STS:vm_state | building | | OS-SRV-USG:launched_at | None | | OS-SRV-USG:terminated_at | None | | accessIPv4 | | | accessIPv6 | | | addresses | | | adminPass | hFQ7BcDqjk34 | | config_drive | | | created | 2019-04-30T19:35:17Z | | flavor | m1.small (2) | | hostId | | | id | 421fdecf-757d-41e9-81d3-326d24826ba1 | | image | xenial (67574fd9-a955-4cc3-bfd5-70d8b577c208) | | key_name | None | | name | x1 | | progress | 0 | | project_id | fc60b219cf0843e8936e2187cfe7192b | | properties | | | security_groups | name='027315ae-cbff-449f-8bdc-9bee22ebf66f' | | status | BUILD | | updated | 2019-04-30T19:35:17Z | | user_id | b890bf8437a34f15911116945d91535c | | volumes_attached | | +-------------------------------------+-----------------------------------------------+ ubuntu@juju-4daca1-coreycb2-15:~$ sudo tail -n 100 /var/log/neutron/neutron-openvswitch-agent.log 2019-04-30 15:11:12.126 26299 INFO neutron.common.config [-] Logging enabled! 2019-04-30 15:11:12.127 26299 INFO neutron.common.config [-] /usr/bin/neutron-openvswitch-agent version 13.0.2 2019-04-30 15:11:12.127 26299 INFO ryu.base.app_manager [-] loading app neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp 2019-04-30 15:11:12.724 26299 INFO ryu.base.app_manager [-] loading app ryu.app.ofctl.service 2019-04-30 15:11:12.726 26299 INFO ryu.base.app_manager [-] loading app ryu.controller.ofp_handler 2019-04-30 15:11:12.727 26299 INFO ryu.base.app_manager [-] instantiating app neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp of OVSNeutronAgentRyuApp 2019-04-30 15:11:12.727 26299 INFO ryu.base.app_manager [-] instantiating app ryu.app.ofctl.service of OfctlService 2019-04-30 15:11:12.728 26299 INFO ryu.base.app_manager [-] instantiating app ryu.controller.ofp_handler of OFPHandler 2019-04-30 15:11:12.729 26299 INFO neutron.agent.agent_extensions_manager [-] Loaded agent extensions: [] 2019-04-30 15:11:13.005 26299 INFO neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_bridge [-] Bridge br-int has datapath-ID 000012a66cd5e64d 2019-04-30 15:11:45.805 27997 INFO neutron.common.config [-] Logging enabled! 2019-04-30 15:11:45.806 27997 INFO neutron.common.config [-] /usr/bin/neutron-openvswitch-agent version 13.0.2 2019-04-30 15:11:45.806 27997 INFO ryu.base.app_manager [-] loading app neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp 2019-04-30 15:11:46.369 27997 INFO ryu.base.app_manager [-] loading app ryu.app.ofctl.service 2019-04-30 15:11:46.370 27997 INFO ryu.base.app_manager [-] loading app ryu.controller.ofp_handler 2019-04-30 15:11:46.371 27997 INFO ryu.base.app_manager [-] instantiating app neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp of OVSNeutronAgentRyuApp 2019-04-30 15:11:46.372 27997 INFO ryu.base.app_manager [-] instantiating app ryu.app.ofctl.service of OfctlService 2019-04-30 15:11:46.372 27997 INFO ryu.base.app_manager [-] instantiating app ryu.controller.ofp_handler of OFPHandler 2019-04-30 15:11:46.373 27997 INFO neutron.agent.agent_extensions_manager [-] Loaded agent extensions: [] 2019-04-30 15:11:46.656 27997 INFO neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_bridge [-] Bridge br-int has datapath-ID 000012a66cd5e64d 2019-04-30 15:12:37.752 30740 INFO neutron.common.config [-] Logging enabled! 2019-04-30 15:12:37.753 30740 INFO neutron.common.config [-] /usr/bin/neutron-openvswitch-agent version 13.0.2 2019-04-30 15:12:37.753 30740 INFO ryu.base.app_manager [-] loading app neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp 2019-04-30 15:12:38.354 30740 INFO ryu.base.app_manager [-] loading app ryu.app.ofctl.service 2019-04-30 15:12:38.355 30740 INFO ryu.base.app_manager [-] loading app ryu.controller.ofp_handler 2019-04-30 15:12:38.356 30740 INFO ryu.base.app_manager [-] instantiating app neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp of OVSNeutronAgentRyuApp 2019-04-30 15:12:38.356 30740 INFO ryu.base.app_manager [-] instantiating app ryu.app.ofctl.service of OfctlService 2019-04-30 15:12:38.357 30740 INFO ryu.base.app_manager [-] instantiating app ryu.controller.ofp_handler of OFPHandler 2019-04-30 15:12:38.362 30740 INFO neutron.agent.agent_extensions_manager [-] Loaded agent extensions: ['qos'] 2019-04-30 15:12:38.583 30740 INFO neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_bridge [-] Bridge br-int has datapath-ID 000012a66cd5e64d 2019-04-30 15:14:23.889 2592 INFO neutron.common.config [-] Logging enabled! 2019-04-30 15:14:23.890 2592 INFO neutron.common.config [-] /usr/bin/neutron-openvswitch-agent version 13.0.2 2019-04-30 15:14:23.890 2592 INFO ryu.base.app_manager [-] loading app neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp 2019-04-30 15:14:24.453 2592 INFO ryu.base.app_manager [-] loading app ryu.app.ofctl.service 2019-04-30 15:14:24.454 2592 INFO ryu.base.app_manager [-] loading app ryu.controller.ofp_handler 2019-04-30 15:14:24.455 2592 INFO ryu.base.app_manager [-] instantiating app neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp of OVSNeutronAgentRyuApp 2019-04-30 15:14:24.455 2592 INFO ryu.base.app_manager [-] instantiating app ryu.app.ofctl.service of OfctlService 2019-04-30 15:14:24.456 2592 INFO ryu.base.app_manager [-] instantiating app ryu.controller.ofp_handler of OFPHandler 2019-04-30 15:14:24.462 2592 INFO neutron.agent.agent_extensions_manager [-] Loaded agent extensions: ['qos'] 2019-04-30 15:14:24.701 2592 INFO neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_bridge [-] Bridge br-int has datapath-ID 000012a66cd5e64d 2019-04-30 15:14:25.971 2592 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-1965d22a-14b6-4e3f-8218-0fccc4ecdda8 - - - - -] Mapping physical network physnet1 to bridge br-data 2019-04-30 15:14:26.002 2592 INFO neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_bridge [req-1965d22a-14b6-4e3f-8218-0fccc4ecdda8 - - - - -] Bridge br-data has datapath-ID 000092ab999a6b4d 2019-04-30 15:14:26.124 2592 INFO neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_bridge [req-1965d22a-14b6-4e3f-8218-0fccc4ecdda8 - - - - -] Bridge br-tun has datapath-ID 00000a3008e4a247 2019-04-30 15:14:26.133 2592 INFO neutron.agent.agent_extensions_manager [req-1965d22a-14b6-4e3f-8218-0fccc4ecdda8 - - - - -] Initializing agent extension 'qos' 2019-04-30 15:14:29.475 2592 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-58066cfa-29da-48fc-a941-998e7d42674f - - - - -] Agent initialized successfully, now running... 2019-04-30 15:58:56.152 2592 INFO neutron.agent.securitygroups_rpc [req-c134cf20-82b4-4932-ab40-b80518aa0804 b890bf8437a34f15911116945d91535c fc60b219cf0843e8936e2187cfe7192b - - -] Security group rule updated ['37249d45-8de5-411d-b530-d903a75fa2eb'] 2019-04-30 15:58:56.154 2592 INFO neutron.agent.securitygroups_rpc [req-c134cf20-82b4-4932-ab40-b80518aa0804 b890bf8437a34f15911116945d91535c fc60b219cf0843e8936e2187cfe7192b - - -] Security group rule updated ['37249d45-8de5-411d-b530-d903a75fa2eb'] 2019-04-30 15:58:56.154 2592 INFO neutron.agent.securitygroups_rpc [req-c134cf20-82b4-4932-ab40-b80518aa0804 b890bf8437a34f15911116945d91535c fc60b219cf0843e8936e2187cfe7192b - - -] Security group rule updated ['37249d45-8de5-411d-b530-d903a75fa2eb'] 2019-04-30 15:58:56.155 2592 INFO neutron.agent.securitygroups_rpc [req-c134cf20-82b4-4932-ab40-b80518aa0804 b890bf8437a34f15911116945d91535c fc60b219cf0843e8936e2187cfe7192b - - -] Security group rule updated ['37249d45-8de5-411d-b530-d903a75fa2eb'] 2019-04-30 15:58:58.329 2592 INFO neutron.agent.securitygroups_rpc [req-ff7832e7-f601-48d6-82c3-03b8d6f73f2e b890bf8437a34f15911116945d91535c fc60b219cf0843e8936e2187cfe7192b - - -] Security group rule updated ['52356cc1-40c3-4d3a-a5f0-5a91e0d74b57'] 2019-04-30 15:58:58.329 2592 INFO neutron.agent.securitygroups_rpc [req-ff7832e7-f601-48d6-82c3-03b8d6f73f2e b890bf8437a34f15911116945d91535c fc60b219cf0843e8936e2187cfe7192b - - -] Security group rule updated ['52356cc1-40c3-4d3a-a5f0-5a91e0d74b57'] 2019-04-30 15:58:58.330 2592 INFO neutron.agent.securitygroups_rpc [req-ff7832e7-f601-48d6-82c3-03b8d6f73f2e b890bf8437a34f15911116945d91535c fc60b219cf0843e8936e2187cfe7192b - - -] Security group rule updated ['52356cc1-40c3-4d3a-a5f0-5a91e0d74b57'] 2019-04-30 15:58:58.330 2592 INFO neutron.agent.securitygroups_rpc [req-ff7832e7-f601-48d6-82c3-03b8d6f73f2e b890bf8437a34f15911116945d91535c fc60b219cf0843e8936e2187cfe7192b - - -] Security group rule updated ['52356cc1-40c3-4d3a-a5f0-5a91e0d74b57'] 2019-04-30 19:25:47.541 2592 INFO neutron.agent.securitygroups_rpc [req-5347b107-0c8a-4689-8347-404e300d303a b890bf8437a34f15911116945d91535c fc60b219cf0843e8936e2187cfe7192b - - -] Security group rule updated ['78fb7471-e61a-42e2-9f3f-3b226cc4b6ff'] 2019-04-30 19:25:47.541 2592 INFO neutron.agent.securitygroups_rpc [req-5347b107-0c8a-4689-8347-404e300d303a b890bf8437a34f15911116945d91535c fc60b219cf0843e8936e2187cfe7192b - - -] Security group rule updated ['78fb7471-e61a-42e2-9f3f-3b226cc4b6ff'] 2019-04-30 19:25:52.543 2592 INFO neutron.agent.securitygroups_rpc [req-a3c4ffcb-3cd1-4f37-9050-3fccbd95cd75 b890bf8437a34f15911116945d91535c fc60b219cf0843e8936e2187cfe7192b - - -] Security group rule updated ['027315ae-cbff-449f-8bdc-9bee22ebf66f'] 2019-04-30 19:25:52.547 2592 INFO neutron.agent.securitygroups_rpc [req-a3c4ffcb-3cd1-4f37-9050-3fccbd95cd75 b890bf8437a34f15911116945d91535c fc60b219cf0843e8936e2187cfe7192b - - -] Security group rule updated ['027315ae-cbff-449f-8bdc-9bee22ebf66f'] 2019-04-30 19:26:22.976 2592 INFO neutron.agent.securitygroups_rpc [req-b0e71eb9-580a-4511-8be8-1f27610f3969 b890bf8437a34f15911116945d91535c fc60b219cf0843e8936e2187cfe7192b - - -] Security group rule updated ['78fb7471-e61a-42e2-9f3f-3b226cc4b6ff'] 2019-04-30 19:26:33.179 2592 INFO neutron.agent.securitygroups_rpc [req-cff750ae-aec3-4eee-bfab-3cc71408bed9 b890bf8437a34f15911116945d91535c fc60b219cf0843e8936e2187cfe7192b - - -] Security group rule updated ['027315ae-cbff-449f-8bdc-9bee22ebf66f'] 2019-04-30 19:27:58.160 2592 INFO neutron.agent.securitygroups_rpc [req-626aaf85-cf30-4595-a404-c533b74628a3 b890bf8437a34f15911116945d91535c fc60b219cf0843e8936e2187cfe7192b - - -] Security group rule updated ['027315ae-cbff-449f-8bdc-9bee22ebf66f'] 2019-04-30 19:33:30.648 2592 INFO neutron.agent.securitygroups_rpc [req-3723ae26-0fad-4d40-87d8-ef133e90398e b890bf8437a34f15911116945d91535c fc60b219cf0843e8936e2187cfe7192b - - -] Security group member updated {'027315ae-cbff-449f-8bdc-9bee22ebf66f'} 2019-04-30 19:33:52.016 2592 INFO neutron.agent.securitygroups_rpc [req-d6d64fad-eb38-4cc1-b25d-7915a40894d3 b890bf8437a34f15911116945d91535c fc60b219cf0843e8936e2187cfe7192b - - -] Security group member updated {'027315ae-cbff-449f-8bdc-9bee22ebf66f'} 2019-04-30 19:33:53.617 2592 INFO neutron.agent.common.ovs_lib [req-58066cfa-29da-48fc-a941-998e7d42674f - - - - -] Port ee3b7c74-f8ee-4dec-be5b-8a965df1e982 not present in bridge br-int 2019-04-30 19:33:53.618 2592 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-58066cfa-29da-48fc-a941-998e7d42674f - - - - -] port_unbound(): net_uuid None not managed by VLAN manager 2019-04-30 19:33:53.619 2592 INFO neutron.agent.securitygroups_rpc [req-58066cfa-29da-48fc-a941-998e7d42674f - - - - -] Remove device filter for ['ee3b7c74-f8ee-4dec-be5b-8a965df1e982'] 2019-04-30 19:35:19.405 2592 INFO neutron.agent.securitygroups_rpc [req-969576ba-6c38-4bec-9370-a2a226e8ced8 b890bf8437a34f15911116945d91535c fc60b219cf0843e8936e2187cfe7192b - - -] Security group member updated {'027315ae-cbff-449f-8bdc-9bee22ebf66f'} 2019-04-30 19:35:39.673 2592 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-58066cfa-29da-48fc-a941-998e7d42674f - - - - -] Port f7044c15-b975-4f5c-8fba-ad4349b7708d updated. Details: {'device': 'f7044c15-b975-4f5c-8fba-ad4349b7708d', 'network_id': 'b8e82dd5-2dc2-479c-ad1a-ddc2c59707db', 'port_id': 'f7044c15-b975-4f5c-8fba-ad4349b7708d', 'mac_address': 'fa:16:3e:49:d5:75', 'admin_state_up': True, 'network_type': 'gre', 'segmentation_id': 5, 'physical_network': None, 'fixed_ips': [{'subnet_id': '0e56b291-b776-4198-9954-dfba6dc67489', 'ip_address': '192.168.21.24'}], 'device_owner': 'compute:nova', 'allowed_address_pairs': [], 'port_security_enabled': True, 'qos_policy_id': None, 'network_qos_policy_ id': None, 'profile': {}, 'security_groups': ['027315ae-cbff-449f-8bdc-9bee22ebf66f']} 2019-04-30 19:35:39.674 2592 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-58066cfa-29da-48fc-a941-998e7d42674f - - - - -] Assigning 1 as local vlan for net-id=b8e82dd5-2dc2-479c-ad1a-ddc2c59707db 2019-04-30 19:35:39.697 2592 INFO neutron.agent.securitygroups_rpc [req-58066cfa-29da-48fc-a941-998e7d42674f - - - - -] Preparing filters for devices {'f7044c15-b975-4f5c-8fba-ad4349b7708d'} 2019-04-30 19:35:40.988 2592 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-58066cfa-29da-48fc-a941-998e7d42674f - - - - -] Configuration for devices up ['f7044c15-b975-4f5c-8fba-ad4349b7708d'] and devices down [] completed. 2019-04-30 19:35:40.989 2592 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-58066cfa-29da-48fc-a941-998e7d42674f - - - - -] Cleaning stale br-int flows 2019-04-30 19:35:41.002 2592 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-58066cfa-29da-48fc-a941-998e7d42674f - - - - -] Cleaning stale br-data flows 2019-04-30 19:35:41.005 2592 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-58066cfa-29da-48fc-a941-998e7d42674f - - - - -] Cleaning stale br-tun flows 2019-04-30 19:35:41.677 2592 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-58066cfa-29da-48fc-a941-998e7d42674f - - - - -] Port f7044c15-b975-4f5c-8fba-ad4349b7708d updated. Details: {'device': 'f7044c15-b975-4f5c-8fba-ad4349b7708d', 'network_id': 'b8e82dd5-2dc2-479c-ad1a-ddc2c59707db', 'port_id': 'f7044c15-b975-4f5c-8fba-ad4349b7708d', 'mac_address': 'fa:16:3e:49:d5:75', 'admin_state_up': True, 'network_type': 'gre', 'segmentation_id': 5, 'physical_network': None, 'fixed_ips': [{'subnet_id': '0e56b291-b776-4198-9954-dfba6dc67489', 'ip_address': '192.168.21.24'}], 'device_owner': 'compute:nova', 'allowed_address_pairs': [], 'port_security_enabled': True, 'qos_policy_id': None, 'network_qos_policy_ id': None, 'profile': {}, 'security_groups': ['027315ae-cbff-449f-8bdc-9bee22ebf66f']} 2019-04-30 19:35:41.682 2592 INFO neutron.agent.securitygroups_rpc [req-58066cfa-29da-48fc-a941-998e7d42674f - - - - -] Refresh firewall rules 2019-04-30 19:35:43.664 2592 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-58066cfa-29da-48fc-a941-998e7d42674f - - - - -] Configuration for devices up ['f7044c15-b975-4f5c-8fba-ad4349b7708d'] and devices down [] completed. 2019-04-30 19:36:06.048 2592 INFO neutron.agent.securitygroups_rpc [req-c438941e-00d7-42bf-8ee0-72384b4ab67f 260f5537be654f95a90812a60ccf8e81 af12cdb422de4518aa31cf7f478c7ee0 - - -] Security group rule updated ['729e494d-534f-4343-bb69-e04b02928317'] 2019-04-30 19:36:06.049 2592 INFO neutron.agent.securitygroups_rpc [req-c438941e-00d7-42bf-8ee0-72384b4ab67f 260f5537be654f95a90812a60ccf8e81 af12cdb422de4518aa31cf7f478c7ee0 - - -] Security group rule updated ['729e494d-534f-4343-bb69-e04b02928317'] 2019-04-30 19:36:06.050 2592 INFO neutron.agent.securitygroups_rpc [req-c438941e-00d7-42bf-8ee0-72384b4ab67f 260f5537be654f95a90812a60ccf8e81 af12cdb422de4518aa31cf7f478c7ee0 - - -] Security group rule updated ['729e494d-534f-4343-bb69-e04b02928317'] 2019-04-30 19:36:06.050 2592 INFO neutron.agent.securitygroups_rpc [req-c438941e-00d7-42bf-8ee0-72384b4ab67f 260f5537be654f95a90812a60ccf8e81 af12cdb422de4518aa31cf7f478c7ee0 - - -] Security group rule updated ['729e494d-534f-4343-bb69-e04b02928317']