+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Tue Jun 30 18:36:55 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:39 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: neutron-server-55b956564b-w79nt machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7f02e6e5b668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-06-30 18:36:59.521 8 INFO neutron.common.config [-] Logging enabled! 2026-06-30 18:36:59.521 8 INFO neutron.common.config [-] uwsgi version 26.0.4.dev33 2026-06-30 18:36:59.527 7 INFO neutron.common.config [-] Logging enabled! 2026-06-30 18:36:59.527 7 INFO neutron.common.config [-] uwsgi version 26.0.4.dev33 2026-06-30 18:37:00.534 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-30 18:37:00.607 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-30 18:37:01.857 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-30 18:37:01.860 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-30 18:37:01.865 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-30 18:37:01.866 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-30 18:37:01.866 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-30 18:37:01.866 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-30 18:37:01.866 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-30 18:37:01.874 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-30 18:37:01.874 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-30 18:37:01.874 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-30 18:37:01.896 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-30 18:37:01.897 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-30 18:37:01.897 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-30 18:37:01.943 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-30 18:37:01.944 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-30 18:37:01.944 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-30 18:37:01.944 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-30 18:37:02.024 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-30 18:37:02.027 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-30 18:37:02.031 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-30 18:37:02.032 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-30 18:37:02.032 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-30 18:37:02.033 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-30 18:37:02.033 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-30 18:37:02.042 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-30 18:37:02.042 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-30 18:37:02.042 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-30 18:37:02.064 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-30 18:37:02.065 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-30 18:37:02.065 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-30 18:37:02.107 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-30 18:37:02.107 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-30 18:37:02.107 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-30 18:37:02.108 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-30 18:37:02.231 7 INFO neutron.plugins.ml2.managers [None req-fa2dfc7a-ab3c-400e-9d18-f52ee24830d7 - - - - - -] Initializing driver for type 'vlan' 2026-06-30 18:37:02.417 8 INFO neutron.plugins.ml2.managers [None req-f707fbd2-0d72-45e5-a3db-562e9ee48398 - - - - - -] Initializing driver for type 'vlan' 2026-06-30 18:37:02.492 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-fa2dfc7a-ab3c-400e-9d18-f52ee24830d7 - - - - - -] VlanTypeDriver initialization complete 2026-06-30 18:37:02.493 7 INFO neutron.plugins.ml2.managers [None req-fa2dfc7a-ab3c-400e-9d18-f52ee24830d7 - - - - - -] Initializing driver for type 'vxlan' 2026-06-30 18:37:02.493 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-fa2dfc7a-ab3c-400e-9d18-f52ee24830d7 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-30 18:37:02.506 7 INFO neutron.plugins.ml2.managers [None req-fa2dfc7a-ab3c-400e-9d18-f52ee24830d7 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-30 18:37:02.506 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-fa2dfc7a-ab3c-400e-9d18-f52ee24830d7 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-30 18:37:02.506 7 INFO neutron.plugins.ml2.managers [None req-fa2dfc7a-ab3c-400e-9d18-f52ee24830d7 - - - - - -] Initializing extension driver 'port_security' 2026-06-30 18:37:02.506 7 INFO neutron.plugins.ml2.extensions.port_security [None req-fa2dfc7a-ab3c-400e-9d18-f52ee24830d7 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-30 18:37:02.506 7 INFO neutron.plugins.ml2.managers [None req-fa2dfc7a-ab3c-400e-9d18-f52ee24830d7 - - - - - -] Initializing extension driver 'qos' 2026-06-30 18:37:02.506 7 INFO neutron.plugins.ml2.managers [None req-fa2dfc7a-ab3c-400e-9d18-f52ee24830d7 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-30 18:37:02.506 7 INFO neutron.plugins.ml2.managers [None req-fa2dfc7a-ab3c-400e-9d18-f52ee24830d7 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-30 18:37:02.520 7 INFO neutron.quota [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded quota_driver: . 2026-06-30 18:37:02.521 7 INFO neutron.plugins.ml2.plugin [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Modular L2 Plugin initialization complete 2026-06-30 18:37:02.521 7 INFO neutron.plugins.ml2.managers [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-30 18:37:02.521 7 INFO neutron.plugins.ml2.managers [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-30 18:37:02.521 7 INFO neutron.plugins.ml2.managers [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Got port-security extension from driver 'port_security' 2026-06-30 18:37:02.521 7 INFO neutron.extensions.vlantransparent [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Disabled vlantransparent extension. 2026-06-30 18:37:02.522 7 INFO neutron.extensions.qinq [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Disabled VLAN QinQ extension. 2026-06-30 18:37:02.522 7 INFO neutron.manager [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loading Plugin: qos 2026-06-30 18:37:02.535 7 INFO neutron.manager [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loading Plugin: router 2026-06-30 18:37:02.579 7 INFO neutron.services.service_base [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-30 18:37:02.579 7 INFO neutron.manager [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loading Plugin: segments 2026-06-30 18:37:02.670 7 INFO neutron.manager [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loading Plugin: trunk 2026-06-30 18:37:02.684 7 INFO neutron.manager [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loading Plugin: vpnaas 2026-06-30 18:37:02.722 7 WARNING stevedore.named [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-30 18:37:02.723 7 WARNING stevedore.named [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-30 18:37:02.799 7 INFO neutron_vpnaas.services.vpn.plugin [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-30 18:37:02.799 7 INFO neutron.common.utils [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-30 18:37:02.799 7 INFO neutron.manager [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loading Plugin: taas 2026-06-30 18:37:02.824 7 WARNING stevedore.named [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-30 18:37:02.836 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-f707fbd2-0d72-45e5-a3db-562e9ee48398 - - - - - -] VlanTypeDriver initialization complete 2026-06-30 18:37:02.836 8 INFO neutron.plugins.ml2.managers [None req-f707fbd2-0d72-45e5-a3db-562e9ee48398 - - - - - -] Initializing driver for type 'vxlan' 2026-06-30 18:37:02.836 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-f707fbd2-0d72-45e5-a3db-562e9ee48398 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-30 18:37:02.849 8 INFO neutron.plugins.ml2.managers [None req-f707fbd2-0d72-45e5-a3db-562e9ee48398 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-30 18:37:02.849 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-f707fbd2-0d72-45e5-a3db-562e9ee48398 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-30 18:37:02.849 8 INFO neutron.plugins.ml2.managers [None req-f707fbd2-0d72-45e5-a3db-562e9ee48398 - - - - - -] Initializing extension driver 'port_security' 2026-06-30 18:37:02.849 8 INFO neutron.plugins.ml2.extensions.port_security [None req-f707fbd2-0d72-45e5-a3db-562e9ee48398 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-30 18:37:02.850 8 INFO neutron.plugins.ml2.managers [None req-f707fbd2-0d72-45e5-a3db-562e9ee48398 - - - - - -] Initializing extension driver 'qos' 2026-06-30 18:37:02.850 8 INFO neutron.plugins.ml2.managers [None req-f707fbd2-0d72-45e5-a3db-562e9ee48398 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-30 18:37:02.850 8 INFO neutron.plugins.ml2.managers [None req-f707fbd2-0d72-45e5-a3db-562e9ee48398 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-30 18:37:02.850 7 INFO neutron_taas.services.taas.taas_plugin [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-30 18:37:02.851 7 INFO neutron.manager [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loading Plugin: tapmirror 2026-06-30 18:37:02.865 8 INFO neutron.quota [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded quota_driver: . 2026-06-30 18:37:02.866 8 INFO neutron.plugins.ml2.plugin [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Modular L2 Plugin initialization complete 2026-06-30 18:37:02.866 8 INFO neutron.plugins.ml2.managers [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-30 18:37:02.866 8 INFO neutron.plugins.ml2.managers [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-30 18:37:02.866 8 INFO neutron.plugins.ml2.managers [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-30 18:37:02.866 8 INFO neutron.extensions.vlantransparent [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Disabled vlantransparent extension. 2026-06-30 18:37:02.866 7 WARNING stevedore.named [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-30 18:37:02.867 8 INFO neutron.extensions.qinq [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Disabled VLAN QinQ extension. 2026-06-30 18:37:02.867 8 INFO neutron.manager [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loading Plugin: qos 2026-06-30 18:37:02.880 8 INFO neutron.manager [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loading Plugin: router 2026-06-30 18:37:02.887 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-30 18:37:02.888 7 INFO neutron.manager [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loading Plugin: auto_allocate 2026-06-30 18:37:02.897 7 INFO neutron.manager [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loading Plugin: tag 2026-06-30 18:37:02.907 7 INFO neutron.manager [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loading Plugin: timestamp 2026-06-30 18:37:02.910 7 INFO neutron.manager [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loading Plugin: network_ip_availability 2026-06-30 18:37:02.914 7 INFO neutron.manager [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loading Plugin: flavors 2026-06-30 18:37:02.917 7 INFO neutron.manager [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loading Plugin: revisions 2026-06-30 18:37:02.921 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Initializing extension manager. 2026-06-30 18:37:02.922 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: address-group 2026-06-30 18:37:02.923 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: address-scope 2026-06-30 18:37:02.923 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-30 18:37:02.924 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: agent 2026-06-30 18:37:02.925 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: agent-resources-synced 2026-06-30 18:37:02.926 8 INFO neutron.services.service_base [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-30 18:37:02.926 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: allowed-address-pairs 2026-06-30 18:37:02.926 8 INFO neutron.manager [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loading Plugin: segments 2026-06-30 18:37:02.926 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: auto-allocated-topology 2026-06-30 18:37:02.927 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: availability_zone 2026-06-30 18:37:02.928 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: availability_zone_filter 2026-06-30 18:37:02.928 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-30 18:37:02.929 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: default-subnetpools 2026-06-30 18:37:02.930 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-30 18:37:02.932 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: dns-integration 2026-06-30 18:37:02.933 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: dns-domain-ports 2026-06-30 18:37:02.933 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-30 18:37:02.935 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: dvr 2026-06-30 18:37:02.935 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-30 18:37:02.936 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: empty-string-filtering 2026-06-30 18:37:02.937 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-30 18:37:02.937 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-30 18:37:02.938 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: external-net 2026-06-30 18:37:02.939 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-30 18:37:02.939 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: extraroute 2026-06-30 18:37:02.940 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: extraroute-atomic 2026-06-30 18:37:02.941 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-30 18:37:02.942 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-30 18:37:02.942 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-30 18:37:02.943 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-30 18:37:02.945 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: fip-port-details 2026-06-30 18:37:02.946 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: flavors 2026-06-30 18:37:02.947 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-30 18:37:02.948 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: floatingip-pools 2026-06-30 18:37:02.949 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: ip_allocation 2026-06-30 18:37:02.949 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: ip-substring-filtering 2026-06-30 18:37:02.951 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: l2_adjacency 2026-06-30 18:37:02.952 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: router 2026-06-30 18:37:02.954 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-30 18:37:02.954 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-30 18:37:02.955 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-30 18:37:02.955 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: ext-gw-mode 2026-06-30 18:37:02.956 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: l3-ha 2026-06-30 18:37:02.956 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-30 18:37:02.957 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-30 18:37:02.958 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: l3-flavors 2026-06-30 18:37:02.959 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-30 18:37:02.959 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-30 18:37:02.961 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-30 18:37:02.963 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-30 18:37:02.964 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-30 18:37:02.965 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-30 18:37:02.965 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-30 18:37:02.966 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: multi-provider 2026-06-30 18:37:02.966 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: net-mtu 2026-06-30 18:37:02.967 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: net-mtu-writable 2026-06-30 18:37:02.968 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: network_availability_zone 2026-06-30 18:37:02.969 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: network_ha 2026-06-30 18:37:02.969 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: network-ip-availability 2026-06-30 18:37:02.970 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-30 18:37:02.971 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: pagination 2026-06-30 18:37:02.971 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: port-device-profile 2026-06-30 18:37:02.972 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-30 18:37:02.972 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-30 18:37:02.973 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-30 18:37:02.973 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: port-mac-override 2026-06-30 18:37:02.974 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-30 18:37:02.974 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-30 18:37:02.975 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-30 18:37:02.975 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: port-resource-request 2026-06-30 18:37:02.976 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: port-resource-request-groups 2026-06-30 18:37:02.977 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-30 18:37:02.977 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: binding 2026-06-30 18:37:02.978 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: binding-extended 2026-06-30 18:37:02.979 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: port-security 2026-06-30 18:37:02.980 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: project-id 2026-06-30 18:37:02.980 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: provider 2026-06-30 18:37:02.981 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-30 18:37:02.983 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: qos 2026-06-30 18:37:02.984 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-30 18:37:02.984 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-30 18:37:02.985 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: qos-default 2026-06-30 18:37:02.985 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: qos-fip 2026-06-30 18:37:02.986 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-30 18:37:02.986 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: qos-gateway-ip 2026-06-30 18:37:02.987 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: qos-port-network-policy 2026-06-30 18:37:02.987 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: qos-pps-minimum 2026-06-30 18:37:02.988 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-30 18:37:02.989 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: qos-pps 2026-06-30 18:37:02.989 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: qos-rule-type-details 2026-06-30 18:37:02.990 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-30 18:37:02.990 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: qos-rules-alias 2026-06-30 18:37:02.991 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: quota-check-limit 2026-06-30 18:37:02.991 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: quota-check-limit-default 2026-06-30 18:37:02.994 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: quotas 2026-06-30 18:37:02.995 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: quota_details 2026-06-30 18:37:02.997 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: rbac-policies 2026-06-30 18:37:02.997 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: rbac-address-group 2026-06-30 18:37:02.998 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: rbac-address-scope 2026-06-30 18:37:02.998 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: rbac-security-groups 2026-06-30 18:37:02.999 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: rbac-subnetpool 2026-06-30 18:37:02.999 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: revision-if-match 2026-06-30 18:37:03.000 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: standard-attr-revisions 2026-06-30 18:37:03.000 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: router_availability_zone 2026-06-30 18:37:03.001 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-30 18:37:03.004 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: security-groups-default-rules 2026-06-30 18:37:03.005 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-30 18:37:03.006 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-30 18:37:03.006 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-30 18:37:03.007 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-30 18:37:03.007 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-30 18:37:03.011 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: security-group 2026-06-30 18:37:03.013 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: segment 2026-06-30 18:37:03.013 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-30 18:37:03.014 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: service-type 2026-06-30 18:37:03.014 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: sorting 2026-06-30 18:37:03.015 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: standard-attr-segment 2026-06-30 18:37:03.015 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: standard-attr-description 2026-06-30 18:37:03.016 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: stateful-security-group 2026-06-30 18:37:03.016 7 WARNING neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-30 18:37:03.017 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-30 18:37:03.017 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: subnet-external-network 2026-06-30 18:37:03.018 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: subnet_onboard 2026-06-30 18:37:03.018 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-30 18:37:03.019 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: subnet-service-types 2026-06-30 18:37:03.020 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: subnet_allocation 2026-06-30 18:37:03.020 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-30 18:37:03.021 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: tag-creation 2026-06-30 18:37:03.021 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-30 18:37:03.025 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: standard-attr-tag 2026-06-30 18:37:03.026 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-30 18:37:03.027 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: trunk 2026-06-30 18:37:03.027 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: trunk-details 2026-06-30 18:37:03.028 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-30 18:37:03.028 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-30 18:37:03.029 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-30 18:37:03.029 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-30 18:37:03.031 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-30 18:37:03.032 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-30 18:37:03.033 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: vpn-flavors 2026-06-30 18:37:03.034 8 INFO neutron.manager [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loading Plugin: trunk 2026-06-30 18:37:03.035 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: vpnaas 2026-06-30 18:37:03.036 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: taas 2026-06-30 18:37:03.037 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: tap-mirror 2026-06-30 18:37:03.037 7 INFO neutron.api.extensions [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Loaded extension: taas-vlan-filter 2026-06-30 18:37:03.040 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-30 18:37:03.040 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-30 18:37:03.040 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 18:37:03.041 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-30 18:37:03.044 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-30 18:37:03.044 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-30 18:37:03.049 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-30 18:37:03.049 8 INFO neutron.manager [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loading Plugin: vpnaas 2026-06-30 18:37:03.050 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-30 18:37:03.050 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-30 18:37:03.051 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 18:37:03.051 7 WARNING neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] subnetpool is already registered 2026-06-30 18:37:03.051 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 18:37:03.052 7 WARNING neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] subnetpool is already registered 2026-06-30 18:37:03.052 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-30 18:37:03.052 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-30 18:37:03.053 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-30 18:37:03.053 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-30 18:37:03.054 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-30 18:37:03.054 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-30 18:37:03.054 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-30 18:37:03.055 7 WARNING neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] ipsecpolicy is already registered 2026-06-30 18:37:03.055 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-30 18:37:03.055 7 WARNING neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] ikepolicy is already registered 2026-06-30 18:37:03.059 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-30 18:37:03.060 7 WARNING neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] router is already registered 2026-06-30 18:37:03.060 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-30 18:37:03.060 7 WARNING neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] floatingip is already registered 2026-06-30 18:37:03.064 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-30 18:37:03.064 7 WARNING neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] rbac_policy is already registered 2026-06-30 18:37:03.064 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-30 18:37:03.065 7 WARNING neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] security_group is already registered 2026-06-30 18:37:03.065 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-30 18:37:03.065 7 WARNING neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] security_group_rule is already registered 2026-06-30 18:37:03.066 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 18:37:03.066 7 WARNING neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] subnetpool is already registered 2026-06-30 18:37:03.066 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 18:37:03.067 7 WARNING neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] subnetpool is already registered 2026-06-30 18:37:03.067 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-30 18:37:03.067 7 WARNING neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] trunk is already registered 2026-06-30 18:37:03.067 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-30 18:37:03.068 7 WARNING neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] ikepolicy is already registered 2026-06-30 18:37:03.068 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-30 18:37:03.068 7 WARNING neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] ipsecpolicy is already registered 2026-06-30 18:37:03.069 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-30 18:37:03.069 7 WARNING neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] endpoint_group is already registered 2026-06-30 18:37:03.069 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-30 18:37:03.069 7 WARNING neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] vpnservice is already registered 2026-06-30 18:37:03.070 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-30 18:37:03.070 7 WARNING neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] ipsec_site_connection is already registered 2026-06-30 18:37:03.070 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-30 18:37:03.070 7 WARNING neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] ipsecpolicy is already registered 2026-06-30 18:37:03.071 7 INFO neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-30 18:37:03.071 7 WARNING neutron.quota.resource_registry [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] ikepolicy is already registered 2026-06-30 18:37:03.090 8 WARNING stevedore.named [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-30 18:37:03.091 8 WARNING stevedore.named [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-30 18:37:03.107 7 WARNING keystonemiddleware._common.config [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-30 18:37:03.113 7 WARNING oslo_config.cfg [None req-367f09bc-ffe6-4d7a-9058-dc29447e4f9b - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f02e6e5b668 pid: 7 (default app) 2026-06-30 18:37:03.202 8 INFO neutron_vpnaas.services.vpn.plugin [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-30 18:37:03.202 8 INFO neutron.common.utils [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-30 18:37:03.202 8 INFO neutron.manager [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loading Plugin: taas 2026-06-30 18:37:03.234 8 WARNING stevedore.named [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-30 18:37:03.258 8 INFO neutron_taas.services.taas.taas_plugin [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-30 18:37:03.258 8 INFO neutron.manager [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loading Plugin: tapmirror 2026-06-30 18:37:03.274 8 WARNING stevedore.named [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-30 18:37:03.293 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-30 18:37:03.293 8 INFO neutron.manager [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loading Plugin: auto_allocate 2026-06-30 18:37:03.302 8 INFO neutron.manager [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loading Plugin: tag 2026-06-30 18:37:03.312 8 INFO neutron.manager [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loading Plugin: timestamp 2026-06-30 18:37:03.317 8 INFO neutron.manager [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loading Plugin: network_ip_availability 2026-06-30 18:37:03.322 8 INFO neutron.manager [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loading Plugin: flavors 2026-06-30 18:37:03.326 8 INFO neutron.manager [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loading Plugin: revisions 2026-06-30 18:37:03.329 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Initializing extension manager. 2026-06-30 18:37:03.332 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: address-group 2026-06-30 18:37:03.333 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: address-scope 2026-06-30 18:37:03.333 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-30 18:37:03.334 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: agent 2026-06-30 18:37:03.335 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: agent-resources-synced 2026-06-30 18:37:03.336 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-30 18:37:03.337 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-30 18:37:03.338 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: availability_zone 2026-06-30 18:37:03.339 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: availability_zone_filter 2026-06-30 18:37:03.339 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-30 18:37:03.340 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: default-subnetpools 2026-06-30 18:37:03.342 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-30 18:37:03.343 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: dns-integration 2026-06-30 18:37:03.343 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: dns-domain-ports 2026-06-30 18:37:03.344 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-30 18:37:03.345 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: dvr 2026-06-30 18:37:03.345 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-30 18:37:03.346 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: empty-string-filtering 2026-06-30 18:37:03.347 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-30 18:37:03.348 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-30 18:37:03.349 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: external-net 2026-06-30 18:37:03.349 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-30 18:37:03.350 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: extraroute 2026-06-30 18:37:03.351 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: extraroute-atomic 2026-06-30 18:37:03.352 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-30 18:37:03.352 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-30 18:37:03.353 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-30 18:37:03.353 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-30 18:37:03.354 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: fip-port-details 2026-06-30 18:37:03.355 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: flavors 2026-06-30 18:37:03.356 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-30 18:37:03.357 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: floatingip-pools 2026-06-30 18:37:03.357 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: ip_allocation 2026-06-30 18:37:03.358 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-30 18:37:03.358 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: l2_adjacency 2026-06-30 18:37:03.359 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: router 2026-06-30 18:37:03.361 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-30 18:37:03.362 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-30 18:37:03.363 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-30 18:37:03.363 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: ext-gw-mode 2026-06-30 18:37:03.364 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: l3-ha 2026-06-30 18:37:03.364 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-30 18:37:03.365 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-30 18:37:03.366 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: l3-flavors 2026-06-30 18:37:03.367 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-30 18:37:03.367 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-30 18:37:03.370 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-30 18:37:03.372 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-30 18:37:03.373 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-30 18:37:03.374 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-30 18:37:03.374 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-30 18:37:03.375 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: multi-provider 2026-06-30 18:37:03.375 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: net-mtu 2026-06-30 18:37:03.376 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: net-mtu-writable 2026-06-30 18:37:03.377 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: network_availability_zone 2026-06-30 18:37:03.377 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: network_ha 2026-06-30 18:37:03.378 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: network-ip-availability 2026-06-30 18:37:03.379 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-30 18:37:03.380 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: pagination 2026-06-30 18:37:03.381 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: port-device-profile 2026-06-30 18:37:03.381 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-30 18:37:03.382 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-30 18:37:03.382 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-30 18:37:03.383 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: port-mac-override 2026-06-30 18:37:03.383 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-30 18:37:03.384 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-30 18:37:03.385 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-30 18:37:03.385 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: port-resource-request 2026-06-30 18:37:03.386 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-30 18:37:03.386 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-30 18:37:03.387 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: binding 2026-06-30 18:37:03.388 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: binding-extended 2026-06-30 18:37:03.388 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: port-security 2026-06-30 18:37:03.389 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: project-id 2026-06-30 18:37:03.389 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: provider 2026-06-30 18:37:03.390 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-30 18:37:03.393 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: qos 2026-06-30 18:37:03.394 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-30 18:37:03.394 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-30 18:37:03.395 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: qos-default 2026-06-30 18:37:03.395 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: qos-fip 2026-06-30 18:37:03.396 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-30 18:37:03.396 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-30 18:37:03.397 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-30 18:37:03.397 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-30 18:37:03.398 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-30 18:37:03.399 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: qos-pps 2026-06-30 18:37:03.399 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-30 18:37:03.400 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-30 18:37:03.400 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: qos-rules-alias 2026-06-30 18:37:03.401 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: quota-check-limit 2026-06-30 18:37:03.402 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-30 18:37:03.404 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: quotas 2026-06-30 18:37:03.405 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: quota_details 2026-06-30 18:37:03.406 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: rbac-policies 2026-06-30 18:37:03.407 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: rbac-address-group 2026-06-30 18:37:03.407 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: rbac-address-scope 2026-06-30 18:37:03.408 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: rbac-security-groups 2026-06-30 18:37:03.408 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-30 18:37:03.409 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: revision-if-match 2026-06-30 18:37:03.410 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-30 18:37:03.410 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: router_availability_zone 2026-06-30 18:37:03.411 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-30 18:37:03.415 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-30 18:37:03.416 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-30 18:37:03.416 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-30 18:37:03.417 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-30 18:37:03.417 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-30 18:37:03.418 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-30 18:37:03.423 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: security-group 2026-06-30 18:37:03.424 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: segment 2026-06-30 18:37:03.424 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-30 18:37:03.425 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: service-type 2026-06-30 18:37:03.426 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: sorting 2026-06-30 18:37:03.426 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: standard-attr-segment 2026-06-30 18:37:03.427 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: standard-attr-description 2026-06-30 18:37:03.428 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: stateful-security-group 2026-06-30 18:37:03.428 8 WARNING neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-30 18:37:03.429 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-30 18:37:03.429 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: subnet-external-network 2026-06-30 18:37:03.430 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: subnet_onboard 2026-06-30 18:37:03.430 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-30 18:37:03.431 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: subnet-service-types 2026-06-30 18:37:03.432 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: subnet_allocation 2026-06-30 18:37:03.433 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-30 18:37:03.433 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: tag-creation 2026-06-30 18:37:03.434 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-30 18:37:03.438 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: standard-attr-tag 2026-06-30 18:37:03.438 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-30 18:37:03.439 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: trunk 2026-06-30 18:37:03.439 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: trunk-details 2026-06-30 18:37:03.440 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-30 18:37:03.440 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-30 18:37:03.441 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-30 18:37:03.442 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-30 18:37:03.444 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-30 18:37:03.444 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-30 18:37:03.446 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: vpn-flavors 2026-06-30 18:37:03.447 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: vpnaas 2026-06-30 18:37:03.449 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: taas 2026-06-30 18:37:03.450 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: tap-mirror 2026-06-30 18:37:03.450 8 INFO neutron.api.extensions [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-30 18:37:03.453 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-30 18:37:03.453 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-30 18:37:03.453 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 18:37:03.453 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-30 18:37:03.457 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-30 18:37:03.457 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-30 18:37:03.462 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-30 18:37:03.462 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-30 18:37:03.463 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-30 18:37:03.463 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 18:37:03.464 8 WARNING neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] subnetpool is already registered 2026-06-30 18:37:03.464 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 18:37:03.464 8 WARNING neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] subnetpool is already registered 2026-06-30 18:37:03.465 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-30 18:37:03.465 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-30 18:37:03.466 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-30 18:37:03.466 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-30 18:37:03.467 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-30 18:37:03.467 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-30 18:37:03.468 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-30 18:37:03.468 8 WARNING neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] ipsecpolicy is already registered 2026-06-30 18:37:03.468 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-30 18:37:03.468 8 WARNING neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] ikepolicy is already registered 2026-06-30 18:37:03.473 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-30 18:37:03.473 8 WARNING neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] router is already registered 2026-06-30 18:37:03.474 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-30 18:37:03.474 8 WARNING neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] floatingip is already registered 2026-06-30 18:37:03.477 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-30 18:37:03.478 8 WARNING neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] rbac_policy is already registered 2026-06-30 18:37:03.478 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-30 18:37:03.478 8 WARNING neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] security_group is already registered 2026-06-30 18:37:03.479 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-30 18:37:03.479 8 WARNING neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] security_group_rule is already registered 2026-06-30 18:37:03.480 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 18:37:03.480 8 WARNING neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] subnetpool is already registered 2026-06-30 18:37:03.480 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 18:37:03.480 8 WARNING neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] subnetpool is already registered 2026-06-30 18:37:03.481 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-30 18:37:03.481 8 WARNING neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] trunk is already registered 2026-06-30 18:37:03.481 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-30 18:37:03.481 8 WARNING neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] ikepolicy is already registered 2026-06-30 18:37:03.482 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-30 18:37:03.482 8 WARNING neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] ipsecpolicy is already registered 2026-06-30 18:37:03.482 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-30 18:37:03.483 8 WARNING neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] endpoint_group is already registered 2026-06-30 18:37:03.483 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-30 18:37:03.483 8 WARNING neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] vpnservice is already registered 2026-06-30 18:37:03.484 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-30 18:37:03.484 8 WARNING neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] ipsec_site_connection is already registered 2026-06-30 18:37:03.484 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-30 18:37:03.484 8 WARNING neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] ipsecpolicy is already registered 2026-06-30 18:37:03.485 8 INFO neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-30 18:37:03.485 8 WARNING neutron.quota.resource_registry [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] ikepolicy is already registered 2026-06-30 18:37:03.522 8 WARNING keystonemiddleware._common.config [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-30 18:37:03.528 8 WARNING oslo_config.cfg [None req-ac92bd98-b9cc-4e08-a04b-8cdeccd69377 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f02e6e5b668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 18:37:08.741 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dbec03c0-fc84-427c-9849-fff6f5e4e965 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.204.45.89 () {44 vars in 924 bytes} [Tue Jun 30 18:37:07 2026] GET /v2.0/networks/public => generated 108 bytes in 790 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/5] 199.204.45.89 () {44 vars in 946 bytes} [Tue Jun 30 18:37:08 2026] GET /v2.0/networks?name=public => generated 15 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 18:37:09.501 7 WARNING neutron.services.revisions.revision_plugin [None req-85920b5c-67d4-4846-b0ca-a53c22c35809 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Could not find related network for resource to bump revision. 2026-06-30 18:37:09.522 7 INFO neutron.db.segments_db [None req-85920b5c-67d4-4846-b0ca-a53c22c35809 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Added segment 15e8c9c2-0b2b-410e-851d-edeb5374589c of type flat for network 8cf5bcf3-1bdc-4524-9ed2-5cd84cc555fc 2026-06-30 18:37:09.571 7 INFO neutron.pecan_wsgi.hooks.translation [None req-85920b5c-67d4-4846-b0ca-a53c22c35809 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.204.45.89 () {48 vars in 964 bytes} [Tue Jun 30 18:37:09 2026] POST /v2.0/networks => generated 124 bytes in 457 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 18:37:15.778 8 INFO neutron.pecan_wsgi.hooks.translation [None req-027487c8-8b6c-4202-ae39-0b24360c8c62 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/7] 199.204.45.89 () {44 vars in 924 bytes} [Tue Jun 30 18:37:15 2026] GET /v2.0/networks/public => generated 108 bytes in 379 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/8] 199.204.45.89 () {44 vars in 946 bytes} [Tue Jun 30 18:37:15 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 18:37:16.021 8 WARNING neutron.services.revisions.revision_plugin [None req-b9e83624-86a6-4203-977c-f979fe11ee82 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Could not find related network for resource to bump revision. 2026-06-30 18:37:16.047 8 INFO neutron.db.segments_db [None req-b9e83624-86a6-4203-977c-f979fe11ee82 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Added segment cb5098af-87b8-43fd-96a5-1b33f8e4bdd6 of type flat for network 96aa99e6-b0c4-489a-bd71-d97059d6ec88 2026-06-30 18:37:16.098 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b9e83624-86a6-4203-977c-f979fe11ee82 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/9] 199.204.45.89 () {48 vars in 964 bytes} [Tue Jun 30 18:37:15 2026] POST /v2.0/networks => generated 124 bytes in 311 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 18:37:21.954 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d0e7779f-f625-46cc-b839-ee83fd60c23e 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.204.45.89 () {44 vars in 924 bytes} [Tue Jun 30 18:37:21 2026] GET /v2.0/networks/public => generated 108 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/12] 199.204.45.89 () {44 vars in 946 bytes} [Tue Jun 30 18:37:21 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 18:37:22.029 8 WARNING neutron.services.revisions.revision_plugin [None req-b84f55db-395b-4bb6-af86-2be87ccd0cc4 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Could not find related network for resource to bump revision. 2026-06-30 18:37:22.048 8 INFO neutron.db.segments_db [None req-b84f55db-395b-4bb6-af86-2be87ccd0cc4 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Added segment ef012d17-9f9e-41e6-b833-12102d1e7da9 of type flat for network 47caeca2-2ed6-4074-b104-afb954699cc2 2026-06-30 18:37:22.074 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b84f55db-395b-4bb6-af86-2be87ccd0cc4 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.204.45.89 () {48 vars in 964 bytes} [Tue Jun 30 18:37:21 2026] POST /v2.0/networks => generated 124 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 18:37:27.895 7 INFO neutron.pecan_wsgi.hooks.translation [None req-24de99fd-a579-406b-a3c9-ce370f22cbb9 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/14] 199.204.45.89 () {44 vars in 924 bytes} [Tue Jun 30 18:37:27 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/15] 199.204.45.89 () {44 vars in 946 bytes} [Tue Jun 30 18:37:27 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 18:37:27.981 7 WARNING neutron.services.revisions.revision_plugin [None req-0a1829b3-1fa3-47c2-9c5c-68fa398d753b 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Could not find related network for resource to bump revision. 2026-06-30 18:37:28.004 7 INFO neutron.db.segments_db [None req-0a1829b3-1fa3-47c2-9c5c-68fa398d753b 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Added segment e5dbc5b7-7697-4f38-be3c-49a013f5ab46 of type flat for network c4082117-36c0-4b1d-9904-faa265895c80 2026-06-30 18:37:28.035 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0a1829b3-1fa3-47c2-9c5c-68fa398d753b 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/16] 199.204.45.89 () {48 vars in 964 bytes} [Tue Jun 30 18:37:27 2026] POST /v2.0/networks => generated 124 bytes in 125 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 18:37:33.897 7 INFO neutron.pecan_wsgi.hooks.translation [None req-643498d2-7d8e-4e32-8a8c-f03dd6f5f52a 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 199.204.45.89 () {44 vars in 924 bytes} [Tue Jun 30 18:37:33 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/19] 199.204.45.89 () {44 vars in 946 bytes} [Tue Jun 30 18:37:33 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 18:37:33.968 7 WARNING neutron.services.revisions.revision_plugin [None req-82a29cc2-5da8-457c-996f-4a2b0063a712 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Could not find related network for resource to bump revision. 2026-06-30 18:37:33.989 7 INFO neutron.db.segments_db [None req-82a29cc2-5da8-457c-996f-4a2b0063a712 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Added segment 67069fb3-a5d5-4629-9c9e-1dbc04298415 of type flat for network b531069e-d4c3-4d4f-93d0-55c6741775b6 2026-06-30 18:37:34.015 7 INFO neutron.pecan_wsgi.hooks.translation [None req-82a29cc2-5da8-457c-996f-4a2b0063a712 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/20] 199.204.45.89 () {48 vars in 964 bytes} [Tue Jun 30 18:37:33 2026] POST /v2.0/networks => generated 124 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 18:37:39.887 8 INFO neutron.pecan_wsgi.hooks.translation [None req-293c181e-7b02-447f-9670-09e447955e30 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.204.45.89 () {44 vars in 924 bytes} [Tue Jun 30 18:37:39 2026] GET /v2.0/networks/public => generated 108 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/22] 199.204.45.89 () {44 vars in 946 bytes} [Tue Jun 30 18:37:39 2026] GET /v2.0/networks?name=public => generated 15 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 18:37:39.967 8 WARNING neutron.services.revisions.revision_plugin [None req-b93ceddb-2ee7-4670-8257-68d6b602877c 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Could not find related network for resource to bump revision. 2026-06-30 18:37:39.991 8 INFO neutron.db.segments_db [None req-b93ceddb-2ee7-4670-8257-68d6b602877c 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Added segment 57a85d6c-c4be-4f05-99be-d981ebbd8a89 of type flat for network c5f20855-a26f-47b4-a22c-263d854bcca2 [pid: 8|app: 0|req: 10/23] 199.204.45.89 () {48 vars in 964 bytes} [Tue Jun 30 18:37:39 2026] POST /v2.0/networks => generated 706 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 18:37:41.174 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e3b0fa29-2b5b-4be8-a619-ef76a5902b8a 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/24] 199.204.45.89 () {44 vars in 924 bytes} [Tue Jun 30 18:37:41 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/25] 199.204.45.89 () {44 vars in 946 bytes} [Tue Jun 30 18:37:41 2026] GET /v2.0/networks?name=public => generated 709 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 18:37:41.420 7 INFO neutron.pecan_wsgi.hooks.translation [None req-02ef04ba-e95d-4e5c-8c35-d3863180572b 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/26] 199.204.45.89 () {44 vars in 1031 bytes} [Tue Jun 30 18:37:41 2026] GET /v2.0/subnets/public-subnet?network_id=c5f20855-a26f-47b4-a22c-263d854bcca2 => generated 113 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/27] 199.204.45.89 () {44 vars in 1054 bytes} [Tue Jun 30 18:37:41 2026] GET /v2.0/subnets?name=public-subnet&network_id=c5f20855-a26f-47b4-a22c-263d854bcca2 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 16/28] 199.204.45.89 () {48 vars in 962 bytes} [Tue Jun 30 18:37:41 2026] POST /v2.0/subnets => generated 664 bytes in 741 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 18:42:18.279 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5f67bb3e-ebc3-40f0-8b67-7b4013eced6d 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 32/66] 199.204.45.89 () {44 vars in 934 bytes} [Tue Jun 30 18:42:18 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 117 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/67] 199.204.45.89 () {44 vars in 956 bytes} [Tue Jun 30 18:42:18 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 18:42:18.370 8 INFO neutron.db.segments_db [None req-34805ccd-2f5e-4d91-b8ca-070a80bb067d 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Added segment 71a12651-313a-451c-9498-58e711603171 of type vxlan for network 0c1563e9-4c94-4428-9499-73de0c8af345 [pid: 8|app: 0|req: 33/68] 199.204.45.89 () {48 vars in 963 bytes} [Tue Jun 30 18:42:18 2026] POST /v2.0/networks => generated 707 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 18:42:19.402 7 INFO neutron.pecan_wsgi.hooks.translation [None req-378d1bdd-2c5e-4f6c-b38f-1b256571298c 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/69] 199.204.45.89 () {44 vars in 934 bytes} [Tue Jun 30 18:42:19 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/70] 199.204.45.89 () {44 vars in 956 bytes} [Tue Jun 30 18:42:19 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 18:42:19.459 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4a3e34a0-c919-4341-a9b6-ba22b3f7c136 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/71] 199.204.45.89 () {44 vars in 1033 bytes} [Tue Jun 30 18:42:19 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=0c1563e9-4c94-4428-9499-73de0c8af345 => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/72] 199.204.45.89 () {44 vars in 1056 bytes} [Tue Jun 30 18:42:19 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=0c1563e9-4c94-4428-9499-73de0c8af345 => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/73] 199.204.45.89 () {48 vars in 962 bytes} [Tue Jun 30 18:42:19 2026] POST /v2.0/subnets => generated 651 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 18:42:20.661 8 INFO neutron.api.v2.resource [None req-f496da53-3b46-4d18-a88b-ddf9820a0968 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/74] 199.204.45.89 () {44 vars in 968 bytes} [Tue Jun 30 18:42:20 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/75] 199.204.45.89 () {44 vars in 990 bytes} [Tue Jun 30 18:42:20 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/76] 199.204.45.89 () {48 vars in 977 bytes} [Tue Jun 30 18:42:20 2026] POST /v2.0/security-groups => generated 1616 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/77] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 18:42:21 2026] GET /v2.0/security-groups/4a1eeafe-eac5-4f97-a6dc-ddca8d24e810 => generated 1616 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/78] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 18:42:21 2026] GET /v2.0/security-groups/4a1eeafe-eac5-4f97-a6dc-ddca8d24e810 => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/79] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 18:42:21 2026] GET /v2.0/security-groups/4a1eeafe-eac5-4f97-a6dc-ddca8d24e810 => generated 1616 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/80] 199.204.45.89 () {48 vars in 988 bytes} [Tue Jun 30 18:42:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/81] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 18:42:22 2026] GET /v2.0/security-groups/4a1eeafe-eac5-4f97-a6dc-ddca8d24e810 => generated 2230 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/82] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 18:42:23 2026] GET /v2.0/security-groups/4a1eeafe-eac5-4f97-a6dc-ddca8d24e810 => generated 2230 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/83] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 18:42:23 2026] GET /v2.0/security-groups/4a1eeafe-eac5-4f97-a6dc-ddca8d24e810 => generated 2230 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/84] 199.204.45.89 () {48 vars in 988 bytes} [Tue Jun 30 18:42:23 2026] POST /v2.0/security-group-rules => generated 603 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/85] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 18:42:23 2026] GET /v2.0/security-groups/4a1eeafe-eac5-4f97-a6dc-ddca8d24e810 => generated 2846 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/86] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 18:42:24 2026] GET /v2.0/security-groups/4a1eeafe-eac5-4f97-a6dc-ddca8d24e810 => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/87] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 18:42:24 2026] GET /v2.0/security-groups/4a1eeafe-eac5-4f97-a6dc-ddca8d24e810 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/88] 199.204.45.89 () {48 vars in 988 bytes} [Tue Jun 30 18:42:24 2026] POST /v2.0/security-group-rules => generated 603 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/89] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 18:42:25 2026] GET /v2.0/security-groups/4a1eeafe-eac5-4f97-a6dc-ddca8d24e810 => generated 3462 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/90] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 18:42:25 2026] GET /v2.0/security-groups/4a1eeafe-eac5-4f97-a6dc-ddca8d24e810 => generated 3462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/91] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 18:42:25 2026] GET /v2.0/security-groups/4a1eeafe-eac5-4f97-a6dc-ddca8d24e810 => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/92] 199.204.45.89 () {48 vars in 988 bytes} [Tue Jun 30 18:42:25 2026] POST /v2.0/security-group-rules => generated 603 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/93] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 18:42:26 2026] GET /v2.0/security-groups/4a1eeafe-eac5-4f97-a6dc-ddca8d24e810 => generated 4078 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/94] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 18:42:26 2026] GET /v2.0/security-groups/4a1eeafe-eac5-4f97-a6dc-ddca8d24e810 => generated 4078 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/95] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 18:42:26 2026] GET /v2.0/security-groups/4a1eeafe-eac5-4f97-a6dc-ddca8d24e810 => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/96] 199.204.45.89 () {48 vars in 988 bytes} [Tue Jun 30 18:42:26 2026] POST /v2.0/security-group-rules => generated 603 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/97] 199.204.45.89 () {44 vars in 984 bytes} [Tue Jun 30 18:42:27 2026] GET /v2.0/networks/0c1563e9-4c94-4428-9499-73de0c8af345 => generated 732 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 18:42:27.430 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fbed3f0f-bd85-49c0-b0e4-cc9c6a82505c 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 48/98] 199.204.45.89 () {44 vars in 1073 bytes} [Tue Jun 30 18:42:27 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=0c1563e9-4c94-4428-9499-73de0c8af345 => generated 132 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/99] 199.204.45.89 () {44 vars in 1096 bytes} [Tue Jun 30 18:42:27 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=0c1563e9-4c94-4428-9499-73de0c8af345 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/100] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 18:42:27 2026] GET /v2.0/security-groups/4a1eeafe-eac5-4f97-a6dc-ddca8d24e810 => generated 4694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/101] 199.204.45.89 () {48 vars in 958 bytes} [Tue Jun 30 18:42:27 2026] POST /v2.0/ports => generated 1096 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 18:42:34.385 7 INFO neutron.pecan_wsgi.hooks.translation [None req-33fa63dc-1542-4544-a009-8a2d32075783 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/104] 199.204.45.89 () {44 vars in 976 bytes} [Tue Jun 30 18:42:34 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/105] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 18:42:34 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/106] 199.204.45.89 () {48 vars in 1028 bytes} [Tue Jun 30 18:42:34 2026] PUT /v2.0/ports/59e4d98f-6ef8-4126-8dc5-e44e22329849 => generated 1245 bytes in 752 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/107] 199.204.45.89 () {44 vars in 917 bytes} [Tue Jun 30 18:42:36 2026] GET /v2.0/ports => generated 3726 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 18:42:37.845 7 INFO neutron.api.v2.resource [None req-f175398d-cb49-4afe-b632-a5f13c49bbd4 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/108] 199.204.45.89 () {44 vars in 956 bytes} [Tue Jun 30 18:42:37 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/109] 199.204.45.89 () {44 vars in 978 bytes} [Tue Jun 30 18:42:37 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/110] 199.204.45.89 () {48 vars in 977 bytes} [Tue Jun 30 18:42:37 2026] POST /v2.0/security-groups => generated 1610 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/111] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 18:42:38 2026] GET /v2.0/security-groups/ef34ca6e-4060-41ba-9c8a-5c6e87fed59a => generated 1610 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/112] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 18:42:38 2026] GET /v2.0/security-groups/ef34ca6e-4060-41ba-9c8a-5c6e87fed59a => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/113] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 18:42:38 2026] GET /v2.0/security-groups/ef34ca6e-4060-41ba-9c8a-5c6e87fed59a => generated 1610 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/114] 199.204.45.89 () {48 vars in 988 bytes} [Tue Jun 30 18:42:38 2026] POST /v2.0/security-group-rules => generated 621 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/115] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 18:42:39 2026] GET /v2.0/security-groups/ef34ca6e-4060-41ba-9c8a-5c6e87fed59a => generated 2244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/116] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 18:42:39 2026] GET /v2.0/security-groups/ef34ca6e-4060-41ba-9c8a-5c6e87fed59a => generated 2244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/117] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 18:42:39 2026] GET /v2.0/security-groups/ef34ca6e-4060-41ba-9c8a-5c6e87fed59a => generated 2244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/118] 199.204.45.89 () {48 vars in 988 bytes} [Tue Jun 30 18:42:39 2026] POST /v2.0/security-group-rules => generated 625 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/127] 199.204.45.89 () {44 vars in 972 bytes} [Tue Jun 30 18:43:45 2026] GET /v2.0/quotas/86dcf2415eb44fae9b56896f841e7aa7 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/128] 199.204.45.89 () {48 vars in 1024 bytes} [Tue Jun 30 18:43:45 2026] PUT /v2.0/quotas/86dcf2415eb44fae9b56896f841e7aa7 => generated 291 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 18:45:54.491 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c0870f2c-2273-4171-9d85-ae8c20b44913 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 72/147] 199.204.45.89 () {30 vars in 740 bytes} [Tue Jun 30 18:45:54 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 141 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 76/148] 199.204.45.89 () {30 vars in 762 bytes} [Tue Jun 30 18:45:54 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 18:45:56.260 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8bf60cdf-6e3e-46ab-8461-4e766a746c12 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 73/149] 199.204.45.89 () {30 vars in 740 bytes} [Tue Jun 30 18:45:56 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 77/150] 199.204.45.89 () {30 vars in 762 bytes} [Tue Jun 30 18:45:56 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 18:51:42.009 8 INFO neutron.api.v2.resource [None req-eff14321-f288-4182-88fc-71cbe3f2d3ac 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 97/197] 199.204.45.89 () {44 vars in 1071 bytes} [Tue Jun 30 18:51:41 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=93049884d87645a4bf7403e3a649eda2 => generated 139 bytes in 162 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/198] 199.204.45.89 () {44 vars in 1094 bytes} [Tue Jun 30 18:51:42 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=93049884d87645a4bf7403e3a649eda2 => generated 23 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 98/199] 199.204.45.89 () {48 vars in 978 bytes} [Tue Jun 30 18:51:42 2026] POST /v2.0/security-groups => generated 1624 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/200] 199.204.45.89 () {44 vars in 1085 bytes} [Tue Jun 30 18:51:43 2026] GET /v2.0/security-groups/e70b950b-b431-473a-8591-bc7a551bbb0f?project_id=93049884d87645a4bf7403e3a649eda2 => generated 1624 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 99/201] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 18:51:43 2026] GET /v2.0/security-groups/e70b950b-b431-473a-8591-bc7a551bbb0f => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/202] 199.204.45.89 () {44 vars in 1085 bytes} [Tue Jun 30 18:51:43 2026] GET /v2.0/security-groups/e70b950b-b431-473a-8591-bc7a551bbb0f?project_id=93049884d87645a4bf7403e3a649eda2 => generated 1624 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/203] 199.204.45.89 () {48 vars in 988 bytes} [Tue Jun 30 18:51:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/204] 199.204.45.89 () {44 vars in 1085 bytes} [Tue Jun 30 18:51:44 2026] GET /v2.0/security-groups/e70b950b-b431-473a-8591-bc7a551bbb0f?project_id=93049884d87645a4bf7403e3a649eda2 => generated 2234 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/205] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 18:51:44 2026] GET /v2.0/security-groups/e70b950b-b431-473a-8591-bc7a551bbb0f => generated 2234 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/206] 199.204.45.89 () {44 vars in 1085 bytes} [Tue Jun 30 18:51:44 2026] GET /v2.0/security-groups/e70b950b-b431-473a-8591-bc7a551bbb0f?project_id=93049884d87645a4bf7403e3a649eda2 => generated 2234 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/207] 199.204.45.89 () {48 vars in 988 bytes} [Tue Jun 30 18:51:44 2026] POST /v2.0/security-group-rules => generated 599 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/208] 199.204.45.89 () {44 vars in 1085 bytes} [Tue Jun 30 18:51:45 2026] GET /v2.0/security-groups/e70b950b-b431-473a-8591-bc7a551bbb0f?project_id=93049884d87645a4bf7403e3a649eda2 => generated 2846 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/209] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 18:51:45 2026] GET /v2.0/security-groups/e70b950b-b431-473a-8591-bc7a551bbb0f => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/210] 199.204.45.89 () {44 vars in 1085 bytes} [Tue Jun 30 18:51:45 2026] GET /v2.0/security-groups/e70b950b-b431-473a-8591-bc7a551bbb0f?project_id=93049884d87645a4bf7403e3a649eda2 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/211] 199.204.45.89 () {48 vars in 988 bytes} [Tue Jun 30 18:51:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/214] 199.204.45.89 () {44 vars in 1085 bytes} [Tue Jun 30 18:51:46 2026] GET /v2.0/security-groups/e70b950b-b431-473a-8591-bc7a551bbb0f?project_id=93049884d87645a4bf7403e3a649eda2 => generated 3460 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/215] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 18:51:46 2026] GET /v2.0/security-groups/e70b950b-b431-473a-8591-bc7a551bbb0f => generated 3460 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/216] 199.204.45.89 () {44 vars in 1085 bytes} [Tue Jun 30 18:51:46 2026] GET /v2.0/security-groups/e70b950b-b431-473a-8591-bc7a551bbb0f?project_id=93049884d87645a4bf7403e3a649eda2 => generated 3460 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/217] 199.204.45.89 () {48 vars in 988 bytes} [Tue Jun 30 18:51:47 2026] POST /v2.0/security-group-rules => generated 602 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/234] 199.204.45.89 () {30 vars in 739 bytes} [Tue Jun 30 18:53:59 2026] GET /v2.0/networks?tenant_id=93049884d87645a4bf7403e3a649eda2&shared=False => generated 15 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 18:53:59.374 7 INFO neutron.db.segments_db [None req-03ee6156-88c2-49e7-9bbd-8c221207164b df433773c45441e2ab9b8ea49be73c72 93049884d87645a4bf7403e3a649eda2 - - 1df74edb08e74059b2f76134935a192b 1df74edb08e74059b2f76134935a192b] Added segment 824d5212-0eff-417e-b82d-382f4b374237 of type vxlan for network 36be6e83-d0e2-424c-bc39-6f2d04616b44 [pid: 7|app: 0|req: 119/235] 199.204.45.89 () {34 vars in 681 bytes} [Tue Jun 30 18:53:59 2026] POST /v2.0/networks => generated 718 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/236] 199.204.45.89 () {30 vars in 721 bytes} [Tue Jun 30 18:53:59 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/237] 199.204.45.89 () {30 vars in 632 bytes} [Tue Jun 30 18:53:59 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/238] 199.204.45.89 () {34 vars in 676 bytes} [Tue Jun 30 18:53:59 2026] POST /v2.0/ports => generated 999 bytes in 667 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/239] 199.204.45.89 () {30 vars in 702 bytes} [Tue Jun 30 18:54:00 2026] GET /v2.0/networks/36be6e83-d0e2-424c-bc39-6f2d04616b44 => generated 705 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/242] 199.204.45.89 () {30 vars in 721 bytes} [Tue Jun 30 18:54:02 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/243] 199.204.45.89 () {30 vars in 702 bytes} [Tue Jun 30 18:54:02 2026] GET /v2.0/networks/36be6e83-d0e2-424c-bc39-6f2d04616b44 => generated 705 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/246] 199.204.45.89 () {44 vars in 972 bytes} [Tue Jun 30 18:54:16 2026] GET /v2.0/quotas/93049884d87645a4bf7403e3a649eda2 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/247] 199.204.45.89 () {48 vars in 1024 bytes} [Tue Jun 30 18:54:16 2026] PUT /v2.0/quotas/93049884d87645a4bf7403e3a649eda2 => generated 291 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:06:21.177 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7dd0a8f2-c0a5-4fc4-87be-6dc09015293f 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 171/344] 199.204.45.89 () {44 vars in 924 bytes} [Tue Jun 30 19:06:21 2026] GET /v2.0/networks/public => generated 108 bytes in 125 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/345] 199.204.45.89 () {44 vars in 946 bytes} [Tue Jun 30 19:06:21 2026] GET /v2.0/networks?name=public => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:06:22.268 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d9773b6c-9757-416e-844c-ef69fcfdbb28 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 172/346] 199.204.45.89 () {44 vars in 924 bytes} [Tue Jun 30 19:06:22 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/347] 199.204.45.89 () {44 vars in 946 bytes} [Tue Jun 30 19:06:22 2026] GET /v2.0/networks?name=public => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:06:22.347 8 INFO neutron.pecan_wsgi.hooks.translation [None req-22997c51-ec0f-43ff-8f55-e09573a1e404 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 173/348] 199.204.45.89 () {44 vars in 1031 bytes} [Tue Jun 30 19:06:22 2026] GET /v2.0/subnets/public-subnet?network_id=c5f20855-a26f-47b4-a22c-263d854bcca2 => generated 113 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/349] 199.204.45.89 () {44 vars in 1054 bytes} [Tue Jun 30 19:06:22 2026] GET /v2.0/subnets?name=public-subnet&network_id=c5f20855-a26f-47b4-a22c-263d854bcca2 => generated 667 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:06:49.228 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cd4441a9-10c3-4e74-88a4-e60d9c154d5f 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 179/354] 199.204.45.89 () {44 vars in 934 bytes} [Tue Jun 30 19:06:49 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/355] 199.204.45.89 () {44 vars in 956 bytes} [Tue Jun 30 19:06:49 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:06:50.212 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0e70bb32-9dac-402b-bb08-6d519e4b2cdb 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 180/356] 199.204.45.89 () {44 vars in 934 bytes} [Tue Jun 30 19:06:50 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/357] 199.204.45.89 () {44 vars in 956 bytes} [Tue Jun 30 19:06:50 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:06:50.277 7 INFO neutron.pecan_wsgi.hooks.translation [None req-98845b1f-256e-4677-a07a-22b051129af4 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 181/358] 199.204.45.89 () {44 vars in 1033 bytes} [Tue Jun 30 19:06:50 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=0c1563e9-4c94-4428-9499-73de0c8af345 => generated 114 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/359] 199.204.45.89 () {44 vars in 1056 bytes} [Tue Jun 30 19:06:50 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=0c1563e9-4c94-4428-9499-73de0c8af345 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:06:51.424 7 INFO neutron.api.v2.resource [None req-f0302678-87bd-48f0-a9ee-3976cc1ddc4b 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 182/360] 199.204.45.89 () {44 vars in 968 bytes} [Tue Jun 30 19:06:51 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/361] 199.204.45.89 () {44 vars in 990 bytes} [Tue Jun 30 19:06:51 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/362] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 19:06:52 2026] GET /v2.0/security-groups/4a1eeafe-eac5-4f97-a6dc-ddca8d24e810 => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/363] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 19:06:52 2026] GET /v2.0/security-groups/4a1eeafe-eac5-4f97-a6dc-ddca8d24e810 => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/364] 199.204.45.89 () {44 vars in 1008 bytes} [Tue Jun 30 19:06:52 2026] GET /v2.0/security-group-rules/21110fed-9854-4c9b-8823-8fe371f19f6f => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/365] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 19:06:53 2026] GET /v2.0/security-groups/4a1eeafe-eac5-4f97-a6dc-ddca8d24e810 => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/366] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 19:06:53 2026] GET /v2.0/security-groups/4a1eeafe-eac5-4f97-a6dc-ddca8d24e810 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/367] 199.204.45.89 () {44 vars in 1008 bytes} [Tue Jun 30 19:06:53 2026] GET /v2.0/security-group-rules/5b964ec2-731b-4bab-9e88-30d3432a4d03 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/368] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 19:06:54 2026] GET /v2.0/security-groups/4a1eeafe-eac5-4f97-a6dc-ddca8d24e810 => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/369] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 19:06:54 2026] GET /v2.0/security-groups/4a1eeafe-eac5-4f97-a6dc-ddca8d24e810 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/370] 199.204.45.89 () {44 vars in 1008 bytes} [Tue Jun 30 19:06:54 2026] GET /v2.0/security-group-rules/6080f75f-3325-4fb7-b278-6398cea080fc => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/371] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 19:06:55 2026] GET /v2.0/security-groups/4a1eeafe-eac5-4f97-a6dc-ddca8d24e810 => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/372] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 19:06:55 2026] GET /v2.0/security-groups/4a1eeafe-eac5-4f97-a6dc-ddca8d24e810 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/373] 199.204.45.89 () {44 vars in 1008 bytes} [Tue Jun 30 19:06:55 2026] GET /v2.0/security-group-rules/f0336efa-4d93-47fd-b2c7-e56ffa6b18f3 => generated 603 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/374] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 19:06:56 2026] GET /v2.0/security-groups/4a1eeafe-eac5-4f97-a6dc-ddca8d24e810 => generated 4694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/375] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 19:06:56 2026] GET /v2.0/security-groups/4a1eeafe-eac5-4f97-a6dc-ddca8d24e810 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/376] 199.204.45.89 () {44 vars in 1008 bytes} [Tue Jun 30 19:06:56 2026] GET /v2.0/security-group-rules/3878eeec-8171-4306-aab8-d2b61cbd5220 => generated 603 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/377] 199.204.45.89 () {44 vars in 984 bytes} [Tue Jun 30 19:06:57 2026] GET /v2.0/networks/0c1563e9-4c94-4428-9499-73de0c8af345 => generated 732 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:06:57.662 7 INFO neutron.pecan_wsgi.hooks.translation [None req-728676c9-c9e8-4cb4-b8b7-ec2430b88ec9 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 191/378] 199.204.45.89 () {44 vars in 1073 bytes} [Tue Jun 30 19:06:57 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=0c1563e9-4c94-4428-9499-73de0c8af345 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/379] 199.204.45.89 () {44 vars in 1096 bytes} [Tue Jun 30 19:06:57 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=0c1563e9-4c94-4428-9499-73de0c8af345 => generated 1250 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/380] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 19:06:57 2026] GET /v2.0/security-groups/4a1eeafe-eac5-4f97-a6dc-ddca8d24e810 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:07:04.989 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2330d0a4-b1dc-4977-9183-4a096301aaa1 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 190/383] 199.204.45.89 () {44 vars in 976 bytes} [Tue Jun 30 19:07:04 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/384] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 19:07:04 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/385] 199.204.45.89 () {44 vars in 917 bytes} [Tue Jun 30 19:07:06 2026] GET /v2.0/ports => generated 4721 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:07:07.656 7 INFO neutron.api.v2.resource [None req-c0123488-0710-4bc3-953c-62e2495b75a3 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 195/386] 199.204.45.89 () {44 vars in 956 bytes} [Tue Jun 30 19:07:07 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/387] 199.204.45.89 () {44 vars in 978 bytes} [Tue Jun 30 19:07:07 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/388] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 19:07:08 2026] GET /v2.0/security-groups/ef34ca6e-4060-41ba-9c8a-5c6e87fed59a => generated 2882 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/389] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 19:07:08 2026] GET /v2.0/security-groups/ef34ca6e-4060-41ba-9c8a-5c6e87fed59a => generated 2882 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/390] 199.204.45.89 () {44 vars in 1008 bytes} [Tue Jun 30 19:07:08 2026] GET /v2.0/security-group-rules/2c8d2390-53bd-4669-94a5-15ac604a7d8c => generated 621 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/391] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 19:07:09 2026] GET /v2.0/security-groups/ef34ca6e-4060-41ba-9c8a-5c6e87fed59a => generated 2882 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/392] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 19:07:09 2026] GET /v2.0/security-groups/ef34ca6e-4060-41ba-9c8a-5c6e87fed59a => generated 2882 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/393] 199.204.45.89 () {44 vars in 1008 bytes} [Tue Jun 30 19:07:09 2026] GET /v2.0/security-group-rules/5571d74a-b14f-401d-95b4-c7bda4746994 => generated 625 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/396] 199.204.45.89 () {44 vars in 972 bytes} [Tue Jun 30 19:07:21 2026] GET /v2.0/quotas/86dcf2415eb44fae9b56896f841e7aa7 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:08:15.325 8 INFO neutron.api.v2.resource [None req-bb28e573-1af3-49ff-81b7-b95f0edef1f7 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 200/403] 199.204.45.89 () {44 vars in 1071 bytes} [Tue Jun 30 19:08:15 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=93049884d87645a4bf7403e3a649eda2 => generated 139 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/404] 199.204.45.89 () {44 vars in 1094 bytes} [Tue Jun 30 19:08:15 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=93049884d87645a4bf7403e3a649eda2 => generated 4072 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/407] 199.204.45.89 () {44 vars in 1085 bytes} [Tue Jun 30 19:08:16 2026] GET /v2.0/security-groups/e70b950b-b431-473a-8591-bc7a551bbb0f?project_id=93049884d87645a4bf7403e3a649eda2 => generated 4075 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/408] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 19:08:16 2026] GET /v2.0/security-groups/e70b950b-b431-473a-8591-bc7a551bbb0f => generated 4075 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/409] 199.204.45.89 () {44 vars in 1008 bytes} [Tue Jun 30 19:08:16 2026] GET /v2.0/security-group-rules/a454048f-10f3-4361-b5a6-98a69e4b6610 => generated 597 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/410] 199.204.45.89 () {44 vars in 1085 bytes} [Tue Jun 30 19:08:17 2026] GET /v2.0/security-groups/e70b950b-b431-473a-8591-bc7a551bbb0f?project_id=93049884d87645a4bf7403e3a649eda2 => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/411] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 19:08:17 2026] GET /v2.0/security-groups/e70b950b-b431-473a-8591-bc7a551bbb0f => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/412] 199.204.45.89 () {44 vars in 1008 bytes} [Tue Jun 30 19:08:17 2026] GET /v2.0/security-group-rules/8be5bf5a-49d8-404b-93dc-b62bb4879e91 => generated 599 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/413] 199.204.45.89 () {44 vars in 1085 bytes} [Tue Jun 30 19:08:18 2026] GET /v2.0/security-groups/e70b950b-b431-473a-8591-bc7a551bbb0f?project_id=93049884d87645a4bf7403e3a649eda2 => generated 4075 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/414] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 19:08:18 2026] GET /v2.0/security-groups/e70b950b-b431-473a-8591-bc7a551bbb0f => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/415] 199.204.45.89 () {44 vars in 1008 bytes} [Tue Jun 30 19:08:18 2026] GET /v2.0/security-group-rules/d2d52dd1-37a5-41b8-b435-5c4fe019b49b => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/416] 199.204.45.89 () {44 vars in 1085 bytes} [Tue Jun 30 19:08:19 2026] GET /v2.0/security-groups/e70b950b-b431-473a-8591-bc7a551bbb0f?project_id=93049884d87645a4bf7403e3a649eda2 => generated 4075 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/417] 199.204.45.89 () {44 vars in 998 bytes} [Tue Jun 30 19:08:19 2026] GET /v2.0/security-groups/e70b950b-b431-473a-8591-bc7a551bbb0f => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/418] 199.204.45.89 () {44 vars in 1008 bytes} [Tue Jun 30 19:08:19 2026] GET /v2.0/security-group-rules/c1ee949b-beb4-4d28-bdfe-8de77862f0e0 => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/419] 199.204.45.89 () {44 vars in 972 bytes} [Tue Jun 30 19:08:26 2026] GET /v2.0/quotas/93049884d87645a4bf7403e3a649eda2 => generated 291 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/426] 199.204.45.89 () {44 vars in 946 bytes} [Tue Jun 30 19:09:15 2026] GET /v2.0/networks?name=public => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/433] 10.0.0.222 () {32 vars in 649 bytes} [Tue Jun 30 19:09:51 2026] GET /v2.0/networks => generated 2168 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/434] 10.0.0.222 () {32 vars in 655 bytes} [Tue Jun 30 19:09:53 2026] GET /v2.0/floatingips => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/435] 10.0.0.222 () {32 vars in 647 bytes} [Tue Jun 30 19:09:53 2026] GET /v2.0/routers => generated 15 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/436] 10.0.0.222 () {32 vars in 643 bytes} [Tue Jun 30 19:09:53 2026] GET /v2.0/ports => generated 4721 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/437] 10.0.0.222 () {32 vars in 647 bytes} [Tue Jun 30 19:09:53 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/438] 10.0.0.222 () {32 vars in 649 bytes} [Tue Jun 30 19:09:53 2026] GET /v2.0/networks => generated 2168 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/439] 10.0.0.222 () {32 vars in 663 bytes} [Tue Jun 30 19:09:53 2026] GET /v2.0/security-groups => generated 17397 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/440] 10.0.0.222 () {32 vars in 655 bytes} [Tue Jun 30 19:09:53 2026] GET /v2.0/subnetpools => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:10:04.208 7 INFO neutron.db.segments_db [None req-600a9677-f84f-443b-8d05-25405fe27f56 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Added segment 9f55bec9-852a-4f3b-b220-6a68e458d8f1 of type vxlan for network b48a2654-da4c-4064-8392-46e52e50f29d 2026-06-30 19:10:04.214 8 INFO neutron.db.segments_db [None req-db7bb7b1-777c-4e43-8224-a2ee787af5f9 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Added segment 98a52569-e7aa-4b04-ba6f-c79ac70a634d of type vxlan for network 03c894eb-ce6d-4367-9595-95ebbc7de2eb [pid: 7|app: 0|req: 224/443] 10.0.0.222 () {34 vars in 671 bytes} [Tue Jun 30 19:10:04 2026] POST /v2.0/networks => generated 752 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/444] 10.0.0.222 () {34 vars in 671 bytes} [Tue Jun 30 19:10:03 2026] POST /v2.0/networks => generated 743 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:04.433 7 INFO neutron.db.segments_db [None req-e589c32a-0015-46cf-aa4d-9afcf3fdd8c4 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Added segment 2d352bf5-8209-48f5-b29a-b7319f3fd9e6 of type vxlan for network 22198a31-c15a-4b0b-a76a-9ffbe6f4307a [pid: 8|app: 0|req: 221/445] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:10:04 2026] POST /v2.0/subnets => generated 699 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/446] 10.0.0.222 () {34 vars in 671 bytes} [Tue Jun 30 19:10:04 2026] POST /v2.0/networks => generated 748 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:04.575 7 INFO neutron.db.segments_db [None req-fa60a083-2739-4a4b-8c98-5d8b0b5e8abb 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Added segment 438ad0cd-7454-4248-b769-6c14a7f9c5a3 of type vxlan for network 22c01451-1b6d-4635-9c84-6bb77fde22a4 [pid: 8|app: 0|req: 222/447] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:10:04 2026] POST /v2.0/subnets => generated 690 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:04.811 7 INFO neutron.db.l3_hamode_db [None req-fa60a083-2739-4a4b-8c98-5d8b0b5e8abb 8a997b5e7354448fa40b2a947ad3a9d9 bebf72fc3e73405b80eb55cc829fe99c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 223/448] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:10:04 2026] POST /v2.0/subnets => generated 695 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:04.858 8 INFO neutron.db.segments_db [None req-2ee937a9-fc78-4da4-86f6-4b2dfe692efa 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Added segment c8ebfbcb-ce2f-4d65-bad8-550d07c2607e of type vxlan for network 2c8bca02-d1e6-4b98-b41c-b4245481dd23 2026-06-30 19:10:05.053 8 INFO neutron.db.l3_hamode_db [None req-2ee937a9-fc78-4da4-86f6-4b2dfe692efa 8a997b5e7354448fa40b2a947ad3a9d9 e99d7dd368d3461ab38a7598758dae17 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:10:05.721 7 INFO neutron.db.l3_hamode_db [None req-fa60a083-2739-4a4b-8c98-5d8b0b5e8abb 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:10:05.923 8 INFO neutron.db.l3_hamode_db [None req-2ee937a9-fc78-4da4-86f6-4b2dfe692efa 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 226/449] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:10:04 2026] POST /v2.0/routers => generated 739 bytes in 2457 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:07.021 7 INFO neutron.db.segments_db [None req-9da4541b-7697-46c6-afb0-13947c237989 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Added segment a41bcea4-b660-45ed-8cde-433b3c9902e1 of type vxlan for network ed1c845c-0248-4795-a68e-e489d8994ac9 [pid: 8|app: 0|req: 224/450] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:10:04 2026] POST /v2.0/routers => generated 730 bytes in 2377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:07.314 7 INFO neutron.db.l3_hamode_db [None req-9da4541b-7697-46c6-afb0-13947c237989 8a997b5e7354448fa40b2a947ad3a9d9 a0d31e9322a144999baa3c91ef0f3eec - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 225/451] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:10:07 2026] GET /v2.0/security-groups?tenant_id=5081cfe6ce0f4141be0e461b20068abc&name=default => generated 2924 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:08.083 7 INFO neutron.db.l3_hamode_db [None req-9da4541b-7697-46c6-afb0-13947c237989 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 226/452] 10.0.0.222 () {34 vars in 783 bytes} [Tue Jun 30 19:10:07 2026] PUT /v2.0/routers/28fea20b-4114-4ad1-976a-2314329fcd8d/add_router_interface => generated 309 bytes in 1159 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/453] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:10:06 2026] POST /v2.0/routers => generated 735 bytes in 2007 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/454] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:10:08 2026] DELETE /v2.0/security-groups/9dbc3007-b489-4ef7-a9a1-06dfe9fbe2aa => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/455] 10.0.0.222 () {34 vars in 783 bytes} [Tue Jun 30 19:10:08 2026] PUT /v2.0/routers/64563464-b35d-469b-b9ff-a1070853a43d/add_router_interface => generated 309 bytes in 1198 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/456] 10.0.0.222 () {34 vars in 685 bytes} [Tue Jun 30 19:10:09 2026] POST /v2.0/security-groups => generated 1660 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/457] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:10:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/458] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:10:10 2026] POST /v2.0/security-group-rules => generated 602 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/459] 10.0.0.222 () {34 vars in 783 bytes} [Tue Jun 30 19:10:09 2026] PUT /v2.0/routers/ae8b2e59-619e-466a-911a-570a3f470770/add_router_interface => generated 309 bytes in 1227 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/460] 10.0.0.222 () {34 vars in 685 bytes} [Tue Jun 30 19:10:10 2026] POST /v2.0/security-groups => generated 1660 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/461] 10.0.0.222 () {34 vars in 676 bytes} [Tue Jun 30 19:10:10 2026] POST /v2.0/floatingips => generated 552 bytes in 538 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/462] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:10:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/463] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:10:10 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/464] 10.0.0.222 () {34 vars in 676 bytes} [Tue Jun 30 19:10:10 2026] POST /v2.0/floatingips => generated 552 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/465] 10.0.0.130 () {38 vars in 971 bytes} [Tue Jun 30 19:10:11 2026] POST /v2.0/security-groups => generated 1686 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/466] 10.0.0.130 () {34 vars in 991 bytes} [Tue Jun 30 19:10:11 2026] GET /v2.0/security-groups/be64299a-a50a-49e2-9d7d-c99d25272078 => generated 1686 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/467] 10.0.0.130 () {38 vars in 981 bytes} [Tue Jun 30 19:10:11 2026] POST /v2.0/security-group-rules => generated 614 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/468] 10.0.0.130 () {34 vars in 1100 bytes} [Tue Jun 30 19:10:11 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1150041763&fields=id&tenant_id=bebf72fc3e73405b80eb55cc829fe99c => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/469] 10.0.0.130 () {34 vars in 1100 bytes} [Tue Jun 30 19:10:11 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1638627593&fields=id&tenant_id=e99d7dd368d3461ab38a7598758dae17 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/470] 10.0.0.130 () {34 vars in 982 bytes} [Tue Jun 30 19:10:12 2026] GET /v2.0/networks?id=b48a2654-da4c-4064-8392-46e52e50f29d => generated 684 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/471] 10.0.0.130 () {34 vars in 982 bytes} [Tue Jun 30 19:10:12 2026] GET /v2.0/networks?id=03c894eb-ce6d-4367-9595-95ebbc7de2eb => generated 675 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/472] 10.0.0.130 () {34 vars in 965 bytes} [Tue Jun 30 19:10:12 2026] GET /v2.0/quotas/bebf72fc3e73405b80eb55cc829fe99c => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/473] 10.0.0.130 () {34 vars in 965 bytes} [Tue Jun 30 19:10:12 2026] GET /v2.0/quotas/e99d7dd368d3461ab38a7598758dae17 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/474] 10.0.0.130 () {34 vars in 1002 bytes} [Tue Jun 30 19:10:12 2026] GET /v2.0/ports?tenant_id=bebf72fc3e73405b80eb55cc829fe99c&fields=id => generated 103 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/475] 10.0.0.130 () {34 vars in 1002 bytes} [Tue Jun 30 19:10:12 2026] GET /v2.0/ports?tenant_id=e99d7dd368d3461ab38a7598758dae17&fields=id => generated 103 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/476] 10.0.0.130 () {34 vars in 907 bytes} [Tue Jun 30 19:10:12 2026] GET /v2.0/extensions => generated 21537 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/477] 10.0.0.130 () {34 vars in 907 bytes} [Tue Jun 30 19:10:12 2026] GET /v2.0/extensions => generated 21537 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/478] 10.0.0.130 () {34 vars in 1008 bytes} [Tue Jun 30 19:10:12 2026] GET /v2.0/networks/03c894eb-ce6d-4367-9595-95ebbc7de2eb?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/479] 10.0.0.130 () {34 vars in 1008 bytes} [Tue Jun 30 19:10:12 2026] GET /v2.0/networks/b48a2654-da4c-4064-8392-46e52e50f29d?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/480] 10.0.0.130 () {34 vars in 1108 bytes} [Tue Jun 30 19:10:12 2026] GET /v2.0/networks/b48a2654-da4c-4064-8392-46e52e50f29d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/481] 10.0.0.130 () {34 vars in 1108 bytes} [Tue Jun 30 19:10:12 2026] GET /v2.0/networks/03c894eb-ce6d-4367-9595-95ebbc7de2eb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/482] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:13 2026] GET /v2.0/ports?device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/483] 10.0.0.130 () {38 vars in 971 bytes} [Tue Jun 30 19:10:12 2026] POST /v2.0/security-groups => generated 1684 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/484] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:13 2026] GET /v2.0/ports?device_id=f8bb3664-702e-41b5-bb9c-116f55b3d86d => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/485] 10.0.0.130 () {34 vars in 991 bytes} [Tue Jun 30 19:10:13 2026] GET /v2.0/security-groups/93baa6db-252b-4c6c-99a4-ffae64631ddb => generated 1684 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/486] 10.0.0.130 () {38 vars in 981 bytes} [Tue Jun 30 19:10:13 2026] POST /v2.0/security-group-rules => generated 614 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/487] 10.0.0.130 () {34 vars in 991 bytes} [Tue Jun 30 19:10:13 2026] GET /v2.0/security-groups/93baa6db-252b-4c6c-99a4-ffae64631ddb => generated 2309 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/488] 10.0.0.130 () {38 vars in 981 bytes} [Tue Jun 30 19:10:13 2026] POST /v2.0/security-group-rules => generated 619 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/489] 10.0.0.130 () {34 vars in 991 bytes} [Tue Jun 30 19:10:13 2026] GET /v2.0/security-groups/93baa6db-252b-4c6c-99a4-ffae64631ddb => generated 2939 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/490] 10.0.0.130 () {34 vars in 1001 bytes} [Tue Jun 30 19:10:13 2026] GET /v2.0/security-group-rules/efce1929-eabf-42e8-96b6-7fa7f4bab596 => generated 616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/491] 10.0.0.130 () {34 vars in 991 bytes} [Tue Jun 30 19:10:13 2026] GET /v2.0/security-groups/93baa6db-252b-4c6c-99a4-ffae64631ddb => generated 2939 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/492] 10.0.0.130 () {36 vars in 1023 bytes} [Tue Jun 30 19:10:13 2026] DELETE /v2.0/security-group-rules/efce1929-eabf-42e8-96b6-7fa7f4bab596 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/493] 10.0.0.130 () {34 vars in 991 bytes} [Tue Jun 30 19:10:13 2026] GET /v2.0/security-groups/93baa6db-252b-4c6c-99a4-ffae64631ddb => generated 2309 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/494] 10.0.0.130 () {36 vars in 1013 bytes} [Tue Jun 30 19:10:13 2026] DELETE /v2.0/security-groups/93baa6db-252b-4c6c-99a4-ffae64631ddb => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/495] 10.0.0.130 () {34 vars in 991 bytes} [Tue Jun 30 19:10:13 2026] GET /v2.0/security-groups/be64299a-a50a-49e2-9d7d-c99d25272078 => generated 2311 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/496] 10.0.0.130 () {36 vars in 1013 bytes} [Tue Jun 30 19:10:13 2026] DELETE /v2.0/security-groups/be64299a-a50a-49e2-9d7d-c99d25272078 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/497] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:10:13 2026] GET /v2.0/security-groups?tenant_id=a390e49b423b466dae7567994d2f86b4&name=default => generated 2925 bytes in 637 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/498] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:14 2026] GET /v2.0/ports?device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/499] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:14 2026] GET /v2.0/ports?device_id=f8bb3664-702e-41b5-bb9c-116f55b3d86d => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/500] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:10:14 2026] DELETE /v2.0/security-groups/29aa9e2d-427a-46e3-bfb3-481bb52784da => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/501] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:10:14 2026] GET /v2.0/security-groups?tenant_id=17a002ce8e6c422cbe656687298a324c&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/502] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:10:14 2026] DELETE /v2.0/security-groups/9db1be06-be4f-440d-a9ca-8cf299a62a17 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:10:14.759 8 INFO neutron_taas.services.taas.taas_plugin [None req-cd53c96c-b40c-4f45-a8e5-43a9c71e608d 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: eebb4179-4ba4-4adf-abb4-5c0ebf65a0b8 2026-06-30 19:10:14.767 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd53c96c-b40c-4f45-a8e5-43a9c71e608d 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: eebb4179-4ba4-4adf-abb4-5c0ebf65a0b8 [pid: 8|app: 0|req: 252/503] 10.0.0.222 () {34 vars in 789 bytes} [Tue Jun 30 19:10:14 2026] PUT /v2.0/routers/ae8b2e59-619e-466a-911a-570a3f470770/remove_router_interface => generated 309 bytes in 1220 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/504] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:15 2026] GET /v2.0/ports?device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/505] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:15 2026] GET /v2.0/ports?device_id=f8bb3664-702e-41b5-bb9c-116f55b3d86d => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:10:15.570 7 INFO neutron_taas.services.taas.taas_plugin [None req-043e37cd-cbb5-4d44-af35-5fb1c0763f9a 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: 4de8b46d-88d1-487e-a979-528cfcd38172 2026-06-30 19:10:15.577 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-043e37cd-cbb5-4d44-af35-5fb1c0763f9a 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: 4de8b46d-88d1-487e-a979-528cfcd38172 2026-06-30 19:10:15.873 7 INFO neutron_taas.services.taas.taas_plugin [None req-043e37cd-cbb5-4d44-af35-5fb1c0763f9a 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: 8731c601-2528-4167-a893-661af138bd84 2026-06-30 19:10:15.876 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-043e37cd-cbb5-4d44-af35-5fb1c0763f9a 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: 8731c601-2528-4167-a893-661af138bd84 2026-06-30 19:10:15.955 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-043e37cd-cbb5-4d44-af35-5fb1c0763f9a 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2241, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 645, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-06-30 19:10:16.303 7 INFO neutron.db.l3_hamode_db [None req-043e37cd-cbb5-4d44-af35-5fb1c0763f9a 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] HA network ed1c845c-0248-4795-a68e-e489d8994ac9 was deleted as no HA routers are present in tenant a0d31e9322a144999baa3c91ef0f3eec. [pid: 7|app: 0|req: 252/508] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:10:15 2026] DELETE /v2.0/routers/ae8b2e59-619e-466a-911a-570a3f470770 => generated 0 bytes in 1010 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/509] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:16 2026] GET /v2.0/ports?device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/510] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:10:16 2026] DELETE /v2.0/subnets/dff808bb-fd9e-4171-b30a-a408d353bb6f => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/511] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:16 2026] GET /v2.0/ports?device_id=f8bb3664-702e-41b5-bb9c-116f55b3d86d => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:10:16.604 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d14198c-b4ec-4fab-ba04-2aa8a77600b6 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: fc472c51-a843-4254-9754-53a49fc372bd 2026-06-30 19:10:16.607 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d14198c-b4ec-4fab-ba04-2aa8a77600b6 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: fc472c51-a843-4254-9754-53a49fc372bd [pid: 8|app: 0|req: 258/512] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:10:16 2026] DELETE /v2.0/networks/22198a31-c15a-4b0b-a76a-9ffbe6f4307a => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:16.886 7 INFO neutron.services.segments.plugin [-] Segment a41bcea4-b660-45ed-8cde-433b3c9902e1 resource provider aggregate not found 2026-06-30 19:10:16.894 7 INFO neutron.services.segments.plugin [-] Segment a41bcea4-b660-45ed-8cde-433b3c9902e1 resource provider aggregate not found 2026-06-30 19:10:16.911 7 INFO neutron.services.segments.plugin [-] Segment a41bcea4-b660-45ed-8cde-433b3c9902e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a41bcea4-b660-45ed-8cde-433b3c9902e1 found for delete ", "request_id": "req-f2a7b57e-4b86-46fe-96d8-f5e596dffa77"}]} 2026-06-30 19:10:16.912 7 INFO neutron.services.segments.plugin [-] Segment a41bcea4-b660-45ed-8cde-433b3c9902e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a41bcea4-b660-45ed-8cde-433b3c9902e1 found for delete ", "request_id": "req-f92055a9-37f8-416e-b29c-ee39507c6509"}]} [pid: 7|app: 0|req: 255/513] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:10:17 2026] GET /v2.0/security-groups?tenant_id=a0d31e9322a144999baa3c91ef0f3eec&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/514] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:10:17 2026] DELETE /v2.0/security-groups/e9764fea-13b6-44ed-8a1f-3f02f6092315 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:10:17.353 8 INFO neutron.services.segments.plugin [-] Segment 2d352bf5-8209-48f5-b29a-b7319f3fd9e6 resource provider aggregate not found 2026-06-30 19:10:17.370 8 INFO neutron.services.segments.plugin [-] Segment 2d352bf5-8209-48f5-b29a-b7319f3fd9e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d352bf5-8209-48f5-b29a-b7319f3fd9e6 found for delete ", "request_id": "req-53810c6f-9993-4e91-9a18-e0dd7e2ab749"}]} 2026-06-30 19:10:17.493 8 INFO neutron.services.segments.plugin [-] Segment 2d352bf5-8209-48f5-b29a-b7319f3fd9e6 resource provider aggregate not found 2026-06-30 19:10:17.517 8 INFO neutron.services.segments.plugin [-] Segment 2d352bf5-8209-48f5-b29a-b7319f3fd9e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d352bf5-8209-48f5-b29a-b7319f3fd9e6 found for delete ", "request_id": "req-ad5efa72-54c8-4788-a571-7b6499464e58"}]} [pid: 7|app: 0|req: 256/515] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:17 2026] GET /v2.0/ports?device_id=f8bb3664-702e-41b5-bb9c-116f55b3d86d => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/516] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:17 2026] GET /v2.0/ports?device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/517] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:10:17 2026] GET /v2.0/networks?id=03c894eb-ce6d-4367-9595-95ebbc7de2eb => generated 675 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/518] 199.204.45.89 () {34 vars in 910 bytes} [Tue Jun 30 19:10:17 2026] GET /v2.0/extensions => generated 21537 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/519] 199.204.45.89 () {34 vars in 1049 bytes} [Tue Jun 30 19:10:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e99d7dd368d3461ab38a7598758dae17 => generated 181 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/520] 199.204.45.89 () {38 vars in 954 bytes} [Tue Jun 30 19:10:18 2026] POST /v2.0/ports => generated 954 bytes in 517 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 263/521] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:18 2026] GET /v2.0/ports?device_id=f8bb3664-702e-41b5-bb9c-116f55b3d86d => generated 957 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/522] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:18 2026] GET /v2.0/ports?device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/523] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:10:18 2026] GET /v2.0/security-groups?tenant_id=838e01e01d654fe0877712711c39c782&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/524] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:18 2026] GET /v2.0/security-groups?id=991f7654-54e0-4855-96db-38d093df83b9&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/525] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:10:18 2026] DELETE /v2.0/security-groups/dc6a474c-2e53-4442-b443-cabb5986c4e8 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:10:19.394 7 INFO neutron.db.segments_db [None req-09cb6cb7-dbd0-4867-a9f2-edab4709bb0c 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Added segment 97239718-67b1-4527-b342-c5e1fcd79ea3 of type vxlan for network fb809d1e-dd60-4250-b291-7f2187871345 [pid: 7|app: 0|req: 261/526] 10.0.0.222 () {34 vars in 671 bytes} [Tue Jun 30 19:10:18 2026] POST /v2.0/networks => generated 743 bytes in 493 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/527] 199.204.45.89 () {38 vars in 1027 bytes} [Tue Jun 30 19:10:18 2026] PUT /v2.0/ports/adcc7529-d00e-4f77-8e58-f79c672a878d => generated 1235 bytes in 574 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 262/528] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:10:19 2026] GET /v2.0/security-groups?tenant_id=d65a2ae58c6b4812a8be4c33307127d3&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/529] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:10:19 2026] GET /v2.0/networks?id=b48a2654-da4c-4064-8392-46e52e50f29d => generated 684 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/530] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:10:19 2026] POST /v2.0/subnets => generated 691 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/531] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:10:19 2026] DELETE /v2.0/security-groups/bb8c2fdb-f743-414e-aa03-c58c24c5649f => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/532] 199.204.45.89 () {34 vars in 1049 bytes} [Tue Jun 30 19:10:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bebf72fc3e73405b80eb55cc829fe99c => generated 181 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:19.806 7 INFO neutron.db.segments_db [None req-f5388cc5-7bd9-4dad-9cdf-fc723c7e6076 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Added segment a9a7b659-d285-4e68-b089-453ab64593f4 of type vxlan for network 0fd45097-c7ef-45fe-8de1-e45221e2bda7 2026-06-30 19:10:20.039 7 INFO neutron.db.l3_hamode_db [None req-f5388cc5-7bd9-4dad-9cdf-fc723c7e6076 8a997b5e7354448fa40b2a947ad3a9d9 7da4c91e69f248d0b8b1c27e47515596 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 269/533] 199.204.45.89 () {38 vars in 954 bytes} [Tue Jun 30 19:10:19 2026] POST /v2.0/ports => generated 954 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 270/534] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:20 2026] GET /v2.0/ports?device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 957 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/535] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:20 2026] GET /v2.0/ports?device_id=f8bb3664-702e-41b5-bb9c-116f55b3d86d => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/536] 199.204.45.89 () {38 vars in 1027 bytes} [Tue Jun 30 19:10:20 2026] PUT /v2.0/ports/6b1e3b86-4605-413e-9e2c-2664a10c8ca9 => generated 1235 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 273/537] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:20 2026] GET /v2.0/security-groups?id=58b7e118-acef-41ae-8276-0ac0be781fd5&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/538] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:20 2026] GET /v2.0/security-groups?id=991f7654-54e0-4855-96db-38d093df83b9&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/539] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:10:20 2026] GET /v2.0/ports?tenant_id=e99d7dd368d3461ab38a7598758dae17&device_id=f8bb3664-702e-41b5-bb9c-116f55b3d86d => generated 1238 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:20.814 7 INFO neutron.db.l3_hamode_db [None req-f5388cc5-7bd9-4dad-9cdf-fc723c7e6076 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:10:20.815 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1a94b2fe-bedc-4dd6-89c1-6547f24a5048'] response: {'name': 'network-changed', 'server_uuid': 'f8bb3664-702e-41b5-bb9c-116f55b3d86d', 'tag': 'adcc7529-d00e-4f77-8e58-f79c672a878d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 276/540] 199.204.45.89 () {34 vars in 1057 bytes} [Tue Jun 30 19:10:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=adcc7529-d00e-4f77-8e58-f79c672a878d => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/541] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:10:20 2026] GET /v2.0/subnets?id=35cac87f-fbed-49a1-a882-24824bf408d3 => generated 693 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/542] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:10:20 2026] GET /v2.0/ports?network_id=03c894eb-ce6d-4367-9595-95ebbc7de2eb&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/543] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:10:20 2026] GET /v2.0/networks/03c894eb-ce6d-4367-9595-95ebbc7de2eb?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/544] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:10:20 2026] GET /v2.0/networks/03c894eb-ce6d-4367-9595-95ebbc7de2eb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/545] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:10:19 2026] POST /v2.0/routers => generated 731 bytes in 1879 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/546] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:10:21 2026] GET /v2.0/ports?tenant_id=bebf72fc3e73405b80eb55cc829fe99c&device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/547] 199.204.45.89 () {34 vars in 1057 bytes} [Tue Jun 30 19:10:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=6b1e3b86-4605-413e-9e2c-2664a10c8ca9 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/548] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:21 2026] GET /v2.0/ports?device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/549] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:10:21 2026] GET /v2.0/subnets?id=f5699e48-9cb1-4ebe-9459-d1abd7e21b24 => generated 702 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/550] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:21 2026] GET /v2.0/ports?device_id=f8bb3664-702e-41b5-bb9c-116f55b3d86d => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/551] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:21 2026] GET /v2.0/security-groups?id=58b7e118-acef-41ae-8276-0ac0be781fd5&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/552] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:10:21 2026] GET /v2.0/ports?network_id=b48a2654-da4c-4064-8392-46e52e50f29d&device_owner=network%3Adhcp => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/553] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:22 2026] GET /v2.0/security-groups?id=991f7654-54e0-4855-96db-38d093df83b9&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/554] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:10:22 2026] GET /v2.0/networks/b48a2654-da4c-4064-8392-46e52e50f29d?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/555] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:10:22 2026] GET /v2.0/ports?tenant_id=e99d7dd368d3461ab38a7598758dae17&device_id=f8bb3664-702e-41b5-bb9c-116f55b3d86d => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/556] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:10:22 2026] GET /v2.0/networks/b48a2654-da4c-4064-8392-46e52e50f29d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/557] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:10:22 2026] GET /v2.0/networks?id=03c894eb-ce6d-4367-9595-95ebbc7de2eb => generated 771 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/558] 199.204.45.89 () {34 vars in 1057 bytes} [Tue Jun 30 19:10:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=adcc7529-d00e-4f77-8e58-f79c672a878d => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/559] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:10:22 2026] GET /v2.0/subnets?id=35cac87f-fbed-49a1-a882-24824bf408d3 => generated 693 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/560] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:10:22 2026] GET /v2.0/ports?network_id=03c894eb-ce6d-4367-9595-95ebbc7de2eb&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/561] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:10:22 2026] GET /v2.0/networks/03c894eb-ce6d-4367-9595-95ebbc7de2eb?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/562] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:10:22 2026] GET /v2.0/networks/03c894eb-ce6d-4367-9595-95ebbc7de2eb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/563] 10.0.0.222 () {34 vars in 783 bytes} [Tue Jun 30 19:10:21 2026] PUT /v2.0/routers/d89439e7-06c7-4563-a9a7-16bd96a622c8/add_router_interface => generated 309 bytes in 1209 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:22.877 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-45af52bc-072d-4376-97c8-2ea38aa278e5'] response: {'name': 'network-changed', 'server_uuid': 'bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e', 'tag': '6b1e3b86-4605-413e-9e2c-2664a10c8ca9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 283/564] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:23 2026] GET /v2.0/ports?device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/565] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:23 2026] GET /v2.0/security-groups?id=58b7e118-acef-41ae-8276-0ac0be781fd5&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/566] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:23 2026] GET /v2.0/ports?device_id=f8bb3664-702e-41b5-bb9c-116f55b3d86d => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/567] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:23 2026] GET /v2.0/security-groups?id=991f7654-54e0-4855-96db-38d093df83b9&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/568] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:10:23 2026] GET /v2.0/ports?tenant_id=bebf72fc3e73405b80eb55cc829fe99c&device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/569] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:10:23 2026] GET /v2.0/networks?id=b48a2654-da4c-4064-8392-46e52e50f29d => generated 780 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/570] 199.204.45.89 () {34 vars in 1057 bytes} [Tue Jun 30 19:10:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=6b1e3b86-4605-413e-9e2c-2664a10c8ca9 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/571] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:10:23 2026] GET /v2.0/subnets?id=f5699e48-9cb1-4ebe-9459-d1abd7e21b24 => generated 702 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/572] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:10:23 2026] GET /v2.0/ports?network_id=b48a2654-da4c-4064-8392-46e52e50f29d&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/573] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:10:23 2026] GET /v2.0/networks/b48a2654-da4c-4064-8392-46e52e50f29d?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/574] 10.0.0.130 () {38 vars in 971 bytes} [Tue Jun 30 19:10:23 2026] POST /v2.0/security-groups => generated 1678 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/575] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:10:23 2026] GET /v2.0/networks/b48a2654-da4c-4064-8392-46e52e50f29d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/576] 10.0.0.130 () {38 vars in 971 bytes} [Tue Jun 30 19:10:23 2026] POST /v2.0/security-groups => generated 1681 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/577] 10.0.0.130 () {38 vars in 971 bytes} [Tue Jun 30 19:10:23 2026] POST /v2.0/security-groups => generated 1681 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/578] 10.0.0.130 () {34 vars in 1002 bytes} [Tue Jun 30 19:10:24 2026] GET /v2.0/security-groups?tenant_id=7da4c91e69f248d0b8b1c27e47515596 => generated 7905 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/579] 10.0.0.130 () {34 vars in 991 bytes} [Tue Jun 30 19:10:24 2026] GET /v2.0/security-groups/723b8d7d-9627-43b6-9715-045192ea652a => generated 2922 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/580] 10.0.0.130 () {34 vars in 991 bytes} [Tue Jun 30 19:10:24 2026] GET /v2.0/security-groups/723b8d7d-9627-43b6-9715-045192ea652a => generated 2922 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/581] 10.0.0.130 () {34 vars in 991 bytes} [Tue Jun 30 19:10:24 2026] GET /v2.0/security-groups/ee5f3688-c633-4dc5-ac2b-9a2ed06dbc2b => generated 1678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/582] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:24 2026] GET /v2.0/ports?device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/583] 10.0.0.130 () {36 vars in 1013 bytes} [Tue Jun 30 19:10:24 2026] DELETE /v2.0/security-groups/ee5f3688-c633-4dc5-ac2b-9a2ed06dbc2b => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/584] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:24 2026] GET /v2.0/security-groups?id=58b7e118-acef-41ae-8276-0ac0be781fd5&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:24.415 7 INFO neutron.api.v2.resource [req-09b0a640-77e6-482d-a14d-130745495070 req-2015c174-b435-46cf-812c-62214dc73cde 4489139730814a02a4ad5ccecd40f91a 7da4c91e69f248d0b8b1c27e47515596 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 295/585] 10.0.0.130 () {34 vars in 991 bytes} [Tue Jun 30 19:10:24 2026] GET /v2.0/security-groups/ee5f3688-c633-4dc5-ac2b-9a2ed06dbc2b => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/586] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:24 2026] GET /v2.0/ports?device_id=f8bb3664-702e-41b5-bb9c-116f55b3d86d => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/587] 10.0.0.130 () {34 vars in 991 bytes} [Tue Jun 30 19:10:24 2026] GET /v2.0/security-groups/46fa784b-0e76-46e9-a9b2-17c23583474d => generated 1681 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/588] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:24 2026] GET /v2.0/security-groups?id=991f7654-54e0-4855-96db-38d093df83b9&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/589] 10.0.0.130 () {36 vars in 1013 bytes} [Tue Jun 30 19:10:24 2026] DELETE /v2.0/security-groups/46fa784b-0e76-46e9-a9b2-17c23583474d => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:10:24.602 8 INFO neutron.api.v2.resource [req-17553d68-1805-4bcf-9818-6c5fdc996965 req-c4216800-4173-45a8-a9c1-411d6d86464b 4489139730814a02a4ad5ccecd40f91a 7da4c91e69f248d0b8b1c27e47515596 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 293/590] 10.0.0.130 () {34 vars in 991 bytes} [Tue Jun 30 19:10:24 2026] GET /v2.0/security-groups/46fa784b-0e76-46e9-a9b2-17c23583474d => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/591] 10.0.0.130 () {34 vars in 991 bytes} [Tue Jun 30 19:10:24 2026] GET /v2.0/security-groups/25ed3b9e-820d-49e8-92a0-4d91edaa2be5 => generated 1681 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/592] 10.0.0.130 () {36 vars in 1013 bytes} [Tue Jun 30 19:10:24 2026] DELETE /v2.0/security-groups/25ed3b9e-820d-49e8-92a0-4d91edaa2be5 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:10:24.762 7 INFO neutron.api.v2.resource [req-0bf7b03f-aaf2-40d6-97c1-f624f7330e0d req-69c5d28b-555c-4550-8678-7a89e84ed93d 4489139730814a02a4ad5ccecd40f91a 7da4c91e69f248d0b8b1c27e47515596 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 299/593] 10.0.0.130 () {34 vars in 991 bytes} [Tue Jun 30 19:10:24 2026] GET /v2.0/security-groups/25ed3b9e-820d-49e8-92a0-4d91edaa2be5 => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/594] 10.0.0.130 () {34 vars in 1002 bytes} [Tue Jun 30 19:10:24 2026] GET /v2.0/security-groups?tenant_id=7da4c91e69f248d0b8b1c27e47515596 => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/595] 10.0.0.130 () {34 vars in 991 bytes} [Tue Jun 30 19:10:24 2026] GET /v2.0/security-groups/723b8d7d-9627-43b6-9715-045192ea652a => generated 2922 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/596] 10.0.0.130 () {34 vars in 991 bytes} [Tue Jun 30 19:10:24 2026] GET /v2.0/security-groups/723b8d7d-9627-43b6-9715-045192ea652a => generated 2922 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:24.959 7 INFO neutron.api.v2.resource [req-3197fb0d-5a64-4da7-8f20-291ae4458cd9 req-c7a4db23-b689-4a82-962f-64e20a0eb86c 4489139730814a02a4ad5ccecd40f91a 7da4c91e69f248d0b8b1c27e47515596 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 301/597] 10.0.0.130 () {34 vars in 991 bytes} [Tue Jun 30 19:10:24 2026] GET /v2.0/security-groups/25ed3b9e-820d-49e8-92a0-4d91edaa2be5 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:10:24.997 8 INFO neutron.api.v2.resource [req-8fca8b8e-5887-4ac1-a2c7-1cd60e7953bd req-5d4c9caa-8abf-4aa0-92f7-a41a69965aa4 4489139730814a02a4ad5ccecd40f91a 7da4c91e69f248d0b8b1c27e47515596 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 297/598] 10.0.0.130 () {34 vars in 991 bytes} [Tue Jun 30 19:10:24 2026] GET /v2.0/security-groups/46fa784b-0e76-46e9-a9b2-17c23583474d => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:10:25.041 7 INFO neutron.api.v2.resource [req-c3a4108a-237d-440d-a0d2-50e68ae85f33 req-f9cac044-7d74-42fe-87b4-d9cf2262adbd 4489139730814a02a4ad5ccecd40f91a 7da4c91e69f248d0b8b1c27e47515596 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 302/599] 10.0.0.130 () {34 vars in 991 bytes} [Tue Jun 30 19:10:25 2026] GET /v2.0/security-groups/ee5f3688-c633-4dc5-ac2b-9a2ed06dbc2b => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:10:25.359 8 INFO neutron_taas.services.taas.taas_plugin [None req-390f29c2-b3a9-42f0-85f1-c11999c63031 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: 739c96e2-a9b3-44a2-8b35-3b2dacd9a172 2026-06-30 19:10:25.361 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-390f29c2-b3a9-42f0-85f1-c11999c63031 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: 739c96e2-a9b3-44a2-8b35-3b2dacd9a172 [pid: 7|app: 0|req: 303/600] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:25 2026] GET /v2.0/ports?device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/601] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:25 2026] GET /v2.0/security-groups?id=58b7e118-acef-41ae-8276-0ac0be781fd5&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/602] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:25 2026] GET /v2.0/ports?device_id=f8bb3664-702e-41b5-bb9c-116f55b3d86d => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/603] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:25 2026] GET /v2.0/security-groups?id=991f7654-54e0-4855-96db-38d093df83b9&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/604] 10.0.0.222 () {34 vars in 789 bytes} [Tue Jun 30 19:10:25 2026] PUT /v2.0/routers/d89439e7-06c7-4563-a9a7-16bd96a622c8/remove_router_interface => generated 309 bytes in 1198 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:26.442 8 INFO neutron_taas.services.taas.taas_plugin [None req-38524eb3-51ec-48b3-8743-092d86380b50 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: a6712d5f-314a-4906-ba0d-42d9dac4d24e 2026-06-30 19:10:26.445 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38524eb3-51ec-48b3-8743-092d86380b50 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: a6712d5f-314a-4906-ba0d-42d9dac4d24e [pid: 7|app: 0|req: 307/605] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:10:26 2026] GET /v2.0/security-groups?tenant_id=0c56e10825714270b74bfd5fed5326a9&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/606] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:10:26 2026] DELETE /v2.0/security-groups/c5d3c543-7f99-44f9-b94c-9fdeeb184436 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/607] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:26 2026] GET /v2.0/ports?device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:26.661 8 INFO neutron_taas.services.taas.taas_plugin [None req-38524eb3-51ec-48b3-8743-092d86380b50 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: f72cfb93-c28f-4a50-aedd-1464c975f25d 2026-06-30 19:10:26.664 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38524eb3-51ec-48b3-8743-092d86380b50 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: f72cfb93-c28f-4a50-aedd-1464c975f25d [pid: 7|app: 0|req: 310/608] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:26 2026] GET /v2.0/security-groups?id=58b7e118-acef-41ae-8276-0ac0be781fd5&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:26.759 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-38524eb3-51ec-48b3-8743-092d86380b50 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2241, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 645, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 311/609] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:10:26 2026] GET /v2.0/security-groups?tenant_id=cafd33c174024129bd801de54efbf687&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/610] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:26 2026] GET /v2.0/ports?device_id=f8bb3664-702e-41b5-bb9c-116f55b3d86d => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/611] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:10:26 2026] DELETE /v2.0/security-groups/3888ef2d-ba02-47f0-9b21-a5081a4f2487 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/612] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:26 2026] GET /v2.0/security-groups?id=991f7654-54e0-4855-96db-38d093df83b9&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:27.047 8 INFO neutron.services.segments.plugin [-] Segment a9a7b659-d285-4e68-b089-453ab64593f4 resource provider aggregate not found 2026-06-30 19:10:27.051 8 INFO neutron.services.segments.plugin [-] Segment a9a7b659-d285-4e68-b089-453ab64593f4 resource provider aggregate not found 2026-06-30 19:10:27.069 8 INFO neutron.services.segments.plugin [-] Segment a9a7b659-d285-4e68-b089-453ab64593f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9a7b659-d285-4e68-b089-453ab64593f4 found for delete ", "request_id": "req-8158ede5-2b9f-4566-a72b-19e2a7a95043"}]} 2026-06-30 19:10:27.069 8 INFO neutron.db.l3_hamode_db [None req-38524eb3-51ec-48b3-8743-092d86380b50 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] HA network 0fd45097-c7ef-45fe-8de1-e45221e2bda7 was deleted as no HA routers are present in tenant 7da4c91e69f248d0b8b1c27e47515596. [pid: 8|app: 0|req: 299/613] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:10:26 2026] DELETE /v2.0/routers/d89439e7-06c7-4563-a9a7-16bd96a622c8 => generated 0 bytes in 817 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:10:27.078 8 INFO neutron.services.segments.plugin [-] Segment a9a7b659-d285-4e68-b089-453ab64593f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9a7b659-d285-4e68-b089-453ab64593f4 found for delete ", "request_id": "req-8d58af44-33d1-45ea-8574-2be662f4ea4e"}]} [pid: 7|app: 0|req: 315/614] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:10:27 2026] DELETE /v2.0/subnets/58eeb14f-b206-4f82-a662-bca64c9c1c30 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:27.374 8 INFO neutron_taas.services.taas.taas_plugin [None req-bbbff1dd-2761-4d3a-9b52-be143e6993ae 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: dfa67db4-a81d-41d8-9c22-f87e7d9192a8 2026-06-30 19:10:27.376 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbbff1dd-2761-4d3a-9b52-be143e6993ae 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: dfa67db4-a81d-41d8-9c22-f87e7d9192a8 [pid: 8|app: 0|req: 300/615] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:10:27 2026] DELETE /v2.0/networks/fb809d1e-dd60-4250-b291-7f2187871345 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/616] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:10:27 2026] GET /v2.0/security-groups?tenant_id=7da4c91e69f248d0b8b1c27e47515596&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/617] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:10:27 2026] DELETE /v2.0/security-groups/723b8d7d-9627-43b6-9715-045192ea652a => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/618] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:27 2026] GET /v2.0/ports?device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/619] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:27 2026] GET /v2.0/security-groups?id=58b7e118-acef-41ae-8276-0ac0be781fd5&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/620] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:28 2026] GET /v2.0/ports?device_id=f8bb3664-702e-41b5-bb9c-116f55b3d86d => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/621] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:28 2026] GET /v2.0/security-groups?id=991f7654-54e0-4855-96db-38d093df83b9&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/622] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:28 2026] GET /v2.0/ports?device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/623] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:28 2026] GET /v2.0/security-groups?id=58b7e118-acef-41ae-8276-0ac0be781fd5&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:29.087 8 INFO neutron.services.segments.plugin [-] Segment 97239718-67b1-4527-b342-c5e1fcd79ea3 resource provider aggregate not found 2026-06-30 19:10:29.102 8 INFO neutron.services.segments.plugin [-] Segment 97239718-67b1-4527-b342-c5e1fcd79ea3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97239718-67b1-4527-b342-c5e1fcd79ea3 found for delete ", "request_id": "req-b6801254-3468-4d67-b6e5-309c2a090c63"}]} 2026-06-30 19:10:29.106 8 INFO neutron.services.segments.plugin [-] Segment 97239718-67b1-4527-b342-c5e1fcd79ea3 resource provider aggregate not found 2026-06-30 19:10:29.157 8 INFO neutron.services.segments.plugin [-] Segment 97239718-67b1-4527-b342-c5e1fcd79ea3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97239718-67b1-4527-b342-c5e1fcd79ea3 found for delete ", "request_id": "req-35779e06-d4bd-4c38-a8bb-4d9c63ac1f3b"}]} [pid: 7|app: 0|req: 320/624] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:29 2026] GET /v2.0/ports?device_id=f8bb3664-702e-41b5-bb9c-116f55b3d86d => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/625] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:29 2026] GET /v2.0/security-groups?id=991f7654-54e0-4855-96db-38d093df83b9&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:30.008 7 INFO neutron.db.segments_db [None req-1141a6f3-97b8-41ea-a36f-5d0116621ac7 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Added segment 42654204-2900-4acb-b71b-94a1f12011ad of type vxlan for network 50eee832-090f-4979-879f-92dbe1dfa680 [pid: 8|app: 0|req: 306/626] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:30 2026] GET /v2.0/ports?device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/627] 10.0.0.222 () {34 vars in 671 bytes} [Tue Jun 30 19:10:29 2026] POST /v2.0/networks => generated 746 bytes in 501 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/628] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:30 2026] GET /v2.0/security-groups?id=58b7e118-acef-41ae-8276-0ac0be781fd5&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/629] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:10:30 2026] POST /v2.0/subnets => generated 693 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:30.376 8 INFO neutron.db.segments_db [None req-a20f6816-b158-48eb-af36-ddbd2c4e114e 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Added segment 1bc6a661-cf7d-4fa0-b49d-53009bdc6249 of type vxlan for network a34e26f7-d764-4978-b9fe-8aedebd786a3 [pid: 7|app: 0|req: 323/630] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:30 2026] GET /v2.0/ports?device_id=f8bb3664-702e-41b5-bb9c-116f55b3d86d => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/631] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:30 2026] GET /v2.0/security-groups?id=991f7654-54e0-4855-96db-38d093df83b9&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:30.618 8 INFO neutron.db.l3_hamode_db [None req-a20f6816-b158-48eb-af36-ddbd2c4e114e 8a997b5e7354448fa40b2a947ad3a9d9 11bc38d9e0a34d27b6c86acb2322bfc8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 325/632] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:30 2026] GET /v2.0/ports?device_id=f8bb3664-702e-41b5-bb9c-116f55b3d86d => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:31.292 8 INFO neutron.db.l3_hamode_db [None req-a20f6816-b158-48eb-af36-ddbd2c4e114e 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:10:31.510 7 INFO neutron.db.l3_db [None req-fc1950dc-f9dd-4218-af20-4a1ec43e6b57 15635a1bd7304a43b00f28814c711670 e99d7dd368d3461ab38a7598758dae17 - - default default] Floating IP 27a8ec62-e8b3-4e69-b1ba-03d1eaedce91 associated. External IP: 10.96.250.220, port: adcc7529-d00e-4f77-8e58-f79c672a878d. [pid: 7|app: 0|req: 326/633] 10.0.0.222 () {34 vars in 749 bytes} [Tue Jun 30 19:10:30 2026] PUT /v2.0/floatingips/27a8ec62-e8b3-4e69-b1ba-03d1eaedce91 => generated 855 bytes in 1129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/636] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:31 2026] GET /v2.0/ports?device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/637] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:31 2026] GET /v2.0/ports?device_id=f8bb3664-702e-41b5-bb9c-116f55b3d86d => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/638] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:31 2026] GET /v2.0/security-groups?id=58b7e118-acef-41ae-8276-0ac0be781fd5&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/639] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:31 2026] GET /v2.0/security-groups?id=991f7654-54e0-4855-96db-38d093df83b9&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/640] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:10:30 2026] POST /v2.0/routers => generated 733 bytes in 1861 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/641] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:32 2026] GET /v2.0/ports?device_id=f8bb3664-702e-41b5-bb9c-116f55b3d86d => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:32.388 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5a7721f6-6a32-4f7f-aa8b-a3cb15a716bf'] response: {'name': 'network-changed', 'server_uuid': 'f8bb3664-702e-41b5-bb9c-116f55b3d86d', 'tag': 'adcc7529-d00e-4f77-8e58-f79c672a878d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 310/642] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:32 2026] GET /v2.0/security-groups?id=991f7654-54e0-4855-96db-38d093df83b9&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/643] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:10:32 2026] GET /v2.0/ports?tenant_id=e99d7dd368d3461ab38a7598758dae17&device_id=f8bb3664-702e-41b5-bb9c-116f55b3d86d => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/644] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:10:32 2026] GET /v2.0/networks?id=03c894eb-ce6d-4367-9595-95ebbc7de2eb => generated 771 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/645] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:32 2026] GET /v2.0/ports?device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/646] 199.204.45.89 () {34 vars in 1057 bytes} [Tue Jun 30 19:10:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=adcc7529-d00e-4f77-8e58-f79c672a878d => generated 858 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/647] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:33 2026] GET /v2.0/security-groups?id=58b7e118-acef-41ae-8276-0ac0be781fd5&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/648] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:10:33 2026] GET /v2.0/subnets?id=35cac87f-fbed-49a1-a882-24824bf408d3 => generated 693 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/649] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:10:33 2026] GET /v2.0/ports?network_id=03c894eb-ce6d-4367-9595-95ebbc7de2eb&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/650] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:33 2026] GET /v2.0/ports?device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/651] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:10:33 2026] GET /v2.0/networks/03c894eb-ce6d-4367-9595-95ebbc7de2eb?fields=segments => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/652] 10.0.0.222 () {34 vars in 783 bytes} [Tue Jun 30 19:10:32 2026] PUT /v2.0/routers/0bb9c97b-348d-48a1-b5a4-3b3d00147295/add_router_interface => generated 309 bytes in 1097 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/653] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:10:33 2026] GET /v2.0/networks/03c894eb-ce6d-4367-9595-95ebbc7de2eb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/654] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:10:33 2026] GET /v2.0/security-groups?tenant_id=bc126394c74441e19812e1047ae35387&name=default => generated 2925 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:33.783 8 INFO neutron.db.l3_db [None req-62adfee0-38b8-4099-9846-fc54f431617c 2ec0efcb923248558ff2b75ffa0b8b14 bebf72fc3e73405b80eb55cc829fe99c - - default default] Floating IP 73c751a3-afa6-46a1-b271-eff65467f09d associated. External IP: 10.96.250.216, port: 6b1e3b86-4605-413e-9e2c-2664a10c8ca9. [pid: 7|app: 0|req: 336/655] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:33 2026] GET /v2.0/ports?device_id=f8bb3664-702e-41b5-bb9c-116f55b3d86d => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/656] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:10:33 2026] DELETE /v2.0/security-groups/efa6d66f-c444-412b-9b02-4a1b7b46f30c => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/657] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:33 2026] GET /v2.0/security-groups?id=991f7654-54e0-4855-96db-38d093df83b9&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/658] 10.0.0.222 () {34 vars in 749 bytes} [Tue Jun 30 19:10:33 2026] PUT /v2.0/floatingips/73c751a3-afa6-46a1-b271-eff65467f09d => generated 855 bytes in 770 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:34.067 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c950ddee-ae15-45dc-92ef-39e3f37bb759'] response: {'name': 'network-changed', 'server_uuid': 'bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e', 'tag': '6b1e3b86-4605-413e-9e2c-2664a10c8ca9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 321/659] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:34 2026] GET /v2.0/ports?device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/660] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:34 2026] GET /v2.0/security-groups?id=58b7e118-acef-41ae-8276-0ac0be781fd5&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/661] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:10:34 2026] GET /v2.0/security-groups?tenant_id=2f963ce1577b412abd0db166a34fea6f&name=default => generated 2925 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/662] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:10:34 2026] DELETE /v2.0/security-groups/f9d9010f-4c7b-4c6b-bb15-9e62e29552c9 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/663] 10.0.0.130 () {34 vars in 982 bytes} [Tue Jun 30 19:10:34 2026] GET /v2.0/networks?id=50eee832-090f-4979-879f-92dbe1dfa680 => generated 678 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/664] 10.0.0.130 () {34 vars in 965 bytes} [Tue Jun 30 19:10:34 2026] GET /v2.0/quotas/11bc38d9e0a34d27b6c86acb2322bfc8 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/665] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:10:34 2026] GET /v2.0/ports?tenant_id=bebf72fc3e73405b80eb55cc829fe99c&device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 1240 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/666] 10.0.0.130 () {34 vars in 1002 bytes} [Tue Jun 30 19:10:34 2026] GET /v2.0/ports?tenant_id=11bc38d9e0a34d27b6c86acb2322bfc8&fields=id => generated 103 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/667] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:10:34 2026] GET /v2.0/networks?id=b48a2654-da4c-4064-8392-46e52e50f29d => generated 780 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/668] 10.0.0.130 () {34 vars in 1008 bytes} [Tue Jun 30 19:10:34 2026] GET /v2.0/networks/50eee832-090f-4979-879f-92dbe1dfa680?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/669] 199.204.45.89 () {34 vars in 1057 bytes} [Tue Jun 30 19:10:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=6b1e3b86-4605-413e-9e2c-2664a10c8ca9 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/670] 10.0.0.130 () {34 vars in 1108 bytes} [Tue Jun 30 19:10:34 2026] GET /v2.0/networks/50eee832-090f-4979-879f-92dbe1dfa680?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/671] 199.204.45.89 () {34 vars in 993 bytes} [Tue Jun 30 19:10:34 2026] GET /v2.0/ports?device_id=f8bb3664-702e-41b5-bb9c-116f55b3d86d => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/672] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:10:34 2026] GET /v2.0/subnets?id=f5699e48-9cb1-4ebe-9459-d1abd7e21b24 => generated 702 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/673] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:10:34 2026] GET /v2.0/ports?network_id=b48a2654-da4c-4064-8392-46e52e50f29d&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/674] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:10:34 2026] GET /v2.0/networks/b48a2654-da4c-4064-8392-46e52e50f29d?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:10:34.953 8 INFO neutron_taas.services.taas.taas_plugin [req-d3b0ab32-95af-4046-873a-3447dcc2c3e6 req-5a98753e-8fb1-4e42-8d37-dcc83bf416f2 15635a1bd7304a43b00f28814c711670 e99d7dd368d3461ab38a7598758dae17 - - default default] TaaS: Handle Delete Port: adcc7529-d00e-4f77-8e58-f79c672a878d 2026-06-30 19:10:34.960 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d3b0ab32-95af-4046-873a-3447dcc2c3e6 req-5a98753e-8fb1-4e42-8d37-dcc83bf416f2 15635a1bd7304a43b00f28814c711670 e99d7dd368d3461ab38a7598758dae17 - - default default] Tap Mirror: Handle Delete Port: adcc7529-d00e-4f77-8e58-f79c672a878d [pid: 7|app: 0|req: 348/675] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:10:34 2026] GET /v2.0/networks/b48a2654-da4c-4064-8392-46e52e50f29d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/676] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:34 2026] GET /v2.0/ports?device_id=0afb2467-b45c-46fd-935a-ffb1af4acb53 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/677] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:35 2026] GET /v2.0/ports?device_id=f8bb3664-702e-41b5-bb9c-116f55b3d86d => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:35.115 8 INFO neutron.db.l3_db [req-d3b0ab32-95af-4046-873a-3447dcc2c3e6 req-5a98753e-8fb1-4e42-8d37-dcc83bf416f2 15635a1bd7304a43b00f28814c711670 e99d7dd368d3461ab38a7598758dae17 - - default default] Floating IP 27a8ec62-e8b3-4e69-b1ba-03d1eaedce91 disassociated. External IP: 10.96.250.220, port: adcc7529-d00e-4f77-8e58-f79c672a878d. [pid: 7|app: 0|req: 351/678] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:35 2026] GET /v2.0/security-groups?id=991f7654-54e0-4855-96db-38d093df83b9&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/679] 199.204.45.89 () {36 vars in 996 bytes} [Tue Jun 30 19:10:34 2026] DELETE /v2.0/ports/adcc7529-d00e-4f77-8e58-f79c672a878d => generated 0 bytes in 651 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/680] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:36 2026] GET /v2.0/ports?device_id=0afb2467-b45c-46fd-935a-ffb1af4acb53 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:10:36.102 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e9dc4d26-2932-42fc-9549-bceefca9b23c'] response: {'server_uuid': 'f8bb3664-702e-41b5-bb9c-116f55b3d86d', 'name': 'network-vif-deleted', 'tag': 'adcc7529-d00e-4f77-8e58-f79c672a878d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 329/681] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:36 2026] GET /v2.0/ports?device_id=f8bb3664-702e-41b5-bb9c-116f55b3d86d => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/682] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:10:36 2026] GET /v2.0/security-groups?tenant_id=b795ae4d6be94aa1a68a95095eec6512&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/683] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:10:37 2026] DELETE /v2.0/security-groups/96c28e15-2f86-403f-bb56-4fe8f267386b => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/684] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:37 2026] GET /v2.0/ports?device_id=0afb2467-b45c-46fd-935a-ffb1af4acb53 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/685] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:37 2026] GET /v2.0/ports?device_id=f8bb3664-702e-41b5-bb9c-116f55b3d86d => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/686] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:38 2026] GET /v2.0/ports?device_id=0afb2467-b45c-46fd-935a-ffb1af4acb53 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/687] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:38 2026] GET /v2.0/ports?device_id=f8bb3664-702e-41b5-bb9c-116f55b3d86d => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:10:39.166 7 INFO neutron.db.segments_db [None req-ed4289f8-74d6-463b-a6f1-b92cc5e174b3 7bb7aee3074e4b62ab4386de4e4e4c20 45bb9d6142f24f249735578c221d6333 - - default default] Added segment e84724e3-8de4-49f4-839f-e01fc3bd14e6 of type vxlan for network 3a4a0470-fb53-40de-aa91-2b3b14a2c25d 2026-06-30 19:10:39.243 7 INFO neutron.db.segments_db [None req-ed4289f8-74d6-463b-a6f1-b92cc5e174b3 7bb7aee3074e4b62ab4386de4e4e4c20 45bb9d6142f24f249735578c221d6333 - - default default] Added segment e0ca275a-3528-45cc-ad29-a154bf162bb1 of type vxlan for network 5e461a5a-438a-4b3b-bbb7-d3f67675c227 [pid: 8|app: 0|req: 333/688] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:10:39 2026] GET /v2.0/networks?id=50eee832-090f-4979-879f-92dbe1dfa680 => generated 678 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/689] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:10:38 2026] POST /v2.0/networks => generated 1246 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/690] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:39 2026] GET /v2.0/ports?device_id=0afb2467-b45c-46fd-935a-ffb1af4acb53 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/691] 10.0.0.222 () {32 vars in 649 bytes} [Tue Jun 30 19:10:39 2026] GET /v2.0/networks => generated 1845 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/692] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:39 2026] GET /v2.0/ports?device_id=f8bb3664-702e-41b5-bb9c-116f55b3d86d => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/693] 199.204.45.89 () {38 vars in 954 bytes} [Tue Jun 30 19:10:39 2026] POST /v2.0/ports => generated 954 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:10:39.615 7 INFO neutron.services.segments.plugin [-] Segment e84724e3-8de4-49f4-839f-e01fc3bd14e6 resource provider aggregate not found 2026-06-30 19:10:39.620 7 INFO neutron.services.segments.plugin [-] Segment e84724e3-8de4-49f4-839f-e01fc3bd14e6 resource provider aggregate not found 2026-06-30 19:10:39.640 7 INFO neutron.services.segments.plugin [-] Segment e84724e3-8de4-49f4-839f-e01fc3bd14e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e84724e3-8de4-49f4-839f-e01fc3bd14e6 found for delete ", "request_id": "req-d2fe824d-e956-4b49-b36a-da3110bdb9a5"}]} 2026-06-30 19:10:39.644 7 INFO neutron.services.segments.plugin [-] Segment e84724e3-8de4-49f4-839f-e01fc3bd14e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e84724e3-8de4-49f4-839f-e01fc3bd14e6 found for delete ", "request_id": "req-8d47fd62-431d-4e8e-9616-4a585bdb7dee"}]} [pid: 7|app: 0|req: 360/694] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:10:39 2026] DELETE /v2.0/networks/3a4a0470-fb53-40de-aa91-2b3b14a2c25d => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/695] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:10:39 2026] DELETE /v2.0/networks/5e461a5a-438a-4b3b-bbb7-d3f67675c227 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/696] 10.0.0.222 () {32 vars in 649 bytes} [Tue Jun 30 19:10:39 2026] GET /v2.0/networks => generated 651 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:39.892 7 INFO neutron.db.segments_db [None req-b870d40a-4be0-4eee-866e-79f7d8c96b6b 7bb7aee3074e4b62ab4386de4e4e4c20 45bb9d6142f24f249735578c221d6333 - - default default] Added segment fda0b8a3-3987-4de8-9763-011a6b08a81f of type vxlan for network 96ef4d2d-ffef-4c05-b9c5-aaeb7bf7b2df [pid: 7|app: 0|req: 363/697] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:10:39 2026] POST /v2.0/networks => generated 654 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/698] 199.204.45.89 () {38 vars in 1027 bytes} [Tue Jun 30 19:10:39 2026] PUT /v2.0/ports/65934dd5-649b-493d-b8ae-f6714c84b310 => generated 1235 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:40.029 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-222abb5b-6f50-470d-ba4c-6f0423ebe5dd'] response: {'name': 'network-changed', 'server_uuid': '0afb2467-b45c-46fd-935a-ffb1af4acb53', 'tag': '65934dd5-649b-493d-b8ae-f6714c84b310', 'status': 'completed', 'code': 200} 2026-06-30 19:10:40.047 7 INFO neutron.db.segments_db [None req-f2600b7b-5766-4349-b9d1-aaa21ea3f855 7bb7aee3074e4b62ab4386de4e4e4c20 45bb9d6142f24f249735578c221d6333 - - default default] Added segment 97c6d62f-81d0-49f5-8142-db84acf61232 of type vxlan for network 0994459a-c624-4315-8dc3-4ba5d44f3a6f [pid: 7|app: 0|req: 364/699] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:10:39 2026] POST /v2.0/networks => generated 654 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 365/700] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:40 2026] GET /v2.0/ports?device_id=0afb2467-b45c-46fd-935a-ffb1af4acb53 => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/701] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:10:40 2026] GET /v2.0/ports?tenant_id=11bc38d9e0a34d27b6c86acb2322bfc8&device_id=0afb2467-b45c-46fd-935a-ffb1af4acb53 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/702] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:10:40 2026] DELETE /v2.0/security-groups/991f7654-54e0-4855-96db-38d093df83b9 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/703] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:40 2026] GET /v2.0/security-groups?id=9882dad5-28d3-4f0b-9db0-6083a45d4fa0&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/704] 199.204.45.89 () {34 vars in 1017 bytes} [Tue Jun 30 19:10:40 2026] GET /v2.0/networks?tenant_id=11bc38d9e0a34d27b6c86acb2322bfc8&shared=False => generated 774 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:40.779 7 INFO neutron.api.v2.resource [None req-83cc58a0-172c-48dd-8b6d-11a3bc9cb56b 15635a1bd7304a43b00f28814c711670 e99d7dd368d3461ab38a7598758dae17 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 370/705] 10.0.0.222 () {32 vars in 737 bytes} [Tue Jun 30 19:10:40 2026] GET /v2.0/security-groups/991f7654-54e0-4855-96db-38d093df83b9 => generated 146 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/706] 199.204.45.89 () {34 vars in 929 bytes} [Tue Jun 30 19:10:40 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/707] 10.0.0.222 () {34 vars in 665 bytes} [Tue Jun 30 19:10:40 2026] POST /v2.0/ports => generated 1505 bytes in 699 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 337/708] 10.0.0.222 () {32 vars in 643 bytes} [Tue Jun 30 19:10:40 2026] GET /v2.0/ports => generated 1505 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:40.912 7 INFO neutron_taas.services.taas.taas_plugin [None req-1c1281eb-39d3-4d42-bbc5-33f68746a8d1 15635a1bd7304a43b00f28814c711670 e99d7dd368d3461ab38a7598758dae17 - - default default] TaaS: Handle Delete Port: 5030e333-7a23-489e-9381-7a00ce3f13f2 2026-06-30 19:10:40.915 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c1281eb-39d3-4d42-bbc5-33f68746a8d1 15635a1bd7304a43b00f28814c711670 e99d7dd368d3461ab38a7598758dae17 - - default default] Tap Mirror: Handle Delete Port: 5030e333-7a23-489e-9381-7a00ce3f13f2 2026-06-30 19:10:41.015 8 INFO neutron_taas.services.taas.taas_plugin [None req-8cee418a-0651-4fe0-a4c6-421e13eafef1 7bb7aee3074e4b62ab4386de4e4e4c20 45bb9d6142f24f249735578c221d6333 - - default default] TaaS: Handle Delete Port: 1578b6ef-585e-489f-80ce-10e98f4a23d8 2026-06-30 19:10:41.018 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8cee418a-0651-4fe0-a4c6-421e13eafef1 7bb7aee3074e4b62ab4386de4e4e4c20 45bb9d6142f24f249735578c221d6333 - - default default] Tap Mirror: Handle Delete Port: 1578b6ef-585e-489f-80ce-10e98f4a23d8 [pid: 7|app: 0|req: 372/709] 10.0.0.222 () {32 vars in 732 bytes} [Tue Jun 30 19:10:40 2026] DELETE /v2.0/floatingips/27a8ec62-e8b3-4e69-b1ba-03d1eaedce91 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/710] 10.0.0.222 () {32 vars in 720 bytes} [Tue Jun 30 19:10:40 2026] DELETE /v2.0/ports/1578b6ef-585e-489f-80ce-10e98f4a23d8 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:41.208 8 INFO neutron_taas.services.taas.taas_plugin [None req-583d8665-a53c-4824-95c7-28b9aed86690 7bb7aee3074e4b62ab4386de4e4e4c20 45bb9d6142f24f249735578c221d6333 - - default default] TaaS: Handle Delete Port: b4706b62-a8c1-4121-a15e-0fc56811e879 2026-06-30 19:10:41.211 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-583d8665-a53c-4824-95c7-28b9aed86690 7bb7aee3074e4b62ab4386de4e4e4c20 45bb9d6142f24f249735578c221d6333 - - default default] Tap Mirror: Handle Delete Port: b4706b62-a8c1-4121-a15e-0fc56811e879 [pid: 8|app: 0|req: 339/711] 10.0.0.222 () {32 vars in 720 bytes} [Tue Jun 30 19:10:41 2026] DELETE /v2.0/ports/b4706b62-a8c1-4121-a15e-0fc56811e879 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/712] 10.0.0.222 () {32 vars in 643 bytes} [Tue Jun 30 19:10:41 2026] GET /v2.0/ports => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:10:41.381 8 INFO neutron.db.segments_db [None req-e62de981-a35d-4a2e-a535-8e45d8eb4767 7bb7aee3074e4b62ab4386de4e4e4c20 45bb9d6142f24f249735578c221d6333 - - default default] Added segment 9f34c574-1924-4264-8161-8fe58495b08a of type vxlan for network 599eb45f-a921-49af-bb7a-34d0a286d9ce 2026-06-30 19:10:41.472 7 INFO neutron_taas.services.taas.taas_plugin [None req-b0cadd10-936d-469b-bdba-8d765db099d0 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: 683a617a-2d5c-4c52-8691-e517348cb692 2026-06-30 19:10:41.475 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0cadd10-936d-469b-bdba-8d765db099d0 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: 683a617a-2d5c-4c52-8691-e517348cb692 [pid: 8|app: 0|req: 341/713] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:10:41 2026] POST /v2.0/networks => generated 653 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:41.544 8 INFO neutron.db.segments_db [None req-29d57652-61dc-48b6-b5ff-32f9d5d405c1 7bb7aee3074e4b62ab4386de4e4e4c20 45bb9d6142f24f249735578c221d6333 - - default default] Added segment 12859528-4048-4af9-90bf-3c3eb308c8be of type vxlan for network 42a3fb66-acde-4221-820f-57284ecf8a9a [pid: 8|app: 0|req: 342/714] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:10:41 2026] POST /v2.0/networks => generated 653 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:41.673 7 INFO neutron.services.segments.plugin [-] Segment e0ca275a-3528-45cc-ad29-a154bf162bb1 resource provider aggregate not found 2026-06-30 19:10:41.681 7 INFO neutron.services.segments.plugin [-] Segment e0ca275a-3528-45cc-ad29-a154bf162bb1 resource provider aggregate not found 2026-06-30 19:10:41.700 7 INFO neutron.services.segments.plugin [-] Segment e0ca275a-3528-45cc-ad29-a154bf162bb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0ca275a-3528-45cc-ad29-a154bf162bb1 found for delete ", "request_id": "req-a18daf3f-8026-4459-a315-c7a4ecc11843"}]} 2026-06-30 19:10:41.702 7 INFO neutron.services.segments.plugin [-] Segment e0ca275a-3528-45cc-ad29-a154bf162bb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0ca275a-3528-45cc-ad29-a154bf162bb1 found for delete ", "request_id": "req-c3f61db0-1cab-4e27-a483-b5f7417ef988"}]} [pid: 8|app: 0|req: 343/715] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:41 2026] GET /v2.0/ports?device_id=0afb2467-b45c-46fd-935a-ffb1af4acb53 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/716] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:10:41 2026] GET /v2.0/ports?tenant_id=11bc38d9e0a34d27b6c86acb2322bfc8&device_id=0afb2467-b45c-46fd-935a-ffb1af4acb53 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/717] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:41 2026] GET /v2.0/security-groups?id=9882dad5-28d3-4f0b-9db0-6083a45d4fa0&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/718] 199.204.45.89 () {34 vars in 1057 bytes} [Tue Jun 30 19:10:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=65934dd5-649b-493d-b8ae-f6714c84b310 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/719] 10.0.0.222 () {34 vars in 789 bytes} [Tue Jun 30 19:10:41 2026] PUT /v2.0/routers/64563464-b35d-469b-b9ff-a1070853a43d/remove_router_interface => generated 309 bytes in 911 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/720] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:10:41 2026] GET /v2.0/subnets?id=ccd5b2f3-038d-48db-a3fb-35e26f0ec1f1 => generated 696 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/721] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:10:42 2026] GET /v2.0/ports?network_id=50eee832-090f-4979-879f-92dbe1dfa680&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/722] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:10:42 2026] GET /v2.0/networks/50eee832-090f-4979-879f-92dbe1dfa680?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/723] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:10:42 2026] GET /v2.0/networks/50eee832-090f-4979-879f-92dbe1dfa680?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:10:42.183 7 INFO neutron_taas.services.taas.taas_plugin [None req-531b8a20-9248-4634-8c8d-8afbf6a43b09 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: c021bad8-4cc1-4d85-9f7f-655ba0f1dbb8 2026-06-30 19:10:42.186 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-531b8a20-9248-4634-8c8d-8afbf6a43b09 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: c021bad8-4cc1-4d85-9f7f-655ba0f1dbb8 2026-06-30 19:10:42.411 7 INFO neutron_taas.services.taas.taas_plugin [None req-531b8a20-9248-4634-8c8d-8afbf6a43b09 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: 7e3cb14c-d579-42db-9729-c55f3f2ba520 2026-06-30 19:10:42.414 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-531b8a20-9248-4634-8c8d-8afbf6a43b09 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: 7e3cb14c-d579-42db-9729-c55f3f2ba520 [pid: 8|app: 0|req: 351/724] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:10:42 2026] POST /v2.0/subnets => generated 1324 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/725] 10.0.0.222 () {32 vars in 647 bytes} [Tue Jun 30 19:10:42 2026] GET /v2.0/subnets => generated 1960 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:42.725 7 INFO neutron.db.l3_hamode_db [None req-531b8a20-9248-4634-8c8d-8afbf6a43b09 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] HA network 2c8bca02-d1e6-4b98-b41c-b4245481dd23 was deleted as no HA routers are present in tenant e99d7dd368d3461ab38a7598758dae17. [pid: 7|app: 0|req: 374/726] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:10:42 2026] DELETE /v2.0/routers/64563464-b35d-469b-b9ff-a1070853a43d => generated 0 bytes in 731 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/727] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:10:42 2026] DELETE /v2.0/subnets/deb3bb54-bbe2-441d-8e1c-9216907264ea => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/728] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:10:42 2026] DELETE /v2.0/subnets/3b8c658d-52b0-417f-955b-748d15afde5c => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/729] 10.0.0.222 () {32 vars in 647 bytes} [Tue Jun 30 19:10:42 2026] GET /v2.0/subnets => generated 649 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/730] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:10:42 2026] DELETE /v2.0/subnets/35cac87f-fbed-49a1-a882-24824bf408d3 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:42.983 7 INFO neutron_taas.services.taas.taas_plugin [None req-7a702e67-c782-4e1a-a6dd-0fac96610267 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: ec5a1f7d-fffd-4ff5-8186-df82f54de3d3 2026-06-30 19:10:42.987 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a702e67-c782-4e1a-a6dd-0fac96610267 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: ec5a1f7d-fffd-4ff5-8186-df82f54de3d3 2026-06-30 19:10:43.000 8 INFO neutron.services.segments.plugin [-] Segment 12859528-4048-4af9-90bf-3c3eb308c8be resource provider aggregate not found 2026-06-30 19:10:43.007 8 INFO neutron.services.segments.plugin [-] Segment 12859528-4048-4af9-90bf-3c3eb308c8be resource provider aggregate not found 2026-06-30 19:10:43.022 8 INFO neutron.services.segments.plugin [-] Segment 12859528-4048-4af9-90bf-3c3eb308c8be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12859528-4048-4af9-90bf-3c3eb308c8be found for delete ", "request_id": "req-74f5a143-3ec6-4a93-95ee-9ea044d1750a"}]} 2026-06-30 19:10:43.027 8 INFO neutron.services.segments.plugin [-] Segment 12859528-4048-4af9-90bf-3c3eb308c8be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12859528-4048-4af9-90bf-3c3eb308c8be found for delete ", "request_id": "req-64a1a251-f508-4ae3-997a-e57a92212899"}]} [pid: 8|app: 0|req: 356/731] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:10:42 2026] DELETE /v2.0/networks/42a3fb66-acde-4221-820f-57284ecf8a9a => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/732] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:43 2026] GET /v2.0/ports?device_id=0afb2467-b45c-46fd-935a-ffb1af4acb53 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/733] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:10:42 2026] DELETE /v2.0/networks/03c894eb-ce6d-4367-9595-95ebbc7de2eb => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/734] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:43 2026] GET /v2.0/security-groups?id=9882dad5-28d3-4f0b-9db0-6083a45d4fa0&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/735] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:10:43 2026] DELETE /v2.0/networks/599eb45f-a921-49af-bb7a-34d0a286d9ce => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/736] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:10:43 2026] DELETE /v2.0/networks/0994459a-c624-4315-8dc3-4ba5d44f3a6f => generated 0 bytes in 90 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/737] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:10:43 2026] GET /v2.0/security-groups?tenant_id=e99d7dd368d3461ab38a7598758dae17&name=default => generated 2921 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/738] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:10:43 2026] DELETE /v2.0/security-groups/01589b82-8843-439b-a80f-dbf543f33aa2 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/739] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:10:43 2026] DELETE /v2.0/networks/96ef4d2d-ffef-4c05-b9c5-aaeb7bf7b2df => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:43.719 7 INFO neutron.services.segments.plugin [-] Segment c8ebfbcb-ce2f-4d65-bad8-550d07c2607e resource provider aggregate not found 2026-06-30 19:10:43.725 7 INFO neutron.services.segments.plugin [-] Segment c8ebfbcb-ce2f-4d65-bad8-550d07c2607e resource provider aggregate not found 2026-06-30 19:10:43.731 7 INFO neutron.services.segments.plugin [-] Segment c8ebfbcb-ce2f-4d65-bad8-550d07c2607e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8ebfbcb-ce2f-4d65-bad8-550d07c2607e found for delete ", "request_id": "req-1e3422ec-47ae-418e-b501-39c56703fdaf"}]} 2026-06-30 19:10:43.741 7 INFO neutron.services.segments.plugin [-] Segment 98a52569-e7aa-4b04-ba6f-c79ac70a634d resource provider aggregate not found 2026-06-30 19:10:43.749 7 INFO neutron.services.segments.plugin [-] Segment c8ebfbcb-ce2f-4d65-bad8-550d07c2607e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8ebfbcb-ce2f-4d65-bad8-550d07c2607e found for delete ", "request_id": "req-37693c0b-ea05-4d5f-af4d-f98e12066f3c"}]} 2026-06-30 19:10:43.753 7 INFO neutron.services.segments.plugin [-] Segment 98a52569-e7aa-4b04-ba6f-c79ac70a634d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98a52569-e7aa-4b04-ba6f-c79ac70a634d found for delete ", "request_id": "req-feac4295-bf99-469b-add2-3bef4595e151"}]} 2026-06-30 19:10:43.764 7 INFO neutron.services.segments.plugin [-] Segment 97c6d62f-81d0-49f5-8142-db84acf61232 resource provider aggregate not found 2026-06-30 19:10:43.771 7 INFO neutron.services.segments.plugin [-] Segment 98a52569-e7aa-4b04-ba6f-c79ac70a634d resource provider aggregate not found 2026-06-30 19:10:43.775 7 INFO neutron.services.segments.plugin [-] Segment 97c6d62f-81d0-49f5-8142-db84acf61232 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97c6d62f-81d0-49f5-8142-db84acf61232 found for delete ", "request_id": "req-857c11d9-32ba-425d-878c-3311354f2656"}]} 2026-06-30 19:10:43.790 7 INFO neutron.services.segments.plugin [-] Segment 98a52569-e7aa-4b04-ba6f-c79ac70a634d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98a52569-e7aa-4b04-ba6f-c79ac70a634d found for delete ", "request_id": "req-35fd5433-4ef4-413c-b138-698fa93f09a0"}]} 2026-06-30 19:10:43.805 7 INFO neutron.services.segments.plugin [-] Segment 97c6d62f-81d0-49f5-8142-db84acf61232 resource provider aggregate not found 2026-06-30 19:10:43.823 7 INFO neutron.services.segments.plugin [-] Segment 97c6d62f-81d0-49f5-8142-db84acf61232 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97c6d62f-81d0-49f5-8142-db84acf61232 found for delete ", "request_id": "req-0df408c1-9c79-4cd9-b405-b82ee1f5e9d7"}]} [pid: 7|app: 0|req: 381/740] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:10:43 2026] GET /v2.0/security-groups?tenant_id=45bb9d6142f24f249735578c221d6333&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/741] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:10:43 2026] DELETE /v2.0/security-groups/a0a6a7fc-206b-425c-916f-2f5afddd9bf5 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/742] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:44 2026] GET /v2.0/ports?device_id=0afb2467-b45c-46fd-935a-ffb1af4acb53 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/743] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:44 2026] GET /v2.0/security-groups?id=9882dad5-28d3-4f0b-9db0-6083a45d4fa0&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:10:45.043 8 INFO neutron.services.segments.plugin [-] Segment 9f34c574-1924-4264-8161-8fe58495b08a resource provider aggregate not found 2026-06-30 19:10:45.048 8 INFO neutron.services.segments.plugin [-] Segment 9f34c574-1924-4264-8161-8fe58495b08a resource provider aggregate not found 2026-06-30 19:10:45.060 8 INFO neutron.services.segments.plugin [-] Segment 9f34c574-1924-4264-8161-8fe58495b08a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f34c574-1924-4264-8161-8fe58495b08a found for delete ", "request_id": "req-77d654f9-1045-4200-8849-5d5b99395e05"}]} 2026-06-30 19:10:45.060 8 INFO neutron.services.segments.plugin [-] Segment 9f34c574-1924-4264-8161-8fe58495b08a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f34c574-1924-4264-8161-8fe58495b08a found for delete ", "request_id": "req-089b4cf6-c7f9-45c8-a976-4afd7ec8e465"}]} 2026-06-30 19:10:45.076 8 INFO neutron.services.segments.plugin [-] Segment fda0b8a3-3987-4de8-9763-011a6b08a81f resource provider aggregate not found 2026-06-30 19:10:45.086 8 INFO neutron.services.segments.plugin [-] Segment fda0b8a3-3987-4de8-9763-011a6b08a81f resource provider aggregate not found 2026-06-30 19:10:45.091 8 INFO neutron.services.segments.plugin [-] Segment fda0b8a3-3987-4de8-9763-011a6b08a81f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fda0b8a3-3987-4de8-9763-011a6b08a81f found for delete ", "request_id": "req-0d384d20-78de-4887-ae82-d52cef280d96"}]} 2026-06-30 19:10:45.105 8 INFO neutron.services.segments.plugin [-] Segment fda0b8a3-3987-4de8-9763-011a6b08a81f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fda0b8a3-3987-4de8-9763-011a6b08a81f found for delete ", "request_id": "req-05703472-ee41-4e4c-a9a8-4b5a2441a96a"}]} [pid: 7|app: 0|req: 383/744] 10.0.0.111 () {34 vars in 990 bytes} [Tue Jun 30 19:10:44 2026] GET /v2.0/ports?device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 1240 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/745] 10.0.0.111 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:45 2026] GET /v2.0/security-groups?id=58b7e118-acef-41ae-8276-0ac0be781fd5&fields=id&fields=name => generated 114 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:45.357 8 INFO neutron.db.segments_db [None req-4a1f7277-5548-4930-8260-53c507832adb 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Added segment f2904193-f7e9-4cfb-bd95-4f87eb8be47e of type vxlan for network 184f9b1e-818a-4499-afc7-df505ab4efec [pid: 7|app: 0|req: 385/746] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:45 2026] GET /v2.0/ports?device_id=0afb2467-b45c-46fd-935a-ffb1af4acb53 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/747] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:45 2026] GET /v2.0/security-groups?id=9882dad5-28d3-4f0b-9db0-6083a45d4fa0&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/748] 10.0.0.222 () {34 vars in 671 bytes} [Tue Jun 30 19:10:45 2026] POST /v2.0/networks => generated 743 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/749] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:10:45 2026] POST /v2.0/subnets => generated 690 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:45.745 8 INFO neutron.db.segments_db [None req-7dd3dede-dfe7-4125-b918-8fb88338e9d4 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Added segment e9402d21-8606-4342-a66c-ef67cb99d57a of type vxlan for network 934fa7cd-85ca-4f2b-b8b6-0c7fde42d138 2026-06-30 19:10:45.991 8 INFO neutron.db.l3_hamode_db [None req-7dd3dede-dfe7-4125-b918-8fb88338e9d4 8a997b5e7354448fa40b2a947ad3a9d9 cbf1174aff9644b2aa4ee0766230013a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:10:46.102 7 INFO neutron.db.segments_db [None req-2921ecba-e345-4ffe-84e2-18a2f6d208e5 a40265ad993d4e7d9ae085516631aab2 2f6bd58ac6564cb5a0cfff539c1f73f3 - - default default] Added segment 257c0eb6-7ed0-4f50-bb55-6f96bbc35877 of type vxlan for network ac540f57-59fd-4b6b-ae84-e47e3a044897 [pid: 7|app: 0|req: 388/750] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:10:45 2026] POST /v2.0/networks => generated 643 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/753] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:10:46 2026] POST /v2.0/subnets => generated 641 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:46.528 7 INFO neutron.db.segments_db [None req-cc23b0c1-e881-4b32-8f7b-74dcd8afa394 a40265ad993d4e7d9ae085516631aab2 2f6bd58ac6564cb5a0cfff539c1f73f3 - - default default] Added segment 498fe63d-9d40-4113-8f79-a75b6c368e75 of type vxlan for network 70a595fe-1717-4548-ba80-e93a14489a89 [pid: 7|app: 0|req: 392/754] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:10:46 2026] POST /v2.0/networks => generated 644 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/755] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:46 2026] GET /v2.0/ports?device_id=0afb2467-b45c-46fd-935a-ffb1af4acb53 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/756] 10.0.0.222 () {34 vars in 743 bytes} [Tue Jun 30 19:10:46 2026] PUT /v2.0/networks/70a595fe-1717-4548-ba80-e93a14489a89 => generated 592 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/757] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:46 2026] GET /v2.0/security-groups?id=9882dad5-28d3-4f0b-9db0-6083a45d4fa0&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/758] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:10:46 2026] POST /v2.0/subnets => generated 626 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:47.033 8 INFO neutron.db.l3_hamode_db [None req-7dd3dede-dfe7-4125-b918-8fb88338e9d4 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 397/759] 10.0.0.222 () {34 vars in 741 bytes} [Tue Jun 30 19:10:46 2026] PUT /v2.0/subnets/150296b7-6f0c-431f-9ff3-3413128eef47 => generated 636 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:47.311 7 INFO neutron.services.segments.plugin [-] Segment 498fe63d-9d40-4113-8f79-a75b6c368e75 resource provider aggregate not found 2026-06-30 19:10:47.314 7 INFO neutron.services.segments.plugin [-] Segment 498fe63d-9d40-4113-8f79-a75b6c368e75 resource provider aggregate not found 2026-06-30 19:10:47.344 7 INFO neutron.services.segments.plugin [-] Segment 498fe63d-9d40-4113-8f79-a75b6c368e75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 498fe63d-9d40-4113-8f79-a75b6c368e75 found for delete ", "request_id": "req-1951c196-6585-4973-a71e-78bd51a896ce"}]} 2026-06-30 19:10:47.345 7 INFO neutron.services.segments.plugin [-] Segment 498fe63d-9d40-4113-8f79-a75b6c368e75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 498fe63d-9d40-4113-8f79-a75b6c368e75 found for delete ", "request_id": "req-692bd751-0c68-44bd-944c-2f89db55002c"}]} [pid: 7|app: 0|req: 398/760] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:10:47 2026] DELETE /v2.0/networks/70a595fe-1717-4548-ba80-e93a14489a89 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:47.365 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7a86265e-b23c-4fe4-ad3f-211cf86f3e2b a40265ad993d4e7d9ae085516631aab2 2f6bd58ac6564cb5a0cfff539c1f73f3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 399/761] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:10:47 2026] DELETE /v2.0/networks/70a595fe-1717-4548-ba80-e93a14489a89 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/762] 10.0.0.222 () {32 vars in 694 bytes} [Tue Jun 30 19:10:47 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/763] 10.0.0.222 () {32 vars in 742 bytes} [Tue Jun 30 19:10:47 2026] GET /v2.0/subnets?network_id=c5f20855-a26f-47b4-a22c-263d854bcca2 => generated 649 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/764] 10.0.0.222 () {32 vars in 653 bytes} [Tue Jun 30 19:10:47 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/765] 10.0.0.222 () {32 vars in 649 bytes} [Tue Jun 30 19:10:47 2026] GET /v2.0/networks => generated 1308 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/766] 10.0.0.222 () {32 vars in 647 bytes} [Tue Jun 30 19:10:47 2026] GET /v2.0/subnets => generated 1280 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/767] 10.0.0.222 () {32 vars in 723 bytes} [Tue Jun 30 19:10:47 2026] GET /v2.0/networks/ac540f57-59fd-4b6b-ae84-e47e3a044897 => generated 668 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/768] 10.0.0.222 () {32 vars in 721 bytes} [Tue Jun 30 19:10:47 2026] GET /v2.0/subnets/f1e17c28-e2c3-4516-bce9-79e9ee71b286 => generated 641 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:47.664 7 INFO neutron.pecan_wsgi.hooks.translation [None req-32ec4597-406b-4044-991d-1bf2cc2031ec a40265ad993d4e7d9ae085516631aab2 2f6bd58ac6564cb5a0cfff539c1f73f3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 407/769] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:10:47 2026] DELETE /v2.0/subnets/150296b7-6f0c-431f-9ff3-3413128eef47 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:10:47.680 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ed6c8c25-3afd-46a0-b177-e29ec89b625f a40265ad993d4e7d9ae085516631aab2 2f6bd58ac6564cb5a0cfff539c1f73f3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 408/770] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:10:47 2026] DELETE /v2.0/networks/70a595fe-1717-4548-ba80-e93a14489a89 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/771] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:10:45 2026] POST /v2.0/routers => generated 730 bytes in 2106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/772] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:10:47 2026] DELETE /v2.0/subnets/f1e17c28-e2c3-4516-bce9-79e9ee71b286 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/773] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:10:47 2026] DELETE /v2.0/networks/ac540f57-59fd-4b6b-ae84-e47e3a044897 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/774] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:47 2026] GET /v2.0/ports?device_id=0afb2467-b45c-46fd-935a-ffb1af4acb53 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/775] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:47 2026] GET /v2.0/security-groups?id=9882dad5-28d3-4f0b-9db0-6083a45d4fa0&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/776] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:48 2026] GET /v2.0/ports?device_id=0afb2467-b45c-46fd-935a-ffb1af4acb53 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/777] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:48 2026] GET /v2.0/security-groups?id=9882dad5-28d3-4f0b-9db0-6083a45d4fa0&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/778] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:10:48 2026] GET /v2.0/security-groups?tenant_id=2f6bd58ac6564cb5a0cfff539c1f73f3&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/779] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:10:48 2026] DELETE /v2.0/security-groups/6d8389be-d5ff-4ae9-bd2f-94d0c8a644fd => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/780] 10.0.0.222 () {34 vars in 783 bytes} [Tue Jun 30 19:10:47 2026] PUT /v2.0/routers/b8024515-e31f-43f0-91b9-cbf16676e386/add_router_interface => generated 309 bytes in 1207 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:49.365 7 INFO neutron.services.segments.plugin [-] Segment 257c0eb6-7ed0-4f50-bb55-6f96bbc35877 resource provider aggregate not found 2026-06-30 19:10:49.368 7 INFO neutron.services.segments.plugin [-] Segment 257c0eb6-7ed0-4f50-bb55-6f96bbc35877 resource provider aggregate not found 2026-06-30 19:10:49.386 7 INFO neutron.services.segments.plugin [-] Segment 257c0eb6-7ed0-4f50-bb55-6f96bbc35877 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 257c0eb6-7ed0-4f50-bb55-6f96bbc35877 found for delete ", "request_id": "req-c60b9168-6144-42ba-89a3-a9d1e3f54289"}]} 2026-06-30 19:10:49.388 7 INFO neutron.services.segments.plugin [-] Segment 257c0eb6-7ed0-4f50-bb55-6f96bbc35877 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 257c0eb6-7ed0-4f50-bb55-6f96bbc35877 found for delete ", "request_id": "req-32bc4401-c851-4faa-b119-ffc967df8b6f"}]} [pid: 7|app: 0|req: 417/781] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:49 2026] GET /v2.0/ports?device_id=0afb2467-b45c-46fd-935a-ffb1af4acb53 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/782] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:49 2026] GET /v2.0/security-groups?id=9882dad5-28d3-4f0b-9db0-6083a45d4fa0&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/783] 10.0.0.222 () {34 vars in 685 bytes} [Tue Jun 30 19:10:49 2026] POST /v2.0/security-groups => generated 1660 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/784] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:10:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/785] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:10:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/786] 10.0.0.222 () {34 vars in 676 bytes} [Tue Jun 30 19:10:50 2026] POST /v2.0/floatingips => generated 552 bytes in 576 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/787] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:50 2026] GET /v2.0/ports?device_id=0afb2467-b45c-46fd-935a-ffb1af4acb53 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/788] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:50 2026] GET /v2.0/security-groups?id=9882dad5-28d3-4f0b-9db0-6083a45d4fa0&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:10:50.746 7 INFO neutron.db.segments_db [None req-f8d2fbc0-9dd7-4878-9a8d-2e23d391a812 3220058b4a5949ec90699511937009bf 8fcbf34f18204fd4a1a3f59547cc8168 - - default default] Added segment c98e9752-0c09-47a2-8e9b-f99d31b15135 of type vxlan for network 9d72c60e-35da-483b-9a82-a12b4e0367c0 [pid: 8|app: 0|req: 370/789] 199.204.45.89 () {34 vars in 993 bytes} [Tue Jun 30 19:10:50 2026] GET /v2.0/ports?device_id=0afb2467-b45c-46fd-935a-ffb1af4acb53 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/790] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:10:50 2026] POST /v2.0/networks => generated 648 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:50.904 8 INFO neutron_taas.services.taas.taas_plugin [req-dfb42333-dc17-49da-a73f-605e47f611c5 req-e021aeaa-6d05-42dc-a731-1811426a6b4b f99ad231e06d453284169f8378eb6608 11bc38d9e0a34d27b6c86acb2322bfc8 - - default default] TaaS: Handle Delete Port: 65934dd5-649b-493d-b8ae-f6714c84b310 2026-06-30 19:10:50.907 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-dfb42333-dc17-49da-a73f-605e47f611c5 req-e021aeaa-6d05-42dc-a731-1811426a6b4b f99ad231e06d453284169f8378eb6608 11bc38d9e0a34d27b6c86acb2322bfc8 - - default default] Tap Mirror: Handle Delete Port: 65934dd5-649b-493d-b8ae-f6714c84b310 [pid: 8|app: 0|req: 371/791] 199.204.45.89 () {36 vars in 996 bytes} [Tue Jun 30 19:10:50 2026] DELETE /v2.0/ports/65934dd5-649b-493d-b8ae-f6714c84b310 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:51.113 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4916bf59-2f1a-432c-93fb-3f2357faf5d9'] response: {'server_uuid': '0afb2467-b45c-46fd-935a-ffb1af4acb53', 'name': 'network-vif-deleted', 'tag': '65934dd5-649b-493d-b8ae-f6714c84b310', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 372/792] 10.0.0.130 () {34 vars in 1098 bytes} [Tue Jun 30 19:10:51 2026] GET /v2.0/security-groups?name=tempest-securitygroup--890963414&fields=id&tenant_id=cbf1174aff9644b2aa4ee0766230013a => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/793] 10.0.0.130 () {34 vars in 982 bytes} [Tue Jun 30 19:10:51 2026] GET /v2.0/networks?id=184f9b1e-818a-4499-afc7-df505ab4efec => generated 675 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/794] 10.0.0.130 () {34 vars in 965 bytes} [Tue Jun 30 19:10:51 2026] GET /v2.0/quotas/cbf1174aff9644b2aa4ee0766230013a => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/795] 10.0.0.222 () {34 vars in 665 bytes} [Tue Jun 30 19:10:50 2026] POST /v2.0/ports => generated 777 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:10:51.277 7 INFO neutron.db.segments_db [None req-6bff5d2f-ada2-464a-ab40-36b41521dbe6 3220058b4a5949ec90699511937009bf 8fcbf34f18204fd4a1a3f59547cc8168 - - default default] Added segment a084d77a-c6e2-4955-9a32-eea735a8106b of type vxlan for network 45bd85e9-8039-458d-8d58-f096b0f25d0c [pid: 8|app: 0|req: 375/796] 10.0.0.130 () {34 vars in 1002 bytes} [Tue Jun 30 19:10:51 2026] GET /v2.0/ports?tenant_id=cbf1174aff9644b2aa4ee0766230013a&fields=id => generated 103 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/797] 10.0.0.130 () {34 vars in 1008 bytes} [Tue Jun 30 19:10:51 2026] GET /v2.0/networks/184f9b1e-818a-4499-afc7-df505ab4efec?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/798] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:10:51 2026] POST /v2.0/networks => generated 636 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/799] 10.0.0.130 () {34 vars in 1108 bytes} [Tue Jun 30 19:10:51 2026] GET /v2.0/networks/184f9b1e-818a-4499-afc7-df505ab4efec?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/800] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:51 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/801] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:10:51 2026] POST /v2.0/subnets => generated 646 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/802] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:51 2026] GET /v2.0/ports?device_id=0afb2467-b45c-46fd-935a-ffb1af4acb53 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/803] 10.0.0.222 () {34 vars in 665 bytes} [Tue Jun 30 19:10:51 2026] POST /v2.0/ports => generated 966 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:52.140 7 INFO neutron_taas.services.taas.taas_plugin [None req-469893b8-bcd6-44ea-8d80-e200f23387a4 3220058b4a5949ec90699511937009bf 8fcbf34f18204fd4a1a3f59547cc8168 - - default default] TaaS: Handle Delete Port: 64611ca0-910d-4da1-b2a0-a522f8f7e4d8 2026-06-30 19:10:52.146 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-469893b8-bcd6-44ea-8d80-e200f23387a4 3220058b4a5949ec90699511937009bf 8fcbf34f18204fd4a1a3f59547cc8168 - - default default] Tap Mirror: Handle Delete Port: 64611ca0-910d-4da1-b2a0-a522f8f7e4d8 [pid: 7|app: 0|req: 425/804] 10.0.0.222 () {32 vars in 720 bytes} [Tue Jun 30 19:10:51 2026] DELETE /v2.0/ports/64611ca0-910d-4da1-b2a0-a522f8f7e4d8 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:10:52.309 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0db100ed-da52-421b-8f4f-28e1ffb5d6f6 3220058b4a5949ec90699511937009bf 8fcbf34f18204fd4a1a3f59547cc8168 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 380/805] 10.0.0.222 () {32 vars in 720 bytes} [Tue Jun 30 19:10:52 2026] DELETE /v2.0/ports/64611ca0-910d-4da1-b2a0-a522f8f7e4d8 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:10:52.334 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9406845d-dbfd-4cd2-b6df-2d77a36e78e2 3220058b4a5949ec90699511937009bf 8fcbf34f18204fd4a1a3f59547cc8168 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 426/806] 10.0.0.222 () {32 vars in 717 bytes} [Tue Jun 30 19:10:52 2026] GET /v2.0/ports/64611ca0-910d-4da1-b2a0-a522f8f7e4d8 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/807] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:10:52 2026] DELETE /v2.0/subnets/d50508ab-48b1-4b93-88d0-51a1651a5a07 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:52.575 7 INFO neutron.services.segments.plugin [-] Segment a084d77a-c6e2-4955-9a32-eea735a8106b resource provider aggregate not found 2026-06-30 19:10:52.581 7 INFO neutron.services.segments.plugin [-] Segment a084d77a-c6e2-4955-9a32-eea735a8106b resource provider aggregate not found [pid: 7|app: 0|req: 427/808] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:10:52 2026] DELETE /v2.0/networks/45bd85e9-8039-458d-8d58-f096b0f25d0c => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:52.605 7 INFO neutron.services.segments.plugin [-] Segment a084d77a-c6e2-4955-9a32-eea735a8106b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a084d77a-c6e2-4955-9a32-eea735a8106b found for delete ", "request_id": "req-c53204ea-221f-41cb-8c1d-fea4e02b43d4"}]} 2026-06-30 19:10:52.605 7 INFO neutron.services.segments.plugin [-] Segment a084d77a-c6e2-4955-9a32-eea735a8106b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a084d77a-c6e2-4955-9a32-eea735a8106b found for delete ", "request_id": "req-72b9830c-7f78-4b95-8a7a-13475f5e7a98"}]} [pid: 8|app: 0|req: 382/809] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:52 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:10:52.656 7 INFO neutron.db.segments_db [None req-6a362f0a-1b25-439a-80b3-46cde486c218 3220058b4a5949ec90699511937009bf 8fcbf34f18204fd4a1a3f59547cc8168 - - default default] Added segment 278f7fbd-4573-45ab-8a78-819754104289 of type vxlan for network 67b12046-dd3e-4e34-9488-aeeecc8630ae [pid: 7|app: 0|req: 428/810] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:10:52 2026] POST /v2.0/networks => generated 636 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/811] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:52 2026] GET /v2.0/ports?device_id=0afb2467-b45c-46fd-935a-ffb1af4acb53 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/812] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:10:52 2026] POST /v2.0/subnets => generated 646 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/813] 10.0.0.222 () {34 vars in 665 bytes} [Tue Jun 30 19:10:53 2026] POST /v2.0/ports => generated 927 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:53.491 8 INFO neutron_taas.services.taas.taas_plugin [None req-f5a3aa12-97a2-4b07-bcc3-b9bf41a56c1b 3220058b4a5949ec90699511937009bf 8fcbf34f18204fd4a1a3f59547cc8168 - - default default] TaaS: Handle Delete Port: 78490349-fca2-4010-a594-fa27de78e7a6 2026-06-30 19:10:53.494 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5a3aa12-97a2-4b07-bcc3-b9bf41a56c1b 3220058b4a5949ec90699511937009bf 8fcbf34f18204fd4a1a3f59547cc8168 - - default default] Tap Mirror: Handle Delete Port: 78490349-fca2-4010-a594-fa27de78e7a6 [pid: 8|app: 0|req: 384/814] 10.0.0.222 () {32 vars in 720 bytes} [Tue Jun 30 19:10:53 2026] DELETE /v2.0/ports/78490349-fca2-4010-a594-fa27de78e7a6 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:53.608 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e683593c-e36d-427e-8502-eeed16ee7342 3220058b4a5949ec90699511937009bf 8fcbf34f18204fd4a1a3f59547cc8168 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 431/815] 10.0.0.222 () {32 vars in 717 bytes} [Tue Jun 30 19:10:53 2026] GET /v2.0/ports/78490349-fca2-4010-a594-fa27de78e7a6 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/816] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:53 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/817] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:10:53 2026] DELETE /v2.0/subnets/198abb1e-e5eb-4432-8acc-87e5fa50ae05 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/818] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:10:53 2026] DELETE /v2.0/networks/67b12046-dd3e-4e34-9488-aeeecc8630ae => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/819] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:53 2026] GET /v2.0/ports?device_id=0afb2467-b45c-46fd-935a-ffb1af4acb53 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/820] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:54 2026] GET /v2.0/ports?device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/821] 10.0.0.222 () {34 vars in 665 bytes} [Tue Jun 30 19:10:53 2026] POST /v2.0/ports => generated 779 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 387/822] 10.0.0.130 () {34 vars in 971 bytes} [Tue Jun 30 19:10:54 2026] GET /v2.0/ports/6b1e3b86-4605-413e-9e2c-2664a10c8ca9 => generated 968 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/823] 10.0.0.222 () {34 vars in 737 bytes} [Tue Jun 30 19:10:54 2026] PUT /v2.0/ports/e6c591da-6687-4abe-9b20-2c1e10dc7c7e => generated 752 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:54.404 8 INFO neutron_taas.services.taas.taas_plugin [None req-819559cf-e2fa-4231-a865-3dbd57e962d3 3220058b4a5949ec90699511937009bf 8fcbf34f18204fd4a1a3f59547cc8168 - - default default] TaaS: Handle Delete Port: e6c591da-6687-4abe-9b20-2c1e10dc7c7e 2026-06-30 19:10:54.407 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-819559cf-e2fa-4231-a865-3dbd57e962d3 3220058b4a5949ec90699511937009bf 8fcbf34f18204fd4a1a3f59547cc8168 - - default default] Tap Mirror: Handle Delete Port: e6c591da-6687-4abe-9b20-2c1e10dc7c7e [pid: 8|app: 0|req: 388/824] 10.0.0.222 () {32 vars in 720 bytes} [Tue Jun 30 19:10:54 2026] DELETE /v2.0/ports/e6c591da-6687-4abe-9b20-2c1e10dc7c7e => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 437/825] 10.0.0.222 () {32 vars in 643 bytes} [Tue Jun 30 19:10:54 2026] GET /v2.0/ports => generated 780 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:54.558 8 INFO neutron.pecan_wsgi.hooks.translation [None req-97842142-e5c5-4116-8c67-695e7f748577 3220058b4a5949ec90699511937009bf 8fcbf34f18204fd4a1a3f59547cc8168 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 389/826] 10.0.0.222 () {32 vars in 717 bytes} [Tue Jun 30 19:10:54 2026] GET /v2.0/ports/e6c591da-6687-4abe-9b20-2c1e10dc7c7e => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/827] 10.0.0.222 () {32 vars in 643 bytes} [Tue Jun 30 19:10:54 2026] GET /v2.0/ports => generated 780 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:54.625 7 INFO neutron.services.segments.plugin [-] Segment 278f7fbd-4573-45ab-8a78-819754104289 resource provider aggregate not found 2026-06-30 19:10:54.631 7 INFO neutron.services.segments.plugin [-] Segment 278f7fbd-4573-45ab-8a78-819754104289 resource provider aggregate not found [pid: 8|app: 0|req: 390/828] 10.0.0.222 () {32 vars in 717 bytes} [Tue Jun 30 19:10:54 2026] GET /v2.0/ports/7a3ea9d0-a8cb-43e2-8eee-8cae7e0af594 => generated 777 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:54.644 7 INFO neutron.services.segments.plugin [-] Segment 278f7fbd-4573-45ab-8a78-819754104289 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 278f7fbd-4573-45ab-8a78-819754104289 found for delete ", "request_id": "req-651fb200-6780-4f99-b1f4-74534517cb4f"}]} 2026-06-30 19:10:54.648 7 INFO neutron.services.segments.plugin [-] Segment 278f7fbd-4573-45ab-8a78-819754104289 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 278f7fbd-4573-45ab-8a78-819754104289 found for delete ", "request_id": "req-7dfcc155-0780-4414-b840-edf7bdb3c33a"}]} 2026-06-30 19:10:54.660 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c55947c9-ac0a-4be4-a1e1-a4b140f1cf71 3220058b4a5949ec90699511937009bf 8fcbf34f18204fd4a1a3f59547cc8168 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 439/829] 10.0.0.222 () {32 vars in 720 bytes} [Tue Jun 30 19:10:54 2026] DELETE /v2.0/ports/78490349-fca2-4010-a594-fa27de78e7a6 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:10:54.681 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3492fd7b-f155-47c0-bdda-65715b81bcc3 3220058b4a5949ec90699511937009bf 8fcbf34f18204fd4a1a3f59547cc8168 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 391/830] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:10:54 2026] DELETE /v2.0/subnets/198abb1e-e5eb-4432-8acc-87e5fa50ae05 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:10:54.704 7 INFO neutron.pecan_wsgi.hooks.translation [None req-096b40eb-c322-45e8-80d4-f8a54a723657 3220058b4a5949ec90699511937009bf 8fcbf34f18204fd4a1a3f59547cc8168 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 440/831] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:10:54 2026] DELETE /v2.0/subnets/d50508ab-48b1-4b93-88d0-51a1651a5a07 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/832] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:54 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:10:54.795 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c93e703-c24b-4ea7-98aa-a239ad547df0 3220058b4a5949ec90699511937009bf 8fcbf34f18204fd4a1a3f59547cc8168 - - default default] TaaS: Handle Delete Port: 7a3ea9d0-a8cb-43e2-8eee-8cae7e0af594 2026-06-30 19:10:54.798 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c93e703-c24b-4ea7-98aa-a239ad547df0 3220058b4a5949ec90699511937009bf 8fcbf34f18204fd4a1a3f59547cc8168 - - default default] Tap Mirror: Handle Delete Port: 7a3ea9d0-a8cb-43e2-8eee-8cae7e0af594 [pid: 7|app: 0|req: 442/833] 199.204.45.89 () {34 vars in 999 bytes} [Tue Jun 30 19:10:54 2026] GET /v2.0/subnets?network_id=b48a2654-da4c-4064-8392-46e52e50f29d => generated 684 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/834] 10.0.0.222 () {32 vars in 720 bytes} [Tue Jun 30 19:10:54 2026] DELETE /v2.0/ports/7a3ea9d0-a8cb-43e2-8eee-8cae7e0af594 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/835] 199.204.45.89 () {34 vars in 1145 bytes} [Tue Jun 30 19:10:54 2026] GET /v2.0/ports?device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e&device_owner=compute%3Anova&network_id=b48a2654-da4c-4064-8392-46e52e50f29d => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:55.008 8 INFO neutron.services.segments.plugin [-] Segment c98e9752-0c09-47a2-8e9b-f99d31b15135 resource provider aggregate not found 2026-06-30 19:10:55.012 8 INFO neutron.services.segments.plugin [-] Segment c98e9752-0c09-47a2-8e9b-f99d31b15135 resource provider aggregate not found 2026-06-30 19:10:55.026 8 INFO neutron.services.segments.plugin [-] Segment c98e9752-0c09-47a2-8e9b-f99d31b15135 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c98e9752-0c09-47a2-8e9b-f99d31b15135 found for delete ", "request_id": "req-77d61e25-669f-4d9f-abd8-999314e9ce03"}]} 2026-06-30 19:10:55.028 8 INFO neutron.services.segments.plugin [-] Segment c98e9752-0c09-47a2-8e9b-f99d31b15135 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c98e9752-0c09-47a2-8e9b-f99d31b15135 found for delete ", "request_id": "req-f8f5d072-dc20-4d47-9d01-4c2714c7cd16"}]} [pid: 8|app: 0|req: 393/836] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:10:54 2026] DELETE /v2.0/networks/9d72c60e-35da-483b-9a82-a12b4e0367c0 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/837] 199.204.45.89 () {38 vars in 1027 bytes} [Tue Jun 30 19:10:54 2026] PUT /v2.0/ports/6b1e3b86-4605-413e-9e2c-2664a10c8ca9 => generated 1149 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:55.389 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-abcbc363-d5e6-4d63-9a42-e7b77a6630c0'] response: {'name': 'network-changed', 'server_uuid': 'bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e', 'tag': '6b1e3b86-4605-413e-9e2c-2664a10c8ca9', 'status': 'completed', 'code': 200} 2026-06-30 19:10:55.451 8 INFO neutron_taas.services.taas.taas_plugin [None req-e11baa32-686e-4895-9e5f-e2abdfa436a8 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: 2ce1c87a-75bd-4919-abcc-d5af3a9f1ad6 2026-06-30 19:10:55.454 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e11baa32-686e-4895-9e5f-e2abdfa436a8 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: 2ce1c87a-75bd-4919-abcc-d5af3a9f1ad6 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 445/838] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:10:55 2026] GET /v2.0/security-groups?tenant_id=8fcbf34f18204fd4a1a3f59547cc8168&name=default => generated 2925 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/839] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:10:55 2026] DELETE /v2.0/security-groups/87344fe1-e780-4d01-bf88-d1d2601e38c4 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/840] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:55 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/841] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:10:55 2026] GET /v2.0/ports?tenant_id=bebf72fc3e73405b80eb55cc829fe99c&device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 1421 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/842] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:10:55 2026] GET /v2.0/networks?id=b48a2654-da4c-4064-8392-46e52e50f29d => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/843] 199.204.45.89 () {34 vars in 1059 bytes} [Tue Jun 30 19:10:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=6b1e3b86-4605-413e-9e2c-2664a10c8ca9 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/844] 10.0.0.222 () {34 vars in 789 bytes} [Tue Jun 30 19:10:55 2026] PUT /v2.0/routers/0bb9c97b-348d-48a1-b5a4-3b3d00147295/remove_router_interface => generated 309 bytes in 937 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/845] 199.204.45.89 () {34 vars in 1057 bytes} [Tue Jun 30 19:10:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=6b1e3b86-4605-413e-9e2c-2664a10c8ca9 => generated 860 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/846] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/subnets?id=f5699e48-9cb1-4ebe-9459-d1abd7e21b24 => generated 702 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/847] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/ports?network_id=b48a2654-da4c-4064-8392-46e52e50f29d&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/848] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/networks/b48a2654-da4c-4064-8392-46e52e50f29d?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/849] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/networks/b48a2654-da4c-4064-8392-46e52e50f29d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:10:56.249 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b056b5c-3ff7-4217-87f8-5f93902db080 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: 2f1c4a15-dd1f-4b9e-b445-218b7342586b 2026-06-30 19:10:56.251 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b056b5c-3ff7-4217-87f8-5f93902db080 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: 2f1c4a15-dd1f-4b9e-b445-218b7342586b [pid: 7|app: 0|req: 456/850] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/networks?id=184f9b1e-818a-4499-afc7-df505ab4efec => generated 675 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/851] 199.204.45.89 () {34 vars in 1049 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cbf1174aff9644b2aa4ee0766230013a => generated 180 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:56.481 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b056b5c-3ff7-4217-87f8-5f93902db080 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: 5948cce4-bb50-4d93-9e9a-77a0be4555b0 2026-06-30 19:10:56.484 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b056b5c-3ff7-4217-87f8-5f93902db080 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: 5948cce4-bb50-4d93-9e9a-77a0be4555b0 [pid: 7|app: 0|req: 458/852] 199.204.45.89 () {38 vars in 954 bytes} [Tue Jun 30 19:10:56 2026] POST /v2.0/ports => generated 958 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 459/853] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/ports?device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 1152 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:56.780 8 INFO neutron.db.l3_hamode_db [None req-4b056b5c-3ff7-4217-87f8-5f93902db080 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] HA network a34e26f7-d764-4978-b9fe-8aedebd786a3 was deleted as no HA routers are present in tenant 11bc38d9e0a34d27b6c86acb2322bfc8. [pid: 8|app: 0|req: 395/854] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:10:56 2026] DELETE /v2.0/routers/0bb9c97b-348d-48a1-b5a4-3b3d00147295 => generated 0 bytes in 754 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/855] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/security-groups?id=58b7e118-acef-41ae-8276-0ac0be781fd5&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/856] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:10:56 2026] DELETE /v2.0/subnets/ccd5b2f3-038d-48db-a3fb-35e26f0ec1f1 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/857] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 973 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:57.059 8 INFO neutron.services.segments.plugin [-] Segment 1bc6a661-cf7d-4fa0-b49d-53009bdc6249 resource provider aggregate not found 2026-06-30 19:10:57.062 8 INFO neutron.services.segments.plugin [-] Segment 1bc6a661-cf7d-4fa0-b49d-53009bdc6249 resource provider aggregate not found 2026-06-30 19:10:57.080 8 INFO neutron.services.segments.plugin [-] Segment 1bc6a661-cf7d-4fa0-b49d-53009bdc6249 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bc6a661-cf7d-4fa0-b49d-53009bdc6249 found for delete ", "request_id": "req-5a0b2a40-3888-48c9-845d-d4e625056718"}]} 2026-06-30 19:10:57.085 8 INFO neutron.services.segments.plugin [-] Segment 1bc6a661-cf7d-4fa0-b49d-53009bdc6249 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bc6a661-cf7d-4fa0-b49d-53009bdc6249 found for delete ", "request_id": "req-089394ab-31d2-4534-9e17-36a7c1ff163a"}]} [pid: 7|app: 0|req: 460/858] 199.204.45.89 () {38 vars in 1027 bytes} [Tue Jun 30 19:10:56 2026] PUT /v2.0/ports/bd636592-6dc2-4083-a7a9-9ef5360e03ac => generated 1239 bytes in 374 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 461/859] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:57 2026] GET /v2.0/security-groups?id=42308b26-d1b8-4be8-b9ae-b6e229d4f6d8&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:57.166 8 INFO neutron_taas.services.taas.taas_plugin [None req-785998ea-927e-49ed-9997-0ecbed54c5c1 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: de552d73-41b6-42d3-9600-cc22ab8acfaf 2026-06-30 19:10:57.169 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-785998ea-927e-49ed-9997-0ecbed54c5c1 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: de552d73-41b6-42d3-9600-cc22ab8acfaf [pid: 7|app: 0|req: 462/860] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:10:57 2026] GET /v2.0/ports?tenant_id=bebf72fc3e73405b80eb55cc829fe99c&device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 1421 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/861] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:10:57 2026] GET /v2.0/networks?id=b48a2654-da4c-4064-8392-46e52e50f29d => generated 780 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/862] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:10:57 2026] DELETE /v2.0/networks/50eee832-090f-4979-879f-92dbe1dfa680 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/863] 199.204.45.89 () {34 vars in 1059 bytes} [Tue Jun 30 19:10:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=6b1e3b86-4605-413e-9e2c-2664a10c8ca9 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/864] 199.204.45.89 () {34 vars in 1057 bytes} [Tue Jun 30 19:10:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=6b1e3b86-4605-413e-9e2c-2664a10c8ca9 => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:57.423 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6bbcbd99-6390-45cf-acf9-b73e1fa9a535'] response: {'name': 'network-changed', 'server_uuid': 'aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2', 'tag': 'bd636592-6dc2-4083-a7a9-9ef5360e03ac', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 401/865] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:10:57 2026] GET /v2.0/security-groups?tenant_id=11bc38d9e0a34d27b6c86acb2322bfc8&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/866] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:10:57 2026] DELETE /v2.0/security-groups/9882dad5-28d3-4f0b-9db0-6083a45d4fa0 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/867] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:10:57 2026] GET /v2.0/subnets?id=f5699e48-9cb1-4ebe-9459-d1abd7e21b24 => generated 702 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/868] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:10:57 2026] GET /v2.0/ports?network_id=b48a2654-da4c-4064-8392-46e52e50f29d&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/869] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:10:57 2026] GET /v2.0/networks/b48a2654-da4c-4064-8392-46e52e50f29d?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/870] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:10:57 2026] GET /v2.0/networks/b48a2654-da4c-4064-8392-46e52e50f29d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/871] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:10:57 2026] GET /v2.0/ports?tenant_id=cbf1174aff9644b2aa4ee0766230013a&device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/872] 199.204.45.89 () {34 vars in 1017 bytes} [Tue Jun 30 19:10:57 2026] GET /v2.0/networks?tenant_id=cbf1174aff9644b2aa4ee0766230013a&shared=False => generated 771 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/873] 199.204.45.89 () {34 vars in 929 bytes} [Tue Jun 30 19:10:58 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/874] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:58 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 973 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/875] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:58 2026] GET /v2.0/security-groups?id=42308b26-d1b8-4be8-b9ae-b6e229d4f6d8&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/876] 199.204.45.89 () {34 vars in 1119 bytes} [Tue Jun 30 19:10:58 2026] GET /v2.0/ports?device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.10 => generated 1152 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/877] 199.204.45.89 () {38 vars in 1027 bytes} [Tue Jun 30 19:10:58 2026] PUT /v2.0/ports/6b1e3b86-4605-413e-9e2c-2664a10c8ca9 => generated 968 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:59.097 8 INFO neutron.services.segments.plugin [-] Segment 42654204-2900-4acb-b71b-94a1f12011ad resource provider aggregate not found 2026-06-30 19:10:59.104 8 INFO neutron.services.segments.plugin [-] Segment 42654204-2900-4acb-b71b-94a1f12011ad resource provider aggregate not found 2026-06-30 19:10:59.113 8 INFO neutron.services.segments.plugin [-] Segment 42654204-2900-4acb-b71b-94a1f12011ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42654204-2900-4acb-b71b-94a1f12011ad found for delete ", "request_id": "req-81786551-16a7-4477-9aa6-8e93d663c0ad"}]} 2026-06-30 19:10:59.122 8 INFO neutron.services.segments.plugin [-] Segment 42654204-2900-4acb-b71b-94a1f12011ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42654204-2900-4acb-b71b-94a1f12011ad found for delete ", "request_id": "req-e6e3804a-1677-4a5c-a661-a806377ac1ca"}]} [pid: 8|app: 0|req: 408/878] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:10:59 2026] GET /v2.0/ports?tenant_id=cbf1174aff9644b2aa4ee0766230013a&device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 1242 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 471/879] 199.204.45.89 () {34 vars in 1059 bytes} [Tue Jun 30 19:10:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=bd636592-6dc2-4083-a7a9-9ef5360e03ac => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/880] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:10:59 2026] GET /v2.0/subnets?id=ee56bd6c-ee31-46f8-af94-5a7910231c7a => generated 693 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/881] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:10:59 2026] GET /v2.0/ports?network_id=184f9b1e-818a-4499-afc7-df505ab4efec&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/882] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:10:59 2026] GET /v2.0/networks/184f9b1e-818a-4499-afc7-df505ab4efec?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/883] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:10:59 2026] GET /v2.0/networks/184f9b1e-818a-4499-afc7-df505ab4efec?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/884] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:10:59 2026] GET /v2.0/ports?tenant_id=bebf72fc3e73405b80eb55cc829fe99c&device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/885] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:10:59 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/886] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:59 2026] GET /v2.0/security-groups?id=42308b26-d1b8-4be8-b9ae-b6e229d4f6d8&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:59.464 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-491c3ad1-1f94-4e42-b773-31bd2f96b2e0'] response: {'name': 'network-changed', 'server_uuid': 'bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e', 'tag': '6b1e3b86-4605-413e-9e2c-2664a10c8ca9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 412/887] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:10:59 2026] GET /v2.0/networks?id=b48a2654-da4c-4064-8392-46e52e50f29d => generated 780 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/888] 199.204.45.89 () {34 vars in 1057 bytes} [Tue Jun 30 19:10:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=6b1e3b86-4605-413e-9e2c-2664a10c8ca9 => generated 860 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/889] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:10:59 2026] GET /v2.0/subnets?id=f5699e48-9cb1-4ebe-9459-d1abd7e21b24 => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/890] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:10:59 2026] GET /v2.0/ports?network_id=b48a2654-da4c-4064-8392-46e52e50f29d&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/891] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:10:59 2026] GET /v2.0/networks/b48a2654-da4c-4064-8392-46e52e50f29d?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/892] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:10:59 2026] GET /v2.0/networks/b48a2654-da4c-4064-8392-46e52e50f29d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/893] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:00 2026] GET /v2.0/ports?device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/894] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:00 2026] GET /v2.0/security-groups?id=58b7e118-acef-41ae-8276-0ac0be781fd5&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/895] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:11:00 2026] GET /v2.0/security-groups?tenant_id=107f0a744eab4009892bf0342e23396a&name=default => generated 2925 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/896] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:00 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/897] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:00 2026] GET /v2.0/security-groups?id=42308b26-d1b8-4be8-b9ae-b6e229d4f6d8&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/898] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:11:00 2026] DELETE /v2.0/security-groups/4b88f39f-6082-481a-a713-ed01877898a1 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/899] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:11:00 2026] GET /v2.0/ports?tenant_id=bebf72fc3e73405b80eb55cc829fe99c&device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/900] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:11:00 2026] GET /v2.0/networks?id=b48a2654-da4c-4064-8392-46e52e50f29d => generated 780 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/901] 199.204.45.89 () {34 vars in 1057 bytes} [Tue Jun 30 19:11:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=6b1e3b86-4605-413e-9e2c-2664a10c8ca9 => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/902] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:11:00 2026] GET /v2.0/security-groups?tenant_id=ea7f455d1aa0485a95f79b913d3a1629&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/903] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:11:00 2026] GET /v2.0/subnets?id=f5699e48-9cb1-4ebe-9459-d1abd7e21b24 => generated 702 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/904] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:11:00 2026] GET /v2.0/ports?network_id=b48a2654-da4c-4064-8392-46e52e50f29d&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/905] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:11:00 2026] GET /v2.0/networks/b48a2654-da4c-4064-8392-46e52e50f29d?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/906] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:11:00 2026] DELETE /v2.0/security-groups/e3651442-24f9-42b7-81ca-b04520b085c4 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/907] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:11:00 2026] GET /v2.0/networks/b48a2654-da4c-4064-8392-46e52e50f29d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/910] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:01 2026] GET /v2.0/ports?device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/911] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:01 2026] GET /v2.0/security-groups?id=58b7e118-acef-41ae-8276-0ac0be781fd5&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/912] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:01 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 973 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/913] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:01 2026] GET /v2.0/security-groups?id=42308b26-d1b8-4be8-b9ae-b6e229d4f6d8&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/914] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:02 2026] GET /v2.0/ports?device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/915] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:02 2026] GET /v2.0/security-groups?id=58b7e118-acef-41ae-8276-0ac0be781fd5&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/916] 199.204.45.89 () {34 vars in 993 bytes} [Tue Jun 30 19:11:02 2026] GET /v2.0/ports?device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/917] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:11:02 2026] GET /v2.0/security-groups?tenant_id=1840ad036b354451875b4e3c61ccccfe&name=default => generated 2925 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:11:02.746 8 INFO neutron_taas.services.taas.taas_plugin [req-93465287-33f0-49ad-9a95-4f84b3fae107 req-0ce90ccd-33a8-4869-9398-5a91032c8377 2ec0efcb923248558ff2b75ffa0b8b14 bebf72fc3e73405b80eb55cc829fe99c - - default default] TaaS: Handle Delete Port: 6b1e3b86-4605-413e-9e2c-2664a10c8ca9 2026-06-30 19:11:02.749 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-93465287-33f0-49ad-9a95-4f84b3fae107 req-0ce90ccd-33a8-4869-9398-5a91032c8377 2ec0efcb923248558ff2b75ffa0b8b14 bebf72fc3e73405b80eb55cc829fe99c - - default default] Tap Mirror: Handle Delete Port: 6b1e3b86-4605-413e-9e2c-2664a10c8ca9 [pid: 7|app: 0|req: 493/918] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:11:02 2026] DELETE /v2.0/security-groups/a035c272-2130-4c43-af1e-4552ef0f08f5 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/919] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:02 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:02.890 8 INFO neutron.db.l3_db [req-93465287-33f0-49ad-9a95-4f84b3fae107 req-0ce90ccd-33a8-4869-9398-5a91032c8377 2ec0efcb923248558ff2b75ffa0b8b14 bebf72fc3e73405b80eb55cc829fe99c - - default default] Floating IP 73c751a3-afa6-46a1-b271-eff65467f09d disassociated. External IP: 10.96.250.216, port: 6b1e3b86-4605-413e-9e2c-2664a10c8ca9. [pid: 7|app: 0|req: 495/920] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:11:02 2026] GET /v2.0/security-groups?tenant_id=4df8397808e8444eb428f4c7663bf1eb&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/921] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:02 2026] GET /v2.0/security-groups?id=42308b26-d1b8-4be8-b9ae-b6e229d4f6d8&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/922] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:11:03 2026] DELETE /v2.0/security-groups/2011ef6e-6384-49c2-aa29-6491dae35e2c => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/923] 199.204.45.89 () {36 vars in 996 bytes} [Tue Jun 30 19:11:02 2026] DELETE /v2.0/ports/6b1e3b86-4605-413e-9e2c-2664a10c8ca9 => generated 0 bytes in 584 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:11:03.252 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea0a8080-d1b0-4d74-b4a9-d3babfdfd509'] response: {'server_uuid': 'bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e', 'name': 'network-vif-deleted', 'tag': '6b1e3b86-4605-413e-9e2c-2664a10c8ca9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 498/924] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:03 2026] GET /v2.0/ports?device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/925] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:04 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/926] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:04 2026] GET /v2.0/security-groups?id=42308b26-d1b8-4be8-b9ae-b6e229d4f6d8&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/927] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:04 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:04.665 7 INFO neutron.db.l3_db [None req-92d5c233-6476-4c10-99e9-c7fffc2178e4 080ab51c90794a4ea3eaa08912580393 cbf1174aff9644b2aa4ee0766230013a - - default default] Floating IP c0d44e4b-07b2-4743-9656-6824bbe5b694 associated. External IP: 10.96.250.211, port: bd636592-6dc2-4083-a7a9-9ef5360e03ac. [pid: 8|app: 0|req: 429/928] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:04 2026] GET /v2.0/ports?device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/929] 10.0.0.222 () {34 vars in 749 bytes} [Tue Jun 30 19:11:04 2026] PUT /v2.0/floatingips/c0d44e4b-07b2-4743-9656-6824bbe5b694 => generated 856 bytes in 734 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:05.075 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-45c02a5d-b767-4345-8fea-72dc8c7c93f6'] response: {'name': 'network-changed', 'server_uuid': 'aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2', 'tag': 'bd636592-6dc2-4083-a7a9-9ef5360e03ac', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 430/930] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:11:05 2026] GET /v2.0/ports?tenant_id=cbf1174aff9644b2aa4ee0766230013a&device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/931] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:11:05 2026] GET /v2.0/networks?id=184f9b1e-818a-4499-afc7-df505ab4efec => generated 771 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/932] 199.204.45.89 () {34 vars in 1059 bytes} [Tue Jun 30 19:11:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=bd636592-6dc2-4083-a7a9-9ef5360e03ac => generated 859 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/933] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:11:05 2026] GET /v2.0/subnets?id=ee56bd6c-ee31-46f8-af94-5a7910231c7a => generated 693 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/934] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:11:05 2026] GET /v2.0/ports?network_id=184f9b1e-818a-4499-afc7-df505ab4efec&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/935] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:11:05 2026] GET /v2.0/networks/184f9b1e-818a-4499-afc7-df505ab4efec?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/936] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:05 2026] GET /v2.0/ports?device_id=bfcf70b5-e712-48b0-9cbf-0cb6dfc3305e => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/937] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:11:05 2026] GET /v2.0/networks/184f9b1e-818a-4499-afc7-df505ab4efec?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/938] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:11:05 2026] GET /v2.0/security-groups?tenant_id=c04100038614496ebf113c42b47aca77&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/939] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:11:06 2026] DELETE /v2.0/security-groups/1d8b409e-bef2-452f-bbac-caabb3b4b809 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/940] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:11:06 2026] GET /v2.0/security-groups?tenant_id=f9d018f93986446a8bc3e88a50843ba0&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/941] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:11:06 2026] DELETE /v2.0/security-groups/3e114c41-522b-44ee-9fa7-9f515ecc708e => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/942] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:11:07 2026] DELETE /v2.0/security-groups/58b7e118-acef-41ae-8276-0ac0be781fd5 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:11:07.129 8 INFO neutron.api.v2.resource [None req-9b12ff39-7f09-42d6-b493-6ac027589310 2ec0efcb923248558ff2b75ffa0b8b14 bebf72fc3e73405b80eb55cc829fe99c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 436/943] 10.0.0.222 () {32 vars in 737 bytes} [Tue Jun 30 19:11:07 2026] GET /v2.0/security-groups/58b7e118-acef-41ae-8276-0ac0be781fd5 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:11:07.236 7 INFO neutron_taas.services.taas.taas_plugin [None req-03bcd5e7-fe01-4a65-ab79-dee730b9acf7 2ec0efcb923248558ff2b75ffa0b8b14 bebf72fc3e73405b80eb55cc829fe99c - - default default] TaaS: Handle Delete Port: 1273b944-de3c-44cc-88d8-afc8301cf0a0 2026-06-30 19:11:07.239 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03bcd5e7-fe01-4a65-ab79-dee730b9acf7 2ec0efcb923248558ff2b75ffa0b8b14 bebf72fc3e73405b80eb55cc829fe99c - - default default] Tap Mirror: Handle Delete Port: 1273b944-de3c-44cc-88d8-afc8301cf0a0 [pid: 7|app: 0|req: 508/944] 10.0.0.222 () {32 vars in 732 bytes} [Tue Jun 30 19:11:07 2026] DELETE /v2.0/floatingips/73c751a3-afa6-46a1-b271-eff65467f09d => generated 0 bytes in 274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/945] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:11:07 2026] GET /v2.0/security-groups?tenant_id=edfffb58b78c45a88a44f00d86facfca&name=default => generated 2925 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/946] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:11:07 2026] DELETE /v2.0/security-groups/eb2a226d-97c1-4c87-8cdc-22cba174656b => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/947] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:11:07 2026] GET /v2.0/security-groups?tenant_id=e6aff4f926354831a88a64fc771e6f5e&name=default => generated 2925 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:11:07.842 7 INFO neutron_taas.services.taas.taas_plugin [None req-9b3eb3da-63ed-4520-a3b5-70533d01e6ed 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: 6c6918d4-ca5b-4de7-bc39-502af9a1bc79 2026-06-30 19:11:07.845 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b3eb3da-63ed-4520-a3b5-70533d01e6ed 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: 6c6918d4-ca5b-4de7-bc39-502af9a1bc79 [pid: 8|app: 0|req: 440/948] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:11:07 2026] DELETE /v2.0/security-groups/f34402bb-727d-4701-808e-4f627c88ec2a => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/949] 10.0.0.222 () {34 vars in 789 bytes} [Tue Jun 30 19:11:07 2026] PUT /v2.0/routers/28fea20b-4114-4ad1-976a-2314329fcd8d/remove_router_interface => generated 309 bytes in 899 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:08.572 8 INFO neutron_taas.services.taas.taas_plugin [None req-978fc751-d7d0-4000-993d-77250357b5b9 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: c7923c6d-06fb-41e9-ad5b-149da0c60534 2026-06-30 19:11:08.575 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-978fc751-d7d0-4000-993d-77250357b5b9 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: c7923c6d-06fb-41e9-ad5b-149da0c60534 2026-06-30 19:11:08.807 8 INFO neutron_taas.services.taas.taas_plugin [None req-978fc751-d7d0-4000-993d-77250357b5b9 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: 27ca40f0-67ba-4b3b-8749-f1d6223d1f90 2026-06-30 19:11:08.810 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-978fc751-d7d0-4000-993d-77250357b5b9 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: 27ca40f0-67ba-4b3b-8749-f1d6223d1f90 [pid: 7|app: 0|req: 510/950] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:11:08 2026] GET /v2.0/security-groups?tenant_id=35ddf82611f3424baab668d58590cd48&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:11:09.185 8 INFO neutron.services.segments.plugin [-] Segment 438ad0cd-7454-4248-b769-6c14a7f9c5a3 resource provider aggregate not found 2026-06-30 19:11:09.198 8 INFO neutron.services.segments.plugin [-] Segment 438ad0cd-7454-4248-b769-6c14a7f9c5a3 resource provider aggregate not found 2026-06-30 19:11:09.199 8 INFO neutron.services.segments.plugin [-] Segment 438ad0cd-7454-4248-b769-6c14a7f9c5a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 438ad0cd-7454-4248-b769-6c14a7f9c5a3 found for delete ", "request_id": "req-771ffe10-b56a-4510-be24-98a9a4984bb8"}]} 2026-06-30 19:11:09.213 8 INFO neutron.services.segments.plugin [-] Segment 438ad0cd-7454-4248-b769-6c14a7f9c5a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 438ad0cd-7454-4248-b769-6c14a7f9c5a3 found for delete ", "request_id": "req-d0e4db25-81aa-4351-afc4-43680f4a1cb7"}]} 2026-06-30 19:11:09.216 8 INFO neutron.db.l3_hamode_db [None req-978fc751-d7d0-4000-993d-77250357b5b9 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] HA network 22c01451-1b6d-4635-9c84-6bb77fde22a4 was deleted as no HA routers are present in tenant bebf72fc3e73405b80eb55cc829fe99c. [pid: 8|app: 0|req: 441/951] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:11:08 2026] DELETE /v2.0/routers/28fea20b-4114-4ad1-976a-2314329fcd8d => generated 0 bytes in 840 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/952] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:11:09 2026] DELETE /v2.0/security-groups/c1b25956-227d-40a2-9afc-8d1252a3b3bf => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/953] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:11:09 2026] DELETE /v2.0/subnets/f5699e48-9cb1-4ebe-9459-d1abd7e21b24 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:11:09.475 7 INFO neutron_taas.services.taas.taas_plugin [None req-2182dc03-e80d-460b-aaf2-f3cb38132099 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: 94128266-7bce-4fdd-9f82-f97758c3df05 2026-06-30 19:11:09.478 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2182dc03-e80d-460b-aaf2-f3cb38132099 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: 94128266-7bce-4fdd-9f82-f97758c3df05 2026-06-30 19:11:09.654 7 INFO neutron.services.segments.plugin [-] Segment 9f55bec9-852a-4f3b-b220-6a68e458d8f1 resource provider aggregate not found 2026-06-30 19:11:09.664 7 INFO neutron.services.segments.plugin [-] Segment 9f55bec9-852a-4f3b-b220-6a68e458d8f1 resource provider aggregate not found 2026-06-30 19:11:09.677 7 INFO neutron.services.segments.plugin [-] Segment 9f55bec9-852a-4f3b-b220-6a68e458d8f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f55bec9-852a-4f3b-b220-6a68e458d8f1 found for delete ", "request_id": "req-4013d42c-8ae6-43bb-a154-3c2cbb29b419"}]} 2026-06-30 19:11:09.683 7 INFO neutron.services.segments.plugin [-] Segment 9f55bec9-852a-4f3b-b220-6a68e458d8f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f55bec9-852a-4f3b-b220-6a68e458d8f1 found for delete ", "request_id": "req-6ef794f7-df94-4c25-9cb1-8213288f6b5f"}]} [pid: 7|app: 0|req: 512/954] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:11:09 2026] DELETE /v2.0/networks/b48a2654-da4c-4064-8392-46e52e50f29d => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/955] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:11:09 2026] GET /v2.0/security-groups?tenant_id=bebf72fc3e73405b80eb55cc829fe99c&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/956] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:11:09 2026] DELETE /v2.0/security-groups/a3635ac3-7f12-45f0-af4e-3fc056ab4aac => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:11:11.419 8 INFO neutron.db.segments_db [None req-caf0893a-c508-4998-9c88-e0006817ee24 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Added segment ac84c733-6970-45de-9dab-70933c3a34fe of type vxlan for network c7a28b1d-2053-43b4-9437-f430771053ac [pid: 8|app: 0|req: 444/957] 10.0.0.222 () {34 vars in 671 bytes} [Tue Jun 30 19:11:11 2026] POST /v2.0/networks => generated 741 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/958] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:11:11 2026] POST /v2.0/subnets => generated 688 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:11.758 7 INFO neutron.db.segments_db [None req-1d66e4fe-d6da-48dd-aeea-71f5f16899c3 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Added segment 9c8519d2-617e-456c-93af-29e422c14940 of type vxlan for network 32ae294c-5fe5-413f-9cdf-db6bad81c9a3 2026-06-30 19:11:11.916 8 INFO neutron.db.segments_db [None req-b4159e7e-825c-4e49-8b8e-5cb074264053 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Added segment b23371cb-e20d-4926-9ed3-04e309b7fa8a of type vxlan for network ec5c3d7e-7b08-41b3-8a34-666939ff0411 [pid: 8|app: 0|req: 445/959] 10.0.0.222 () {34 vars in 671 bytes} [Tue Jun 30 19:11:11 2026] POST /v2.0/networks => generated 747 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:12.082 7 INFO neutron.db.l3_hamode_db [None req-1d66e4fe-d6da-48dd-aeea-71f5f16899c3 8a997b5e7354448fa40b2a947ad3a9d9 0cc1051840b249f8a5b97279422dcd6f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 446/960] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:11:12 2026] POST /v2.0/subnets => generated 694 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/961] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:11:12 2026] GET /v2.0/security-groups?tenant_id=d6cd91d5511848349855c7c7c6ef209b&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:11:12.530 8 INFO neutron.db.segments_db [None req-3187a1a1-076f-42fe-9eaa-e78c670a1a0f 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Added segment bd19a8f3-11f3-4bfb-b83f-d78b36901c80 of type vxlan for network 9b32eccf-9aa1-48f2-866b-6ba7a19c7c7a 2026-06-30 19:11:12.806 8 INFO neutron.db.l3_hamode_db [None req-3187a1a1-076f-42fe-9eaa-e78c670a1a0f 8a997b5e7354448fa40b2a947ad3a9d9 c28a087ad7104d679bda87554a9e5950 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:11:12.933 7 INFO neutron.db.l3_hamode_db [None req-1d66e4fe-d6da-48dd-aeea-71f5f16899c3 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:11:13.485 8 INFO neutron.db.l3_hamode_db [None req-3187a1a1-076f-42fe-9eaa-e78c670a1a0f 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 515/962] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:11:11 2026] POST /v2.0/routers => generated 728 bytes in 2150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/963] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:11:13 2026] DELETE /v2.0/security-groups/cd5f919f-4c6c-42ce-afb5-05249bf3032a => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/964] 10.0.0.111 () {34 vars in 990 bytes} [Tue Jun 30 19:11:13 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/965] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:11:12 2026] POST /v2.0/routers => generated 734 bytes in 1916 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/966] 10.0.0.111 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:14 2026] GET /v2.0/security-groups?id=42308b26-d1b8-4be8-b9ae-b6e229d4f6d8&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/967] 10.0.0.222 () {34 vars in 783 bytes} [Tue Jun 30 19:11:14 2026] PUT /v2.0/routers/056b25b5-a00e-4c59-9509-5a08f0dd0b58/add_router_interface => generated 309 bytes in 1153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/968] 10.0.0.222 () {34 vars in 783 bytes} [Tue Jun 30 19:11:14 2026] PUT /v2.0/routers/6147f814-9338-4d6e-a317-6cc6b0d87f77/add_router_interface => generated 309 bytes in 1212 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:15.944 7 INFO neutron.db.segments_db [None req-23eb22b0-1484-4730-aa83-8b365c54c4a6 69e5fd25aacd4989bab32a293f9b8a80 140adaf1ed3145c599361266e9bf1513 - - default default] Added segment e76f69b1-777a-4429-85ee-cccb14a03289 of type vxlan for network a96b5c68-fd18-474a-9392-b829ddbe3071 2026-06-30 19:11:16.019 7 INFO neutron.db.segments_db [None req-23eb22b0-1484-4730-aa83-8b365c54c4a6 69e5fd25aacd4989bab32a293f9b8a80 140adaf1ed3145c599361266e9bf1513 - - default default] Added segment 19008079-8d60-411d-9b65-7347be2c1df9 of type vxlan for network f8e7a4b4-1bf0-4c95-b630-d0a35815a6e2 [pid: 7|app: 0|req: 519/969] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:11:15 2026] POST /v2.0/networks => generated 1245 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/972] 10.0.0.222 () {32 vars in 649 bytes} [Tue Jun 30 19:11:16 2026] GET /v2.0/networks => generated 1844 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/973] 10.0.0.222 () {34 vars in 685 bytes} [Tue Jun 30 19:11:16 2026] POST /v2.0/security-groups => generated 1660 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:11:16.397 8 INFO neutron.services.segments.plugin [-] Segment e76f69b1-777a-4429-85ee-cccb14a03289 resource provider aggregate not found 2026-06-30 19:11:16.405 8 INFO neutron.services.segments.plugin [-] Segment e76f69b1-777a-4429-85ee-cccb14a03289 resource provider aggregate not found 2026-06-30 19:11:16.424 8 INFO neutron.services.segments.plugin [-] Segment e76f69b1-777a-4429-85ee-cccb14a03289 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e76f69b1-777a-4429-85ee-cccb14a03289 found for delete ", "request_id": "req-f659bac9-56fa-4efc-bd8f-853d8ed399da"}]} 2026-06-30 19:11:16.434 8 INFO neutron.services.segments.plugin [-] Segment e76f69b1-777a-4429-85ee-cccb14a03289 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e76f69b1-777a-4429-85ee-cccb14a03289 found for delete ", "request_id": "req-a0405181-299c-4999-a127-5253959b043f"}]} [pid: 8|app: 0|req: 452/974] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:11:16 2026] DELETE /v2.0/networks/a96b5c68-fd18-474a-9392-b829ddbe3071 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/975] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:11:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/976] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:11:16 2026] DELETE /v2.0/networks/f8e7a4b4-1bf0-4c95-b630-d0a35815a6e2 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/977] 10.0.0.222 () {32 vars in 649 bytes} [Tue Jun 30 19:11:16 2026] GET /v2.0/networks => generated 651 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/978] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:11:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:16.707 8 INFO neutron.db.segments_db [None req-0bc1a044-9418-4742-ae3c-b1651f4c9124 69e5fd25aacd4989bab32a293f9b8a80 140adaf1ed3145c599361266e9bf1513 - - default default] Added segment 22e5c252-cbcf-4ebc-81a1-93805ed1c2e1 of type vxlan for network fe3b85b5-c9da-44ac-ad2c-c48342f66b37 [pid: 8|app: 0|req: 455/979] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:11:16 2026] POST /v2.0/networks => generated 647 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:16.861 8 INFO neutron.db.segments_db [None req-b9dbe638-ad7d-46ce-8165-d6916ae240fd 69e5fd25aacd4989bab32a293f9b8a80 140adaf1ed3145c599361266e9bf1513 - - default default] Added segment 0920a0ce-cc62-4056-a932-c06afd85a114 of type vxlan for network 667caafd-8968-4337-af8b-27026d9d768d [pid: 8|app: 0|req: 456/980] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:11:16 2026] POST /v2.0/networks => generated 649 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/981] 10.0.0.222 () {34 vars in 676 bytes} [Tue Jun 30 19:11:16 2026] POST /v2.0/floatingips => generated 552 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/982] 10.0.0.222 () {34 vars in 665 bytes} [Tue Jun 30 19:11:16 2026] POST /v2.0/ports => generated 1505 bytes in 590 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/983] 10.0.0.222 () {32 vars in 643 bytes} [Tue Jun 30 19:11:17 2026] GET /v2.0/ports => generated 1505 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:11:17.738 8 INFO neutron_taas.services.taas.taas_plugin [None req-fc142e85-7476-48fe-be6a-78faed87bce2 69e5fd25aacd4989bab32a293f9b8a80 140adaf1ed3145c599361266e9bf1513 - - default default] TaaS: Handle Delete Port: f2cebf0d-f1ca-4849-8763-bf32dc845cea 2026-06-30 19:11:17.740 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc142e85-7476-48fe-be6a-78faed87bce2 69e5fd25aacd4989bab32a293f9b8a80 140adaf1ed3145c599361266e9bf1513 - - default default] Tap Mirror: Handle Delete Port: f2cebf0d-f1ca-4849-8763-bf32dc845cea [pid: 8|app: 0|req: 458/984] 10.0.0.222 () {32 vars in 720 bytes} [Tue Jun 30 19:11:17 2026] DELETE /v2.0/ports/f2cebf0d-f1ca-4849-8763-bf32dc845cea => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:11:17.900 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7994299-209b-4a73-93da-ff1238a4d3bd 69e5fd25aacd4989bab32a293f9b8a80 140adaf1ed3145c599361266e9bf1513 - - default default] TaaS: Handle Delete Port: 48d23ac4-7bf7-4af1-933b-93bfd9b584c1 2026-06-30 19:11:17.902 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7994299-209b-4a73-93da-ff1238a4d3bd 69e5fd25aacd4989bab32a293f9b8a80 140adaf1ed3145c599361266e9bf1513 - - default default] Tap Mirror: Handle Delete Port: 48d23ac4-7bf7-4af1-933b-93bfd9b584c1 [pid: 7|app: 0|req: 527/985] 10.0.0.222 () {32 vars in 720 bytes} [Tue Jun 30 19:11:17 2026] DELETE /v2.0/ports/48d23ac4-7bf7-4af1-933b-93bfd9b584c1 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/986] 10.0.0.222 () {32 vars in 643 bytes} [Tue Jun 30 19:11:18 2026] GET /v2.0/ports => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:18.108 7 INFO neutron.db.segments_db [None req-221fc193-ab0e-4e84-a40f-d0914de9444d 69e5fd25aacd4989bab32a293f9b8a80 140adaf1ed3145c599361266e9bf1513 - - default default] Added segment 12d20037-ffbe-450a-8407-ffcf1e3107eb of type vxlan for network 2c42d991-91d0-4df5-930d-6e303b73c80f [pid: 7|app: 0|req: 528/987] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:11:18 2026] POST /v2.0/networks => generated 650 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:18.289 8 INFO neutron.db.segments_db [None req-96359d94-8092-4fd0-80cb-29d6a9c1a118 69e5fd25aacd4989bab32a293f9b8a80 140adaf1ed3145c599361266e9bf1513 - - default default] Added segment 3355ac03-91ad-4b8f-845a-3a71e0bab721 of type vxlan for network 47084982-9a05-488f-8c64-571dfb4f7187 [pid: 8|app: 0|req: 460/988] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:11:18 2026] POST /v2.0/networks => generated 650 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:18.445 8 INFO neutron.services.segments.plugin [-] Segment 19008079-8d60-411d-9b65-7347be2c1df9 resource provider aggregate not found 2026-06-30 19:11:18.458 8 INFO neutron.services.segments.plugin [-] Segment 19008079-8d60-411d-9b65-7347be2c1df9 resource provider aggregate not found 2026-06-30 19:11:18.462 8 INFO neutron.services.segments.plugin [-] Segment 19008079-8d60-411d-9b65-7347be2c1df9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19008079-8d60-411d-9b65-7347be2c1df9 found for delete ", "request_id": "req-383288d2-a023-49f7-82f8-166bfdd9fe10"}]} 2026-06-30 19:11:18.472 8 INFO neutron.services.segments.plugin [-] Segment 19008079-8d60-411d-9b65-7347be2c1df9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19008079-8d60-411d-9b65-7347be2c1df9 found for delete ", "request_id": "req-64e5e673-d358-4ab0-874b-10513f735fbc"}]} [pid: 8|app: 0|req: 461/989] 10.0.0.130 () {34 vars in 982 bytes} [Tue Jun 30 19:11:18 2026] GET /v2.0/networks?id=c7a28b1d-2053-43b4-9437-f430771053ac => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/990] 10.0.0.130 () {34 vars in 965 bytes} [Tue Jun 30 19:11:18 2026] GET /v2.0/quotas/0cc1051840b249f8a5b97279422dcd6f => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/991] 10.0.0.130 () {34 vars in 1002 bytes} [Tue Jun 30 19:11:18 2026] GET /v2.0/ports?tenant_id=0cc1051840b249f8a5b97279422dcd6f&fields=id => generated 103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/992] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:11:18 2026] POST /v2.0/subnets => generated 1273 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/993] 10.0.0.130 () {34 vars in 1008 bytes} [Tue Jun 30 19:11:18 2026] GET /v2.0/networks/c7a28b1d-2053-43b4-9437-f430771053ac?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/994] 10.0.0.222 () {32 vars in 647 bytes} [Tue Jun 30 19:11:18 2026] GET /v2.0/subnets => generated 1909 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/995] 10.0.0.130 () {34 vars in 1108 bytes} [Tue Jun 30 19:11:18 2026] GET /v2.0/networks/c7a28b1d-2053-43b4-9437-f430771053ac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/996] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:11:18 2026] DELETE /v2.0/subnets/f6e0dc3b-41a5-4808-8b06-22990bfb1e2c => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/997] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:19 2026] GET /v2.0/ports?device_id=f7954888-6efe-49d8-aa84-337b5d811929 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/998] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:11:19 2026] DELETE /v2.0/subnets/37b425cd-18e6-42ed-a163-4104df83a000 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/999] 10.0.0.222 () {32 vars in 647 bytes} [Tue Jun 30 19:11:19 2026] GET /v2.0/subnets => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:19.401 7 INFO neutron.services.segments.plugin [-] Segment 3355ac03-91ad-4b8f-845a-3a71e0bab721 resource provider aggregate not found 2026-06-30 19:11:19.419 7 INFO neutron.services.segments.plugin [-] Segment 3355ac03-91ad-4b8f-845a-3a71e0bab721 resource provider aggregate not found 2026-06-30 19:11:19.427 7 INFO neutron.services.segments.plugin [-] Segment 3355ac03-91ad-4b8f-845a-3a71e0bab721 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3355ac03-91ad-4b8f-845a-3a71e0bab721 found for delete ", "request_id": "req-c0f05433-8ce1-45e0-a7d1-9ffe5d7cab28"}]} [pid: 7|app: 0|req: 533/1000] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:11:19 2026] DELETE /v2.0/networks/47084982-9a05-488f-8c64-571dfb4f7187 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:11:19.439 7 INFO neutron.services.segments.plugin [-] Segment 3355ac03-91ad-4b8f-845a-3a71e0bab721 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3355ac03-91ad-4b8f-845a-3a71e0bab721 found for delete ", "request_id": "req-57e0da56-d116-487a-8ff8-a0961dd2356c"}]} [pid: 8|app: 0|req: 468/1001] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:11:19 2026] DELETE /v2.0/networks/2c42d991-91d0-4df5-930d-6e303b73c80f => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1002] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:11:19 2026] DELETE /v2.0/networks/667caafd-8968-4337-af8b-27026d9d768d => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1003] 10.0.0.130 () {34 vars in 1100 bytes} [Tue Jun 30 19:11:19 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1010100614&fields=id&tenant_id=c28a087ad7104d679bda87554a9e5950 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1004] 10.0.0.130 () {34 vars in 982 bytes} [Tue Jun 30 19:11:19 2026] GET /v2.0/networks?id=ec5c3d7e-7b08-41b3-8a34-666939ff0411 => generated 679 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/1005] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:11:19 2026] DELETE /v2.0/networks/fe3b85b5-c9da-44ac-ad2c-c48342f66b37 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1006] 10.0.0.130 () {34 vars in 965 bytes} [Tue Jun 30 19:11:19 2026] GET /v2.0/quotas/c28a087ad7104d679bda87554a9e5950 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/1007] 10.0.0.130 () {34 vars in 1002 bytes} [Tue Jun 30 19:11:19 2026] GET /v2.0/ports?tenant_id=c28a087ad7104d679bda87554a9e5950&fields=id => generated 103 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1008] 10.0.0.130 () {34 vars in 1008 bytes} [Tue Jun 30 19:11:19 2026] GET /v2.0/networks/ec5c3d7e-7b08-41b3-8a34-666939ff0411?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/1009] 10.0.0.130 () {34 vars in 1108 bytes} [Tue Jun 30 19:11:20 2026] GET /v2.0/networks/ec5c3d7e-7b08-41b3-8a34-666939ff0411?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1010] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:20 2026] GET /v2.0/ports?device_id=f7954888-6efe-49d8-aa84-337b5d811929 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/1011] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:20 2026] GET /v2.0/ports?device_id=f4a5cec3-5acc-4f4c-9e5d-ea18760cae41 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:20.480 8 INFO neutron.services.segments.plugin [-] Segment 12d20037-ffbe-450a-8407-ffcf1e3107eb resource provider aggregate not found 2026-06-30 19:11:20.495 8 INFO neutron.services.segments.plugin [-] Segment 12d20037-ffbe-450a-8407-ffcf1e3107eb resource provider aggregate not found 2026-06-30 19:11:20.503 8 INFO neutron.services.segments.plugin [-] Segment 12d20037-ffbe-450a-8407-ffcf1e3107eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12d20037-ffbe-450a-8407-ffcf1e3107eb found for delete ", "request_id": "req-009ef159-89da-44fc-97ee-45c8f0a6eeb9"}]} 2026-06-30 19:11:20.511 8 INFO neutron.services.segments.plugin [-] Segment 12d20037-ffbe-450a-8407-ffcf1e3107eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12d20037-ffbe-450a-8407-ffcf1e3107eb found for delete ", "request_id": "req-cde6bb18-87ad-4350-b57a-d74f9124c0de"}]} 2026-06-30 19:11:20.520 8 INFO neutron.services.segments.plugin [-] Segment 22e5c252-cbcf-4ebc-81a1-93805ed1c2e1 resource provider aggregate not found 2026-06-30 19:11:20.539 8 INFO neutron.services.segments.plugin [-] Segment 22e5c252-cbcf-4ebc-81a1-93805ed1c2e1 resource provider aggregate not found 2026-06-30 19:11:20.544 8 INFO neutron.services.segments.plugin [-] Segment 22e5c252-cbcf-4ebc-81a1-93805ed1c2e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22e5c252-cbcf-4ebc-81a1-93805ed1c2e1 found for delete ", "request_id": "req-24a97fce-7223-44df-b5a3-e0fdc9107324"}]} [pid: 7|app: 0|req: 540/1012] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:11:20 2026] GET /v2.0/security-groups?tenant_id=140adaf1ed3145c599361266e9bf1513&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:11:20.560 8 INFO neutron.services.segments.plugin [-] Segment 22e5c252-cbcf-4ebc-81a1-93805ed1c2e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22e5c252-cbcf-4ebc-81a1-93805ed1c2e1 found for delete ", "request_id": "req-d909a829-421c-404e-94d1-626f089c727a"}]} [pid: 8|app: 0|req: 473/1013] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:11:20 2026] DELETE /v2.0/security-groups/e7d41782-a837-400d-8858-53a0b249e512 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1014] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:21 2026] GET /v2.0/ports?device_id=f7954888-6efe-49d8-aa84-337b5d811929 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:21.448 7 INFO neutron.services.segments.plugin [-] Segment 0920a0ce-cc62-4056-a932-c06afd85a114 resource provider aggregate not found 2026-06-30 19:11:21.462 7 INFO neutron.services.segments.plugin [-] Segment 0920a0ce-cc62-4056-a932-c06afd85a114 resource provider aggregate not found 2026-06-30 19:11:21.465 7 INFO neutron.services.segments.plugin [-] Segment 0920a0ce-cc62-4056-a932-c06afd85a114 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0920a0ce-cc62-4056-a932-c06afd85a114 found for delete ", "request_id": "req-b9ebfa70-43fa-4cfb-855a-445fa62dd9d2"}]} 2026-06-30 19:11:21.484 7 INFO neutron.services.segments.plugin [-] Segment 0920a0ce-cc62-4056-a932-c06afd85a114 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0920a0ce-cc62-4056-a932-c06afd85a114 found for delete ", "request_id": "req-7d0a1ebf-0bf7-4d9d-9bcf-3e5224c41d8c"}]} [pid: 8|app: 0|req: 474/1015] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:21 2026] GET /v2.0/ports?device_id=f4a5cec3-5acc-4f4c-9e5d-ea18760cae41 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1016] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:22 2026] GET /v2.0/ports?device_id=f7954888-6efe-49d8-aa84-337b5d811929 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1017] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:22 2026] GET /v2.0/ports?device_id=f4a5cec3-5acc-4f4c-9e5d-ea18760cae41 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:22.776 8 INFO neutron.db.segments_db [None req-56061f98-d298-4d01-b7f2-ffe66b0c72a5 3b0b13bcddc540debcbe7d38ba20335b e4f387d6296c43b6bc1015fd218570c6 - - default default] Added segment 16a0b502-bf19-46fe-bcbb-1d84207a514f of type vxlan for network 66d725cb-3c18-412d-92a2-5af9a5762ad4 [pid: 8|app: 0|req: 475/1018] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:11:22 2026] POST /v2.0/networks => generated 648 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/1019] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:11:23 2026] GET /v2.0/networks?id=c7a28b1d-2053-43b4-9437-f430771053ac => generated 673 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/1020] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:23 2026] GET /v2.0/ports?device_id=f7954888-6efe-49d8-aa84-337b5d811929 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1021] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:11:23 2026] POST /v2.0/subnets => generated 673 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:23.618 7 INFO neutron.db.segments_db [None req-64ff9396-a1b3-43fd-a79a-3f85c236ac6e 3b0b13bcddc540debcbe7d38ba20335b e4f387d6296c43b6bc1015fd218570c6 - - default default] Added segment 5c95b7e6-74d2-48dc-aae3-d61619598798 of type vxlan for network 5056062b-6564-4f51-8eb1-d3532e2f9c39 [pid: 7|app: 0|req: 545/1022] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:11:23 2026] POST /v2.0/networks => generated 648 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1023] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:23 2026] GET /v2.0/ports?device_id=f4a5cec3-5acc-4f4c-9e5d-ea18760cae41 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/1024] 199.204.45.89 () {38 vars in 954 bytes} [Tue Jun 30 19:11:23 2026] POST /v2.0/ports => generated 954 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 547/1025] 10.0.0.222 () {34 vars in 743 bytes} [Tue Jun 30 19:11:23 2026] PUT /v2.0/networks/5056062b-6564-4f51-8eb1-d3532e2f9c39 => generated 592 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1026] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:11:23 2026] POST /v2.0/subnets => generated 646 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/1027] 199.204.45.89 () {38 vars in 1027 bytes} [Tue Jun 30 19:11:23 2026] PUT /v2.0/ports/3a98b82c-9d09-4018-98f6-5f49732c5c59 => generated 1235 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:11:24.171 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-deb0bde7-0f0b-41d2-8f11-7486ca0906aa'] response: {'name': 'network-changed', 'server_uuid': 'f7954888-6efe-49d8-aa84-337b5d811929', 'tag': '3a98b82c-9d09-4018-98f6-5f49732c5c59', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 549/1028] 10.0.0.222 () {34 vars in 741 bytes} [Tue Jun 30 19:11:24 2026] PUT /v2.0/subnets/dba2524f-1b11-42c8-826e-ec6b6be720ef => generated 656 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:11:24.381 8 INFO neutron.services.segments.plugin [-] Segment 5c95b7e6-74d2-48dc-aae3-d61619598798 resource provider aggregate not found 2026-06-30 19:11:24.386 8 INFO neutron.services.segments.plugin [-] Segment 5c95b7e6-74d2-48dc-aae3-d61619598798 resource provider aggregate not found [pid: 8|app: 0|req: 480/1029] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:11:24 2026] DELETE /v2.0/networks/5056062b-6564-4f51-8eb1-d3532e2f9c39 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:11:24.410 8 INFO neutron.services.segments.plugin [-] Segment 5c95b7e6-74d2-48dc-aae3-d61619598798 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c95b7e6-74d2-48dc-aae3-d61619598798 found for delete ", "request_id": "req-4d51b090-bc68-4ebb-8923-19ffc9cf7b27"}]} 2026-06-30 19:11:24.410 8 INFO neutron.services.segments.plugin [-] Segment 5c95b7e6-74d2-48dc-aae3-d61619598798 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c95b7e6-74d2-48dc-aae3-d61619598798 found for delete ", "request_id": "req-35598c8e-4962-43e2-a9d7-a2c9a2a312d8"}]} 2026-06-30 19:11:24.423 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9afe3108-f7d4-40c3-a2e2-2eea2aea33e7 3b0b13bcddc540debcbe7d38ba20335b e4f387d6296c43b6bc1015fd218570c6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 550/1030] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:11:24 2026] DELETE /v2.0/networks/5056062b-6564-4f51-8eb1-d3532e2f9c39 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/1031] 10.0.0.222 () {32 vars in 694 bytes} [Tue Jun 30 19:11:24 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1032] 10.0.0.222 () {32 vars in 742 bytes} [Tue Jun 30 19:11:24 2026] GET /v2.0/subnets?network_id=c5f20855-a26f-47b4-a22c-263d854bcca2 => generated 649 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1033] 10.0.0.222 () {32 vars in 653 bytes} [Tue Jun 30 19:11:24 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/1034] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:24 2026] GET /v2.0/ports?device_id=f7954888-6efe-49d8-aa84-337b5d811929 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1035] 10.0.0.222 () {32 vars in 649 bytes} [Tue Jun 30 19:11:24 2026] GET /v2.0/networks => generated 1313 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/1036] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:24 2026] GET /v2.0/security-groups?id=da353c56-bb8f-4d33-8d09-87d96b19d37f&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1037] 10.0.0.222 () {32 vars in 647 bytes} [Tue Jun 30 19:11:24 2026] GET /v2.0/subnets => generated 1312 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1038] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:11:24 2026] GET /v2.0/ports?tenant_id=0cc1051840b249f8a5b97279422dcd6f&device_id=f7954888-6efe-49d8-aa84-337b5d811929 => generated 1238 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/1039] 10.0.0.222 () {32 vars in 723 bytes} [Tue Jun 30 19:11:24 2026] GET /v2.0/networks/66d725cb-3c18-412d-92a2-5af9a5762ad4 => generated 673 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1040] 199.204.45.89 () {34 vars in 1017 bytes} [Tue Jun 30 19:11:24 2026] GET /v2.0/networks?tenant_id=0cc1051840b249f8a5b97279422dcd6f&shared=False => generated 769 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/1041] 10.0.0.222 () {32 vars in 721 bytes} [Tue Jun 30 19:11:24 2026] GET /v2.0/subnets/7e8df703-f4b4-4330-9e35-26a6c3ffb4e7 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:24.784 8 INFO neutron.pecan_wsgi.hooks.translation [None req-92167596-e0d6-454e-bbb2-522bc8297742 3b0b13bcddc540debcbe7d38ba20335b e4f387d6296c43b6bc1015fd218570c6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 486/1042] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:11:24 2026] DELETE /v2.0/subnets/dba2524f-1b11-42c8-826e-ec6b6be720ef => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:11:24.798 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a1ba26c7-ffeb-4884-9b95-2025c4e8fc44 3b0b13bcddc540debcbe7d38ba20335b e4f387d6296c43b6bc1015fd218570c6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 487/1043] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:11:24 2026] DELETE /v2.0/networks/5056062b-6564-4f51-8eb1-d3532e2f9c39 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1044] 199.204.45.89 () {34 vars in 929 bytes} [Tue Jun 30 19:11:24 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1045] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:24 2026] GET /v2.0/ports?device_id=f4a5cec3-5acc-4f4c-9e5d-ea18760cae41 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1046] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:11:24 2026] DELETE /v2.0/subnets/7e8df703-f4b4-4330-9e35-26a6c3ffb4e7 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1047] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:11:24 2026] DELETE /v2.0/networks/66d725cb-3c18-412d-92a2-5af9a5762ad4 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1048] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:11:25 2026] GET /v2.0/networks?id=ec5c3d7e-7b08-41b3-8a34-666939ff0411 => generated 679 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1049] 199.204.45.89 () {34 vars in 1049 bytes} [Tue Jun 30 19:11:25 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c28a087ad7104d679bda87554a9e5950 => generated 181 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1050] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:11:25 2026] GET /v2.0/security-groups?tenant_id=e4f387d6296c43b6bc1015fd218570c6&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1051] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:11:25 2026] DELETE /v2.0/security-groups/54988ba5-552d-44b7-89df-ebf6822a309d => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1052] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:25 2026] GET /v2.0/ports?device_id=f7954888-6efe-49d8-aa84-337b5d811929 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1053] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:11:25 2026] GET /v2.0/ports?tenant_id=0cc1051840b249f8a5b97279422dcd6f&device_id=f7954888-6efe-49d8-aa84-337b5d811929 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1054] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:25 2026] GET /v2.0/ports?device_id=f4a5cec3-5acc-4f4c-9e5d-ea18760cae41 => generated 957 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1055] 199.204.45.89 () {38 vars in 954 bytes} [Tue Jun 30 19:11:25 2026] POST /v2.0/ports => generated 954 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 493/1056] 199.204.45.89 () {34 vars in 1057 bytes} [Tue Jun 30 19:11:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=3a98b82c-9d09-4018-98f6-5f49732c5c59 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1057] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:26 2026] GET /v2.0/security-groups?id=da353c56-bb8f-4d33-8d09-87d96b19d37f&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1058] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:26 2026] GET /v2.0/security-groups?id=65ff0100-eb33-441a-87a6-3195702295c5&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1059] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:11:26 2026] GET /v2.0/subnets?id=4530994c-ed91-45b5-8a05-03d278710edf => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1060] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:26 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1061] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:11:26 2026] GET /v2.0/ports?network_id=c7a28b1d-2053-43b4-9437-f430771053ac&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1062] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:26 2026] GET /v2.0/security-groups?id=42308b26-d1b8-4be8-b9ae-b6e229d4f6d8&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1063] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:11:26 2026] GET /v2.0/networks/c7a28b1d-2053-43b4-9437-f430771053ac?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1064] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:11:26 2026] GET /v2.0/networks/c7a28b1d-2053-43b4-9437-f430771053ac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1065] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:26 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1066] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:26 2026] GET /v2.0/security-groups?id=42308b26-d1b8-4be8-b9ae-b6e229d4f6d8&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:26.441 8 INFO neutron.services.segments.plugin [-] Segment 16a0b502-bf19-46fe-bcbb-1d84207a514f resource provider aggregate not found 2026-06-30 19:11:26.449 8 INFO neutron.services.segments.plugin [-] Segment 16a0b502-bf19-46fe-bcbb-1d84207a514f resource provider aggregate not found [pid: 8|app: 0|req: 494/1067] 199.204.45.89 () {38 vars in 1027 bytes} [Tue Jun 30 19:11:26 2026] PUT /v2.0/ports/4ed77e02-75b0-4e64-ab2d-9635cc5ee583 => generated 1235 bytes in 414 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:11:26.465 8 INFO neutron.services.segments.plugin [-] Segment 16a0b502-bf19-46fe-bcbb-1d84207a514f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16a0b502-bf19-46fe-bcbb-1d84207a514f found for delete ", "request_id": "req-b89bd8d1-5ca3-42a9-81f1-4be5006fbaf6"}]} 2026-06-30 19:11:26.473 8 INFO neutron.services.segments.plugin [-] Segment 16a0b502-bf19-46fe-bcbb-1d84207a514f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16a0b502-bf19-46fe-bcbb-1d84207a514f found for delete ", "request_id": "req-1b4ae8cb-9fe2-4b91-8787-69ef61be8cbe"}]} 2026-06-30 19:11:26.482 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c6ee73b0-9194-4dc6-8d90-f1aeaf222e3b'] response: {'name': 'network-changed', 'server_uuid': 'f4a5cec3-5acc-4f4c-9e5d-ea18760cae41', 'tag': '4ed77e02-75b0-4e64-ab2d-9635cc5ee583', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 574/1068] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:26 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 495/1069] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:26 2026] GET /v2.0/security-groups?id=42308b26-d1b8-4be8-b9ae-b6e229d4f6d8&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1070] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:11:26 2026] GET /v2.0/ports?tenant_id=c28a087ad7104d679bda87554a9e5950&device_id=f4a5cec3-5acc-4f4c-9e5d-ea18760cae41 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1071] 199.204.45.89 () {34 vars in 1017 bytes} [Tue Jun 30 19:11:27 2026] GET /v2.0/networks?tenant_id=c28a087ad7104d679bda87554a9e5950&shared=False => generated 775 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1072] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:27 2026] GET /v2.0/ports?device_id=f7954888-6efe-49d8-aa84-337b5d811929 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1073] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:27 2026] GET /v2.0/ports?device_id=f4a5cec3-5acc-4f4c-9e5d-ea18760cae41 => generated 969 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1074] 199.204.45.89 () {34 vars in 929 bytes} [Tue Jun 30 19:11:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1075] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:27 2026] GET /v2.0/security-groups?id=da353c56-bb8f-4d33-8d09-87d96b19d37f&fields=id&fields=name => generated 88 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1076] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:27 2026] GET /v2.0/security-groups?id=65ff0100-eb33-441a-87a6-3195702295c5&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1077] 10.0.0.222 () {34 vars in 676 bytes} [Tue Jun 30 19:11:27 2026] POST /v2.0/subnetpools => generated 548 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1078] 10.0.0.222 () {32 vars in 729 bytes} [Tue Jun 30 19:11:27 2026] GET /v2.0/subnetpools/828cb2d0-a02a-414c-bb4e-449b37776573 => generated 548 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1079] 10.0.0.222 () {34 vars in 749 bytes} [Tue Jun 30 19:11:27 2026] PUT /v2.0/subnetpools/828cb2d0-a02a-414c-bb4e-449b37776573 => generated 500 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1080] 10.0.0.222 () {32 vars in 732 bytes} [Tue Jun 30 19:11:27 2026] DELETE /v2.0/subnetpools/828cb2d0-a02a-414c-bb4e-449b37776573 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:11:27.832 7 INFO neutron.api.v2.resource [None req-ba240af7-8fa4-402e-8118-94170e826a88 432e7d00af4545dd8c5020346446bc0e 74693b71634040d0bc28f0b98a07eb6f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 581/1081] 10.0.0.222 () {32 vars in 729 bytes} [Tue Jun 30 19:11:27 2026] GET /v2.0/subnetpools/828cb2d0-a02a-414c-bb4e-449b37776573 => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:11:27.846 8 INFO neutron.api.v2.resource [None req-b302d607-1081-4b0b-a2c1-a2c74fefb431 432e7d00af4545dd8c5020346446bc0e 74693b71634040d0bc28f0b98a07eb6f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 501/1082] 10.0.0.222 () {32 vars in 732 bytes} [Tue Jun 30 19:11:27 2026] DELETE /v2.0/subnetpools/828cb2d0-a02a-414c-bb4e-449b37776573 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1083] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:27 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1084] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:27 2026] GET /v2.0/security-groups?id=42308b26-d1b8-4be8-b9ae-b6e229d4f6d8&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1085] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/ports?tenant_id=c28a087ad7104d679bda87554a9e5950&device_id=f4a5cec3-5acc-4f4c-9e5d-ea18760cae41 => generated 1238 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1086] 199.204.45.89 () {34 vars in 1057 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4ed77e02-75b0-4e64-ab2d-9635cc5ee583 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1087] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/ports?tenant_id=cbf1174aff9644b2aa4ee0766230013a&device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1088] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/ports?device_id=f7954888-6efe-49d8-aa84-337b5d811929 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1089] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/ports?device_id=f4a5cec3-5acc-4f4c-9e5d-ea18760cae41 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1090] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/subnets?id=30fec2f4-c799-4c47-a11d-4c340b3ba422 => generated 697 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1091] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/networks?id=184f9b1e-818a-4499-afc7-df505ab4efec => generated 771 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1092] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/security-groups?id=da353c56-bb8f-4d33-8d09-87d96b19d37f&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1093] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/security-groups?id=65ff0100-eb33-441a-87a6-3195702295c5&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1094] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/ports?network_id=ec5c3d7e-7b08-41b3-8a34-666939ff0411&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1095] 199.204.45.89 () {34 vars in 1059 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=bd636592-6dc2-4083-a7a9-9ef5360e03ac => generated 861 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1096] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/networks/ec5c3d7e-7b08-41b3-8a34-666939ff0411?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1097] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/subnets?id=ee56bd6c-ee31-46f8-af94-5a7910231c7a => generated 693 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1098] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/networks/ec5c3d7e-7b08-41b3-8a34-666939ff0411?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1099] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/ports?network_id=184f9b1e-818a-4499-afc7-df505ab4efec&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1100] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/networks/184f9b1e-818a-4499-afc7-df505ab4efec?fields=segments => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1101] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/security-groups?tenant_id=74693b71634040d0bc28f0b98a07eb6f&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1102] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/networks/184f9b1e-818a-4499-afc7-df505ab4efec?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1103] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:11:28 2026] DELETE /v2.0/security-groups/1ae266db-9d5a-490a-9a07-51604678d74d => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1104] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:29 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1105] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:29 2026] GET /v2.0/security-groups?id=42308b26-d1b8-4be8-b9ae-b6e229d4f6d8&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1106] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:29 2026] GET /v2.0/ports?device_id=f7954888-6efe-49d8-aa84-337b5d811929 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1107] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:29 2026] GET /v2.0/security-groups?id=da353c56-bb8f-4d33-8d09-87d96b19d37f&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1108] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:29 2026] GET /v2.0/ports?device_id=f4a5cec3-5acc-4f4c-9e5d-ea18760cae41 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1109] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:29 2026] GET /v2.0/security-groups?id=65ff0100-eb33-441a-87a6-3195702295c5&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1110] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:30 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1111] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:30 2026] GET /v2.0/security-groups?id=42308b26-d1b8-4be8-b9ae-b6e229d4f6d8&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1112] 10.0.0.222 () {32 vars in 623 bytes} [Tue Jun 30 19:11:30 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1113] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:30 2026] GET /v2.0/ports?device_id=f7954888-6efe-49d8-aa84-337b5d811929 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1114] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:30 2026] GET /v2.0/ports?device_id=f4a5cec3-5acc-4f4c-9e5d-ea18760cae41 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1115] 10.0.0.222 () {32 vars in 633 bytes} [Tue Jun 30 19:11:30 2026] GET /v2.0/ => generated 632 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1116] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:30 2026] GET /v2.0/security-groups?id=da353c56-bb8f-4d33-8d09-87d96b19d37f&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1117] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:30 2026] GET /v2.0/security-groups?id=65ff0100-eb33-441a-87a6-3195702295c5&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1120] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:31 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1121] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:31 2026] GET /v2.0/security-groups?id=42308b26-d1b8-4be8-b9ae-b6e229d4f6d8&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1122] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:11:31 2026] GET /v2.0/security-groups?tenant_id=410c336467e440ee8ac6ba4af8d1fc20&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1123] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:11:31 2026] DELETE /v2.0/security-groups/c80f8a72-d1ef-4a86-b1c5-f564a2a6be50 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1124] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:31 2026] GET /v2.0/ports?device_id=f7954888-6efe-49d8-aa84-337b5d811929 => generated 971 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1125] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:31 2026] GET /v2.0/ports?device_id=f4a5cec3-5acc-4f4c-9e5d-ea18760cae41 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1126] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:31 2026] GET /v2.0/security-groups?id=da353c56-bb8f-4d33-8d09-87d96b19d37f&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1127] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:31 2026] GET /v2.0/security-groups?id=65ff0100-eb33-441a-87a6-3195702295c5&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1128] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:32 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1129] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:32 2026] GET /v2.0/security-groups?id=42308b26-d1b8-4be8-b9ae-b6e229d4f6d8&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1130] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:33 2026] GET /v2.0/ports?device_id=f4a5cec3-5acc-4f4c-9e5d-ea18760cae41 => generated 969 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1131] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:33 2026] GET /v2.0/security-groups?id=65ff0100-eb33-441a-87a6-3195702295c5&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1132] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:33 2026] GET /v2.0/ports?device_id=f7954888-6efe-49d8-aa84-337b5d811929 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1133] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:33 2026] GET /v2.0/security-groups?id=da353c56-bb8f-4d33-8d09-87d96b19d37f&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1134] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:33 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1135] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:33 2026] GET /v2.0/security-groups?id=42308b26-d1b8-4be8-b9ae-b6e229d4f6d8&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1136] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:34 2026] GET /v2.0/ports?device_id=f4a5cec3-5acc-4f4c-9e5d-ea18760cae41 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1137] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:34 2026] GET /v2.0/security-groups?id=65ff0100-eb33-441a-87a6-3195702295c5&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1138] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:34 2026] GET /v2.0/ports?device_id=f7954888-6efe-49d8-aa84-337b5d811929 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1139] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:34 2026] GET /v2.0/security-groups?id=da353c56-bb8f-4d33-8d09-87d96b19d37f&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1140] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:34 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1141] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:34 2026] GET /v2.0/security-groups?id=42308b26-d1b8-4be8-b9ae-b6e229d4f6d8&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1142] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:35 2026] GET /v2.0/ports?device_id=f4a5cec3-5acc-4f4c-9e5d-ea18760cae41 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1143] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:11:35 2026] GET /v2.0/security-groups?tenant_id=9a8a34dc45784d5b909f8b2b959ca5a9&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1144] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:35 2026] GET /v2.0/security-groups?id=65ff0100-eb33-441a-87a6-3195702295c5&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1145] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:11:35 2026] DELETE /v2.0/security-groups/e975eed5-1291-4630-868d-ebd204f319c4 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1146] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:35 2026] GET /v2.0/ports?device_id=f7954888-6efe-49d8-aa84-337b5d811929 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1147] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:35 2026] GET /v2.0/security-groups?id=da353c56-bb8f-4d33-8d09-87d96b19d37f&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1148] 199.204.45.89 () {34 vars in 993 bytes} [Tue Jun 30 19:11:35 2026] GET /v2.0/ports?device_id=f7954888-6efe-49d8-aa84-337b5d811929 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:35.897 8 INFO neutron_taas.services.taas.taas_plugin [req-0df5e907-f535-4460-8b1e-3bf873087302 req-99df5bd8-c4ab-419d-b5d2-345915bf9e54 1b48aa737756401caa6dd3185505b2ae 0cc1051840b249f8a5b97279422dcd6f - - default default] TaaS: Handle Delete Port: 3a98b82c-9d09-4018-98f6-5f49732c5c59 2026-06-30 19:11:35.900 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0df5e907-f535-4460-8b1e-3bf873087302 req-99df5bd8-c4ab-419d-b5d2-345915bf9e54 1b48aa737756401caa6dd3185505b2ae 0cc1051840b249f8a5b97279422dcd6f - - default default] Tap Mirror: Handle Delete Port: 3a98b82c-9d09-4018-98f6-5f49732c5c59 [pid: 8|app: 0|req: 538/1149] 199.204.45.89 () {36 vars in 996 bytes} [Tue Jun 30 19:11:35 2026] DELETE /v2.0/ports/3a98b82c-9d09-4018-98f6-5f49732c5c59 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1150] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:36 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:36.111 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-42a52aff-12c7-446e-bdc9-1a510d272399'] response: {'server_uuid': 'f7954888-6efe-49d8-aa84-337b5d811929', 'name': 'network-vif-deleted', 'tag': '3a98b82c-9d09-4018-98f6-5f49732c5c59', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 539/1151] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:36 2026] GET /v2.0/security-groups?id=42308b26-d1b8-4be8-b9ae-b6e229d4f6d8&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1152] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:36 2026] GET /v2.0/ports?device_id=f4a5cec3-5acc-4f4c-9e5d-ea18760cae41 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1153] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:36 2026] GET /v2.0/security-groups?id=65ff0100-eb33-441a-87a6-3195702295c5&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1154] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:36 2026] GET /v2.0/ports?device_id=f4a5cec3-5acc-4f4c-9e5d-ea18760cae41 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1155] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:36 2026] GET /v2.0/ports?device_id=f7954888-6efe-49d8-aa84-337b5d811929 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:37.094 8 INFO neutron.db.l3_db [None req-32e273d6-32c6-4542-88da-1558d855a2f1 1530f5b561a748d8a84cb32fd89b260a c28a087ad7104d679bda87554a9e5950 - - default default] Floating IP 9dd34e10-bcc6-427c-ab77-c6610c18ec97 associated. External IP: 10.96.250.220, port: 4ed77e02-75b0-4e64-ab2d-9635cc5ee583. [pid: 7|app: 0|req: 616/1156] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:37 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1157] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:37 2026] GET /v2.0/security-groups?id=42308b26-d1b8-4be8-b9ae-b6e229d4f6d8&fields=id&fields=name => generated 113 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1158] 10.0.0.222 () {34 vars in 749 bytes} [Tue Jun 30 19:11:36 2026] PUT /v2.0/floatingips/9dd34e10-bcc6-427c-ab77-c6610c18ec97 => generated 855 bytes in 1013 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1159] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:37 2026] GET /v2.0/ports?device_id=f4a5cec3-5acc-4f4c-9e5d-ea18760cae41 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1160] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:37 2026] GET /v2.0/security-groups?id=65ff0100-eb33-441a-87a6-3195702295c5&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1161] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:37 2026] GET /v2.0/ports?device_id=f7954888-6efe-49d8-aa84-337b5d811929 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:38.148 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe517c80-8040-4be6-964a-d457b7c196c8'] response: {'name': 'network-changed', 'server_uuid': 'f4a5cec3-5acc-4f4c-9e5d-ea18760cae41', 'tag': '4ed77e02-75b0-4e64-ab2d-9635cc5ee583', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 543/1162] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:38 2026] GET /v2.0/ports?device_id=f4a5cec3-5acc-4f4c-9e5d-ea18760cae41 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1163] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:38 2026] GET /v2.0/security-groups?id=65ff0100-eb33-441a-87a6-3195702295c5&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1164] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:11:38 2026] GET /v2.0/ports?tenant_id=c28a087ad7104d679bda87554a9e5950&device_id=f4a5cec3-5acc-4f4c-9e5d-ea18760cae41 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1165] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:11:38 2026] GET /v2.0/networks?id=ec5c3d7e-7b08-41b3-8a34-666939ff0411 => generated 775 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1166] 199.204.45.89 () {34 vars in 1057 bytes} [Tue Jun 30 19:11:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4ed77e02-75b0-4e64-ab2d-9635cc5ee583 => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1167] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:11:38 2026] GET /v2.0/subnets?id=30fec2f4-c799-4c47-a11d-4c340b3ba422 => generated 697 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1168] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:11:38 2026] GET /v2.0/ports?network_id=ec5c3d7e-7b08-41b3-8a34-666939ff0411&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1169] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:11:38 2026] GET /v2.0/networks/ec5c3d7e-7b08-41b3-8a34-666939ff0411?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1170] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:11:38 2026] GET /v2.0/networks/ec5c3d7e-7b08-41b3-8a34-666939ff0411?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1171] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:39 2026] GET /v2.0/ports?device_id=f7954888-6efe-49d8-aa84-337b5d811929 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1172] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:39 2026] GET /v2.0/ports?device_id=f4a5cec3-5acc-4f4c-9e5d-ea18760cae41 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1173] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:39 2026] GET /v2.0/security-groups?id=65ff0100-eb33-441a-87a6-3195702295c5&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1174] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:40 2026] GET /v2.0/ports?device_id=f4a5cec3-5acc-4f4c-9e5d-ea18760cae41 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1175] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:40 2026] GET /v2.0/security-groups?id=65ff0100-eb33-441a-87a6-3195702295c5&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1176] 199.204.45.89 () {34 vars in 993 bytes} [Tue Jun 30 19:11:40 2026] GET /v2.0/ports?device_id=f4a5cec3-5acc-4f4c-9e5d-ea18760cae41 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:40.650 7 INFO neutron_taas.services.taas.taas_plugin [req-2a9491ac-c579-4e75-94f4-a1511dabf65e req-ec004d92-052d-448f-983f-8f37262ee3f8 1530f5b561a748d8a84cb32fd89b260a c28a087ad7104d679bda87554a9e5950 - - default default] TaaS: Handle Delete Port: 4ed77e02-75b0-4e64-ab2d-9635cc5ee583 2026-06-30 19:11:40.654 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2a9491ac-c579-4e75-94f4-a1511dabf65e req-ec004d92-052d-448f-983f-8f37262ee3f8 1530f5b561a748d8a84cb32fd89b260a c28a087ad7104d679bda87554a9e5950 - - default default] Tap Mirror: Handle Delete Port: 4ed77e02-75b0-4e64-ab2d-9635cc5ee583 2026-06-30 19:11:40.808 7 INFO neutron.db.l3_db [req-2a9491ac-c579-4e75-94f4-a1511dabf65e req-ec004d92-052d-448f-983f-8f37262ee3f8 1530f5b561a748d8a84cb32fd89b260a c28a087ad7104d679bda87554a9e5950 - - default default] Floating IP 9dd34e10-bcc6-427c-ab77-c6610c18ec97 disassociated. External IP: 10.96.250.220, port: 4ed77e02-75b0-4e64-ab2d-9635cc5ee583. [pid: 7|app: 0|req: 627/1177] 199.204.45.89 () {36 vars in 996 bytes} [Tue Jun 30 19:11:40 2026] DELETE /v2.0/ports/4ed77e02-75b0-4e64-ab2d-9635cc5ee583 => generated 0 bytes in 670 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:11:41.206 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-40e48931-8067-4432-94cd-ab08d4cadbca'] response: {'server_uuid': 'f4a5cec3-5acc-4f4c-9e5d-ea18760cae41', 'name': 'network-vif-deleted', 'tag': '4ed77e02-75b0-4e64-ab2d-9635cc5ee583', 'status': 'completed', 'code': 200} 2026-06-30 19:11:41.558 8 INFO neutron_taas.services.taas.taas_plugin [None req-746673ce-b717-4f64-afe4-e6fb71363332 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: 02e76f41-4a96-4d08-980a-60fd556a6dc0 2026-06-30 19:11:41.560 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-746673ce-b717-4f64-afe4-e6fb71363332 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: 02e76f41-4a96-4d08-980a-60fd556a6dc0 [pid: 7|app: 0|req: 628/1178] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:41 2026] GET /v2.0/ports?device_id=f4a5cec3-5acc-4f4c-9e5d-ea18760cae41 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1179] 10.0.0.222 () {34 vars in 789 bytes} [Tue Jun 30 19:11:41 2026] PUT /v2.0/routers/056b25b5-a00e-4c59-9509-5a08f0dd0b58/remove_router_interface => generated 309 bytes in 888 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:42.322 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf1928ab-3fc0-4d0f-a420-9853bc3f0e05 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: dd667f42-d79c-42ec-ab9a-6b0ea7de6827 2026-06-30 19:11:42.325 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf1928ab-3fc0-4d0f-a420-9853bc3f0e05 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: dd667f42-d79c-42ec-ab9a-6b0ea7de6827 2026-06-30 19:11:42.594 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf1928ab-3fc0-4d0f-a420-9853bc3f0e05 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: 44655824-7a08-4301-b9cd-b5d2404d9d69 2026-06-30 19:11:42.597 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf1928ab-3fc0-4d0f-a420-9853bc3f0e05 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: 44655824-7a08-4301-b9cd-b5d2404d9d69 [pid: 8|app: 0|req: 552/1180] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:42 2026] GET /v2.0/ports?device_id=f4a5cec3-5acc-4f4c-9e5d-ea18760cae41 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:42.943 7 INFO neutron.services.segments.plugin [-] Segment 9c8519d2-617e-456c-93af-29e422c14940 resource provider aggregate not found 2026-06-30 19:11:42.944 7 INFO neutron.services.segments.plugin [-] Segment 9c8519d2-617e-456c-93af-29e422c14940 resource provider aggregate not found 2026-06-30 19:11:42.969 7 INFO neutron.db.l3_hamode_db [None req-cf1928ab-3fc0-4d0f-a420-9853bc3f0e05 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] HA network 32ae294c-5fe5-413f-9cdf-db6bad81c9a3 was deleted as no HA routers are present in tenant 0cc1051840b249f8a5b97279422dcd6f. 2026-06-30 19:11:42.970 7 INFO neutron.services.segments.plugin [-] Segment 9c8519d2-617e-456c-93af-29e422c14940 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c8519d2-617e-456c-93af-29e422c14940 found for delete ", "request_id": "req-869b1293-1b18-4ea4-af00-15ac3773dac9"}]} 2026-06-30 19:11:42.978 7 INFO neutron.services.segments.plugin [-] Segment 9c8519d2-617e-456c-93af-29e422c14940 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c8519d2-617e-456c-93af-29e422c14940 found for delete ", "request_id": "req-23c3b3f0-1643-4a61-9ed0-2ef3d16173c1"}]} [pid: 7|app: 0|req: 629/1181] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:11:42 2026] DELETE /v2.0/routers/056b25b5-a00e-4c59-9509-5a08f0dd0b58 => generated 0 bytes in 884 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1182] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:11:42 2026] DELETE /v2.0/subnets/4530994c-ed91-45b5-8a05-03d278710edf => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:11:43.280 7 INFO neutron_taas.services.taas.taas_plugin [None req-ad96a4e1-4146-400e-9563-37d8c28b8133 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: d7901e2a-3e32-4a10-af4b-310707fcb6bf 2026-06-30 19:11:43.284 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad96a4e1-4146-400e-9563-37d8c28b8133 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: d7901e2a-3e32-4a10-af4b-310707fcb6bf [pid: 7|app: 0|req: 630/1183] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:11:43 2026] DELETE /v2.0/networks/c7a28b1d-2053-43b4-9437-f430771053ac => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1184] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:11:43 2026] GET /v2.0/security-groups?tenant_id=0cc1051840b249f8a5b97279422dcd6f&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1185] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:11:43 2026] DELETE /v2.0/security-groups/da353c56-bb8f-4d33-8d09-87d96b19d37f => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1186] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:43 2026] GET /v2.0/ports?device_id=f4a5cec3-5acc-4f4c-9e5d-ea18760cae41 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1187] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:44 2026] GET /v2.0/ports?device_id=f4a5cec3-5acc-4f4c-9e5d-ea18760cae41 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:44.990 7 INFO neutron.services.segments.plugin [-] Segment ac84c733-6970-45de-9dab-70933c3a34fe resource provider aggregate not found 2026-06-30 19:11:44.996 7 INFO neutron.services.segments.plugin [-] Segment ac84c733-6970-45de-9dab-70933c3a34fe resource provider aggregate not found 2026-06-30 19:11:45.009 7 INFO neutron.services.segments.plugin [-] Segment ac84c733-6970-45de-9dab-70933c3a34fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac84c733-6970-45de-9dab-70933c3a34fe found for delete ", "request_id": "req-d1f5979d-4f3a-4dc8-83b0-ee718ea1c6c5"}]} 2026-06-30 19:11:45.015 7 INFO neutron.services.segments.plugin [-] Segment ac84c733-6970-45de-9dab-70933c3a34fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac84c733-6970-45de-9dab-70933c3a34fe found for delete ", "request_id": "req-d375ee39-ec64-49a6-aa63-58d6acf0046e"}]} [pid: 8|app: 0|req: 556/1188] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:11:45 2026] DELETE /v2.0/security-groups/65ff0100-eb33-441a-87a6-3195702295c5 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:11:46.064 7 INFO neutron.api.v2.resource [None req-0252b291-b50d-492b-95b7-1fa9dfb8d70e 1530f5b561a748d8a84cb32fd89b260a c28a087ad7104d679bda87554a9e5950 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 633/1189] 10.0.0.222 () {32 vars in 737 bytes} [Tue Jun 30 19:11:46 2026] GET /v2.0/security-groups/65ff0100-eb33-441a-87a6-3195702295c5 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:11:46.178 8 INFO neutron_taas.services.taas.taas_plugin [None req-44419dcd-026a-461d-ad30-cd2d6a3aeea8 1530f5b561a748d8a84cb32fd89b260a c28a087ad7104d679bda87554a9e5950 - - default default] TaaS: Handle Delete Port: 942a204c-5ac2-4836-892b-87a2538befcc 2026-06-30 19:11:46.185 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44419dcd-026a-461d-ad30-cd2d6a3aeea8 1530f5b561a748d8a84cb32fd89b260a c28a087ad7104d679bda87554a9e5950 - - default default] Tap Mirror: Handle Delete Port: 942a204c-5ac2-4836-892b-87a2538befcc [pid: 8|app: 0|req: 557/1192] 10.0.0.222 () {32 vars in 732 bytes} [Tue Jun 30 19:11:46 2026] DELETE /v2.0/floatingips/9dd34e10-bcc6-427c-ab77-c6610c18ec97 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1193] 10.0.0.223 () {30 vars in 650 bytes} [Tue Jun 30 19:11:46 2026] GET /v2.0/extensions => generated 21537 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-30 19:11:46.700 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b9d5885-1cd2-47f9-9ebc-e328d0aaf0ac 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: c0de75ba-b82e-4ad2-b5b4-2490f4c54bfa 2026-06-30 19:11:46.702 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b9d5885-1cd2-47f9-9ebc-e328d0aaf0ac 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: c0de75ba-b82e-4ad2-b5b4-2490f4c54bfa [pid: 8|app: 0|req: 559/1194] 10.0.0.223 () {30 vars in 724 bytes} [Tue Jun 30 19:11:46 2026] GET /v2.0/quotas/9334c0b484c94adbb3240029f56dfad2/details => generated 847 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1195] 10.0.0.222 () {34 vars in 789 bytes} [Tue Jun 30 19:11:46 2026] PUT /v2.0/routers/6147f814-9338-4d6e-a317-6cc6b0d87f77/remove_router_interface => generated 309 bytes in 884 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:47.456 8 INFO neutron_taas.services.taas.taas_plugin [None req-7e382d74-54c2-4277-b794-75bf88fe0688 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: 897464df-8250-446d-ac9f-5d4b7e3598e4 2026-06-30 19:11:47.458 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e382d74-54c2-4277-b794-75bf88fe0688 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: 897464df-8250-446d-ac9f-5d4b7e3598e4 2026-06-30 19:11:47.709 8 INFO neutron_taas.services.taas.taas_plugin [None req-7e382d74-54c2-4277-b794-75bf88fe0688 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: 50c70fc2-fa57-455a-831b-f0f4330ede4b 2026-06-30 19:11:47.712 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e382d74-54c2-4277-b794-75bf88fe0688 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: 50c70fc2-fa57-455a-831b-f0f4330ede4b 2026-06-30 19:11:48.090 8 INFO neutron.services.segments.plugin [-] Segment bd19a8f3-11f3-4bfb-b83f-d78b36901c80 resource provider aggregate not found 2026-06-30 19:11:48.097 8 INFO neutron.services.segments.plugin [-] Segment bd19a8f3-11f3-4bfb-b83f-d78b36901c80 resource provider aggregate not found 2026-06-30 19:11:48.113 8 INFO neutron.services.segments.plugin [-] Segment bd19a8f3-11f3-4bfb-b83f-d78b36901c80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd19a8f3-11f3-4bfb-b83f-d78b36901c80 found for delete ", "request_id": "req-1d831b07-d7be-4148-8d26-dd4fd31b51f5"}]} 2026-06-30 19:11:48.114 8 INFO neutron.services.segments.plugin [-] Segment bd19a8f3-11f3-4bfb-b83f-d78b36901c80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd19a8f3-11f3-4bfb-b83f-d78b36901c80 found for delete ", "request_id": "req-b92c6e3d-dc6a-4de7-b523-d0cab18438eb"}]} 2026-06-30 19:11:48.115 8 INFO neutron.db.l3_hamode_db [None req-7e382d74-54c2-4277-b794-75bf88fe0688 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] HA network 9b32eccf-9aa1-48f2-866b-6ba7a19c7c7a was deleted as no HA routers are present in tenant c28a087ad7104d679bda87554a9e5950. [pid: 8|app: 0|req: 560/1196] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:11:47 2026] DELETE /v2.0/routers/6147f814-9338-4d6e-a317-6cc6b0d87f77 => generated 0 bytes in 864 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1197] 10.0.0.111 () {34 vars in 990 bytes} [Tue Jun 30 19:11:48 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 1244 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1198] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:11:48 2026] DELETE /v2.0/subnets/30fec2f4-c799-4c47-a11d-4c340b3ba422 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1199] 10.0.0.111 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:48 2026] GET /v2.0/security-groups?id=42308b26-d1b8-4be8-b9ae-b6e229d4f6d8&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:48.366 8 INFO neutron_taas.services.taas.taas_plugin [None req-c5ece4a8-9e2f-4af6-a1ff-aac595113720 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: 9fbe12c4-58cf-4002-820c-ea7bfda099e0 2026-06-30 19:11:48.369 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5ece4a8-9e2f-4af6-a1ff-aac595113720 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: 9fbe12c4-58cf-4002-820c-ea7bfda099e0 [pid: 8|app: 0|req: 562/1200] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:11:48 2026] DELETE /v2.0/networks/ec5c3d7e-7b08-41b3-8a34-666939ff0411 => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1201] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:11:48 2026] GET /v2.0/security-groups?tenant_id=c28a087ad7104d679bda87554a9e5950&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1202] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:11:48 2026] DELETE /v2.0/security-groups/d5e7449d-e045-4276-bc9c-35d85994a49d => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1203] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:11:48 2026] GET /v2.0/security-groups?tenant_id=cfda4c07ffe84e80832030f83e84a06f&name=default => generated 2925 bytes in 373 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1204] 10.0.0.223 () {30 vars in 650 bytes} [Tue Jun 30 19:11:48 2026] GET /v2.0/extensions => generated 21537 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1205] 10.0.0.223 () {30 vars in 724 bytes} [Tue Jun 30 19:11:49 2026] GET /v2.0/quotas/9334c0b484c94adbb3240029f56dfad2/details => generated 847 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1206] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:11:48 2026] DELETE /v2.0/security-groups/74e79448-f01f-4cb7-9253-6376327ff2b8 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:11:50.133 8 INFO neutron.services.segments.plugin [-] Segment b23371cb-e20d-4926-9ed3-04e309b7fa8a resource provider aggregate not found 2026-06-30 19:11:50.138 8 INFO neutron.services.segments.plugin [-] Segment b23371cb-e20d-4926-9ed3-04e309b7fa8a resource provider aggregate not found 2026-06-30 19:11:50.152 8 INFO neutron.services.segments.plugin [-] Segment b23371cb-e20d-4926-9ed3-04e309b7fa8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b23371cb-e20d-4926-9ed3-04e309b7fa8a found for delete ", "request_id": "req-0fbb0b32-0618-463f-a468-429a69fb21ba"}]} 2026-06-30 19:11:50.154 8 INFO neutron.services.segments.plugin [-] Segment b23371cb-e20d-4926-9ed3-04e309b7fa8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b23371cb-e20d-4926-9ed3-04e309b7fa8a found for delete ", "request_id": "req-40431e64-4b7b-4c1d-8ef2-88a6631d1f0f"}]} 2026-06-30 19:11:51.173 8 INFO neutron.db.segments_db [None req-db1f2d5f-a256-417a-8996-80bbf191af10 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Added segment d9611fb8-13eb-47f2-9ff2-d33d95baab7c of type vxlan for network d1819139-2f34-4a98-9404-872584a3a052 [pid: 8|app: 0|req: 567/1207] 10.0.0.222 () {34 vars in 671 bytes} [Tue Jun 30 19:11:50 2026] POST /v2.0/networks => generated 738 bytes in 537 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1208] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:11:51 2026] GET /v2.0/security-groups?tenant_id=9334c0b484c94adbb3240029f56dfad2&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1209] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:11:51 2026] POST /v2.0/subnets => generated 685 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:51.516 8 INFO neutron.db.segments_db [None req-92ce4785-7a3e-4e7e-a7d5-7d51a51e3c48 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Added segment 5efe3ccf-4a2b-43db-8257-5cd4e166a3c4 of type vxlan for network a9ae20cd-49d1-4363-8d78-d23cd813688d [pid: 7|app: 0|req: 642/1210] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:11:51 2026] DELETE /v2.0/security-groups/592e99c8-786b-4566-9b1a-1efafeb28609 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:11:51.698 8 INFO neutron.db.l3_hamode_db [None req-92ce4785-7a3e-4e7e-a7d5-7d51a51e3c48 8a997b5e7354448fa40b2a947ad3a9d9 4cfb905db33243c682d43a8cee35dbe3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:11:52.417 8 INFO neutron.db.l3_hamode_db [None req-92ce4785-7a3e-4e7e-a7d5-7d51a51e3c48 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 569/1211] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:11:51 2026] POST /v2.0/routers => generated 725 bytes in 1920 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:53.652 7 INFO neutron.db.segments_db [None req-39c00c07-85b1-4c09-92ac-cba0d9a61fc1 50e03d6e0f3945b685affb3fbaf0bbcf c99d9684139f41b5b7f2e49573440a15 - - default default] Added segment 745294ff-aa01-4c84-812c-3075f8d25ce4 of type vxlan for network 9551b4a6-211b-40af-840e-3f2a981ddfa9 [pid: 7|app: 0|req: 643/1212] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:11:53 2026] POST /v2.0/networks => generated 725 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:53.890 7 INFO neutron.db.segments_db [None req-6645e206-32ea-4d1a-928c-cd10e2baaea0 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Added segment a2dba9b6-4e28-4f38-8d81-d9962ed7df70 of type vxlan for network 54d5066b-11c3-4826-ae73-da8770532580 [pid: 7|app: 0|req: 644/1213] 10.0.0.222 () {34 vars in 671 bytes} [Tue Jun 30 19:11:53 2026] POST /v2.0/networks => generated 740 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1214] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:11:53 2026] POST /v2.0/subnets => generated 644 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1215] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:11:54 2026] POST /v2.0/subnets => generated 687 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:54.340 7 WARNING neutron.api.v2.base [None req-9350db5a-816e-4953-a251-f3cd4ce3401b 50e03d6e0f3945b685affb3fbaf0bbcf c99d9684139f41b5b7f2e49573440a15 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-06-30 19:11:54.341 7 INFO neutron.api.v2.resource [None req-9350db5a-816e-4953-a251-f3cd4ce3401b 50e03d6e0f3945b685affb3fbaf0bbcf c99d9684139f41b5b7f2e49573440a15 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 647/1216] 10.0.0.222 () {34 vars in 681 bytes} [Tue Jun 30 19:11:54 2026] POST /v2.0/rbac-policies => generated 143 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-06-30 19:11:54.403 7 INFO neutron.db.segments_db [None req-b7bdbcac-83f5-4f2a-baf9-749881408020 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Added segment 801e2d22-7562-4758-93c6-091848669630 of type vxlan for network 1f298218-aaaa-460e-a42d-3426df563861 [pid: 8|app: 0|req: 570/1217] 10.0.0.222 () {34 vars in 783 bytes} [Tue Jun 30 19:11:53 2026] PUT /v2.0/routers/ca1fc93c-e692-450c-839c-f7a74011cb5c/add_router_interface => generated 309 bytes in 1179 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:54.690 7 INFO neutron.db.l3_hamode_db [None req-b7bdbcac-83f5-4f2a-baf9-749881408020 8a997b5e7354448fa40b2a947ad3a9d9 b4fc6214e05741aeba454eebd6ec021d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:11:54.787 8 INFO neutron.services.segments.plugin [-] Segment 745294ff-aa01-4c84-812c-3075f8d25ce4 resource provider aggregate not found 2026-06-30 19:11:54.792 8 INFO neutron.services.segments.plugin [-] Segment 745294ff-aa01-4c84-812c-3075f8d25ce4 resource provider aggregate not found 2026-06-30 19:11:54.810 8 INFO neutron.services.segments.plugin [-] Segment 745294ff-aa01-4c84-812c-3075f8d25ce4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 745294ff-aa01-4c84-812c-3075f8d25ce4 found for delete ", "request_id": "req-739d4279-c3ca-46db-aa76-fd55433eb88d"}]} 2026-06-30 19:11:54.812 8 INFO neutron.services.segments.plugin [-] Segment 745294ff-aa01-4c84-812c-3075f8d25ce4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 745294ff-aa01-4c84-812c-3075f8d25ce4 found for delete ", "request_id": "req-2e1d2c7f-0a35-483c-b829-d8f67db96e0c"}]} [pid: 8|app: 0|req: 571/1218] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:11:54 2026] DELETE /v2.0/networks/9551b4a6-211b-40af-840e-3f2a981ddfa9 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:11:54.878 8 INFO neutron.db.segments_db [None req-941e0937-8dac-47fd-80d1-ea9d36c015ad 50e03d6e0f3945b685affb3fbaf0bbcf c99d9684139f41b5b7f2e49573440a15 - - default default] Added segment 94294331-4f12-4e9d-9676-4982c9cfe62a of type vxlan for network 9f4a5319-7756-4b43-9ff4-e3b70402079b [pid: 8|app: 0|req: 572/1219] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:11:54 2026] POST /v2.0/networks => generated 727 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1220] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:11:54 2026] POST /v2.0/subnets => generated 647 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:55.276 7 INFO neutron.db.l3_hamode_db [None req-b7bdbcac-83f5-4f2a-baf9-749881408020 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 574/1221] 10.0.0.222 () {34 vars in 685 bytes} [Tue Jun 30 19:11:55 2026] POST /v2.0/security-groups => generated 1660 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:11:55.302 8 WARNING neutron.api.v2.base [None req-c93231b1-abfb-4d72-9f47-effb4cd32d19 50e03d6e0f3945b685affb3fbaf0bbcf c99d9684139f41b5b7f2e49573440a15 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-06-30 19:11:55.303 8 INFO neutron.api.v2.resource [None req-c93231b1-abfb-4d72-9f47-effb4cd32d19 50e03d6e0f3945b685affb3fbaf0bbcf c99d9684139f41b5b7f2e49573440a15 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 575/1222] 10.0.0.222 () {34 vars in 681 bytes} [Tue Jun 30 19:11:55 2026] POST /v2.0/rbac-policies => generated 547 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1223] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:11:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1224] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:11:55 2026] DELETE /v2.0/networks/9f4a5319-7756-4b43-9ff4-e3b70402079b => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1225] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:11:55 2026] POST /v2.0/security-group-rules => generated 602 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:55.777 8 INFO neutron.db.segments_db [None req-7667a7e6-d2f6-45ef-bad2-1800f2e9f8b4 50e03d6e0f3945b685affb3fbaf0bbcf c99d9684139f41b5b7f2e49573440a15 - - default default] Added segment 73fed6aa-efdc-4fd8-95a2-cd9d626b8c8d of type vxlan for network ebad174e-5c06-4fe7-816b-04cfebb13445 [pid: 8|app: 0|req: 579/1226] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:11:55 2026] POST /v2.0/networks => generated 726 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1227] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:11:54 2026] POST /v2.0/routers => generated 727 bytes in 1666 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1228] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:11:56 2026] POST /v2.0/subnets => generated 647 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1229] 10.0.0.222 () {34 vars in 676 bytes} [Tue Jun 30 19:11:55 2026] POST /v2.0/floatingips => generated 552 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1230] 10.0.0.222 () {34 vars in 681 bytes} [Tue Jun 30 19:11:56 2026] POST /v2.0/rbac-policies => generated 324 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:56.851 8 INFO neutron.services.segments.plugin [-] Segment 94294331-4f12-4e9d-9676-4982c9cfe62a resource provider aggregate not found 2026-06-30 19:11:56.869 8 INFO neutron.services.segments.plugin [-] Segment 94294331-4f12-4e9d-9676-4982c9cfe62a resource provider aggregate not found 2026-06-30 19:11:56.870 8 INFO neutron.services.segments.plugin [-] Segment 94294331-4f12-4e9d-9676-4982c9cfe62a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94294331-4f12-4e9d-9676-4982c9cfe62a found for delete ", "request_id": "req-e861d5fd-80e6-481a-bcd0-89cf15c3f7da"}]} [pid: 8|app: 0|req: 582/1231] 10.0.0.130 () {34 vars in 1098 bytes} [Tue Jun 30 19:11:56 2026] GET /v2.0/security-groups?name=tempest-securitygroup--481483097&fields=id&tenant_id=4cfb905db33243c682d43a8cee35dbe3 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:56.895 8 INFO neutron.services.segments.plugin [-] Segment 94294331-4f12-4e9d-9676-4982c9cfe62a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94294331-4f12-4e9d-9676-4982c9cfe62a found for delete ", "request_id": "req-6be58f51-7f22-4619-a1d0-612374237a21"}]} [pid: 8|app: 0|req: 583/1232] 10.0.0.130 () {34 vars in 982 bytes} [Tue Jun 30 19:11:56 2026] GET /v2.0/networks?id=d1819139-2f34-4a98-9404-872584a3a052 => generated 670 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1233] 10.0.0.130 () {34 vars in 965 bytes} [Tue Jun 30 19:11:56 2026] GET /v2.0/quotas/4cfb905db33243c682d43a8cee35dbe3 => generated 292 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1234] 10.0.0.130 () {34 vars in 1002 bytes} [Tue Jun 30 19:11:56 2026] GET /v2.0/ports?tenant_id=4cfb905db33243c682d43a8cee35dbe3&fields=id => generated 103 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1235] 10.0.0.222 () {32 vars in 723 bytes} [Tue Jun 30 19:11:57 2026] GET /v2.0/networks/ebad174e-5c06-4fe7-816b-04cfebb13445 => generated 655 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1236] 10.0.0.130 () {34 vars in 1008 bytes} [Tue Jun 30 19:11:57 2026] GET /v2.0/networks/d1819139-2f34-4a98-9404-872584a3a052?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1237] 10.0.0.130 () {34 vars in 1108 bytes} [Tue Jun 30 19:11:57 2026] GET /v2.0/networks/d1819139-2f34-4a98-9404-872584a3a052?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1238] 10.0.0.222 () {34 vars in 783 bytes} [Tue Jun 30 19:11:56 2026] PUT /v2.0/routers/702f8a69-3114-4735-b102-c45eb5f08efa/add_router_interface => generated 309 bytes in 997 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1239] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:57 2026] GET /v2.0/ports?device_id=ec18649b-d173-488e-aed1-f942e780f6ad => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:57.572 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3a6f5dc8-3ac7-4f06-b452-655fbb1bf463 820a29f72b8c48b482d7c54c2140a34b bbdd2e7661ba4ba9a61fe40f1087eb32 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 651/1240] 10.0.0.222 () {32 vars in 723 bytes} [Tue Jun 30 19:11:57 2026] GET /v2.0/networks/ebad174e-5c06-4fe7-816b-04cfebb13445 => generated 138 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1241] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:11:57 2026] DELETE /v2.0/networks/ebad174e-5c06-4fe7-816b-04cfebb13445 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:11:57.771 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ed9c9714-5f84-4d6e-87c3-011b9052690c 50e03d6e0f3945b685affb3fbaf0bbcf c99d9684139f41b5b7f2e49573440a15 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 652/1242] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:11:57 2026] DELETE /v2.0/subnets/346ef92e-b454-422c-b928-6c044f15ddfe => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:11:57.790 8 INFO neutron.pecan_wsgi.hooks.translation [None req-39ec349f-852e-4604-9f42-92ed9947f63a 50e03d6e0f3945b685affb3fbaf0bbcf c99d9684139f41b5b7f2e49573440a15 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 591/1243] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:11:57 2026] DELETE /v2.0/subnets/7e9f1962-c395-476a-bc16-415def0c2088 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:11:57.812 7 INFO neutron.pecan_wsgi.hooks.translation [None req-55bc642a-f99b-4426-b77a-1a2f4caf0b47 50e03d6e0f3945b685affb3fbaf0bbcf c99d9684139f41b5b7f2e49573440a15 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 653/1244] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:11:57 2026] DELETE /v2.0/subnets/4a930163-df72-4fa8-96b4-c7defb376ef6 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1245] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:58 2026] GET /v2.0/ports?device_id=ec18649b-d173-488e-aed1-f942e780f6ad => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:58.632 7 INFO neutron.db.segments_db [None req-9f4690d7-10ef-4911-8014-fdb148b3b5cb 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Added segment 56114b34-eb40-4912-9d72-0fee8a4ac428 of type vxlan for network 69050128-001f-4d8c-b9d6-c63d5a995f94 [pid: 7|app: 0|req: 654/1246] 10.0.0.222 () {34 vars in 671 bytes} [Tue Jun 30 19:11:58 2026] POST /v2.0/networks => generated 739 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1247] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:11:58 2026] POST /v2.0/subnets => generated 686 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:58.890 8 INFO neutron.services.segments.plugin [-] Segment 73fed6aa-efdc-4fd8-95a2-cd9d626b8c8d resource provider aggregate not found 2026-06-30 19:11:58.916 8 INFO neutron.services.segments.plugin [-] Segment 73fed6aa-efdc-4fd8-95a2-cd9d626b8c8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73fed6aa-efdc-4fd8-95a2-cd9d626b8c8d found for delete ", "request_id": "req-3b2d509b-fbc9-4237-b41b-3520601109a7"}]} 2026-06-30 19:11:58.917 8 INFO neutron.services.segments.plugin [-] Segment 73fed6aa-efdc-4fd8-95a2-cd9d626b8c8d resource provider aggregate not found [pid: 8|app: 0|req: 593/1248] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:11:58 2026] GET /v2.0/security-groups?tenant_id=bbdd2e7661ba4ba9a61fe40f1087eb32&name=default => generated 2925 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:11:58.941 8 INFO neutron.services.segments.plugin [-] Segment 73fed6aa-efdc-4fd8-95a2-cd9d626b8c8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73fed6aa-efdc-4fd8-95a2-cd9d626b8c8d found for delete ", "request_id": "req-7bacbd50-1b78-4b5b-8f38-ca1fdc3a7089"}]} [pid: 7|app: 0|req: 656/1249] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:58 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:58.991 8 INFO neutron.db.segments_db [None req-268a83cd-4900-444a-bbb6-bdd85360ac0b 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Added segment 2c26acb1-6bf2-4c3e-9e4b-e9e1815b60d2 of type vxlan for network 2172b4ac-9c4e-49af-8317-6c657bb90388 [pid: 7|app: 0|req: 657/1250] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:11:58 2026] DELETE /v2.0/security-groups/e3d3ae4d-ba43-40c0-8766-cf6092ec55fc => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1251] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:59 2026] GET /v2.0/security-groups?id=42308b26-d1b8-4be8-b9ae-b6e229d4f6d8&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:59.257 8 INFO neutron.db.l3_hamode_db [None req-268a83cd-4900-444a-bbb6-bdd85360ac0b 8a997b5e7354448fa40b2a947ad3a9d9 60f297f0f28f490cad0574d9fbb91164 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 659/1252] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:11:59 2026] GET /v2.0/security-groups?tenant_id=252d9e85062d4e639d3187bf513fc00a&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1253] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:59 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1254] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:11:59 2026] DELETE /v2.0/security-groups/9f59b973-aae9-461d-8a08-22fc54a7c350 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1255] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:59 2026] GET /v2.0/security-groups?id=42308b26-d1b8-4be8-b9ae-b6e229d4f6d8&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1256] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:11:59 2026] GET /v2.0/ports?device_id=ec18649b-d173-488e-aed1-f942e780f6ad => generated 12 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1257] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:11:59 2026] GET /v2.0/security-groups?tenant_id=c99d9684139f41b5b7f2e49573440a15&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1258] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:11:59 2026] DELETE /v2.0/security-groups/edac4278-4438-436b-bfd8-218e7c957219 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:00.075 8 INFO neutron.db.l3_hamode_db [None req-268a83cd-4900-444a-bbb6-bdd85360ac0b 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 666/1259] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:00 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1260] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:00 2026] GET /v2.0/security-groups?id=42308b26-d1b8-4be8-b9ae-b6e229d4f6d8&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1261] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:00 2026] GET /v2.0/ports?device_id=ec18649b-d173-488e-aed1-f942e780f6ad => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1262] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:11:58 2026] POST /v2.0/routers => generated 726 bytes in 2158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1265] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:12:01 2026] GET /v2.0/networks?id=d1819139-2f34-4a98-9404-872584a3a052 => generated 670 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1266] 199.204.45.89 () {34 vars in 1049 bytes} [Tue Jun 30 19:12:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4cfb905db33243c682d43a8cee35dbe3 => generated 180 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1267] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:01 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1268] 10.0.0.222 () {34 vars in 783 bytes} [Tue Jun 30 19:12:01 2026] PUT /v2.0/routers/5b0ecb7f-7c0f-407c-ba40-a2960ddf4415/add_router_interface => generated 309 bytes in 1151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1269] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:02 2026] GET /v2.0/security-groups?id=42308b26-d1b8-4be8-b9ae-b6e229d4f6d8&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1270] 199.204.45.89 () {38 vars in 954 bytes} [Tue Jun 30 19:12:01 2026] POST /v2.0/ports => generated 954 bytes in 501 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 671/1271] 199.204.45.89 () {34 vars in 993 bytes} [Tue Jun 30 19:12:02 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1272] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:02 2026] GET /v2.0/ports?device_id=ec18649b-d173-488e-aed1-f942e780f6ad => generated 957 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:02.481 8 INFO neutron_taas.services.taas.taas_plugin [req-9e0d013c-91a7-4fd1-99dc-6c02551802d8 req-b7418dc9-23c8-46d6-bef9-cba9d3fa2a0c 080ab51c90794a4ea3eaa08912580393 cbf1174aff9644b2aa4ee0766230013a - - default default] TaaS: Handle Delete Port: bd636592-6dc2-4083-a7a9-9ef5360e03ac 2026-06-30 19:12:02.483 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9e0d013c-91a7-4fd1-99dc-6c02551802d8 req-b7418dc9-23c8-46d6-bef9-cba9d3fa2a0c 080ab51c90794a4ea3eaa08912580393 cbf1174aff9644b2aa4ee0766230013a - - default default] Tap Mirror: Handle Delete Port: bd636592-6dc2-4083-a7a9-9ef5360e03ac 2026-06-30 19:12:02.573 8 INFO neutron.db.l3_db [req-9e0d013c-91a7-4fd1-99dc-6c02551802d8 req-b7418dc9-23c8-46d6-bef9-cba9d3fa2a0c 080ab51c90794a4ea3eaa08912580393 cbf1174aff9644b2aa4ee0766230013a - - default default] Floating IP c0d44e4b-07b2-4743-9656-6824bbe5b694 disassociated. External IP: 10.96.250.211, port: bd636592-6dc2-4083-a7a9-9ef5360e03ac. [pid: 7|app: 0|req: 672/1273] 199.204.45.89 () {38 vars in 1027 bytes} [Tue Jun 30 19:12:02 2026] PUT /v2.0/ports/7a5edc72-96bf-479e-b435-24421fd33111 => generated 1235 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 673/1274] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:02 2026] GET /v2.0/security-groups?id=09764c42-2738-4bb5-bc5a-883b03943615&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:02.846 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-09d2b272-809f-4549-85a8-9918ee79858b'] response: {'name': 'network-changed', 'server_uuid': 'ec18649b-d173-488e-aed1-f942e780f6ad', 'tag': '7a5edc72-96bf-479e-b435-24421fd33111', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 602/1275] 199.204.45.89 () {36 vars in 996 bytes} [Tue Jun 30 19:12:02 2026] DELETE /v2.0/ports/bd636592-6dc2-4083-a7a9-9ef5360e03ac => generated 0 bytes in 626 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:03.026 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2fe71b22-f815-4617-b5f8-7f16da9da1b7'] response: {'server_uuid': 'aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2', 'name': 'network-vif-deleted', 'tag': 'bd636592-6dc2-4083-a7a9-9ef5360e03ac', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 674/1276] 10.0.0.222 () {34 vars in 685 bytes} [Tue Jun 30 19:12:02 2026] POST /v2.0/security-groups => generated 1673 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1277] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:12:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1278] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:12:03 2026] POST /v2.0/security-group-rules => generated 596 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1279] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:12:03 2026] GET /v2.0/ports?tenant_id=4cfb905db33243c682d43a8cee35dbe3&device_id=ec18649b-d173-488e-aed1-f942e780f6ad => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1280] 199.204.45.89 () {34 vars in 1017 bytes} [Tue Jun 30 19:12:03 2026] GET /v2.0/networks?tenant_id=4cfb905db33243c682d43a8cee35dbe3&shared=False => generated 766 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1281] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:03 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1282] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:12:03 2026] POST /v2.0/security-group-rules => generated 602 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1283] 199.204.45.89 () {34 vars in 929 bytes} [Tue Jun 30 19:12:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1284] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:12:03 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:03.700 8 INFO neutron.db.securitygroups_db [None req-6b72de07-82b7-4f87-b082-3693195499f5 91e36c4e718544599e54b561c6ec9f8b b4fc6214e05741aeba454eebd6ec021d - - default default] Project b4fc6214e05741aeba454eebd6ec021d added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 608/1285] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:12:03 2026] POST /v2.0/security-group-rules => generated 607 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:03.869 7 INFO neutron.db.securitygroups_db [None req-9b2eeeba-a1b4-4f50-9be8-92e3a40ef52a 91e36c4e718544599e54b561c6ec9f8b b4fc6214e05741aeba454eebd6ec021d - - default default] Project b4fc6214e05741aeba454eebd6ec021d added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 609/1286] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:03 2026] GET /v2.0/ports?device_id=ec18649b-d173-488e-aed1-f942e780f6ad => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1287] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:03 2026] GET /v2.0/security-groups?id=09764c42-2738-4bb5-bc5a-883b03943615&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1288] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:12:03 2026] POST /v2.0/security-group-rules => generated 606 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1289] 10.0.0.222 () {34 vars in 685 bytes} [Tue Jun 30 19:12:04 2026] POST /v2.0/security-groups => generated 1660 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1290] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:04 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1291] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:12:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1292] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:12:04 2026] GET /v2.0/ports?tenant_id=4cfb905db33243c682d43a8cee35dbe3&device_id=ec18649b-d173-488e-aed1-f942e780f6ad => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:12:04.791 7 INFO neutron.db.segments_db [None req-fa414ab4-437a-44fc-a79e-4295e53aea4c 639996ec02694825b4625bd57a84689a d43f920476454acd90b68b076502ab9a - - default default] Added segment 60c1873f-8a8b-4e08-bdc0-051b3cf784dd of type vxlan for network 7b881155-6e33-4e8c-8fe7-f4253069ea7e [pid: 8|app: 0|req: 615/1293] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:12:04 2026] POST /v2.0/security-group-rules => generated 602 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1294] 199.204.45.89 () {34 vars in 1057 bytes} [Tue Jun 30 19:12:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=7a5edc72-96bf-479e-b435-24421fd33111 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1295] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:12:04 2026] POST /v2.0/networks => generated 631 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1296] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:12:04 2026] GET /v2.0/subnets?id=f1adaf5d-1cfb-41f9-b853-22f94ff3745a => generated 688 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1297] 10.0.0.222 () {34 vars in 664 bytes} [Tue Jun 30 19:12:04 2026] POST /v2.0/ports => generated 743 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 682/1298] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:12:05 2026] GET /v2.0/ports?network_id=d1819139-2f34-4a98-9404-872584a3a052&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1299] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:05 2026] GET /v2.0/ports?device_id=ec18649b-d173-488e-aed1-f942e780f6ad => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1300] 10.0.0.222 () {34 vars in 676 bytes} [Tue Jun 30 19:12:04 2026] POST /v2.0/floatingips => generated 552 bytes in 550 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:05.428 7 INFO neutron.db.segments_db [None req-988c9e7b-daab-4bac-aef2-c6321ce1bd0a 639996ec02694825b4625bd57a84689a d43f920476454acd90b68b076502ab9a - - default default] Added segment 63ab7acd-82c5-4bb2-802c-dc7de6070a6c of type vxlan for network 1a60a789-1f19-4fec-be67-a6f89097bc56 [pid: 8|app: 0|req: 618/1301] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:12:05 2026] GET /v2.0/networks/d1819139-2f34-4a98-9404-872584a3a052?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1302] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:05 2026] GET /v2.0/security-groups?id=09764c42-2738-4bb5-bc5a-883b03943615&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1303] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:12:05 2026] POST /v2.0/networks => generated 632 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1304] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:12:05 2026] GET /v2.0/networks/d1819139-2f34-4a98-9404-872584a3a052?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1305] 10.0.0.130 () {34 vars in 1098 bytes} [Tue Jun 30 19:12:05 2026] GET /v2.0/security-groups?name=tempest-securitygroup--163397233&fields=id&tenant_id=b4fc6214e05741aeba454eebd6ec021d => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1306] 10.0.0.130 () {34 vars in 1098 bytes} [Tue Jun 30 19:12:05 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-380131942&fields=id&tenant_id=b4fc6214e05741aeba454eebd6ec021d => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1307] 10.0.0.130 () {34 vars in 982 bytes} [Tue Jun 30 19:12:05 2026] GET /v2.0/networks?id=54d5066b-11c3-4826-ae73-da8770532580 => generated 672 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1308] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:05 2026] GET /v2.0/ports?device_id=aa9e8eb2-fbac-44dc-9c83-d4277e8ccfd2 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1309] 10.0.0.130 () {34 vars in 965 bytes} [Tue Jun 30 19:12:05 2026] GET /v2.0/quotas/b4fc6214e05741aeba454eebd6ec021d => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1310] 10.0.0.130 () {34 vars in 1002 bytes} [Tue Jun 30 19:12:05 2026] GET /v2.0/ports?tenant_id=b4fc6214e05741aeba454eebd6ec021d&fields=id => generated 103 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1311] 10.0.0.130 () {34 vars in 1008 bytes} [Tue Jun 30 19:12:05 2026] GET /v2.0/networks/54d5066b-11c3-4826-ae73-da8770532580?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1312] 10.0.0.130 () {34 vars in 1108 bytes} [Tue Jun 30 19:12:05 2026] GET /v2.0/networks/54d5066b-11c3-4826-ae73-da8770532580?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1313] 10.0.0.222 () {34 vars in 664 bytes} [Tue Jun 30 19:12:05 2026] POST /v2.0/ports => generated 743 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:05.966 7 INFO neutron.db.segments_db [None req-a7ce1e1e-7e97-4411-ac74-18051393c782 639996ec02694825b4625bd57a84689a d43f920476454acd90b68b076502ab9a - - default default] Added segment 4fe0c29e-62ff-4967-8b0d-6e3d9db8a272 of type vxlan for network 7c305644-10df-40df-83bc-826fbd77aebf [pid: 7|app: 0|req: 693/1314] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:12:05 2026] POST /v2.0/networks => generated 631 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 694/1315] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/ports?device_id=b7a65e22-1ab3-40f0-a9bc-f22dfbd419ff => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1316] 10.0.0.222 () {34 vars in 664 bytes} [Tue Jun 30 19:12:06 2026] POST /v2.0/ports => generated 743 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:06.450 7 INFO neutron.db.segments_db [None req-2926c2d3-862b-448f-b068-222cb18744a8 639996ec02694825b4625bd57a84689a d43f920476454acd90b68b076502ab9a - - default default] Added segment 4744d78e-84e3-4bf0-aee9-e108bee290c3 of type vxlan for network ad009c5f-6e6a-4c5a-aecb-598501e04286 [pid: 7|app: 0|req: 695/1317] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:12:06 2026] POST /v2.0/networks => generated 632 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 696/1318] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/ports?device_id=ec18649b-d173-488e-aed1-f942e780f6ad => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1319] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/security-groups?id=09764c42-2738-4bb5-bc5a-883b03943615&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1320] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:06 2026] DELETE /v2.0/security-groups/42308b26-d1b8-4be8-b9ae-b6e229d4f6d8 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:06.833 7 INFO neutron.api.v2.resource [None req-2ed9b224-7f87-4753-b2e1-5a2473e64389 080ab51c90794a4ea3eaa08912580393 cbf1174aff9644b2aa4ee0766230013a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 699/1321] 10.0.0.222 () {32 vars in 737 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/security-groups/42308b26-d1b8-4be8-b9ae-b6e229d4f6d8 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1322] 10.0.0.222 () {34 vars in 664 bytes} [Tue Jun 30 19:12:06 2026] POST /v2.0/ports => generated 743 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:12:06.885 8 INFO neutron.db.segments_db [None req-2b83cf50-134d-45fb-bd1b-9cc53d8b37c6 639996ec02694825b4625bd57a84689a d43f920476454acd90b68b076502ab9a - - default default] Added segment 566d3f11-3b0c-4233-ac56-50d538869735 of type vxlan for network 65710fa9-1f64-4d8b-802f-2a00f29cc3a6 2026-06-30 19:12:06.925 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5179c85-816c-4af8-81cb-dede9d480242 080ab51c90794a4ea3eaa08912580393 cbf1174aff9644b2aa4ee0766230013a - - default default] TaaS: Handle Delete Port: 7cdd0aa1-7811-49ba-b5e9-590762a9a83a 2026-06-30 19:12:06.929 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5179c85-816c-4af8-81cb-dede9d480242 080ab51c90794a4ea3eaa08912580393 cbf1174aff9644b2aa4ee0766230013a - - default default] Tap Mirror: Handle Delete Port: 7cdd0aa1-7811-49ba-b5e9-590762a9a83a [pid: 8|app: 0|req: 624/1323] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:12:06 2026] POST /v2.0/networks => generated 631 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1324] 10.0.0.222 () {32 vars in 732 bytes} [Tue Jun 30 19:12:06 2026] DELETE /v2.0/floatingips/c0d44e4b-07b2-4743-9656-6824bbe5b694 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1325] 10.0.0.222 () {34 vars in 664 bytes} [Tue Jun 30 19:12:06 2026] POST /v2.0/ports => generated 743 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 626/1326] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/ports?device_id=b7a65e22-1ab3-40f0-a9bc-f22dfbd419ff => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1327] 10.0.0.222 () {34 vars in 747 bytes} [Tue Jun 30 19:12:07 2026] PUT /v2.0/ports/3188f7bf-c579-4a9a-952f-fff00384dfd1/tags => generated 17 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 628/1328] 10.0.0.222 () {34 vars in 747 bytes} [Tue Jun 30 19:12:07 2026] PUT /v2.0/ports/ee0e4d92-8562-44fc-b786-650c6863ada4/tags => generated 25 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:12:07.473 7 INFO neutron_taas.services.taas.taas_plugin [None req-55e0bd79-47ad-4e44-821b-88b213cd485c 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: e4d5e7fd-d955-4c64-b8b4-4d3b0b29304d 2026-06-30 19:12:07.476 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55e0bd79-47ad-4e44-821b-88b213cd485c 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: e4d5e7fd-d955-4c64-b8b4-4d3b0b29304d [pid: 8|app: 0|req: 629/1329] 10.0.0.222 () {34 vars in 747 bytes} [Tue Jun 30 19:12:07 2026] PUT /v2.0/ports/6a31f088-d3e2-4c3c-abf0-5aff499a1d30/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 630/1330] 10.0.0.222 () {34 vars in 747 bytes} [Tue Jun 30 19:12:07 2026] PUT /v2.0/ports/7d48029b-29a5-4823-9e82-9b1e348c1236/tags => generated 19 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 631/1331] 10.0.0.222 () {32 vars in 660 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1332] 10.0.0.222 () {32 vars in 674 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1333] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/ports?device_id=ec18649b-d173-488e-aed1-f942e780f6ad => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1334] 10.0.0.222 () {32 vars in 670 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1335] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/security-groups?id=09764c42-2738-4bb5-bc5a-883b03943615&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1336] 10.0.0.222 () {32 vars in 682 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1337] 10.0.0.222 () {34 vars in 789 bytes} [Tue Jun 30 19:12:07 2026] PUT /v2.0/routers/b8024515-e31f-43f0-91b9-cbf16676e386/remove_router_interface => generated 309 bytes in 945 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1338] 10.0.0.222 () {32 vars in 668 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1339] 10.0.0.222 () {32 vars in 682 bytes} [Tue Jun 30 19:12:08 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1340] 10.0.0.222 () {32 vars in 678 bytes} [Tue Jun 30 19:12:08 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1341] 10.0.0.222 () {32 vars in 690 bytes} [Tue Jun 30 19:12:08 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:12:08.275 7 INFO neutron_taas.services.taas.taas_plugin [None req-04fad691-7a93-4d4b-8862-4f119461fbd4 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: b7a9c1ad-4a8d-44f2-8874-be103fe8e9bc 2026-06-30 19:12:08.279 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04fad691-7a93-4d4b-8862-4f119461fbd4 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: b7a9c1ad-4a8d-44f2-8874-be103fe8e9bc 2026-06-30 19:12:08.361 8 INFO neutron_taas.services.taas.taas_plugin [None req-2f02e0ae-bc5a-48a0-9c48-2c34a109962b 639996ec02694825b4625bd57a84689a d43f920476454acd90b68b076502ab9a - - default default] TaaS: Handle Delete Port: 3188f7bf-c579-4a9a-952f-fff00384dfd1 2026-06-30 19:12:08.364 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f02e0ae-bc5a-48a0-9c48-2c34a109962b 639996ec02694825b4625bd57a84689a d43f920476454acd90b68b076502ab9a - - default default] Tap Mirror: Handle Delete Port: 3188f7bf-c579-4a9a-952f-fff00384dfd1 [pid: 8|app: 0|req: 641/1342] 10.0.0.222 () {32 vars in 720 bytes} [Tue Jun 30 19:12:08 2026] DELETE /v2.0/ports/3188f7bf-c579-4a9a-952f-fff00384dfd1 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1343] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:08 2026] GET /v2.0/ports?device_id=b7a65e22-1ab3-40f0-a9bc-f22dfbd419ff => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:08.549 7 INFO neutron_taas.services.taas.taas_plugin [None req-04fad691-7a93-4d4b-8862-4f119461fbd4 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: ccb881c8-8853-4e8c-868e-5b98a53a7db7 2026-06-30 19:12:08.551 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04fad691-7a93-4d4b-8862-4f119461fbd4 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: ccb881c8-8853-4e8c-868e-5b98a53a7db7 2026-06-30 19:12:08.555 8 INFO neutron_taas.services.taas.taas_plugin [None req-0ee4eb45-35d5-4179-8de6-5b404b04d719 639996ec02694825b4625bd57a84689a d43f920476454acd90b68b076502ab9a - - default default] TaaS: Handle Delete Port: ee0e4d92-8562-44fc-b786-650c6863ada4 2026-06-30 19:12:08.558 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ee4eb45-35d5-4179-8de6-5b404b04d719 639996ec02694825b4625bd57a84689a d43f920476454acd90b68b076502ab9a - - default default] Tap Mirror: Handle Delete Port: ee0e4d92-8562-44fc-b786-650c6863ada4 [pid: 8|app: 0|req: 643/1344] 10.0.0.222 () {32 vars in 720 bytes} [Tue Jun 30 19:12:08 2026] DELETE /v2.0/ports/ee0e4d92-8562-44fc-b786-650c6863ada4 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:08.742 8 INFO neutron_taas.services.taas.taas_plugin [None req-9c9c81f7-629e-432e-86a0-f6df16781a9f 639996ec02694825b4625bd57a84689a d43f920476454acd90b68b076502ab9a - - default default] TaaS: Handle Delete Port: 6a31f088-d3e2-4c3c-abf0-5aff499a1d30 2026-06-30 19:12:08.745 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c9c81f7-629e-432e-86a0-f6df16781a9f 639996ec02694825b4625bd57a84689a d43f920476454acd90b68b076502ab9a - - default default] Tap Mirror: Handle Delete Port: 6a31f088-d3e2-4c3c-abf0-5aff499a1d30 2026-06-30 19:12:08.900 7 INFO neutron.services.segments.plugin [-] Segment e9402d21-8606-4342-a66c-ef67cb99d57a resource provider aggregate not found 2026-06-30 19:12:08.904 7 INFO neutron.services.segments.plugin [-] Segment e9402d21-8606-4342-a66c-ef67cb99d57a resource provider aggregate not found 2026-06-30 19:12:08.921 7 INFO neutron.services.segments.plugin [-] Segment e9402d21-8606-4342-a66c-ef67cb99d57a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9402d21-8606-4342-a66c-ef67cb99d57a found for delete ", "request_id": "req-9a1b54b2-a215-4413-8149-e138ed3214e2"}]} 2026-06-30 19:12:08.925 7 INFO neutron.services.segments.plugin [-] Segment e9402d21-8606-4342-a66c-ef67cb99d57a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9402d21-8606-4342-a66c-ef67cb99d57a found for delete ", "request_id": "req-7e45efe2-6403-44e0-ba92-736ab6d88df7"}]} 2026-06-30 19:12:08.931 7 INFO neutron.db.l3_hamode_db [None req-04fad691-7a93-4d4b-8862-4f119461fbd4 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] HA network 934fa7cd-85ca-4f2b-b8b6-0c7fde42d138 was deleted as no HA routers are present in tenant cbf1174aff9644b2aa4ee0766230013a. [pid: 7|app: 0|req: 702/1345] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:12:08 2026] DELETE /v2.0/routers/b8024515-e31f-43f0-91b9-cbf16676e386 => generated 0 bytes in 877 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1346] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:12:08 2026] DELETE /v2.0/subnets/ee56bd6c-ee31-46f8-af94-5a7910231c7a => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:09.223 7 INFO neutron_taas.services.taas.taas_plugin [None req-d20917be-df19-45a9-9e29-3305114b88e8 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: cfea35ec-cde9-450c-818d-7d5f374f254a 2026-06-30 19:12:09.226 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d20917be-df19-45a9-9e29-3305114b88e8 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: cfea35ec-cde9-450c-818d-7d5f374f254a [pid: 8|app: 0|req: 644/1347] 10.0.0.222 () {32 vars in 720 bytes} [Tue Jun 30 19:12:08 2026] DELETE /v2.0/ports/6a31f088-d3e2-4c3c-abf0-5aff499a1d30 => generated 0 bytes in 597 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1348] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:09 2026] GET /v2.0/ports?device_id=ec18649b-d173-488e-aed1-f942e780f6ad => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:09.376 8 INFO neutron_taas.services.taas.taas_plugin [None req-f90f98fb-5cef-4bbf-90ee-42492da63548 639996ec02694825b4625bd57a84689a d43f920476454acd90b68b076502ab9a - - default default] TaaS: Handle Delete Port: 7d48029b-29a5-4823-9e82-9b1e348c1236 2026-06-30 19:12:09.379 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f90f98fb-5cef-4bbf-90ee-42492da63548 639996ec02694825b4625bd57a84689a d43f920476454acd90b68b076502ab9a - - default default] Tap Mirror: Handle Delete Port: 7d48029b-29a5-4823-9e82-9b1e348c1236 [pid: 7|app: 0|req: 704/1349] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:12:09 2026] DELETE /v2.0/networks/184f9b1e-818a-4499-afc7-df505ab4efec => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1350] 10.0.0.222 () {32 vars in 720 bytes} [Tue Jun 30 19:12:09 2026] DELETE /v2.0/ports/7d48029b-29a5-4823-9e82-9b1e348c1236 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1351] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:09 2026] GET /v2.0/security-groups?id=09764c42-2738-4bb5-bc5a-883b03943615&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1352] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:09 2026] GET /v2.0/ports?device_id=b7a65e22-1ab3-40f0-a9bc-f22dfbd419ff => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:09.569 8 INFO neutron_taas.services.taas.taas_plugin [None req-0fd2bdf9-54ec-4f72-82ab-ee080f1afbd7 639996ec02694825b4625bd57a84689a d43f920476454acd90b68b076502ab9a - - default default] TaaS: Handle Delete Port: 63f73923-dd64-46bb-b51b-cec43aa22757 2026-06-30 19:12:09.573 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fd2bdf9-54ec-4f72-82ab-ee080f1afbd7 639996ec02694825b4625bd57a84689a d43f920476454acd90b68b076502ab9a - - default default] Tap Mirror: Handle Delete Port: 63f73923-dd64-46bb-b51b-cec43aa22757 [pid: 8|app: 0|req: 647/1353] 10.0.0.222 () {32 vars in 720 bytes} [Tue Jun 30 19:12:09 2026] DELETE /v2.0/ports/63f73923-dd64-46bb-b51b-cec43aa22757 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1354] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:12:09 2026] GET /v2.0/security-groups?tenant_id=cbf1174aff9644b2aa4ee0766230013a&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1355] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:09 2026] DELETE /v2.0/security-groups/8d94d0aa-6490-4ba2-b48e-abb528dae91d => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:09.813 8 INFO neutron.services.segments.plugin [-] Segment 60c1873f-8a8b-4e08-bdc0-051b3cf784dd resource provider aggregate not found 2026-06-30 19:12:09.819 8 INFO neutron.services.segments.plugin [-] Segment 60c1873f-8a8b-4e08-bdc0-051b3cf784dd resource provider aggregate not found 2026-06-30 19:12:09.836 8 INFO neutron.services.segments.plugin [-] Segment 60c1873f-8a8b-4e08-bdc0-051b3cf784dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60c1873f-8a8b-4e08-bdc0-051b3cf784dd found for delete ", "request_id": "req-66ba54fd-a4cf-47ff-8c2d-1f59cc79b46b"}]} [pid: 8|app: 0|req: 648/1356] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:12:09 2026] DELETE /v2.0/networks/7b881155-6e33-4e8c-8fe7-f4253069ea7e => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:09.842 8 INFO neutron.services.segments.plugin [-] Segment 60c1873f-8a8b-4e08-bdc0-051b3cf784dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60c1873f-8a8b-4e08-bdc0-051b3cf784dd found for delete ", "request_id": "req-a2d95dba-fff4-44aa-b94a-5184a955b212"}]} [pid: 7|app: 0|req: 709/1357] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:12:09 2026] DELETE /v2.0/networks/1a60a789-1f19-4fec-be67-a6f89097bc56 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1358] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:12:10 2026] DELETE /v2.0/networks/7c305644-10df-40df-83bc-826fbd77aebf => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1359] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:12:10 2026] DELETE /v2.0/networks/ad009c5f-6e6a-4c5a-aecb-598501e04286 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1360] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:12:10 2026] DELETE /v2.0/networks/65710fa9-1f64-4d8b-802f-2a00f29cc3a6 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1361] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:12:10 2026] GET /v2.0/networks?id=54d5066b-11c3-4826-ae73-da8770532580 => generated 672 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1362] 199.204.45.89 () {34 vars in 1049 bytes} [Tue Jun 30 19:12:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b4fc6214e05741aeba454eebd6ec021d => generated 272 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1363] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:10 2026] GET /v2.0/ports?device_id=ec18649b-d173-488e-aed1-f942e780f6ad => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1364] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:10 2026] GET /v2.0/security-groups?id=09764c42-2738-4bb5-bc5a-883b03943615&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1365] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:10 2026] GET /v2.0/ports?device_id=b7a65e22-1ab3-40f0-a9bc-f22dfbd419ff => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1366] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:10 2026] GET /v2.0/ports?device_id=ec18649b-d173-488e-aed1-f942e780f6ad => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1367] 199.204.45.89 () {38 vars in 954 bytes} [Tue Jun 30 19:12:10 2026] POST /v2.0/ports => generated 993 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:12:10.957 7 INFO neutron.services.segments.plugin [-] Segment f2904193-f7e9-4cfb-bd95-4f87eb8be47e resource provider aggregate not found 2026-06-30 19:12:10.974 7 INFO neutron.services.segments.plugin [-] Segment f2904193-f7e9-4cfb-bd95-4f87eb8be47e resource provider aggregate not found 2026-06-30 19:12:10.994 7 INFO neutron.services.segments.plugin [-] Segment f2904193-f7e9-4cfb-bd95-4f87eb8be47e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2904193-f7e9-4cfb-bd95-4f87eb8be47e found for delete ", "request_id": "req-fa4d0bed-8cd8-42a8-8ff1-5aa365996496"}]} 2026-06-30 19:12:11.004 7 INFO neutron.services.segments.plugin [-] Segment f2904193-f7e9-4cfb-bd95-4f87eb8be47e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2904193-f7e9-4cfb-bd95-4f87eb8be47e found for delete ", "request_id": "req-238b8ed7-5f2f-49f6-b6a9-0ff99b2566b5"}]} 2026-06-30 19:12:11.010 7 INFO neutron.services.segments.plugin [-] Segment 63ab7acd-82c5-4bb2-802c-dc7de6070a6c resource provider aggregate not found 2026-06-30 19:12:11.041 7 INFO neutron.services.segments.plugin [-] Segment 63ab7acd-82c5-4bb2-802c-dc7de6070a6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63ab7acd-82c5-4bb2-802c-dc7de6070a6c found for delete ", "request_id": "req-d6e5ab50-3e39-40bd-abb5-98ec1f8988c9"}]} 2026-06-30 19:12:11.046 7 INFO neutron.services.segments.plugin [-] Segment 63ab7acd-82c5-4bb2-802c-dc7de6070a6c resource provider aggregate not found 2026-06-30 19:12:11.072 7 INFO neutron.services.segments.plugin [-] Segment 4744d78e-84e3-4bf0-aee9-e108bee290c3 resource provider aggregate not found 2026-06-30 19:12:11.077 7 INFO neutron.services.segments.plugin [-] Segment 63ab7acd-82c5-4bb2-802c-dc7de6070a6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63ab7acd-82c5-4bb2-802c-dc7de6070a6c found for delete ", "request_id": "req-ec3e2f00-2e2c-4843-936c-6db511c1a8e1"}]} 2026-06-30 19:12:11.092 7 INFO neutron.services.segments.plugin [-] Segment 4744d78e-84e3-4bf0-aee9-e108bee290c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4744d78e-84e3-4bf0-aee9-e108bee290c3 found for delete ", "request_id": "req-0cf1d0a5-e705-49bb-9fb1-b0736c2973c2"}]} 2026-06-30 19:12:11.105 7 INFO neutron.services.segments.plugin [-] Segment 4744d78e-84e3-4bf0-aee9-e108bee290c3 resource provider aggregate not found 2026-06-30 19:12:11.128 7 INFO neutron.services.segments.plugin [-] Segment 4744d78e-84e3-4bf0-aee9-e108bee290c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4744d78e-84e3-4bf0-aee9-e108bee290c3 found for delete ", "request_id": "req-5254ad49-f4a7-40d6-aebd-bb837cc6c700"}]} 2026-06-30 19:12:11.149 8 INFO neutron.db.l3_db [None req-dd565a1e-2527-4f3b-9c07-54311ffc96ab 8130ce7d4b6b447fb98fe535c3187c07 4cfb905db33243c682d43a8cee35dbe3 - - default default] Floating IP 1bcdaffb-b0eb-4ab5-b673-c086569bab2b associated. External IP: 10.96.250.214, port: 7a5edc72-96bf-479e-b435-24421fd33111. [pid: 7|app: 0|req: 713/1368] 199.204.45.89 () {38 vars in 1027 bytes} [Tue Jun 30 19:12:10 2026] PUT /v2.0/ports/032d8fb5-db43-4041-9fea-a581d43864e3 => generated 1274 bytes in 520 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:12:11.461 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1070bfcb-a54c-40a9-91ed-b3437ec780e1'] response: {'name': 'network-changed', 'server_uuid': 'b7a65e22-1ab3-40f0-a9bc-f22dfbd419ff', 'tag': '032d8fb5-db43-4041-9fea-a581d43864e3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 656/1369] 10.0.0.222 () {34 vars in 749 bytes} [Tue Jun 30 19:12:10 2026] PUT /v2.0/floatingips/1bcdaffb-b0eb-4ab5-b673-c086569bab2b => generated 855 bytes in 748 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:11.523 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ec2fb5c4-bfcb-4d0d-b873-ac05c2a1d744'] response: {'name': 'network-changed', 'server_uuid': 'ec18649b-d173-488e-aed1-f942e780f6ad', 'tag': '7a5edc72-96bf-479e-b435-24421fd33111', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 657/1370] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:11 2026] GET /v2.0/ports?device_id=ec18649b-d173-488e-aed1-f942e780f6ad => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1371] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:11 2026] GET /v2.0/security-groups?id=09764c42-2738-4bb5-bc5a-883b03943615&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 659/1372] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:11 2026] GET /v2.0/ports?device_id=b7a65e22-1ab3-40f0-a9bc-f22dfbd419ff => generated 1008 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1373] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:12:11 2026] GET /v2.0/security-groups?tenant_id=d869b2bd119c472e9327c6c535142511&name=default => generated 2925 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1374] 10.0.0.130 () {34 vars in 1120 bytes} [Tue Jun 30 19:12:11 2026] GET /v2.0/security-groups?id=4d0b5d11-2d93-4af9-b330-31f7aca7c3e3&id=54094355-56ab-46f1-8bcf-957fc1bbdc5e&fields=id&fields=name => generated 205 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:11.857 8 INFO neutron.services.segments.plugin [-] Segment 4fe0c29e-62ff-4967-8b0d-6e3d9db8a272 resource provider aggregate not found 2026-06-30 19:12:11.866 8 INFO neutron.services.segments.plugin [-] Segment 4fe0c29e-62ff-4967-8b0d-6e3d9db8a272 resource provider aggregate not found 2026-06-30 19:12:11.872 8 INFO neutron.services.segments.plugin [-] Segment 4fe0c29e-62ff-4967-8b0d-6e3d9db8a272 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fe0c29e-62ff-4967-8b0d-6e3d9db8a272 found for delete ", "request_id": "req-6fede15e-2f55-439a-8d9a-d7053b32b936"}]} 2026-06-30 19:12:11.884 8 INFO neutron.services.segments.plugin [-] Segment 4fe0c29e-62ff-4967-8b0d-6e3d9db8a272 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fe0c29e-62ff-4967-8b0d-6e3d9db8a272 found for delete ", "request_id": "req-3b0f1d3c-7564-475a-94f7-45f2b09c3db6"}]} 2026-06-30 19:12:11.888 8 INFO neutron.services.segments.plugin [-] Segment 566d3f11-3b0c-4233-ac56-50d538869735 resource provider aggregate not found 2026-06-30 19:12:11.907 8 INFO neutron.services.segments.plugin [-] Segment 566d3f11-3b0c-4233-ac56-50d538869735 resource provider aggregate not found 2026-06-30 19:12:11.914 8 INFO neutron.services.segments.plugin [-] Segment 566d3f11-3b0c-4233-ac56-50d538869735 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 566d3f11-3b0c-4233-ac56-50d538869735 found for delete ", "request_id": "req-5f5210e3-0d95-4d72-b4c3-17265111be69"}]} 2026-06-30 19:12:11.931 8 INFO neutron.services.segments.plugin [-] Segment 566d3f11-3b0c-4233-ac56-50d538869735 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 566d3f11-3b0c-4233-ac56-50d538869735 found for delete ", "request_id": "req-7fa70ef0-eff9-4b2a-bad1-0505f7292987"}]} [pid: 7|app: 0|req: 715/1375] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:11 2026] DELETE /v2.0/security-groups/03076d04-eddb-44d5-8de4-e9d19df82347 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1376] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:12:11 2026] GET /v2.0/ports?tenant_id=b4fc6214e05741aeba454eebd6ec021d&device_id=b7a65e22-1ab3-40f0-a9bc-f22dfbd419ff => generated 1277 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1377] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:12:12 2026] GET /v2.0/ports?tenant_id=4cfb905db33243c682d43a8cee35dbe3&device_id=ec18649b-d173-488e-aed1-f942e780f6ad => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1378] 199.204.45.89 () {34 vars in 1017 bytes} [Tue Jun 30 19:12:12 2026] GET /v2.0/networks?tenant_id=b4fc6214e05741aeba454eebd6ec021d&shared=False => generated 768 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1379] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:12:12 2026] GET /v2.0/networks?id=d1819139-2f34-4a98-9404-872584a3a052 => generated 766 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1380] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:12 2026] GET /v2.0/ports?device_id=ec18649b-d173-488e-aed1-f942e780f6ad => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1381] 199.204.45.89 () {34 vars in 929 bytes} [Tue Jun 30 19:12:12 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1382] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:12:12 2026] GET /v2.0/security-groups?tenant_id=d43f920476454acd90b68b076502ab9a&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1383] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:12 2026] GET /v2.0/security-groups?id=09764c42-2738-4bb5-bc5a-883b03943615&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1384] 199.204.45.89 () {34 vars in 1057 bytes} [Tue Jun 30 19:12:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=7a5edc72-96bf-479e-b435-24421fd33111 => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1385] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:12:12 2026] GET /v2.0/subnets?id=f1adaf5d-1cfb-41f9-b853-22f94ff3745a => generated 688 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1386] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:12:12 2026] GET /v2.0/ports?network_id=d1819139-2f34-4a98-9404-872584a3a052&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1387] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:12 2026] DELETE /v2.0/security-groups/a0b861cf-7670-49a4-9b39-31738b6411fc => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1388] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:12:12 2026] GET /v2.0/networks/d1819139-2f34-4a98-9404-872584a3a052?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1389] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:12:12 2026] GET /v2.0/networks/d1819139-2f34-4a98-9404-872584a3a052?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1390] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:12:12 2026] GET /v2.0/security-groups?tenant_id=ef4d384837c647f5ae30f11f8ae5e263&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1391] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:12 2026] DELETE /v2.0/security-groups/66aa7349-1450-46fe-9dc4-1a8ee21b24a4 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1392] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:12 2026] GET /v2.0/ports?device_id=b7a65e22-1ab3-40f0-a9bc-f22dfbd419ff => generated 1008 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1393] 10.0.0.130 () {34 vars in 1120 bytes} [Tue Jun 30 19:12:12 2026] GET /v2.0/security-groups?id=4d0b5d11-2d93-4af9-b330-31f7aca7c3e3&id=54094355-56ab-46f1-8bcf-957fc1bbdc5e&fields=id&fields=name => generated 205 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1394] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:12:13 2026] GET /v2.0/ports?tenant_id=b4fc6214e05741aeba454eebd6ec021d&device_id=b7a65e22-1ab3-40f0-a9bc-f22dfbd419ff => generated 1277 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1395] 199.204.45.89 () {34 vars in 1057 bytes} [Tue Jun 30 19:12:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=032d8fb5-db43-4041-9fea-a581d43864e3 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1396] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:12:13 2026] GET /v2.0/subnets?id=37d81d2e-6a17-4ef4-a977-0ea7a571b865 => generated 690 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1397] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:12:13 2026] GET /v2.0/ports?network_id=54d5066b-11c3-4826-ae73-da8770532580&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1398] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:13 2026] GET /v2.0/ports?device_id=ec18649b-d173-488e-aed1-f942e780f6ad => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1399] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:12:13 2026] GET /v2.0/networks/54d5066b-11c3-4826-ae73-da8770532580?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1400] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:13 2026] GET /v2.0/security-groups?id=09764c42-2738-4bb5-bc5a-883b03943615&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1401] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:12:13 2026] GET /v2.0/networks/54d5066b-11c3-4826-ae73-da8770532580?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1402] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:14 2026] GET /v2.0/ports?device_id=b7a65e22-1ab3-40f0-a9bc-f22dfbd419ff => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1403] 10.0.0.130 () {34 vars in 1120 bytes} [Tue Jun 30 19:12:14 2026] GET /v2.0/security-groups?id=4d0b5d11-2d93-4af9-b330-31f7aca7c3e3&id=54094355-56ab-46f1-8bcf-957fc1bbdc5e&fields=id&fields=name => generated 205 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1404] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:14 2026] GET /v2.0/ports?device_id=ec18649b-d173-488e-aed1-f942e780f6ad => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1405] 199.204.45.89 () {34 vars in 993 bytes} [Tue Jun 30 19:12:14 2026] GET /v2.0/ports?device_id=ec18649b-d173-488e-aed1-f942e780f6ad => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1406] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:14 2026] GET /v2.0/security-groups?id=09764c42-2738-4bb5-bc5a-883b03943615&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:14.626 7 INFO neutron_taas.services.taas.taas_plugin [req-51565b8b-853a-40a8-8dce-df19ad4b8c97 req-04b3cd9d-06de-4a60-b7d4-5affab539db0 8130ce7d4b6b447fb98fe535c3187c07 4cfb905db33243c682d43a8cee35dbe3 - - default default] TaaS: Handle Delete Port: 7a5edc72-96bf-479e-b435-24421fd33111 2026-06-30 19:12:14.629 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-51565b8b-853a-40a8-8dce-df19ad4b8c97 req-04b3cd9d-06de-4a60-b7d4-5affab539db0 8130ce7d4b6b447fb98fe535c3187c07 4cfb905db33243c682d43a8cee35dbe3 - - default default] Tap Mirror: Handle Delete Port: 7a5edc72-96bf-479e-b435-24421fd33111 2026-06-30 19:12:14.741 7 INFO neutron.db.l3_db [req-51565b8b-853a-40a8-8dce-df19ad4b8c97 req-04b3cd9d-06de-4a60-b7d4-5affab539db0 8130ce7d4b6b447fb98fe535c3187c07 4cfb905db33243c682d43a8cee35dbe3 - - default default] Floating IP 1bcdaffb-b0eb-4ab5-b673-c086569bab2b disassociated. External IP: 10.96.250.214, port: 7a5edc72-96bf-479e-b435-24421fd33111. [pid: 7|app: 0|req: 730/1407] 199.204.45.89 () {36 vars in 996 bytes} [Tue Jun 30 19:12:14 2026] DELETE /v2.0/ports/7a5edc72-96bf-479e-b435-24421fd33111 => generated 0 bytes in 604 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:15.163 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-03dabf6b-3716-4fa5-8ad7-a0f08562ccd8'] response: {'server_uuid': 'ec18649b-d173-488e-aed1-f942e780f6ad', 'name': 'network-vif-deleted', 'tag': '7a5edc72-96bf-479e-b435-24421fd33111', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 678/1408] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:15 2026] GET /v2.0/ports?device_id=b7a65e22-1ab3-40f0-a9bc-f22dfbd419ff => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1409] 10.0.0.130 () {34 vars in 1120 bytes} [Tue Jun 30 19:12:15 2026] GET /v2.0/security-groups?id=4d0b5d11-2d93-4af9-b330-31f7aca7c3e3&id=54094355-56ab-46f1-8bcf-957fc1bbdc5e&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1410] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:15 2026] GET /v2.0/ports?device_id=ec18649b-d173-488e-aed1-f942e780f6ad => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1413] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:16 2026] GET /v2.0/ports?device_id=b7a65e22-1ab3-40f0-a9bc-f22dfbd419ff => generated 1008 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1414] 10.0.0.130 () {34 vars in 1120 bytes} [Tue Jun 30 19:12:16 2026] GET /v2.0/security-groups?id=4d0b5d11-2d93-4af9-b330-31f7aca7c3e3&id=54094355-56ab-46f1-8bcf-957fc1bbdc5e&fields=id&fields=name => generated 205 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1415] 199.204.45.89 () {34 vars in 993 bytes} [Tue Jun 30 19:12:16 2026] GET /v2.0/ports?device_id=b7a65e22-1ab3-40f0-a9bc-f22dfbd419ff => generated 1277 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1416] 199.204.45.89 () {34 vars in 1123 bytes} [Tue Jun 30 19:12:16 2026] GET /v2.0/security-groups?id=4d0b5d11-2d93-4af9-b330-31f7aca7c3e3&id=54094355-56ab-46f1-8bcf-957fc1bbdc5e&fields=id&fields=name => generated 205 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1417] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:16 2026] GET /v2.0/ports?device_id=ec18649b-d173-488e-aed1-f942e780f6ad => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1418] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:12:16 2026] GET /v2.0/security-groups?tenant_id=26e2839cf1a8425a867e6dd22451e7df&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1419] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:16 2026] DELETE /v2.0/security-groups/b094826d-9022-44c3-9efc-16a89444b147 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1420] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:12:16 2026] GET /v2.0/security-groups?tenant_id=fc1982ebb648439b8ce6a5b02d2146da&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1421] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:17 2026] DELETE /v2.0/security-groups/1a453aa8-14ff-4bbb-b47f-bc1835f9387d => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1422] 10.0.0.222 () {34 vars in 678 bytes} [Tue Jun 30 19:12:17 2026] POST /v2.0/qos/policies => generated 359 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1423] 10.0.0.222 () {34 vars in 678 bytes} [Tue Jun 30 19:12:17 2026] POST /v2.0/qos/policies => generated 359 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1424] 10.0.0.222 () {34 vars in 678 bytes} [Tue Jun 30 19:12:17 2026] POST /v2.0/qos/policies => generated 359 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1425] 10.0.0.222 () {34 vars in 678 bytes} [Tue Jun 30 19:12:17 2026] POST /v2.0/qos/policies => generated 359 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1426] 10.0.0.222 () {34 vars in 678 bytes} [Tue Jun 30 19:12:17 2026] POST /v2.0/qos/policies => generated 359 bytes in 26 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1427] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:17 2026] GET /v2.0/ports?device_id=b7a65e22-1ab3-40f0-a9bc-f22dfbd419ff => generated 1008 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1428] 10.0.0.222 () {34 vars in 753 bytes} [Tue Jun 30 19:12:17 2026] PUT /v2.0/policies/408a6ba8-a6f0-4706-a257-b6e1dd9ed8ac/tags => generated 17 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1429] 10.0.0.130 () {34 vars in 1120 bytes} [Tue Jun 30 19:12:17 2026] GET /v2.0/security-groups?id=4d0b5d11-2d93-4af9-b330-31f7aca7c3e3&id=54094355-56ab-46f1-8bcf-957fc1bbdc5e&fields=id&fields=name => generated 205 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1430] 10.0.0.222 () {34 vars in 753 bytes} [Tue Jun 30 19:12:17 2026] PUT /v2.0/policies/6c85a76f-e9d5-467f-b886-fe3084136e95/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1431] 10.0.0.222 () {34 vars in 753 bytes} [Tue Jun 30 19:12:17 2026] PUT /v2.0/policies/50239050-1f96-4ed2-98a6-691f76f12c1b/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1432] 10.0.0.222 () {34 vars in 753 bytes} [Tue Jun 30 19:12:17 2026] PUT /v2.0/policies/40206ac2-76dd-4a41-bbe1-1c36b8fae6b2/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1433] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:17 2026] GET /v2.0/ports?device_id=ec18649b-d173-488e-aed1-f942e780f6ad => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1434] 10.0.0.222 () {32 vars in 674 bytes} [Tue Jun 30 19:12:18 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1435] 10.0.0.222 () {32 vars in 688 bytes} [Tue Jun 30 19:12:18 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1436] 10.0.0.222 () {32 vars in 684 bytes} [Tue Jun 30 19:12:18 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1437] 10.0.0.222 () {32 vars in 696 bytes} [Tue Jun 30 19:12:18 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1438] 10.0.0.222 () {32 vars in 682 bytes} [Tue Jun 30 19:12:18 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1439] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:18 2026] GET /v2.0/ports?device_id=b7a65e22-1ab3-40f0-a9bc-f22dfbd419ff => generated 1010 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1440] 10.0.0.130 () {34 vars in 1120 bytes} [Tue Jun 30 19:12:18 2026] GET /v2.0/security-groups?id=4d0b5d11-2d93-4af9-b330-31f7aca7c3e3&id=54094355-56ab-46f1-8bcf-957fc1bbdc5e&fields=id&fields=name => generated 205 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1441] 10.0.0.222 () {32 vars in 696 bytes} [Tue Jun 30 19:12:18 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1442] 10.0.0.222 () {32 vars in 692 bytes} [Tue Jun 30 19:12:18 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1443] 10.0.0.222 () {32 vars in 704 bytes} [Tue Jun 30 19:12:18 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1444] 10.0.0.222 () {32 vars in 734 bytes} [Tue Jun 30 19:12:18 2026] DELETE /v2.0/qos/policies/408a6ba8-a6f0-4706-a257-b6e1dd9ed8ac => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1445] 10.0.0.222 () {32 vars in 734 bytes} [Tue Jun 30 19:12:18 2026] DELETE /v2.0/qos/policies/6c85a76f-e9d5-467f-b886-fe3084136e95 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1446] 10.0.0.222 () {32 vars in 734 bytes} [Tue Jun 30 19:12:18 2026] DELETE /v2.0/qos/policies/50239050-1f96-4ed2-98a6-691f76f12c1b => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1447] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:18 2026] DELETE /v2.0/security-groups/09764c42-2738-4bb5-bc5a-883b03943615 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:19.079 8 INFO neutron.api.v2.resource [None req-54165bba-0c09-4238-b466-c101741658a4 8130ce7d4b6b447fb98fe535c3187c07 4cfb905db33243c682d43a8cee35dbe3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 697/1448] 10.0.0.222 () {32 vars in 737 bytes} [Tue Jun 30 19:12:19 2026] GET /v2.0/security-groups/09764c42-2738-4bb5-bc5a-883b03943615 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1449] 10.0.0.222 () {32 vars in 734 bytes} [Tue Jun 30 19:12:19 2026] DELETE /v2.0/qos/policies/40206ac2-76dd-4a41-bbe1-1c36b8fae6b2 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1450] 10.0.0.222 () {32 vars in 734 bytes} [Tue Jun 30 19:12:19 2026] DELETE /v2.0/qos/policies/de26c4fe-8a8f-4a76-a002-6920d5d4218a => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:19.191 8 INFO neutron_taas.services.taas.taas_plugin [None req-653be84c-7e51-472c-bc20-d127fe9fb4c3 8130ce7d4b6b447fb98fe535c3187c07 4cfb905db33243c682d43a8cee35dbe3 - - default default] TaaS: Handle Delete Port: 38133eae-0af7-4e0e-9713-5dd951aef003 2026-06-30 19:12:19.194 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-653be84c-7e51-472c-bc20-d127fe9fb4c3 8130ce7d4b6b447fb98fe535c3187c07 4cfb905db33243c682d43a8cee35dbe3 - - default default] Tap Mirror: Handle Delete Port: 38133eae-0af7-4e0e-9713-5dd951aef003 [pid: 8|app: 0|req: 698/1451] 10.0.0.222 () {32 vars in 732 bytes} [Tue Jun 30 19:12:19 2026] DELETE /v2.0/floatingips/1bcdaffb-b0eb-4ab5-b673-c086569bab2b => generated 0 bytes in 255 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:19.771 7 INFO neutron_taas.services.taas.taas_plugin [None req-319e18ac-eaea-4cd8-a8aa-da615e10e5d3 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: 7e11a87d-8a1e-4702-a949-26d7698476df 2026-06-30 19:12:19.774 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-319e18ac-eaea-4cd8-a8aa-da615e10e5d3 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: 7e11a87d-8a1e-4702-a949-26d7698476df [pid: 8|app: 0|req: 699/1452] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:12:19 2026] GET /v2.0/security-groups?tenant_id=1e74ebee629d490fa21f3b854e9dc876&name=default => generated 2925 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1453] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:19 2026] GET /v2.0/ports?device_id=b7a65e22-1ab3-40f0-a9bc-f22dfbd419ff => generated 1010 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1454] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:20 2026] DELETE /v2.0/security-groups/291acd48-3375-48c1-baed-10c244dbd16f => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1455] 10.0.0.130 () {34 vars in 1120 bytes} [Tue Jun 30 19:12:20 2026] GET /v2.0/security-groups?id=4d0b5d11-2d93-4af9-b330-31f7aca7c3e3&id=54094355-56ab-46f1-8bcf-957fc1bbdc5e&fields=id&fields=name => generated 205 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1456] 10.0.0.222 () {34 vars in 789 bytes} [Tue Jun 30 19:12:19 2026] PUT /v2.0/routers/ca1fc93c-e692-450c-839c-f7a74011cb5c/remove_router_interface => generated 309 bytes in 1010 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1457] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:20 2026] GET /v2.0/ports?device_id=b7a65e22-1ab3-40f0-a9bc-f22dfbd419ff => generated 1010 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1458] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:12:20 2026] GET /v2.0/security-groups?tenant_id=ac2715f8d0764016a4caa230ab94d318&name=default => generated 2925 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:12:20.640 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab31afca-eccb-4460-991e-e1ab04daa07d 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: f6e2e5d0-a4cd-44e8-b43b-5add0beeca03 2026-06-30 19:12:20.643 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab31afca-eccb-4460-991e-e1ab04daa07d 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: f6e2e5d0-a4cd-44e8-b43b-5add0beeca03 2026-06-30 19:12:20.894 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab31afca-eccb-4460-991e-e1ab04daa07d 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: 1c74b32f-d75b-4c8a-af12-95504e0d419e 2026-06-30 19:12:20.897 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab31afca-eccb-4460-991e-e1ab04daa07d 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: 1c74b32f-d75b-4c8a-af12-95504e0d419e 2026-06-30 19:12:20.905 8 INFO neutron.db.l3_db [None req-e40edcd4-7bb5-4798-88c8-5f8f9a8bf08c 91e36c4e718544599e54b561c6ec9f8b b4fc6214e05741aeba454eebd6ec021d - - default default] Floating IP 6bac3dda-95d7-4bfa-97d0-7be333782389 associated. External IP: 10.96.250.215, port: 032d8fb5-db43-4041-9fea-a581d43864e3. 2026-06-30 19:12:21.276 7 INFO neutron.services.segments.plugin [-] Segment 5efe3ccf-4a2b-43db-8257-5cd4e166a3c4 resource provider aggregate not found 2026-06-30 19:12:21.283 7 INFO neutron.services.segments.plugin [-] Segment 5efe3ccf-4a2b-43db-8257-5cd4e166a3c4 resource provider aggregate not found 2026-06-30 19:12:21.299 7 INFO neutron.db.l3_hamode_db [None req-ab31afca-eccb-4460-991e-e1ab04daa07d 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] HA network a9ae20cd-49d1-4363-8d78-d23cd813688d was deleted as no HA routers are present in tenant 4cfb905db33243c682d43a8cee35dbe3. 2026-06-30 19:12:21.303 7 INFO neutron.services.segments.plugin [-] Segment 5efe3ccf-4a2b-43db-8257-5cd4e166a3c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5efe3ccf-4a2b-43db-8257-5cd4e166a3c4 found for delete ", "request_id": "req-ab259283-4310-4538-bd09-8459c0cf5759"}]} 2026-06-30 19:12:21.308 7 INFO neutron.services.segments.plugin [-] Segment 5efe3ccf-4a2b-43db-8257-5cd4e166a3c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5efe3ccf-4a2b-43db-8257-5cd4e166a3c4 found for delete ", "request_id": "req-91a79697-69a7-4fef-903f-eec7d967dc3d"}]} [pid: 7|app: 0|req: 756/1459] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:12:20 2026] DELETE /v2.0/routers/ca1fc93c-e692-450c-839c-f7a74011cb5c => generated 0 bytes in 877 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1460] 10.0.0.222 () {34 vars in 749 bytes} [Tue Jun 30 19:12:20 2026] PUT /v2.0/floatingips/6bac3dda-95d7-4bfa-97d0-7be333782389 => generated 855 bytes in 775 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:21.360 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1ac4cdbe-5036-40bd-a887-b11c0ccf5bc6'] response: {'name': 'network-changed', 'server_uuid': 'b7a65e22-1ab3-40f0-a9bc-f22dfbd419ff', 'tag': '032d8fb5-db43-4041-9fea-a581d43864e3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 757/1461] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:21 2026] DELETE /v2.0/security-groups/45f41049-ffe2-4aca-acc4-1e980de1e866 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1462] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:12:21 2026] DELETE /v2.0/subnets/f1adaf5d-1cfb-41f9-b853-22f94ff3745a => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:21.585 7 INFO neutron_taas.services.taas.taas_plugin [None req-13800c7d-4691-434f-afe3-7c34c21d888a 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: 472cb92d-ac34-4c75-ac98-49a41001cc31 2026-06-30 19:12:21.587 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13800c7d-4691-434f-afe3-7c34c21d888a 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: 472cb92d-ac34-4c75-ac98-49a41001cc31 [pid: 8|app: 0|req: 706/1463] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:12:21 2026] GET /v2.0/security-groups?tenant_id=11dfe2bb47d24b5697145ccbf9b76950&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1464] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:12:21 2026] DELETE /v2.0/networks/d1819139-2f34-4a98-9404-872584a3a052 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1465] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:21 2026] DELETE /v2.0/security-groups/ec8073d0-86bb-4105-8c6a-81409763fb65 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1466] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:12:21 2026] GET /v2.0/ports?tenant_id=b4fc6214e05741aeba454eebd6ec021d&device_id=b7a65e22-1ab3-40f0-a9bc-f22dfbd419ff => generated 1279 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1467] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:12:21 2026] GET /v2.0/networks?id=54d5066b-11c3-4826-ae73-da8770532580 => generated 768 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1468] 10.0.0.222 () {32 vars in 653 bytes} [Tue Jun 30 19:12:21 2026] GET /v2.0/extensions => generated 21537 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1469] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:12:21 2026] GET /v2.0/security-groups?tenant_id=4cfb905db33243c682d43a8cee35dbe3&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1470] 199.204.45.89 () {34 vars in 1057 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=032d8fb5-db43-4041-9fea-a581d43864e3 => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1471] 10.0.0.222 () {32 vars in 681 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1472] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:22 2026] DELETE /v2.0/security-groups/888f2308-d529-49ae-8c2d-b7c9c370586d => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1473] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/subnets?id=37d81d2e-6a17-4ef4-a977-0ea7a571b865 => generated 690 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1474] 10.0.0.222 () {32 vars in 681 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1475] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/security-groups?tenant_id=06fe70de6a38434889a1e7841024cba2&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1476] 10.0.0.222 () {32 vars in 729 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1477] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/ports?network_id=54d5066b-11c3-4826-ae73-da8770532580&device_owner=network%3Adhcp => generated 1244 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1478] 10.0.0.222 () {32 vars in 665 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/agent => generated 153 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1479] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/networks/54d5066b-11c3-4826-ae73-da8770532580?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1480] 10.0.0.222 () {32 vars in 699 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1481] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/networks/54d5066b-11c3-4826-ae73-da8770532580?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1482] 10.0.0.222 () {32 vars in 697 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1483] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:22 2026] DELETE /v2.0/security-groups/23fd7ac0-4cec-453b-a25a-740be401f79b => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1484] 10.0.0.222 () {32 vars in 701 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1485] 10.0.0.222 () {32 vars in 689 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1486] 10.0.0.222 () {32 vars in 703 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1487] 10.0.0.222 () {32 vars in 693 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1488] 10.0.0.222 () {32 vars in 695 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1489] 10.0.0.222 () {32 vars in 685 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1490] 10.0.0.222 () {32 vars in 687 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1491] 10.0.0.222 () {32 vars in 661 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1492] 10.0.0.222 () {32 vars in 699 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1493] 10.0.0.222 () {32 vars in 679 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1494] 10.0.0.222 () {32 vars in 683 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1495] 10.0.0.222 () {32 vars in 675 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1496] 10.0.0.222 () {32 vars in 689 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1497] 10.0.0.222 () {32 vars in 723 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1498] 10.0.0.222 () {32 vars in 687 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1499] 10.0.0.222 () {32 vars in 669 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1500] 10.0.0.222 () {32 vars in 687 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1501] 10.0.0.222 () {32 vars in 681 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1502] 10.0.0.222 () {32 vars in 699 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1503] 10.0.0.222 () {32 vars in 679 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1504] 10.0.0.222 () {32 vars in 667 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/router => generated 256 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1505] 10.0.0.222 () {32 vars in 677 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1506] 10.0.0.222 () {32 vars in 665 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1507] 10.0.0.222 () {32 vars in 675 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1508] 10.0.0.222 () {32 vars in 713 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1509] 10.0.0.222 () {32 vars in 691 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1510] 10.0.0.222 () {32 vars in 683 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1511] 10.0.0.222 () {32 vars in 669 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1512] 10.0.0.222 () {32 vars in 687 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1513] 10.0.0.222 () {32 vars in 705 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1514] 10.0.0.222 () {32 vars in 675 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1515] 10.0.0.222 () {32 vars in 701 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1516] 10.0.0.222 () {32 vars in 675 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1517] 10.0.0.222 () {32 vars in 693 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1518] 10.0.0.222 () {32 vars in 689 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1519] 10.0.0.222 () {32 vars in 709 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1520] 10.0.0.222 () {32 vars in 705 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1521] 10.0.0.222 () {32 vars in 719 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1522] 10.0.0.222 () {32 vars in 697 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1523] 10.0.0.222 () {32 vars in 711 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1524] 10.0.0.222 () {32 vars in 669 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/binding => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1525] 10.0.0.222 () {32 vars in 687 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1526] 10.0.0.222 () {32 vars in 681 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1527] 10.0.0.222 () {32 vars in 675 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1528] 10.0.0.222 () {32 vars in 671 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/provider => generated 191 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1529] 10.0.0.222 () {32 vars in 661 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1530] 10.0.0.222 () {32 vars in 699 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1531] 10.0.0.222 () {32 vars in 699 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1532] 10.0.0.222 () {32 vars in 677 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1533] 10.0.0.222 () {32 vars in 669 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1534] 10.0.0.222 () {32 vars in 683 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1535] 10.0.0.222 () {32 vars in 701 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1536] 10.0.0.222 () {32 vars in 685 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1537] 10.0.0.222 () {32 vars in 707 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1538] 10.0.0.222 () {32 vars in 669 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1539] 10.0.0.222 () {32 vars in 697 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1540] 10.0.0.222 () {32 vars in 695 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1541] 10.0.0.222 () {32 vars in 685 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1542] 10.0.0.222 () {32 vars in 689 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1543] 10.0.0.222 () {32 vars in 705 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1544] 10.0.0.222 () {32 vars in 667 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1545] 10.0.0.222 () {32 vars in 681 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1546] 10.0.0.222 () {32 vars in 681 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1547] 10.0.0.222 () {32 vars in 691 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1548] 10.0.0.222 () {32 vars in 691 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1549] 10.0.0.222 () {32 vars in 695 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1550] 10.0.0.222 () {32 vars in 685 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1551] 10.0.0.222 () {32 vars in 689 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1552] 10.0.0.222 () {32 vars in 701 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1553] 10.0.0.222 () {32 vars in 703 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1554] 10.0.0.222 () {32 vars in 713 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1555] 10.0.0.222 () {32 vars in 717 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1556] 10.0.0.222 () {32 vars in 715 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1557] 10.0.0.222 () {32 vars in 727 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1558] 10.0.0.222 () {32 vars in 741 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1559] 10.0.0.222 () {32 vars in 719 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1560] 10.0.0.222 () {32 vars in 683 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1561] 10.0.0.222 () {32 vars in 669 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/extensions/segment => generated 145 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1562] 10.0.0.222 () {32 vars in 719 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1563] 10.0.0.222 () {32 vars in 679 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1564] 10.0.0.222 () {32 vars in 669 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1565] 10.0.0.222 () {32 vars in 697 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1566] 10.0.0.222 () {32 vars in 705 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1567] 10.0.0.222 () {32 vars in 701 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1568] 10.0.0.222 () {32 vars in 701 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1569] 10.0.0.222 () {32 vars in 683 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1570] 10.0.0.222 () {32 vars in 705 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1571] 10.0.0.222 () {32 vars in 695 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1572] 10.0.0.222 () {32 vars in 689 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1573] 10.0.0.222 () {32 vars in 697 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1574] 10.0.0.222 () {32 vars in 679 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1575] 10.0.0.222 () {32 vars in 689 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1576] 10.0.0.222 () {32 vars in 701 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1577] 10.0.0.222 () {32 vars in 665 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1578] 10.0.0.222 () {32 vars in 681 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1579] 10.0.0.222 () {32 vars in 677 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1580] 10.0.0.222 () {32 vars in 693 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1581] 10.0.0.222 () {32 vars in 677 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1582] 10.0.0.222 () {32 vars in 667 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1583] 10.0.0.222 () {32 vars in 663 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:23.323 7 INFO neutron.services.segments.plugin [-] Segment d9611fb8-13eb-47f2-9ff2-d33d95baab7c resource provider aggregate not found 2026-06-30 19:12:23.326 7 INFO neutron.services.segments.plugin [-] Segment d9611fb8-13eb-47f2-9ff2-d33d95baab7c resource provider aggregate not found [pid: 8|app: 0|req: 772/1584] 10.0.0.222 () {32 vars in 675 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1585] 10.0.0.222 () {32 vars in 687 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:23.339 7 INFO neutron.services.segments.plugin [-] Segment d9611fb8-13eb-47f2-9ff2-d33d95baab7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9611fb8-13eb-47f2-9ff2-d33d95baab7c found for delete ", "request_id": "req-460b9864-51f2-4cdd-aee2-ea9af2005d01"}]} 2026-06-30 19:12:23.342 7 INFO neutron.services.segments.plugin [-] Segment d9611fb8-13eb-47f2-9ff2-d33d95baab7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9611fb8-13eb-47f2-9ff2-d33d95baab7c found for delete ", "request_id": "req-64f231f2-4208-4d71-91b0-d299d8157e14"}]} [pid: 8|app: 0|req: 773/1586] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/security-groups?tenant_id=124031a78f644bd3a051a163f3644bf1&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1587] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:24 2026] DELETE /v2.0/security-groups/29cf1c95-fa19-4977-ab54-22bbcbcd0c62 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1588] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:12:25 2026] GET /v2.0/security-groups?tenant_id=0da736811ff54779bd0d2ab83813c027&name=default => generated 2925 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1589] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:25 2026] DELETE /v2.0/security-groups/ea706e01-c716-49c3-8c62-e853b6549c51 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:26.362 8 INFO neutron.db.segments_db [None req-e2403390-a454-492a-8847-ec6b753a5bbd 65c1b78d2c7c45b0bf37947261a64e9b 3846d9a8490942b28a9bde73d0d4b137 - - default default] Added segment 5715185c-950b-4c7b-a611-d94f9e6f6dd8 of type vxlan for network 5d018446-3328-4d52-9fa2-c676df27fedb [pid: 8|app: 0|req: 775/1590] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:12:26 2026] POST /v2.0/networks => generated 650 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1591] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:12:26 2026] POST /v2.0/subnets => generated 627 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:26.751 8 INFO neutron.db.segments_db [None req-3eac3462-27fc-423e-a021-166f3722ad25 465ab045f7984c8da1b81293da79664d 1ede9f3cfcc6428c978a602e70b23d87 - - default default] Added segment 0dd2ded0-ec8c-4d4c-80da-c281f0400d8a of type vxlan for network f6c0f6a8-9564-4804-899d-31b1cba892cc 2026-06-30 19:12:26.759 7 INFO neutron.db.segments_db [None req-601e1485-8741-4fda-a9e3-548a514d828e 65c1b78d2c7c45b0bf37947261a64e9b 3846d9a8490942b28a9bde73d0d4b137 - - default default] Added segment 21c6d92a-9eeb-484a-85bb-daa7433a8867 of type vxlan for network 062f0b73-3d1f-4d7c-94e0-3bc3bfe3446a [pid: 8|app: 0|req: 776/1592] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:12:26 2026] POST /v2.0/networks => generated 631 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:26.994 7 INFO neutron.db.l3_hamode_db [None req-601e1485-8741-4fda-a9e3-548a514d828e 65c1b78d2c7c45b0bf37947261a64e9b 3846d9a8490942b28a9bde73d0d4b137 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 777/1593] 10.0.0.222 () {34 vars in 664 bytes} [Tue Jun 30 19:12:26 2026] POST /v2.0/ports => generated 743 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 778/1594] 10.0.0.222 () {34 vars in 666 bytes} [Tue Jun 30 19:12:27 2026] POST /v2.0/trunks => generated 407 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:27.367 8 INFO neutron.db.segments_db [None req-8130c628-40e4-4299-a307-4031a05e3a11 465ab045f7984c8da1b81293da79664d 1ede9f3cfcc6428c978a602e70b23d87 - - default default] Added segment 73fa3121-0c2e-4dce-b8f7-8da54864a615 of type vxlan for network 75bf47a6-de9f-453d-a84c-28809d9591b4 [pid: 8|app: 0|req: 779/1595] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:12:27 2026] POST /v2.0/networks => generated 631 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1596] 10.0.0.222 () {34 vars in 664 bytes} [Tue Jun 30 19:12:27 2026] POST /v2.0/ports => generated 743 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:12:27.729 7 INFO neutron.db.l3_hamode_db [None req-601e1485-8741-4fda-a9e3-548a514d828e 65c1b78d2c7c45b0bf37947261a64e9b 3846d9a8490942b28a9bde73d0d4b137 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 781/1597] 10.0.0.222 () {34 vars in 666 bytes} [Tue Jun 30 19:12:27 2026] POST /v2.0/trunks => generated 407 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:27.892 8 INFO neutron.db.segments_db [None req-c00b696e-5e5c-498e-a6df-19be433067e8 465ab045f7984c8da1b81293da79664d 1ede9f3cfcc6428c978a602e70b23d87 - - default default] Added segment 53036a62-f4f3-4347-8767-fed654b345c3 of type vxlan for network bf1eee99-8061-4f0b-ba19-d897b9334193 [pid: 8|app: 0|req: 782/1598] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:12:27 2026] POST /v2.0/networks => generated 632 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1599] 10.0.0.222 () {34 vars in 664 bytes} [Tue Jun 30 19:12:27 2026] POST /v2.0/ports => generated 743 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 784/1600] 10.0.0.222 () {34 vars in 666 bytes} [Tue Jun 30 19:12:28 2026] POST /v2.0/trunks => generated 407 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:28.474 8 INFO neutron.db.segments_db [None req-e42dbf07-9a7b-42b6-8d43-a31ee184706d 465ab045f7984c8da1b81293da79664d 1ede9f3cfcc6428c978a602e70b23d87 - - default default] Added segment 34eddd7b-87dd-4b50-9216-b6ef14de1a7e of type vxlan for network 22877186-efcc-43f6-81dd-7442a7a62a2a [pid: 7|app: 0|req: 817/1601] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:12:26 2026] POST /v2.0/routers => generated 694 bytes in 1829 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1602] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:12:28 2026] POST /v2.0/networks => generated 632 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1603] 10.0.0.222 () {34 vars in 664 bytes} [Tue Jun 30 19:12:28 2026] POST /v2.0/ports => generated 743 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 787/1604] 10.0.0.222 () {34 vars in 666 bytes} [Tue Jun 30 19:12:28 2026] POST /v2.0/trunks => generated 407 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:28.996 8 INFO neutron.db.segments_db [None req-a57c8d1d-85b4-46af-aacb-53bcc10f3bec 465ab045f7984c8da1b81293da79664d 1ede9f3cfcc6428c978a602e70b23d87 - - default default] Added segment 355e48b8-04dc-4bd9-8b9c-2731f545ace8 of type vxlan for network 3726ea0f-eed7-4ff3-b437-f6b7dc15e978 [pid: 8|app: 0|req: 788/1605] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:12:28 2026] POST /v2.0/networks => generated 631 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1606] 10.0.0.222 () {34 vars in 664 bytes} [Tue Jun 30 19:12:29 2026] POST /v2.0/ports => generated 743 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 790/1607] 10.0.0.222 () {34 vars in 666 bytes} [Tue Jun 30 19:12:29 2026] POST /v2.0/trunks => generated 407 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1608] 10.0.0.222 () {34 vars in 749 bytes} [Tue Jun 30 19:12:29 2026] PUT /v2.0/trunks/b72a133f-e00a-4c8f-848c-f75f1cfd41b6/tags => generated 17 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1609] 10.0.0.222 () {34 vars in 749 bytes} [Tue Jun 30 19:12:29 2026] PUT /v2.0/trunks/02ad10cb-a008-47f1-adbb-98ba38b9e9f0/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1610] 10.0.0.222 () {34 vars in 783 bytes} [Tue Jun 30 19:12:28 2026] PUT /v2.0/routers/f070a045-d3a2-4017-a9ea-6d028a11a998/add_router_interface => generated 309 bytes in 1107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1611] 10.0.0.222 () {34 vars in 749 bytes} [Tue Jun 30 19:12:29 2026] PUT /v2.0/trunks/cd447988-4c00-4cab-b3b3-8bcf1c639610/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1612] 10.0.0.222 () {34 vars in 749 bytes} [Tue Jun 30 19:12:29 2026] PUT /v2.0/trunks/59ff1105-9ee0-4c0a-b4bb-67482b700ebd/tags => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1613] 10.0.0.222 () {32 vars in 662 bytes} [Tue Jun 30 19:12:29 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1614] 10.0.0.222 () {32 vars in 676 bytes} [Tue Jun 30 19:12:29 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1615] 10.0.0.222 () {32 vars in 672 bytes} [Tue Jun 30 19:12:29 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1616] 10.0.0.222 () {32 vars in 684 bytes} [Tue Jun 30 19:12:29 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1617] 10.0.0.222 () {32 vars in 670 bytes} [Tue Jun 30 19:12:29 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1618] 10.0.0.222 () {32 vars in 684 bytes} [Tue Jun 30 19:12:29 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1619] 10.0.0.222 () {32 vars in 680 bytes} [Tue Jun 30 19:12:29 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1620] 10.0.0.222 () {32 vars in 692 bytes} [Tue Jun 30 19:12:29 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1621] 10.0.0.222 () {32 vars in 719 bytes} [Tue Jun 30 19:12:29 2026] GET /v2.0/trunks/b72a133f-e00a-4c8f-848c-f75f1cfd41b6 => generated 412 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1622] 10.0.0.222 () {34 vars in 665 bytes} [Tue Jun 30 19:12:29 2026] POST /v2.0/ports => generated 959 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 804/1623] 10.0.0.222 () {32 vars in 717 bytes} [Tue Jun 30 19:12:29 2026] GET /v2.0/ports/7fdb20fe-8df0-4442-aa35-2a892460cd52 => generated 826 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1624] 10.0.0.222 () {32 vars in 722 bytes} [Tue Jun 30 19:12:29 2026] DELETE /v2.0/trunks/b72a133f-e00a-4c8f-848c-f75f1cfd41b6 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1625] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:30 2026] GET /v2.0/ports?device_id=b7a65e22-1ab3-40f0-a9bc-f22dfbd419ff => generated 1010 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1626] 10.0.0.222 () {32 vars in 719 bytes} [Tue Jun 30 19:12:30 2026] GET /v2.0/trunks/02ad10cb-a008-47f1-adbb-98ba38b9e9f0 => generated 420 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1627] 10.0.0.130 () {34 vars in 1120 bytes} [Tue Jun 30 19:12:30 2026] GET /v2.0/security-groups?id=4d0b5d11-2d93-4af9-b330-31f7aca7c3e3&id=54094355-56ab-46f1-8bcf-957fc1bbdc5e&fields=id&fields=name => generated 205 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1628] 10.0.0.222 () {32 vars in 717 bytes} [Tue Jun 30 19:12:30 2026] GET /v2.0/ports/38780711-d5a9-4182-a3a8-cb2a88ae4cf8 => generated 826 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1629] 10.0.0.222 () {34 vars in 665 bytes} [Tue Jun 30 19:12:29 2026] POST /v2.0/ports => generated 959 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 821/1630] 10.0.0.222 () {32 vars in 722 bytes} [Tue Jun 30 19:12:30 2026] DELETE /v2.0/trunks/02ad10cb-a008-47f1-adbb-98ba38b9e9f0 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1631] 10.0.0.222 () {32 vars in 736 bytes} [Tue Jun 30 19:12:30 2026] GET /v2.0/ports?device_id=b7a65e22-1ab3-40f0-a9bc-f22dfbd419ff => generated 1279 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1632] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:12:30 2026] GET /v2.0/security-groups?tenant_id=40dc0e3088834010a96b1993d39e4658&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1633] 10.0.0.222 () {32 vars in 719 bytes} [Tue Jun 30 19:12:30 2026] GET /v2.0/trunks/cd447988-4c00-4cab-b3b3-8bcf1c639610 => generated 429 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1634] 10.0.0.222 () {32 vars in 858 bytes} [Tue Jun 30 19:12:30 2026] GET /v2.0/floatingips?floating_network_id=c5f20855-a26f-47b4-a22c-263d854bcca2&port_id=032d8fb5-db43-4041-9fea-a581d43864e3 => generated 860 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1635] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:30 2026] DELETE /v2.0/security-groups/c393a704-e420-4a6c-a8a6-fbe9882a26ff => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1636] 10.0.0.222 () {32 vars in 717 bytes} [Tue Jun 30 19:12:30 2026] GET /v2.0/ports/59b177ed-1472-48e6-b9cf-20ae53e8839c => generated 826 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1637] 10.0.0.222 () {32 vars in 722 bytes} [Tue Jun 30 19:12:30 2026] DELETE /v2.0/trunks/cd447988-4c00-4cab-b3b3-8bcf1c639610 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1638] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:12:30 2026] GET /v2.0/security-groups?tenant_id=1dc1c54024f541f4ada18edc142a2a37&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1639] 10.0.0.222 () {32 vars in 719 bytes} [Tue Jun 30 19:12:30 2026] GET /v2.0/trunks/59ff1105-9ee0-4c0a-b4bb-67482b700ebd => generated 414 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1640] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:30 2026] DELETE /v2.0/security-groups/6bb915aa-c356-404a-85aa-1f419494e450 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1641] 10.0.0.222 () {32 vars in 717 bytes} [Tue Jun 30 19:12:31 2026] GET /v2.0/ports/16f64731-5aa4-4300-bb8c-fc65829e8300 => generated 826 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1642] 10.0.0.222 () {32 vars in 722 bytes} [Tue Jun 30 19:12:31 2026] DELETE /v2.0/trunks/59ff1105-9ee0-4c0a-b4bb-67482b700ebd => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1643] 10.0.0.222 () {32 vars in 719 bytes} [Tue Jun 30 19:12:31 2026] GET /v2.0/trunks/8f6ef620-2780-4583-9638-54e8f67b1db8 => generated 407 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:31.240 8 INFO neutron.db.l3_db [None req-700c4feb-7779-4dce-b8d2-93afb28603b9 65c1b78d2c7c45b0bf37947261a64e9b 3846d9a8490942b28a9bde73d0d4b137 - - default default] Floating IP 095a81d6-8b7d-468e-93d2-a9a2d227de45 associated. External IP: 10.96.250.206, port: 1fbddef8-a6b4-4c5f-aa99-1c1588d3157f. [pid: 7|app: 0|req: 836/1646] 10.0.0.222 () {32 vars in 717 bytes} [Tue Jun 30 19:12:31 2026] GET /v2.0/ports/b3b7077e-44cb-497e-b4ea-de73795df666 => generated 826 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1647] 10.0.0.111 () {34 vars in 990 bytes} [Tue Jun 30 19:12:31 2026] GET /v2.0/ports?device_id=b7a65e22-1ab3-40f0-a9bc-f22dfbd419ff => generated 1279 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1648] 10.0.0.222 () {32 vars in 722 bytes} [Tue Jun 30 19:12:31 2026] DELETE /v2.0/trunks/8f6ef620-2780-4583-9638-54e8f67b1db8 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1649] 10.0.0.111 () {34 vars in 1120 bytes} [Tue Jun 30 19:12:31 2026] GET /v2.0/security-groups?id=4d0b5d11-2d93-4af9-b330-31f7aca7c3e3&id=54094355-56ab-46f1-8bcf-957fc1bbdc5e&fields=id&fields=name => generated 205 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:31.486 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd982ba1-85b7-41a7-998a-a95d9a64d868 465ab045f7984c8da1b81293da79664d 1ede9f3cfcc6428c978a602e70b23d87 - - default default] TaaS: Handle Delete Port: 7fdb20fe-8df0-4442-aa35-2a892460cd52 2026-06-30 19:12:31.489 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd982ba1-85b7-41a7-998a-a95d9a64d868 465ab045f7984c8da1b81293da79664d 1ede9f3cfcc6428c978a602e70b23d87 - - default default] Tap Mirror: Handle Delete Port: 7fdb20fe-8df0-4442-aa35-2a892460cd52 [pid: 7|app: 0|req: 840/1650] 10.0.0.222 () {32 vars in 720 bytes} [Tue Jun 30 19:12:31 2026] DELETE /v2.0/ports/7fdb20fe-8df0-4442-aa35-2a892460cd52 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1651] 10.0.0.222 () {34 vars in 677 bytes} [Tue Jun 30 19:12:30 2026] POST /v2.0/floatingips => generated 843 bytes in 1136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:31.662 7 INFO neutron_taas.services.taas.taas_plugin [None req-82eaf6da-00fd-4b56-941e-e61ebe8c490d 465ab045f7984c8da1b81293da79664d 1ede9f3cfcc6428c978a602e70b23d87 - - default default] TaaS: Handle Delete Port: 38780711-d5a9-4182-a3a8-cb2a88ae4cf8 2026-06-30 19:12:31.665 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82eaf6da-00fd-4b56-941e-e61ebe8c490d 465ab045f7984c8da1b81293da79664d 1ede9f3cfcc6428c978a602e70b23d87 - - default default] Tap Mirror: Handle Delete Port: 38780711-d5a9-4182-a3a8-cb2a88ae4cf8 2026-06-30 19:12:31.692 8 INFO neutron.db.l3_db [None req-d2bca51a-c8ca-4837-9763-53379a0ab012 65c1b78d2c7c45b0bf37947261a64e9b 3846d9a8490942b28a9bde73d0d4b137 - - default default] Floating IP 095a81d6-8b7d-468e-93d2-a9a2d227de45 disassociated. External IP: 10.96.250.206, port: 1fbddef8-a6b4-4c5f-aa99-1c1588d3157f. [pid: 7|app: 0|req: 841/1652] 10.0.0.222 () {32 vars in 720 bytes} [Tue Jun 30 19:12:31 2026] DELETE /v2.0/ports/38780711-d5a9-4182-a3a8-cb2a88ae4cf8 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:31.826 7 INFO neutron_taas.services.taas.taas_plugin [None req-f84e0c1e-f618-4d5c-a2fe-e1a2dbbb9b0c 465ab045f7984c8da1b81293da79664d 1ede9f3cfcc6428c978a602e70b23d87 - - default default] TaaS: Handle Delete Port: 59b177ed-1472-48e6-b9cf-20ae53e8839c 2026-06-30 19:12:31.828 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f84e0c1e-f618-4d5c-a2fe-e1a2dbbb9b0c 465ab045f7984c8da1b81293da79664d 1ede9f3cfcc6428c978a602e70b23d87 - - default default] Tap Mirror: Handle Delete Port: 59b177ed-1472-48e6-b9cf-20ae53e8839c [pid: 7|app: 0|req: 842/1653] 10.0.0.222 () {32 vars in 720 bytes} [Tue Jun 30 19:12:31 2026] DELETE /v2.0/ports/59b177ed-1472-48e6-b9cf-20ae53e8839c => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:32.002 7 INFO neutron_taas.services.taas.taas_plugin [None req-4c86f021-7fd4-4bcc-9d84-2a04bcb7090f 465ab045f7984c8da1b81293da79664d 1ede9f3cfcc6428c978a602e70b23d87 - - default default] TaaS: Handle Delete Port: 16f64731-5aa4-4300-bb8c-fc65829e8300 [pid: 8|app: 0|req: 812/1654] 10.0.0.222 () {34 vars in 749 bytes} [Tue Jun 30 19:12:31 2026] PUT /v2.0/floatingips/095a81d6-8b7d-468e-93d2-a9a2d227de45 => generated 552 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:32.005 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c86f021-7fd4-4bcc-9d84-2a04bcb7090f 465ab045f7984c8da1b81293da79664d 1ede9f3cfcc6428c978a602e70b23d87 - - default default] Tap Mirror: Handle Delete Port: 16f64731-5aa4-4300-bb8c-fc65829e8300 [pid: 7|app: 0|req: 843/1655] 10.0.0.222 () {32 vars in 720 bytes} [Tue Jun 30 19:12:31 2026] DELETE /v2.0/ports/16f64731-5aa4-4300-bb8c-fc65829e8300 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:32.125 8 INFO neutron_taas.services.taas.taas_plugin [None req-a42b43ab-a1ec-47d7-8dcf-b6cbda2e26b3 65c1b78d2c7c45b0bf37947261a64e9b 3846d9a8490942b28a9bde73d0d4b137 - - default default] TaaS: Handle Delete Port: 1d8a80bf-b4cf-4097-9402-9f7e0ca483ef 2026-06-30 19:12:32.131 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a42b43ab-a1ec-47d7-8dcf-b6cbda2e26b3 65c1b78d2c7c45b0bf37947261a64e9b 3846d9a8490942b28a9bde73d0d4b137 - - default default] Tap Mirror: Handle Delete Port: 1d8a80bf-b4cf-4097-9402-9f7e0ca483ef 2026-06-30 19:12:32.192 7 INFO neutron_taas.services.taas.taas_plugin [None req-bd5288ba-6c70-40d9-a3b6-358fddc7132a 465ab045f7984c8da1b81293da79664d 1ede9f3cfcc6428c978a602e70b23d87 - - default default] TaaS: Handle Delete Port: b3b7077e-44cb-497e-b4ea-de73795df666 2026-06-30 19:12:32.195 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd5288ba-6c70-40d9-a3b6-358fddc7132a 465ab045f7984c8da1b81293da79664d 1ede9f3cfcc6428c978a602e70b23d87 - - default default] Tap Mirror: Handle Delete Port: b3b7077e-44cb-497e-b4ea-de73795df666 [pid: 7|app: 0|req: 844/1656] 10.0.0.222 () {32 vars in 720 bytes} [Tue Jun 30 19:12:32 2026] DELETE /v2.0/ports/b3b7077e-44cb-497e-b4ea-de73795df666 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1657] 10.0.0.222 () {32 vars in 732 bytes} [Tue Jun 30 19:12:32 2026] DELETE /v2.0/floatingips/095a81d6-8b7d-468e-93d2-a9a2d227de45 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:32.388 7 INFO neutron.services.segments.plugin [-] Segment 0dd2ded0-ec8c-4d4c-80da-c281f0400d8a resource provider aggregate not found 2026-06-30 19:12:32.394 7 INFO neutron.services.segments.plugin [-] Segment 0dd2ded0-ec8c-4d4c-80da-c281f0400d8a resource provider aggregate not found 2026-06-30 19:12:32.408 7 INFO neutron.services.segments.plugin [-] Segment 0dd2ded0-ec8c-4d4c-80da-c281f0400d8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0dd2ded0-ec8c-4d4c-80da-c281f0400d8a found for delete ", "request_id": "req-baf8db0a-d40e-4bd5-bfba-cf721dfa8f30"}]} 2026-06-30 19:12:32.411 7 INFO neutron.services.segments.plugin [-] Segment 0dd2ded0-ec8c-4d4c-80da-c281f0400d8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0dd2ded0-ec8c-4d4c-80da-c281f0400d8a found for delete ", "request_id": "req-8dd497e6-a83b-410a-b8aa-d91e85b3b8d4"}]} [pid: 7|app: 0|req: 845/1658] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:12:32 2026] DELETE /v2.0/networks/f6c0f6a8-9564-4804-899d-31b1cba892cc => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1659] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:12:32 2026] DELETE /v2.0/networks/75bf47a6-de9f-453d-a84c-28809d9591b4 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1660] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:12:32 2026] DELETE /v2.0/networks/bf1eee99-8061-4f0b-ba19-d897b9334193 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1661] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:12:32 2026] DELETE /v2.0/networks/22877186-efcc-43f6-81dd-7442a7a62a2a => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1662] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:12:32 2026] DELETE /v2.0/networks/3726ea0f-eed7-4ff3-b437-f6b7dc15e978 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:33.148 8 INFO neutron.db.l3_db [None req-5ab21113-0761-4ab2-9d84-e3420c2b36b9 65c1b78d2c7c45b0bf37947261a64e9b 3846d9a8490942b28a9bde73d0d4b137 - - default default] Floating IP 8caabc1b-b53d-4adc-8708-f4e58ef8862e associated. External IP: 10.96.250.211, port: 2cbdd630-3310-4076-b26f-2e458dd5aa2e. [pid: 8|app: 0|req: 814/1663] 10.0.0.222 () {34 vars in 677 bytes} [Tue Jun 30 19:12:32 2026] POST /v2.0/floatingips => generated 843 bytes in 1153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1664] 10.0.0.222 () {32 vars in 729 bytes} [Tue Jun 30 19:12:33 2026] GET /v2.0/floatingips/8caabc1b-b53d-4adc-8708-f4e58ef8862e => generated 843 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1665] 10.0.0.222 () {32 vars in 655 bytes} [Tue Jun 30 19:12:33 2026] GET /v2.0/floatingips => generated 846 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1666] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:12:33 2026] GET /v2.0/security-groups?tenant_id=1ede9f3cfcc6428c978a602e70b23d87&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1667] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:33 2026] GET /v2.0/ports?device_id=b7a65e22-1ab3-40f0-a9bc-f22dfbd419ff => generated 1010 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1668] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:33 2026] DELETE /v2.0/security-groups/5d70fd8e-fd33-4aef-af1b-1bb6a307742c => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1669] 10.0.0.130 () {34 vars in 1120 bytes} [Tue Jun 30 19:12:34 2026] GET /v2.0/security-groups?id=4d0b5d11-2d93-4af9-b330-31f7aca7c3e3&id=54094355-56ab-46f1-8bcf-957fc1bbdc5e&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1670] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:12:34 2026] GET /v2.0/security-groups?tenant_id=4e5554084d9b4b00a875138d1d9647a7&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:12:34.243 7 INFO neutron.db.l3_db [None req-14e1bff4-908d-458e-b129-3068557c204f 65c1b78d2c7c45b0bf37947261a64e9b 3846d9a8490942b28a9bde73d0d4b137 - - default default] Floating IP 8caabc1b-b53d-4adc-8708-f4e58ef8862e associated. External IP: 10.96.250.211, port: 2cbdd630-3310-4076-b26f-2e458dd5aa2e. [pid: 8|app: 0|req: 821/1671] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:34 2026] DELETE /v2.0/security-groups/7afde5a1-27f1-4d44-9d54-4c68da31e7e3 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:34.429 7 INFO neutron.services.segments.plugin [-] Segment 73fa3121-0c2e-4dce-b8f7-8da54864a615 resource provider aggregate not found 2026-06-30 19:12:34.446 7 INFO neutron.services.segments.plugin [-] Segment 73fa3121-0c2e-4dce-b8f7-8da54864a615 resource provider aggregate not found 2026-06-30 19:12:34.462 7 INFO neutron.services.segments.plugin [-] Segment 73fa3121-0c2e-4dce-b8f7-8da54864a615 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73fa3121-0c2e-4dce-b8f7-8da54864a615 found for delete ", "request_id": "req-294dee83-0a08-4b95-aecc-556e63863b86"}]} 2026-06-30 19:12:34.467 7 INFO neutron.services.segments.plugin [-] Segment 73fa3121-0c2e-4dce-b8f7-8da54864a615 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73fa3121-0c2e-4dce-b8f7-8da54864a615 found for delete ", "request_id": "req-89920530-01da-4b20-92b3-c7704ed2aadc"}]} 2026-06-30 19:12:34.487 7 INFO neutron.services.segments.plugin [-] Segment 53036a62-f4f3-4347-8767-fed654b345c3 resource provider aggregate not found 2026-06-30 19:12:34.491 7 INFO neutron.services.segments.plugin [-] Segment 53036a62-f4f3-4347-8767-fed654b345c3 resource provider aggregate not found 2026-06-30 19:12:34.505 7 INFO neutron.services.segments.plugin [-] Segment 53036a62-f4f3-4347-8767-fed654b345c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53036a62-f4f3-4347-8767-fed654b345c3 found for delete ", "request_id": "req-419190e6-0512-42a1-a08a-e2394becf03c"}]} 2026-06-30 19:12:34.514 7 INFO neutron.services.segments.plugin [-] Segment 53036a62-f4f3-4347-8767-fed654b345c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53036a62-f4f3-4347-8767-fed654b345c3 found for delete ", "request_id": "req-cd23e72d-50b3-4f92-ab4d-7932ec8080c4"}]} 2026-06-30 19:12:34.527 7 INFO neutron.services.segments.plugin [-] Segment 34eddd7b-87dd-4b50-9216-b6ef14de1a7e resource provider aggregate not found [pid: 8|app: 0|req: 822/1672] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:12:34 2026] GET /v2.0/security-groups?tenant_id=489889f81647428b80454b789895f115&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:12:34.541 7 INFO neutron.services.segments.plugin [-] Segment 34eddd7b-87dd-4b50-9216-b6ef14de1a7e resource provider aggregate not found 2026-06-30 19:12:34.552 7 INFO neutron.services.segments.plugin [-] Segment 34eddd7b-87dd-4b50-9216-b6ef14de1a7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34eddd7b-87dd-4b50-9216-b6ef14de1a7e found for delete ", "request_id": "req-d15a8100-ce09-4080-a439-5794a536f481"}]} 2026-06-30 19:12:34.558 7 INFO neutron.services.segments.plugin [-] Segment 34eddd7b-87dd-4b50-9216-b6ef14de1a7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34eddd7b-87dd-4b50-9216-b6ef14de1a7e found for delete ", "request_id": "req-6a2979ae-dad6-4e76-818c-3a2c485ab5a5"}]} 2026-06-30 19:12:34.579 7 INFO neutron.services.segments.plugin [-] Segment 355e48b8-04dc-4bd9-8b9c-2731f545ace8 resource provider aggregate not found 2026-06-30 19:12:34.580 7 INFO neutron.services.segments.plugin [-] Segment 355e48b8-04dc-4bd9-8b9c-2731f545ace8 resource provider aggregate not found 2026-06-30 19:12:34.599 7 INFO neutron.services.segments.plugin [-] Segment 355e48b8-04dc-4bd9-8b9c-2731f545ace8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 355e48b8-04dc-4bd9-8b9c-2731f545ace8 found for delete ", "request_id": "req-76a446a1-8a3d-4c21-90d5-9c46346d11b1"}]} 2026-06-30 19:12:34.602 7 INFO neutron.services.segments.plugin [-] Segment 355e48b8-04dc-4bd9-8b9c-2731f545ace8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 355e48b8-04dc-4bd9-8b9c-2731f545ace8 found for delete ", "request_id": "req-682bb374-9b9d-4715-a681-eb0da95602a4"}]} [pid: 8|app: 0|req: 823/1673] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:34 2026] DELETE /v2.0/security-groups/c63a0052-b24c-4f4d-bb18-edaf0cb88fce => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1674] 10.0.0.222 () {34 vars in 749 bytes} [Tue Jun 30 19:12:33 2026] PUT /v2.0/floatingips/8caabc1b-b53d-4adc-8708-f4e58ef8862e => generated 843 bytes in 1225 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:34.952 8 INFO neutron.db.l3_db [None req-f21fc9c7-bdf9-4da1-9ea6-d56eaf58a899 65c1b78d2c7c45b0bf37947261a64e9b 3846d9a8490942b28a9bde73d0d4b137 - - default default] Floating IP 8caabc1b-b53d-4adc-8708-f4e58ef8862e disassociated. External IP: 10.96.250.211, port: 1fbddef8-a6b4-4c5f-aa99-1c1588d3157f. [pid: 7|app: 0|req: 852/1675] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:12:34 2026] GET /v2.0/security-groups?tenant_id=b352e368ab004a28a0098647aeae7018&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1676] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:35 2026] GET /v2.0/ports?device_id=b7a65e22-1ab3-40f0-a9bc-f22dfbd419ff => generated 1010 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1677] 10.0.0.222 () {34 vars in 749 bytes} [Tue Jun 30 19:12:34 2026] PUT /v2.0/floatingips/8caabc1b-b53d-4adc-8708-f4e58ef8862e => generated 552 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1678] 10.0.0.130 () {34 vars in 1120 bytes} [Tue Jun 30 19:12:35 2026] GET /v2.0/security-groups?id=4d0b5d11-2d93-4af9-b330-31f7aca7c3e3&id=54094355-56ab-46f1-8bcf-957fc1bbdc5e&fields=id&fields=name => generated 205 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1679] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:35 2026] DELETE /v2.0/security-groups/d308cec9-5136-4102-bfdd-b8137d7f6cc1 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:35.398 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad0d4268-16d3-4c18-965f-de59dcbad1c4 65c1b78d2c7c45b0bf37947261a64e9b 3846d9a8490942b28a9bde73d0d4b137 - - default default] TaaS: Handle Delete Port: 23a4cfb3-ab35-4867-9554-204696da27dc 2026-06-30 19:12:35.401 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad0d4268-16d3-4c18-965f-de59dcbad1c4 65c1b78d2c7c45b0bf37947261a64e9b 3846d9a8490942b28a9bde73d0d4b137 - - default default] Tap Mirror: Handle Delete Port: 23a4cfb3-ab35-4867-9554-204696da27dc [pid: 8|app: 0|req: 826/1680] 10.0.0.222 () {32 vars in 732 bytes} [Tue Jun 30 19:12:35 2026] DELETE /v2.0/floatingips/8caabc1b-b53d-4adc-8708-f4e58ef8862e => generated 0 bytes in 254 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:35.570 8 INFO neutron.api.v2.resource [None req-20e9e45a-43fb-4c89-900e-a3ef64c12348 65c1b78d2c7c45b0bf37947261a64e9b 3846d9a8490942b28a9bde73d0d4b137 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 827/1681] 10.0.0.222 () {32 vars in 732 bytes} [Tue Jun 30 19:12:35 2026] DELETE /v2.0/floatingips/8caabc1b-b53d-4adc-8708-f4e58ef8862e => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1682] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:12:35 2026] GET /v2.0/security-groups?tenant_id=781c8ac0990d47dbb5a5c64d33d8c411&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1683] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:35 2026] DELETE /v2.0/security-groups/da546b44-c48c-4ffc-be80-cd5a625b5b9e => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:35.724 8 INFO neutron_taas.services.taas.taas_plugin [None req-172fb1e8-40e2-4c07-90f7-f570cccf5e74 65c1b78d2c7c45b0bf37947261a64e9b 3846d9a8490942b28a9bde73d0d4b137 - - default default] TaaS: Handle Delete Port: 1fbddef8-a6b4-4c5f-aa99-1c1588d3157f 2026-06-30 19:12:35.727 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-172fb1e8-40e2-4c07-90f7-f570cccf5e74 65c1b78d2c7c45b0bf37947261a64e9b 3846d9a8490942b28a9bde73d0d4b137 - - default default] Tap Mirror: Handle Delete Port: 1fbddef8-a6b4-4c5f-aa99-1c1588d3157f [pid: 8|app: 0|req: 828/1684] 10.0.0.222 () {32 vars in 720 bytes} [Tue Jun 30 19:12:35 2026] DELETE /v2.0/ports/1fbddef8-a6b4-4c5f-aa99-1c1588d3157f => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:35.985 7 INFO neutron_taas.services.taas.taas_plugin [None req-9a5db488-4a74-4899-95d5-a872aecb67d5 65c1b78d2c7c45b0bf37947261a64e9b 3846d9a8490942b28a9bde73d0d4b137 - - default default] TaaS: Handle Delete Port: 2cbdd630-3310-4076-b26f-2e458dd5aa2e 2026-06-30 19:12:35.988 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a5db488-4a74-4899-95d5-a872aecb67d5 65c1b78d2c7c45b0bf37947261a64e9b 3846d9a8490942b28a9bde73d0d4b137 - - default default] Tap Mirror: Handle Delete Port: 2cbdd630-3310-4076-b26f-2e458dd5aa2e [pid: 7|app: 0|req: 857/1685] 10.0.0.222 () {32 vars in 720 bytes} [Tue Jun 30 19:12:35 2026] DELETE /v2.0/ports/2cbdd630-3310-4076-b26f-2e458dd5aa2e => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1686] 10.0.0.222 () {32 vars in 736 bytes} [Tue Jun 30 19:12:36 2026] GET /v2.0/ports?device_id=f070a045-d3a2-4017-a9ea-6d028a11a998 => generated 958 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1687] 199.204.45.89 () {34 vars in 993 bytes} [Tue Jun 30 19:12:36 2026] GET /v2.0/ports?device_id=b7a65e22-1ab3-40f0-a9bc-f22dfbd419ff => generated 1010 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:12:36.442 8 INFO neutron_taas.services.taas.taas_plugin [req-d7d3cc1d-155e-47ca-837b-c808ce23ce74 req-64af0b5a-766a-49e3-98ff-c49fe485a7ba 91e36c4e718544599e54b561c6ec9f8b b4fc6214e05741aeba454eebd6ec021d - - default default] TaaS: Handle Delete Port: 032d8fb5-db43-4041-9fea-a581d43864e3 2026-06-30 19:12:36.447 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d7d3cc1d-155e-47ca-837b-c808ce23ce74 req-64af0b5a-766a-49e3-98ff-c49fe485a7ba 91e36c4e718544599e54b561c6ec9f8b b4fc6214e05741aeba454eebd6ec021d - - default default] Tap Mirror: Handle Delete Port: 032d8fb5-db43-4041-9fea-a581d43864e3 2026-06-30 19:12:36.528 7 INFO neutron_taas.services.taas.taas_plugin [None req-5327c6b5-e3df-4bb5-a067-0f3a9106f0da 65c1b78d2c7c45b0bf37947261a64e9b 3846d9a8490942b28a9bde73d0d4b137 - - default default] TaaS: Handle Delete Port: 20a983e1-ad0b-44f2-a857-5381c96792fd 2026-06-30 19:12:36.531 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5327c6b5-e3df-4bb5-a067-0f3a9106f0da 65c1b78d2c7c45b0bf37947261a64e9b 3846d9a8490942b28a9bde73d0d4b137 - - default default] Tap Mirror: Handle Delete Port: 20a983e1-ad0b-44f2-a857-5381c96792fd 2026-06-30 19:12:36.570 8 INFO neutron.db.l3_db [req-d7d3cc1d-155e-47ca-837b-c808ce23ce74 req-64af0b5a-766a-49e3-98ff-c49fe485a7ba 91e36c4e718544599e54b561c6ec9f8b b4fc6214e05741aeba454eebd6ec021d - - default default] Floating IP 6bac3dda-95d7-4bfa-97d0-7be333782389 disassociated. External IP: 10.96.250.215, port: 032d8fb5-db43-4041-9fea-a581d43864e3. [pid: 8|app: 0|req: 831/1688] 199.204.45.89 () {36 vars in 996 bytes} [Tue Jun 30 19:12:36 2026] DELETE /v2.0/ports/032d8fb5-db43-4041-9fea-a581d43864e3 => generated 0 bytes in 596 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1689] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:36 2026] GET /v2.0/ports?device_id=b7a65e22-1ab3-40f0-a9bc-f22dfbd419ff => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:36.948 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-abd88039-a8be-4a71-be03-29df8ede540c'] response: {'server_uuid': 'b7a65e22-1ab3-40f0-a9bc-f22dfbd419ff', 'name': 'network-vif-deleted', 'tag': '032d8fb5-db43-4041-9fea-a581d43864e3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 858/1690] 10.0.0.222 () {34 vars in 789 bytes} [Tue Jun 30 19:12:36 2026] PUT /v2.0/routers/f070a045-d3a2-4017-a9ea-6d028a11a998/remove_router_interface => generated 309 bytes in 868 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:37.228 8 INFO neutron_taas.services.taas.taas_plugin [None req-77d8c7b8-83b3-4429-b3f9-9eeb2c41ffd8 65c1b78d2c7c45b0bf37947261a64e9b 3846d9a8490942b28a9bde73d0d4b137 - - default default] TaaS: Handle Delete Port: d9f59ca6-89f0-4b57-a5d5-7417892024ce 2026-06-30 19:12:37.231 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77d8c7b8-83b3-4429-b3f9-9eeb2c41ffd8 65c1b78d2c7c45b0bf37947261a64e9b 3846d9a8490942b28a9bde73d0d4b137 - - default default] Tap Mirror: Handle Delete Port: d9f59ca6-89f0-4b57-a5d5-7417892024ce 2026-06-30 19:12:37.441 8 INFO neutron_taas.services.taas.taas_plugin [None req-77d8c7b8-83b3-4429-b3f9-9eeb2c41ffd8 65c1b78d2c7c45b0bf37947261a64e9b 3846d9a8490942b28a9bde73d0d4b137 - - default default] TaaS: Handle Delete Port: f365d108-b112-4471-b007-b01ae92d1a67 2026-06-30 19:12:37.444 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77d8c7b8-83b3-4429-b3f9-9eeb2c41ffd8 65c1b78d2c7c45b0bf37947261a64e9b 3846d9a8490942b28a9bde73d0d4b137 - - default default] Tap Mirror: Handle Delete Port: f365d108-b112-4471-b007-b01ae92d1a67 2026-06-30 19:12:37.759 8 INFO neutron.services.segments.plugin [-] Segment 21c6d92a-9eeb-484a-85bb-daa7433a8867 resource provider aggregate not found 2026-06-30 19:12:37.760 8 INFO neutron.services.segments.plugin [-] Segment 21c6d92a-9eeb-484a-85bb-daa7433a8867 resource provider aggregate not found 2026-06-30 19:12:37.781 8 INFO neutron.services.segments.plugin [-] Segment 21c6d92a-9eeb-484a-85bb-daa7433a8867 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21c6d92a-9eeb-484a-85bb-daa7433a8867 found for delete ", "request_id": "req-b6a81df6-34ee-4201-b65b-a223865b8ce1"}]} 2026-06-30 19:12:37.784 8 INFO neutron.services.segments.plugin [-] Segment 21c6d92a-9eeb-484a-85bb-daa7433a8867 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21c6d92a-9eeb-484a-85bb-daa7433a8867 found for delete ", "request_id": "req-714b0d5b-d972-474f-b1cf-e2f45cbaa5e2"}]} 2026-06-30 19:12:37.794 8 INFO neutron.db.l3_hamode_db [None req-77d8c7b8-83b3-4429-b3f9-9eeb2c41ffd8 65c1b78d2c7c45b0bf37947261a64e9b 3846d9a8490942b28a9bde73d0d4b137 - - default default] HA network 062f0b73-3d1f-4d7c-94e0-3bc3bfe3446a was deleted as no HA routers are present in tenant 3846d9a8490942b28a9bde73d0d4b137. [pid: 8|app: 0|req: 833/1691] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:12:37 2026] DELETE /v2.0/routers/f070a045-d3a2-4017-a9ea-6d028a11a998 => generated 0 bytes in 769 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1692] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:12:37 2026] DELETE /v2.0/subnets/771cd819-883e-47bf-a28e-70924ff0e926 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1693] 10.0.0.222 () {34 vars in 676 bytes} [Tue Jun 30 19:12:37 2026] POST /v2.0/subnetpools => generated 516 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:38.061 7 INFO neutron.services.segments.plugin [-] Segment 5715185c-950b-4c7b-a611-d94f9e6f6dd8 resource provider aggregate not found 2026-06-30 19:12:38.066 7 INFO neutron.services.segments.plugin [-] Segment 5715185c-950b-4c7b-a611-d94f9e6f6dd8 resource provider aggregate not found 2026-06-30 19:12:38.079 7 INFO neutron.services.segments.plugin [-] Segment 5715185c-950b-4c7b-a611-d94f9e6f6dd8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5715185c-950b-4c7b-a611-d94f9e6f6dd8 found for delete ", "request_id": "req-57472cf6-229a-44f9-b914-187b1a886e9d"}]} [pid: 7|app: 0|req: 860/1694] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:12:37 2026] DELETE /v2.0/networks/5d018446-3328-4d52-9fa2-c676df27fedb => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:38.089 7 INFO neutron.services.segments.plugin [-] Segment 5715185c-950b-4c7b-a611-d94f9e6f6dd8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5715185c-950b-4c7b-a611-d94f9e6f6dd8 found for delete ", "request_id": "req-180bec85-b58c-4f0b-8cf3-ce82a6f4e6b9"}]} [pid: 7|app: 0|req: 861/1695] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:38 2026] GET /v2.0/ports?device_id=b7a65e22-1ab3-40f0-a9bc-f22dfbd419ff => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1696] 10.0.0.222 () {34 vars in 759 bytes} [Tue Jun 30 19:12:38 2026] PUT /v2.0/subnetpools/eeae0283-98fe-4023-86a4-cccd5959f166/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1697] 10.0.0.222 () {32 vars in 739 bytes} [Tue Jun 30 19:12:38 2026] GET /v2.0/subnetpools/eeae0283-98fe-4023-86a4-cccd5959f166/tags => generated 25 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1698] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:12:38 2026] GET /v2.0/security-groups?tenant_id=cb10112e9f6247e0a775d71181d82874&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1699] 10.0.0.222 () {34 vars in 770 bytes} [Tue Jun 30 19:12:38 2026] PUT /v2.0/subnetpools/eeae0283-98fe-4023-86a4-cccd5959f166/tags/green => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1700] 10.0.0.222 () {32 vars in 739 bytes} [Tue Jun 30 19:12:38 2026] GET /v2.0/subnetpools/eeae0283-98fe-4023-86a4-cccd5959f166/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1701] 10.0.0.222 () {34 vars in 766 bytes} [Tue Jun 30 19:12:38 2026] PUT /v2.0/subnetpools/eeae0283-98fe-4023-86a4-cccd5959f166/tags/red => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1702] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:38 2026] DELETE /v2.0/security-groups/b83a197f-8913-45f5-893b-028164ac7376 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1703] 10.0.0.222 () {32 vars in 739 bytes} [Tue Jun 30 19:12:38 2026] GET /v2.0/subnetpools/eeae0283-98fe-4023-86a4-cccd5959f166/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1704] 10.0.0.222 () {34 vars in 788 bytes} [Tue Jun 30 19:12:38 2026] PUT /v2.0/subnetpools/eeae0283-98fe-4023-86a4-cccd5959f166/tags/black.or.white => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1705] 10.0.0.222 () {32 vars in 739 bytes} [Tue Jun 30 19:12:38 2026] GET /v2.0/subnetpools/eeae0283-98fe-4023-86a4-cccd5959f166/tags => generated 52 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1706] 10.0.0.222 () {34 vars in 759 bytes} [Tue Jun 30 19:12:38 2026] PUT /v2.0/subnetpools/eeae0283-98fe-4023-86a4-cccd5959f166/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1707] 10.0.0.222 () {32 vars in 739 bytes} [Tue Jun 30 19:12:38 2026] GET /v2.0/subnetpools/eeae0283-98fe-4023-86a4-cccd5959f166/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1708] 10.0.0.222 () {32 vars in 747 bytes} [Tue Jun 30 19:12:38 2026] GET /v2.0/subnetpools/eeae0283-98fe-4023-86a4-cccd5959f166/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:38.568 8 INFO neutron.api.v2.resource [None req-e8ac4566-4df8-49ca-9ddd-1e0b3c97be70 93e9d5c6f7fd4cdeb71d08220b726c5f f76eda838801443b8a8c3211557480cd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 840/1709] 10.0.0.222 () {32 vars in 751 bytes} [Tue Jun 30 19:12:38 2026] GET /v2.0/subnetpools/eeae0283-98fe-4023-86a4-cccd5959f166/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1710] 10.0.0.222 () {32 vars in 750 bytes} [Tue Jun 30 19:12:38 2026] DELETE /v2.0/subnetpools/eeae0283-98fe-4023-86a4-cccd5959f166/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1711] 10.0.0.222 () {32 vars in 739 bytes} [Tue Jun 30 19:12:38 2026] GET /v2.0/subnetpools/eeae0283-98fe-4023-86a4-cccd5959f166/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:38.683 8 INFO neutron.api.v2.resource [None req-413797a6-7d6c-478b-b4e0-aaa128a3cd56 93e9d5c6f7fd4cdeb71d08220b726c5f f76eda838801443b8a8c3211557480cd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 843/1712] 10.0.0.222 () {32 vars in 754 bytes} [Tue Jun 30 19:12:38 2026] DELETE /v2.0/subnetpools/eeae0283-98fe-4023-86a4-cccd5959f166/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1713] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:12:38 2026] GET /v2.0/security-groups?tenant_id=3846d9a8490942b28a9bde73d0d4b137&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1714] 10.0.0.222 () {32 vars in 742 bytes} [Tue Jun 30 19:12:38 2026] DELETE /v2.0/subnetpools/eeae0283-98fe-4023-86a4-cccd5959f166/tags => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1715] 10.0.0.222 () {32 vars in 739 bytes} [Tue Jun 30 19:12:38 2026] GET /v2.0/subnetpools/eeae0283-98fe-4023-86a4-cccd5959f166/tags => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1716] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:38 2026] DELETE /v2.0/security-groups/b7ec1894-486f-43da-81c4-d9b0f2bedcc0 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1717] 10.0.0.222 () {32 vars in 732 bytes} [Tue Jun 30 19:12:38 2026] DELETE /v2.0/subnetpools/eeae0283-98fe-4023-86a4-cccd5959f166 => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1718] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:12:39 2026] GET /v2.0/ports?device_id=b7a65e22-1ab3-40f0-a9bc-f22dfbd419ff => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1719] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:12:39 2026] GET /v2.0/security-groups?tenant_id=f76eda838801443b8a8c3211557480cd&name=default => generated 2925 bytes in 492 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1720] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:39 2026] DELETE /v2.0/security-groups/0887d054-8173-4c33-85c7-75942b48253c => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1721] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:12:40 2026] GET /v2.0/security-groups?tenant_id=38b4ac95d2434bdeb8c791a75833b708&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1722] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:40 2026] DELETE /v2.0/security-groups/08776b31-832a-4a1c-a27e-fb36249325b2 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:40.310 8 INFO neutron.db.segments_db [None req-8c0829e7-2afb-4899-bc30-1bba3dd38cd5 353dba5cdfe84083b7d1e8aad988fc3e a84cfb31e4234b1c957fa7ee3fa81a7f - - default default] Added segment 81ce305b-7e9f-430c-8d88-438bcf9dcb06 of type vxlan for network 14c1c074-4e2a-4f36-8283-dbb20b262153 [pid: 8|app: 0|req: 848/1723] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:12:40 2026] POST /v2.0/networks => generated 644 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1724] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:40 2026] DELETE /v2.0/security-groups/4d0b5d11-2d93-4af9-b330-31f7aca7c3e3 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:40.436 7 INFO neutron.api.v2.resource [None req-5530c3b7-eba6-4fb0-a906-e610edd94c6c 91e36c4e718544599e54b561c6ec9f8b b4fc6214e05741aeba454eebd6ec021d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 877/1725] 10.0.0.222 () {32 vars in 737 bytes} [Tue Jun 30 19:12:40 2026] GET /v2.0/security-groups/4d0b5d11-2d93-4af9-b330-31f7aca7c3e3 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:12:40.529 7 INFO neutron_taas.services.taas.taas_plugin [None req-2cd1655c-9f70-41be-a6c1-6f63bbe2a81d 91e36c4e718544599e54b561c6ec9f8b b4fc6214e05741aeba454eebd6ec021d - - default default] TaaS: Handle Delete Port: b07e4ec2-d76f-4dc1-a27d-b52b82d6a8e7 2026-06-30 19:12:40.532 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2cd1655c-9f70-41be-a6c1-6f63bbe2a81d 91e36c4e718544599e54b561c6ec9f8b b4fc6214e05741aeba454eebd6ec021d - - default default] Tap Mirror: Handle Delete Port: b07e4ec2-d76f-4dc1-a27d-b52b82d6a8e7 [pid: 7|app: 0|req: 878/1726] 10.0.0.222 () {32 vars in 732 bytes} [Tue Jun 30 19:12:40 2026] DELETE /v2.0/floatingips/6bac3dda-95d7-4bfa-97d0-7be333782389 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1727] 10.0.0.222 () {34 vars in 665 bytes} [Tue Jun 30 19:12:40 2026] POST /v2.0/ports => generated 774 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 850/1728] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:40 2026] DELETE /v2.0/security-groups/54094355-56ab-46f1-8bcf-957fc1bbdc5e => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:40.862 8 INFO neutron.db.segments_db [None req-ec843b90-339f-4df9-9ce0-11df6af585cc 353dba5cdfe84083b7d1e8aad988fc3e a84cfb31e4234b1c957fa7ee3fa81a7f - - default default] Added segment b2a2ed7e-061a-4947-a829-5a26a87dee99 of type vxlan for network 211ad381-0fd8-48f7-8900-77490f5540f4 2026-06-30 19:12:40.901 7 INFO neutron.db.segments_db [None req-76e5c5d1-887b-46f9-b9bc-a4d00f4fa972 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] Added segment 47a2c439-0808-45b4-a01f-53d1894aa6b6 of type vxlan for network 26773132-0180-47c5-97aa-bb7af1ae838d [pid: 8|app: 0|req: 851/1729] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:12:40 2026] POST /v2.0/networks => generated 629 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1730] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:12:40 2026] POST /v2.0/networks => generated 630 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1731] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:12:40 2026] POST /v2.0/subnets => generated 626 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:41.231 7 INFO neutron.db.segments_db [None req-afb4e34e-3bff-4429-8cc9-bce1642822ef 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] Added segment 525bd8ca-0ffe-4167-9e1f-42b048d2c1ca of type vxlan for network ebfbb584-593b-4752-9c07-d28777e44b6f [pid: 7|app: 0|req: 881/1732] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:12:41 2026] POST /v2.0/networks => generated 629 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:41.349 8 INFO neutron_taas.services.taas.taas_plugin [None req-1a500cb0-ecd5-46d9-9fe7-4606efe907a8 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: 698566a1-4bca-4ff9-996f-14224c09d3e1 2026-06-30 19:12:41.352 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a500cb0-ecd5-46d9-9fe7-4606efe907a8 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: 698566a1-4bca-4ff9-996f-14224c09d3e1 [pid: 7|app: 0|req: 882/1733] 10.0.0.222 () {34 vars in 665 bytes} [Tue Jun 30 19:12:41 2026] POST /v2.0/ports => generated 949 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 883/1734] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:12:41 2026] POST /v2.0/subnets => generated 626 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1735] 10.0.0.222 () {34 vars in 789 bytes} [Tue Jun 30 19:12:40 2026] PUT /v2.0/routers/702f8a69-3114-4735-b102-c45eb5f08efa/remove_router_interface => generated 309 bytes in 905 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:41.885 7 INFO neutron_taas.services.taas.taas_plugin [None req-90ef6697-7f3c-4ec5-9b83-8f7d20428e14 353dba5cdfe84083b7d1e8aad988fc3e a84cfb31e4234b1c957fa7ee3fa81a7f - - default default] TaaS: Handle Delete Port: 6a3a3d39-4c67-44d0-8115-911efa1a1cad 2026-06-30 19:12:41.888 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90ef6697-7f3c-4ec5-9b83-8f7d20428e14 353dba5cdfe84083b7d1e8aad988fc3e a84cfb31e4234b1c957fa7ee3fa81a7f - - default default] Tap Mirror: Handle Delete Port: 6a3a3d39-4c67-44d0-8115-911efa1a1cad [pid: 7|app: 0|req: 884/1736] 10.0.0.222 () {32 vars in 720 bytes} [Tue Jun 30 19:12:41 2026] DELETE /v2.0/ports/6a3a3d39-4c67-44d0-8115-911efa1a1cad => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1737] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:12:41 2026] POST /v2.0/subnets => generated 626 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:42.183 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6f1d63c0-445e-4041-93a1-988cec2afa0e 353dba5cdfe84083b7d1e8aad988fc3e a84cfb31e4234b1c957fa7ee3fa81a7f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 854/1738] 10.0.0.222 () {32 vars in 720 bytes} [Tue Jun 30 19:12:42 2026] DELETE /v2.0/ports/6a3a3d39-4c67-44d0-8115-911efa1a1cad => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:12:42.241 8 INFO neutron.db.segments_db [None req-40e04796-baf6-419d-a7d6-aa2e5e6f91cc 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] Added segment 545579b9-5fa7-42b1-a60f-ed70d40d32d2 of type vxlan for network 7252ce24-65a6-4feb-b949-4085dd1377b6 2026-06-30 19:12:42.303 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a34050d-d462-491a-b9d4-075e3cd4c5ae 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: acd101fc-cbb5-4960-9681-ffac78035182 2026-06-30 19:12:42.305 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a34050d-d462-491a-b9d4-075e3cd4c5ae 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: acd101fc-cbb5-4960-9681-ffac78035182 2026-06-30 19:12:42.489 8 INFO neutron.db.l3_hamode_db [None req-40e04796-baf6-419d-a7d6-aa2e5e6f91cc 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:12:42.516 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a34050d-d462-491a-b9d4-075e3cd4c5ae 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: 843d13eb-03c1-42ad-bf60-5602ac2b426e 2026-06-30 19:12:42.518 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a34050d-d462-491a-b9d4-075e3cd4c5ae 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: 843d13eb-03c1-42ad-bf60-5602ac2b426e 2026-06-30 19:12:42.580 8 INFO neutron.db.l3_hamode_db [None req-40e04796-baf6-419d-a7d6-aa2e5e6f91cc 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:12:42.834 7 INFO neutron.services.segments.plugin [-] Segment 801e2d22-7562-4758-93c6-091848669630 resource provider aggregate not found 2026-06-30 19:12:42.840 7 INFO neutron.services.segments.plugin [-] Segment 801e2d22-7562-4758-93c6-091848669630 resource provider aggregate not found 2026-06-30 19:12:42.851 7 INFO neutron.services.segments.plugin [-] Segment 801e2d22-7562-4758-93c6-091848669630 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 801e2d22-7562-4758-93c6-091848669630 found for delete ", "request_id": "req-a0ee89a2-86b5-43d8-8ab4-a49ce89995ac"}]} 2026-06-30 19:12:42.863 7 INFO neutron.services.segments.plugin [-] Segment 801e2d22-7562-4758-93c6-091848669630 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 801e2d22-7562-4758-93c6-091848669630 found for delete ", "request_id": "req-575207a9-8d61-49b9-9d80-5c4dbf105728"}]} 2026-06-30 19:12:42.870 7 INFO neutron.db.l3_hamode_db [None req-3a34050d-d462-491a-b9d4-075e3cd4c5ae 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] HA network 1f298218-aaaa-460e-a42d-3426df563861 was deleted as no HA routers are present in tenant b4fc6214e05741aeba454eebd6ec021d. [pid: 7|app: 0|req: 885/1739] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:12:42 2026] DELETE /v2.0/routers/702f8a69-3114-4735-b102-c45eb5f08efa => generated 0 bytes in 776 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:42.895 7 INFO neutron.pecan_wsgi.hooks.translation [None req-441be0bd-2509-40fc-971f-0032f5b9ba0e 353dba5cdfe84083b7d1e8aad988fc3e a84cfb31e4234b1c957fa7ee3fa81a7f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 886/1740] 10.0.0.222 () {32 vars in 717 bytes} [Tue Jun 30 19:12:42 2026] GET /v2.0/ports/6a3a3d39-4c67-44d0-8115-911efa1a1cad => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1741] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:12:42 2026] DELETE /v2.0/subnets/37d81d2e-6a17-4ef4-a977-0ea7a571b865 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1742] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:12:42 2026] POST /v2.0/routers => generated 505 bytes in 994 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:43.246 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa14ee51-62a4-4cf0-975f-5a6505906336 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: b341a189-31fa-4816-a8e7-c41cb7aecefa 2026-06-30 19:12:43.248 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa14ee51-62a4-4cf0-975f-5a6505906336 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: b341a189-31fa-4816-a8e7-c41cb7aecefa [pid: 7|app: 0|req: 888/1743] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:12:43 2026] DELETE /v2.0/subnets/803e2a56-3315-4632-9e9d-d5382711b4af => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:43.784 8 INFO neutron.services.segments.plugin [-] Segment a2dba9b6-4e28-4f38-8d81-d9962ed7df70 resource provider aggregate not found 2026-06-30 19:12:43.789 8 INFO neutron.services.segments.plugin [-] Segment a2dba9b6-4e28-4f38-8d81-d9962ed7df70 resource provider aggregate not found 2026-06-30 19:12:43.802 8 INFO neutron.services.segments.plugin [-] Segment a2dba9b6-4e28-4f38-8d81-d9962ed7df70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2dba9b6-4e28-4f38-8d81-d9962ed7df70 found for delete ", "request_id": "req-36f9b1e9-dc99-4c8a-9576-0f97d25b1ce9"}]} 2026-06-30 19:12:43.803 8 INFO neutron.services.segments.plugin [-] Segment a2dba9b6-4e28-4f38-8d81-d9962ed7df70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2dba9b6-4e28-4f38-8d81-d9962ed7df70 found for delete ", "request_id": "req-5237596b-c186-478d-b57c-27925b05b03e"}]} [pid: 8|app: 0|req: 856/1744] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:12:43 2026] DELETE /v2.0/networks/54d5066b-11c3-4826-ae73-da8770532580 => generated 0 bytes in 626 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:43.869 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8a3355b-b225-49ab-85a9-ee28b33857cb 353dba5cdfe84083b7d1e8aad988fc3e a84cfb31e4234b1c957fa7ee3fa81a7f - - default default] TaaS: Handle Delete Port: f9a6ae91-aee2-436e-81e6-be672fd4fc06 2026-06-30 19:12:43.871 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8a3355b-b225-49ab-85a9-ee28b33857cb 353dba5cdfe84083b7d1e8aad988fc3e a84cfb31e4234b1c957fa7ee3fa81a7f - - default default] Tap Mirror: Handle Delete Port: f9a6ae91-aee2-436e-81e6-be672fd4fc06 [pid: 8|app: 0|req: 857/1745] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:12:43 2026] DELETE /v2.0/networks/211ad381-0fd8-48f7-8900-77490f5540f4 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1746] 10.0.0.222 () {34 vars in 783 bytes} [Tue Jun 30 19:12:43 2026] PUT /v2.0/routers/b1143c8e-1a7f-4b57-9c01-04f0107fee88/add_router_interface => generated 309 bytes in 1016 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:44.338 8 INFO neutron.db.segments_db [None req-01f87023-37a6-4e41-98d8-9a99d9c36412 d984fba6f1cf473087ce78ca374607d9 d8b7b20f57a443b4a0a856d1787c543c - - default default] Added segment 4f3950f7-fc0a-4863-b954-4ba12189ffd1 of type vxlan for network 3e75aeb3-df45-4872-a663-38e45f3cede1 [pid: 8|app: 0|req: 858/1747] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:12:44 2026] POST /v2.0/networks => generated 631 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:44.473 8 INFO neutron.db.segments_db [None req-6bae0d4f-c6b7-433d-9c7c-d40734a29b49 353dba5cdfe84083b7d1e8aad988fc3e a84cfb31e4234b1c957fa7ee3fa81a7f - - default default] Added segment d9778964-1539-4521-8260-e0351e239a0f of type vxlan for network 52c6708a-8048-49c8-a463-b83bf7bbaf84 [pid: 8|app: 0|req: 859/1748] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:12:44 2026] POST /v2.0/networks => generated 632 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1749] 10.0.0.222 () {32 vars in 717 bytes} [Tue Jun 30 19:12:44 2026] GET /v2.0/ports/28006be6-0f4a-46ff-9114-d8684bdce655 => generated 955 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:44.670 7 INFO neutron_taas.services.taas.taas_plugin [None req-89f68ae7-e785-41b2-803d-99a40dde11de 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: d8804a1b-32ef-4a24-a4e2-43efec71d22c 2026-06-30 19:12:44.673 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89f68ae7-e785-41b2-803d-99a40dde11de 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: d8804a1b-32ef-4a24-a4e2-43efec71d22c [pid: 8|app: 0|req: 861/1750] 10.0.0.222 () {34 vars in 664 bytes} [Tue Jun 30 19:12:44 2026] POST /v2.0/ports => generated 743 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 862/1751] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:12:44 2026] POST /v2.0/subnets => generated 626 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1752] 10.0.0.222 () {34 vars in 789 bytes} [Tue Jun 30 19:12:44 2026] PUT /v2.0/routers/5b0ecb7f-7c0f-407c-ba40-a2960ddf4415/remove_router_interface => generated 309 bytes in 880 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1753] 10.0.0.222 () {34 vars in 666 bytes} [Tue Jun 30 19:12:45 2026] POST /v2.0/trunks => generated 407 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1754] 10.0.0.222 () {34 vars in 665 bytes} [Tue Jun 30 19:12:45 2026] POST /v2.0/ports => generated 912 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:45.832 8 INFO neutron.services.segments.plugin [-] Segment b2a2ed7e-061a-4947-a829-5a26a87dee99 resource provider aggregate not found 2026-06-30 19:12:45.837 8 INFO neutron.services.segments.plugin [-] Segment b2a2ed7e-061a-4947-a829-5a26a87dee99 resource provider aggregate not found 2026-06-30 19:12:45.862 8 INFO neutron.services.segments.plugin [-] Segment b2a2ed7e-061a-4947-a829-5a26a87dee99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2a2ed7e-061a-4947-a829-5a26a87dee99 found for delete ", "request_id": "req-a4099560-a484-4891-8652-23515cac67e7"}]} 2026-06-30 19:12:45.867 8 INFO neutron.services.segments.plugin [-] Segment b2a2ed7e-061a-4947-a829-5a26a87dee99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2a2ed7e-061a-4947-a829-5a26a87dee99 found for delete ", "request_id": "req-7b270a89-31cf-4cf2-89db-e2615ebdb777"}]} 2026-06-30 19:12:45.911 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c334d87-a46e-4464-9985-32c2e3db0f91 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: 8d6551aa-84eb-4eda-b539-8c00048be5e2 2026-06-30 19:12:45.913 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c334d87-a46e-4464-9985-32c2e3db0f91 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: 8d6551aa-84eb-4eda-b539-8c00048be5e2 2026-06-30 19:12:46.169 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c334d87-a46e-4464-9985-32c2e3db0f91 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: 940857f2-e93b-4e14-b81d-694f6bf1ad38 2026-06-30 19:12:46.172 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c334d87-a46e-4464-9985-32c2e3db0f91 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: 940857f2-e93b-4e14-b81d-694f6bf1ad38 [pid: 8|app: 0|req: 863/1755] 10.0.0.222 () {34 vars in 783 bytes} [Tue Jun 30 19:12:45 2026] PUT /v2.0/routers/b1143c8e-1a7f-4b57-9c01-04f0107fee88/add_router_interface => generated 309 bytes in 1112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1756] 10.0.0.222 () {34 vars in 749 bytes} [Tue Jun 30 19:12:46 2026] PUT /v2.0/trunks/2b536d4b-e9fc-46db-9ac4-79a03cdfd6da/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:46.346 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4e171c8-91bc-4373-82af-f6c42fcd9e6e 353dba5cdfe84083b7d1e8aad988fc3e a84cfb31e4234b1c957fa7ee3fa81a7f - - default default] TaaS: Handle Delete Port: 244c2052-9a8f-4ed6-a295-fa57fa3ee3cf 2026-06-30 19:12:46.350 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4e171c8-91bc-4373-82af-f6c42fcd9e6e 353dba5cdfe84083b7d1e8aad988fc3e a84cfb31e4234b1c957fa7ee3fa81a7f - - default default] Tap Mirror: Handle Delete Port: 244c2052-9a8f-4ed6-a295-fa57fa3ee3cf [pid: 8|app: 0|req: 865/1757] 10.0.0.222 () {32 vars in 720 bytes} [Tue Jun 30 19:12:46 2026] DELETE /v2.0/ports/244c2052-9a8f-4ed6-a295-fa57fa3ee3cf => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1760] 10.0.0.222 () {32 vars in 717 bytes} [Tue Jun 30 19:12:46 2026] GET /v2.0/ports/a0bf6178-9b2e-4b56-8d3c-1ba7b21a3535 => generated 955 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1761] 10.0.0.222 () {32 vars in 729 bytes} [Tue Jun 30 19:12:46 2026] GET /v2.0/trunks/2b536d4b-e9fc-46db-9ac4-79a03cdfd6da/tags => generated 25 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:46.523 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a4c1d16f-a639-47bf-a970-9a45998b821f 353dba5cdfe84083b7d1e8aad988fc3e a84cfb31e4234b1c957fa7ee3fa81a7f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 870/1762] 10.0.0.222 () {32 vars in 717 bytes} [Tue Jun 30 19:12:46 2026] GET /v2.0/ports/244c2052-9a8f-4ed6-a295-fa57fa3ee3cf => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:12:46.559 7 INFO neutron.services.segments.plugin [-] Segment 2c26acb1-6bf2-4c3e-9e4b-e9e1815b60d2 resource provider aggregate not found 2026-06-30 19:12:46.564 7 INFO neutron.services.segments.plugin [-] Segment 2c26acb1-6bf2-4c3e-9e4b-e9e1815b60d2 resource provider aggregate not found 2026-06-30 19:12:46.574 7 INFO neutron.services.segments.plugin [-] Segment 2c26acb1-6bf2-4c3e-9e4b-e9e1815b60d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c26acb1-6bf2-4c3e-9e4b-e9e1815b60d2 found for delete ", "request_id": "req-c0303094-4b26-49d6-ad71-6aba38dfa986"}]} 2026-06-30 19:12:46.583 7 INFO neutron.services.segments.plugin [-] Segment 2c26acb1-6bf2-4c3e-9e4b-e9e1815b60d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c26acb1-6bf2-4c3e-9e4b-e9e1815b60d2 found for delete ", "request_id": "req-2d38f379-c035-403f-8074-e7fef15c8779"}]} 2026-06-30 19:12:46.600 7 INFO neutron.db.l3_hamode_db [None req-2c334d87-a46e-4464-9985-32c2e3db0f91 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] HA network 2172b4ac-9c4e-49af-8317-6c657bb90388 was deleted as no HA routers are present in tenant 60f297f0f28f490cad0574d9fbb91164. [pid: 7|app: 0|req: 893/1763] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:12:45 2026] DELETE /v2.0/routers/5b0ecb7f-7c0f-407c-ba40-a2960ddf4415 => generated 0 bytes in 863 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1764] 10.0.0.222 () {34 vars in 760 bytes} [Tue Jun 30 19:12:46 2026] PUT /v2.0/trunks/2b536d4b-e9fc-46db-9ac4-79a03cdfd6da/tags/green => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1765] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:12:46 2026] DELETE /v2.0/subnets/a0690ffe-f36f-4cc5-8638-ccbdb2fca584 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:46.901 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e5db371-6e62-4dfd-85fd-4e5533ea1927 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] TaaS: Handle Delete Port: a0bf6178-9b2e-4b56-8d3c-1ba7b21a3535 2026-06-30 19:12:46.905 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e5db371-6e62-4dfd-85fd-4e5533ea1927 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] Tap Mirror: Handle Delete Port: a0bf6178-9b2e-4b56-8d3c-1ba7b21a3535 [pid: 7|app: 0|req: 896/1766] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:12:46 2026] DELETE /v2.0/subnets/291c4943-ce5a-4689-a0fd-7dcdb689c803 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1767] 10.0.0.222 () {32 vars in 729 bytes} [Tue Jun 30 19:12:46 2026] GET /v2.0/trunks/2b536d4b-e9fc-46db-9ac4-79a03cdfd6da/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1768] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:12:46 2026] DELETE /v2.0/networks/52c6708a-8048-49c8-a463-b83bf7bbaf84 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:47.154 7 INFO neutron_taas.services.taas.taas_plugin [None req-92c601d1-e44c-4348-a2a6-86b58b29182e 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: 73283937-6728-419c-8352-5572c564fdb6 2026-06-30 19:12:47.156 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92c601d1-e44c-4348-a2a6-86b58b29182e 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: 73283937-6728-419c-8352-5572c564fdb6 [pid: 7|app: 0|req: 899/1769] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:12:47 2026] DELETE /v2.0/networks/69050128-001f-4d8c-b9d6-c63d5a995f94 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1770] 10.0.0.222 () {34 vars in 789 bytes} [Tue Jun 30 19:12:46 2026] PUT /v2.0/routers/b1143c8e-1a7f-4b57-9c01-04f0107fee88/remove_router_interface => generated 309 bytes in 807 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1771] 10.0.0.222 () {34 vars in 756 bytes} [Tue Jun 30 19:12:47 2026] PUT /v2.0/trunks/2b536d4b-e9fc-46db-9ac4-79a03cdfd6da/tags/red => generated 4 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1772] 10.0.0.222 () {34 vars in 665 bytes} [Tue Jun 30 19:12:47 2026] POST /v2.0/ports => generated 775 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:12:47.623 7 INFO neutron_taas.services.taas.taas_plugin [None req-d93a8be8-16d9-4f18-965e-d94053fafa8a 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] TaaS: Handle Delete Port: 28006be6-0f4a-46ff-9114-d8684bdce655 2026-06-30 19:12:47.625 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d93a8be8-16d9-4f18-965e-d94053fafa8a 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] Tap Mirror: Handle Delete Port: 28006be6-0f4a-46ff-9114-d8684bdce655 [pid: 8|app: 0|req: 873/1773] 10.0.0.222 () {32 vars in 729 bytes} [Tue Jun 30 19:12:47 2026] GET /v2.0/trunks/2b536d4b-e9fc-46db-9ac4-79a03cdfd6da/tags => generated 34 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1774] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:12:47 2026] GET /v2.0/security-groups?tenant_id=60f297f0f28f490cad0574d9fbb91164&name=default => generated 2925 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1775] 10.0.0.222 () {34 vars in 737 bytes} [Tue Jun 30 19:12:47 2026] PUT /v2.0/ports/709ab43c-f8f4-4afd-a4ed-4bf8e53dddb7 => generated 752 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 876/1776] 10.0.0.222 () {34 vars in 778 bytes} [Tue Jun 30 19:12:47 2026] PUT /v2.0/trunks/2b536d4b-e9fc-46db-9ac4-79a03cdfd6da/tags/black.or.white => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1777] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:47 2026] DELETE /v2.0/security-groups/d1ac7647-dad8-446b-8b54-a5716d1610c3 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1778] 10.0.0.222 () {34 vars in 789 bytes} [Tue Jun 30 19:12:47 2026] PUT /v2.0/routers/b1143c8e-1a7f-4b57-9c01-04f0107fee88/remove_router_interface => generated 309 bytes in 641 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1779] 10.0.0.222 () {32 vars in 729 bytes} [Tue Jun 30 19:12:47 2026] GET /v2.0/trunks/2b536d4b-e9fc-46db-9ac4-79a03cdfd6da/tags => generated 52 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1780] 10.0.0.222 () {32 vars in 736 bytes} [Tue Jun 30 19:12:48 2026] GET /v2.0/ports?device_id=b1143c8e-1a7f-4b57-9c01-04f0107fee88 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:48.054 8 INFO neutron_taas.services.taas.taas_plugin [None req-fac92be4-8e9b-44d8-91a8-cbcc219c6967 353dba5cdfe84083b7d1e8aad988fc3e a84cfb31e4234b1c957fa7ee3fa81a7f - - default default] TaaS: Handle Delete Port: 709ab43c-f8f4-4afd-a4ed-4bf8e53dddb7 2026-06-30 19:12:48.058 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fac92be4-8e9b-44d8-91a8-cbcc219c6967 353dba5cdfe84083b7d1e8aad988fc3e a84cfb31e4234b1c957fa7ee3fa81a7f - - default default] Tap Mirror: Handle Delete Port: 709ab43c-f8f4-4afd-a4ed-4bf8e53dddb7 [pid: 7|app: 0|req: 904/1781] 10.0.0.222 () {34 vars in 749 bytes} [Tue Jun 30 19:12:48 2026] PUT /v2.0/trunks/2b536d4b-e9fc-46db-9ac4-79a03cdfd6da/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1782] 10.0.0.222 () {32 vars in 720 bytes} [Tue Jun 30 19:12:47 2026] DELETE /v2.0/ports/709ab43c-f8f4-4afd-a4ed-4bf8e53dddb7 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1783] 10.0.0.222 () {32 vars in 729 bytes} [Tue Jun 30 19:12:48 2026] GET /v2.0/trunks/2b536d4b-e9fc-46db-9ac4-79a03cdfd6da/tags => generated 37 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1784] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:12:48 2026] GET /v2.0/security-groups?tenant_id=b4fc6214e05741aeba454eebd6ec021d&name=default => generated 2925 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1785] 10.0.0.222 () {32 vars in 643 bytes} [Tue Jun 30 19:12:48 2026] GET /v2.0/ports => generated 777 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1786] 10.0.0.222 () {32 vars in 737 bytes} [Tue Jun 30 19:12:48 2026] GET /v2.0/trunks/2b536d4b-e9fc-46db-9ac4-79a03cdfd6da/tags/red => generated 0 bytes in 13 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:48.225 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa01a264-bc6e-451e-b32b-dddd6e89b02d 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] TaaS: Handle Delete Port: 6eb0467b-e32a-4074-bd8d-34fb1772bb14 2026-06-30 19:12:48.227 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa01a264-bc6e-451e-b32b-dddd6e89b02d 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] Tap Mirror: Handle Delete Port: 6eb0467b-e32a-4074-bd8d-34fb1772bb14 [pid: 8|app: 0|req: 883/1787] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:48 2026] DELETE /v2.0/security-groups/2b4ae017-e41d-4d26-aad2-9f4dff2e18e4 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:48.318 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cf807715-af1a-4aeb-813b-792859aba8ba 353dba5cdfe84083b7d1e8aad988fc3e a84cfb31e4234b1c957fa7ee3fa81a7f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 884/1788] 10.0.0.222 () {32 vars in 717 bytes} [Tue Jun 30 19:12:48 2026] GET /v2.0/ports/709ab43c-f8f4-4afd-a4ed-4bf8e53dddb7 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:12:48.338 8 INFO neutron.api.v2.resource [None req-27d23e00-a593-42ee-8bd8-de60553f3e82 d984fba6f1cf473087ce78ca374607d9 d8b7b20f57a443b4a0a856d1787c543c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 885/1789] 10.0.0.222 () {32 vars in 741 bytes} [Tue Jun 30 19:12:48 2026] GET /v2.0/trunks/2b536d4b-e9fc-46db-9ac4-79a03cdfd6da/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1790] 10.0.0.222 () {32 vars in 643 bytes} [Tue Jun 30 19:12:48 2026] GET /v2.0/ports => generated 777 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1791] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:48 2026] DELETE /v2.0/trunks/2b536d4b-e9fc-46db-9ac4-79a03cdfd6da/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1792] 10.0.0.222 () {32 vars in 717 bytes} [Tue Jun 30 19:12:48 2026] GET /v2.0/ports/cc36217d-4923-4293-af4a-bd9dcff20631 => generated 774 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1793] 10.0.0.222 () {32 vars in 729 bytes} [Tue Jun 30 19:12:48 2026] GET /v2.0/trunks/2b536d4b-e9fc-46db-9ac4-79a03cdfd6da/tags => generated 30 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:48.470 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4d3916e1-2dac-435b-ba0a-89b95ac11806 353dba5cdfe84083b7d1e8aad988fc3e a84cfb31e4234b1c957fa7ee3fa81a7f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 890/1794] 10.0.0.222 () {32 vars in 720 bytes} [Tue Jun 30 19:12:48 2026] DELETE /v2.0/ports/244c2052-9a8f-4ed6-a295-fa57fa3ee3cf => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:12:48.490 8 INFO neutron.api.v2.resource [None req-7fc1c950-5ace-4882-8dbd-c42f7fc84d8f d984fba6f1cf473087ce78ca374607d9 d8b7b20f57a443b4a0a856d1787c543c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 891/1795] 10.0.0.222 () {32 vars in 744 bytes} [Tue Jun 30 19:12:48 2026] DELETE /v2.0/trunks/2b536d4b-e9fc-46db-9ac4-79a03cdfd6da/tags/green => generated 99 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:12:48.501 8 INFO neutron.pecan_wsgi.hooks.translation [None req-438bf86f-967f-4a1c-a6e8-6fcd1d12c1a8 353dba5cdfe84083b7d1e8aad988fc3e a84cfb31e4234b1c957fa7ee3fa81a7f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 892/1796] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:12:48 2026] DELETE /v2.0/subnets/a0690ffe-f36f-4cc5-8638-ccbdb2fca584 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1797] 10.0.0.222 () {32 vars in 732 bytes} [Tue Jun 30 19:12:48 2026] DELETE /v2.0/trunks/2b536d4b-e9fc-46db-9ac4-79a03cdfd6da/tags => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:48.547 7 INFO neutron.db.l3_hamode_db [None req-fa01a264-bc6e-451e-b32b-dddd6e89b02d 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] HA network 7252ce24-65a6-4feb-b949-4085dd1377b6 was deleted as no HA routers are present in tenant e065fd9844694409a7f6ae37e993d947. 2026-06-30 19:12:48.549 8 INFO neutron.pecan_wsgi.hooks.translation [None req-462b55ca-8d67-4241-9542-55d1c17e8162 353dba5cdfe84083b7d1e8aad988fc3e a84cfb31e4234b1c957fa7ee3fa81a7f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 894/1798] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:12:48 2026] DELETE /v2.0/subnets/803e2a56-3315-4632-9e9d-d5382711b4af => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1799] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:12:48 2026] DELETE /v2.0/routers/b1143c8e-1a7f-4b57-9c01-04f0107fee88 => generated 0 bytes in 486 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1800] 10.0.0.222 () {32 vars in 729 bytes} [Tue Jun 30 19:12:48 2026] GET /v2.0/trunks/2b536d4b-e9fc-46db-9ac4-79a03cdfd6da/tags => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:48.601 7 INFO neutron.services.segments.plugin [-] Segment d9778964-1539-4521-8260-e0351e239a0f resource provider aggregate not found 2026-06-30 19:12:48.609 7 INFO neutron.services.segments.plugin [-] Segment d9778964-1539-4521-8260-e0351e239a0f resource provider aggregate not found 2026-06-30 19:12:48.622 7 INFO neutron.services.segments.plugin [-] Segment d9778964-1539-4521-8260-e0351e239a0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9778964-1539-4521-8260-e0351e239a0f found for delete ", "request_id": "req-ed2ea84a-e0ae-4176-a8ba-141c267adc82"}]} 2026-06-30 19:12:48.631 7 INFO neutron.services.segments.plugin [-] Segment d9778964-1539-4521-8260-e0351e239a0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9778964-1539-4521-8260-e0351e239a0f found for delete ", "request_id": "req-f5fb3b14-1e27-4a67-b126-79f06677a56d"}]} 2026-06-30 19:12:48.646 7 INFO neutron.services.segments.plugin [-] Segment 56114b34-eb40-4912-9d72-0fee8a4ac428 resource provider aggregate not found 2026-06-30 19:12:48.648 8 INFO neutron_taas.services.taas.taas_plugin [None req-0797848d-8139-4b15-acd0-9c786e03f06e 353dba5cdfe84083b7d1e8aad988fc3e a84cfb31e4234b1c957fa7ee3fa81a7f - - default default] TaaS: Handle Delete Port: cc36217d-4923-4293-af4a-bd9dcff20631 2026-06-30 19:12:48.650 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0797848d-8139-4b15-acd0-9c786e03f06e 353dba5cdfe84083b7d1e8aad988fc3e a84cfb31e4234b1c957fa7ee3fa81a7f - - default default] Tap Mirror: Handle Delete Port: cc36217d-4923-4293-af4a-bd9dcff20631 2026-06-30 19:12:48.669 7 INFO neutron.services.segments.plugin [-] Segment 56114b34-eb40-4912-9d72-0fee8a4ac428 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56114b34-eb40-4912-9d72-0fee8a4ac428 found for delete ", "request_id": "req-c036fb3e-1e3d-48a4-ac1f-84cc991bc05f"}]} 2026-06-30 19:12:48.679 7 INFO neutron.services.segments.plugin [-] Segment 56114b34-eb40-4912-9d72-0fee8a4ac428 resource provider aggregate not found 2026-06-30 19:12:48.689 7 INFO neutron.services.segments.plugin [-] Segment 545579b9-5fa7-42b1-a60f-ed70d40d32d2 resource provider aggregate not found 2026-06-30 19:12:48.704 7 INFO neutron.services.segments.plugin [-] Segment 545579b9-5fa7-42b1-a60f-ed70d40d32d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 545579b9-5fa7-42b1-a60f-ed70d40d32d2 found for delete ", "request_id": "req-432c02bf-0885-4ce7-8902-0c05dd003f43"}]} 2026-06-30 19:12:48.707 7 INFO neutron.services.segments.plugin [-] Segment 56114b34-eb40-4912-9d72-0fee8a4ac428 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56114b34-eb40-4912-9d72-0fee8a4ac428 found for delete ", "request_id": "req-1b3315cc-6572-4a7c-8ce7-5f2081895494"}]} 2026-06-30 19:12:48.723 7 INFO neutron.services.segments.plugin [-] Segment 545579b9-5fa7-42b1-a60f-ed70d40d32d2 resource provider aggregate not found [pid: 8|app: 0|req: 896/1801] 10.0.0.222 () {32 vars in 720 bytes} [Tue Jun 30 19:12:48 2026] DELETE /v2.0/ports/cc36217d-4923-4293-af4a-bd9dcff20631 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1802] 10.0.0.222 () {32 vars in 719 bytes} [Tue Jun 30 19:12:48 2026] GET /v2.0/trunks/2b536d4b-e9fc-46db-9ac4-79a03cdfd6da => generated 407 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:48.750 7 INFO neutron.services.segments.plugin [-] Segment 545579b9-5fa7-42b1-a60f-ed70d40d32d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 545579b9-5fa7-42b1-a60f-ed70d40d32d2 found for delete ", "request_id": "req-074b5252-c105-4a0f-b956-17e1b942baea"}]} [pid: 7|app: 0|req: 906/1803] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:12:48 2026] DELETE /v2.0/subnets/95ddfaf5-d4fd-4fd7-81f9-7162f731f292 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:48.855 8 INFO neutron.services.segments.plugin [-] Segment 81ce305b-7e9f-430c-8d88-438bcf9dcb06 resource provider aggregate not found 2026-06-30 19:12:48.858 8 INFO neutron.services.segments.plugin [-] Segment 81ce305b-7e9f-430c-8d88-438bcf9dcb06 resource provider aggregate not found [pid: 7|app: 0|req: 907/1804] 10.0.0.222 () {32 vars in 717 bytes} [Tue Jun 30 19:12:48 2026] GET /v2.0/ports/65a53872-0085-4561-912d-bc3ac2400cdf => generated 826 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:48.871 8 INFO neutron.services.segments.plugin [-] Segment 81ce305b-7e9f-430c-8d88-438bcf9dcb06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81ce305b-7e9f-430c-8d88-438bcf9dcb06 found for delete ", "request_id": "req-db2d13c1-5d29-4093-8316-4e87bfc80daf"}]} 2026-06-30 19:12:48.875 8 INFO neutron.services.segments.plugin [-] Segment 81ce305b-7e9f-430c-8d88-438bcf9dcb06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81ce305b-7e9f-430c-8d88-438bcf9dcb06 found for delete ", "request_id": "req-0b977095-5a0e-4d73-ae35-61e171af9f62"}]} [pid: 8|app: 0|req: 898/1805] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:12:48 2026] DELETE /v2.0/networks/14c1c074-4e2a-4f36-8283-dbb20b262153 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1806] 10.0.0.222 () {32 vars in 722 bytes} [Tue Jun 30 19:12:48 2026] DELETE /v2.0/trunks/2b536d4b-e9fc-46db-9ac4-79a03cdfd6da => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1807] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:12:48 2026] DELETE /v2.0/subnets/d067fa2b-033a-43e4-b7da-7911c2f6fccf => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:49.090 7 INFO neutron_taas.services.taas.taas_plugin [None req-61e6b652-6a63-4e70-a66c-163d121ff1fb 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] TaaS: Handle Delete Port: 3c301374-885f-49cb-83d5-562cc8ec4bfd 2026-06-30 19:12:49.093 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61e6b652-6a63-4e70-a66c-163d121ff1fb 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] Tap Mirror: Handle Delete Port: 3c301374-885f-49cb-83d5-562cc8ec4bfd 2026-06-30 19:12:49.098 8 INFO neutron_taas.services.taas.taas_plugin [None req-1f8a7eb1-42e5-4fe2-af0c-b66a08e0bf6b d984fba6f1cf473087ce78ca374607d9 d8b7b20f57a443b4a0a856d1787c543c - - default default] TaaS: Handle Delete Port: 65a53872-0085-4561-912d-bc3ac2400cdf 2026-06-30 19:12:49.106 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f8a7eb1-42e5-4fe2-af0c-b66a08e0bf6b d984fba6f1cf473087ce78ca374607d9 d8b7b20f57a443b4a0a856d1787c543c - - default default] Tap Mirror: Handle Delete Port: 65a53872-0085-4561-912d-bc3ac2400cdf [pid: 8|app: 0|req: 900/1808] 10.0.0.222 () {32 vars in 720 bytes} [Tue Jun 30 19:12:48 2026] DELETE /v2.0/ports/65a53872-0085-4561-912d-bc3ac2400cdf => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1809] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:12:48 2026] DELETE /v2.0/networks/ebfbb584-593b-4752-9c07-d28777e44b6f => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1810] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:12:49 2026] DELETE /v2.0/networks/3e75aeb3-df45-4872-a663-38e45f3cede1 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:49.406 7 INFO neutron_taas.services.taas.taas_plugin [None req-03233a5c-ad73-4e4a-9aaa-e2bf3aa18ec7 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] TaaS: Handle Delete Port: c8c49b37-7399-4874-8aec-32befaff370b 2026-06-30 19:12:49.409 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03233a5c-ad73-4e4a-9aaa-e2bf3aa18ec7 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] Tap Mirror: Handle Delete Port: c8c49b37-7399-4874-8aec-32befaff370b [pid: 8|app: 0|req: 902/1811] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:12:49 2026] GET /v2.0/security-groups?tenant_id=a84cfb31e4234b1c957fa7ee3fa81a7f&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1812] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:12:49 2026] DELETE /v2.0/networks/26773132-0180-47c5-97aa-bb7af1ae838d => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1813] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:49 2026] DELETE /v2.0/security-groups/ea9dab07-584f-426c-9f8d-67e50ed57185 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:49.687 7 INFO neutron.db.segments_db [None req-08b91e30-7eda-4686-bf25-5df895f7dfcb 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] Added segment 06b64eea-59f8-4fed-8f7d-56d2336f3e3f of type vxlan for network c389ea41-c9bd-4acc-96db-95ca1d8df2e3 [pid: 7|app: 0|req: 911/1814] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:12:49 2026] POST /v2.0/networks => generated 630 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1815] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:12:49 2026] POST /v2.0/subnets => generated 626 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1816] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:12:49 2026] GET /v2.0/security-groups?tenant_id=d8b7b20f57a443b4a0a856d1787c543c&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:12:50.174 8 INFO neutron.db.segments_db [None req-b81d83b1-3524-4781-9933-da2aa770907d 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] Added segment f0380316-813d-4260-b909-71a42f5d260d of type vxlan for network fecb0d77-ff47-4a20-9fcf-506f9001ecbd [pid: 7|app: 0|req: 913/1817] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:50 2026] DELETE /v2.0/security-groups/b6113d75-0ad7-4e4a-8e00-0a57a00c9653 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:50.454 8 INFO neutron.db.l3_hamode_db [None req-b81d83b1-3524-4781-9933-da2aa770907d 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 914/1818] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:12:50 2026] GET /v2.0/security-groups?tenant_id=062f3f2c4c9f4dd4a89c0126d4a2f6f7&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:12:50.583 8 INFO neutron.db.l3_hamode_db [None req-b81d83b1-3524-4781-9933-da2aa770907d 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 915/1819] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:12:50 2026] DELETE /v2.0/security-groups/272e6cbe-5a97-4322-b4cf-900d2edcbd6e => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:50.724 7 INFO neutron.services.segments.plugin [-] Segment 525bd8ca-0ffe-4167-9e1f-42b048d2c1ca resource provider aggregate not found 2026-06-30 19:12:50.737 7 INFO neutron.services.segments.plugin [-] Segment 525bd8ca-0ffe-4167-9e1f-42b048d2c1ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 525bd8ca-0ffe-4167-9e1f-42b048d2c1ca found for delete ", "request_id": "req-76e73316-403e-4f55-a816-b6f511b0ed71"}]} 2026-06-30 19:12:50.758 7 INFO neutron.services.segments.plugin [-] Segment 47a2c439-0808-45b4-a01f-53d1894aa6b6 resource provider aggregate not found 2026-06-30 19:12:50.772 7 INFO neutron.services.segments.plugin [-] Segment 525bd8ca-0ffe-4167-9e1f-42b048d2c1ca resource provider aggregate not found 2026-06-30 19:12:50.787 7 INFO neutron.services.segments.plugin [-] Segment 47a2c439-0808-45b4-a01f-53d1894aa6b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47a2c439-0808-45b4-a01f-53d1894aa6b6 found for delete ", "request_id": "req-5dbff2b8-ac88-41d8-a3a5-6793d5f13d6e"}]} 2026-06-30 19:12:50.789 7 INFO neutron.services.segments.plugin [-] Segment 525bd8ca-0ffe-4167-9e1f-42b048d2c1ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 525bd8ca-0ffe-4167-9e1f-42b048d2c1ca found for delete ", "request_id": "req-f99be993-fa84-4d14-8df8-4b88bf3135d9"}]} 2026-06-30 19:12:50.809 7 INFO neutron.services.segments.plugin [-] Segment 47a2c439-0808-45b4-a01f-53d1894aa6b6 resource provider aggregate not found 2026-06-30 19:12:50.825 7 INFO neutron.services.segments.plugin [-] Segment 47a2c439-0808-45b4-a01f-53d1894aa6b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47a2c439-0808-45b4-a01f-53d1894aa6b6 found for delete ", "request_id": "req-5522ef02-acd0-4d81-b067-cd7d7f071a03"}]} 2026-06-30 19:12:50.900 8 INFO neutron.services.segments.plugin [-] Segment 4f3950f7-fc0a-4863-b954-4ba12189ffd1 resource provider aggregate not found 2026-06-30 19:12:50.908 8 INFO neutron.services.segments.plugin [-] Segment 4f3950f7-fc0a-4863-b954-4ba12189ffd1 resource provider aggregate not found 2026-06-30 19:12:50.930 8 INFO neutron.services.segments.plugin [-] Segment 4f3950f7-fc0a-4863-b954-4ba12189ffd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f3950f7-fc0a-4863-b954-4ba12189ffd1 found for delete ", "request_id": "req-eb7cea6a-522f-4c92-bac2-0ecdb0025f87"}]} 2026-06-30 19:12:50.935 8 INFO neutron.services.segments.plugin [-] Segment 4f3950f7-fc0a-4863-b954-4ba12189ffd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f3950f7-fc0a-4863-b954-4ba12189ffd1 found for delete ", "request_id": "req-d26fae6a-0a22-4f35-ba0a-b5505c8f3361"}]} [pid: 8|app: 0|req: 905/1820] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:12:50 2026] POST /v2.0/routers => generated 507 bytes in 1209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1821] 10.0.0.222 () {34 vars in 665 bytes} [Tue Jun 30 19:12:51 2026] POST /v2.0/ports => generated 948 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:12:51.865 8 INFO neutron.db.segments_db [None req-f331b0a1-8921-4ad6-a0b3-121623584723 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] Added segment 7c7e504e-d3f5-47c8-a44a-3e0a5ae83b85 of type vxlan for network 11c27166-7b4e-4653-87f1-f2716dfe70e2 [pid: 8|app: 0|req: 906/1822] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:12:51 2026] POST /v2.0/networks => generated 633 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:52.042 8 INFO neutron.db.segments_db [None req-f44ebfae-5bd7-4abc-b660-cac5c0fcfdd3 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] Added segment bfb28e7a-88bd-42f6-956a-ec1634e2458e of type vxlan for network ea940e30-1b46-4960-b02e-907f7ee2ddac [pid: 8|app: 0|req: 907/1823] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:12:51 2026] POST /v2.0/networks => generated 633 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1824] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:12:52 2026] POST /v2.0/subnets => generated 646 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1825] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:12:52 2026] POST /v2.0/subnets => generated 655 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:52.663 8 INFO neutron.db.segments_db [None req-44814c49-31f7-40f7-814b-caefbc325804 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] Added segment 8b106ec6-f44d-4c02-a183-aa00ea519f84 of type vxlan for network b193b57e-a61e-42c5-9e6f-9ec591a139f3 [pid: 7|app: 0|req: 917/1826] 10.0.0.222 () {34 vars in 783 bytes} [Tue Jun 30 19:12:51 2026] PUT /v2.0/routers/ca5f009f-3cba-4956-8d6c-1267c95c24a7/add_router_interface => generated 309 bytes in 1085 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:12:52.866 8 INFO neutron.db.l3_hamode_db [None req-44814c49-31f7-40f7-814b-caefbc325804 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 918/1827] 10.0.0.222 () {32 vars in 717 bytes} [Tue Jun 30 19:12:52 2026] GET /v2.0/ports/e233c499-5e16-41d6-8d68-127ea2acc395 => generated 1022 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:12:52.972 8 INFO neutron.db.l3_hamode_db [None req-44814c49-31f7-40f7-814b-caefbc325804 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:12:53.145 7 INFO neutron.db.segments_db [None req-b51bcfaf-1b98-46ac-afbd-54a6d60b1b12 b0221665573649428c9290ec6bafe284 43329b7826e948fcb22f1581dbc1c2ab - - default default] Added segment 0b5e95b8-50de-4ebb-89b1-c881a1f81c32 of type vxlan for network f149b080-95d4-40ce-a168-60eb8f4e08c2 [pid: 7|app: 0|req: 919/1828] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:12:52 2026] POST /v2.0/networks => generated 632 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:53.507 7 INFO neutron_taas.services.taas.taas_plugin [None req-13aa61aa-5a4e-4d3c-aae0-8252e539323d 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] TaaS: Handle Delete Port: e233c499-5e16-41d6-8d68-127ea2acc395 2026-06-30 19:12:53.509 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13aa61aa-5a4e-4d3c-aae0-8252e539323d 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] Tap Mirror: Handle Delete Port: e233c499-5e16-41d6-8d68-127ea2acc395 [pid: 8|app: 0|req: 910/1829] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:12:52 2026] POST /v2.0/routers => generated 511 bytes in 920 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1830] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:12:53 2026] POST /v2.0/subnets => generated 626 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1831] 10.0.0.222 () {34 vars in 789 bytes} [Tue Jun 30 19:12:53 2026] PUT /v2.0/routers/ca5f009f-3cba-4956-8d6c-1267c95c24a7/remove_router_interface => generated 309 bytes in 705 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:12:53.983 7 INFO neutron.db.segments_db [None req-f4d60260-c740-4aa4-b4c3-ccbacec7ee1a b0221665573649428c9290ec6bafe284 43329b7826e948fcb22f1581dbc1c2ab - - default default] Added segment a5ee095d-6b29-484a-a059-e504333614b5 of type vxlan for network d1b1d673-a9f8-498f-99cd-2246b656e76e [pid: 7|app: 0|req: 921/1832] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:12:53 2026] POST /v2.0/networks => generated 631 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:54.172 7 INFO neutron.api.v2.resource [None req-6da405a0-280a-402b-912f-379955115dc6 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 922/1833] 10.0.0.222 () {34 vars in 789 bytes} [Tue Jun 30 19:12:54 2026] PUT /v2.0/routers/ca5f009f-3cba-4956-8d6c-1267c95c24a7/remove_router_interface => generated 197 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1834] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:12:54 2026] POST /v2.0/subnets => generated 629 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1835] 10.0.0.222 () {32 vars in 736 bytes} [Tue Jun 30 19:12:54 2026] GET /v2.0/ports?device_id=ca5f009f-3cba-4956-8d6c-1267c95c24a7 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:54.485 7 INFO neutron.db.segments_db [None req-88666351-719c-4f59-bcfa-af915594f041 b0221665573649428c9290ec6bafe284 43329b7826e948fcb22f1581dbc1c2ab - - default default] Added segment 558a55c4-fede-4c5d-8fad-977abf87a752 of type vxlan for network fd8cfb53-b316-4a31-aece-b76b1a3aaf3b [pid: 7|app: 0|req: 925/1836] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:12:54 2026] POST /v2.0/networks => generated 632 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1837] 10.0.0.222 () {34 vars in 783 bytes} [Tue Jun 30 19:12:53 2026] PUT /v2.0/routers/baefeb55-00d9-42b5-9cab-2a6afc880379/add_router_interface => generated 309 bytes in 974 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:54.722 7 INFO neutron_taas.services.taas.taas_plugin [None req-36959c9e-0a04-415f-8a4d-c622526da24b 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] TaaS: Handle Delete Port: 760b49ef-a1d7-4d99-b9f3-13d038d90890 2026-06-30 19:12:54.725 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36959c9e-0a04-415f-8a4d-c622526da24b 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] Tap Mirror: Handle Delete Port: 760b49ef-a1d7-4d99-b9f3-13d038d90890 [pid: 8|app: 0|req: 913/1838] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:12:54 2026] POST /v2.0/subnets => generated 629 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1839] 10.0.0.222 () {32 vars in 717 bytes} [Tue Jun 30 19:12:54 2026] GET /v2.0/ports/b297c561-e607-452c-9493-3f224f05056c => generated 959 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:55.016 8 INFO neutron.db.segments_db [None req-5a00ff16-9bf8-458b-a32f-21686f2f1158 b0221665573649428c9290ec6bafe284 43329b7826e948fcb22f1581dbc1c2ab - - default default] Added segment 9f85c68a-4c72-4f2c-a90c-b89e05bf6cfa of type vxlan for network 67256183-b92a-4f62-bf20-3a64ec64f561 2026-06-30 19:12:55.028 7 INFO neutron.services.segments.plugin [-] Segment f0380316-813d-4260-b909-71a42f5d260d resource provider aggregate not found 2026-06-30 19:12:55.032 7 INFO neutron.services.segments.plugin [-] Segment f0380316-813d-4260-b909-71a42f5d260d resource provider aggregate not found 2026-06-30 19:12:55.049 7 INFO neutron.services.segments.plugin [-] Segment f0380316-813d-4260-b909-71a42f5d260d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0380316-813d-4260-b909-71a42f5d260d found for delete ", "request_id": "req-c038100e-d9f5-496e-a6b9-d9523868f008"}]} 2026-06-30 19:12:55.054 7 INFO neutron.services.segments.plugin [-] Segment f0380316-813d-4260-b909-71a42f5d260d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0380316-813d-4260-b909-71a42f5d260d found for delete ", "request_id": "req-2819e446-b6ed-4c6a-93c9-9d92f9524fc0"}]} 2026-06-30 19:12:55.065 7 INFO neutron.db.l3_hamode_db [None req-36959c9e-0a04-415f-8a4d-c622526da24b 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] HA network fecb0d77-ff47-4a20-9fcf-506f9001ecbd was deleted as no HA routers are present in tenant e065fd9844694409a7f6ae37e993d947. [pid: 7|app: 0|req: 926/1840] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:12:54 2026] DELETE /v2.0/routers/ca5f009f-3cba-4956-8d6c-1267c95c24a7 => generated 0 bytes in 498 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1841] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:12:54 2026] POST /v2.0/networks => generated 632 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1842] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:12:55 2026] DELETE /v2.0/subnets/2fdc234c-fe0e-4622-beca-c3daf918d020 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1843] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:12:55 2026] POST /v2.0/subnets => generated 629 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:55.570 8 INFO neutron.services.segments.plugin [-] Segment 06b64eea-59f8-4fed-8f7d-56d2336f3e3f resource provider aggregate not found 2026-06-30 19:12:55.576 8 INFO neutron.services.segments.plugin [-] Segment 06b64eea-59f8-4fed-8f7d-56d2336f3e3f resource provider aggregate not found 2026-06-30 19:12:55.591 8 INFO neutron.services.segments.plugin [-] Segment 06b64eea-59f8-4fed-8f7d-56d2336f3e3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06b64eea-59f8-4fed-8f7d-56d2336f3e3f found for delete ", "request_id": "req-e70d89d0-ed82-4d6f-9653-7332852a2e99"}]} 2026-06-30 19:12:55.592 8 INFO neutron.services.segments.plugin [-] Segment 06b64eea-59f8-4fed-8f7d-56d2336f3e3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06b64eea-59f8-4fed-8f7d-56d2336f3e3f found for delete ", "request_id": "req-ab5e12ab-683a-43ee-aec1-d386be9da928"}]} [pid: 8|app: 0|req: 918/1844] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:12:55 2026] DELETE /v2.0/networks/c389ea41-c9bd-4acc-96db-95ca1d8df2e3 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:55.661 8 INFO neutron.db.segments_db [None req-1993e25c-7f43-4a29-adfd-6696c7686898 b0221665573649428c9290ec6bafe284 43329b7826e948fcb22f1581dbc1c2ab - - default default] Added segment e0bd7236-69cc-48f0-8e2e-5c09eddf564f of type vxlan for network d7e5bd33-bd59-4ae1-91c3-a955dde2ce6a [pid: 8|app: 0|req: 919/1845] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:12:55 2026] POST /v2.0/networks => generated 631 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:55.787 8 INFO neutron.db.segments_db [None req-2874ce75-f62f-4d2c-a85e-f0a3a600e658 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] Added segment 094152e5-ef06-48f9-b0c8-a11bad94a7b7 of type vxlan for network 028d85a1-e8fe-4a42-8f01-19589934de99 [pid: 8|app: 0|req: 920/1846] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:12:55 2026] POST /v2.0/networks => generated 629 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1847] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:12:55 2026] POST /v2.0/subnets => generated 629 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1848] 10.0.0.222 () {34 vars in 783 bytes} [Tue Jun 30 19:12:55 2026] PUT /v2.0/routers/baefeb55-00d9-42b5-9cab-2a6afc880379/add_router_interface => generated 309 bytes in 1011 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1849] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:12:56 2026] POST /v2.0/subnets => generated 626 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1850] 10.0.0.222 () {32 vars in 717 bytes} [Tue Jun 30 19:12:56 2026] GET /v2.0/ports/b646085c-b72a-4fc7-9bac-4b8d42e6f5b7 => generated 967 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:56.405 8 INFO neutron.db.segments_db [None req-6e8ae5e5-ef0e-43b5-b462-613addb4112c 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] Added segment bf87fc47-4dab-4363-beef-76cf7a87e379 of type vxlan for network fad56629-bd0e-458a-81e4-e7ada1e94cf9 [pid: 7|app: 0|req: 928/1851] 10.0.0.222 () {34 vars in 751 bytes} [Tue Jun 30 19:12:56 2026] PUT /v2.0/subnets/e29adb7e-3c6b-45e7-999d-67a876e572ce/tags => generated 17 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:56.676 8 INFO neutron.db.l3_hamode_db [None req-6e8ae5e5-ef0e-43b5-b462-613addb4112c 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:12:56.794 8 INFO neutron.db.l3_hamode_db [None req-6e8ae5e5-ef0e-43b5-b462-613addb4112c 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:12:56.857 7 INFO neutron_taas.services.taas.taas_plugin [None req-69a852b5-eaf3-4b7c-8059-24636dba4980 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] TaaS: Handle Delete Port: b646085c-b72a-4fc7-9bac-4b8d42e6f5b7 2026-06-30 19:12:56.860 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69a852b5-eaf3-4b7c-8059-24636dba4980 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] Tap Mirror: Handle Delete Port: b646085c-b72a-4fc7-9bac-4b8d42e6f5b7 [pid: 7|app: 0|req: 929/1852] 10.0.0.222 () {34 vars in 789 bytes} [Tue Jun 30 19:12:56 2026] PUT /v2.0/routers/baefeb55-00d9-42b5-9cab-2a6afc880379/remove_router_interface => generated 309 bytes in 665 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1853] 10.0.0.222 () {34 vars in 751 bytes} [Tue Jun 30 19:12:57 2026] PUT /v2.0/subnets/3837c295-e424-4404-bed4-a801655bd68c/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1854] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:12:56 2026] POST /v2.0/routers => generated 507 bytes in 1010 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1855] 10.0.0.222 () {34 vars in 751 bytes} [Tue Jun 30 19:12:57 2026] PUT /v2.0/subnets/6447465e-d952-4942-9e80-ab8ddb7e50a7/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:57.560 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c749a9f-9d1a-40b4-b2a1-c709d22f17da 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] TaaS: Handle Delete Port: b297c561-e607-452c-9493-3f224f05056c 2026-06-30 19:12:57.564 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c749a9f-9d1a-40b4-b2a1-c709d22f17da 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] Tap Mirror: Handle Delete Port: b297c561-e607-452c-9493-3f224f05056c [pid: 7|app: 0|req: 931/1856] 10.0.0.222 () {34 vars in 789 bytes} [Tue Jun 30 19:12:57 2026] PUT /v2.0/routers/baefeb55-00d9-42b5-9cab-2a6afc880379/remove_router_interface => generated 309 bytes in 649 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1857] 10.0.0.222 () {34 vars in 751 bytes} [Tue Jun 30 19:12:57 2026] PUT /v2.0/subnets/048f4444-78c1-4037-97e5-befbc6b748dd/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1858] 10.0.0.222 () {32 vars in 736 bytes} [Tue Jun 30 19:12:57 2026] GET /v2.0/ports?device_id=baefeb55-00d9-42b5-9cab-2a6afc880379 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1859] 10.0.0.222 () {32 vars in 664 bytes} [Tue Jun 30 19:12:57 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:12:58.202 7 INFO neutron_taas.services.taas.taas_plugin [None req-a446c5f9-f8fe-4989-8f82-c1a0b67a8cae 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] TaaS: Handle Delete Port: 9db574a6-5a67-4a28-ad43-b07788d71ec9 2026-06-30 19:12:58.205 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a446c5f9-f8fe-4989-8f82-c1a0b67a8cae 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] Tap Mirror: Handle Delete Port: 9db574a6-5a67-4a28-ad43-b07788d71ec9 [pid: 8|app: 0|req: 926/1860] 10.0.0.222 () {34 vars in 783 bytes} [Tue Jun 30 19:12:57 2026] PUT /v2.0/routers/b1b713eb-7e27-43ca-9ae1-5d095cb5495f/add_router_interface => generated 309 bytes in 1012 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1861] 10.0.0.222 () {32 vars in 678 bytes} [Tue Jun 30 19:12:58 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:12:58.514 7 INFO neutron.services.segments.plugin [-] Segment 8b106ec6-f44d-4c02-a183-aa00ea519f84 resource provider aggregate not found [pid: 8|app: 0|req: 928/1862] 10.0.0.222 () {32 vars in 717 bytes} [Tue Jun 30 19:12:58 2026] GET /v2.0/ports/99561ee7-8041-404e-865a-010092e06660 => generated 955 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:58.520 7 INFO neutron.services.segments.plugin [-] Segment 8b106ec6-f44d-4c02-a183-aa00ea519f84 resource provider aggregate not found 2026-06-30 19:12:58.536 7 INFO neutron.services.segments.plugin [-] Segment 8b106ec6-f44d-4c02-a183-aa00ea519f84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b106ec6-f44d-4c02-a183-aa00ea519f84 found for delete ", "request_id": "req-d2f32635-1bdd-4806-abae-07ab53df93ba"}]} 2026-06-30 19:12:58.537 7 INFO neutron.services.segments.plugin [-] Segment 8b106ec6-f44d-4c02-a183-aa00ea519f84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b106ec6-f44d-4c02-a183-aa00ea519f84 found for delete ", "request_id": "req-f4fbf578-ccc3-46a2-9825-c6f02515dee8"}]} 2026-06-30 19:12:58.542 7 INFO neutron.db.l3_hamode_db [None req-a446c5f9-f8fe-4989-8f82-c1a0b67a8cae 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] HA network b193b57e-a61e-42c5-9e6f-9ec591a139f3 was deleted as no HA routers are present in tenant 4ed81cfbf69340ac9a7e09d47f7af601. [pid: 7|app: 0|req: 935/1863] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:12:58 2026] DELETE /v2.0/routers/baefeb55-00d9-42b5-9cab-2a6afc880379 => generated 0 bytes in 528 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1864] 10.0.0.222 () {32 vars in 674 bytes} [Tue Jun 30 19:12:58 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1865] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:12:58 2026] DELETE /v2.0/subnets/8068457b-7eec-4d8c-a6e0-95a657caa224 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1866] 10.0.0.222 () {32 vars in 686 bytes} [Tue Jun 30 19:12:58 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1867] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:12:58 2026] DELETE /v2.0/subnets/942b74cd-7c7f-4f6a-95f3-7bb29a6e2d92 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:58.834 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c63570f-4861-49a5-b024-df83c86bee0b 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] TaaS: Handle Delete Port: 99561ee7-8041-404e-865a-010092e06660 [pid: 8|app: 0|req: 933/1868] 10.0.0.222 () {32 vars in 672 bytes} [Tue Jun 30 19:12:58 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:12:58.838 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c63570f-4861-49a5-b024-df83c86bee0b 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] Tap Mirror: Handle Delete Port: 99561ee7-8041-404e-865a-010092e06660 2026-06-30 19:12:58.936 8 INFO neutron.services.segments.plugin [-] Segment bfb28e7a-88bd-42f6-956a-ec1634e2458e resource provider aggregate not found 2026-06-30 19:12:58.945 8 INFO neutron.services.segments.plugin [-] Segment bfb28e7a-88bd-42f6-956a-ec1634e2458e resource provider aggregate not found 2026-06-30 19:12:58.953 8 INFO neutron.services.segments.plugin [-] Segment bfb28e7a-88bd-42f6-956a-ec1634e2458e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfb28e7a-88bd-42f6-956a-ec1634e2458e found for delete ", "request_id": "req-5e2c2911-9d8b-4833-be0d-08b872170cb4"}]} 2026-06-30 19:12:58.965 8 INFO neutron.services.segments.plugin [-] Segment bfb28e7a-88bd-42f6-956a-ec1634e2458e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfb28e7a-88bd-42f6-956a-ec1634e2458e found for delete ", "request_id": "req-7f4f4f4e-a685-4f51-b56f-67ebd792c349"}]} [pid: 8|app: 0|req: 934/1869] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:12:58 2026] DELETE /v2.0/networks/ea940e30-1b46-4960-b02e-907f7ee2ddac => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1870] 10.0.0.222 () {32 vars in 686 bytes} [Tue Jun 30 19:12:58 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1871] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:12:59 2026] DELETE /v2.0/networks/11c27166-7b4e-4653-87f1-f2716dfe70e2 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1872] 10.0.0.222 () {32 vars in 682 bytes} [Tue Jun 30 19:12:59 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:12:59.201 8 INFO neutron.db.segments_db [None req-1664ddfd-9837-4401-89d9-bac6aabf1110 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] Added segment a4470b99-fe64-4f20-86d4-2e52a19eb363 of type vxlan for network d6231233-6184-4254-959a-96d0f871fd6b [pid: 7|app: 0|req: 936/1873] 10.0.0.222 () {34 vars in 789 bytes} [Tue Jun 30 19:12:58 2026] PUT /v2.0/routers/b1b713eb-7e27-43ca-9ae1-5d095cb5495f/remove_router_interface => generated 309 bytes in 725 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1874] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:12:59 2026] POST /v2.0/networks => generated 634 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1875] 10.0.0.222 () {32 vars in 736 bytes} [Tue Jun 30 19:12:59 2026] GET /v2.0/ports?device_id=b1b713eb-7e27-43ca-9ae1-5d095cb5495f => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1876] 10.0.0.222 () {32 vars in 694 bytes} [Tue Jun 30 19:12:59 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:12:59.470 7 INFO neutron_taas.services.taas.taas_plugin [None req-a443f6a1-f749-4ecf-8c0f-058f866154ee 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] TaaS: Handle Delete Port: 8193795e-de9e-4e6e-b0b5-7f55c5eb3865 2026-06-30 19:12:59.473 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a443f6a1-f749-4ecf-8c0f-058f866154ee 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] Tap Mirror: Handle Delete Port: 8193795e-de9e-4e6e-b0b5-7f55c5eb3865 [pid: 8|app: 0|req: 940/1877] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:12:59 2026] POST /v2.0/subnets => generated 646 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1878] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:12:59 2026] DELETE /v2.0/subnets/e29adb7e-3c6b-45e7-999d-67a876e572ce => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:59.646 8 INFO neutron.db.segments_db [None req-aab2f4cf-c996-42c6-958a-050dd64aefc2 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] Added segment ecf6ee28-8852-4d02-bcb8-8b55503da3a5 of type vxlan for network 8407e8f1-c88b-45a9-96db-695c7929c9db 2026-06-30 19:12:59.793 7 INFO neutron.db.l3_hamode_db [None req-a443f6a1-f749-4ecf-8c0f-058f866154ee 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] HA network fad56629-bd0e-458a-81e4-e7ada1e94cf9 was deleted as no HA routers are present in tenant e065fd9844694409a7f6ae37e993d947. [pid: 7|app: 0|req: 938/1879] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:12:59 2026] DELETE /v2.0/routers/b1b713eb-7e27-43ca-9ae1-5d095cb5495f => generated 0 bytes in 482 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:59.833 8 INFO neutron.db.l3_hamode_db [None req-aab2f4cf-c996-42c6-958a-050dd64aefc2 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 939/1880] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:12:59 2026] DELETE /v2.0/subnets/3837c295-e424-4404-bed4-a801655bd68c => generated 0 bytes in 91 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:59.951 8 INFO neutron.db.l3_hamode_db [None req-aab2f4cf-c996-42c6-958a-050dd64aefc2 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 940/1881] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:12:59 2026] DELETE /v2.0/subnets/2b9adaf4-44d3-4462-941a-366393df1d5c => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1882] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:13:00 2026] DELETE /v2.0/subnets/6447465e-d952-4942-9e80-ab8ddb7e50a7 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1883] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:13:00 2026] DELETE /v2.0/networks/028d85a1-e8fe-4a42-8f01-19589934de99 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1884] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:13:00 2026] DELETE /v2.0/subnets/048f4444-78c1-4037-97e5-befbc6b748dd => generated 0 bytes in 92 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:13:00.397 7 INFO neutron.db.segments_db [None req-d2797191-0bba-4a12-b747-c1684f372eb4 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] Added segment 8b1d745a-a272-453c-a201-b0f6e1d5606f of type vxlan for network 0ac0e8c9-a9da-4a60-a08b-6587ff5399ad [pid: 8|app: 0|req: 942/1885] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:12:59 2026] POST /v2.0/routers => generated 510 bytes in 916 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:00.622 7 INFO neutron.services.segments.plugin [-] Segment bf87fc47-4dab-4363-beef-76cf7a87e379 resource provider aggregate not found 2026-06-30 19:13:00.626 7 INFO neutron.services.segments.plugin [-] Segment bf87fc47-4dab-4363-beef-76cf7a87e379 resource provider aggregate not found 2026-06-30 19:13:00.641 7 INFO neutron.services.segments.plugin [-] Segment bf87fc47-4dab-4363-beef-76cf7a87e379 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf87fc47-4dab-4363-beef-76cf7a87e379 found for delete ", "request_id": "req-04ab82cc-c260-4812-ac4e-c962a2e473e1"}]} 2026-06-30 19:13:00.646 7 INFO neutron.services.segments.plugin [-] Segment bf87fc47-4dab-4363-beef-76cf7a87e379 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf87fc47-4dab-4363-beef-76cf7a87e379 found for delete ", "request_id": "req-ec529968-12de-4cbc-992d-df9826ceb972"}]} 2026-06-30 19:13:00.658 7 INFO neutron.services.segments.plugin [-] Segment 094152e5-ef06-48f9-b0c8-a11bad94a7b7 resource provider aggregate not found 2026-06-30 19:13:00.665 7 INFO neutron.services.segments.plugin [-] Segment 094152e5-ef06-48f9-b0c8-a11bad94a7b7 resource provider aggregate not found 2026-06-30 19:13:00.672 7 INFO neutron.services.segments.plugin [-] Segment 094152e5-ef06-48f9-b0c8-a11bad94a7b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 094152e5-ef06-48f9-b0c8-a11bad94a7b7 found for delete ", "request_id": "req-d10d4b57-c485-4ed5-a703-e8593cd7a243"}]} 2026-06-30 19:13:00.682 7 INFO neutron.services.segments.plugin [-] Segment 094152e5-ef06-48f9-b0c8-a11bad94a7b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 094152e5-ef06-48f9-b0c8-a11bad94a7b7 found for delete ", "request_id": "req-0685f1a7-31e7-461f-9a43-86c7c5b759aa"}]} 2026-06-30 19:13:00.719 7 INFO neutron.db.l3_hamode_db [None req-d2797191-0bba-4a12-b747-c1684f372eb4 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 943/1886] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:13:00 2026] DELETE /v2.0/subnets/521a18b5-1e33-4841-aab5-b41989121643 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:13:00.973 8 INFO neutron.services.segments.plugin [-] Segment 7c7e504e-d3f5-47c8-a44a-3e0a5ae83b85 resource provider aggregate not found 2026-06-30 19:13:00.991 8 INFO neutron.services.segments.plugin [-] Segment 7c7e504e-d3f5-47c8-a44a-3e0a5ae83b85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c7e504e-d3f5-47c8-a44a-3e0a5ae83b85 found for delete ", "request_id": "req-ce3e3a74-27d6-4461-9dd9-87fc8f87ea5c"}]} 2026-06-30 19:13:00.992 8 INFO neutron.services.segments.plugin [-] Segment 7c7e504e-d3f5-47c8-a44a-3e0a5ae83b85 resource provider aggregate not found 2026-06-30 19:13:01.013 8 INFO neutron.services.segments.plugin [-] Segment 7c7e504e-d3f5-47c8-a44a-3e0a5ae83b85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c7e504e-d3f5-47c8-a44a-3e0a5ae83b85 found for delete ", "request_id": "req-94018d0d-3015-4895-a36d-d1c36d5474c9"}]} [pid: 8|app: 0|req: 944/1887] 10.0.0.222 () {34 vars in 665 bytes} [Tue Jun 30 19:13:00 2026] POST /v2.0/ports => generated 960 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 945/1888] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:13:01 2026] DELETE /v2.0/networks/f149b080-95d4-40ce-a168-60eb8f4e08c2 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:13:01.458 7 INFO neutron.db.l3_hamode_db [None req-d2797191-0bba-4a12-b747-c1684f372eb4 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 946/1889] 10.0.0.222 () {34 vars in 783 bytes} [Tue Jun 30 19:13:01 2026] PUT /v2.0/routers/832a8b05-6ba6-4bf8-90ce-2b03d3557b6e/add_router_interface => generated 309 bytes in 922 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 947/1890] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:13:02 2026] DELETE /v2.0/networks/d1b1d673-a9f8-498f-99cd-2246b656e76e => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1893] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:13:00 2026] POST /v2.0/routers => generated 688 bytes in 1863 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1894] 10.0.0.222 () {32 vars in 717 bytes} [Tue Jun 30 19:13:02 2026] GET /v2.0/ports/7a28b451-7c4c-43d2-a68c-2781f1a5848c => generated 1034 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1895] 10.0.0.222 () {32 vars in 721 bytes} [Tue Jun 30 19:13:02 2026] GET /v2.0/routers/e2014203-f2df-4f46-ac3e-862375c85b87 => generated 694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1896] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:13:02 2026] DELETE /v2.0/networks/fd8cfb53-b316-4a31-aece-b76b1a3aaf3b => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1897] 10.0.0.222 () {32 vars in 647 bytes} [Tue Jun 30 19:13:02 2026] GET /v2.0/routers => generated 697 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1898] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:13:02 2026] DELETE /v2.0/networks/67256183-b92a-4f62-bf20-3a64ec64f561 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:13:02.686 8 INFO neutron_taas.services.taas.taas_plugin [None req-f230e93c-4d9a-4105-aff0-afdc14d2ff26 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] TaaS: Handle Delete Port: 7a28b451-7c4c-43d2-a68c-2781f1a5848c 2026-06-30 19:13:02.689 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f230e93c-4d9a-4105-aff0-afdc14d2ff26 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] Tap Mirror: Handle Delete Port: 7a28b451-7c4c-43d2-a68c-2781f1a5848c 2026-06-30 19:13:02.696 7 INFO neutron.services.segments.plugin [-] Segment 558a55c4-fede-4c5d-8fad-977abf87a752 resource provider aggregate not found 2026-06-30 19:13:02.705 7 INFO neutron.services.segments.plugin [-] Segment 558a55c4-fede-4c5d-8fad-977abf87a752 resource provider aggregate not found 2026-06-30 19:13:02.718 7 INFO neutron.services.segments.plugin [-] Segment 558a55c4-fede-4c5d-8fad-977abf87a752 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 558a55c4-fede-4c5d-8fad-977abf87a752 found for delete ", "request_id": "req-e5af39da-3ab9-4f6f-af91-8e57c1b446ad"}]} 2026-06-30 19:13:02.729 7 INFO neutron.services.segments.plugin [-] Segment 558a55c4-fede-4c5d-8fad-977abf87a752 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 558a55c4-fede-4c5d-8fad-977abf87a752 found for delete ", "request_id": "req-de35ad74-1232-4a83-a2b1-0a46b320a770"}]} 2026-06-30 19:13:02.738 7 INFO neutron.services.segments.plugin [-] Segment 9f85c68a-4c72-4f2c-a90c-b89e05bf6cfa resource provider aggregate not found 2026-06-30 19:13:02.751 7 INFO neutron.services.segments.plugin [-] Segment 9f85c68a-4c72-4f2c-a90c-b89e05bf6cfa resource provider aggregate not found 2026-06-30 19:13:02.768 7 INFO neutron.services.segments.plugin [-] Segment 9f85c68a-4c72-4f2c-a90c-b89e05bf6cfa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f85c68a-4c72-4f2c-a90c-b89e05bf6cfa found for delete ", "request_id": "req-df18ec58-0a23-4645-875a-01f5e29061cf"}]} 2026-06-30 19:13:02.769 7 INFO neutron.services.segments.plugin [-] Segment 9f85c68a-4c72-4f2c-a90c-b89e05bf6cfa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f85c68a-4c72-4f2c-a90c-b89e05bf6cfa found for delete ", "request_id": "req-11570d3a-23bd-441d-9631-4afa5007e18c"}]} [pid: 7|app: 0|req: 948/1899] 10.0.0.222 () {34 vars in 741 bytes} [Tue Jun 30 19:13:02 2026] PUT /v2.0/routers/e2014203-f2df-4f46-ac3e-862375c85b87 => generated 701 bytes in 441 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:13:03.018 8 INFO neutron.services.segments.plugin [-] Segment 0b5e95b8-50de-4ebb-89b1-c881a1f81c32 resource provider aggregate not found 2026-06-30 19:13:03.048 8 INFO neutron.services.segments.plugin [-] Segment 0b5e95b8-50de-4ebb-89b1-c881a1f81c32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b5e95b8-50de-4ebb-89b1-c881a1f81c32 found for delete ", "request_id": "req-f0df7fc5-fc04-4f00-94b5-ce91015495be"}]} 2026-06-30 19:13:03.056 8 INFO neutron.services.segments.plugin [-] Segment 0b5e95b8-50de-4ebb-89b1-c881a1f81c32 resource provider aggregate not found 2026-06-30 19:13:03.072 8 INFO neutron.services.segments.plugin [-] Segment a5ee095d-6b29-484a-a059-e504333614b5 resource provider aggregate not found 2026-06-30 19:13:03.077 8 INFO neutron.services.segments.plugin [-] Segment 0b5e95b8-50de-4ebb-89b1-c881a1f81c32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b5e95b8-50de-4ebb-89b1-c881a1f81c32 found for delete ", "request_id": "req-ee80d575-2963-4de2-a14f-af18ffb637c0"}]} 2026-06-30 19:13:03.092 8 INFO neutron.services.segments.plugin [-] Segment a5ee095d-6b29-484a-a059-e504333614b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5ee095d-6b29-484a-a059-e504333614b5 found for delete ", "request_id": "req-3733a6ab-d8f1-4031-a7e4-220870b20c3e"}]} 2026-06-30 19:13:03.095 8 INFO neutron.services.segments.plugin [-] Segment a5ee095d-6b29-484a-a059-e504333614b5 resource provider aggregate not found 2026-06-30 19:13:03.111 8 INFO neutron.services.segments.plugin [-] Segment a5ee095d-6b29-484a-a059-e504333614b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5ee095d-6b29-484a-a059-e504333614b5 found for delete ", "request_id": "req-c79bf5a0-00c5-4251-8f9c-d2b79ea6534d"}]} [pid: 7|app: 0|req: 949/1900] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:13:03 2026] DELETE /v2.0/networks/d7e5bd33-bd59-4ae1-91c3-a955dde2ce6a => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1901] 10.0.0.222 () {34 vars in 789 bytes} [Tue Jun 30 19:13:02 2026] PUT /v2.0/routers/832a8b05-6ba6-4bf8-90ce-2b03d3557b6e/remove_router_interface => generated 309 bytes in 836 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 950/1902] 10.0.0.222 () {32 vars in 721 bytes} [Tue Jun 30 19:13:03 2026] GET /v2.0/routers/e2014203-f2df-4f46-ac3e-862375c85b87 => generated 701 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1903] 10.0.0.222 () {32 vars in 736 bytes} [Tue Jun 30 19:13:03 2026] GET /v2.0/ports?device_id=e2014203-f2df-4f46-ac3e-862375c85b87 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:03.264 8 INFO neutron.api.v2.resource [None req-28573695-b453-41ee-a0a9-442c064bb971 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 953/1904] 10.0.0.222 () {34 vars in 789 bytes} [Tue Jun 30 19:13:03 2026] PUT /v2.0/routers/832a8b05-6ba6-4bf8-90ce-2b03d3557b6e/remove_router_interface => generated 197 bytes in 99 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1905] 10.0.0.222 () {32 vars in 736 bytes} [Tue Jun 30 19:13:03 2026] GET /v2.0/ports?device_id=832a8b05-6ba6-4bf8-90ce-2b03d3557b6e => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:03.438 8 INFO neutron_taas.services.taas.taas_plugin [None req-4613c56c-fa8d-4902-b93e-d9a26a673941 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] TaaS: Handle Delete Port: 9b3cf286-1873-4187-92cb-08c7461cbe1b 2026-06-30 19:13:03.442 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4613c56c-fa8d-4902-b93e-d9a26a673941 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] Tap Mirror: Handle Delete Port: 9b3cf286-1873-4187-92cb-08c7461cbe1b 2026-06-30 19:13:03.449 7 INFO neutron_taas.services.taas.taas_plugin [None req-c1427d35-1a7c-4283-beaf-5edd3977c22e 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] TaaS: Handle Delete Port: 19e7a614-91ec-4e5a-aea0-ce5e2946f14e 2026-06-30 19:13:03.453 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1427d35-1a7c-4283-beaf-5edd3977c22e 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] Tap Mirror: Handle Delete Port: 19e7a614-91ec-4e5a-aea0-ce5e2946f14e 2026-06-30 19:13:03.668 7 INFO neutron_taas.services.taas.taas_plugin [None req-c1427d35-1a7c-4283-beaf-5edd3977c22e 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] TaaS: Handle Delete Port: 0066390d-384c-49de-a2d0-1e16af815d07 2026-06-30 19:13:03.670 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1427d35-1a7c-4283-beaf-5edd3977c22e 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] Tap Mirror: Handle Delete Port: 0066390d-384c-49de-a2d0-1e16af815d07 2026-06-30 19:13:03.768 8 INFO neutron.db.l3_hamode_db [None req-4613c56c-fa8d-4902-b93e-d9a26a673941 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] HA network 8407e8f1-c88b-45a9-96db-695c7929c9db was deleted as no HA routers are present in tenant 4ed81cfbf69340ac9a7e09d47f7af601. [pid: 8|app: 0|req: 955/1906] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:13:03 2026] DELETE /v2.0/routers/832a8b05-6ba6-4bf8-90ce-2b03d3557b6e => generated 0 bytes in 487 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1907] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:13:03 2026] DELETE /v2.0/subnets/25f3149b-f82c-4a33-96a6-4e65772b700c => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1908] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:13:03 2026] DELETE /v2.0/networks/d6231233-6184-4254-959a-96d0f871fd6b => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:13:04.003 7 INFO neutron.db.l3_hamode_db [None req-c1427d35-1a7c-4283-beaf-5edd3977c22e 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] HA network 0ac0e8c9-a9da-4a60-a08b-6587ff5399ad was deleted as no HA routers are present in tenant e065fd9844694409a7f6ae37e993d947. [pid: 7|app: 0|req: 952/1909] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:13:03 2026] DELETE /v2.0/routers/e2014203-f2df-4f46-ac3e-862375c85b87 => generated 0 bytes in 768 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:13:04.072 7 INFO neutron.db.segments_db [None req-26c0f747-c60a-41c7-ad25-89619ceabf54 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] Added segment ba9f113d-1340-4eb3-b9ae-cada3f1bd1ab of type vxlan for network fb5f2c09-81c7-49aa-ae70-e76ba3eb5cfc [pid: 7|app: 0|req: 953/1910] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:13:04 2026] POST /v2.0/networks => generated 633 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1911] 10.0.0.222 () {32 vars in 736 bytes} [Tue Jun 30 19:13:04 2026] GET /v2.0/ports?device_id=e2014203-f2df-4f46-ac3e-862375c85b87 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1912] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:13:04 2026] GET /v2.0/security-groups?tenant_id=dea4c527932e4f1db3d6e9fe251a3235&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:04.292 8 INFO neutron.api.v2.resource [None req-58516ba5-1929-4b87-afab-a6a086d3dc33 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 959/1913] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:13:04 2026] DELETE /v2.0/routers/e2014203-f2df-4f46-ac3e-862375c85b87 => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1914] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:13:04 2026] DELETE /v2.0/security-groups/41c00608-8673-4f3f-8d36-49b38d2d0bc2 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1915] 10.0.0.222 () {32 vars in 736 bytes} [Tue Jun 30 19:13:04 2026] GET /v2.0/ports?device_id=b1b713eb-7e27-43ca-9ae1-5d095cb5495f => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1916] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:13:04 2026] POST /v2.0/subnets => generated 646 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:04.390 8 INFO neutron.api.v2.resource [None req-2fff5f54-0b18-45e2-a400-149a5a82dac4 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 962/1917] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:13:04 2026] DELETE /v2.0/routers/b1b713eb-7e27-43ca-9ae1-5d095cb5495f => generated 135 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:13:04.401 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b4d53b68-8ac5-404b-ba62-8e0fd36280a5 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 963/1918] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:13:04 2026] DELETE /v2.0/subnets/2b9adaf4-44d3-4462-941a-366393df1d5c => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1919] 10.0.0.222 () {32 vars in 736 bytes} [Tue Jun 30 19:13:04 2026] GET /v2.0/ports?device_id=ca5f009f-3cba-4956-8d6c-1267c95c24a7 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:04.432 7 INFO neutron.db.segments_db [None req-b16f5fe6-6ae1-4c23-8fa7-38406108b096 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] Added segment 47f50551-46c9-4bea-b7c7-043a10910bcb of type vxlan for network a56f7c35-8f3a-4c71-85c5-216e48d4a0d7 2026-06-30 19:13:04.435 8 INFO neutron.api.v2.resource [None req-2c06e71f-a71f-4371-a0ca-6e30d1dff5e7 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 965/1920] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:13:04 2026] DELETE /v2.0/routers/ca5f009f-3cba-4956-8d6c-1267c95c24a7 => generated 135 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:13:04.447 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1d779225-89a1-40c1-bb21-30f1d9fc5a73 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 966/1921] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:13:04 2026] DELETE /v2.0/subnets/2fdc234c-fe0e-4622-beca-c3daf918d020 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1922] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:13:04 2026] GET /v2.0/security-groups?tenant_id=fcac1f15d4934c259ad7dad245514d72&name=default => generated 2925 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1923] 10.0.0.222 () {32 vars in 736 bytes} [Tue Jun 30 19:13:04 2026] GET /v2.0/ports?device_id=b1143c8e-1a7f-4b57-9c01-04f0107fee88 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1924] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:13:04 2026] DELETE /v2.0/security-groups/e22d491e-da46-4389-a820-97cd01015f74 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:13:04.652 7 INFO neutron.db.l3_hamode_db [None req-b16f5fe6-6ae1-4c23-8fa7-38406108b096 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:13:04.662 8 INFO neutron.api.v2.resource [None req-c4bb9690-a457-4c0b-875d-38ebacc254ea 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 970/1925] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:13:04 2026] DELETE /v2.0/routers/b1143c8e-1a7f-4b57-9c01-04f0107fee88 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:13:04.681 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b69a7d6c-6dde-41d7-9e5e-f5850f8e44a3 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 971/1926] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:13:04 2026] DELETE /v2.0/subnets/95ddfaf5-d4fd-4fd7-81f9-7162f731f292 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:13:04.698 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9684710c-2297-4615-a762-d32fafbb8db3 8ad64d17a93b444cac9b03dfe473eea2 e065fd9844694409a7f6ae37e993d947 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 972/1927] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:13:04 2026] DELETE /v2.0/subnets/d067fa2b-033a-43e4-b7da-7911c2f6fccf => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:13:04.752 7 INFO neutron.db.l3_hamode_db [None req-b16f5fe6-6ae1-4c23-8fa7-38406108b096 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:13:04.798 7 INFO neutron.services.segments.plugin [-] Segment e0bd7236-69cc-48f0-8e2e-5c09eddf564f resource provider aggregate not found 2026-06-30 19:13:04.798 7 INFO neutron.services.segments.plugin [-] Segment e0bd7236-69cc-48f0-8e2e-5c09eddf564f resource provider aggregate not found [pid: 8|app: 0|req: 973/1928] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:13:04 2026] GET /v2.0/security-groups?tenant_id=43329b7826e948fcb22f1581dbc1c2ab&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:04.818 7 INFO neutron.services.segments.plugin [-] Segment e0bd7236-69cc-48f0-8e2e-5c09eddf564f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0bd7236-69cc-48f0-8e2e-5c09eddf564f found for delete ", "request_id": "req-bc2754f7-921d-4bb5-8039-cbc0a7b21330"}]} 2026-06-30 19:13:04.823 7 INFO neutron.services.segments.plugin [-] Segment e0bd7236-69cc-48f0-8e2e-5c09eddf564f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0bd7236-69cc-48f0-8e2e-5c09eddf564f found for delete ", "request_id": "req-2ce8efcd-9011-4b6b-bfaa-1eb327f02857"}]} 2026-06-30 19:13:04.833 7 INFO neutron.services.segments.plugin [-] Segment 8b1d745a-a272-453c-a201-b0f6e1d5606f resource provider aggregate not found 2026-06-30 19:13:04.844 7 INFO neutron.services.segments.plugin [-] Segment 8b1d745a-a272-453c-a201-b0f6e1d5606f resource provider aggregate not found 2026-06-30 19:13:04.851 7 INFO neutron.services.segments.plugin [-] Segment 8b1d745a-a272-453c-a201-b0f6e1d5606f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b1d745a-a272-453c-a201-b0f6e1d5606f found for delete ", "request_id": "req-e1130348-12d4-4f0e-92e3-363fb9fc27cc"}]} 2026-06-30 19:13:04.863 7 INFO neutron.services.segments.plugin [-] Segment 8b1d745a-a272-453c-a201-b0f6e1d5606f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b1d745a-a272-453c-a201-b0f6e1d5606f found for delete ", "request_id": "req-fb5e3b35-3700-4ee4-8f54-ab6460dacb67"}]} [pid: 8|app: 0|req: 974/1929] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:13:04 2026] DELETE /v2.0/security-groups/722252e1-2028-4ed4-8658-dd7cc4919254 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:13:05.111 8 INFO neutron.services.segments.plugin [-] Segment ecf6ee28-8852-4d02-bcb8-8b55503da3a5 resource provider aggregate not found 2026-06-30 19:13:05.129 8 INFO neutron.services.segments.plugin [-] Segment ecf6ee28-8852-4d02-bcb8-8b55503da3a5 resource provider aggregate not found 2026-06-30 19:13:05.132 8 INFO neutron.services.segments.plugin [-] Segment ecf6ee28-8852-4d02-bcb8-8b55503da3a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecf6ee28-8852-4d02-bcb8-8b55503da3a5 found for delete ", "request_id": "req-6671a56a-c8f8-4ff5-a1cb-91b2a760c6de"}]} 2026-06-30 19:13:05.146 8 INFO neutron.services.segments.plugin [-] Segment ecf6ee28-8852-4d02-bcb8-8b55503da3a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecf6ee28-8852-4d02-bcb8-8b55503da3a5 found for delete ", "request_id": "req-4d6bbe75-ca08-4394-a696-c4d69a1ae9fc"}]} 2026-06-30 19:13:05.153 8 INFO neutron.services.segments.plugin [-] Segment a4470b99-fe64-4f20-86d4-2e52a19eb363 resource provider aggregate not found 2026-06-30 19:13:05.162 8 INFO neutron.services.segments.plugin [-] Segment a4470b99-fe64-4f20-86d4-2e52a19eb363 resource provider aggregate not found 2026-06-30 19:13:05.169 8 INFO neutron.services.segments.plugin [-] Segment a4470b99-fe64-4f20-86d4-2e52a19eb363 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4470b99-fe64-4f20-86d4-2e52a19eb363 found for delete ", "request_id": "req-08b964d5-1f35-429e-8ccd-465c0a9e34a0"}]} 2026-06-30 19:13:05.174 8 INFO neutron.services.segments.plugin [-] Segment a4470b99-fe64-4f20-86d4-2e52a19eb363 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4470b99-fe64-4f20-86d4-2e52a19eb363 found for delete ", "request_id": "req-a7116e41-ee36-4e6d-872d-7e4c1ed51539"}]} [pid: 8|app: 0|req: 975/1930] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:13:05 2026] GET /v2.0/security-groups?tenant_id=e065fd9844694409a7f6ae37e993d947&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1931] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:13:04 2026] POST /v2.0/routers => generated 511 bytes in 936 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1932] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:13:05 2026] DELETE /v2.0/security-groups/e9cfbbb2-779e-4084-addd-4a53e3c83c26 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1933] 10.0.0.222 () {34 vars in 783 bytes} [Tue Jun 30 19:13:05 2026] PUT /v2.0/routers/ae5858c4-378e-4fed-87a7-b64b69a9d175/add_router_interface => generated 309 bytes in 990 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1934] 10.0.0.222 () {32 vars in 717 bytes} [Tue Jun 30 19:13:06 2026] GET /v2.0/ports/63efd530-5a19-427c-a2c9-9b962133c456 => generated 959 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:13:06.699 7 INFO neutron_taas.services.taas.taas_plugin [None req-0b1fd3cd-10ac-4aa1-8001-6b2a15c9c053 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] TaaS: Handle Delete Port: 63efd530-5a19-427c-a2c9-9b962133c456 2026-06-30 19:13:06.703 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b1fd3cd-10ac-4aa1-8001-6b2a15c9c053 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] Tap Mirror: Handle Delete Port: 63efd530-5a19-427c-a2c9-9b962133c456 [pid: 7|app: 0|req: 958/1935] 10.0.0.222 () {34 vars in 789 bytes} [Tue Jun 30 19:13:06 2026] PUT /v2.0/routers/ae5858c4-378e-4fed-87a7-b64b69a9d175/remove_router_interface => generated 309 bytes in 726 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1936] 10.0.0.222 () {32 vars in 736 bytes} [Tue Jun 30 19:13:07 2026] GET /v2.0/ports?device_id=ae5858c4-378e-4fed-87a7-b64b69a9d175 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:07.331 7 INFO neutron_taas.services.taas.taas_plugin [None req-e0761be1-b5bb-48d0-839d-587da24c1817 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] TaaS: Handle Delete Port: d86a2b67-cd07-494c-b163-d3508cc6dbf5 2026-06-30 19:13:07.334 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0761be1-b5bb-48d0-839d-587da24c1817 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] Tap Mirror: Handle Delete Port: d86a2b67-cd07-494c-b163-d3508cc6dbf5 [pid: 8|app: 0|req: 978/1937] 10.0.0.222 () {34 vars in 684 bytes} [Tue Jun 30 19:13:07 2026] POST /v2.0/security-groups => generated 1625 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1938] 10.0.0.222 () {32 vars in 663 bytes} [Tue Jun 30 19:13:07 2026] GET /v2.0/security-groups => generated 4530 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1939] 10.0.0.222 () {34 vars in 758 bytes} [Tue Jun 30 19:13:07 2026] PUT /v2.0/security-groups/e47c4729-34aa-40db-b1c4-4b45fe88cdd4 => generated 1663 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1940] 10.0.0.222 () {32 vars in 737 bytes} [Tue Jun 30 19:13:07 2026] GET /v2.0/security-groups/e47c4729-34aa-40db-b1c4-4b45fe88cdd4 => generated 1663 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:07.639 7 INFO neutron.services.segments.plugin [-] Segment 47f50551-46c9-4bea-b7c7-043a10910bcb resource provider aggregate not found 2026-06-30 19:13:07.646 7 INFO neutron.services.segments.plugin [-] Segment 47f50551-46c9-4bea-b7c7-043a10910bcb resource provider aggregate not found [pid: 8|app: 0|req: 982/1941] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:13:07 2026] DELETE /v2.0/security-groups/e47c4729-34aa-40db-b1c4-4b45fe88cdd4 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:13:07.662 7 INFO neutron.services.segments.plugin [-] Segment 47f50551-46c9-4bea-b7c7-043a10910bcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47f50551-46c9-4bea-b7c7-043a10910bcb found for delete ", "request_id": "req-420fa5cc-bafc-4c08-ac4a-dcf3bbc8113d"}]} 2026-06-30 19:13:07.663 7 INFO neutron.db.l3_hamode_db [None req-e0761be1-b5bb-48d0-839d-587da24c1817 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] HA network a56f7c35-8f3a-4c71-85c5-216e48d4a0d7 was deleted as no HA routers are present in tenant 4ed81cfbf69340ac9a7e09d47f7af601. 2026-06-30 19:13:07.669 7 INFO neutron.services.segments.plugin [-] Segment 47f50551-46c9-4bea-b7c7-043a10910bcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47f50551-46c9-4bea-b7c7-043a10910bcb found for delete ", "request_id": "req-7ffd8c58-9797-4171-ac7b-e4600110246f"}]} [pid: 7|app: 0|req: 960/1942] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:13:07 2026] DELETE /v2.0/routers/ae5858c4-378e-4fed-87a7-b64b69a9d175 => generated 0 bytes in 514 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1943] 10.0.0.222 () {32 vars in 663 bytes} [Tue Jun 30 19:13:07 2026] GET /v2.0/security-groups => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:07.716 8 INFO neutron.api.v2.resource [None req-e231c7a5-768f-4096-aa90-c65c671bd881 934717c8fb3d4c22af254a95ff04827b 9f61c0aeb8e74059b9daa07f0ccc3080 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 984/1944] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:13:07 2026] DELETE /v2.0/security-groups/e47c4729-34aa-40db-b1c4-4b45fe88cdd4 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1945] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:13:07 2026] DELETE /v2.0/subnets/c26191d0-64b2-465d-8ef6-043f4b4793b4 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1946] 10.0.0.222 () {34 vars in 684 bytes} [Tue Jun 30 19:13:07 2026] POST /v2.0/security-groups => generated 1625 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1947] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:13:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1948] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:13:07 2026] DELETE /v2.0/networks/fb5f2c09-81c7-49aa-ae70-e76ba3eb5cfc => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1949] 10.0.0.222 () {32 vars in 747 bytes} [Tue Jun 30 19:13:07 2026] GET /v2.0/security-group-rules/359b931d-7019-424e-b1a9-e3a46979ef98 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:13:08.046 7 INFO neutron.db.segments_db [None req-11314106-f24a-4363-a882-0eaccee1f3c9 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] Added segment c5808278-cb6a-49f9-8ab5-f2879066bce0 of type vxlan for network 30f4d09c-43b4-41ff-ab05-70c6de460446 [pid: 8|app: 0|req: 988/1950] 10.0.0.222 () {32 vars in 673 bytes} [Tue Jun 30 19:13:08 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:08.303 7 INFO neutron.db.l3_hamode_db [None req-11314106-f24a-4363-a882-0eaccee1f3c9 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 989/1951] 10.0.0.222 () {34 vars in 684 bytes} [Tue Jun 30 19:13:08 2026] POST /v2.0/security-groups => generated 1601 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1952] 10.0.0.222 () {32 vars in 750 bytes} [Tue Jun 30 19:13:08 2026] DELETE /v2.0/security-group-rules/359b931d-7019-424e-b1a9-e3a46979ef98 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1953] 10.0.0.222 () {34 vars in 767 bytes} [Tue Jun 30 19:13:08 2026] PUT /v2.0/security-groups/62e58e1a-4963-4298-9157-0c4b1e04d66d/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1954] 10.0.0.222 () {32 vars in 673 bytes} [Tue Jun 30 19:13:08 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1955] 10.0.0.222 () {32 vars in 747 bytes} [Tue Jun 30 19:13:08 2026] GET /v2.0/security-groups/62e58e1a-4963-4298-9157-0c4b1e04d66d/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1956] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:13:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1957] 10.0.0.222 () {34 vars in 778 bytes} [Tue Jun 30 19:13:08 2026] PUT /v2.0/security-groups/62e58e1a-4963-4298-9157-0c4b1e04d66d/tags/green => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1958] 10.0.0.222 () {32 vars in 747 bytes} [Tue Jun 30 19:13:08 2026] GET /v2.0/security-group-rules/c734fe45-626b-49ec-bff9-cce44e5d2667 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1959] 10.0.0.222 () {32 vars in 747 bytes} [Tue Jun 30 19:13:08 2026] GET /v2.0/security-groups/62e58e1a-4963-4298-9157-0c4b1e04d66d/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1960] 10.0.0.222 () {32 vars in 673 bytes} [Tue Jun 30 19:13:08 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1961] 10.0.0.222 () {34 vars in 774 bytes} [Tue Jun 30 19:13:08 2026] PUT /v2.0/security-groups/62e58e1a-4963-4298-9157-0c4b1e04d66d/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1962] 10.0.0.222 () {32 vars in 750 bytes} [Tue Jun 30 19:13:08 2026] DELETE /v2.0/security-group-rules/c734fe45-626b-49ec-bff9-cce44e5d2667 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1963] 10.0.0.222 () {32 vars in 747 bytes} [Tue Jun 30 19:13:08 2026] GET /v2.0/security-groups/62e58e1a-4963-4298-9157-0c4b1e04d66d/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:09.032 7 INFO neutron.db.l3_hamode_db [None req-11314106-f24a-4363-a882-0eaccee1f3c9 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1002/1964] 10.0.0.222 () {32 vars in 673 bytes} [Tue Jun 30 19:13:09 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1965] 10.0.0.222 () {34 vars in 796 bytes} [Tue Jun 30 19:13:09 2026] PUT /v2.0/security-groups/62e58e1a-4963-4298-9157-0c4b1e04d66d/tags/black.or.white => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1966] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:13:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1967] 10.0.0.222 () {32 vars in 747 bytes} [Tue Jun 30 19:13:09 2026] GET /v2.0/security-groups/62e58e1a-4963-4298-9157-0c4b1e04d66d/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1968] 10.0.0.222 () {32 vars in 747 bytes} [Tue Jun 30 19:13:09 2026] GET /v2.0/security-group-rules/5148867b-626c-4b0a-a56e-91389caf4fe9 => generated 602 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1969] 10.0.0.222 () {34 vars in 767 bytes} [Tue Jun 30 19:13:09 2026] PUT /v2.0/security-groups/62e58e1a-4963-4298-9157-0c4b1e04d66d/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1970] 10.0.0.222 () {32 vars in 673 bytes} [Tue Jun 30 19:13:09 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1971] 10.0.0.222 () {32 vars in 747 bytes} [Tue Jun 30 19:13:09 2026] GET /v2.0/security-groups/62e58e1a-4963-4298-9157-0c4b1e04d66d/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1972] 10.0.0.222 () {32 vars in 750 bytes} [Tue Jun 30 19:13:09 2026] DELETE /v2.0/security-group-rules/5148867b-626c-4b0a-a56e-91389caf4fe9 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1973] 10.0.0.222 () {32 vars in 755 bytes} [Tue Jun 30 19:13:09 2026] GET /v2.0/security-groups/62e58e1a-4963-4298-9157-0c4b1e04d66d/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1974] 10.0.0.222 () {32 vars in 673 bytes} [Tue Jun 30 19:13:09 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:09.496 8 INFO neutron.api.v2.resource [None req-8cf5233d-4709-48ed-ad3d-ae340804933a 79ba7f7b682847a6860dad4d0891bf9f 06d3d340f05d4b0d8ac3a4d91e2cfd34 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1013/1975] 10.0.0.222 () {32 vars in 759 bytes} [Tue Jun 30 19:13:09 2026] GET /v2.0/security-groups/62e58e1a-4963-4298-9157-0c4b1e04d66d/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1976] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:13:09 2026] DELETE /v2.0/security-groups/f596b760-07ca-44cb-a5df-995c0aa00c22 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1977] 10.0.0.222 () {32 vars in 758 bytes} [Tue Jun 30 19:13:09 2026] DELETE /v2.0/security-groups/62e58e1a-4963-4298-9157-0c4b1e04d66d/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1978] 10.0.0.222 () {32 vars in 663 bytes} [Tue Jun 30 19:13:09 2026] GET /v2.0/security-groups => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1979] 10.0.0.222 () {32 vars in 747 bytes} [Tue Jun 30 19:13:09 2026] GET /v2.0/security-groups/62e58e1a-4963-4298-9157-0c4b1e04d66d/tags => generated 30 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1980] 10.0.0.222 () {32 vars in 663 bytes} [Tue Jun 30 19:13:09 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:09.702 7 INFO neutron.services.segments.plugin [-] Segment ba9f113d-1340-4eb3-b9ae-cada3f1bd1ab resource provider aggregate not found 2026-06-30 19:13:09.709 7 INFO neutron.services.segments.plugin [-] Segment ba9f113d-1340-4eb3-b9ae-cada3f1bd1ab resource provider aggregate not found 2026-06-30 19:13:09.721 7 INFO neutron.services.segments.plugin [-] Segment ba9f113d-1340-4eb3-b9ae-cada3f1bd1ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba9f113d-1340-4eb3-b9ae-cada3f1bd1ab found for delete ", "request_id": "req-b883c977-3dbd-47ce-bdee-237a2b7e7190"}]} 2026-06-30 19:13:09.725 7 INFO neutron.services.segments.plugin [-] Segment ba9f113d-1340-4eb3-b9ae-cada3f1bd1ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba9f113d-1340-4eb3-b9ae-cada3f1bd1ab found for delete ", "request_id": "req-8b5c238d-4647-4be9-98ee-2f781a4b09b0"}]} 2026-06-30 19:13:09.740 8 INFO neutron.api.v2.resource [None req-a207b32a-6e5a-492f-afe6-ea56e03ddf8b 79ba7f7b682847a6860dad4d0891bf9f 06d3d340f05d4b0d8ac3a4d91e2cfd34 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1019/1981] 10.0.0.222 () {32 vars in 762 bytes} [Tue Jun 30 19:13:09 2026] DELETE /v2.0/security-groups/62e58e1a-4963-4298-9157-0c4b1e04d66d/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1982] 10.0.0.222 () {32 vars in 750 bytes} [Tue Jun 30 19:13:09 2026] DELETE /v2.0/security-groups/62e58e1a-4963-4298-9157-0c4b1e04d66d/tags => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1983] 10.0.0.222 () {32 vars in 747 bytes} [Tue Jun 30 19:13:09 2026] GET /v2.0/security-groups/62e58e1a-4963-4298-9157-0c4b1e04d66d/tags => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1984] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:13:07 2026] POST /v2.0/routers => generated 692 bytes in 1901 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1985] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:13:09 2026] DELETE /v2.0/security-groups/62e58e1a-4963-4298-9157-0c4b1e04d66d => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1986] 10.0.0.222 () {32 vars in 721 bytes} [Tue Jun 30 19:13:09 2026] GET /v2.0/routers/93f8b700-995b-4037-a024-de57aab60c09 => generated 698 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1987] 10.0.0.222 () {32 vars in 647 bytes} [Tue Jun 30 19:13:09 2026] GET /v2.0/routers => generated 701 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1988] 10.0.0.222 () {34 vars in 741 bytes} [Tue Jun 30 19:13:10 2026] PUT /v2.0/routers/93f8b700-995b-4037-a024-de57aab60c09 => generated 705 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1989] 10.0.0.222 () {32 vars in 721 bytes} [Tue Jun 30 19:13:10 2026] GET /v2.0/routers/93f8b700-995b-4037-a024-de57aab60c09 => generated 705 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1990] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:13:10 2026] GET /v2.0/security-groups?tenant_id=9f61c0aeb8e74059b9daa07f0ccc3080&name=default => generated 2925 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1991] 10.0.0.222 () {32 vars in 736 bytes} [Tue Jun 30 19:13:10 2026] GET /v2.0/ports?device_id=93f8b700-995b-4037-a024-de57aab60c09 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1992] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:13:10 2026] DELETE /v2.0/security-groups/7f7eac54-3cd4-4b3b-a905-eea77af6ad1d => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/1993] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:13:10 2026] GET /v2.0/security-groups?tenant_id=06d3d340f05d4b0d8ac3a4d91e2cfd34&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/1994] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:13:10 2026] DELETE /v2.0/security-groups/e86854e3-14a6-4634-bfe8-135140da9118 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:13:10.841 7 INFO neutron_taas.services.taas.taas_plugin [None req-4c00bb87-37f7-486d-a6c1-c82ca5bc560d 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] TaaS: Handle Delete Port: 6e4e2489-43c7-464a-a2f5-058a873db33e 2026-06-30 19:13:10.843 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c00bb87-37f7-486d-a6c1-c82ca5bc560d 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] Tap Mirror: Handle Delete Port: 6e4e2489-43c7-464a-a2f5-058a873db33e [pid: 8|app: 0|req: 1027/1995] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:13:10 2026] GET /v2.0/security-groups?tenant_id=96d8347007544c88b96850ffe79624e7&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:11.101 7 INFO neutron_taas.services.taas.taas_plugin [None req-4c00bb87-37f7-486d-a6c1-c82ca5bc560d 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] TaaS: Handle Delete Port: 0afb51b5-4c31-4dc4-a423-e7bfaac40ad1 2026-06-30 19:13:11.105 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c00bb87-37f7-486d-a6c1-c82ca5bc560d 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] Tap Mirror: Handle Delete Port: 0afb51b5-4c31-4dc4-a423-e7bfaac40ad1 [pid: 8|app: 0|req: 1028/1996] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:13:11 2026] DELETE /v2.0/security-groups/5c4c6cd5-4b62-4ada-8060-9a604ce00f0c => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:13:11.879 7 INFO neutron.services.segments.plugin [-] Segment c5808278-cb6a-49f9-8ab5-f2879066bce0 resource provider aggregate not found 2026-06-30 19:13:11.886 7 INFO neutron.services.segments.plugin [-] Segment c5808278-cb6a-49f9-8ab5-f2879066bce0 resource provider aggregate not found 2026-06-30 19:13:11.896 7 INFO neutron.services.segments.plugin [-] Segment c5808278-cb6a-49f9-8ab5-f2879066bce0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5808278-cb6a-49f9-8ab5-f2879066bce0 found for delete ", "request_id": "req-63fc9390-85e6-49db-87a4-c76ac4f972ab"}]} 2026-06-30 19:13:11.898 7 INFO neutron.services.segments.plugin [-] Segment c5808278-cb6a-49f9-8ab5-f2879066bce0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5808278-cb6a-49f9-8ab5-f2879066bce0 found for delete ", "request_id": "req-31226ae0-5bff-4df9-bebb-89ff57418dcd"}]} 2026-06-30 19:13:11.911 7 INFO neutron.db.l3_hamode_db [None req-4c00bb87-37f7-486d-a6c1-c82ca5bc560d 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] HA network 30f4d09c-43b4-41ff-ab05-70c6de460446 was deleted as no HA routers are present in tenant 4ed81cfbf69340ac9a7e09d47f7af601. [pid: 7|app: 0|req: 969/1997] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:13:10 2026] DELETE /v2.0/routers/93f8b700-995b-4037-a024-de57aab60c09 => generated 0 bytes in 1282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1998] 10.0.0.222 () {32 vars in 736 bytes} [Tue Jun 30 19:13:11 2026] GET /v2.0/ports?device_id=93f8b700-995b-4037-a024-de57aab60c09 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:11.968 7 INFO neutron.api.v2.resource [None req-cfebcd56-2463-4ff9-8827-c78cdcfbee92 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 970/1999] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:13:11 2026] DELETE /v2.0/routers/93f8b700-995b-4037-a024-de57aab60c09 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2000] 10.0.0.222 () {32 vars in 736 bytes} [Tue Jun 30 19:13:11 2026] GET /v2.0/ports?device_id=ae5858c4-378e-4fed-87a7-b64b69a9d175 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:12.029 7 INFO neutron.api.v2.resource [None req-4392f9ad-7b22-4e9a-873e-90a495835b43 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 971/2001] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:13:12 2026] DELETE /v2.0/routers/ae5858c4-378e-4fed-87a7-b64b69a9d175 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:13:12.050 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0c4e1d3e-5399-4065-8d19-58546a75d3a5 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1031/2002] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:13:12 2026] DELETE /v2.0/subnets/c26191d0-64b2-465d-8ef6-043f4b4793b4 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/2003] 10.0.0.222 () {32 vars in 736 bytes} [Tue Jun 30 19:13:12 2026] GET /v2.0/ports?device_id=832a8b05-6ba6-4bf8-90ce-2b03d3557b6e => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:12.099 8 INFO neutron.api.v2.resource [None req-0b0b2f3e-b7e7-4d3a-923a-149fb18ce641 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1032/2004] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:13:12 2026] DELETE /v2.0/routers/832a8b05-6ba6-4bf8-90ce-2b03d3557b6e => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:13:12.118 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a7af2204-c44e-4233-90b9-21331f646c05 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 973/2005] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:13:12 2026] DELETE /v2.0/subnets/25f3149b-f82c-4a33-96a6-4e65772b700c => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2006] 10.0.0.222 () {32 vars in 736 bytes} [Tue Jun 30 19:13:12 2026] GET /v2.0/ports?device_id=baefeb55-00d9-42b5-9cab-2a6afc880379 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:12.164 7 INFO neutron.api.v2.resource [None req-a345d890-697f-485a-bbe5-a13251537c3b 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 974/2007] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:13:12 2026] DELETE /v2.0/routers/baefeb55-00d9-42b5-9cab-2a6afc880379 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:13:12.181 8 INFO neutron.pecan_wsgi.hooks.translation [None req-569d0bb8-d054-4046-a3b7-f99fc0772a09 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1034/2008] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:13:12 2026] DELETE /v2.0/subnets/8068457b-7eec-4d8c-a6e0-95a657caa224 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:13:12.201 7 INFO neutron.pecan_wsgi.hooks.translation [None req-79ea569b-57b5-416a-80f3-2a110c5d0f0c 7f8afffc43904f428e586c664e3e291b 4ed81cfbf69340ac9a7e09d47f7af601 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 975/2009] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:13:12 2026] DELETE /v2.0/subnets/942b74cd-7c7f-4f6a-95f3-7bb29a6e2d92 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2010] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:13:12 2026] GET /v2.0/security-groups?tenant_id=4ed81cfbf69340ac9a7e09d47f7af601&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/2011] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:13:12 2026] DELETE /v2.0/security-groups/468c9e36-73ca-49ef-95cf-df74fcad3fc7 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2012] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:13:13 2026] GET /v2.0/security-groups?tenant_id=7eb247f327af438080602ab3667143b8&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2013] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:13:14 2026] DELETE /v2.0/security-groups/885286de-0d82-4ca5-a706-3e250ad30da3 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2014] 10.0.0.222 () {34 vars in 684 bytes} [Tue Jun 30 19:13:14 2026] POST /v2.0/security-groups => generated 1625 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/2015] 10.0.0.222 () {32 vars in 663 bytes} [Tue Jun 30 19:13:14 2026] GET /v2.0/security-groups => generated 4530 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2016] 10.0.0.222 () {34 vars in 758 bytes} [Tue Jun 30 19:13:15 2026] PUT /v2.0/security-groups/d5d00bfd-d0a6-47cf-a077-c716de1fea32 => generated 1662 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2017] 10.0.0.222 () {32 vars in 737 bytes} [Tue Jun 30 19:13:15 2026] GET /v2.0/security-groups/d5d00bfd-d0a6-47cf-a077-c716de1fea32 => generated 1662 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2018] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:13:15 2026] DELETE /v2.0/security-groups/d5d00bfd-d0a6-47cf-a077-c716de1fea32 => generated 0 bytes in 541 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2019] 10.0.0.222 () {32 vars in 663 bytes} [Tue Jun 30 19:13:15 2026] GET /v2.0/security-groups => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:15.709 8 INFO neutron.api.v2.resource [None req-f6ca444f-b1e3-40c0-92c7-4a180d8a4739 879d3448f09f48179bf7dbbf4304eaa5 974cbe5a363140f5b848a2d433257200 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1040/2020] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:13:15 2026] DELETE /v2.0/security-groups/d5d00bfd-d0a6-47cf-a077-c716de1fea32 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2021] 10.0.0.222 () {34 vars in 684 bytes} [Tue Jun 30 19:13:15 2026] POST /v2.0/security-groups => generated 1624 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2022] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:13:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2023] 10.0.0.222 () {32 vars in 747 bytes} [Tue Jun 30 19:13:15 2026] GET /v2.0/security-group-rules/affe0916-543f-4a27-993a-273b75cf22da => generated 601 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2024] 10.0.0.222 () {32 vars in 673 bytes} [Tue Jun 30 19:13:15 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2025] 10.0.0.222 () {32 vars in 750 bytes} [Tue Jun 30 19:13:16 2026] DELETE /v2.0/security-group-rules/affe0916-543f-4a27-993a-273b75cf22da => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2028] 10.0.0.222 () {32 vars in 673 bytes} [Tue Jun 30 19:13:16 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2029] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:13:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2030] 10.0.0.222 () {32 vars in 747 bytes} [Tue Jun 30 19:13:16 2026] GET /v2.0/security-group-rules/ea9d3052-f69c-43e7-91d8-bf2a97ccaffe => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2031] 10.0.0.222 () {32 vars in 673 bytes} [Tue Jun 30 19:13:16 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2032] 10.0.0.222 () {32 vars in 750 bytes} [Tue Jun 30 19:13:16 2026] DELETE /v2.0/security-group-rules/ea9d3052-f69c-43e7-91d8-bf2a97ccaffe => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2033] 10.0.0.222 () {32 vars in 673 bytes} [Tue Jun 30 19:13:16 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:16.596 8 INFO neutron.db.securitygroups_db [None req-80d5ecb8-85de-4fb3-8577-ed6dfd47ff03 879d3448f09f48179bf7dbbf4304eaa5 974cbe5a363140f5b848a2d433257200 - - default default] Project 974cbe5a363140f5b848a2d433257200 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 1046/2034] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:13:16 2026] POST /v2.0/security-group-rules => generated 607 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2035] 10.0.0.222 () {32 vars in 747 bytes} [Tue Jun 30 19:13:16 2026] GET /v2.0/security-group-rules/7bc9ab16-2e59-4394-8eee-12406647ba2a => generated 607 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2036] 10.0.0.222 () {32 vars in 673 bytes} [Tue Jun 30 19:13:16 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2037] 10.0.0.222 () {32 vars in 750 bytes} [Tue Jun 30 19:13:16 2026] DELETE /v2.0/security-group-rules/7bc9ab16-2e59-4394-8eee-12406647ba2a => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2038] 10.0.0.222 () {32 vars in 673 bytes} [Tue Jun 30 19:13:16 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2039] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:13:16 2026] DELETE /v2.0/security-groups/24f20c64-1bc7-4987-9715-9ecd77af0932 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2040] 10.0.0.222 () {32 vars in 663 bytes} [Tue Jun 30 19:13:16 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2041] 10.0.0.222 () {32 vars in 663 bytes} [Tue Jun 30 19:13:17 2026] GET /v2.0/security-groups => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2042] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:13:17 2026] GET /v2.0/security-groups?tenant_id=974cbe5a363140f5b848a2d433257200&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2043] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:13:17 2026] GET /v2.0/security-groups?tenant_id=04e680f2d81f4144b547447b5c0000c3&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2044] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:13:17 2026] DELETE /v2.0/security-groups/c2107041-3a89-4198-88a0-ca60a15355e6 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2045] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:13:17 2026] DELETE /v2.0/security-groups/77c487ef-1483-4d7d-9dfe-785d28134ce9 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:13:26.653 7 INFO neutron.db.segments_db [None req-ab79b6e2-f0e2-44f6-a281-9cd076904e1c 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] Added segment f6ee41af-0ad8-4b3c-876a-7fab56ae6eaf of type vxlan for network f87d1762-8461-47a5-b0f1-9afa88b6f13a [pid: 7|app: 0|req: 995/2046] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:13:26 2026] POST /v2.0/networks => generated 639 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2047] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:13:26 2026] POST /v2.0/subnets => generated 657 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2048] 10.0.0.222 () {32 vars in 722 bytes} [Tue Jun 30 19:13:27 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2049] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:13:27 2026] POST /v2.0/subnets => generated 732 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:27.339 7 INFO neutron.db.segments_db [None req-3d28e370-ba8b-4879-b7a5-0b5de738100e 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] Added segment 5ed507fd-ed82-456e-9220-3a4017bd9ef3 of type vxlan for network f670b76c-a5d3-4a5b-9d61-76b8883e8efb [pid: 7|app: 0|req: 997/2050] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:13:27 2026] POST /v2.0/networks => generated 638 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2051] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:13:27 2026] POST /v2.0/subnets => generated 656 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2052] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:13:27 2026] GET /v2.0/security-groups?tenant_id=2ec95290909f4f75b7e9f0e84e8f8421&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2053] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:13:27 2026] DELETE /v2.0/security-groups/0c94b3f3-7cd7-4209-b102-97a31012adfe => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2054] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:13:27 2026] POST /v2.0/subnets => generated 724 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:27.877 7 INFO neutron.db.segments_db [None req-6a1e325a-0ddc-4488-95ef-f18db7676cf3 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] Added segment fb98ef6f-b665-497d-bea9-c564badc5f4a of type vxlan for network a46487ed-968a-4297-9d85-fb8fc512541c [pid: 7|app: 0|req: 1000/2055] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:13:27 2026] POST /v2.0/networks => generated 638 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2056] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:13:27 2026] POST /v2.0/subnets => generated 655 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2057] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:13:28 2026] POST /v2.0/subnets => generated 730 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:28.448 8 INFO neutron.db.segments_db [None req-bc7ceedb-6b05-4fba-a683-b4c8edf5d095 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] Added segment dbeb777b-80b6-46d4-ba1b-669fdcdcc45e of type vxlan for network 132f3a9a-29da-4eb0-a903-6567eb9a3279 2026-06-30 19:13:28.693 8 INFO neutron.db.l3_hamode_db [None req-bc7ceedb-6b05-4fba-a683-b4c8edf5d095 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:13:29.368 8 INFO neutron.db.l3_hamode_db [None req-bc7ceedb-6b05-4fba-a683-b4c8edf5d095 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1057/2058] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:13:28 2026] POST /v2.0/routers => generated 685 bytes in 1795 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:30.769 8 INFO neutron.db.segments_db [None req-f80e184a-e275-4b79-aa1f-52f4bd0f2445 1bd8248924994650bfa5f95dc2bd1e44 4a166927f49f474c91185dd433dde327 - - default default] Added segment 84d6a967-10a4-4ecb-a586-f7c929b1e680 of type vxlan for network 3d808286-6852-42de-9fa0-cc20d583944e [pid: 8|app: 0|req: 1058/2059] 10.0.0.222 () {34 vars in 671 bytes} [Tue Jun 30 19:13:30 2026] POST /v2.0/networks => generated 632 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:30.910 8 INFO neutron.db.segments_db [None req-f834a646-2506-498b-9a47-64692d1e74a1 1bd8248924994650bfa5f95dc2bd1e44 4a166927f49f474c91185dd433dde327 - - default default] Added segment 0f489405-7122-4fba-88c8-51e53cb85632 of type vxlan for network 506ef660-c93d-47ab-9dad-f7ad89cd084c 2026-06-30 19:13:31.176 8 INFO neutron.db.l3_hamode_db [None req-f834a646-2506-498b-9a47-64692d1e74a1 1bd8248924994650bfa5f95dc2bd1e44 4a166927f49f474c91185dd433dde327 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1002/2060] 10.0.0.222 () {34 vars in 783 bytes} [Tue Jun 30 19:13:30 2026] PUT /v2.0/routers/6dff4c9f-aae7-4587-8c76-067b2f899723/add_router_interface => generated 309 bytes in 1181 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:13:31.892 8 INFO neutron.db.l3_hamode_db [None req-f834a646-2506-498b-9a47-64692d1e74a1 1bd8248924994650bfa5f95dc2bd1e44 4a166927f49f474c91185dd433dde327 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1059/2063] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:13:30 2026] POST /v2.0/routers => generated 695 bytes in 1830 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2064] 10.0.0.222 () {34 vars in 783 bytes} [Tue Jun 30 19:13:31 2026] PUT /v2.0/routers/6dff4c9f-aae7-4587-8c76-067b2f899723/add_router_interface => generated 309 bytes in 1343 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2065] 10.0.0.222 () {32 vars in 776 bytes} [Tue Jun 30 19:13:32 2026] GET /v2.0/subnets?project_id=4a166927f49f474c91185dd433dde327&cidr=10.100.0.0%2F28 => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2066] 10.0.0.222 () {32 vars in 694 bytes} [Tue Jun 30 19:13:32 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2067] 10.0.0.222 () {32 vars in 784 bytes} [Tue Jun 30 19:13:32 2026] GET /v2.0/subnets?network_id=c5f20855-a26f-47b4-a22c-263d854bcca2&cidr=10.100.0.0%2F28 => generated 14 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2068] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:13:32 2026] POST /v2.0/subnets => generated 657 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2069] 10.0.0.222 () {34 vars in 783 bytes} [Tue Jun 30 19:13:32 2026] PUT /v2.0/routers/6dff4c9f-aae7-4587-8c76-067b2f899723/add_router_interface => generated 309 bytes in 1181 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2070] 10.0.0.222 () {34 vars in 684 bytes} [Tue Jun 30 19:13:33 2026] POST /v2.0/security-groups => generated 1628 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2071] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:13:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2072] 10.0.0.222 () {34 vars in 783 bytes} [Tue Jun 30 19:13:33 2026] PUT /v2.0/routers/e79465b3-1597-420c-9f57-aaa4ee33d7b2/add_router_interface => generated 309 bytes in 1181 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2073] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:13:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2074] 10.0.0.222 () {32 vars in 649 bytes} [Tue Jun 30 19:13:34 2026] GET /v2.0/networks => generated 6664 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2075] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:13:34 2026] POST /v2.0/security-group-rules => generated 599 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2076] 10.0.0.222 () {32 vars in 647 bytes} [Tue Jun 30 19:13:34 2026] GET /v2.0/subnets => generated 7419 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2077] 10.0.0.222 () {32 vars in 647 bytes} [Tue Jun 30 19:13:34 2026] GET /v2.0/routers => generated 1453 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2078] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:13:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2079] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:13:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2080] 10.0.0.222 () {34 vars in 685 bytes} [Tue Jun 30 19:13:34 2026] POST /v2.0/security-groups => generated 1675 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2081] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:13:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2082] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:13:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2083] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:13:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2084] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:13:34 2026] POST /v2.0/security-group-rules => generated 596 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2085] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:13:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2086] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:13:34 2026] POST /v2.0/security-group-rules => generated 602 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2087] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:13:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2088] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:13:34 2026] POST /v2.0/security-group-rules => generated 599 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:35.161 7 INFO neutron.db.securitygroups_db [None req-66ffa036-7789-400e-ae2f-1cf0e9c25e91 1bd8248924994650bfa5f95dc2bd1e44 4a166927f49f474c91185dd433dde327 - - default default] Project 4a166927f49f474c91185dd433dde327 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 1073/2089] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:13:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2090] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:13:35 2026] POST /v2.0/security-group-rules => generated 607 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:35.291 7 INFO neutron.db.securitygroups_db [None req-b8b211a0-c9a2-4015-946d-161ffe25b2d5 1bd8248924994650bfa5f95dc2bd1e44 4a166927f49f474c91185dd433dde327 - - default default] Project 4a166927f49f474c91185dd433dde327 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 1074/2091] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:13:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2092] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:13:35 2026] POST /v2.0/security-group-rules => generated 606 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2093] 10.0.0.130 () {34 vars in 1096 bytes} [Tue Jun 30 19:13:35 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2055078501&fields=id&tenant_id=f69717e0292c4d74a6471728b3b11b91 => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2094] 10.0.0.130 () {34 vars in 982 bytes} [Tue Jun 30 19:13:35 2026] GET /v2.0/networks?id=f670b76c-a5d3-4a5b-9d61-76b8883e8efb => generated 705 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2095] 10.0.0.130 () {34 vars in 965 bytes} [Tue Jun 30 19:13:35 2026] GET /v2.0/quotas/f69717e0292c4d74a6471728b3b11b91 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2096] 10.0.0.222 () {32 vars in 649 bytes} [Tue Jun 30 19:13:35 2026] GET /v2.0/networks => generated 1297 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2097] 10.0.0.130 () {34 vars in 1002 bytes} [Tue Jun 30 19:13:35 2026] GET /v2.0/ports?tenant_id=f69717e0292c4d74a6471728b3b11b91&fields=id => generated 287 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2098] 10.0.0.130 () {34 vars in 1100 bytes} [Tue Jun 30 19:13:35 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1929832429&fields=id&tenant_id=4a166927f49f474c91185dd433dde327 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2099] 10.0.0.130 () {34 vars in 1008 bytes} [Tue Jun 30 19:13:35 2026] GET /v2.0/networks/f670b76c-a5d3-4a5b-9d61-76b8883e8efb?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2100] 10.0.0.130 () {34 vars in 982 bytes} [Tue Jun 30 19:13:35 2026] GET /v2.0/networks?id=3d808286-6852-42de-9fa0-cc20d583944e => generated 660 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2101] 10.0.0.130 () {34 vars in 965 bytes} [Tue Jun 30 19:13:35 2026] GET /v2.0/quotas/4a166927f49f474c91185dd433dde327 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2102] 10.0.0.130 () {34 vars in 1108 bytes} [Tue Jun 30 19:13:35 2026] GET /v2.0/networks/f670b76c-a5d3-4a5b-9d61-76b8883e8efb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2103] 10.0.0.130 () {34 vars in 1002 bytes} [Tue Jun 30 19:13:36 2026] GET /v2.0/ports?tenant_id=4a166927f49f474c91185dd433dde327&fields=id => generated 57 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2104] 10.0.0.130 () {34 vars in 1008 bytes} [Tue Jun 30 19:13:36 2026] GET /v2.0/networks/3d808286-6852-42de-9fa0-cc20d583944e?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2105] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:13:36 2026] GET /v2.0/ports?device_id=7f3c44d0-c7c5-4665-a626-5e9edeff3ede => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2106] 10.0.0.130 () {34 vars in 1108 bytes} [Tue Jun 30 19:13:36 2026] GET /v2.0/networks/3d808286-6852-42de-9fa0-cc20d583944e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2107] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:13:36 2026] GET /v2.0/ports?device_id=17d9d067-f404-4294-8dc3-e51d5e344182 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2108] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:13:37 2026] GET /v2.0/ports?device_id=17d9d067-f404-4294-8dc3-e51d5e344182 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2109] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:13:38 2026] GET /v2.0/ports?device_id=17d9d067-f404-4294-8dc3-e51d5e344182 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2110] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:13:39 2026] GET /v2.0/ports?device_id=17d9d067-f404-4294-8dc3-e51d5e344182 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2111] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:13:40 2026] GET /v2.0/networks?id=f670b76c-a5d3-4a5b-9d61-76b8883e8efb => generated 705 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2112] 199.204.45.89 () {34 vars in 1049 bytes} [Tue Jun 30 19:13:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f69717e0292c4d74a6471728b3b11b91 => generated 179 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2113] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:13:40 2026] GET /v2.0/ports?device_id=17d9d067-f404-4294-8dc3-e51d5e344182 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2114] 199.204.45.89 () {38 vars in 954 bytes} [Tue Jun 30 19:13:40 2026] POST /v2.0/ports => generated 1179 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1086/2115] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:13:41 2026] GET /v2.0/ports?device_id=7f3c44d0-c7c5-4665-a626-5e9edeff3ede => generated 1194 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2116] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:13:41 2026] GET /v2.0/security-groups?id=194c86d3-7431-4e88-87c0-c1fa07897b97&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2117] 199.204.45.89 () {38 vars in 1027 bytes} [Tue Jun 30 19:13:40 2026] PUT /v2.0/ports/4ae01866-47ce-46ec-8022-a5be4085e90b => generated 1460 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:41.386 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5bf6ccc7-ca93-4e44-8130-3d241d65e5db'] response: {'name': 'network-changed', 'server_uuid': '7f3c44d0-c7c5-4665-a626-5e9edeff3ede', 'tag': '4ae01866-47ce-46ec-8022-a5be4085e90b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1088/2118] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:13:41 2026] GET /v2.0/ports?device_id=17d9d067-f404-4294-8dc3-e51d5e344182 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1031/2119] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:13:41 2026] GET /v2.0/ports?tenant_id=f69717e0292c4d74a6471728b3b11b91&device_id=7f3c44d0-c7c5-4665-a626-5e9edeff3ede => generated 1463 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2120] 199.204.45.89 () {34 vars in 1017 bytes} [Tue Jun 30 19:13:41 2026] GET /v2.0/networks?tenant_id=f69717e0292c4d74a6471728b3b11b91&shared=False => generated 2376 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2121] 199.204.45.89 () {34 vars in 929 bytes} [Tue Jun 30 19:13:42 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2122] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:13:42 2026] GET /v2.0/networks?id=3d808286-6852-42de-9fa0-cc20d583944e => generated 660 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2123] 199.204.45.89 () {34 vars in 1049 bytes} [Tue Jun 30 19:13:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4a166927f49f474c91185dd433dde327 => generated 181 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2124] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:13:42 2026] GET /v2.0/ports?device_id=17d9d067-f404-4294-8dc3-e51d5e344182 => generated 957 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2125] 199.204.45.89 () {38 vars in 954 bytes} [Tue Jun 30 19:13:42 2026] POST /v2.0/ports => generated 954 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1035/2126] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:13:42 2026] GET /v2.0/security-groups?id=fecba39c-316f-45c3-82fd-cc9202db4bc0&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2127] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:13:43 2026] GET /v2.0/ports?tenant_id=f69717e0292c4d74a6471728b3b11b91&device_id=7f3c44d0-c7c5-4665-a626-5e9edeff3ede => generated 1463 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2128] 199.204.45.89 () {34 vars in 1055 bytes} [Tue Jun 30 19:13:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.44&port_id=4ae01866-47ce-46ec-8022-a5be4085e90b => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2129] 199.204.45.89 () {34 vars in 1103 bytes} [Tue Jun 30 19:13:43 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A101&port_id=4ae01866-47ce-46ec-8022-a5be4085e90b => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2130] 199.204.45.89 () {34 vars in 1063 bytes} [Tue Jun 30 19:13:43 2026] GET /v2.0/subnets?id=2175d4b2-6b74-45fb-bb7c-272ea7f47e7b&id=91989569-2315-4104-8c3d-f8ecbd3d54e0 => generated 1409 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2131] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:13:43 2026] GET /v2.0/ports?network_id=f670b76c-a5d3-4a5b-9d61-76b8883e8efb&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2132] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:13:43 2026] GET /v2.0/ports?network_id=f670b76c-a5d3-4a5b-9d61-76b8883e8efb&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2133] 199.204.45.89 () {38 vars in 1027 bytes} [Tue Jun 30 19:13:42 2026] PUT /v2.0/ports/4a17a17a-b45a-4694-a531-eaa22145f3f9 => generated 1235 bytes in 416 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:43.355 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f43f2cc-70ca-4ca4-8373-d380f793b3f7'] response: {'name': 'network-changed', 'server_uuid': '17d9d067-f404-4294-8dc3-e51d5e344182', 'tag': '4a17a17a-b45a-4694-a531-eaa22145f3f9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1042/2134] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:13:43 2026] GET /v2.0/networks/f670b76c-a5d3-4a5b-9d61-76b8883e8efb?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1093/2135] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:13:43 2026] GET /v2.0/networks/f670b76c-a5d3-4a5b-9d61-76b8883e8efb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2136] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:13:43 2026] GET /v2.0/ports?tenant_id=4a166927f49f474c91185dd433dde327&device_id=17d9d067-f404-4294-8dc3-e51d5e344182 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2137] 199.204.45.89 () {34 vars in 1017 bytes} [Tue Jun 30 19:13:43 2026] GET /v2.0/networks?tenant_id=4a166927f49f474c91185dd433dde327&shared=False => generated 756 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2138] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:13:43 2026] GET /v2.0/ports?device_id=17d9d067-f404-4294-8dc3-e51d5e344182 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2139] 199.204.45.89 () {34 vars in 929 bytes} [Tue Jun 30 19:13:43 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2140] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:13:44 2026] GET /v2.0/security-groups?id=fecba39c-316f-45c3-82fd-cc9202db4bc0&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2141] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:13:45 2026] GET /v2.0/ports?tenant_id=4a166927f49f474c91185dd433dde327&device_id=17d9d067-f404-4294-8dc3-e51d5e344182 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2142] 199.204.45.89 () {34 vars in 1057 bytes} [Tue Jun 30 19:13:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.2&port_id=4a17a17a-b45a-4694-a531-eaa22145f3f9 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2143] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:13:45 2026] GET /v2.0/ports?device_id=17d9d067-f404-4294-8dc3-e51d5e344182 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2144] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:13:45 2026] GET /v2.0/subnets?id=5ccd01e7-20ae-4ff6-9103-abcb02714f7d => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2145] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:13:45 2026] GET /v2.0/security-groups?id=fecba39c-316f-45c3-82fd-cc9202db4bc0&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2146] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:13:45 2026] GET /v2.0/ports?network_id=3d808286-6852-42de-9fa0-cc20d583944e&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2147] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:13:45 2026] GET /v2.0/networks/3d808286-6852-42de-9fa0-cc20d583944e?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2148] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:13:45 2026] GET /v2.0/networks/3d808286-6852-42de-9fa0-cc20d583944e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2151] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:13:46 2026] GET /v2.0/ports?device_id=17d9d067-f404-4294-8dc3-e51d5e344182 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2152] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:13:46 2026] GET /v2.0/security-groups?id=fecba39c-316f-45c3-82fd-cc9202db4bc0&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2153] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:13:46 2026] GET /v2.0/ports?device_id=7f3c44d0-c7c5-4665-a626-5e9edeff3ede => generated 1194 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2154] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:13:46 2026] GET /v2.0/security-groups?id=194c86d3-7431-4e88-87c0-c1fa07897b97&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2155] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:13:47 2026] GET /v2.0/ports?device_id=17d9d067-f404-4294-8dc3-e51d5e344182 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2156] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:13:47 2026] GET /v2.0/security-groups?id=fecba39c-316f-45c3-82fd-cc9202db4bc0&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2157] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:13:48 2026] GET /v2.0/ports?device_id=17d9d067-f404-4294-8dc3-e51d5e344182 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2158] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:13:48 2026] GET /v2.0/security-groups?id=fecba39c-316f-45c3-82fd-cc9202db4bc0&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2159] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:13:49 2026] GET /v2.0/ports?device_id=17d9d067-f404-4294-8dc3-e51d5e344182 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2160] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:13:49 2026] GET /v2.0/security-groups?id=fecba39c-316f-45c3-82fd-cc9202db4bc0&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2161] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:13:50 2026] GET /v2.0/ports?device_id=17d9d067-f404-4294-8dc3-e51d5e344182 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2162] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:13:50 2026] GET /v2.0/security-groups?id=fecba39c-316f-45c3-82fd-cc9202db4bc0&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2163] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:13:50 2026] GET /v2.0/ports?device_id=17d9d067-f404-4294-8dc3-e51d5e344182 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2164] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:13:51 2026] GET /v2.0/security-groups?id=fecba39c-316f-45c3-82fd-cc9202db4bc0&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2165] 10.0.0.222 () {32 vars in 736 bytes} [Tue Jun 30 19:13:51 2026] GET /v2.0/ports?device_id=17d9d067-f404-4294-8dc3-e51d5e344182 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2166] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:13:51 2026] GET /v2.0/ports?device_id=7f3c44d0-c7c5-4665-a626-5e9edeff3ede => generated 1196 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2167] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:13:51 2026] GET /v2.0/security-groups?id=194c86d3-7431-4e88-87c0-c1fa07897b97&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2168] 10.0.0.222 () {32 vars in 818 bytes} [Tue Jun 30 19:13:51 2026] GET /v2.0/ports?network_id=f670b76c-a5d3-4a5b-9d61-76b8883e8efb&mac_address=fa%3A16%3A3e%3A16%3Acd%3A62 => generated 1196 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:51.914 8 INFO neutron.db.l3_db [None req-873a948c-ce04-4aed-9c1e-d647c92ae2b3 1bd8248924994650bfa5f95dc2bd1e44 4a166927f49f474c91185dd433dde327 - - default default] Floating IP 20babd48-9526-49bf-a051-01f712beed2e associated. External IP: 10.96.250.208, port: 4a17a17a-b45a-4694-a531-eaa22145f3f9. [pid: 8|app: 0|req: 1109/2169] 10.0.0.222 () {34 vars in 677 bytes} [Tue Jun 30 19:13:51 2026] POST /v2.0/floatingips => generated 855 bytes in 1125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2170] 10.0.0.222 () {32 vars in 729 bytes} [Tue Jun 30 19:13:52 2026] GET /v2.0/floatingips/20babd48-9526-49bf-a051-01f712beed2e => generated 855 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:13:52.301 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab62ee8b-9c6f-41a9-87c7-d307cc7d6585'] response: {'name': 'network-changed', 'server_uuid': '17d9d067-f404-4294-8dc3-e51d5e344182', 'tag': '4a17a17a-b45a-4694-a531-eaa22145f3f9', 'status': 'completed', 'code': 200} 2026-06-30 19:13:52.586 7 INFO neutron.db.l3_db [None req-8eda6fdd-be89-4b1f-b2ae-0271f337c470 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] Floating IP a2041409-6765-429f-ac16-78aec02339e7 associated. External IP: 10.96.250.210, port: 4ae01866-47ce-46ec-8022-a5be4085e90b. [pid: 8|app: 0|req: 1111/2171] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:13:52 2026] GET /v2.0/ports?tenant_id=4a166927f49f474c91185dd433dde327&device_id=17d9d067-f404-4294-8dc3-e51d5e344182 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2172] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:13:52 2026] GET /v2.0/networks?id=3d808286-6852-42de-9fa0-cc20d583944e => generated 756 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2173] 199.204.45.89 () {34 vars in 1057 bytes} [Tue Jun 30 19:13:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.2&port_id=4a17a17a-b45a-4694-a531-eaa22145f3f9 => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2174] 10.0.0.222 () {34 vars in 677 bytes} [Tue Jun 30 19:13:51 2026] POST /v2.0/floatingips => generated 854 bytes in 1235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2175] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:13:52 2026] GET /v2.0/subnets?id=5ccd01e7-20ae-4ff6-9103-abcb02714f7d => generated 678 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:13:53.026 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c8a627d1-fe44-4e56-9c5f-0b04f0928b83'] response: {'name': 'network-changed', 'server_uuid': '7f3c44d0-c7c5-4665-a626-5e9edeff3ede', 'tag': '4ae01866-47ce-46ec-8022-a5be4085e90b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1062/2176] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/ports?network_id=3d808286-6852-42de-9fa0-cc20d583944e&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2177] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/networks/3d808286-6852-42de-9fa0-cc20d583944e?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2178] 10.0.0.130 () {34 vars in 1096 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2055078501&fields=id&tenant_id=f69717e0292c4d74a6471728b3b11b91 => generated 69 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2179] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/networks/3d808286-6852-42de-9fa0-cc20d583944e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2180] 10.0.0.130 () {34 vars in 982 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/networks?id=a46487ed-968a-4297-9d85-fb8fc512541c => generated 705 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2181] 10.0.0.130 () {34 vars in 965 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/quotas/f69717e0292c4d74a6471728b3b11b91 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2182] 10.0.0.130 () {34 vars in 1002 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/ports?tenant_id=f69717e0292c4d74a6471728b3b11b91&fields=id => generated 333 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2183] 10.0.0.222 () {32 vars in 729 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/floatingips/20babd48-9526-49bf-a051-01f712beed2e => generated 855 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2184] 10.0.0.130 () {34 vars in 1008 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/networks/a46487ed-968a-4297-9d85-fb8fc512541c?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2185] 10.0.0.130 () {34 vars in 1108 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/networks/a46487ed-968a-4297-9d85-fb8fc512541c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2186] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/ports?tenant_id=f69717e0292c4d74a6471728b3b11b91&device_id=7f3c44d0-c7c5-4665-a626-5e9edeff3ede => generated 1465 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2187] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/ports?device_id=e69a6866-fa09-4f02-913d-7e743d61c804 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2188] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/networks?id=f670b76c-a5d3-4a5b-9d61-76b8883e8efb => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2189] 199.204.45.89 () {34 vars in 1055 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.44&port_id=4ae01866-47ce-46ec-8022-a5be4085e90b => generated 857 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2190] 199.204.45.89 () {34 vars in 1103 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A101&port_id=4ae01866-47ce-46ec-8022-a5be4085e90b => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2191] 199.204.45.89 () {34 vars in 1063 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/subnets?id=2175d4b2-6b74-45fb-bb7c-272ea7f47e7b&id=91989569-2315-4104-8c3d-f8ecbd3d54e0 => generated 1409 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2192] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/ports?network_id=f670b76c-a5d3-4a5b-9d61-76b8883e8efb&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2193] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/ports?network_id=f670b76c-a5d3-4a5b-9d61-76b8883e8efb&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2194] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/networks/f670b76c-a5d3-4a5b-9d61-76b8883e8efb?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2195] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/networks/f670b76c-a5d3-4a5b-9d61-76b8883e8efb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2196] 10.0.0.222 () {32 vars in 729 bytes} [Tue Jun 30 19:13:54 2026] GET /v2.0/floatingips/20babd48-9526-49bf-a051-01f712beed2e => generated 857 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2197] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:13:57 2026] GET /v2.0/networks?id=a46487ed-968a-4297-9d85-fb8fc512541c => generated 705 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2198] 199.204.45.89 () {34 vars in 1049 bytes} [Tue Jun 30 19:13:57 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f69717e0292c4d74a6471728b3b11b91 => generated 179 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2199] 199.204.45.89 () {38 vars in 954 bytes} [Tue Jun 30 19:13:57 2026] POST /v2.0/ports => generated 1183 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1127/2200] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:13:58 2026] GET /v2.0/ports?device_id=e69a6866-fa09-4f02-913d-7e743d61c804 => generated 1198 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2201] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:13:58 2026] GET /v2.0/security-groups?id=194c86d3-7431-4e88-87c0-c1fa07897b97&fields=id&fields=name => generated 112 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2202] 199.204.45.89 () {38 vars in 1027 bytes} [Tue Jun 30 19:13:58 2026] PUT /v2.0/ports/18bfe06e-b925-4638-8cda-1d293521a072 => generated 1464 bytes in 445 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:58.863 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f9dfb52-1194-474b-99cd-dc28ba7e4c9f'] response: {'name': 'network-changed', 'server_uuid': 'e69a6866-fa09-4f02-913d-7e743d61c804', 'tag': '18bfe06e-b925-4638-8cda-1d293521a072', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1129/2203] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:13:59 2026] GET /v2.0/ports?tenant_id=f69717e0292c4d74a6471728b3b11b91&device_id=e69a6866-fa09-4f02-913d-7e743d61c804 => generated 1467 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1075/2204] 199.204.45.89 () {34 vars in 1017 bytes} [Tue Jun 30 19:13:59 2026] GET /v2.0/networks?tenant_id=f69717e0292c4d74a6471728b3b11b91&shared=False => generated 2376 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2205] 199.204.45.89 () {34 vars in 929 bytes} [Tue Jun 30 19:13:59 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2206] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:14:00 2026] GET /v2.0/ports?tenant_id=f69717e0292c4d74a6471728b3b11b91&device_id=e69a6866-fa09-4f02-913d-7e743d61c804 => generated 1467 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2207] 199.204.45.89 () {34 vars in 1057 bytes} [Tue Jun 30 19:14:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.135&port_id=18bfe06e-b925-4638-8cda-1d293521a072 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2208] 199.204.45.89 () {34 vars in 1103 bytes} [Tue Jun 30 19:14:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ac2&port_id=18bfe06e-b925-4638-8cda-1d293521a072 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2209] 199.204.45.89 () {34 vars in 1063 bytes} [Tue Jun 30 19:14:00 2026] GET /v2.0/subnets?id=7f761a65-2df3-448b-b5d9-879fb0e5f8f7&id=250a64fe-4a70-44aa-9331-6a730498405e => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2210] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:14:00 2026] GET /v2.0/ports?network_id=a46487ed-968a-4297-9d85-fb8fc512541c&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2211] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:14:00 2026] GET /v2.0/ports?network_id=a46487ed-968a-4297-9d85-fb8fc512541c&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2212] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:14:00 2026] GET /v2.0/networks/a46487ed-968a-4297-9d85-fb8fc512541c?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2213] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:14:00 2026] GET /v2.0/networks/a46487ed-968a-4297-9d85-fb8fc512541c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2216] 10.0.0.111 () {34 vars in 990 bytes} [Tue Jun 30 19:14:01 2026] GET /v2.0/ports?device_id=17d9d067-f404-4294-8dc3-e51d5e344182 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2217] 10.0.0.111 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:01 2026] GET /v2.0/security-groups?id=fecba39c-316f-45c3-82fd-cc9202db4bc0&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2218] 10.0.0.111 () {34 vars in 990 bytes} [Tue Jun 30 19:14:02 2026] GET /v2.0/ports?device_id=7f3c44d0-c7c5-4665-a626-5e9edeff3ede => generated 1465 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2219] 10.0.0.111 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:02 2026] GET /v2.0/security-groups?id=194c86d3-7431-4e88-87c0-c1fa07897b97&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2220] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:03 2026] GET /v2.0/ports?device_id=e69a6866-fa09-4f02-913d-7e743d61c804 => generated 1200 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2221] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:04 2026] GET /v2.0/security-groups?id=194c86d3-7431-4e88-87c0-c1fa07897b97&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2222] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:09 2026] GET /v2.0/ports?device_id=e69a6866-fa09-4f02-913d-7e743d61c804 => generated 1200 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2223] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:09 2026] GET /v2.0/security-groups?id=194c86d3-7431-4e88-87c0-c1fa07897b97&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2224] 10.0.0.222 () {32 vars in 818 bytes} [Tue Jun 30 19:14:09 2026] GET /v2.0/ports?network_id=a46487ed-968a-4297-9d85-fb8fc512541c&mac_address=fa%3A16%3A3e%3Abb%3Afe%3A2f => generated 1200 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:14:09.957 7 INFO neutron.db.l3_db [None req-94dcd124-c026-4abe-bb9d-5e7ebdcee842 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] Floating IP 4f66a3c4-9f3f-401a-aa3e-72c8bd777087 associated. External IP: 10.96.250.213, port: 18bfe06e-b925-4638-8cda-1d293521a072. [pid: 7|app: 0|req: 1085/2225] 10.0.0.222 () {34 vars in 677 bytes} [Tue Jun 30 19:14:09 2026] POST /v2.0/floatingips => generated 855 bytes in 944 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:14:10.296 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8640e6d8-ebfb-4914-a631-9f2b4cac1dae'] response: {'name': 'network-changed', 'server_uuid': 'e69a6866-fa09-4f02-913d-7e743d61c804', 'tag': '18bfe06e-b925-4638-8cda-1d293521a072', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1141/2226] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:14:10 2026] GET /v2.0/ports?tenant_id=f69717e0292c4d74a6471728b3b11b91&device_id=e69a6866-fa09-4f02-913d-7e743d61c804 => generated 1469 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2227] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:14:10 2026] GET /v2.0/networks?id=a46487ed-968a-4297-9d85-fb8fc512541c => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2228] 199.204.45.89 () {34 vars in 1057 bytes} [Tue Jun 30 19:14:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.135&port_id=18bfe06e-b925-4638-8cda-1d293521a072 => generated 858 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2229] 199.204.45.89 () {34 vars in 1103 bytes} [Tue Jun 30 19:14:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ac2&port_id=18bfe06e-b925-4638-8cda-1d293521a072 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2230] 199.204.45.89 () {34 vars in 1063 bytes} [Tue Jun 30 19:14:11 2026] GET /v2.0/subnets?id=7f761a65-2df3-448b-b5d9-879fb0e5f8f7&id=250a64fe-4a70-44aa-9331-6a730498405e => generated 1414 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2231] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:14:11 2026] GET /v2.0/ports?network_id=a46487ed-968a-4297-9d85-fb8fc512541c&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2232] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:14:11 2026] GET /v2.0/ports?network_id=a46487ed-968a-4297-9d85-fb8fc512541c&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2233] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:14:11 2026] GET /v2.0/networks/a46487ed-968a-4297-9d85-fb8fc512541c?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2234] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:14:11 2026] GET /v2.0/networks/a46487ed-968a-4297-9d85-fb8fc512541c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2235] 10.0.0.222 () {32 vars in 826 bytes} [Tue Jun 30 19:14:11 2026] GET /v2.0/ports?project_id=4a166927f49f474c91185dd433dde327&network_id=3d808286-6852-42de-9fa0-cc20d583944e => generated 3691 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2236] 10.0.0.222 () {32 vars in 742 bytes} [Tue Jun 30 19:14:11 2026] GET /v2.0/subnets?network_id=c5f20855-a26f-47b4-a22c-263d854bcca2 => generated 667 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:14:12.208 7 INFO neutron.db.l3_db [None req-2d823c07-9eae-4836-babe-03ea009bfa0b 1bd8248924994650bfa5f95dc2bd1e44 4a166927f49f474c91185dd433dde327 - - default default] Floating IP 20babd48-9526-49bf-a051-01f712beed2e disassociated. External IP: 10.96.250.208, port: 4a17a17a-b45a-4694-a531-eaa22145f3f9. [pid: 7|app: 0|req: 1091/2237] 10.0.0.222 () {34 vars in 749 bytes} [Tue Jun 30 19:14:12 2026] PUT /v2.0/floatingips/20babd48-9526-49bf-a051-01f712beed2e => generated 554 bytes in 394 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:14:12.544 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-91f30b60-0c8d-4c17-b1aa-0ac7bb5a014b'] response: {'name': 'network-changed', 'server_uuid': '17d9d067-f404-4294-8dc3-e51d5e344182', 'tag': '4a17a17a-b45a-4694-a531-eaa22145f3f9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1147/2238] 10.0.0.222 () {32 vars in 729 bytes} [Tue Jun 30 19:14:12 2026] GET /v2.0/floatingips/20babd48-9526-49bf-a051-01f712beed2e => generated 554 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2239] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:14:12 2026] GET /v2.0/ports?tenant_id=4a166927f49f474c91185dd433dde327&device_id=17d9d067-f404-4294-8dc3-e51d5e344182 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2240] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:14:12 2026] GET /v2.0/networks?id=3d808286-6852-42de-9fa0-cc20d583944e => generated 756 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2241] 199.204.45.89 () {34 vars in 1057 bytes} [Tue Jun 30 19:14:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.2&port_id=4a17a17a-b45a-4694-a531-eaa22145f3f9 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2242] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:14:12 2026] GET /v2.0/subnets?id=5ccd01e7-20ae-4ff6-9103-abcb02714f7d => generated 678 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2243] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:14:12 2026] GET /v2.0/ports?network_id=3d808286-6852-42de-9fa0-cc20d583944e&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2244] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:14:12 2026] GET /v2.0/networks/3d808286-6852-42de-9fa0-cc20d583944e?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2245] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:14:12 2026] GET /v2.0/networks/3d808286-6852-42de-9fa0-cc20d583944e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2246] 10.0.0.222 () {32 vars in 729 bytes} [Tue Jun 30 19:14:13 2026] GET /v2.0/floatingips/20babd48-9526-49bf-a051-01f712beed2e => generated 554 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2247] 10.0.0.222 () {32 vars in 729 bytes} [Tue Jun 30 19:14:14 2026] GET /v2.0/floatingips/20babd48-9526-49bf-a051-01f712beed2e => generated 552 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2248] 10.0.0.222 () {34 vars in 685 bytes} [Tue Jun 30 19:14:15 2026] POST /v2.0/security-groups => generated 1675 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2249] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:14:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2250] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:14:15 2026] POST /v2.0/security-group-rules => generated 596 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2253] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:14:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2254] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:14:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:14:16.365 7 INFO neutron.db.securitygroups_db [None req-f9be1cb8-eb4c-4b75-893c-c769360acdf9 1bd8248924994650bfa5f95dc2bd1e44 4a166927f49f474c91185dd433dde327 - - default default] Project 4a166927f49f474c91185dd433dde327 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 1099/2255] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:14:16 2026] POST /v2.0/security-group-rules => generated 607 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:14:16.484 8 INFO neutron.db.securitygroups_db [None req-28238904-938d-4a69-be1e-10429a7a773f 1bd8248924994650bfa5f95dc2bd1e44 4a166927f49f474c91185dd433dde327 - - default default] Project 4a166927f49f474c91185dd433dde327 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 1100/2256] 10.0.0.111 () {34 vars in 990 bytes} [Tue Jun 30 19:14:16 2026] GET /v2.0/ports?device_id=e69a6866-fa09-4f02-913d-7e743d61c804 => generated 1469 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2257] 10.0.0.111 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:16 2026] GET /v2.0/security-groups?id=194c86d3-7431-4e88-87c0-c1fa07897b97&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2258] 10.0.0.222 () {34 vars in 695 bytes} [Tue Jun 30 19:14:16 2026] POST /v2.0/security-group-rules => generated 606 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2259] 10.0.0.222 () {32 vars in 649 bytes} [Tue Jun 30 19:14:16 2026] GET /v2.0/networks => generated 1297 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2260] 10.0.0.130 () {34 vars in 1100 bytes} [Tue Jun 30 19:14:17 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1588103843&fields=id&tenant_id=4a166927f49f474c91185dd433dde327 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2261] 10.0.0.130 () {34 vars in 982 bytes} [Tue Jun 30 19:14:17 2026] GET /v2.0/networks?id=3d808286-6852-42de-9fa0-cc20d583944e => generated 660 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2262] 10.0.0.130 () {34 vars in 965 bytes} [Tue Jun 30 19:14:17 2026] GET /v2.0/quotas/4a166927f49f474c91185dd433dde327 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2263] 10.0.0.130 () {34 vars in 1002 bytes} [Tue Jun 30 19:14:17 2026] GET /v2.0/ports?tenant_id=4a166927f49f474c91185dd433dde327&fields=id => generated 149 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2264] 10.0.0.130 () {34 vars in 1008 bytes} [Tue Jun 30 19:14:17 2026] GET /v2.0/networks/3d808286-6852-42de-9fa0-cc20d583944e?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2265] 10.0.0.130 () {34 vars in 1108 bytes} [Tue Jun 30 19:14:17 2026] GET /v2.0/networks/3d808286-6852-42de-9fa0-cc20d583944e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2266] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:17 2026] GET /v2.0/ports?device_id=31ad6eca-7a1a-4e0e-b59b-8d6c9a44585b => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2267] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:18 2026] GET /v2.0/ports?device_id=31ad6eca-7a1a-4e0e-b59b-8d6c9a44585b => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2268] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:19 2026] GET /v2.0/ports?device_id=31ad6eca-7a1a-4e0e-b59b-8d6c9a44585b => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2269] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:20 2026] GET /v2.0/ports?device_id=31ad6eca-7a1a-4e0e-b59b-8d6c9a44585b => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2270] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:21 2026] GET /v2.0/ports?device_id=31ad6eca-7a1a-4e0e-b59b-8d6c9a44585b => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2271] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:14:21 2026] GET /v2.0/networks?id=3d808286-6852-42de-9fa0-cc20d583944e => generated 660 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2272] 199.204.45.89 () {34 vars in 1049 bytes} [Tue Jun 30 19:14:21 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4a166927f49f474c91185dd433dde327 => generated 274 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2273] 199.204.45.89 () {38 vars in 954 bytes} [Tue Jun 30 19:14:21 2026] POST /v2.0/ports => generated 954 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2274] 199.204.45.89 () {38 vars in 1027 bytes} [Tue Jun 30 19:14:22 2026] PUT /v2.0/ports/61c1796c-3e0c-442c-8e79-dfc653e6b09b => generated 1235 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:14:22.609 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9476b8f0-6175-4bf7-9753-fff142614ccc'] response: {'name': 'network-changed', 'server_uuid': '31ad6eca-7a1a-4e0e-b59b-8d6c9a44585b', 'tag': '61c1796c-3e0c-442c-8e79-dfc653e6b09b', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1110/2275] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:22 2026] GET /v2.0/ports?device_id=31ad6eca-7a1a-4e0e-b59b-8d6c9a44585b => generated 969 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1166/2276] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:22 2026] GET /v2.0/security-groups?id=f25c1385-c3e2-4b80-ab15-a9f75f3ed22a&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2277] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:14:23 2026] GET /v2.0/ports?tenant_id=4a166927f49f474c91185dd433dde327&device_id=31ad6eca-7a1a-4e0e-b59b-8d6c9a44585b => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2278] 199.204.45.89 () {34 vars in 1017 bytes} [Tue Jun 30 19:14:23 2026] GET /v2.0/networks?tenant_id=4a166927f49f474c91185dd433dde327&shared=False => generated 756 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2279] 199.204.45.89 () {34 vars in 929 bytes} [Tue Jun 30 19:14:23 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2280] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:24 2026] GET /v2.0/ports?device_id=31ad6eca-7a1a-4e0e-b59b-8d6c9a44585b => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2281] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:24 2026] GET /v2.0/security-groups?id=f25c1385-c3e2-4b80-ab15-a9f75f3ed22a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2282] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:14:24 2026] GET /v2.0/ports?tenant_id=4a166927f49f474c91185dd433dde327&device_id=31ad6eca-7a1a-4e0e-b59b-8d6c9a44585b => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2283] 199.204.45.89 () {34 vars in 1057 bytes} [Tue Jun 30 19:14:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=61c1796c-3e0c-442c-8e79-dfc653e6b09b => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2284] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:14:24 2026] GET /v2.0/subnets?id=5ccd01e7-20ae-4ff6-9103-abcb02714f7d => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2285] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:14:24 2026] GET /v2.0/ports?network_id=3d808286-6852-42de-9fa0-cc20d583944e&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2286] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:14:24 2026] GET /v2.0/networks/3d808286-6852-42de-9fa0-cc20d583944e?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2287] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:14:24 2026] GET /v2.0/networks/3d808286-6852-42de-9fa0-cc20d583944e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2288] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:25 2026] GET /v2.0/ports?device_id=31ad6eca-7a1a-4e0e-b59b-8d6c9a44585b => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2289] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:25 2026] GET /v2.0/security-groups?id=f25c1385-c3e2-4b80-ab15-a9f75f3ed22a&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2290] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:26 2026] GET /v2.0/ports?device_id=31ad6eca-7a1a-4e0e-b59b-8d6c9a44585b => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2291] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:26 2026] GET /v2.0/security-groups?id=f25c1385-c3e2-4b80-ab15-a9f75f3ed22a&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2292] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:27 2026] GET /v2.0/ports?device_id=31ad6eca-7a1a-4e0e-b59b-8d6c9a44585b => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2293] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:27 2026] GET /v2.0/security-groups?id=f25c1385-c3e2-4b80-ab15-a9f75f3ed22a&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2294] 10.0.0.222 () {32 vars in 721 bytes} [Tue Jun 30 19:14:27 2026] GET /v2.0/subnets/5b075f6f-6dfd-48ad-92fe-51103e8809be => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2295] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:28 2026] GET /v2.0/ports?device_id=31ad6eca-7a1a-4e0e-b59b-8d6c9a44585b => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2296] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:28 2026] GET /v2.0/security-groups?id=f25c1385-c3e2-4b80-ab15-a9f75f3ed22a&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2297] 10.0.0.226 () {30 vars in 690 bytes} [Tue Jun 30 19:14:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2298] 10.0.0.226 () {30 vars in 692 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2299] 10.0.0.226 () {30 vars in 668 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2300] 10.0.0.226 () {30 vars in 704 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2301] 10.0.0.226 () {28 vars in 439 bytes} [Tue Jun 30 19:14:29 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2302] 10.0.0.226 () {30 vars in 728 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/subnets/5b075f6f-6dfd-48ad-92fe-51103e8809be => generated 657 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2303] 10.0.0.226 () {30 vars in 690 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2304] 10.0.0.226 () {30 vars in 692 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2305] 10.0.0.226 () {30 vars in 668 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2306] 10.0.0.226 () {30 vars in 704 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2307] 10.0.0.226 () {30 vars in 728 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/subnets/5b075f6f-6dfd-48ad-92fe-51103e8809be => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2308] 10.0.0.226 () {30 vars in 690 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2309] 10.0.0.226 () {30 vars in 692 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2310] 10.0.0.226 () {30 vars in 668 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2311] 10.0.0.226 () {30 vars in 704 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2312] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/ports?device_id=31ad6eca-7a1a-4e0e-b59b-8d6c9a44585b => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2313] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/security-groups?id=f25c1385-c3e2-4b80-ab15-a9f75f3ed22a&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2314] 10.0.0.226 () {30 vars in 730 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/networks/f87d1762-8461-47a5-b0f1-9afa88b6f13a => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2315] 10.0.0.226 () {30 vars in 682 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2316] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:30 2026] GET /v2.0/ports?device_id=31ad6eca-7a1a-4e0e-b59b-8d6c9a44585b => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2317] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:30 2026] GET /v2.0/security-groups?id=f25c1385-c3e2-4b80-ab15-a9f75f3ed22a&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2318] 10.0.0.222 () {32 vars in 736 bytes} [Tue Jun 30 19:14:30 2026] GET /v2.0/ports?device_id=31ad6eca-7a1a-4e0e-b59b-8d6c9a44585b => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2319] 10.0.0.226 () {34 vars in 704 bytes} [Tue Jun 30 19:14:29 2026] POST /v2.0/ports => generated 1132 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:14:30.537 7 INFO neutron.db.l3_db [None req-f5f600e7-ff33-4b18-9fad-80b8815c533d 1bd8248924994650bfa5f95dc2bd1e44 4a166927f49f474c91185dd433dde327 - - default default] Floating IP 20babd48-9526-49bf-a051-01f712beed2e associated. External IP: 10.96.250.208, port: 61c1796c-3e0c-442c-8e79-dfc653e6b09b. [pid: 7|app: 0|req: 1133/2320] 10.0.0.222 () {34 vars in 749 bytes} [Tue Jun 30 19:14:30 2026] PUT /v2.0/floatingips/20babd48-9526-49bf-a051-01f712beed2e => generated 855 bytes in 661 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:14:30.899 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-230bf89d-96d0-477c-aa8e-caa4f37b600a'] response: {'name': 'network-changed', 'server_uuid': '31ad6eca-7a1a-4e0e-b59b-8d6c9a44585b', 'tag': '61c1796c-3e0c-442c-8e79-dfc653e6b09b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1188/2321] 10.0.0.222 () {32 vars in 729 bytes} [Tue Jun 30 19:14:30 2026] GET /v2.0/floatingips/20babd48-9526-49bf-a051-01f712beed2e => generated 855 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2324] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:14:31 2026] GET /v2.0/ports?tenant_id=4a166927f49f474c91185dd433dde327&device_id=31ad6eca-7a1a-4e0e-b59b-8d6c9a44585b => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2325] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:14:31 2026] GET /v2.0/networks?id=3d808286-6852-42de-9fa0-cc20d583944e => generated 756 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2326] 199.204.45.89 () {34 vars in 1057 bytes} [Tue Jun 30 19:14:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=61c1796c-3e0c-442c-8e79-dfc653e6b09b => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2327] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:14:31 2026] GET /v2.0/subnets?id=5ccd01e7-20ae-4ff6-9103-abcb02714f7d => generated 678 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2328] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:14:31 2026] GET /v2.0/ports?network_id=3d808286-6852-42de-9fa0-cc20d583944e&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2329] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:14:31 2026] GET /v2.0/networks/3d808286-6852-42de-9fa0-cc20d583944e?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2330] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:14:31 2026] GET /v2.0/networks/3d808286-6852-42de-9fa0-cc20d583944e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2331] 10.0.0.222 () {32 vars in 729 bytes} [Tue Jun 30 19:14:31 2026] GET /v2.0/floatingips/20babd48-9526-49bf-a051-01f712beed2e => generated 855 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2332] 199.204.45.89 () {30 vars in 702 bytes} [Tue Jun 30 19:14:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2333] 199.204.45.89 () {30 vars in 704 bytes} [Tue Jun 30 19:14:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2334] 199.204.45.89 () {30 vars in 680 bytes} [Tue Jun 30 19:14:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2335] 199.204.45.89 () {30 vars in 716 bytes} [Tue Jun 30 19:14:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2336] 10.0.0.222 () {32 vars in 729 bytes} [Tue Jun 30 19:14:32 2026] GET /v2.0/floatingips/20babd48-9526-49bf-a051-01f712beed2e => generated 857 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2337] 199.204.45.89 () {30 vars in 736 bytes} [Tue Jun 30 19:14:32 2026] GET /v2.0/ports/90eb3877-4b48-4d68-b0f3-27a7f17e81d7 => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2338] 199.204.45.89 () {30 vars in 702 bytes} [Tue Jun 30 19:14:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2339] 199.204.45.89 () {30 vars in 704 bytes} [Tue Jun 30 19:14:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2340] 199.204.45.89 () {30 vars in 680 bytes} [Tue Jun 30 19:14:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2341] 199.204.45.89 () {30 vars in 716 bytes} [Tue Jun 30 19:14:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:14:33.305 8 INFO neutron.api.v2.resource [None req-3a68ea85-55de-4092-9e2d-7d4383c3ec30 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1199/2342] 199.204.45.89 () {30 vars in 762 bytes} [Tue Jun 30 19:14:33 2026] GET /v2.0/security-groups/lb-7284116d-2d60-42bd-99e5-929451aea51e => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2343] 199.204.45.89 () {30 vars in 784 bytes} [Tue Jun 30 19:14:33 2026] GET /v2.0/security-groups?name=lb-7284116d-2d60-42bd-99e5-929451aea51e => generated 23 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2344] 199.204.45.89 () {34 vars in 735 bytes} [Tue Jun 30 19:14:33 2026] POST /v2.0/security-groups => generated 1638 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2345] 199.204.45.89 () {30 vars in 814 bytes} [Tue Jun 30 19:14:33 2026] GET /v2.0/security-group-rules?security_group_id=4232a3ba-2f61-4c50-98c5-0d0475e689fd => generated 1182 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2346] 199.204.45.89 () {34 vars in 788 bytes} [Tue Jun 30 19:14:33 2026] PUT /v2.0/ports/90eb3877-4b48-4d68-b0f3-27a7f17e81d7 => generated 1132 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2347] 199.204.45.89 () {30 vars in 702 bytes} [Tue Jun 30 19:14:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1202/2348] 199.204.45.89 () {30 vars in 704 bytes} [Tue Jun 30 19:14:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2349] 199.204.45.89 () {30 vars in 680 bytes} [Tue Jun 30 19:14:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2350] 199.204.45.89 () {30 vars in 716 bytes} [Tue Jun 30 19:14:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2351] 199.204.45.89 () {30 vars in 740 bytes} [Tue Jun 30 19:14:33 2026] GET /v2.0/subnets/5b075f6f-6dfd-48ad-92fe-51103e8809be => generated 675 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2352] 10.0.0.111 () {34 vars in 990 bytes} [Tue Jun 30 19:14:40 2026] GET /v2.0/ports?device_id=31ad6eca-7a1a-4e0e-b59b-8d6c9a44585b => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2353] 10.0.0.111 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:40 2026] GET /v2.0/security-groups?id=f25c1385-c3e2-4b80-ab15-a9f75f3ed22a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2354] 10.0.0.130 () {34 vars in 1016 bytes} [Tue Jun 30 19:14:40 2026] GET /v2.0/security-groups?id=ef34ca6e-4060-41ba-9c8a-5c6e87fed59a&fields=id => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2355] 10.0.0.130 () {34 vars in 982 bytes} [Tue Jun 30 19:14:41 2026] GET /v2.0/networks?id=0c1563e9-4c94-4428-9499-73de0c8af345 => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2356] 10.0.0.130 () {34 vars in 965 bytes} [Tue Jun 30 19:14:41 2026] GET /v2.0/quotas/86dcf2415eb44fae9b56896f841e7aa7 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2357] 10.0.0.130 () {34 vars in 1002 bytes} [Tue Jun 30 19:14:41 2026] GET /v2.0/ports?tenant_id=86dcf2415eb44fae9b56896f841e7aa7&fields=id => generated 149 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2358] 10.0.0.130 () {34 vars in 1008 bytes} [Tue Jun 30 19:14:41 2026] GET /v2.0/networks/0c1563e9-4c94-4428-9499-73de0c8af345?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2359] 10.0.0.130 () {34 vars in 1108 bytes} [Tue Jun 30 19:14:41 2026] GET /v2.0/networks/0c1563e9-4c94-4428-9499-73de0c8af345?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2360] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:41 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2361] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:41 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2362] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:44 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2363] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:44 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2364] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:14:45 2026] GET /v2.0/networks?id=0c1563e9-4c94-4428-9499-73de0c8af345 => generated 735 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2365] 199.204.45.89 () {34 vars in 1049 bytes} [Tue Jun 30 19:14:45 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=86dcf2415eb44fae9b56896f841e7aa7 => generated 343 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2368] 199.204.45.89 () {38 vars in 954 bytes} [Tue Jun 30 19:14:45 2026] POST /v2.0/ports => generated 1082 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2369] 199.204.45.89 () {38 vars in 1027 bytes} [Tue Jun 30 19:14:46 2026] PUT /v2.0/ports/739f5070-9e51-4278-acb8-bf296a9a17f9 => generated 1243 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:14:46.661 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3434076c-4f41-437f-83e4-8bb2b1fffeb7'] response: {'name': 'network-changed', 'server_uuid': 'f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7', 'tag': '739f5070-9e51-4278-acb8-bf296a9a17f9', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1212/2370] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:14:47 2026] GET /v2.0/ports?tenant_id=86dcf2415eb44fae9b56896f841e7aa7&device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 1246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1159/2371] 199.204.45.89 () {34 vars in 1017 bytes} [Tue Jun 30 19:14:47 2026] GET /v2.0/networks?tenant_id=86dcf2415eb44fae9b56896f841e7aa7&shared=False => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2372] 199.204.45.89 () {34 vars in 929 bytes} [Tue Jun 30 19:14:47 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2373] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:47 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2374] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:47 2026] GET /v2.0/security-groups?id=ef34ca6e-4060-41ba-9c8a-5c6e87fed59a&fields=id&fields=name => generated 96 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2375] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:47 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 1246 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2376] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:14:48 2026] GET /v2.0/ports?tenant_id=86dcf2415eb44fae9b56896f841e7aa7&device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 1246 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2377] 199.204.45.89 () {34 vars in 1061 bytes} [Tue Jun 30 19:14:48 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.181&port_id=739f5070-9e51-4278-acb8-bf296a9a17f9 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2378] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:14:48 2026] GET /v2.0/subnets?id=ceb50ed7-f950-487c-aa38-7af5bebacf41 => generated 654 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2379] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:14:48 2026] GET /v2.0/ports?network_id=0c1563e9-4c94-4428-9499-73de0c8af345&device_owner=network%3Adhcp => generated 1244 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2380] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:14:48 2026] GET /v2.0/networks/0c1563e9-4c94-4428-9499-73de0c8af345?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2381] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:14:48 2026] GET /v2.0/networks/0c1563e9-4c94-4428-9499-73de0c8af345?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2382] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:50 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2383] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:50 2026] GET /v2.0/security-groups?id=ef34ca6e-4060-41ba-9c8a-5c6e87fed59a&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2384] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:50 2026] GET /v2.0/ports?device_id=31ad6eca-7a1a-4e0e-b59b-8d6c9a44585b => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2385] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:50 2026] GET /v2.0/security-groups?id=f25c1385-c3e2-4b80-ab15-a9f75f3ed22a&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2386] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:50 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 1246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2387] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:51 2026] GET /v2.0/ports?device_id=31ad6eca-7a1a-4e0e-b59b-8d6c9a44585b => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2388] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:51 2026] GET /v2.0/security-groups?id=f25c1385-c3e2-4b80-ab15-a9f75f3ed22a&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2389] 199.204.45.89 () {34 vars in 993 bytes} [Tue Jun 30 19:14:52 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2390] 199.204.45.89 () {34 vars in 1043 bytes} [Tue Jun 30 19:14:52 2026] GET /v2.0/security-groups?id=ef34ca6e-4060-41ba-9c8a-5c6e87fed59a&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2391] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:52 2026] GET /v2.0/ports?device_id=31ad6eca-7a1a-4e0e-b59b-8d6c9a44585b => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2392] 199.204.45.89 () {34 vars in 993 bytes} [Tue Jun 30 19:14:52 2026] GET /v2.0/ports?device_id=31ad6eca-7a1a-4e0e-b59b-8d6c9a44585b => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2393] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:52 2026] GET /v2.0/security-groups?id=f25c1385-c3e2-4b80-ab15-a9f75f3ed22a&fields=id&fields=name => generated 114 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:14:52.988 8 INFO neutron_taas.services.taas.taas_plugin [req-709f63b9-be36-4af5-9033-6fdd49ebcc23 req-58604e9f-55ad-43de-897b-918d41131b25 1bd8248924994650bfa5f95dc2bd1e44 4a166927f49f474c91185dd433dde327 - - default default] TaaS: Handle Delete Port: 61c1796c-3e0c-442c-8e79-dfc653e6b09b 2026-06-30 19:14:52.991 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-709f63b9-be36-4af5-9033-6fdd49ebcc23 req-58604e9f-55ad-43de-897b-918d41131b25 1bd8248924994650bfa5f95dc2bd1e44 4a166927f49f474c91185dd433dde327 - - default default] Tap Mirror: Handle Delete Port: 61c1796c-3e0c-442c-8e79-dfc653e6b09b 2026-06-30 19:14:53.101 8 INFO neutron.db.l3_db [req-709f63b9-be36-4af5-9033-6fdd49ebcc23 req-58604e9f-55ad-43de-897b-918d41131b25 1bd8248924994650bfa5f95dc2bd1e44 4a166927f49f474c91185dd433dde327 - - default default] Floating IP 20babd48-9526-49bf-a051-01f712beed2e disassociated. External IP: 10.96.250.208, port: 61c1796c-3e0c-442c-8e79-dfc653e6b09b. [pid: 7|app: 0|req: 1170/2394] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:53 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2395] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:53 2026] GET /v2.0/security-groups?id=ef34ca6e-4060-41ba-9c8a-5c6e87fed59a&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2396] 199.204.45.89 () {36 vars in 996 bytes} [Tue Jun 30 19:14:52 2026] DELETE /v2.0/ports/61c1796c-3e0c-442c-8e79-dfc653e6b09b => generated 0 bytes in 610 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:14:53.523 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-81b7e4d5-c45b-4390-9907-5510823ff37f'] response: {'server_uuid': '31ad6eca-7a1a-4e0e-b59b-8d6c9a44585b', 'name': 'network-vif-deleted', 'tag': '61c1796c-3e0c-442c-8e79-dfc653e6b09b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1172/2397] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:53 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2398] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:53 2026] GET /v2.0/ports?device_id=31ad6eca-7a1a-4e0e-b59b-8d6c9a44585b => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2399] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:55 2026] GET /v2.0/ports?device_id=31ad6eca-7a1a-4e0e-b59b-8d6c9a44585b => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2400] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:56 2026] GET /v2.0/ports?device_id=31ad6eca-7a1a-4e0e-b59b-8d6c9a44585b => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2401] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:56 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2402] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:56 2026] GET /v2.0/security-groups?id=ef34ca6e-4060-41ba-9c8a-5c6e87fed59a&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2403] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:56 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2404] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:14:57 2026] DELETE /v2.0/security-groups/f25c1385-c3e2-4b80-ab15-a9f75f3ed22a => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:14:57.514 7 INFO neutron_taas.services.taas.taas_plugin [None req-207022db-8ad3-40de-ac3f-2cd63771618d 1bd8248924994650bfa5f95dc2bd1e44 4a166927f49f474c91185dd433dde327 - - default default] TaaS: Handle Delete Port: df3c4fee-8de2-42ce-aa3a-747fdd59751e 2026-06-30 19:14:57.517 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-207022db-8ad3-40de-ac3f-2cd63771618d 1bd8248924994650bfa5f95dc2bd1e44 4a166927f49f474c91185dd433dde327 - - default default] Tap Mirror: Handle Delete Port: df3c4fee-8de2-42ce-aa3a-747fdd59751e [pid: 7|app: 0|req: 1176/2405] 10.0.0.222 () {32 vars in 732 bytes} [Tue Jun 30 19:14:57 2026] DELETE /v2.0/floatingips/20babd48-9526-49bf-a051-01f712beed2e => generated 0 bytes in 247 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2406] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:57 2026] GET /v2.0/ports?device_id=17d9d067-f404-4294-8dc3-e51d5e344182 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2407] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:57 2026] GET /v2.0/security-groups?id=fecba39c-316f-45c3-82fd-cc9202db4bc0&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2408] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:14:58 2026] GET /v2.0/ports?device_id=17d9d067-f404-4294-8dc3-e51d5e344182 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2409] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:58 2026] GET /v2.0/security-groups?id=fecba39c-316f-45c3-82fd-cc9202db4bc0&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2410] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:15:00 2026] GET /v2.0/ports?device_id=17d9d067-f404-4294-8dc3-e51d5e344182 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2411] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:15:00 2026] GET /v2.0/security-groups?id=fecba39c-316f-45c3-82fd-cc9202db4bc0&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2412] 199.204.45.89 () {34 vars in 993 bytes} [Tue Jun 30 19:15:00 2026] GET /v2.0/ports?device_id=17d9d067-f404-4294-8dc3-e51d5e344182 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:15:00.437 7 INFO neutron_taas.services.taas.taas_plugin [req-671d5610-6216-41eb-8a18-6a0b2388329f req-317bf6da-ce7f-4102-8e47-2a88edfe2896 1bd8248924994650bfa5f95dc2bd1e44 4a166927f49f474c91185dd433dde327 - - default default] TaaS: Handle Delete Port: 4a17a17a-b45a-4694-a531-eaa22145f3f9 2026-06-30 19:15:00.440 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-671d5610-6216-41eb-8a18-6a0b2388329f req-317bf6da-ce7f-4102-8e47-2a88edfe2896 1bd8248924994650bfa5f95dc2bd1e44 4a166927f49f474c91185dd433dde327 - - default default] Tap Mirror: Handle Delete Port: 4a17a17a-b45a-4694-a531-eaa22145f3f9 [pid: 7|app: 0|req: 1180/2413] 199.204.45.89 () {36 vars in 996 bytes} [Tue Jun 30 19:15:00 2026] DELETE /v2.0/ports/4a17a17a-b45a-4694-a531-eaa22145f3f9 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:15:00.633 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f02794b0-3597-48f9-adb0-8bcca0f1d247'] response: {'server_uuid': '17d9d067-f404-4294-8dc3-e51d5e344182', 'name': 'network-vif-deleted', 'tag': '4a17a17a-b45a-4694-a531-eaa22145f3f9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1182/2416] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:15:01 2026] GET /v2.0/ports?device_id=17d9d067-f404-4294-8dc3-e51d5e344182 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2417] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:15:02 2026] GET /v2.0/ports?device_id=17d9d067-f404-4294-8dc3-e51d5e344182 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2418] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:15:03 2026] GET /v2.0/ports?device_id=17d9d067-f404-4294-8dc3-e51d5e344182 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2419] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:15:04 2026] DELETE /v2.0/security-groups/fecba39c-316f-45c3-82fd-cc9202db4bc0 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:15:05.248 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5d5dcfd-6278-4b0b-9de0-d7d92bb2a726 1bd8248924994650bfa5f95dc2bd1e44 4a166927f49f474c91185dd433dde327 - - default default] TaaS: Handle Delete Port: db24f0d2-a164-45d0-a5e3-03e45ddd0e75 2026-06-30 19:15:05.252 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5d5dcfd-6278-4b0b-9de0-d7d92bb2a726 1bd8248924994650bfa5f95dc2bd1e44 4a166927f49f474c91185dd433dde327 - - default default] Tap Mirror: Handle Delete Port: db24f0d2-a164-45d0-a5e3-03e45ddd0e75 [pid: 7|app: 0|req: 1184/2420] 10.0.0.222 () {34 vars in 789 bytes} [Tue Jun 30 19:15:04 2026] PUT /v2.0/routers/e79465b3-1597-420c-9f57-aaa4ee33d7b2/remove_router_interface => generated 309 bytes in 1480 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2421] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:15:06 2026] DELETE /v2.0/subnets/5ccd01e7-20ae-4ff6-9103-abcb02714f7d => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:15:06.693 7 INFO neutron_taas.services.taas.taas_plugin [None req-e41f44bf-e58c-4dc9-b912-030b355582a1 1bd8248924994650bfa5f95dc2bd1e44 4a166927f49f474c91185dd433dde327 - - default default] TaaS: Handle Delete Port: 2fb614ea-57d8-4210-97f7-ea77cd51176f 2026-06-30 19:15:06.695 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e41f44bf-e58c-4dc9-b912-030b355582a1 1bd8248924994650bfa5f95dc2bd1e44 4a166927f49f474c91185dd433dde327 - - default default] Tap Mirror: Handle Delete Port: 2fb614ea-57d8-4210-97f7-ea77cd51176f 2026-06-30 19:15:07.024 7 INFO neutron_taas.services.taas.taas_plugin [None req-e41f44bf-e58c-4dc9-b912-030b355582a1 1bd8248924994650bfa5f95dc2bd1e44 4a166927f49f474c91185dd433dde327 - - default default] TaaS: Handle Delete Port: 4366f907-5bec-487b-9e29-ea55ad7e699e 2026-06-30 19:15:07.027 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e41f44bf-e58c-4dc9-b912-030b355582a1 1bd8248924994650bfa5f95dc2bd1e44 4a166927f49f474c91185dd433dde327 - - default default] Tap Mirror: Handle Delete Port: 4366f907-5bec-487b-9e29-ea55ad7e699e 2026-06-30 19:15:07.387 7 INFO neutron.services.segments.plugin [-] Segment 0f489405-7122-4fba-88c8-51e53cb85632 resource provider aggregate not found 2026-06-30 19:15:07.392 7 INFO neutron.services.segments.plugin [-] Segment 0f489405-7122-4fba-88c8-51e53cb85632 resource provider aggregate not found 2026-06-30 19:15:07.412 7 INFO neutron.services.segments.plugin [-] Segment 0f489405-7122-4fba-88c8-51e53cb85632 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f489405-7122-4fba-88c8-51e53cb85632 found for delete ", "request_id": "req-a4ccc6ba-79cf-460f-9f5e-c066db850a7c"}]} 2026-06-30 19:15:07.415 7 INFO neutron.services.segments.plugin [-] Segment 0f489405-7122-4fba-88c8-51e53cb85632 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f489405-7122-4fba-88c8-51e53cb85632 found for delete ", "request_id": "req-1185c4a8-ac8a-472c-8555-d3f3e4598012"}]} 2026-06-30 19:15:07.422 7 INFO neutron.db.l3_hamode_db [None req-e41f44bf-e58c-4dc9-b912-030b355582a1 1bd8248924994650bfa5f95dc2bd1e44 4a166927f49f474c91185dd433dde327 - - default default] HA network 506ef660-c93d-47ab-9dad-f7ad89cd084c was deleted as no HA routers are present in tenant 4a166927f49f474c91185dd433dde327. [pid: 7|app: 0|req: 1185/2422] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:15:06 2026] DELETE /v2.0/routers/e79465b3-1597-420c-9f57-aaa4ee33d7b2 => generated 0 bytes in 929 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:15:07.571 8 INFO neutron.services.segments.plugin [-] Segment 84d6a967-10a4-4ecb-a586-f7c929b1e680 resource provider aggregate not found 2026-06-30 19:15:07.574 8 INFO neutron.services.segments.plugin [-] Segment 84d6a967-10a4-4ecb-a586-f7c929b1e680 resource provider aggregate not found [pid: 8|app: 0|req: 1238/2423] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:15:07 2026] DELETE /v2.0/networks/3d808286-6852-42de-9fa0-cc20d583944e => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:15:07.597 8 INFO neutron.services.segments.plugin [-] Segment 84d6a967-10a4-4ecb-a586-f7c929b1e680 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84d6a967-10a4-4ecb-a586-f7c929b1e680 found for delete ", "request_id": "req-39312174-5157-4e7c-98a3-bcd6627b2fbe"}]} 2026-06-30 19:15:07.599 8 INFO neutron.services.segments.plugin [-] Segment 84d6a967-10a4-4ecb-a586-f7c929b1e680 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84d6a967-10a4-4ecb-a586-f7c929b1e680 found for delete ", "request_id": "req-e227846c-d601-4446-af1d-57532772b1ef"}]} [pid: 7|app: 0|req: 1186/2424] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:15:08 2026] GET /v2.0/security-groups?tenant_id=4a166927f49f474c91185dd433dde327&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2425] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:15:08 2026] DELETE /v2.0/security-groups/cf8d0137-f99d-4f81-8f9b-af105c1d6998 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2426] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:15:08 2026] GET /v2.0/security-groups?tenant_id=55cf9c69d5234a4aa69c869e1949f135&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2427] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:15:08 2026] DELETE /v2.0/security-groups/fcddaae0-163c-4411-a898-1095b239af9f => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2428] 10.0.0.222 () {34 vars in 676 bytes} [Tue Jun 30 19:15:13 2026] POST /v2.0/floatingips => generated 552 bytes in 687 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2429] 10.0.0.222 () {34 vars in 676 bytes} [Tue Jun 30 19:15:13 2026] POST /v2.0/floatingips => generated 552 bytes in 607 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2430] 10.0.0.222 () {34 vars in 676 bytes} [Tue Jun 30 19:15:14 2026] POST /v2.0/floatingips => generated 552 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2431] 10.0.0.222 () {34 vars in 676 bytes} [Tue Jun 30 19:15:14 2026] POST /v2.0/floatingips => generated 552 bytes in 541 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2432] 10.0.0.222 () {34 vars in 676 bytes} [Tue Jun 30 19:15:15 2026] POST /v2.0/floatingips => generated 552 bytes in 528 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2435] 10.0.0.222 () {34 vars in 759 bytes} [Tue Jun 30 19:15:16 2026] PUT /v2.0/floatingips/366f7b40-5e26-4c8c-b484-18918d7163ee/tags => generated 17 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2436] 10.0.0.222 () {34 vars in 759 bytes} [Tue Jun 30 19:15:16 2026] PUT /v2.0/floatingips/cc007a05-07a3-41a4-b2b2-d5e5ade914cb/tags => generated 25 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2437] 10.0.0.222 () {34 vars in 759 bytes} [Tue Jun 30 19:15:16 2026] PUT /v2.0/floatingips/a153f78d-58d9-4d7d-8cd1-ff088acf7afa/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2438] 10.0.0.222 () {34 vars in 759 bytes} [Tue Jun 30 19:15:16 2026] PUT /v2.0/floatingips/f5c5f641-d11a-48bc-baf5-da4570a9ff55/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2439] 10.0.0.222 () {32 vars in 672 bytes} [Tue Jun 30 19:15:16 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2440] 10.0.0.222 () {32 vars in 686 bytes} [Tue Jun 30 19:15:16 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2441] 10.0.0.222 () {32 vars in 682 bytes} [Tue Jun 30 19:15:16 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2442] 10.0.0.222 () {32 vars in 694 bytes} [Tue Jun 30 19:15:16 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2443] 10.0.0.222 () {32 vars in 680 bytes} [Tue Jun 30 19:15:16 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2444] 10.0.0.222 () {32 vars in 694 bytes} [Tue Jun 30 19:15:16 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2445] 10.0.0.222 () {32 vars in 690 bytes} [Tue Jun 30 19:15:16 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2446] 10.0.0.222 () {32 vars in 702 bytes} [Tue Jun 30 19:15:16 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:15:17.008 8 INFO neutron_taas.services.taas.taas_plugin [None req-50ed3c44-84cc-40e7-a10c-59529cbcf94c 2ba0a30a97634df78ac86c3e3b74d535 34b6def763b94e7c97da3749ad07bc5e - - default default] TaaS: Handle Delete Port: f4ec656b-6863-42c2-8937-959d0e7ac2e8 2026-06-30 19:15:17.012 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50ed3c44-84cc-40e7-a10c-59529cbcf94c 2ba0a30a97634df78ac86c3e3b74d535 34b6def763b94e7c97da3749ad07bc5e - - default default] Tap Mirror: Handle Delete Port: f4ec656b-6863-42c2-8937-959d0e7ac2e8 [pid: 8|app: 0|req: 1249/2447] 10.0.0.222 () {32 vars in 732 bytes} [Tue Jun 30 19:15:16 2026] DELETE /v2.0/floatingips/366f7b40-5e26-4c8c-b484-18918d7163ee => generated 0 bytes in 326 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:15:17.326 7 INFO neutron_taas.services.taas.taas_plugin [None req-eb77f38a-20de-4ad6-8e75-149570c5eed7 2ba0a30a97634df78ac86c3e3b74d535 34b6def763b94e7c97da3749ad07bc5e - - default default] TaaS: Handle Delete Port: 7a27b8c5-54e3-4207-8209-2478031ec13d 2026-06-30 19:15:17.329 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb77f38a-20de-4ad6-8e75-149570c5eed7 2ba0a30a97634df78ac86c3e3b74d535 34b6def763b94e7c97da3749ad07bc5e - - default default] Tap Mirror: Handle Delete Port: 7a27b8c5-54e3-4207-8209-2478031ec13d [pid: 7|app: 0|req: 1199/2448] 10.0.0.222 () {32 vars in 732 bytes} [Tue Jun 30 19:15:17 2026] DELETE /v2.0/floatingips/cc007a05-07a3-41a4-b2b2-d5e5ade914cb => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:15:17.600 8 INFO neutron_taas.services.taas.taas_plugin [None req-d4daf0bf-9460-4396-a4cc-7254e6eea438 2ba0a30a97634df78ac86c3e3b74d535 34b6def763b94e7c97da3749ad07bc5e - - default default] TaaS: Handle Delete Port: b34a22e2-0bc1-4c50-8fb2-f03e66ec5da3 2026-06-30 19:15:17.603 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4daf0bf-9460-4396-a4cc-7254e6eea438 2ba0a30a97634df78ac86c3e3b74d535 34b6def763b94e7c97da3749ad07bc5e - - default default] Tap Mirror: Handle Delete Port: b34a22e2-0bc1-4c50-8fb2-f03e66ec5da3 [pid: 8|app: 0|req: 1250/2449] 10.0.0.222 () {32 vars in 732 bytes} [Tue Jun 30 19:15:17 2026] DELETE /v2.0/floatingips/a153f78d-58d9-4d7d-8cd1-ff088acf7afa => generated 0 bytes in 236 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:15:17.849 7 INFO neutron_taas.services.taas.taas_plugin [None req-3964ce0e-51f5-4c74-99f2-b7a1c42e2f59 2ba0a30a97634df78ac86c3e3b74d535 34b6def763b94e7c97da3749ad07bc5e - - default default] TaaS: Handle Delete Port: b521508b-ae80-4591-8443-74ddbd26e799 2026-06-30 19:15:17.852 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3964ce0e-51f5-4c74-99f2-b7a1c42e2f59 2ba0a30a97634df78ac86c3e3b74d535 34b6def763b94e7c97da3749ad07bc5e - - default default] Tap Mirror: Handle Delete Port: b521508b-ae80-4591-8443-74ddbd26e799 [pid: 7|app: 0|req: 1200/2450] 10.0.0.222 () {32 vars in 732 bytes} [Tue Jun 30 19:15:17 2026] DELETE /v2.0/floatingips/f5c5f641-d11a-48bc-baf5-da4570a9ff55 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:15:18.130 8 INFO neutron_taas.services.taas.taas_plugin [None req-4e599d63-e2e4-4a7e-8203-95c91207be3e 2ba0a30a97634df78ac86c3e3b74d535 34b6def763b94e7c97da3749ad07bc5e - - default default] TaaS: Handle Delete Port: 2381227e-c318-4d41-ba54-09b3c0e4e59e 2026-06-30 19:15:18.133 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e599d63-e2e4-4a7e-8203-95c91207be3e 2ba0a30a97634df78ac86c3e3b74d535 34b6def763b94e7c97da3749ad07bc5e - - default default] Tap Mirror: Handle Delete Port: 2381227e-c318-4d41-ba54-09b3c0e4e59e [pid: 8|app: 0|req: 1251/2451] 10.0.0.222 () {32 vars in 732 bytes} [Tue Jun 30 19:15:18 2026] DELETE /v2.0/floatingips/aa2ccdfa-ce4c-4290-8658-7ed671d43fe1 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2452] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:15:19 2026] GET /v2.0/security-groups?tenant_id=4ba33006392a4c0ba51d147349deacc6&name=default => generated 2929 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2453] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:15:19 2026] DELETE /v2.0/security-groups/ff3789d2-bcf1-4050-bc7a-a1b9d8f4312b => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2454] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:15:19 2026] GET /v2.0/security-groups?tenant_id=34b6def763b94e7c97da3749ad07bc5e&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2455] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:15:19 2026] DELETE /v2.0/security-groups/7c635805-468e-4b6d-bbcf-bef3ade38852 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2456] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:15:19 2026] GET /v2.0/security-groups?tenant_id=85a0ee3ff1dd40668eaef58cfcc86f80&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2457] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:15:20 2026] DELETE /v2.0/security-groups/3094807f-7ab6-4f67-966d-c7a56b8c3b0f => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:15:24.561 7 INFO neutron.db.segments_db [None req-8a8caf3d-4a42-4207-b7af-fa9eb1114491 d48e05031e144145ba6259865cf43961 0d598c758413475eb418621ec1d8cd51 - - default default] Added segment d730fcba-95d0-4a28-a5d1-92e738881554 of type vxlan for network 35356c7d-d52e-4cf6-b502-d09473a318d2 [pid: 7|app: 0|req: 1204/2458] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:15:24 2026] POST /v2.0/networks => generated 632 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:15:24.686 8 INFO neutron.db.segments_db [None req-c97c7002-8c5c-4992-a9c3-b9bb78c0ca94 d48e05031e144145ba6259865cf43961 0d598c758413475eb418621ec1d8cd51 - - default default] Added segment 9219682f-8d41-4597-b34d-1a687e054997 of type vxlan for network 27b0476a-ab9f-4bf1-9e76-a759a1bcfd71 [pid: 8|app: 0|req: 1255/2459] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:15:24 2026] POST /v2.0/networks => generated 631 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:15:24.833 7 INFO neutron.db.segments_db [None req-a8835a82-b8f7-433a-956a-e1e21df522c3 d48e05031e144145ba6259865cf43961 0d598c758413475eb418621ec1d8cd51 - - default default] Added segment cf2d807b-0e11-4e45-8d56-ccd7bbcafdf8 of type vxlan for network 9e0535e5-22c1-4b6b-a339-00212543ed80 [pid: 7|app: 0|req: 1205/2460] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:15:24 2026] POST /v2.0/networks => generated 631 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:15:24.991 8 INFO neutron.db.segments_db [None req-d8705cc8-8589-4dd3-af8b-497b1258eeec d48e05031e144145ba6259865cf43961 0d598c758413475eb418621ec1d8cd51 - - default default] Added segment 067fdf0f-8b8e-4098-b4b2-b92974a74c05 of type vxlan for network 62f76abf-e555-4f92-b91d-550b8a6fc0ae [pid: 8|app: 0|req: 1256/2461] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:15:24 2026] POST /v2.0/networks => generated 632 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:15:25.138 7 INFO neutron.db.segments_db [None req-40d87750-545c-4d96-9adb-e1be2ba0ce48 d48e05031e144145ba6259865cf43961 0d598c758413475eb418621ec1d8cd51 - - default default] Added segment 273cccfb-21c9-4f1b-b29c-4d7664f824fb of type vxlan for network 1b9f392e-f060-4122-937e-50076ac3e266 [pid: 7|app: 0|req: 1206/2462] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:15:25 2026] POST /v2.0/networks => generated 631 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2463] 10.0.0.222 () {34 vars in 753 bytes} [Tue Jun 30 19:15:25 2026] PUT /v2.0/networks/35356c7d-d52e-4cf6-b502-d09473a318d2/tags => generated 17 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2464] 10.0.0.222 () {34 vars in 753 bytes} [Tue Jun 30 19:15:25 2026] PUT /v2.0/networks/27b0476a-ab9f-4bf1-9e76-a759a1bcfd71/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2465] 10.0.0.222 () {34 vars in 753 bytes} [Tue Jun 30 19:15:25 2026] PUT /v2.0/networks/9e0535e5-22c1-4b6b-a339-00212543ed80/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2466] 10.0.0.222 () {34 vars in 753 bytes} [Tue Jun 30 19:15:25 2026] PUT /v2.0/networks/62f76abf-e555-4f92-b91d-550b8a6fc0ae/tags => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2467] 10.0.0.222 () {32 vars in 666 bytes} [Tue Jun 30 19:15:25 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2468] 10.0.0.222 () {32 vars in 680 bytes} [Tue Jun 30 19:15:25 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2469] 10.0.0.222 () {32 vars in 676 bytes} [Tue Jun 30 19:15:25 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2470] 10.0.0.222 () {32 vars in 688 bytes} [Tue Jun 30 19:15:25 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2471] 10.0.0.222 () {32 vars in 674 bytes} [Tue Jun 30 19:15:25 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2472] 10.0.0.222 () {32 vars in 688 bytes} [Tue Jun 30 19:15:25 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2473] 10.0.0.222 () {32 vars in 684 bytes} [Tue Jun 30 19:15:25 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2474] 10.0.0.222 () {32 vars in 696 bytes} [Tue Jun 30 19:15:25 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2475] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:15:26 2026] DELETE /v2.0/networks/35356c7d-d52e-4cf6-b502-d09473a318d2 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:15:26.311 8 INFO neutron.services.segments.plugin [-] Segment d730fcba-95d0-4a28-a5d1-92e738881554 resource provider aggregate not found 2026-06-30 19:15:26.322 8 INFO neutron.services.segments.plugin [-] Segment d730fcba-95d0-4a28-a5d1-92e738881554 resource provider aggregate not found 2026-06-30 19:15:26.329 8 INFO neutron.services.segments.plugin [-] Segment d730fcba-95d0-4a28-a5d1-92e738881554 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d730fcba-95d0-4a28-a5d1-92e738881554 found for delete ", "request_id": "req-a307e891-2bcc-44a0-bd83-36b5d1d86b4a"}]} 2026-06-30 19:15:26.337 8 INFO neutron.services.segments.plugin [-] Segment d730fcba-95d0-4a28-a5d1-92e738881554 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d730fcba-95d0-4a28-a5d1-92e738881554 found for delete ", "request_id": "req-3ca6ec8a-bef0-4e5e-b0ab-4658b9aaf003"}]} [pid: 7|app: 0|req: 1213/2476] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:15:26 2026] DELETE /v2.0/networks/27b0476a-ab9f-4bf1-9e76-a759a1bcfd71 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:15:26.381 7 INFO neutron.services.segments.plugin [-] Segment 9219682f-8d41-4597-b34d-1a687e054997 resource provider aggregate not found 2026-06-30 19:15:26.385 7 INFO neutron.services.segments.plugin [-] Segment 9219682f-8d41-4597-b34d-1a687e054997 resource provider aggregate not found 2026-06-30 19:15:26.400 7 INFO neutron.services.segments.plugin [-] Segment 9219682f-8d41-4597-b34d-1a687e054997 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9219682f-8d41-4597-b34d-1a687e054997 found for delete ", "request_id": "req-d9c676f6-69f0-48e1-b8d6-4ac405ca6980"}]} 2026-06-30 19:15:26.401 7 INFO neutron.services.segments.plugin [-] Segment 9219682f-8d41-4597-b34d-1a687e054997 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9219682f-8d41-4597-b34d-1a687e054997 found for delete ", "request_id": "req-c3ae0cf5-fa6c-40c3-b51a-4545c7f248a5"}]} [pid: 8|app: 0|req: 1264/2477] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:15:26 2026] DELETE /v2.0/networks/9e0535e5-22c1-4b6b-a339-00212543ed80 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2478] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:15:26 2026] DELETE /v2.0/networks/62f76abf-e555-4f92-b91d-550b8a6fc0ae => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2479] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:15:26 2026] DELETE /v2.0/networks/1b9f392e-f060-4122-937e-50076ac3e266 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2480] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:15:27 2026] GET /v2.0/security-groups?tenant_id=2627322283974d688fa9dc851112a2c7&name=default => generated 2929 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2481] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:15:27 2026] DELETE /v2.0/security-groups/fc2fd812-b993-45fd-9b3e-a4d0f868ac23 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2482] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:15:27 2026] GET /v2.0/security-groups?tenant_id=2f410c71011b46fe8dbfd77602bbf051&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2483] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:15:27 2026] DELETE /v2.0/security-groups/f68d90a9-c791-484e-8898-17862a2ff03e => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2484] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:15:28 2026] GET /v2.0/security-groups?tenant_id=0d598c758413475eb418621ec1d8cd51&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2485] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:15:28 2026] DELETE /v2.0/security-groups/e6c951b2-c19e-4720-b707-9d0ab31af24a => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:15:28.351 8 INFO neutron.services.segments.plugin [-] Segment cf2d807b-0e11-4e45-8d56-ccd7bbcafdf8 resource provider aggregate not found 2026-06-30 19:15:28.356 8 INFO neutron.services.segments.plugin [-] Segment cf2d807b-0e11-4e45-8d56-ccd7bbcafdf8 resource provider aggregate not found 2026-06-30 19:15:28.369 8 INFO neutron.services.segments.plugin [-] Segment cf2d807b-0e11-4e45-8d56-ccd7bbcafdf8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf2d807b-0e11-4e45-8d56-ccd7bbcafdf8 found for delete ", "request_id": "req-6854b05f-927a-4063-9489-9a9350542858"}]} 2026-06-30 19:15:28.372 8 INFO neutron.services.segments.plugin [-] Segment cf2d807b-0e11-4e45-8d56-ccd7bbcafdf8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf2d807b-0e11-4e45-8d56-ccd7bbcafdf8 found for delete ", "request_id": "req-839e18dc-8d00-43c3-9340-371b94dbe70a"}]} 2026-06-30 19:15:28.383 8 INFO neutron.services.segments.plugin [-] Segment 273cccfb-21c9-4f1b-b29c-4d7664f824fb resource provider aggregate not found 2026-06-30 19:15:28.388 8 INFO neutron.services.segments.plugin [-] Segment 273cccfb-21c9-4f1b-b29c-4d7664f824fb resource provider aggregate not found 2026-06-30 19:15:28.403 8 INFO neutron.services.segments.plugin [-] Segment 273cccfb-21c9-4f1b-b29c-4d7664f824fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 273cccfb-21c9-4f1b-b29c-4d7664f824fb found for delete ", "request_id": "req-69d08611-97d7-4add-b998-cffcf0e4c669"}]} 2026-06-30 19:15:28.408 8 INFO neutron.services.segments.plugin [-] Segment 273cccfb-21c9-4f1b-b29c-4d7664f824fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 273cccfb-21c9-4f1b-b29c-4d7664f824fb found for delete ", "request_id": "req-386b106b-a0ec-4c40-87a9-75bb638fdcde"}]} 2026-06-30 19:15:28.417 7 INFO neutron.services.segments.plugin [-] Segment 067fdf0f-8b8e-4098-b4b2-b92974a74c05 resource provider aggregate not found 2026-06-30 19:15:28.421 7 INFO neutron.services.segments.plugin [-] Segment 067fdf0f-8b8e-4098-b4b2-b92974a74c05 resource provider aggregate not found 2026-06-30 19:15:28.440 7 INFO neutron.services.segments.plugin [-] Segment 067fdf0f-8b8e-4098-b4b2-b92974a74c05 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 067fdf0f-8b8e-4098-b4b2-b92974a74c05 found for delete ", "request_id": "req-af1b765d-cff1-4509-aa22-15a352aceb87"}]} 2026-06-30 19:15:28.441 7 INFO neutron.services.segments.plugin [-] Segment 067fdf0f-8b8e-4098-b4b2-b92974a74c05 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 067fdf0f-8b8e-4098-b4b2-b92974a74c05 found for delete ", "request_id": "req-5a0fa8ec-04ef-4168-9ada-4bb06720af51"}]} [pid: 7|app: 0|req: 1219/2488] 199.204.45.89 () {30 vars in 702 bytes} [Tue Jun 30 19:15:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2489] 199.204.45.89 () {30 vars in 704 bytes} [Tue Jun 30 19:15:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2490] 199.204.45.89 () {30 vars in 680 bytes} [Tue Jun 30 19:15:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2491] 199.204.45.89 () {30 vars in 716 bytes} [Tue Jun 30 19:15:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2492] 199.204.45.89 () {30 vars in 740 bytes} [Tue Jun 30 19:15:31 2026] GET /v2.0/subnets/5b075f6f-6dfd-48ad-92fe-51103e8809be => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2493] 199.204.45.89 () {30 vars in 768 bytes} [Tue Jun 30 19:15:31 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 1248 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2494] 199.204.45.89 () {34 vars in 716 bytes} [Tue Jun 30 19:15:31 2026] POST /v2.0/ports => generated 1055 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2495] 10.0.0.130 () {34 vars in 971 bytes} [Tue Jun 30 19:15:32 2026] GET /v2.0/ports/35768784-b8b0-476b-9d1f-8dacde0d79fe => generated 1055 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2496] 10.0.0.130 () {34 vars in 907 bytes} [Tue Jun 30 19:15:32 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-30 19:15:32.362 7 INFO neutron.db.segments_db [None req-b7abc591-40f3-4aee-9275-c0e3f8de1d81 2f90d6fa3f354f9db19b4709c67bd831 886ca5779a5843629191387b91ad23cb - - default default] Added segment dd382dd4-bf72-4844-ad4e-0a2d867278b1 of type vxlan for network b53036d4-2494-486c-8649-bcd374c38cb8 2026-06-30 19:15:32.611 7 INFO neutron.db.l3_hamode_db [None req-b7abc591-40f3-4aee-9275-c0e3f8de1d81 2f90d6fa3f354f9db19b4709c67bd831 886ca5779a5843629191387b91ad23cb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:15:32.716 7 INFO neutron.db.l3_hamode_db [None req-b7abc591-40f3-4aee-9275-c0e3f8de1d81 2f90d6fa3f354f9db19b4709c67bd831 886ca5779a5843629191387b91ad23cb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1223/2497] 10.0.0.222 () {34 vars in 668 bytes} [Tue Jun 30 19:15:32 2026] POST /v2.0/routers => generated 474 bytes in 1016 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:15:33.345 8 INFO neutron.db.l3_hamode_db [None req-fe760534-40a4-447a-b79c-816f015732e2 2f90d6fa3f354f9db19b4709c67bd831 886ca5779a5843629191387b91ad23cb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1224/2498] 199.204.45.89 () {34 vars in 1261 bytes} [Tue Jun 30 19:15:33 2026] GET /v2.0/ports/35768784-b8b0-476b-9d1f-8dacde0d79fe?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2499] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:15:33 2026] GET /v2.0/networks/f87d1762-8461-47a5-b0f1-9afa88b6f13a?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:15:33.486 8 INFO neutron.db.l3_hamode_db [None req-fe760534-40a4-447a-b79c-816f015732e2 2f90d6fa3f354f9db19b4709c67bd831 886ca5779a5843629191387b91ad23cb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1226/2500] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:15:33 2026] GET /v2.0/networks/f87d1762-8461-47a5-b0f1-9afa88b6f13a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2501] 199.204.45.89 () {34 vars in 974 bytes} [Tue Jun 30 19:15:34 2026] GET /v2.0/ports/35768784-b8b0-476b-9d1f-8dacde0d79fe => generated 1055 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2502] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:15:34 2026] GET /v2.0/networks?id=f87d1762-8461-47a5-b0f1-9afa88b6f13a => generated 802 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2503] 199.204.45.89 () {38 vars in 1027 bytes} [Tue Jun 30 19:15:34 2026] PUT /v2.0/ports/35768784-b8b0-476b-9d1f-8dacde0d79fe => generated 1245 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2504] 10.0.0.222 () {34 vars in 668 bytes} [Tue Jun 30 19:15:33 2026] POST /v2.0/routers => generated 474 bytes in 1325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:15:34.665 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ec9afa1-7b67-4447-b3b7-cd17b3bc3829'] response: {'name': 'network-changed', 'server_uuid': 'f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7', 'tag': '35768784-b8b0-476b-9d1f-8dacde0d79fe', 'status': 'completed', 'code': 200} 2026-06-30 19:15:34.680 7 INFO neutron.db.l3_hamode_db [None req-7fa9fae0-1301-48b7-8e8e-d642c910f784 2f90d6fa3f354f9db19b4709c67bd831 886ca5779a5843629191387b91ad23cb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:15:34.797 7 INFO neutron.db.l3_hamode_db [None req-7fa9fae0-1301-48b7-8e8e-d642c910f784 2f90d6fa3f354f9db19b4709c67bd831 886ca5779a5843629191387b91ad23cb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1276/2505] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:15:35 2026] GET /v2.0/ports?tenant_id=86dcf2415eb44fae9b56896f841e7aa7&device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 2485 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2506] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:15:35 2026] GET /v2.0/networks?id=f87d1762-8461-47a5-b0f1-9afa88b6f13a => generated 802 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2507] 199.204.45.89 () {34 vars in 1055 bytes} [Tue Jun 30 19:15:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.72&port_id=35768784-b8b0-476b-9d1f-8dacde0d79fe => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2508] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:15:35 2026] GET /v2.0/subnets?id=5b075f6f-6dfd-48ad-92fe-51103e8809be => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2509] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:15:35 2026] GET /v2.0/ports?network_id=f87d1762-8461-47a5-b0f1-9afa88b6f13a&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2510] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:15:35 2026] GET /v2.0/networks/f87d1762-8461-47a5-b0f1-9afa88b6f13a?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2511] 10.0.0.222 () {34 vars in 668 bytes} [Tue Jun 30 19:15:34 2026] POST /v2.0/routers => generated 474 bytes in 772 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:15:35.450 7 INFO neutron.db.l3_hamode_db [None req-ce549449-8846-4326-9e1f-72c560a591ad 2f90d6fa3f354f9db19b4709c67bd831 886ca5779a5843629191387b91ad23cb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1282/2512] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:15:35 2026] GET /v2.0/networks/f87d1762-8461-47a5-b0f1-9afa88b6f13a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:15:35.572 7 INFO neutron.db.l3_hamode_db [None req-ce549449-8846-4326-9e1f-72c560a591ad 2f90d6fa3f354f9db19b4709c67bd831 886ca5779a5843629191387b91ad23cb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1231/2513] 10.0.0.222 () {34 vars in 668 bytes} [Tue Jun 30 19:15:35 2026] POST /v2.0/routers => generated 474 bytes in 754 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:15:36.208 8 INFO neutron.db.l3_hamode_db [None req-9779410a-5ac0-4d11-a4be-712ef855fbf9 2f90d6fa3f354f9db19b4709c67bd831 886ca5779a5843629191387b91ad23cb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:15:36.325 8 INFO neutron.db.l3_hamode_db [None req-9779410a-5ac0-4d11-a4be-712ef855fbf9 2f90d6fa3f354f9db19b4709c67bd831 886ca5779a5843629191387b91ad23cb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1232/2514] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:15:36 2026] GET /v2.0/ports?tenant_id=86dcf2415eb44fae9b56896f841e7aa7&device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 2485 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2515] 199.204.45.89 () {34 vars in 1061 bytes} [Tue Jun 30 19:15:36 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.181&port_id=739f5070-9e51-4278-acb8-bf296a9a17f9 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2516] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:15:36 2026] GET /v2.0/subnets?id=ceb50ed7-f950-487c-aa38-7af5bebacf41 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2517] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:15:36 2026] GET /v2.0/ports?network_id=0c1563e9-4c94-4428-9499-73de0c8af345&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2518] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:15:36 2026] GET /v2.0/networks/0c1563e9-4c94-4428-9499-73de0c8af345?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2519] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:15:36 2026] GET /v2.0/networks/0c1563e9-4c94-4428-9499-73de0c8af345?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2520] 199.204.45.89 () {34 vars in 1055 bytes} [Tue Jun 30 19:15:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.72&port_id=35768784-b8b0-476b-9d1f-8dacde0d79fe => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2521] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:15:36 2026] GET /v2.0/subnets?id=5b075f6f-6dfd-48ad-92fe-51103e8809be => generated 678 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2522] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:15:36 2026] GET /v2.0/ports?network_id=f87d1762-8461-47a5-b0f1-9afa88b6f13a&device_owner=network%3Adhcp => generated 1461 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2523] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:15:36 2026] GET /v2.0/networks/f87d1762-8461-47a5-b0f1-9afa88b6f13a?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2524] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:15:36 2026] GET /v2.0/networks/f87d1762-8461-47a5-b0f1-9afa88b6f13a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2525] 10.0.0.222 () {34 vars in 668 bytes} [Tue Jun 30 19:15:36 2026] POST /v2.0/routers => generated 474 bytes in 714 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2526] 10.0.0.222 () {34 vars in 751 bytes} [Tue Jun 30 19:15:36 2026] PUT /v2.0/routers/bd288e36-8aa1-4665-96c3-6d1fe15edcb9/tags => generated 17 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2527] 10.0.0.222 () {34 vars in 751 bytes} [Tue Jun 30 19:15:37 2026] PUT /v2.0/routers/1342ae4d-359d-4d84-a0fc-c5f92bd34472/tags => generated 25 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2528] 10.0.0.222 () {34 vars in 751 bytes} [Tue Jun 30 19:15:37 2026] PUT /v2.0/routers/f188b5ca-50fe-4319-8f3c-01b23996bad5/tags => generated 34 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2529] 10.0.0.222 () {34 vars in 751 bytes} [Tue Jun 30 19:15:37 2026] PUT /v2.0/routers/45a5debc-ed37-46d8-834f-d6318c7e794f/tags => generated 19 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2530] 10.0.0.222 () {32 vars in 664 bytes} [Tue Jun 30 19:15:37 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2531] 10.0.0.222 () {32 vars in 678 bytes} [Tue Jun 30 19:15:37 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2532] 10.0.0.222 () {32 vars in 674 bytes} [Tue Jun 30 19:15:37 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2533] 10.0.0.222 () {32 vars in 686 bytes} [Tue Jun 30 19:15:37 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2534] 10.0.0.222 () {32 vars in 672 bytes} [Tue Jun 30 19:15:37 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2535] 10.0.0.222 () {32 vars in 686 bytes} [Tue Jun 30 19:15:37 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2536] 10.0.0.222 () {32 vars in 682 bytes} [Tue Jun 30 19:15:37 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2537] 10.0.0.222 () {32 vars in 694 bytes} [Tue Jun 30 19:15:37 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2538] 10.0.0.222 () {32 vars in 721 bytes} [Tue Jun 30 19:15:38 2026] GET /v2.0/routers/bd288e36-8aa1-4665-96c3-6d1fe15edcb9 => generated 485 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2539] 10.0.0.222 () {34 vars in 742 bytes} [Tue Jun 30 19:15:38 2026] PUT /v2.0/routers/bd288e36-8aa1-4665-96c3-6d1fe15edcb9 => generated 485 bytes in 489 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2540] 10.0.0.222 () {32 vars in 736 bytes} [Tue Jun 30 19:15:38 2026] GET /v2.0/ports?device_id=bd288e36-8aa1-4665-96c3-6d1fe15edcb9 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:15:38.757 8 INFO neutron_taas.services.taas.taas_plugin [None req-572b4a4c-3a2b-4508-9881-9db81eb3c984 2f90d6fa3f354f9db19b4709c67bd831 886ca5779a5843629191387b91ad23cb - - default default] TaaS: Handle Delete Port: a178f99a-cd16-459d-bdd8-1e9c03d943d0 2026-06-30 19:15:38.761 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-572b4a4c-3a2b-4508-9881-9db81eb3c984 2f90d6fa3f354f9db19b4709c67bd831 886ca5779a5843629191387b91ad23cb - - default default] Tap Mirror: Handle Delete Port: a178f99a-cd16-459d-bdd8-1e9c03d943d0 [pid: 8|app: 0|req: 1291/2541] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:15:38 2026] DELETE /v2.0/routers/bd288e36-8aa1-4665-96c3-6d1fe15edcb9 => generated 0 bytes in 358 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2542] 10.0.0.222 () {32 vars in 721 bytes} [Tue Jun 30 19:15:38 2026] GET /v2.0/routers/1342ae4d-359d-4d84-a0fc-c5f92bd34472 => generated 493 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2543] 10.0.0.222 () {34 vars in 742 bytes} [Tue Jun 30 19:15:39 2026] PUT /v2.0/routers/1342ae4d-359d-4d84-a0fc-c5f92bd34472 => generated 493 bytes in 533 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2544] 10.0.0.222 () {32 vars in 736 bytes} [Tue Jun 30 19:15:39 2026] GET /v2.0/ports?device_id=1342ae4d-359d-4d84-a0fc-c5f92bd34472 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:15:39.795 8 INFO neutron_taas.services.taas.taas_plugin [None req-8a823614-3917-4079-b0c3-e74aa36123ba 2f90d6fa3f354f9db19b4709c67bd831 886ca5779a5843629191387b91ad23cb - - default default] TaaS: Handle Delete Port: f33cf1d8-c272-4f5c-b88b-ae32f1c5a3e2 2026-06-30 19:15:39.799 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a823614-3917-4079-b0c3-e74aa36123ba 2f90d6fa3f354f9db19b4709c67bd831 886ca5779a5843629191387b91ad23cb - - default default] Tap Mirror: Handle Delete Port: f33cf1d8-c272-4f5c-b88b-ae32f1c5a3e2 [pid: 8|app: 0|req: 1293/2545] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:15:39 2026] DELETE /v2.0/routers/1342ae4d-359d-4d84-a0fc-c5f92bd34472 => generated 0 bytes in 433 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2546] 10.0.0.222 () {32 vars in 721 bytes} [Tue Jun 30 19:15:40 2026] GET /v2.0/routers/f188b5ca-50fe-4319-8f3c-01b23996bad5 => generated 502 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2547] 10.0.0.222 () {34 vars in 742 bytes} [Tue Jun 30 19:15:40 2026] PUT /v2.0/routers/f188b5ca-50fe-4319-8f3c-01b23996bad5 => generated 502 bytes in 489 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2548] 10.0.0.222 () {32 vars in 736 bytes} [Tue Jun 30 19:15:40 2026] GET /v2.0/ports?device_id=f188b5ca-50fe-4319-8f3c-01b23996bad5 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:15:40.806 8 INFO neutron_taas.services.taas.taas_plugin [None req-ac65318d-0f59-422b-b77a-8079df275906 2f90d6fa3f354f9db19b4709c67bd831 886ca5779a5843629191387b91ad23cb - - default default] TaaS: Handle Delete Port: 0b079dc4-1b3e-42c5-98c5-bf67fd4aa79a 2026-06-30 19:15:40.809 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac65318d-0f59-422b-b77a-8079df275906 2f90d6fa3f354f9db19b4709c67bd831 886ca5779a5843629191387b91ad23cb - - default default] Tap Mirror: Handle Delete Port: 0b079dc4-1b3e-42c5-98c5-bf67fd4aa79a [pid: 7|app: 0|req: 1255/2549] 10.0.0.130 () {34 vars in 971 bytes} [Tue Jun 30 19:15:40 2026] GET /v2.0/ports/35768784-b8b0-476b-9d1f-8dacde0d79fe => generated 1247 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2550] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:15:40 2026] DELETE /v2.0/routers/f188b5ca-50fe-4319-8f3c-01b23996bad5 => generated 0 bytes in 398 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2551] 10.0.0.222 () {32 vars in 721 bytes} [Tue Jun 30 19:15:41 2026] GET /v2.0/routers/45a5debc-ed37-46d8-834f-d6318c7e794f => generated 487 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2552] 199.204.45.89 () {34 vars in 788 bytes} [Tue Jun 30 19:15:40 2026] PUT /v2.0/ports/35768784-b8b0-476b-9d1f-8dacde0d79fe => generated 1272 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:15:41.158 7 INFO neutron.api.v2.resource [None req-bfdc46de-8d15-4779-9b12-5226e87879ee 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1257/2553] 199.204.45.89 () {30 vars in 762 bytes} [Tue Jun 30 19:15:41 2026] GET /v2.0/security-groups/lb-7284116d-2d60-42bd-99e5-929451aea51e => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:15:41.166 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d9d28c09-414a-40f2-bd56-7b14fe771443'] response: {'name': 'network-changed', 'server_uuid': 'f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7', 'tag': '35768784-b8b0-476b-9d1f-8dacde0d79fe', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1258/2554] 199.204.45.89 () {30 vars in 784 bytes} [Tue Jun 30 19:15:41 2026] GET /v2.0/security-groups?name=lb-7284116d-2d60-42bd-99e5-929451aea51e => generated 1639 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2555] 199.204.45.89 () {34 vars in 788 bytes} [Tue Jun 30 19:15:41 2026] PUT /v2.0/ports/35768784-b8b0-476b-9d1f-8dacde0d79fe => generated 1310 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2556] 10.0.0.222 () {34 vars in 742 bytes} [Tue Jun 30 19:15:41 2026] PUT /v2.0/routers/45a5debc-ed37-46d8-834f-d6318c7e794f => generated 487 bytes in 488 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1260/2557] 10.0.0.222 () {32 vars in 736 bytes} [Tue Jun 30 19:15:41 2026] GET /v2.0/ports?device_id=45a5debc-ed37-46d8-834f-d6318c7e794f => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2558] 199.204.45.89 () {30 vars in 702 bytes} [Tue Jun 30 19:15:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2559] 199.204.45.89 () {30 vars in 704 bytes} [Tue Jun 30 19:15:41 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2560] 199.204.45.89 () {30 vars in 680 bytes} [Tue Jun 30 19:15:41 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2561] 199.204.45.89 () {30 vars in 716 bytes} [Tue Jun 30 19:15:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2562] 199.204.45.89 () {30 vars in 740 bytes} [Tue Jun 30 19:15:41 2026] GET /v2.0/subnets/5b075f6f-6dfd-48ad-92fe-51103e8809be => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2563] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:15:41 2026] GET /v2.0/ports?tenant_id=86dcf2415eb44fae9b56896f841e7aa7&device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 2586 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2564] 199.204.45.89 () {30 vars in 736 bytes} [Tue Jun 30 19:15:41 2026] GET /v2.0/ports/90eb3877-4b48-4d68-b0f3-27a7f17e81d7 => generated 1132 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:15:41.785 8 INFO neutron_taas.services.taas.taas_plugin [None req-b6577e1a-33aa-4218-905c-463644d8d102 2f90d6fa3f354f9db19b4709c67bd831 886ca5779a5843629191387b91ad23cb - - default default] TaaS: Handle Delete Port: 15e818c1-65fb-4549-a13a-139001edc085 2026-06-30 19:15:41.788 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6577e1a-33aa-4218-905c-463644d8d102 2f90d6fa3f354f9db19b4709c67bd831 886ca5779a5843629191387b91ad23cb - - default default] Tap Mirror: Handle Delete Port: 15e818c1-65fb-4549-a13a-139001edc085 [pid: 7|app: 0|req: 1268/2565] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:15:41 2026] GET /v2.0/networks?id=f87d1762-8461-47a5-b0f1-9afa88b6f13a => generated 802 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2566] 199.204.45.89 () {30 vars in 736 bytes} [Tue Jun 30 19:15:41 2026] GET /v2.0/ports/35768784-b8b0-476b-9d1f-8dacde0d79fe => generated 1346 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2567] 199.204.45.89 () {34 vars in 1055 bytes} [Tue Jun 30 19:15:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.72&port_id=35768784-b8b0-476b-9d1f-8dacde0d79fe => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2568] 199.204.45.89 () {30 vars in 740 bytes} [Tue Jun 30 19:15:41 2026] GET /v2.0/subnets/5b075f6f-6dfd-48ad-92fe-51103e8809be => generated 675 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2569] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:15:41 2026] GET /v2.0/subnets?id=5b075f6f-6dfd-48ad-92fe-51103e8809be => generated 678 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2570] 199.204.45.89 () {30 vars in 742 bytes} [Tue Jun 30 19:15:41 2026] GET /v2.0/networks/f87d1762-8461-47a5-b0f1-9afa88b6f13a => generated 799 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2571] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:15:41 2026] GET /v2.0/ports?network_id=f87d1762-8461-47a5-b0f1-9afa88b6f13a&device_owner=network%3Adhcp => generated 1461 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2572] 199.204.45.89 () {30 vars in 736 bytes} [Tue Jun 30 19:15:41 2026] GET /v2.0/ports/90eb3877-4b48-4d68-b0f3-27a7f17e81d7 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2573] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:15:41 2026] GET /v2.0/networks/f87d1762-8461-47a5-b0f1-9afa88b6f13a?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2574] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:15:41 2026] DELETE /v2.0/routers/45a5debc-ed37-46d8-834f-d6318c7e794f => generated 0 bytes in 419 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2575] 199.204.45.89 () {30 vars in 740 bytes} [Tue Jun 30 19:15:42 2026] GET /v2.0/subnets/5b075f6f-6dfd-48ad-92fe-51103e8809be => generated 675 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2576] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:15:42 2026] GET /v2.0/networks/f87d1762-8461-47a5-b0f1-9afa88b6f13a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2577] 10.0.0.222 () {32 vars in 721 bytes} [Tue Jun 30 19:15:42 2026] GET /v2.0/routers/6730f9c4-f3b1-42f8-8fec-d0f32ed96790 => generated 480 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2578] 10.0.0.222 () {34 vars in 742 bytes} [Tue Jun 30 19:15:42 2026] PUT /v2.0/routers/6730f9c4-f3b1-42f8-8fec-d0f32ed96790 => generated 480 bytes in 486 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2579] 10.0.0.222 () {32 vars in 736 bytes} [Tue Jun 30 19:15:42 2026] GET /v2.0/ports?device_id=6730f9c4-f3b1-42f8-8fec-d0f32ed96790 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:15:42.772 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab7092fb-8542-4255-ab9c-41c018af0a9d 2f90d6fa3f354f9db19b4709c67bd831 886ca5779a5843629191387b91ad23cb - - default default] TaaS: Handle Delete Port: 96eab070-dbe9-447c-b0cc-71f9089dc496 2026-06-30 19:15:42.775 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab7092fb-8542-4255-ab9c-41c018af0a9d 2f90d6fa3f354f9db19b4709c67bd831 886ca5779a5843629191387b91ad23cb - - default default] Tap Mirror: Handle Delete Port: 96eab070-dbe9-447c-b0cc-71f9089dc496 2026-06-30 19:15:43.070 8 INFO neutron.services.segments.plugin [-] Segment dd382dd4-bf72-4844-ad4e-0a2d867278b1 resource provider aggregate not found 2026-06-30 19:15:43.074 8 INFO neutron.services.segments.plugin [-] Segment dd382dd4-bf72-4844-ad4e-0a2d867278b1 resource provider aggregate not found 2026-06-30 19:15:43.086 8 INFO neutron.services.segments.plugin [-] Segment dd382dd4-bf72-4844-ad4e-0a2d867278b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd382dd4-bf72-4844-ad4e-0a2d867278b1 found for delete ", "request_id": "req-1fe8be5a-855a-4faf-8490-81cf7010c3e8"}]} 2026-06-30 19:15:43.090 8 INFO neutron.services.segments.plugin [-] Segment dd382dd4-bf72-4844-ad4e-0a2d867278b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd382dd4-bf72-4844-ad4e-0a2d867278b1 found for delete ", "request_id": "req-f5ccc642-bfe6-480e-8276-80f62e85ab04"}]} 2026-06-30 19:15:43.097 8 INFO neutron.db.l3_hamode_db [None req-ab7092fb-8542-4255-ab9c-41c018af0a9d 2f90d6fa3f354f9db19b4709c67bd831 886ca5779a5843629191387b91ad23cb - - default default] HA network b53036d4-2494-486c-8649-bcd374c38cb8 was deleted as no HA routers are present in tenant 886ca5779a5843629191387b91ad23cb. [pid: 8|app: 0|req: 1301/2580] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:15:42 2026] DELETE /v2.0/routers/6730f9c4-f3b1-42f8-8fec-d0f32ed96790 => generated 0 bytes in 500 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:15:43.212 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-17b631c3-2d37-472a-ac32-6fa16c726daf'] response: {'name': 'network-changed', 'server_uuid': 'f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7', 'tag': '35768784-b8b0-476b-9d1f-8dacde0d79fe', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1280/2581] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:15:43 2026] GET /v2.0/ports?tenant_id=86dcf2415eb44fae9b56896f841e7aa7&device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 2586 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2582] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:15:43 2026] GET /v2.0/networks?id=f87d1762-8461-47a5-b0f1-9afa88b6f13a => generated 802 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2583] 199.204.45.89 () {34 vars in 1055 bytes} [Tue Jun 30 19:15:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.72&port_id=35768784-b8b0-476b-9d1f-8dacde0d79fe => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2584] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:15:43 2026] GET /v2.0/subnets?id=5b075f6f-6dfd-48ad-92fe-51103e8809be => generated 678 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2585] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:15:43 2026] GET /v2.0/ports?network_id=f87d1762-8461-47a5-b0f1-9afa88b6f13a&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2586] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:15:43 2026] GET /v2.0/networks/f87d1762-8461-47a5-b0f1-9afa88b6f13a?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2587] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:15:43 2026] GET /v2.0/networks/f87d1762-8461-47a5-b0f1-9afa88b6f13a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2588] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:15:43 2026] GET /v2.0/security-groups?tenant_id=886ca5779a5843629191387b91ad23cb&name=default => generated 2929 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2589] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:15:44 2026] DELETE /v2.0/security-groups/7d5fd5ad-877f-4b3e-b553-b3e6927406e5 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2590] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:15:44 2026] GET /v2.0/security-groups?tenant_id=574d30c42b33440c94050d6d91f4f252&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2591] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:15:44 2026] DELETE /v2.0/security-groups/d73e7c22-61b2-43cd-8e65-6862b3a9a723 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2592] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:15:44 2026] GET /v2.0/security-groups?tenant_id=18e13b3b7fd7475cb6d04c45b0100d05&name=default => generated 2929 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2593] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:15:44 2026] DELETE /v2.0/security-groups/d1708f1f-210c-4a8e-9d94-5df07a2216c1 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2596] 10.0.0.222 () {34 vars in 676 bytes} [Tue Jun 30 19:15:48 2026] POST /v2.0/subnetpools => generated 516 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2597] 10.0.0.222 () {34 vars in 676 bytes} [Tue Jun 30 19:15:48 2026] POST /v2.0/subnetpools => generated 516 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2598] 10.0.0.222 () {34 vars in 676 bytes} [Tue Jun 30 19:15:48 2026] POST /v2.0/subnetpools => generated 516 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2599] 10.0.0.222 () {34 vars in 676 bytes} [Tue Jun 30 19:15:48 2026] POST /v2.0/subnetpools => generated 516 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2600] 10.0.0.222 () {34 vars in 676 bytes} [Tue Jun 30 19:15:49 2026] POST /v2.0/subnetpools => generated 516 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2601] 10.0.0.222 () {34 vars in 759 bytes} [Tue Jun 30 19:15:49 2026] PUT /v2.0/subnetpools/097bdc72-e8a8-402c-a1b3-d8d161467eb5/tags => generated 17 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2602] 10.0.0.222 () {34 vars in 759 bytes} [Tue Jun 30 19:15:49 2026] PUT /v2.0/subnetpools/932609d4-374f-4b1c-b9d9-b05c594eebb1/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2603] 10.0.0.222 () {34 vars in 759 bytes} [Tue Jun 30 19:15:49 2026] PUT /v2.0/subnetpools/cafd9051-b488-4cab-b16f-79c672dc8fca/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2604] 10.0.0.222 () {34 vars in 759 bytes} [Tue Jun 30 19:15:49 2026] PUT /v2.0/subnetpools/d42748aa-41ea-402e-b522-377c1065eec0/tags => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2605] 10.0.0.222 () {32 vars in 672 bytes} [Tue Jun 30 19:15:49 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2606] 10.0.0.222 () {32 vars in 686 bytes} [Tue Jun 30 19:15:49 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2607] 10.0.0.222 () {32 vars in 682 bytes} [Tue Jun 30 19:15:49 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2608] 10.0.0.222 () {32 vars in 694 bytes} [Tue Jun 30 19:15:49 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2609] 10.0.0.222 () {32 vars in 680 bytes} [Tue Jun 30 19:15:49 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2610] 10.0.0.222 () {32 vars in 694 bytes} [Tue Jun 30 19:15:49 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2611] 10.0.0.222 () {32 vars in 690 bytes} [Tue Jun 30 19:15:49 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2612] 10.0.0.222 () {32 vars in 702 bytes} [Tue Jun 30 19:15:49 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2613] 10.0.0.222 () {32 vars in 732 bytes} [Tue Jun 30 19:15:49 2026] DELETE /v2.0/subnetpools/097bdc72-e8a8-402c-a1b3-d8d161467eb5 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2614] 10.0.0.222 () {32 vars in 732 bytes} [Tue Jun 30 19:15:49 2026] DELETE /v2.0/subnetpools/932609d4-374f-4b1c-b9d9-b05c594eebb1 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2615] 10.0.0.222 () {32 vars in 732 bytes} [Tue Jun 30 19:15:49 2026] DELETE /v2.0/subnetpools/cafd9051-b488-4cab-b16f-79c672dc8fca => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2616] 10.0.0.222 () {32 vars in 732 bytes} [Tue Jun 30 19:15:49 2026] DELETE /v2.0/subnetpools/d42748aa-41ea-402e-b522-377c1065eec0 => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2617] 10.0.0.222 () {32 vars in 732 bytes} [Tue Jun 30 19:15:49 2026] DELETE /v2.0/subnetpools/1142c5f7-75b8-4739-ab97-21b72d05baf2 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2618] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:15:50 2026] GET /v2.0/security-groups?tenant_id=271879bff5944131838b3cf526cbc322&name=default => generated 2929 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2619] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:15:50 2026] DELETE /v2.0/security-groups/2ae73ab2-2906-4412-8fe2-2de080cde815 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2620] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:15:50 2026] GET /v2.0/security-groups?tenant_id=1db05e5f2fa2434fbb8d9642ca24c27b&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2621] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:15:51 2026] DELETE /v2.0/security-groups/d7d14048-8c3d-4272-bafa-f61cbe44577e => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2622] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:15:51 2026] GET /v2.0/security-groups?tenant_id=846e851a3fdc4306bce2d329503875ad&name=default => generated 2929 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2623] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:15:51 2026] DELETE /v2.0/security-groups/afa73c11-10df-44e2-b499-d44fd63ce996 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:15:51.552 7 INFO neutron.db.l3_db [None req-ae24fcd0-bb32-4a9e-8afc-d71844518258 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] Floating IP eb66d7ac-5e6f-4a00-bbd7-e7986ef55f00 associated. External IP: 10.96.250.204, port: 90eb3877-4b48-4d68-b0f3-27a7f17e81d7. [pid: 7|app: 0|req: 1302/2624] 10.0.0.222 () {34 vars in 677 bytes} [Tue Jun 30 19:15:50 2026] POST /v2.0/floatingips => generated 899 bytes in 1070 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2625] 199.204.45.89 () {30 vars in 702 bytes} [Tue Jun 30 19:15:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2626] 199.204.45.89 () {30 vars in 704 bytes} [Tue Jun 30 19:15:54 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2627] 199.204.45.89 () {30 vars in 680 bytes} [Tue Jun 30 19:15:54 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2628] 199.204.45.89 () {30 vars in 716 bytes} [Tue Jun 30 19:15:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:15:54.941 7 INFO neutron.api.v2.resource [None req-bd29a5db-9808-4f1c-8d49-b182c71c36c8 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1307/2629] 199.204.45.89 () {30 vars in 762 bytes} [Tue Jun 30 19:15:54 2026] GET /v2.0/security-groups/lb-7284116d-2d60-42bd-99e5-929451aea51e => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:15:54.958 8 INFO neutron.db.segments_db [None req-588afe3b-98ce-48c3-9ec8-94f7d6442d66 880ed8525a5548dda49a1601a3ca0f10 50b2de63e26742cc9552fdef0a970fa2 - - default default] Added segment 486f9e82-ec83-48fa-bd39-ab7365e97176 of type vxlan for network 4332e13d-29f2-4919-87a0-4d756532ef3c [pid: 7|app: 0|req: 1308/2630] 199.204.45.89 () {30 vars in 784 bytes} [Tue Jun 30 19:15:54 2026] GET /v2.0/security-groups?name=lb-7284116d-2d60-42bd-99e5-929451aea51e => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2631] 199.204.45.89 () {30 vars in 814 bytes} [Tue Jun 30 19:15:54 2026] GET /v2.0/security-group-rules?security_group_id=4232a3ba-2f61-4c50-98c5-0d0475e689fd => generated 1182 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2632] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:15:54 2026] POST /v2.0/networks => generated 631 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2633] 199.204.45.89 () {34 vars in 746 bytes} [Tue Jun 30 19:15:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2634] 199.204.45.89 () {34 vars in 746 bytes} [Tue Jun 30 19:15:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2635] 10.0.0.222 () {34 vars in 664 bytes} [Tue Jun 30 19:15:55 2026] POST /v2.0/ports => generated 743 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2636] 10.0.0.222 () {34 vars in 747 bytes} [Tue Jun 30 19:15:55 2026] PUT /v2.0/ports/a160d81f-0e51-4fcb-ac36-357b7c142727/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1325/2637] 10.0.0.222 () {32 vars in 727 bytes} [Tue Jun 30 19:15:55 2026] GET /v2.0/ports/a160d81f-0e51-4fcb-ac36-357b7c142727/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1313/2638] 10.0.0.222 () {34 vars in 758 bytes} [Tue Jun 30 19:15:55 2026] PUT /v2.0/ports/a160d81f-0e51-4fcb-ac36-357b7c142727/tags/green => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1326/2639] 10.0.0.222 () {32 vars in 727 bytes} [Tue Jun 30 19:15:55 2026] GET /v2.0/ports/a160d81f-0e51-4fcb-ac36-357b7c142727/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1314/2640] 10.0.0.222 () {34 vars in 754 bytes} [Tue Jun 30 19:15:55 2026] PUT /v2.0/ports/a160d81f-0e51-4fcb-ac36-357b7c142727/tags/red => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1327/2641] 10.0.0.222 () {32 vars in 727 bytes} [Tue Jun 30 19:15:55 2026] GET /v2.0/ports/a160d81f-0e51-4fcb-ac36-357b7c142727/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1315/2642] 10.0.0.222 () {34 vars in 776 bytes} [Tue Jun 30 19:15:55 2026] PUT /v2.0/ports/a160d81f-0e51-4fcb-ac36-357b7c142727/tags/black.or.white => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1328/2643] 10.0.0.222 () {32 vars in 727 bytes} [Tue Jun 30 19:15:55 2026] GET /v2.0/ports/a160d81f-0e51-4fcb-ac36-357b7c142727/tags => generated 52 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1316/2644] 10.0.0.222 () {34 vars in 747 bytes} [Tue Jun 30 19:15:55 2026] PUT /v2.0/ports/a160d81f-0e51-4fcb-ac36-357b7c142727/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1329/2645] 10.0.0.222 () {32 vars in 727 bytes} [Tue Jun 30 19:15:55 2026] GET /v2.0/ports/a160d81f-0e51-4fcb-ac36-357b7c142727/tags => generated 37 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1317/2646] 10.0.0.222 () {32 vars in 735 bytes} [Tue Jun 30 19:15:56 2026] GET /v2.0/ports/a160d81f-0e51-4fcb-ac36-357b7c142727/tags/red => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:15:56.213 8 INFO neutron.api.v2.resource [None req-7dd91810-87ef-417b-879d-348e2d485b04 880ed8525a5548dda49a1601a3ca0f10 50b2de63e26742cc9552fdef0a970fa2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1330/2647] 10.0.0.222 () {32 vars in 739 bytes} [Tue Jun 30 19:15:56 2026] GET /v2.0/ports/a160d81f-0e51-4fcb-ac36-357b7c142727/tags/green => generated 99 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1318/2648] 10.0.0.222 () {32 vars in 738 bytes} [Tue Jun 30 19:15:56 2026] DELETE /v2.0/ports/a160d81f-0e51-4fcb-ac36-357b7c142727/tags/red => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1331/2649] 10.0.0.222 () {32 vars in 727 bytes} [Tue Jun 30 19:15:56 2026] GET /v2.0/ports/a160d81f-0e51-4fcb-ac36-357b7c142727/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:15:56.409 7 INFO neutron.api.v2.resource [None req-18a1c207-cc95-401e-b8e0-7005ab2fa6ca 880ed8525a5548dda49a1601a3ca0f10 50b2de63e26742cc9552fdef0a970fa2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1319/2650] 10.0.0.222 () {32 vars in 742 bytes} [Tue Jun 30 19:15:56 2026] DELETE /v2.0/ports/a160d81f-0e51-4fcb-ac36-357b7c142727/tags/green => generated 99 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1332/2651] 10.0.0.222 () {32 vars in 730 bytes} [Tue Jun 30 19:15:56 2026] DELETE /v2.0/ports/a160d81f-0e51-4fcb-ac36-357b7c142727/tags => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1320/2652] 10.0.0.222 () {32 vars in 727 bytes} [Tue Jun 30 19:15:56 2026] GET /v2.0/ports/a160d81f-0e51-4fcb-ac36-357b7c142727/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:15:56.610 8 INFO neutron_taas.services.taas.taas_plugin [None req-f982a012-ed83-4f2a-abd4-92d86f33cd9f 880ed8525a5548dda49a1601a3ca0f10 50b2de63e26742cc9552fdef0a970fa2 - - default default] TaaS: Handle Delete Port: a160d81f-0e51-4fcb-ac36-357b7c142727 2026-06-30 19:15:56.612 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f982a012-ed83-4f2a-abd4-92d86f33cd9f 880ed8525a5548dda49a1601a3ca0f10 50b2de63e26742cc9552fdef0a970fa2 - - default default] Tap Mirror: Handle Delete Port: a160d81f-0e51-4fcb-ac36-357b7c142727 [pid: 8|app: 0|req: 1333/2653] 10.0.0.222 () {32 vars in 720 bytes} [Tue Jun 30 19:15:56 2026] DELETE /v2.0/ports/a160d81f-0e51-4fcb-ac36-357b7c142727 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:15:56.767 7 INFO neutron.services.segments.plugin [-] Segment 486f9e82-ec83-48fa-bd39-ab7365e97176 resource provider aggregate not found 2026-06-30 19:15:56.771 7 INFO neutron.services.segments.plugin [-] Segment 486f9e82-ec83-48fa-bd39-ab7365e97176 resource provider aggregate not found [pid: 7|app: 0|req: 1321/2654] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:15:56 2026] DELETE /v2.0/networks/4332e13d-29f2-4919-87a0-4d756532ef3c => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:15:56.797 7 INFO neutron.services.segments.plugin [-] Segment 486f9e82-ec83-48fa-bd39-ab7365e97176 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 486f9e82-ec83-48fa-bd39-ab7365e97176 found for delete ", "request_id": "req-b6c44396-f177-48aa-868a-3a54ec6adb63"}]} 2026-06-30 19:15:56.799 7 INFO neutron.services.segments.plugin [-] Segment 486f9e82-ec83-48fa-bd39-ab7365e97176 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 486f9e82-ec83-48fa-bd39-ab7365e97176 found for delete ", "request_id": "req-b9cc6b28-b0f0-4cff-a5bd-ba690ff9faf4"}]} [pid: 8|app: 0|req: 1334/2655] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:15:57 2026] GET /v2.0/security-groups?tenant_id=50b2de63e26742cc9552fdef0a970fa2&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2656] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:15:57 2026] DELETE /v2.0/security-groups/eeac60f4-25c1-47cc-b33e-f63545ec462e => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2657] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:15:57 2026] GET /v2.0/security-groups?tenant_id=c1679d21dfd447bc9618f1017ce18953&name=default => generated 2929 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2658] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:15:57 2026] DELETE /v2.0/security-groups/f78d6a9b-2778-4ea6-9c94-df196bd21963 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2659] 10.0.0.222 () {34 vars in 678 bytes} [Tue Jun 30 19:16:00 2026] POST /v2.0/qos/policies => generated 359 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2662] 10.0.0.222 () {34 vars in 753 bytes} [Tue Jun 30 19:16:01 2026] PUT /v2.0/policies/de197670-ccdb-4542-afd3-2187309301c4/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2663] 10.0.0.222 () {32 vars in 733 bytes} [Tue Jun 30 19:16:01 2026] GET /v2.0/policies/de197670-ccdb-4542-afd3-2187309301c4/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2664] 10.0.0.222 () {34 vars in 764 bytes} [Tue Jun 30 19:16:01 2026] PUT /v2.0/policies/de197670-ccdb-4542-afd3-2187309301c4/tags/green => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2665] 10.0.0.222 () {32 vars in 733 bytes} [Tue Jun 30 19:16:01 2026] GET /v2.0/policies/de197670-ccdb-4542-afd3-2187309301c4/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2666] 10.0.0.222 () {34 vars in 760 bytes} [Tue Jun 30 19:16:01 2026] PUT /v2.0/policies/de197670-ccdb-4542-afd3-2187309301c4/tags/red => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2667] 10.0.0.222 () {32 vars in 733 bytes} [Tue Jun 30 19:16:01 2026] GET /v2.0/policies/de197670-ccdb-4542-afd3-2187309301c4/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2668] 10.0.0.222 () {34 vars in 782 bytes} [Tue Jun 30 19:16:01 2026] PUT /v2.0/policies/de197670-ccdb-4542-afd3-2187309301c4/tags/black.or.white => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2669] 10.0.0.222 () {32 vars in 733 bytes} [Tue Jun 30 19:16:01 2026] GET /v2.0/policies/de197670-ccdb-4542-afd3-2187309301c4/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2670] 10.0.0.222 () {34 vars in 753 bytes} [Tue Jun 30 19:16:01 2026] PUT /v2.0/policies/de197670-ccdb-4542-afd3-2187309301c4/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2671] 10.0.0.222 () {32 vars in 733 bytes} [Tue Jun 30 19:16:01 2026] GET /v2.0/policies/de197670-ccdb-4542-afd3-2187309301c4/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2672] 10.0.0.222 () {32 vars in 741 bytes} [Tue Jun 30 19:16:01 2026] GET /v2.0/policies/de197670-ccdb-4542-afd3-2187309301c4/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:16:01.652 8 INFO neutron.api.v2.resource [None req-17e42a1e-c083-4a1a-b4bb-96213d5c0496 e73c2e604d4742d9b7656d15ce0c2706 ba4dbdeb84bc4b8da3d1441d060f4d17 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1344/2673] 10.0.0.222 () {32 vars in 745 bytes} [Tue Jun 30 19:16:01 2026] GET /v2.0/policies/de197670-ccdb-4542-afd3-2187309301c4/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2674] 10.0.0.222 () {32 vars in 744 bytes} [Tue Jun 30 19:16:01 2026] DELETE /v2.0/policies/de197670-ccdb-4542-afd3-2187309301c4/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2675] 10.0.0.222 () {32 vars in 733 bytes} [Tue Jun 30 19:16:01 2026] GET /v2.0/policies/de197670-ccdb-4542-afd3-2187309301c4/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:16:01.774 7 INFO neutron.api.v2.resource [None req-620a293c-ebd4-423f-a9f6-d96a5ceb9524 e73c2e604d4742d9b7656d15ce0c2706 ba4dbdeb84bc4b8da3d1441d060f4d17 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1331/2676] 10.0.0.222 () {32 vars in 748 bytes} [Tue Jun 30 19:16:01 2026] DELETE /v2.0/policies/de197670-ccdb-4542-afd3-2187309301c4/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2677] 10.0.0.222 () {32 vars in 736 bytes} [Tue Jun 30 19:16:01 2026] DELETE /v2.0/policies/de197670-ccdb-4542-afd3-2187309301c4/tags => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2678] 10.0.0.222 () {32 vars in 733 bytes} [Tue Jun 30 19:16:01 2026] GET /v2.0/policies/de197670-ccdb-4542-afd3-2187309301c4/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2679] 10.0.0.222 () {32 vars in 734 bytes} [Tue Jun 30 19:16:01 2026] DELETE /v2.0/qos/policies/de197670-ccdb-4542-afd3-2187309301c4 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2680] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:16:02 2026] GET /v2.0/security-groups?tenant_id=27b45a4ca4ef45cb8fd5f6368c9ebf2d&name=default => generated 2929 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2681] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:16:02 2026] DELETE /v2.0/security-groups/d2555fe1-02b4-4cab-adb3-bc05fa7d308e => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2682] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:16:03 2026] GET /v2.0/security-groups?tenant_id=ba4dbdeb84bc4b8da3d1441d060f4d17&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2683] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:16:03 2026] DELETE /v2.0/security-groups/ad61408f-ac0e-47b1-9fe2-1abc80bf3159 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2684] 10.0.0.226 () {30 vars in 690 bytes} [Tue Jun 30 19:16:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2685] 10.0.0.226 () {30 vars in 692 bytes} [Tue Jun 30 19:16:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2686] 10.0.0.226 () {30 vars in 668 bytes} [Tue Jun 30 19:16:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2687] 10.0.0.226 () {30 vars in 704 bytes} [Tue Jun 30 19:16:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2688] 10.0.0.226 () {28 vars in 439 bytes} [Tue Jun 30 19:16:04 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2689] 10.0.0.226 () {30 vars in 728 bytes} [Tue Jun 30 19:16:04 2026] GET /v2.0/subnets/91989569-2315-4104-8c3d-f8ecbd3d54e0 => generated 656 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2690] 199.204.45.89 () {30 vars in 702 bytes} [Tue Jun 30 19:16:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2691] 199.204.45.89 () {30 vars in 704 bytes} [Tue Jun 30 19:16:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2692] 199.204.45.89 () {30 vars in 680 bytes} [Tue Jun 30 19:16:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2693] 199.204.45.89 () {30 vars in 716 bytes} [Tue Jun 30 19:16:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2694] 199.204.45.89 () {30 vars in 740 bytes} [Tue Jun 30 19:16:05 2026] GET /v2.0/subnets/91989569-2315-4104-8c3d-f8ecbd3d54e0 => generated 674 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2695] 199.204.45.89 () {30 vars in 768 bytes} [Tue Jun 30 19:16:05 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2696] 199.204.45.89 () {30 vars in 702 bytes} [Tue Jun 30 19:16:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2697] 199.204.45.89 () {30 vars in 704 bytes} [Tue Jun 30 19:16:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2698] 199.204.45.89 () {30 vars in 680 bytes} [Tue Jun 30 19:16:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2699] 199.204.45.89 () {30 vars in 716 bytes} [Tue Jun 30 19:16:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2700] 199.204.45.89 () {34 vars in 716 bytes} [Tue Jun 30 19:16:05 2026] POST /v2.0/ports => generated 1328 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2701] 10.0.0.130 () {34 vars in 971 bytes} [Tue Jun 30 19:16:05 2026] GET /v2.0/ports/fd69ea6f-2e0e-41a5-af3f-87504700a290 => generated 1328 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1344/2702] 10.0.0.130 () {34 vars in 907 bytes} [Tue Jun 30 19:16:06 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2703] 199.204.45.89 () {34 vars in 1261 bytes} [Tue Jun 30 19:16:07 2026] GET /v2.0/ports/fd69ea6f-2e0e-41a5-af3f-87504700a290?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2704] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:16:07 2026] GET /v2.0/networks/f670b76c-a5d3-4a5b-9d61-76b8883e8efb?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2705] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:16:07 2026] GET /v2.0/networks/f670b76c-a5d3-4a5b-9d61-76b8883e8efb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2706] 199.204.45.89 () {34 vars in 974 bytes} [Tue Jun 30 19:16:07 2026] GET /v2.0/ports/fd69ea6f-2e0e-41a5-af3f-87504700a290 => generated 1328 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2707] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:16:07 2026] GET /v2.0/networks?id=f670b76c-a5d3-4a5b-9d61-76b8883e8efb => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2708] 199.204.45.89 () {38 vars in 1027 bytes} [Tue Jun 30 19:16:07 2026] PUT /v2.0/ports/fd69ea6f-2e0e-41a5-af3f-87504700a290 => generated 1518 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:16:08.257 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c907f6a0-c8ab-4213-9f2f-dcba114f8e17'] response: {'name': 'network-changed', 'server_uuid': 'f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7', 'tag': 'fd69ea6f-2e0e-41a5-af3f-87504700a290', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1362/2709] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:16:08 2026] GET /v2.0/ports?tenant_id=86dcf2415eb44fae9b56896f841e7aa7&device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 4096 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1348/2710] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:16:08 2026] GET /v2.0/networks?id=f670b76c-a5d3-4a5b-9d61-76b8883e8efb => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2711] 199.204.45.89 () {34 vars in 1057 bytes} [Tue Jun 30 19:16:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.215&port_id=fd69ea6f-2e0e-41a5-af3f-87504700a290 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2712] 199.204.45.89 () {34 vars in 1103 bytes} [Tue Jun 30 19:16:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A17d&port_id=fd69ea6f-2e0e-41a5-af3f-87504700a290 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2713] 199.204.45.89 () {34 vars in 1063 bytes} [Tue Jun 30 19:16:08 2026] GET /v2.0/subnets?id=2175d4b2-6b74-45fb-bb7c-272ea7f47e7b&id=91989569-2315-4104-8c3d-f8ecbd3d54e0 => generated 1409 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2714] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:16:08 2026] GET /v2.0/ports?network_id=f670b76c-a5d3-4a5b-9d61-76b8883e8efb&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2715] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:16:09 2026] GET /v2.0/ports?network_id=f670b76c-a5d3-4a5b-9d61-76b8883e8efb&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2716] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:16:09 2026] GET /v2.0/networks/f670b76c-a5d3-4a5b-9d61-76b8883e8efb?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2717] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:16:09 2026] GET /v2.0/networks/f670b76c-a5d3-4a5b-9d61-76b8883e8efb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2718] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:16:10 2026] GET /v2.0/ports?tenant_id=86dcf2415eb44fae9b56896f841e7aa7&device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 4096 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2719] 199.204.45.89 () {34 vars in 1061 bytes} [Tue Jun 30 19:16:10 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.181&port_id=739f5070-9e51-4278-acb8-bf296a9a17f9 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2720] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:16:10 2026] GET /v2.0/subnets?id=ceb50ed7-f950-487c-aa38-7af5bebacf41 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2721] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:16:10 2026] GET /v2.0/ports?network_id=0c1563e9-4c94-4428-9499-73de0c8af345&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2722] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:16:10 2026] GET /v2.0/networks/0c1563e9-4c94-4428-9499-73de0c8af345?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2723] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:16:10 2026] GET /v2.0/networks/0c1563e9-4c94-4428-9499-73de0c8af345?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2724] 199.204.45.89 () {34 vars in 1055 bytes} [Tue Jun 30 19:16:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.72&port_id=35768784-b8b0-476b-9d1f-8dacde0d79fe => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2725] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:16:10 2026] GET /v2.0/subnets?id=5b075f6f-6dfd-48ad-92fe-51103e8809be => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2726] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:16:10 2026] GET /v2.0/ports?network_id=f87d1762-8461-47a5-b0f1-9afa88b6f13a&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2727] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:16:10 2026] GET /v2.0/networks/f87d1762-8461-47a5-b0f1-9afa88b6f13a?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2728] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:16:10 2026] GET /v2.0/networks/f87d1762-8461-47a5-b0f1-9afa88b6f13a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2729] 199.204.45.89 () {34 vars in 1057 bytes} [Tue Jun 30 19:16:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.215&port_id=fd69ea6f-2e0e-41a5-af3f-87504700a290 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2730] 199.204.45.89 () {34 vars in 1103 bytes} [Tue Jun 30 19:16:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A17d&port_id=fd69ea6f-2e0e-41a5-af3f-87504700a290 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2731] 199.204.45.89 () {34 vars in 1063 bytes} [Tue Jun 30 19:16:10 2026] GET /v2.0/subnets?id=2175d4b2-6b74-45fb-bb7c-272ea7f47e7b&id=91989569-2315-4104-8c3d-f8ecbd3d54e0 => generated 1409 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2732] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:16:10 2026] GET /v2.0/ports?network_id=f670b76c-a5d3-4a5b-9d61-76b8883e8efb&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2733] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:16:10 2026] GET /v2.0/ports?network_id=f670b76c-a5d3-4a5b-9d61-76b8883e8efb&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2734] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:16:10 2026] GET /v2.0/networks/f670b76c-a5d3-4a5b-9d61-76b8883e8efb?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2735] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:16:10 2026] GET /v2.0/networks/f670b76c-a5d3-4a5b-9d61-76b8883e8efb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2736] 10.0.0.130 () {34 vars in 971 bytes} [Tue Jun 30 19:16:14 2026] GET /v2.0/ports/fd69ea6f-2e0e-41a5-af3f-87504700a290 => generated 1520 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2737] 199.204.45.89 () {30 vars in 742 bytes} [Tue Jun 30 19:16:14 2026] GET /v2.0/networks/f670b76c-a5d3-4a5b-9d61-76b8883e8efb => generated 798 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2738] 199.204.45.89 () {30 vars in 740 bytes} [Tue Jun 30 19:16:14 2026] GET /v2.0/subnets/91989569-2315-4104-8c3d-f8ecbd3d54e0 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2739] 199.204.45.89 () {30 vars in 740 bytes} [Tue Jun 30 19:16:14 2026] GET /v2.0/subnets/2175d4b2-6b74-45fb-bb7c-272ea7f47e7b => generated 742 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2740] 199.204.45.89 () {30 vars in 702 bytes} [Tue Jun 30 19:16:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2741] 199.204.45.89 () {30 vars in 704 bytes} [Tue Jun 30 19:16:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2742] 199.204.45.89 () {30 vars in 680 bytes} [Tue Jun 30 19:16:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2743] 199.204.45.89 () {30 vars in 716 bytes} [Tue Jun 30 19:16:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2744] 199.204.45.89 () {30 vars in 740 bytes} [Tue Jun 30 19:16:14 2026] GET /v2.0/subnets/5b075f6f-6dfd-48ad-92fe-51103e8809be => generated 675 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2745] 199.204.45.89 () {30 vars in 736 bytes} [Tue Jun 30 19:16:14 2026] GET /v2.0/ports/90eb3877-4b48-4d68-b0f3-27a7f17e81d7 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2746] 199.204.45.89 () {30 vars in 736 bytes} [Tue Jun 30 19:16:15 2026] GET /v2.0/ports/35768784-b8b0-476b-9d1f-8dacde0d79fe => generated 1346 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2747] 199.204.45.89 () {30 vars in 740 bytes} [Tue Jun 30 19:16:15 2026] GET /v2.0/subnets/5b075f6f-6dfd-48ad-92fe-51103e8809be => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2748] 199.204.45.89 () {30 vars in 742 bytes} [Tue Jun 30 19:16:15 2026] GET /v2.0/networks/f87d1762-8461-47a5-b0f1-9afa88b6f13a => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2749] 199.204.45.89 () {30 vars in 736 bytes} [Tue Jun 30 19:16:15 2026] GET /v2.0/ports/90eb3877-4b48-4d68-b0f3-27a7f17e81d7 => generated 1132 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2750] 199.204.45.89 () {30 vars in 740 bytes} [Tue Jun 30 19:16:15 2026] GET /v2.0/subnets/5b075f6f-6dfd-48ad-92fe-51103e8809be => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2753] 10.0.0.226 () {30 vars in 690 bytes} [Tue Jun 30 19:16:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2754] 10.0.0.226 () {30 vars in 692 bytes} [Tue Jun 30 19:16:19 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2755] 10.0.0.226 () {30 vars in 668 bytes} [Tue Jun 30 19:16:19 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2756] 10.0.0.226 () {30 vars in 704 bytes} [Tue Jun 30 19:16:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2757] 10.0.0.226 () {28 vars in 439 bytes} [Tue Jun 30 19:16:20 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2758] 10.0.0.226 () {30 vars in 728 bytes} [Tue Jun 30 19:16:20 2026] GET /v2.0/subnets/250a64fe-4a70-44aa-9331-6a730498405e => generated 655 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2759] 199.204.45.89 () {30 vars in 702 bytes} [Tue Jun 30 19:16:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2760] 199.204.45.89 () {30 vars in 704 bytes} [Tue Jun 30 19:16:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2761] 199.204.45.89 () {30 vars in 680 bytes} [Tue Jun 30 19:16:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2762] 199.204.45.89 () {30 vars in 716 bytes} [Tue Jun 30 19:16:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2763] 199.204.45.89 () {30 vars in 740 bytes} [Tue Jun 30 19:16:22 2026] GET /v2.0/subnets/91989569-2315-4104-8c3d-f8ecbd3d54e0 => generated 674 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2764] 199.204.45.89 () {30 vars in 740 bytes} [Tue Jun 30 19:16:22 2026] GET /v2.0/subnets/250a64fe-4a70-44aa-9331-6a730498405e => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2765] 199.204.45.89 () {30 vars in 768 bytes} [Tue Jun 30 19:16:22 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 4098 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2766] 199.204.45.89 () {30 vars in 702 bytes} [Tue Jun 30 19:16:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2767] 199.204.45.89 () {30 vars in 704 bytes} [Tue Jun 30 19:16:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2768] 199.204.45.89 () {30 vars in 680 bytes} [Tue Jun 30 19:16:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2769] 199.204.45.89 () {30 vars in 716 bytes} [Tue Jun 30 19:16:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2770] 199.204.45.89 () {34 vars in 716 bytes} [Tue Jun 30 19:16:22 2026] POST /v2.0/ports => generated 1328 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2771] 10.0.0.130 () {34 vars in 971 bytes} [Tue Jun 30 19:16:23 2026] GET /v2.0/ports/2c33d284-29b6-4731-a85a-4adcd23374f0 => generated 1328 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1393/2772] 199.204.45.89 () {34 vars in 1261 bytes} [Tue Jun 30 19:16:24 2026] GET /v2.0/ports/2c33d284-29b6-4731-a85a-4adcd23374f0?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2773] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:16:24 2026] GET /v2.0/networks/a46487ed-968a-4297-9d85-fb8fc512541c?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2774] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:16:24 2026] GET /v2.0/networks/a46487ed-968a-4297-9d85-fb8fc512541c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2775] 199.204.45.89 () {34 vars in 974 bytes} [Tue Jun 30 19:16:25 2026] GET /v2.0/ports/2c33d284-29b6-4731-a85a-4adcd23374f0 => generated 1328 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2776] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:16:25 2026] GET /v2.0/networks?id=a46487ed-968a-4297-9d85-fb8fc512541c => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2777] 199.204.45.89 () {38 vars in 1027 bytes} [Tue Jun 30 19:16:25 2026] PUT /v2.0/ports/2c33d284-29b6-4731-a85a-4adcd23374f0 => generated 1518 bytes in 439 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:16:25.908 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-84264af3-3614-4e37-b28c-62e0c1c14aef'] response: {'name': 'network-changed', 'server_uuid': 'f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7', 'tag': '2c33d284-29b6-4731-a85a-4adcd23374f0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1396/2778] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:16:26 2026] GET /v2.0/ports?tenant_id=86dcf2415eb44fae9b56896f841e7aa7&device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 5608 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1383/2779] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:16:26 2026] GET /v2.0/networks?id=a46487ed-968a-4297-9d85-fb8fc512541c => generated 801 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2780] 199.204.45.89 () {34 vars in 1055 bytes} [Tue Jun 30 19:16:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.94&port_id=2c33d284-29b6-4731-a85a-4adcd23374f0 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2781] 199.204.45.89 () {34 vars in 1105 bytes} [Tue Jun 30 19:16:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2b5&port_id=2c33d284-29b6-4731-a85a-4adcd23374f0 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2782] 199.204.45.89 () {34 vars in 1063 bytes} [Tue Jun 30 19:16:26 2026] GET /v2.0/subnets?id=7f761a65-2df3-448b-b5d9-879fb0e5f8f7&id=250a64fe-4a70-44aa-9331-6a730498405e => generated 1414 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2783] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:16:26 2026] GET /v2.0/ports?network_id=a46487ed-968a-4297-9d85-fb8fc512541c&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2784] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:16:26 2026] GET /v2.0/ports?network_id=a46487ed-968a-4297-9d85-fb8fc512541c&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2785] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:16:26 2026] GET /v2.0/networks/a46487ed-968a-4297-9d85-fb8fc512541c?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2786] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:16:26 2026] GET /v2.0/networks/a46487ed-968a-4297-9d85-fb8fc512541c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2787] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:16:27 2026] GET /v2.0/ports?tenant_id=86dcf2415eb44fae9b56896f841e7aa7&device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 5608 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2788] 199.204.45.89 () {34 vars in 1061 bytes} [Tue Jun 30 19:16:27 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.181&port_id=739f5070-9e51-4278-acb8-bf296a9a17f9 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2789] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:16:27 2026] GET /v2.0/subnets?id=ceb50ed7-f950-487c-aa38-7af5bebacf41 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2790] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:16:27 2026] GET /v2.0/ports?network_id=0c1563e9-4c94-4428-9499-73de0c8af345&device_owner=network%3Adhcp => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2791] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:16:28 2026] GET /v2.0/networks/0c1563e9-4c94-4428-9499-73de0c8af345?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2792] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:16:28 2026] GET /v2.0/networks/0c1563e9-4c94-4428-9499-73de0c8af345?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2793] 199.204.45.89 () {34 vars in 1055 bytes} [Tue Jun 30 19:16:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.72&port_id=35768784-b8b0-476b-9d1f-8dacde0d79fe => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2794] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:16:28 2026] GET /v2.0/subnets?id=5b075f6f-6dfd-48ad-92fe-51103e8809be => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2795] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:16:28 2026] GET /v2.0/ports?network_id=f87d1762-8461-47a5-b0f1-9afa88b6f13a&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2796] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:16:28 2026] GET /v2.0/networks/f87d1762-8461-47a5-b0f1-9afa88b6f13a?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2797] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:16:28 2026] GET /v2.0/networks/f87d1762-8461-47a5-b0f1-9afa88b6f13a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2798] 199.204.45.89 () {34 vars in 1057 bytes} [Tue Jun 30 19:16:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.215&port_id=fd69ea6f-2e0e-41a5-af3f-87504700a290 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2799] 199.204.45.89 () {34 vars in 1103 bytes} [Tue Jun 30 19:16:28 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A17d&port_id=fd69ea6f-2e0e-41a5-af3f-87504700a290 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2800] 199.204.45.89 () {34 vars in 1063 bytes} [Tue Jun 30 19:16:28 2026] GET /v2.0/subnets?id=2175d4b2-6b74-45fb-bb7c-272ea7f47e7b&id=91989569-2315-4104-8c3d-f8ecbd3d54e0 => generated 1409 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2801] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:16:28 2026] GET /v2.0/ports?network_id=f670b76c-a5d3-4a5b-9d61-76b8883e8efb&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2802] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:16:28 2026] GET /v2.0/ports?network_id=f670b76c-a5d3-4a5b-9d61-76b8883e8efb&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2803] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:16:28 2026] GET /v2.0/networks/f670b76c-a5d3-4a5b-9d61-76b8883e8efb?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2804] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:16:28 2026] GET /v2.0/networks/f670b76c-a5d3-4a5b-9d61-76b8883e8efb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2805] 199.204.45.89 () {34 vars in 1055 bytes} [Tue Jun 30 19:16:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.94&port_id=2c33d284-29b6-4731-a85a-4adcd23374f0 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2806] 199.204.45.89 () {34 vars in 1105 bytes} [Tue Jun 30 19:16:28 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2b5&port_id=2c33d284-29b6-4731-a85a-4adcd23374f0 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2807] 199.204.45.89 () {34 vars in 1063 bytes} [Tue Jun 30 19:16:28 2026] GET /v2.0/subnets?id=7f761a65-2df3-448b-b5d9-879fb0e5f8f7&id=250a64fe-4a70-44aa-9331-6a730498405e => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2808] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:16:28 2026] GET /v2.0/ports?network_id=a46487ed-968a-4297-9d85-fb8fc512541c&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2809] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:16:28 2026] GET /v2.0/ports?network_id=a46487ed-968a-4297-9d85-fb8fc512541c&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2810] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:16:28 2026] GET /v2.0/networks/a46487ed-968a-4297-9d85-fb8fc512541c?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2811] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:16:28 2026] GET /v2.0/networks/a46487ed-968a-4297-9d85-fb8fc512541c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2814] 10.0.0.130 () {34 vars in 971 bytes} [Tue Jun 30 19:16:32 2026] GET /v2.0/ports/2c33d284-29b6-4731-a85a-4adcd23374f0 => generated 1520 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2815] 199.204.45.89 () {30 vars in 742 bytes} [Tue Jun 30 19:16:32 2026] GET /v2.0/networks/a46487ed-968a-4297-9d85-fb8fc512541c => generated 798 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2816] 199.204.45.89 () {30 vars in 740 bytes} [Tue Jun 30 19:16:32 2026] GET /v2.0/subnets/250a64fe-4a70-44aa-9331-6a730498405e => generated 673 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2817] 199.204.45.89 () {30 vars in 740 bytes} [Tue Jun 30 19:16:32 2026] GET /v2.0/subnets/7f761a65-2df3-448b-b5d9-879fb0e5f8f7 => generated 748 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2818] 199.204.45.89 () {30 vars in 736 bytes} [Tue Jun 30 19:16:32 2026] GET /v2.0/ports/fd69ea6f-2e0e-41a5-af3f-87504700a290 => generated 1520 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2819] 199.204.45.89 () {34 vars in 789 bytes} [Tue Jun 30 19:16:32 2026] PUT /v2.0/ports/fd69ea6f-2e0e-41a5-af3f-87504700a290 => generated 1255 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2820] 199.204.45.89 () {30 vars in 742 bytes} [Tue Jun 30 19:16:33 2026] GET /v2.0/networks/f670b76c-a5d3-4a5b-9d61-76b8883e8efb => generated 798 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:16:33.337 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-605c68a8-0147-41da-a1f2-1f8ce4f23b23'] response: {'name': 'network-changed', 'server_uuid': 'f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7', 'tag': 'fd69ea6f-2e0e-41a5-af3f-87504700a290', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1417/2821] 199.204.45.89 () {30 vars in 740 bytes} [Tue Jun 30 19:16:33 2026] GET /v2.0/subnets/91989569-2315-4104-8c3d-f8ecbd3d54e0 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2822] 199.204.45.89 () {30 vars in 702 bytes} [Tue Jun 30 19:16:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2823] 199.204.45.89 () {30 vars in 704 bytes} [Tue Jun 30 19:16:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2824] 199.204.45.89 () {30 vars in 680 bytes} [Tue Jun 30 19:16:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2825] 199.204.45.89 () {30 vars in 716 bytes} [Tue Jun 30 19:16:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2826] 199.204.45.89 () {30 vars in 740 bytes} [Tue Jun 30 19:16:33 2026] GET /v2.0/subnets/5b075f6f-6dfd-48ad-92fe-51103e8809be => generated 675 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2827] 199.204.45.89 () {30 vars in 736 bytes} [Tue Jun 30 19:16:33 2026] GET /v2.0/ports/90eb3877-4b48-4d68-b0f3-27a7f17e81d7 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2828] 199.204.45.89 () {30 vars in 736 bytes} [Tue Jun 30 19:16:33 2026] GET /v2.0/ports/35768784-b8b0-476b-9d1f-8dacde0d79fe => generated 1346 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2829] 199.204.45.89 () {30 vars in 740 bytes} [Tue Jun 30 19:16:33 2026] GET /v2.0/subnets/5b075f6f-6dfd-48ad-92fe-51103e8809be => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2830] 199.204.45.89 () {30 vars in 742 bytes} [Tue Jun 30 19:16:33 2026] GET /v2.0/networks/f87d1762-8461-47a5-b0f1-9afa88b6f13a => generated 799 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2831] 199.204.45.89 () {30 vars in 736 bytes} [Tue Jun 30 19:16:33 2026] GET /v2.0/ports/90eb3877-4b48-4d68-b0f3-27a7f17e81d7 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2832] 199.204.45.89 () {30 vars in 740 bytes} [Tue Jun 30 19:16:33 2026] GET /v2.0/subnets/5b075f6f-6dfd-48ad-92fe-51103e8809be => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2833] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:16:33 2026] GET /v2.0/ports?tenant_id=86dcf2415eb44fae9b56896f841e7aa7&device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 5381 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2834] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:16:33 2026] GET /v2.0/networks?id=f670b76c-a5d3-4a5b-9d61-76b8883e8efb => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2835] 199.204.45.89 () {34 vars in 1057 bytes} [Tue Jun 30 19:16:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.215&port_id=fd69ea6f-2e0e-41a5-af3f-87504700a290 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2836] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:16:33 2026] GET /v2.0/subnets?id=91989569-2315-4104-8c3d-f8ecbd3d54e0 => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2837] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:16:34 2026] GET /v2.0/ports?network_id=f670b76c-a5d3-4a5b-9d61-76b8883e8efb&device_owner=network%3Adhcp => generated 1457 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2838] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:16:34 2026] GET /v2.0/networks/f670b76c-a5d3-4a5b-9d61-76b8883e8efb?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2839] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:16:34 2026] GET /v2.0/networks/f670b76c-a5d3-4a5b-9d61-76b8883e8efb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2840] 199.204.45.89 () {30 vars in 702 bytes} [Tue Jun 30 19:16:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2841] 199.204.45.89 () {30 vars in 704 bytes} [Tue Jun 30 19:16:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2842] 199.204.45.89 () {30 vars in 680 bytes} [Tue Jun 30 19:16:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2843] 199.204.45.89 () {30 vars in 716 bytes} [Tue Jun 30 19:16:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2844] 199.204.45.89 () {30 vars in 740 bytes} [Tue Jun 30 19:16:45 2026] GET /v2.0/subnets/91989569-2315-4104-8c3d-f8ecbd3d54e0 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2845] 199.204.45.89 () {30 vars in 768 bytes} [Tue Jun 30 19:16:45 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 5381 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2846] 199.204.45.89 () {30 vars in 702 bytes} [Tue Jun 30 19:16:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2847] 199.204.45.89 () {30 vars in 704 bytes} [Tue Jun 30 19:16:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2848] 199.204.45.89 () {30 vars in 680 bytes} [Tue Jun 30 19:16:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2849] 199.204.45.89 () {30 vars in 716 bytes} [Tue Jun 30 19:16:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2850] 199.204.45.89 () {30 vars in 736 bytes} [Tue Jun 30 19:16:45 2026] GET /v2.0/ports/2c33d284-29b6-4731-a85a-4adcd23374f0 => generated 1520 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2851] 199.204.45.89 () {34 vars in 789 bytes} [Tue Jun 30 19:16:45 2026] PUT /v2.0/ports/2c33d284-29b6-4731-a85a-4adcd23374f0 => generated 1251 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:16:45.691 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ebbaefe5-4033-4a0e-b535-673dcc781893'] response: {'name': 'network-changed', 'server_uuid': 'f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7', 'tag': '2c33d284-29b6-4731-a85a-4adcd23374f0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1420/2852] 199.204.45.89 () {30 vars in 742 bytes} [Tue Jun 30 19:16:45 2026] GET /v2.0/networks/a46487ed-968a-4297-9d85-fb8fc512541c => generated 798 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1433/2853] 199.204.45.89 () {30 vars in 740 bytes} [Tue Jun 30 19:16:45 2026] GET /v2.0/subnets/250a64fe-4a70-44aa-9331-6a730498405e => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2854] 199.204.45.89 () {30 vars in 736 bytes} [Tue Jun 30 19:16:45 2026] GET /v2.0/ports/2c33d284-29b6-4731-a85a-4adcd23374f0 => generated 1287 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2855] 199.204.45.89 () {34 vars in 788 bytes} [Tue Jun 30 19:16:45 2026] PUT /v2.0/ports/2c33d284-29b6-4731-a85a-4adcd23374f0 => generated 1080 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2856] 199.204.45.89 () {30 vars in 742 bytes} [Tue Jun 30 19:16:46 2026] GET /v2.0/networks/a46487ed-968a-4297-9d85-fb8fc512541c => generated 798 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1435/2859] 199.204.45.89 () {30 vars in 768 bytes} [Tue Jun 30 19:16:46 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 4977 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2860] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:16:46 2026] GET /v2.0/ports?tenant_id=86dcf2415eb44fae9b56896f841e7aa7&device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 4977 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2861] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:16:46 2026] GET /v2.0/networks?id=a46487ed-968a-4297-9d85-fb8fc512541c => generated 801 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2862] 199.204.45.89 () {30 vars in 768 bytes} [Tue Jun 30 19:16:46 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 4977 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2863] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:16:46 2026] GET /v2.0/networks/a46487ed-968a-4297-9d85-fb8fc512541c?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2864] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:16:46 2026] GET /v2.0/networks/a46487ed-968a-4297-9d85-fb8fc512541c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2865] 199.204.45.89 () {30 vars in 768 bytes} [Tue Jun 30 19:16:47 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 4977 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:16:47.742 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4dfd3229-71a9-4afe-9eae-a05a32419ffd'] response: {'name': 'network-changed', 'server_uuid': 'f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7', 'tag': '2c33d284-29b6-4731-a85a-4adcd23374f0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1428/2866] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:16:48 2026] GET /v2.0/ports?tenant_id=86dcf2415eb44fae9b56896f841e7aa7&device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 4977 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2867] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:16:48 2026] GET /v2.0/networks?id=a46487ed-968a-4297-9d85-fb8fc512541c => generated 801 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2868] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:16:48 2026] GET /v2.0/networks/a46487ed-968a-4297-9d85-fb8fc512541c?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2869] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:16:48 2026] GET /v2.0/networks/a46487ed-968a-4297-9d85-fb8fc512541c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2870] 199.204.45.89 () {30 vars in 768 bytes} [Tue Jun 30 19:16:48 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 4977 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2871] 199.204.45.89 () {34 vars in 974 bytes} [Tue Jun 30 19:16:48 2026] GET /v2.0/ports/2c33d284-29b6-4731-a85a-4adcd23374f0 => generated 1116 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2872] 199.204.45.89 () {34 vars in 1059 bytes} [Tue Jun 30 19:16:48 2026] GET /v2.0/ports/2c33d284-29b6-4731-a85a-4adcd23374f0?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2873] 199.204.45.89 () {34 vars in 1015 bytes} [Tue Jun 30 19:16:48 2026] GET /v2.0/networks/a46487ed-968a-4297-9d85-fb8fc512541c?fields=dns_domain => generated 29 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2874] 199.204.45.89 () {38 vars in 1027 bytes} [Tue Jun 30 19:16:48 2026] PUT /v2.0/ports/2c33d284-29b6-4731-a85a-4adcd23374f0 => generated 917 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2875] 199.204.45.89 () {30 vars in 768 bytes} [Tue Jun 30 19:16:49 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 3869 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:16:49.713 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ced8708-a75e-4f44-b522-86efb44318eb 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: 2c33d284-29b6-4731-a85a-4adcd23374f0 2026-06-30 19:16:49.718 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ced8708-a75e-4f44-b522-86efb44318eb 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: 2c33d284-29b6-4731-a85a-4adcd23374f0 [pid: 7|app: 0|req: 1433/2876] 199.204.45.89 () {32 vars in 758 bytes} [Tue Jun 30 19:16:49 2026] DELETE /v2.0/ports/2c33d284-29b6-4731-a85a-4adcd23374f0 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2877] 199.204.45.89 () {30 vars in 702 bytes} [Tue Jun 30 19:16:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2878] 199.204.45.89 () {30 vars in 704 bytes} [Tue Jun 30 19:16:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2879] 199.204.45.89 () {30 vars in 680 bytes} [Tue Jun 30 19:16:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2880] 199.204.45.89 () {30 vars in 716 bytes} [Tue Jun 30 19:16:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2881] 199.204.45.89 () {30 vars in 740 bytes} [Tue Jun 30 19:16:49 2026] GET /v2.0/subnets/5b075f6f-6dfd-48ad-92fe-51103e8809be => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2882] 199.204.45.89 () {30 vars in 736 bytes} [Tue Jun 30 19:16:50 2026] GET /v2.0/ports/90eb3877-4b48-4d68-b0f3-27a7f17e81d7 => generated 1132 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2883] 199.204.45.89 () {30 vars in 736 bytes} [Tue Jun 30 19:16:50 2026] GET /v2.0/ports/35768784-b8b0-476b-9d1f-8dacde0d79fe => generated 1346 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2884] 199.204.45.89 () {30 vars in 740 bytes} [Tue Jun 30 19:16:50 2026] GET /v2.0/subnets/5b075f6f-6dfd-48ad-92fe-51103e8809be => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2885] 199.204.45.89 () {30 vars in 742 bytes} [Tue Jun 30 19:16:50 2026] GET /v2.0/networks/f87d1762-8461-47a5-b0f1-9afa88b6f13a => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2886] 199.204.45.89 () {30 vars in 736 bytes} [Tue Jun 30 19:16:50 2026] GET /v2.0/ports/90eb3877-4b48-4d68-b0f3-27a7f17e81d7 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2887] 199.204.45.89 () {30 vars in 740 bytes} [Tue Jun 30 19:16:50 2026] GET /v2.0/subnets/5b075f6f-6dfd-48ad-92fe-51103e8809be => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2888] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:16:50 2026] GET /v2.0/ports?tenant_id=86dcf2415eb44fae9b56896f841e7aa7&device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 3869 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2889] 199.204.45.89 () {34 vars in 1225 bytes} [Tue Jun 30 19:16:50 2026] GET /v2.0/networks?id=0c1563e9-4c94-4428-9499-73de0c8af345&id=f87d1762-8461-47a5-b0f1-9afa88b6f13a&id=f670b76c-a5d3-4a5b-9d61-76b8883e8efb&id=a46487ed-968a-4297-9d85-fb8fc512541c => generated 3097 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2890] 199.204.45.89 () {34 vars in 1061 bytes} [Tue Jun 30 19:16:50 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.181&port_id=739f5070-9e51-4278-acb8-bf296a9a17f9 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2891] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:16:50 2026] GET /v2.0/subnets?id=ceb50ed7-f950-487c-aa38-7af5bebacf41 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2892] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:16:50 2026] GET /v2.0/ports?network_id=0c1563e9-4c94-4428-9499-73de0c8af345&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2893] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:16:50 2026] GET /v2.0/networks/0c1563e9-4c94-4428-9499-73de0c8af345?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2894] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:16:50 2026] GET /v2.0/networks/0c1563e9-4c94-4428-9499-73de0c8af345?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2895] 199.204.45.89 () {34 vars in 1055 bytes} [Tue Jun 30 19:16:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.72&port_id=35768784-b8b0-476b-9d1f-8dacde0d79fe => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2896] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:16:50 2026] GET /v2.0/subnets?id=5b075f6f-6dfd-48ad-92fe-51103e8809be => generated 678 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2897] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:16:51 2026] GET /v2.0/ports?network_id=f87d1762-8461-47a5-b0f1-9afa88b6f13a&device_owner=network%3Adhcp => generated 1461 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2898] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:16:51 2026] GET /v2.0/networks/f87d1762-8461-47a5-b0f1-9afa88b6f13a?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2899] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:16:51 2026] GET /v2.0/networks/f87d1762-8461-47a5-b0f1-9afa88b6f13a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2900] 199.204.45.89 () {34 vars in 1057 bytes} [Tue Jun 30 19:16:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.215&port_id=fd69ea6f-2e0e-41a5-af3f-87504700a290 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2901] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:16:51 2026] GET /v2.0/subnets?id=91989569-2315-4104-8c3d-f8ecbd3d54e0 => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2902] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:16:51 2026] GET /v2.0/ports?network_id=f670b76c-a5d3-4a5b-9d61-76b8883e8efb&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2903] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:16:51 2026] GET /v2.0/networks/f670b76c-a5d3-4a5b-9d61-76b8883e8efb?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2904] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:16:51 2026] GET /v2.0/networks/f670b76c-a5d3-4a5b-9d61-76b8883e8efb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2905] 199.204.45.89 () {30 vars in 702 bytes} [Tue Jun 30 19:16:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2906] 199.204.45.89 () {30 vars in 704 bytes} [Tue Jun 30 19:16:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2907] 199.204.45.89 () {30 vars in 680 bytes} [Tue Jun 30 19:16:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2908] 199.204.45.89 () {30 vars in 716 bytes} [Tue Jun 30 19:16:55 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2909] 199.204.45.89 () {30 vars in 768 bytes} [Tue Jun 30 19:16:55 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 3869 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2910] 199.204.45.89 () {30 vars in 702 bytes} [Tue Jun 30 19:16:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2911] 199.204.45.89 () {30 vars in 704 bytes} [Tue Jun 30 19:16:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2912] 199.204.45.89 () {30 vars in 680 bytes} [Tue Jun 30 19:16:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2913] 199.204.45.89 () {30 vars in 716 bytes} [Tue Jun 30 19:16:55 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2914] 199.204.45.89 () {30 vars in 736 bytes} [Tue Jun 30 19:16:55 2026] GET /v2.0/ports/fd69ea6f-2e0e-41a5-af3f-87504700a290 => generated 1291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2915] 199.204.45.89 () {34 vars in 788 bytes} [Tue Jun 30 19:16:55 2026] PUT /v2.0/ports/fd69ea6f-2e0e-41a5-af3f-87504700a290 => generated 1080 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:16:55.691 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-977c5e79-27c8-44a4-9f7c-3be60c67d828'] response: {'name': 'network-changed', 'server_uuid': 'f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7', 'tag': 'fd69ea6f-2e0e-41a5-af3f-87504700a290', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1453/2916] 199.204.45.89 () {30 vars in 742 bytes} [Tue Jun 30 19:16:55 2026] GET /v2.0/networks/f670b76c-a5d3-4a5b-9d61-76b8883e8efb => generated 798 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1464/2917] 199.204.45.89 () {30 vars in 768 bytes} [Tue Jun 30 19:16:55 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 3694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2918] 199.204.45.89 () {30 vars in 768 bytes} [Tue Jun 30 19:16:55 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 3694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2919] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:16:56 2026] GET /v2.0/ports?tenant_id=86dcf2415eb44fae9b56896f841e7aa7&device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 3694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2920] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:16:56 2026] GET /v2.0/networks?id=f670b76c-a5d3-4a5b-9d61-76b8883e8efb => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2921] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:16:56 2026] GET /v2.0/networks/f670b76c-a5d3-4a5b-9d61-76b8883e8efb?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2922] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:16:56 2026] GET /v2.0/networks/f670b76c-a5d3-4a5b-9d61-76b8883e8efb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2923] 199.204.45.89 () {30 vars in 768 bytes} [Tue Jun 30 19:16:56 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 3694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2924] 199.204.45.89 () {34 vars in 974 bytes} [Tue Jun 30 19:16:57 2026] GET /v2.0/ports/fd69ea6f-2e0e-41a5-af3f-87504700a290 => generated 1116 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2925] 199.204.45.89 () {34 vars in 1059 bytes} [Tue Jun 30 19:16:57 2026] GET /v2.0/ports/fd69ea6f-2e0e-41a5-af3f-87504700a290?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2926] 199.204.45.89 () {34 vars in 1015 bytes} [Tue Jun 30 19:16:57 2026] GET /v2.0/networks/f670b76c-a5d3-4a5b-9d61-76b8883e8efb?fields=dns_domain => generated 29 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2927] 199.204.45.89 () {30 vars in 768 bytes} [Tue Jun 30 19:16:57 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 3694 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2928] 199.204.45.89 () {38 vars in 1027 bytes} [Tue Jun 30 19:16:57 2026] PUT /v2.0/ports/fd69ea6f-2e0e-41a5-af3f-87504700a290 => generated 917 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2929] 199.204.45.89 () {30 vars in 768 bytes} [Tue Jun 30 19:16:59 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 2586 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:16:59.179 7 INFO neutron_taas.services.taas.taas_plugin [None req-c2ab3ea2-7dff-4ac9-8b06-a88b80476b75 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: fd69ea6f-2e0e-41a5-af3f-87504700a290 2026-06-30 19:16:59.182 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2ab3ea2-7dff-4ac9-8b06-a88b80476b75 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: fd69ea6f-2e0e-41a5-af3f-87504700a290 [pid: 7|app: 0|req: 1460/2930] 199.204.45.89 () {32 vars in 758 bytes} [Tue Jun 30 19:16:59 2026] DELETE /v2.0/ports/fd69ea6f-2e0e-41a5-af3f-87504700a290 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2931] 199.204.45.89 () {30 vars in 702 bytes} [Tue Jun 30 19:16:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2932] 199.204.45.89 () {30 vars in 704 bytes} [Tue Jun 30 19:16:59 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2933] 199.204.45.89 () {30 vars in 680 bytes} [Tue Jun 30 19:16:59 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2934] 199.204.45.89 () {30 vars in 716 bytes} [Tue Jun 30 19:16:59 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2935] 199.204.45.89 () {30 vars in 740 bytes} [Tue Jun 30 19:16:59 2026] GET /v2.0/subnets/5b075f6f-6dfd-48ad-92fe-51103e8809be => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2936] 199.204.45.89 () {30 vars in 736 bytes} [Tue Jun 30 19:16:59 2026] GET /v2.0/ports/90eb3877-4b48-4d68-b0f3-27a7f17e81d7 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2937] 199.204.45.89 () {30 vars in 736 bytes} [Tue Jun 30 19:16:59 2026] GET /v2.0/ports/35768784-b8b0-476b-9d1f-8dacde0d79fe => generated 1346 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2938] 199.204.45.89 () {30 vars in 740 bytes} [Tue Jun 30 19:16:59 2026] GET /v2.0/subnets/5b075f6f-6dfd-48ad-92fe-51103e8809be => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2939] 199.204.45.89 () {30 vars in 742 bytes} [Tue Jun 30 19:16:59 2026] GET /v2.0/networks/f87d1762-8461-47a5-b0f1-9afa88b6f13a => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2940] 199.204.45.89 () {30 vars in 736 bytes} [Tue Jun 30 19:16:59 2026] GET /v2.0/ports/90eb3877-4b48-4d68-b0f3-27a7f17e81d7 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2941] 199.204.45.89 () {30 vars in 740 bytes} [Tue Jun 30 19:16:59 2026] GET /v2.0/subnets/5b075f6f-6dfd-48ad-92fe-51103e8809be => generated 675 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2942] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:16:59 2026] GET /v2.0/ports?tenant_id=86dcf2415eb44fae9b56896f841e7aa7&device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 2586 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2943] 199.204.45.89 () {34 vars in 1145 bytes} [Tue Jun 30 19:16:59 2026] GET /v2.0/networks?id=0c1563e9-4c94-4428-9499-73de0c8af345&id=f87d1762-8461-47a5-b0f1-9afa88b6f13a&id=f670b76c-a5d3-4a5b-9d61-76b8883e8efb => generated 2310 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2944] 199.204.45.89 () {34 vars in 1061 bytes} [Tue Jun 30 19:16:59 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.181&port_id=739f5070-9e51-4278-acb8-bf296a9a17f9 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2945] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:16:59 2026] GET /v2.0/subnets?id=ceb50ed7-f950-487c-aa38-7af5bebacf41 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2946] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:16:59 2026] GET /v2.0/ports?network_id=0c1563e9-4c94-4428-9499-73de0c8af345&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2947] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:16:59 2026] GET /v2.0/networks/0c1563e9-4c94-4428-9499-73de0c8af345?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2948] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:17:00 2026] GET /v2.0/networks/0c1563e9-4c94-4428-9499-73de0c8af345?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2949] 199.204.45.89 () {34 vars in 1055 bytes} [Tue Jun 30 19:17:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.72&port_id=35768784-b8b0-476b-9d1f-8dacde0d79fe => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2950] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:17:00 2026] GET /v2.0/subnets?id=5b075f6f-6dfd-48ad-92fe-51103e8809be => generated 678 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2951] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:17:00 2026] GET /v2.0/ports?network_id=f87d1762-8461-47a5-b0f1-9afa88b6f13a&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2952] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:17:00 2026] GET /v2.0/networks/f87d1762-8461-47a5-b0f1-9afa88b6f13a?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2953] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:17:00 2026] GET /v2.0/networks/f87d1762-8461-47a5-b0f1-9afa88b6f13a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2956] 199.204.45.89 () {30 vars in 702 bytes} [Tue Jun 30 19:17:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2957] 199.204.45.89 () {30 vars in 704 bytes} [Tue Jun 30 19:17:11 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2958] 199.204.45.89 () {30 vars in 680 bytes} [Tue Jun 30 19:17:11 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2959] 199.204.45.89 () {30 vars in 716 bytes} [Tue Jun 30 19:17:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:17:11.371 8 INFO neutron.api.v2.resource [None req-964d6e28-fb95-4b2d-9e00-f38ae7781b5c 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1486/2960] 199.204.45.89 () {30 vars in 762 bytes} [Tue Jun 30 19:17:11 2026] GET /v2.0/security-groups/lb-7284116d-2d60-42bd-99e5-929451aea51e => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2961] 199.204.45.89 () {30 vars in 784 bytes} [Tue Jun 30 19:17:11 2026] GET /v2.0/security-groups?name=lb-7284116d-2d60-42bd-99e5-929451aea51e => generated 2865 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2962] 199.204.45.89 () {30 vars in 814 bytes} [Tue Jun 30 19:17:11 2026] GET /v2.0/security-group-rules?security_group_id=4232a3ba-2f61-4c50-98c5-0d0475e689fd => generated 2334 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2963] 199.204.45.89 () {32 vars in 788 bytes} [Tue Jun 30 19:17:11 2026] DELETE /v2.0/security-group-rules/6f4f9b91-1e32-442c-bd36-7b65616c69d2 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2964] 199.204.45.89 () {32 vars in 788 bytes} [Tue Jun 30 19:17:11 2026] DELETE /v2.0/security-group-rules/bf3dfdd3-df1f-4b1b-9b84-9d0d5108b99c => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:17:15.303 7 INFO neutron_taas.services.taas.taas_plugin [None req-bbcbc595-9ffd-487f-81ef-aa1229817b62 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] TaaS: Handle Delete Port: bf131d85-5821-4c28-a306-7a6fc435fe8f 2026-06-30 19:17:15.306 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbcbc595-9ffd-487f-81ef-aa1229817b62 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] Tap Mirror: Handle Delete Port: bf131d85-5821-4c28-a306-7a6fc435fe8f 2026-06-30 19:17:15.477 7 INFO neutron.db.l3_db [None req-bbcbc595-9ffd-487f-81ef-aa1229817b62 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] Floating IP eb66d7ac-5e6f-4a00-bbd7-e7986ef55f00 disassociated (deleted). External IP: 10.96.250.204, port: 90eb3877-4b48-4d68-b0f3-27a7f17e81d7. [pid: 7|app: 0|req: 1477/2965] 10.0.0.222 () {32 vars in 732 bytes} [Tue Jun 30 19:17:15 2026] DELETE /v2.0/floatingips/eb66d7ac-5e6f-4a00-bbd7-e7986ef55f00 => generated 0 bytes in 996 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:17:16.201 8 INFO neutron.api.v2.resource [None req-e2fa31d5-60ac-4f20-b5e2-8b076367feaf 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1489/2968] 10.0.0.222 () {32 vars in 729 bytes} [Tue Jun 30 19:17:16 2026] GET /v2.0/floatingips/eb66d7ac-5e6f-4a00-bbd7-e7986ef55f00 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2969] 199.204.45.89 () {30 vars in 702 bytes} [Tue Jun 30 19:17:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2970] 199.204.45.89 () {30 vars in 704 bytes} [Tue Jun 30 19:17:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2971] 199.204.45.89 () {30 vars in 680 bytes} [Tue Jun 30 19:17:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2972] 199.204.45.89 () {30 vars in 716 bytes} [Tue Jun 30 19:17:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:17:17.267 7 INFO neutron.api.v2.resource [None req-66909523-72ec-4ac4-80e9-a08182ed8872 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1482/2973] 199.204.45.89 () {30 vars in 762 bytes} [Tue Jun 30 19:17:17 2026] GET /v2.0/security-groups/lb-7284116d-2d60-42bd-99e5-929451aea51e => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2974] 199.204.45.89 () {30 vars in 784 bytes} [Tue Jun 30 19:17:17 2026] GET /v2.0/security-groups?name=lb-7284116d-2d60-42bd-99e5-929451aea51e => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2975] 199.204.45.89 () {30 vars in 814 bytes} [Tue Jun 30 19:17:17 2026] GET /v2.0/security-group-rules?security_group_id=4232a3ba-2f61-4c50-98c5-0d0475e689fd => generated 1182 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2976] 199.204.45.89 () {30 vars in 702 bytes} [Tue Jun 30 19:17:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2977] 199.204.45.89 () {30 vars in 704 bytes} [Tue Jun 30 19:17:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2978] 199.204.45.89 () {30 vars in 680 bytes} [Tue Jun 30 19:17:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2979] 199.204.45.89 () {30 vars in 716 bytes} [Tue Jun 30 19:17:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2980] 199.204.45.89 () {30 vars in 740 bytes} [Tue Jun 30 19:17:17 2026] GET /v2.0/subnets/5b075f6f-6dfd-48ad-92fe-51103e8809be => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2981] 199.204.45.89 () {30 vars in 768 bytes} [Tue Jun 30 19:17:17 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 2586 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2982] 199.204.45.89 () {30 vars in 768 bytes} [Tue Jun 30 19:17:17 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2983] 199.204.45.89 () {30 vars in 768 bytes} [Tue Jun 30 19:17:17 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 2586 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2984] 199.204.45.89 () {30 vars in 768 bytes} [Tue Jun 30 19:17:18 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 2586 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2985] 199.204.45.89 () {34 vars in 974 bytes} [Tue Jun 30 19:17:19 2026] GET /v2.0/ports/35768784-b8b0-476b-9d1f-8dacde0d79fe => generated 1346 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2986] 199.204.45.89 () {30 vars in 768 bytes} [Tue Jun 30 19:17:19 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 2586 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2987] 199.204.45.89 () {34 vars in 1059 bytes} [Tue Jun 30 19:17:19 2026] GET /v2.0/ports/35768784-b8b0-476b-9d1f-8dacde0d79fe?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2988] 199.204.45.89 () {34 vars in 1015 bytes} [Tue Jun 30 19:17:19 2026] GET /v2.0/networks/f87d1762-8461-47a5-b0f1-9afa88b6f13a?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2989] 199.204.45.89 () {38 vars in 1027 bytes} [Tue Jun 30 19:17:19 2026] PUT /v2.0/ports/35768784-b8b0-476b-9d1f-8dacde0d79fe => generated 1147 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2990] 199.204.45.89 () {30 vars in 768 bytes} [Tue Jun 30 19:17:20 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 1248 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1491/2991] 199.204.45.89 () {34 vars in 788 bytes} [Tue Jun 30 19:17:20 2026] PUT /v2.0/ports/35768784-b8b0-476b-9d1f-8dacde0d79fe => generated 1086 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2992] 199.204.45.89 () {30 vars in 736 bytes} [Tue Jun 30 19:17:21 2026] GET /v2.0/ports/35768784-b8b0-476b-9d1f-8dacde0d79fe => generated 1086 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:17:21.197 7 INFO neutron_taas.services.taas.taas_plugin [None req-aaae2415-e164-473f-a9ec-2d9226fa735f 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: 35768784-b8b0-476b-9d1f-8dacde0d79fe 2026-06-30 19:17:21.201 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aaae2415-e164-473f-a9ec-2d9226fa735f 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: 35768784-b8b0-476b-9d1f-8dacde0d79fe [pid: 7|app: 0|req: 1492/2993] 199.204.45.89 () {32 vars in 758 bytes} [Tue Jun 30 19:17:21 2026] DELETE /v2.0/ports/35768784-b8b0-476b-9d1f-8dacde0d79fe => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2994] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:17:21 2026] GET /v2.0/ports?tenant_id=86dcf2415eb44fae9b56896f841e7aa7&device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 1248 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2995] 199.204.45.89 () {34 vars in 1065 bytes} [Tue Jun 30 19:17:21 2026] GET /v2.0/networks?id=0c1563e9-4c94-4428-9499-73de0c8af345&id=f87d1762-8461-47a5-b0f1-9afa88b6f13a => generated 1523 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2996] 199.204.45.89 () {34 vars in 1061 bytes} [Tue Jun 30 19:17:21 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.181&port_id=739f5070-9e51-4278-acb8-bf296a9a17f9 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2997] 199.204.45.89 () {30 vars in 702 bytes} [Tue Jun 30 19:17:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2998] 199.204.45.89 () {30 vars in 704 bytes} [Tue Jun 30 19:17:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2999] 199.204.45.89 () {30 vars in 680 bytes} [Tue Jun 30 19:17:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3000] 199.204.45.89 () {34 vars in 983 bytes} [Tue Jun 30 19:17:21 2026] GET /v2.0/subnets?id=ceb50ed7-f950-487c-aa38-7af5bebacf41 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3001] 199.204.45.89 () {30 vars in 716 bytes} [Tue Jun 30 19:17:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:17:21.815 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a7850010-be23-4fd9-b1e3-ea5ff3fcac63 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1505/3002] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:17:21 2026] GET /v2.0/ports?network_id=0c1563e9-4c94-4428-9499-73de0c8af345&device_owner=network%3Adhcp => generated 1244 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3003] 199.204.45.89 () {32 vars in 758 bytes} [Tue Jun 30 19:17:21 2026] DELETE /v2.0/ports/35768784-b8b0-476b-9d1f-8dacde0d79fe => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3004] 199.204.45.89 () {30 vars in 736 bytes} [Tue Jun 30 19:17:21 2026] GET /v2.0/ports/90eb3877-4b48-4d68-b0f3-27a7f17e81d7 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3005] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:17:21 2026] GET /v2.0/networks/0c1563e9-4c94-4428-9499-73de0c8af345?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:17:21.879 7 INFO neutron.api.v2.resource [None req-06e6c928-2cf3-4755-b639-0c42b3ec98a4 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1500/3006] 199.204.45.89 () {30 vars in 762 bytes} [Tue Jun 30 19:17:21 2026] GET /v2.0/security-groups/lb-7284116d-2d60-42bd-99e5-929451aea51e => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3007] 199.204.45.89 () {30 vars in 784 bytes} [Tue Jun 30 19:17:21 2026] GET /v2.0/security-groups?name=lb-7284116d-2d60-42bd-99e5-929451aea51e => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3008] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:17:21 2026] GET /v2.0/networks/0c1563e9-4c94-4428-9499-73de0c8af345?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3009] 199.204.45.89 () {30 vars in 736 bytes} [Tue Jun 30 19:17:21 2026] GET /v2.0/ports/90eb3877-4b48-4d68-b0f3-27a7f17e81d7 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3010] 199.204.45.89 () {34 vars in 788 bytes} [Tue Jun 30 19:17:21 2026] PUT /v2.0/ports/90eb3877-4b48-4d68-b0f3-27a7f17e81d7 => generated 1094 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3011] 199.204.45.89 () {32 vars in 778 bytes} [Tue Jun 30 19:17:22 2026] DELETE /v2.0/security-groups/4232a3ba-2f61-4c50-98c5-0d0475e689fd => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:17:22.405 8 INFO neutron_taas.services.taas.taas_plugin [None req-c3ee7d1f-4d24-496b-8e83-7ca3139e9fb6 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: 90eb3877-4b48-4d68-b0f3-27a7f17e81d7 2026-06-30 19:17:22.408 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3ee7d1f-4d24-496b-8e83-7ca3139e9fb6 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: 90eb3877-4b48-4d68-b0f3-27a7f17e81d7 [pid: 8|app: 0|req: 1509/3012] 199.204.45.89 () {32 vars in 758 bytes} [Tue Jun 30 19:17:22 2026] DELETE /v2.0/ports/90eb3877-4b48-4d68-b0f3-27a7f17e81d7 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3013] 199.204.45.89 () {34 vars in 993 bytes} [Tue Jun 30 19:17:25 2026] GET /v2.0/ports?device_id=f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7 => generated 1246 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:17:25.527 8 INFO neutron_taas.services.taas.taas_plugin [req-16a21aae-690c-46be-90df-7aeedeb9b160 req-836b1780-2cd0-4403-be35-15454b5b6566 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] TaaS: Handle Delete Port: 739f5070-9e51-4278-acb8-bf296a9a17f9 2026-06-30 19:17:25.530 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-16a21aae-690c-46be-90df-7aeedeb9b160 req-836b1780-2cd0-4403-be35-15454b5b6566 8a997b5e7354448fa40b2a947ad3a9d9 86dcf2415eb44fae9b56896f841e7aa7 - - default default] Tap Mirror: Handle Delete Port: 739f5070-9e51-4278-acb8-bf296a9a17f9 [pid: 8|app: 0|req: 1510/3014] 199.204.45.89 () {36 vars in 996 bytes} [Tue Jun 30 19:17:25 2026] DELETE /v2.0/ports/739f5070-9e51-4278-acb8-bf296a9a17f9 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:17:25.692 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aeff66de-6d49-4549-80e4-60137964107b'] response: {'server_uuid': 'f3a387f7-a5ff-4e6a-867e-d9c898f6e6f7', 'name': 'network-vif-deleted', 'tag': '739f5070-9e51-4278-acb8-bf296a9a17f9', 'status': 'completed', 'code': 200} 2026-06-30 19:17:26.502 7 INFO neutron_taas.services.taas.taas_plugin [None req-a06bc257-25ab-4f94-91a5-e85a298f6ac7 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] TaaS: Handle Delete Port: e7b07ffa-3e75-4818-9c63-721c6f77661a 2026-06-30 19:17:26.505 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a06bc257-25ab-4f94-91a5-e85a298f6ac7 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] Tap Mirror: Handle Delete Port: e7b07ffa-3e75-4818-9c63-721c6f77661a 2026-06-30 19:17:26.664 7 INFO neutron.db.l3_db [None req-a06bc257-25ab-4f94-91a5-e85a298f6ac7 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] Floating IP 4f66a3c4-9f3f-401a-aa3e-72c8bd777087 disassociated (deleted). External IP: 10.96.250.213, port: 18bfe06e-b925-4638-8cda-1d293521a072. [pid: 7|app: 0|req: 1505/3015] 10.0.0.222 () {32 vars in 732 bytes} [Tue Jun 30 19:17:26 2026] DELETE /v2.0/floatingips/4f66a3c4-9f3f-401a-aa3e-72c8bd777087 => generated 0 bytes in 563 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:17:26.999 8 INFO neutron.api.v2.resource [None req-8aab7aa0-7dfb-4c99-894a-42bf07523d0a 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1511/3016] 10.0.0.222 () {32 vars in 729 bytes} [Tue Jun 30 19:17:26 2026] GET /v2.0/floatingips/4f66a3c4-9f3f-401a-aa3e-72c8bd777087 => generated 144 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:17:27.008 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dca5df34-e6f9-427c-8a33-88497256bd43'] response: {'name': 'network-changed', 'server_uuid': 'e69a6866-fa09-4f02-913d-7e743d61c804', 'tag': '18bfe06e-b925-4638-8cda-1d293521a072', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1506/3017] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:17:27 2026] GET /v2.0/ports?device_id=e69a6866-fa09-4f02-913d-7e743d61c804 => generated 1200 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3018] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:17:27 2026] GET /v2.0/security-groups?id=194c86d3-7431-4e88-87c0-c1fa07897b97&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3019] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:17:27 2026] GET /v2.0/ports?tenant_id=f69717e0292c4d74a6471728b3b11b91&device_id=e69a6866-fa09-4f02-913d-7e743d61c804 => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3020] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:17:27 2026] GET /v2.0/networks?id=a46487ed-968a-4297-9d85-fb8fc512541c => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3021] 199.204.45.89 () {34 vars in 1057 bytes} [Tue Jun 30 19:17:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.135&port_id=18bfe06e-b925-4638-8cda-1d293521a072 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3022] 199.204.45.89 () {34 vars in 1103 bytes} [Tue Jun 30 19:17:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ac2&port_id=18bfe06e-b925-4638-8cda-1d293521a072 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3023] 199.204.45.89 () {34 vars in 1063 bytes} [Tue Jun 30 19:17:27 2026] GET /v2.0/subnets?id=7f761a65-2df3-448b-b5d9-879fb0e5f8f7&id=250a64fe-4a70-44aa-9331-6a730498405e => generated 1414 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3024] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:17:27 2026] GET /v2.0/ports?network_id=a46487ed-968a-4297-9d85-fb8fc512541c&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3025] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:17:27 2026] GET /v2.0/ports?network_id=a46487ed-968a-4297-9d85-fb8fc512541c&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3026] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:17:27 2026] GET /v2.0/networks/a46487ed-968a-4297-9d85-fb8fc512541c?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3027] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:17:27 2026] GET /v2.0/networks/a46487ed-968a-4297-9d85-fb8fc512541c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3028] 199.204.45.89 () {34 vars in 993 bytes} [Tue Jun 30 19:17:29 2026] GET /v2.0/ports?device_id=e69a6866-fa09-4f02-913d-7e743d61c804 => generated 1198 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:17:29.741 7 INFO neutron_taas.services.taas.taas_plugin [req-418f713c-f7b8-4486-8613-11f55d4948e3 req-8d7c932f-4281-4e81-ad6d-b8ae9853a3ff 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] TaaS: Handle Delete Port: 18bfe06e-b925-4638-8cda-1d293521a072 2026-06-30 19:17:29.745 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-418f713c-f7b8-4486-8613-11f55d4948e3 req-8d7c932f-4281-4e81-ad6d-b8ae9853a3ff 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] Tap Mirror: Handle Delete Port: 18bfe06e-b925-4638-8cda-1d293521a072 [pid: 7|app: 0|req: 1512/3029] 199.204.45.89 () {36 vars in 996 bytes} [Tue Jun 30 19:17:29 2026] DELETE /v2.0/ports/18bfe06e-b925-4638-8cda-1d293521a072 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:17:29.955 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e5623453-6380-43f5-81e9-12f6e13b8e49'] response: {'server_uuid': 'e69a6866-fa09-4f02-913d-7e743d61c804', 'name': 'network-vif-deleted', 'tag': '18bfe06e-b925-4638-8cda-1d293521a072', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1514/3032] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:17:32 2026] GET /v2.0/ports?device_id=e69a6866-fa09-4f02-913d-7e743d61c804 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:17:37.512 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c7e9c26-4566-4ab7-8f2e-ef31ce82bcdf 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] TaaS: Handle Delete Port: 69763423-b920-48f6-870a-4a06a96e555f 2026-06-30 19:17:37.514 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c7e9c26-4566-4ab7-8f2e-ef31ce82bcdf 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] Tap Mirror: Handle Delete Port: 69763423-b920-48f6-870a-4a06a96e555f 2026-06-30 19:17:37.664 8 INFO neutron.db.l3_db [None req-5c7e9c26-4566-4ab7-8f2e-ef31ce82bcdf 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] Floating IP a2041409-6765-429f-ac16-78aec02339e7 disassociated (deleted). External IP: 10.96.250.210, port: 4ae01866-47ce-46ec-8022-a5be4085e90b. [pid: 8|app: 0|req: 1519/3033] 10.0.0.222 () {32 vars in 732 bytes} [Tue Jun 30 19:17:37 2026] DELETE /v2.0/floatingips/a2041409-6765-429f-ac16-78aec02339e7 => generated 0 bytes in 551 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:17:37.979 7 INFO neutron.api.v2.resource [None req-f529ee88-1f76-4076-8952-aaa0c4c792cd 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1515/3034] 10.0.0.222 () {32 vars in 729 bytes} [Tue Jun 30 19:17:37 2026] GET /v2.0/floatingips/a2041409-6765-429f-ac16-78aec02339e7 => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:17:37.984 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0f375f80-cd24-489a-b79e-1e42b46fdda6'] response: {'name': 'network-changed', 'server_uuid': '7f3c44d0-c7c5-4665-a626-5e9edeff3ede', 'tag': '4ae01866-47ce-46ec-8022-a5be4085e90b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1520/3035] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:17:38 2026] GET /v2.0/ports?device_id=7f3c44d0-c7c5-4665-a626-5e9edeff3ede => generated 1196 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3036] 10.0.0.130 () {34 vars in 1040 bytes} [Tue Jun 30 19:17:38 2026] GET /v2.0/security-groups?id=194c86d3-7431-4e88-87c0-c1fa07897b97&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3037] 199.204.45.89 () {34 vars in 1079 bytes} [Tue Jun 30 19:17:38 2026] GET /v2.0/ports?tenant_id=f69717e0292c4d74a6471728b3b11b91&device_id=7f3c44d0-c7c5-4665-a626-5e9edeff3ede => generated 1465 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3038] 199.204.45.89 () {34 vars in 985 bytes} [Tue Jun 30 19:17:38 2026] GET /v2.0/networks?id=f670b76c-a5d3-4a5b-9d61-76b8883e8efb => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3039] 199.204.45.89 () {34 vars in 1055 bytes} [Tue Jun 30 19:17:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.44&port_id=4ae01866-47ce-46ec-8022-a5be4085e90b => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3040] 199.204.45.89 () {34 vars in 1103 bytes} [Tue Jun 30 19:17:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A101&port_id=4ae01866-47ce-46ec-8022-a5be4085e90b => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3041] 199.204.45.89 () {34 vars in 1063 bytes} [Tue Jun 30 19:17:38 2026] GET /v2.0/subnets?id=2175d4b2-6b74-45fb-bb7c-272ea7f47e7b&id=91989569-2315-4104-8c3d-f8ecbd3d54e0 => generated 1409 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3042] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:17:38 2026] GET /v2.0/ports?network_id=f670b76c-a5d3-4a5b-9d61-76b8883e8efb&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3043] 199.204.45.89 () {34 vars in 1051 bytes} [Tue Jun 30 19:17:38 2026] GET /v2.0/ports?network_id=f670b76c-a5d3-4a5b-9d61-76b8883e8efb&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3044] 199.204.45.89 () {34 vars in 1011 bytes} [Tue Jun 30 19:17:38 2026] GET /v2.0/networks/f670b76c-a5d3-4a5b-9d61-76b8883e8efb?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3045] 199.204.45.89 () {34 vars in 1111 bytes} [Tue Jun 30 19:17:38 2026] GET /v2.0/networks/f670b76c-a5d3-4a5b-9d61-76b8883e8efb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3046] 199.204.45.89 () {34 vars in 993 bytes} [Tue Jun 30 19:17:40 2026] GET /v2.0/ports?device_id=7f3c44d0-c7c5-4665-a626-5e9edeff3ede => generated 1196 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:17:40.726 8 INFO neutron_taas.services.taas.taas_plugin [req-b18546fe-4966-45c0-ad4b-caab6773d161 req-8bd5795a-c9b9-49c5-aea8-db69543af3d5 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] TaaS: Handle Delete Port: 4ae01866-47ce-46ec-8022-a5be4085e90b 2026-06-30 19:17:40.730 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b18546fe-4966-45c0-ad4b-caab6773d161 req-8bd5795a-c9b9-49c5-aea8-db69543af3d5 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] Tap Mirror: Handle Delete Port: 4ae01866-47ce-46ec-8022-a5be4085e90b [pid: 8|app: 0|req: 1526/3047] 199.204.45.89 () {36 vars in 996 bytes} [Tue Jun 30 19:17:40 2026] DELETE /v2.0/ports/4ae01866-47ce-46ec-8022-a5be4085e90b => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:17:40.898 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-db2bdc4e-9de5-450a-9e6c-15163e936502'] response: {'server_uuid': '7f3c44d0-c7c5-4665-a626-5e9edeff3ede', 'name': 'network-vif-deleted', 'tag': '4ae01866-47ce-46ec-8022-a5be4085e90b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1522/3048] 10.0.0.130 () {34 vars in 990 bytes} [Tue Jun 30 19:17:43 2026] GET /v2.0/ports?device_id=7f3c44d0-c7c5-4665-a626-5e9edeff3ede => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3051] 10.0.0.222 () {32 vars in 750 bytes} [Tue Jun 30 19:17:48 2026] DELETE /v2.0/security-group-rules/07d45b55-a195-4b01-bdd2-9c051e68185c => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:17:48.482 8 INFO neutron.api.v2.resource [None req-df7a8d25-5b66-43cc-a6f0-452e3d7abaa5 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1528/3052] 10.0.0.222 () {32 vars in 747 bytes} [Tue Jun 30 19:17:48 2026] GET /v2.0/security-group-rules/07d45b55-a195-4b01-bdd2-9c051e68185c => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3053] 10.0.0.222 () {32 vars in 750 bytes} [Tue Jun 30 19:17:48 2026] DELETE /v2.0/security-group-rules/e69b93ea-cc8b-4248-9a45-bf1103f32779 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:17:48.566 8 INFO neutron.api.v2.resource [None req-f891b324-1df3-4fb3-b23e-6b7ed34a31f5 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1529/3054] 10.0.0.222 () {32 vars in 747 bytes} [Tue Jun 30 19:17:48 2026] GET /v2.0/security-group-rules/e69b93ea-cc8b-4248-9a45-bf1103f32779 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3055] 10.0.0.222 () {32 vars in 750 bytes} [Tue Jun 30 19:17:48 2026] DELETE /v2.0/security-group-rules/ee78178e-d130-428e-8fb0-052a3d296350 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:17:48.640 8 INFO neutron.api.v2.resource [None req-fe98fdce-83da-4249-900d-1abb8d1c3c92 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1530/3056] 10.0.0.222 () {32 vars in 747 bytes} [Tue Jun 30 19:17:48 2026] GET /v2.0/security-group-rules/ee78178e-d130-428e-8fb0-052a3d296350 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3057] 10.0.0.222 () {32 vars in 750 bytes} [Tue Jun 30 19:17:48 2026] DELETE /v2.0/security-group-rules/b11e6e97-3281-4c42-9553-f0e4d1754e00 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:17:48.719 8 INFO neutron.api.v2.resource [None req-2d33f344-b202-4c20-8ac8-0a5f90ddfbe4 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1531/3058] 10.0.0.222 () {32 vars in 747 bytes} [Tue Jun 30 19:17:48 2026] GET /v2.0/security-group-rules/b11e6e97-3281-4c42-9553-f0e4d1754e00 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3059] 10.0.0.222 () {32 vars in 750 bytes} [Tue Jun 30 19:17:48 2026] DELETE /v2.0/security-group-rules/0b608ac5-4909-439f-bf3b-5cb1aaadc9ab => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:17:48.792 8 INFO neutron.api.v2.resource [None req-d7f44536-b8cc-47f3-95cc-cc358123c098 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1532/3060] 10.0.0.222 () {32 vars in 747 bytes} [Tue Jun 30 19:17:48 2026] GET /v2.0/security-group-rules/0b608ac5-4909-439f-bf3b-5cb1aaadc9ab => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3061] 10.0.0.222 () {32 vars in 750 bytes} [Tue Jun 30 19:17:48 2026] DELETE /v2.0/security-group-rules/e45c3c5c-ed4a-4075-9ccb-3082e2834830 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:17:48.858 8 INFO neutron.api.v2.resource [None req-708915ff-231c-4a49-a1ab-5642323d4615 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1533/3062] 10.0.0.222 () {32 vars in 747 bytes} [Tue Jun 30 19:17:48 2026] GET /v2.0/security-group-rules/e45c3c5c-ed4a-4075-9ccb-3082e2834830 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3063] 10.0.0.222 () {32 vars in 750 bytes} [Tue Jun 30 19:17:48 2026] DELETE /v2.0/security-group-rules/0f47134b-deda-41b5-87d0-e9ec4316002d => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:17:48.938 8 INFO neutron.api.v2.resource [None req-e361dedb-9a3f-4043-a09c-f9b1671fbb72 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1534/3064] 10.0.0.222 () {32 vars in 747 bytes} [Tue Jun 30 19:17:48 2026] GET /v2.0/security-group-rules/0f47134b-deda-41b5-87d0-e9ec4316002d => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3065] 10.0.0.222 () {32 vars in 750 bytes} [Tue Jun 30 19:17:48 2026] DELETE /v2.0/security-group-rules/941ecb59-c7e6-4853-8cff-d4317af860b4 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:17:49.022 8 INFO neutron.api.v2.resource [None req-dde97807-80e5-4d38-98db-8e43736d64d4 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1535/3066] 10.0.0.222 () {32 vars in 747 bytes} [Tue Jun 30 19:17:49 2026] GET /v2.0/security-group-rules/941ecb59-c7e6-4853-8cff-d4317af860b4 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3067] 10.0.0.222 () {32 vars in 750 bytes} [Tue Jun 30 19:17:49 2026] DELETE /v2.0/security-group-rules/712265c9-4efa-41c6-b4a9-4296282587dc => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:17:49.122 8 INFO neutron.api.v2.resource [None req-aa6d0a54-b4fa-48bd-891a-005e2db06acd 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1536/3068] 10.0.0.222 () {32 vars in 747 bytes} [Tue Jun 30 19:17:49 2026] GET /v2.0/security-group-rules/712265c9-4efa-41c6-b4a9-4296282587dc => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3069] 10.0.0.222 () {32 vars in 750 bytes} [Tue Jun 30 19:17:49 2026] DELETE /v2.0/security-group-rules/231add8c-ffd9-45ce-94be-3687d87fe1aa => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:17:49.200 8 INFO neutron.api.v2.resource [None req-54cb54e4-5cf5-4780-b6a6-a1af2f2548dd 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1537/3070] 10.0.0.222 () {32 vars in 747 bytes} [Tue Jun 30 19:17:49 2026] GET /v2.0/security-group-rules/231add8c-ffd9-45ce-94be-3687d87fe1aa => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3071] 10.0.0.222 () {32 vars in 750 bytes} [Tue Jun 30 19:17:49 2026] DELETE /v2.0/security-group-rules/f1ebdf48-3842-4657-ac0a-03f198fb82fc => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:17:49.275 8 INFO neutron.api.v2.resource [None req-e9fda813-e539-4928-9a6a-25c01793b264 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1538/3072] 10.0.0.222 () {32 vars in 747 bytes} [Tue Jun 30 19:17:49 2026] GET /v2.0/security-group-rules/f1ebdf48-3842-4657-ac0a-03f198fb82fc => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3073] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:17:49 2026] DELETE /v2.0/security-groups/194c86d3-7431-4e88-87c0-c1fa07897b97 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:17:49.374 8 INFO neutron.api.v2.resource [None req-f852d1a5-d257-4c8c-aae1-48025e36cba5 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1539/3074] 10.0.0.222 () {32 vars in 737 bytes} [Tue Jun 30 19:17:49 2026] GET /v2.0/security-groups/194c86d3-7431-4e88-87c0-c1fa07897b97 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:17:49.799 7 INFO neutron_taas.services.taas.taas_plugin [None req-4e7a38a0-fa6c-49b8-a535-5d9b17cb0c1d 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] TaaS: Handle Delete Port: bd3b8c35-f744-4db5-89ac-1565ea8b9f96 2026-06-30 19:17:49.802 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e7a38a0-fa6c-49b8-a535-5d9b17cb0c1d 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] Tap Mirror: Handle Delete Port: bd3b8c35-f744-4db5-89ac-1565ea8b9f96 [pid: 7|app: 0|req: 1536/3075] 10.0.0.222 () {34 vars in 789 bytes} [Tue Jun 30 19:17:49 2026] PUT /v2.0/routers/6dff4c9f-aae7-4587-8c76-067b2f899723/remove_router_interface => generated 309 bytes in 925 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:17:50.491 8 INFO neutron.api.v2.resource [None req-4377481f-aef6-4639-959f-29080b7f7a10 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1540/3076] 10.0.0.222 () {34 vars in 789 bytes} [Tue Jun 30 19:17:50 2026] PUT /v2.0/routers/6dff4c9f-aae7-4587-8c76-067b2f899723/remove_router_interface => generated 198 bytes in 138 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:17:50.824 7 INFO neutron_taas.services.taas.taas_plugin [None req-11a5f812-15e4-48c3-9655-a99cea2a0775 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] TaaS: Handle Delete Port: df6c717e-4cc5-435d-9291-45f9327c7103 2026-06-30 19:17:50.826 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11a5f812-15e4-48c3-9655-a99cea2a0775 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] Tap Mirror: Handle Delete Port: df6c717e-4cc5-435d-9291-45f9327c7103 [pid: 7|app: 0|req: 1537/3077] 10.0.0.222 () {34 vars in 789 bytes} [Tue Jun 30 19:17:50 2026] PUT /v2.0/routers/6dff4c9f-aae7-4587-8c76-067b2f899723/remove_router_interface => generated 309 bytes in 843 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:17:51.502 8 INFO neutron.api.v2.resource [None req-6221e125-b190-4a03-a5d1-94fec837afc5 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1541/3078] 10.0.0.222 () {34 vars in 789 bytes} [Tue Jun 30 19:17:51 2026] PUT /v2.0/routers/6dff4c9f-aae7-4587-8c76-067b2f899723/remove_router_interface => generated 198 bytes in 157 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:17:51.855 7 INFO neutron_taas.services.taas.taas_plugin [None req-1180f575-41e1-4440-9d29-6a22af163779 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] TaaS: Handle Delete Port: 7db65606-151b-4ea7-af85-414583950f67 2026-06-30 19:17:51.858 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1180f575-41e1-4440-9d29-6a22af163779 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] Tap Mirror: Handle Delete Port: 7db65606-151b-4ea7-af85-414583950f67 [pid: 7|app: 0|req: 1538/3079] 10.0.0.222 () {34 vars in 789 bytes} [Tue Jun 30 19:17:51 2026] PUT /v2.0/routers/6dff4c9f-aae7-4587-8c76-067b2f899723/remove_router_interface => generated 309 bytes in 938 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:17:52.635 8 INFO neutron.api.v2.resource [None req-3ffa614f-0d04-47f0-86ed-22ce98544841 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1542/3080] 10.0.0.222 () {34 vars in 789 bytes} [Tue Jun 30 19:17:52 2026] PUT /v2.0/routers/6dff4c9f-aae7-4587-8c76-067b2f899723/remove_router_interface => generated 198 bytes in 184 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:17:52.883 7 INFO neutron_taas.services.taas.taas_plugin [None req-7465fb5c-d678-42a3-950c-4a4db06fa462 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] TaaS: Handle Delete Port: 8153efb2-d4ca-4a79-b564-dc6eb2c96faa 2026-06-30 19:17:52.885 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7465fb5c-d678-42a3-950c-4a4db06fa462 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] Tap Mirror: Handle Delete Port: 8153efb2-d4ca-4a79-b564-dc6eb2c96faa 2026-06-30 19:17:53.114 7 INFO neutron_taas.services.taas.taas_plugin [None req-7465fb5c-d678-42a3-950c-4a4db06fa462 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] TaaS: Handle Delete Port: dcee4c88-7434-45b1-854b-1e0f987bd790 2026-06-30 19:17:53.117 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7465fb5c-d678-42a3-950c-4a4db06fa462 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] Tap Mirror: Handle Delete Port: dcee4c88-7434-45b1-854b-1e0f987bd790 2026-06-30 19:17:53.424 7 INFO neutron.services.segments.plugin [-] Segment dbeb777b-80b6-46d4-ba1b-669fdcdcc45e resource provider aggregate not found 2026-06-30 19:17:53.425 7 INFO neutron.services.segments.plugin [-] Segment dbeb777b-80b6-46d4-ba1b-669fdcdcc45e resource provider aggregate not found 2026-06-30 19:17:53.444 7 INFO neutron.services.segments.plugin [-] Segment dbeb777b-80b6-46d4-ba1b-669fdcdcc45e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbeb777b-80b6-46d4-ba1b-669fdcdcc45e found for delete ", "request_id": "req-63cb474b-919e-4fd0-8e07-419c7da659d6"}]} 2026-06-30 19:17:53.445 7 INFO neutron.db.l3_hamode_db [None req-7465fb5c-d678-42a3-950c-4a4db06fa462 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] HA network 132f3a9a-29da-4eb0-a903-6567eb9a3279 was deleted as no HA routers are present in tenant f69717e0292c4d74a6471728b3b11b91. 2026-06-30 19:17:53.451 7 INFO neutron.services.segments.plugin [-] Segment dbeb777b-80b6-46d4-ba1b-669fdcdcc45e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbeb777b-80b6-46d4-ba1b-669fdcdcc45e found for delete ", "request_id": "req-0cd6d7da-992f-4de2-8112-74e5d0a43e3f"}]} [pid: 7|app: 0|req: 1539/3081] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:17:52 2026] DELETE /v2.0/routers/6dff4c9f-aae7-4587-8c76-067b2f899723 => generated 0 bytes in 814 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:17:53.477 8 INFO neutron.api.v2.resource [None req-74ee7eec-beee-40f0-9808-60e0eb652a04 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1543/3082] 10.0.0.222 () {32 vars in 721 bytes} [Tue Jun 30 19:17:53 2026] GET /v2.0/routers/6dff4c9f-aae7-4587-8c76-067b2f899723 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3083] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:17:53 2026] DELETE /v2.0/subnets/7f761a65-2df3-448b-b5d9-879fb0e5f8f7 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:17:53.636 8 INFO neutron.pecan_wsgi.hooks.translation [None req-64776fb5-656f-4edf-9b57-2957aa017824 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1544/3084] 10.0.0.222 () {32 vars in 721 bytes} [Tue Jun 30 19:17:53 2026] GET /v2.0/subnets/7f761a65-2df3-448b-b5d9-879fb0e5f8f7 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3085] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:17:53 2026] DELETE /v2.0/subnets/250a64fe-4a70-44aa-9331-6a730498405e => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:17:53.792 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9184edad-b017-4483-b020-2864163d2af1 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1545/3086] 10.0.0.222 () {32 vars in 721 bytes} [Tue Jun 30 19:17:53 2026] GET /v2.0/subnets/250a64fe-4a70-44aa-9331-6a730498405e => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:17:53.881 7 INFO neutron_taas.services.taas.taas_plugin [None req-c621e0e2-76ed-4b09-9a99-73e549700051 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] TaaS: Handle Delete Port: b6602c8c-4784-4980-9c26-ac008a3277e2 2026-06-30 19:17:53.884 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c621e0e2-76ed-4b09-9a99-73e549700051 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] Tap Mirror: Handle Delete Port: b6602c8c-4784-4980-9c26-ac008a3277e2 [pid: 7|app: 0|req: 1542/3087] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:17:53 2026] DELETE /v2.0/networks/a46487ed-968a-4297-9d85-fb8fc512541c => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:17:54.099 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a45fe5a7-a8dd-4ad2-99ad-fb885e26b7e0 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1546/3088] 10.0.0.222 () {32 vars in 723 bytes} [Tue Jun 30 19:17:54 2026] GET /v2.0/networks/a46487ed-968a-4297-9d85-fb8fc512541c => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3089] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:17:54 2026] DELETE /v2.0/subnets/2175d4b2-6b74-45fb-bb7c-272ea7f47e7b => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:17:54.276 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e5ba2009-37ba-4a03-a2e8-29bff78d33bb 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1547/3090] 10.0.0.222 () {32 vars in 721 bytes} [Tue Jun 30 19:17:54 2026] GET /v2.0/subnets/2175d4b2-6b74-45fb-bb7c-272ea7f47e7b => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3091] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:17:54 2026] DELETE /v2.0/subnets/91989569-2315-4104-8c3d-f8ecbd3d54e0 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:17:54.425 8 INFO neutron.pecan_wsgi.hooks.translation [None req-15579f1c-dba2-41eb-b61a-a2280b437c89 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1548/3092] 10.0.0.222 () {32 vars in 721 bytes} [Tue Jun 30 19:17:54 2026] GET /v2.0/subnets/91989569-2315-4104-8c3d-f8ecbd3d54e0 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:17:54.512 7 INFO neutron_taas.services.taas.taas_plugin [None req-566588e6-1fde-44c5-b43a-d42d50fda7f6 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] TaaS: Handle Delete Port: 86179150-b6f0-4c83-a369-13d82ae64238 2026-06-30 19:17:54.514 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-566588e6-1fde-44c5-b43a-d42d50fda7f6 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] Tap Mirror: Handle Delete Port: 86179150-b6f0-4c83-a369-13d82ae64238 [pid: 7|app: 0|req: 1545/3093] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:17:54 2026] DELETE /v2.0/networks/f670b76c-a5d3-4a5b-9d61-76b8883e8efb => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:17:54.707 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d6251209-5c9b-477a-bb6c-95280358b4f5 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1549/3094] 10.0.0.222 () {32 vars in 723 bytes} [Tue Jun 30 19:17:54 2026] GET /v2.0/networks/f670b76c-a5d3-4a5b-9d61-76b8883e8efb => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3095] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:17:54 2026] DELETE /v2.0/subnets/7d79f086-dda7-42c2-b40b-4ea31c3477c7 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:17:54.837 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fb21187e-0085-4d13-8d8c-ffb0468e48c4 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1550/3096] 10.0.0.222 () {32 vars in 721 bytes} [Tue Jun 30 19:17:54 2026] GET /v2.0/subnets/7d79f086-dda7-42c2-b40b-4ea31c3477c7 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3097] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:17:54 2026] DELETE /v2.0/subnets/5b075f6f-6dfd-48ad-92fe-51103e8809be => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:17:55.007 8 INFO neutron.pecan_wsgi.hooks.translation [None req-48d512c0-5beb-4ce8-ba51-05a6c4f990fb 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1551/3098] 10.0.0.222 () {32 vars in 721 bytes} [Tue Jun 30 19:17:54 2026] GET /v2.0/subnets/5b075f6f-6dfd-48ad-92fe-51103e8809be => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:17:55.117 7 INFO neutron_taas.services.taas.taas_plugin [None req-f787552a-f71d-46af-9a6d-fd946dfda85a 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] TaaS: Handle Delete Port: 4c57825d-98f1-4288-bafd-ae4bf6ca4ee7 2026-06-30 19:17:55.119 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f787552a-f71d-46af-9a6d-fd946dfda85a 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] Tap Mirror: Handle Delete Port: 4c57825d-98f1-4288-bafd-ae4bf6ca4ee7 [pid: 7|app: 0|req: 1548/3099] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:17:55 2026] DELETE /v2.0/networks/f87d1762-8461-47a5-b0f1-9afa88b6f13a => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:17:55.295 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7f46f980-2e50-4c2b-aef4-2815921ca8c3 5a012c81e3c7423793984b9cea09ba87 f69717e0292c4d74a6471728b3b11b91 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1552/3100] 10.0.0.222 () {32 vars in 723 bytes} [Tue Jun 30 19:17:55 2026] GET /v2.0/networks/f87d1762-8461-47a5-b0f1-9afa88b6f13a => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:17:55.459 7 INFO neutron.services.segments.plugin [-] Segment fb98ef6f-b665-497d-bea9-c564badc5f4a resource provider aggregate not found 2026-06-30 19:17:55.474 7 INFO neutron.services.segments.plugin [-] Segment fb98ef6f-b665-497d-bea9-c564badc5f4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb98ef6f-b665-497d-bea9-c564badc5f4a found for delete ", "request_id": "req-34a8e39c-03b8-40b5-87cc-07cace71a3cc"}]} 2026-06-30 19:17:55.478 7 INFO neutron.services.segments.plugin [-] Segment fb98ef6f-b665-497d-bea9-c564badc5f4a resource provider aggregate not found 2026-06-30 19:17:55.491 7 INFO neutron.services.segments.plugin [-] Segment 5ed507fd-ed82-456e-9220-3a4017bd9ef3 resource provider aggregate not found 2026-06-30 19:17:55.496 7 INFO neutron.services.segments.plugin [-] Segment fb98ef6f-b665-497d-bea9-c564badc5f4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb98ef6f-b665-497d-bea9-c564badc5f4a found for delete ", "request_id": "req-b541bd35-4653-4f6d-8e18-a0b02964303e"}]} 2026-06-30 19:17:55.507 7 INFO neutron.services.segments.plugin [-] Segment 5ed507fd-ed82-456e-9220-3a4017bd9ef3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ed507fd-ed82-456e-9220-3a4017bd9ef3 found for delete ", "request_id": "req-e0b343b0-f8dc-4972-ba92-5f14878a164c"}]} 2026-06-30 19:17:55.511 7 INFO neutron.services.segments.plugin [-] Segment 5ed507fd-ed82-456e-9220-3a4017bd9ef3 resource provider aggregate not found 2026-06-30 19:17:55.526 7 INFO neutron.services.segments.plugin [-] Segment f6ee41af-0ad8-4b3c-876a-7fab56ae6eaf resource provider aggregate not found 2026-06-30 19:17:55.533 7 INFO neutron.services.segments.plugin [-] Segment 5ed507fd-ed82-456e-9220-3a4017bd9ef3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ed507fd-ed82-456e-9220-3a4017bd9ef3 found for delete ", "request_id": "req-b4d20d3c-905f-490c-9fa7-5b7ea5f2d820"}]} 2026-06-30 19:17:55.545 7 INFO neutron.services.segments.plugin [-] Segment f6ee41af-0ad8-4b3c-876a-7fab56ae6eaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6ee41af-0ad8-4b3c-876a-7fab56ae6eaf found for delete ", "request_id": "req-c8413bbe-3b18-469e-b231-24c3911348aa"}]} 2026-06-30 19:17:55.548 7 INFO neutron.services.segments.plugin [-] Segment f6ee41af-0ad8-4b3c-876a-7fab56ae6eaf resource provider aggregate not found 2026-06-30 19:17:55.565 7 INFO neutron.services.segments.plugin [-] Segment f6ee41af-0ad8-4b3c-876a-7fab56ae6eaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6ee41af-0ad8-4b3c-876a-7fab56ae6eaf found for delete ", "request_id": "req-7e9171bb-de00-4a6c-96c6-b09a57f4570a"}]} [pid: 7|app: 0|req: 1549/3101] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:17:57 2026] GET /v2.0/security-groups?tenant_id=f69717e0292c4d74a6471728b3b11b91&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3102] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:17:57 2026] DELETE /v2.0/security-groups/4a7f7f2d-b342-4675-a587-1db7b5081b33 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3103] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:17:57 2026] GET /v2.0/security-groups?tenant_id=0f0042fd5f7b4ad0967e9846e72ccac3&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3104] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:17:57 2026] DELETE /v2.0/security-groups/fd6e5d0b-d8e8-4853-8ed5-bb12f4485d2d => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3105] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:17:57 2026] GET /v2.0/security-groups?tenant_id=f73e30facb864799abb09f94a109bf60&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3106] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:17:57 2026] DELETE /v2.0/security-groups/33da8dc8-27ac-4708-b2ad-855d47f01a82 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3107] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:17:58 2026] GET /v2.0/security-groups?tenant_id=7031d5447cf44ec59e3740599698cc5f&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3108] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:17:58 2026] DELETE /v2.0/security-groups/6dcd2a99-ba51-4f1f-8d41-0b9784770c89 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3109] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:17:58 2026] GET /v2.0/security-groups?tenant_id=5b0a7c626c9c4bf085363b3c655994b5&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3110] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:17:58 2026] DELETE /v2.0/security-groups/eaeff951-1f0e-4c87-973e-2ab52ccec9c9 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3111] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:17:58 2026] GET /v2.0/security-groups?tenant_id=c1467954b61042c28c0161f13ad3c4c2&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3112] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:17:59 2026] DELETE /v2.0/security-groups/852e342e-c6c0-4c33-a284-76e655549c1a => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3113] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:17:59 2026] GET /v2.0/security-groups?tenant_id=c961db87df474157a2ea9ee4e3507f16&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3114] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:17:59 2026] DELETE /v2.0/security-groups/21c36763-41ce-4155-996d-78e60751d557 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3117] 10.0.0.222 () {34 vars in 684 bytes} [Tue Jun 30 19:18:03 2026] POST /v2.0/security-groups => generated 1603 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3118] 10.0.0.222 () {34 vars in 684 bytes} [Tue Jun 30 19:18:03 2026] POST /v2.0/security-groups => generated 1603 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3119] 10.0.0.222 () {34 vars in 684 bytes} [Tue Jun 30 19:18:03 2026] POST /v2.0/security-groups => generated 1603 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3120] 10.0.0.222 () {34 vars in 684 bytes} [Tue Jun 30 19:18:03 2026] POST /v2.0/security-groups => generated 1603 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3121] 10.0.0.222 () {34 vars in 684 bytes} [Tue Jun 30 19:18:04 2026] POST /v2.0/security-groups => generated 1603 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3122] 10.0.0.222 () {34 vars in 767 bytes} [Tue Jun 30 19:18:04 2026] PUT /v2.0/security-groups/9b13c250-1890-4f18-85d7-dc74b78b696d/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3123] 10.0.0.222 () {34 vars in 767 bytes} [Tue Jun 30 19:18:04 2026] PUT /v2.0/security-groups/c7e37b38-b60a-428f-8947-cf7042aede42/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3124] 10.0.0.222 () {34 vars in 767 bytes} [Tue Jun 30 19:18:04 2026] PUT /v2.0/security-groups/b4830ba4-8fa6-4abb-8653-ea12c0c026a5/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3125] 10.0.0.222 () {34 vars in 767 bytes} [Tue Jun 30 19:18:04 2026] PUT /v2.0/security-groups/77b87ae7-d878-49fa-93e0-aa2a53a04df1/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3126] 10.0.0.222 () {32 vars in 680 bytes} [Tue Jun 30 19:18:04 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3127] 10.0.0.222 () {32 vars in 694 bytes} [Tue Jun 30 19:18:04 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 532 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3128] 10.0.0.222 () {32 vars in 690 bytes} [Tue Jun 30 19:18:05 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3129] 10.0.0.222 () {32 vars in 702 bytes} [Tue Jun 30 19:18:05 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3130] 10.0.0.222 () {32 vars in 688 bytes} [Tue Jun 30 19:18:05 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3131] 10.0.0.222 () {32 vars in 702 bytes} [Tue Jun 30 19:18:05 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3132] 10.0.0.222 () {32 vars in 698 bytes} [Tue Jun 30 19:18:05 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3133] 10.0.0.222 () {32 vars in 710 bytes} [Tue Jun 30 19:18:05 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3134] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:18:05 2026] DELETE /v2.0/security-groups/9b13c250-1890-4f18-85d7-dc74b78b696d => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3135] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:18:05 2026] DELETE /v2.0/security-groups/c7e37b38-b60a-428f-8947-cf7042aede42 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3136] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:18:05 2026] DELETE /v2.0/security-groups/b4830ba4-8fa6-4abb-8653-ea12c0c026a5 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3137] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:18:05 2026] DELETE /v2.0/security-groups/77b87ae7-d878-49fa-93e0-aa2a53a04df1 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3138] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:18:05 2026] DELETE /v2.0/security-groups/67226b4b-408b-43d5-ab62-1f2cc54df4ec => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3139] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:18:06 2026] GET /v2.0/security-groups?tenant_id=cbade16126e54617ac6df404d1231e20&name=default => generated 2929 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3140] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:18:06 2026] DELETE /v2.0/security-groups/2ebaad55-3eed-4ab8-bb79-510daad114bc => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3141] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:18:06 2026] GET /v2.0/security-groups?tenant_id=767488e50084445d9ba562a5ff5d3d0c&name=default => generated 2929 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3142] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:18:06 2026] DELETE /v2.0/security-groups/108d9452-bf3f-4d33-8813-8fc3c514af20 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3143] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:18:07 2026] GET /v2.0/security-groups?tenant_id=5693942436b9404686ef2d4c78668960&name=default => generated 2929 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3144] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:18:07 2026] DELETE /v2.0/security-groups/509703eb-9548-434f-9ab1-9439931e1544 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3145] 10.0.0.222 () {34 vars in 676 bytes} [Tue Jun 30 19:18:10 2026] POST /v2.0/floatingips => generated 552 bytes in 622 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3146] 10.0.0.222 () {34 vars in 759 bytes} [Tue Jun 30 19:18:10 2026] PUT /v2.0/floatingips/ef76e333-d773-460f-b1a3-00ec6481779f/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3147] 10.0.0.222 () {32 vars in 739 bytes} [Tue Jun 30 19:18:10 2026] GET /v2.0/floatingips/ef76e333-d773-460f-b1a3-00ec6481779f/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3148] 10.0.0.222 () {34 vars in 770 bytes} [Tue Jun 30 19:18:11 2026] PUT /v2.0/floatingips/ef76e333-d773-460f-b1a3-00ec6481779f/tags/green => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3149] 10.0.0.222 () {32 vars in 739 bytes} [Tue Jun 30 19:18:11 2026] GET /v2.0/floatingips/ef76e333-d773-460f-b1a3-00ec6481779f/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3150] 10.0.0.222 () {34 vars in 766 bytes} [Tue Jun 30 19:18:11 2026] PUT /v2.0/floatingips/ef76e333-d773-460f-b1a3-00ec6481779f/tags/red => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3151] 10.0.0.222 () {32 vars in 739 bytes} [Tue Jun 30 19:18:11 2026] GET /v2.0/floatingips/ef76e333-d773-460f-b1a3-00ec6481779f/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3152] 10.0.0.222 () {34 vars in 788 bytes} [Tue Jun 30 19:18:11 2026] PUT /v2.0/floatingips/ef76e333-d773-460f-b1a3-00ec6481779f/tags/black.or.white => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3153] 10.0.0.222 () {32 vars in 739 bytes} [Tue Jun 30 19:18:11 2026] GET /v2.0/floatingips/ef76e333-d773-460f-b1a3-00ec6481779f/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3154] 10.0.0.222 () {34 vars in 759 bytes} [Tue Jun 30 19:18:11 2026] PUT /v2.0/floatingips/ef76e333-d773-460f-b1a3-00ec6481779f/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3155] 10.0.0.222 () {32 vars in 739 bytes} [Tue Jun 30 19:18:11 2026] GET /v2.0/floatingips/ef76e333-d773-460f-b1a3-00ec6481779f/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3156] 10.0.0.222 () {32 vars in 747 bytes} [Tue Jun 30 19:18:11 2026] GET /v2.0/floatingips/ef76e333-d773-460f-b1a3-00ec6481779f/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:18:11.549 8 INFO neutron.api.v2.resource [None req-b02ff715-6974-42d7-8ee5-798942e79fba 1727a32a0f3b4d339700716c9563a672 381023ab0257455bbeed207bd94658f0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1581/3157] 10.0.0.222 () {32 vars in 751 bytes} [Tue Jun 30 19:18:11 2026] GET /v2.0/floatingips/ef76e333-d773-460f-b1a3-00ec6481779f/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3158] 10.0.0.222 () {32 vars in 750 bytes} [Tue Jun 30 19:18:11 2026] DELETE /v2.0/floatingips/ef76e333-d773-460f-b1a3-00ec6481779f/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3159] 10.0.0.222 () {32 vars in 739 bytes} [Tue Jun 30 19:18:11 2026] GET /v2.0/floatingips/ef76e333-d773-460f-b1a3-00ec6481779f/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:18:11.687 7 INFO neutron.api.v2.resource [None req-30b8d319-6964-495f-808f-34e0f17650d3 1727a32a0f3b4d339700716c9563a672 381023ab0257455bbeed207bd94658f0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1578/3160] 10.0.0.222 () {32 vars in 754 bytes} [Tue Jun 30 19:18:11 2026] DELETE /v2.0/floatingips/ef76e333-d773-460f-b1a3-00ec6481779f/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3161] 10.0.0.222 () {32 vars in 742 bytes} [Tue Jun 30 19:18:11 2026] DELETE /v2.0/floatingips/ef76e333-d773-460f-b1a3-00ec6481779f/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3162] 10.0.0.222 () {32 vars in 739 bytes} [Tue Jun 30 19:18:11 2026] GET /v2.0/floatingips/ef76e333-d773-460f-b1a3-00ec6481779f/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:18:11.872 8 INFO neutron_taas.services.taas.taas_plugin [None req-8bed51bf-04ef-4a83-ba80-755783b83570 1727a32a0f3b4d339700716c9563a672 381023ab0257455bbeed207bd94658f0 - - default default] TaaS: Handle Delete Port: ba563fa2-4142-43cd-882c-81f470229ab9 2026-06-30 19:18:11.874 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8bed51bf-04ef-4a83-ba80-755783b83570 1727a32a0f3b4d339700716c9563a672 381023ab0257455bbeed207bd94658f0 - - default default] Tap Mirror: Handle Delete Port: ba563fa2-4142-43cd-882c-81f470229ab9 [pid: 8|app: 0|req: 1584/3163] 10.0.0.222 () {32 vars in 732 bytes} [Tue Jun 30 19:18:11 2026] DELETE /v2.0/floatingips/ef76e333-d773-460f-b1a3-00ec6481779f => generated 0 bytes in 259 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3164] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:18:12 2026] GET /v2.0/security-groups?tenant_id=758bf523f3ee46b998f7ee1e3e4869e1&name=default => generated 2929 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3165] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:18:12 2026] DELETE /v2.0/security-groups/c501b1b1-05f7-413c-89ea-1e7917d9ea6e => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3166] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:18:13 2026] GET /v2.0/security-groups?tenant_id=381023ab0257455bbeed207bd94658f0&name=default => generated 2929 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3167] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:18:13 2026] DELETE /v2.0/security-groups/be95017c-d85e-4aed-ad59-605d35e5187a => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:18:16.664 7 INFO neutron.db.segments_db [None req-bce4c29a-31e7-4565-af32-2271880becb7 23e5086076ba4479bbd570a01a8d6d5c b5fd3edef54d4c65b9b447571c1231db - - default default] Added segment d6b73a61-f9d3-4f69-a1fd-269ae1e639ff of type vxlan for network 8a67a6a2-0fc2-41c1-9ba7-455706b90d75 [pid: 7|app: 0|req: 1583/3170] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:18:16 2026] POST /v2.0/networks => generated 630 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3171] 10.0.0.222 () {34 vars in 753 bytes} [Tue Jun 30 19:18:16 2026] PUT /v2.0/networks/8a67a6a2-0fc2-41c1-9ba7-455706b90d75/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3172] 10.0.0.222 () {32 vars in 733 bytes} [Tue Jun 30 19:18:16 2026] GET /v2.0/networks/8a67a6a2-0fc2-41c1-9ba7-455706b90d75/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3173] 10.0.0.222 () {34 vars in 764 bytes} [Tue Jun 30 19:18:16 2026] PUT /v2.0/networks/8a67a6a2-0fc2-41c1-9ba7-455706b90d75/tags/green => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3174] 10.0.0.222 () {32 vars in 733 bytes} [Tue Jun 30 19:18:16 2026] GET /v2.0/networks/8a67a6a2-0fc2-41c1-9ba7-455706b90d75/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3175] 10.0.0.222 () {34 vars in 760 bytes} [Tue Jun 30 19:18:16 2026] PUT /v2.0/networks/8a67a6a2-0fc2-41c1-9ba7-455706b90d75/tags/red => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3176] 10.0.0.222 () {32 vars in 733 bytes} [Tue Jun 30 19:18:17 2026] GET /v2.0/networks/8a67a6a2-0fc2-41c1-9ba7-455706b90d75/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3177] 10.0.0.222 () {34 vars in 782 bytes} [Tue Jun 30 19:18:17 2026] PUT /v2.0/networks/8a67a6a2-0fc2-41c1-9ba7-455706b90d75/tags/black.or.white => generated 4 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3178] 10.0.0.222 () {32 vars in 733 bytes} [Tue Jun 30 19:18:17 2026] GET /v2.0/networks/8a67a6a2-0fc2-41c1-9ba7-455706b90d75/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3179] 10.0.0.222 () {34 vars in 753 bytes} [Tue Jun 30 19:18:17 2026] PUT /v2.0/networks/8a67a6a2-0fc2-41c1-9ba7-455706b90d75/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3180] 10.0.0.222 () {32 vars in 733 bytes} [Tue Jun 30 19:18:17 2026] GET /v2.0/networks/8a67a6a2-0fc2-41c1-9ba7-455706b90d75/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3181] 10.0.0.222 () {32 vars in 741 bytes} [Tue Jun 30 19:18:17 2026] GET /v2.0/networks/8a67a6a2-0fc2-41c1-9ba7-455706b90d75/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:18:17.365 7 INFO neutron.api.v2.resource [None req-ba3fce8a-5ecb-4f17-b8b0-62edb00a0c37 23e5086076ba4479bbd570a01a8d6d5c b5fd3edef54d4c65b9b447571c1231db - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1589/3182] 10.0.0.222 () {32 vars in 745 bytes} [Tue Jun 30 19:18:17 2026] GET /v2.0/networks/8a67a6a2-0fc2-41c1-9ba7-455706b90d75/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3183] 10.0.0.222 () {32 vars in 744 bytes} [Tue Jun 30 19:18:17 2026] DELETE /v2.0/networks/8a67a6a2-0fc2-41c1-9ba7-455706b90d75/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3184] 10.0.0.222 () {32 vars in 733 bytes} [Tue Jun 30 19:18:17 2026] GET /v2.0/networks/8a67a6a2-0fc2-41c1-9ba7-455706b90d75/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:18:17.511 8 INFO neutron.api.v2.resource [None req-4fb01ecc-87b3-4e6f-a2e5-456668198cb1 23e5086076ba4479bbd570a01a8d6d5c b5fd3edef54d4c65b9b447571c1231db - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1595/3185] 10.0.0.222 () {32 vars in 748 bytes} [Tue Jun 30 19:18:17 2026] DELETE /v2.0/networks/8a67a6a2-0fc2-41c1-9ba7-455706b90d75/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3186] 10.0.0.222 () {32 vars in 736 bytes} [Tue Jun 30 19:18:17 2026] DELETE /v2.0/networks/8a67a6a2-0fc2-41c1-9ba7-455706b90d75/tags => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3187] 10.0.0.222 () {32 vars in 733 bytes} [Tue Jun 30 19:18:17 2026] GET /v2.0/networks/8a67a6a2-0fc2-41c1-9ba7-455706b90d75/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:18:17.726 7 INFO neutron.services.segments.plugin [-] Segment d6b73a61-f9d3-4f69-a1fd-269ae1e639ff resource provider aggregate not found 2026-06-30 19:18:17.734 7 INFO neutron.services.segments.plugin [-] Segment d6b73a61-f9d3-4f69-a1fd-269ae1e639ff resource provider aggregate not found 2026-06-30 19:18:17.742 7 INFO neutron.services.segments.plugin [-] Segment d6b73a61-f9d3-4f69-a1fd-269ae1e639ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6b73a61-f9d3-4f69-a1fd-269ae1e639ff found for delete ", "request_id": "req-a3a23027-846b-44de-884b-734104a6e322"}]} [pid: 7|app: 0|req: 1592/3188] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:18:17 2026] DELETE /v2.0/networks/8a67a6a2-0fc2-41c1-9ba7-455706b90d75 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:18:17.757 7 INFO neutron.services.segments.plugin [-] Segment d6b73a61-f9d3-4f69-a1fd-269ae1e639ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6b73a61-f9d3-4f69-a1fd-269ae1e639ff found for delete ", "request_id": "req-76463c85-71eb-4e2f-b691-0a9fd4ecae99"}]} [pid: 8|app: 0|req: 1597/3189] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:18:18 2026] GET /v2.0/security-groups?tenant_id=576fd7dbb92749349ac337e7a7001052&name=default => generated 2929 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3190] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:18:18 2026] DELETE /v2.0/security-groups/a0b4d02b-4fd5-460d-b202-f113ef993670 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3191] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:18:18 2026] GET /v2.0/security-groups?tenant_id=b5fd3edef54d4c65b9b447571c1231db&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3192] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:18:18 2026] DELETE /v2.0/security-groups/02e32793-be38-4fdc-8c96-625f4f699294 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:18:22.005 8 INFO neutron.db.segments_db [None req-556d346e-330b-488c-80e1-e6d405197f8e 05eb018b34744e54a6d37e758984a97c dc0fcb61e8aa4df0ba7d0e2a0325ff99 - - default default] Added segment d21307dd-4fe3-49aa-a22b-5b5f40c20077 of type vxlan for network 9e7cdb1e-f923-42d8-812f-d9341370ad9d 2026-06-30 19:18:22.236 8 INFO neutron.db.l3_hamode_db [None req-556d346e-330b-488c-80e1-e6d405197f8e 05eb018b34744e54a6d37e758984a97c dc0fcb61e8aa4df0ba7d0e2a0325ff99 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:18:22.344 8 INFO neutron.db.l3_hamode_db [None req-556d346e-330b-488c-80e1-e6d405197f8e 05eb018b34744e54a6d37e758984a97c dc0fcb61e8aa4df0ba7d0e2a0325ff99 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1599/3193] 10.0.0.222 () {34 vars in 668 bytes} [Tue Jun 30 19:18:21 2026] POST /v2.0/routers => generated 474 bytes in 1074 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3194] 10.0.0.222 () {34 vars in 751 bytes} [Tue Jun 30 19:18:22 2026] PUT /v2.0/routers/53cdcdf1-a03f-41b4-a231-2e05192d85fb/tags => generated 25 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3195] 10.0.0.222 () {32 vars in 731 bytes} [Tue Jun 30 19:18:23 2026] GET /v2.0/routers/53cdcdf1-a03f-41b4-a231-2e05192d85fb/tags => generated 25 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3196] 10.0.0.222 () {34 vars in 762 bytes} [Tue Jun 30 19:18:23 2026] PUT /v2.0/routers/53cdcdf1-a03f-41b4-a231-2e05192d85fb/tags/green => generated 4 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3197] 10.0.0.222 () {32 vars in 731 bytes} [Tue Jun 30 19:18:23 2026] GET /v2.0/routers/53cdcdf1-a03f-41b4-a231-2e05192d85fb/tags => generated 34 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3198] 10.0.0.222 () {34 vars in 758 bytes} [Tue Jun 30 19:18:23 2026] PUT /v2.0/routers/53cdcdf1-a03f-41b4-a231-2e05192d85fb/tags/red => generated 4 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3199] 10.0.0.222 () {32 vars in 731 bytes} [Tue Jun 30 19:18:23 2026] GET /v2.0/routers/53cdcdf1-a03f-41b4-a231-2e05192d85fb/tags => generated 34 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3200] 10.0.0.222 () {34 vars in 780 bytes} [Tue Jun 30 19:18:23 2026] PUT /v2.0/routers/53cdcdf1-a03f-41b4-a231-2e05192d85fb/tags/black.or.white => generated 4 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3201] 10.0.0.222 () {32 vars in 731 bytes} [Tue Jun 30 19:18:23 2026] GET /v2.0/routers/53cdcdf1-a03f-41b4-a231-2e05192d85fb/tags => generated 52 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3202] 10.0.0.222 () {34 vars in 751 bytes} [Tue Jun 30 19:18:23 2026] PUT /v2.0/routers/53cdcdf1-a03f-41b4-a231-2e05192d85fb/tags => generated 37 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3203] 10.0.0.222 () {32 vars in 731 bytes} [Tue Jun 30 19:18:24 2026] GET /v2.0/routers/53cdcdf1-a03f-41b4-a231-2e05192d85fb/tags => generated 37 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3204] 10.0.0.222 () {32 vars in 739 bytes} [Tue Jun 30 19:18:24 2026] GET /v2.0/routers/53cdcdf1-a03f-41b4-a231-2e05192d85fb/tags/red => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:18:24.318 8 INFO neutron.api.v2.resource [None req-a95293c2-3e10-4676-aea5-43a1441bbb52 05eb018b34744e54a6d37e758984a97c dc0fcb61e8aa4df0ba7d0e2a0325ff99 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1605/3205] 10.0.0.222 () {32 vars in 743 bytes} [Tue Jun 30 19:18:24 2026] GET /v2.0/routers/53cdcdf1-a03f-41b4-a231-2e05192d85fb/tags/green => generated 99 bytes in 81 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3206] 10.0.0.222 () {32 vars in 742 bytes} [Tue Jun 30 19:18:24 2026] DELETE /v2.0/routers/53cdcdf1-a03f-41b4-a231-2e05192d85fb/tags/red => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3207] 10.0.0.222 () {32 vars in 731 bytes} [Tue Jun 30 19:18:24 2026] GET /v2.0/routers/53cdcdf1-a03f-41b4-a231-2e05192d85fb/tags => generated 30 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:18:24.611 7 INFO neutron.api.v2.resource [None req-6ec31106-8426-42d3-b0e2-a89f852b4019 05eb018b34744e54a6d37e758984a97c dc0fcb61e8aa4df0ba7d0e2a0325ff99 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1602/3208] 10.0.0.222 () {32 vars in 746 bytes} [Tue Jun 30 19:18:24 2026] DELETE /v2.0/routers/53cdcdf1-a03f-41b4-a231-2e05192d85fb/tags/green => generated 99 bytes in 92 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3209] 10.0.0.222 () {32 vars in 734 bytes} [Tue Jun 30 19:18:24 2026] DELETE /v2.0/routers/53cdcdf1-a03f-41b4-a231-2e05192d85fb/tags => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3210] 10.0.0.222 () {32 vars in 731 bytes} [Tue Jun 30 19:18:24 2026] GET /v2.0/routers/53cdcdf1-a03f-41b4-a231-2e05192d85fb/tags => generated 12 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3211] 10.0.0.222 () {32 vars in 721 bytes} [Tue Jun 30 19:18:24 2026] GET /v2.0/routers/53cdcdf1-a03f-41b4-a231-2e05192d85fb => generated 480 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3212] 10.0.0.222 () {34 vars in 742 bytes} [Tue Jun 30 19:18:24 2026] PUT /v2.0/routers/53cdcdf1-a03f-41b4-a231-2e05192d85fb => generated 480 bytes in 484 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3213] 10.0.0.222 () {32 vars in 736 bytes} [Tue Jun 30 19:18:25 2026] GET /v2.0/ports?device_id=53cdcdf1-a03f-41b4-a231-2e05192d85fb => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:18:25.517 7 INFO neutron_taas.services.taas.taas_plugin [None req-ec3791e3-ff2c-4742-9c17-19ad39525437 05eb018b34744e54a6d37e758984a97c dc0fcb61e8aa4df0ba7d0e2a0325ff99 - - default default] TaaS: Handle Delete Port: 028d7d4d-40f5-4ab9-bffa-9e988fc64751 2026-06-30 19:18:25.520 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec3791e3-ff2c-4742-9c17-19ad39525437 05eb018b34744e54a6d37e758984a97c dc0fcb61e8aa4df0ba7d0e2a0325ff99 - - default default] Tap Mirror: Handle Delete Port: 028d7d4d-40f5-4ab9-bffa-9e988fc64751 2026-06-30 19:18:25.782 7 INFO neutron.services.segments.plugin [-] Segment d21307dd-4fe3-49aa-a22b-5b5f40c20077 resource provider aggregate not found 2026-06-30 19:18:25.785 7 INFO neutron.services.segments.plugin [-] Segment d21307dd-4fe3-49aa-a22b-5b5f40c20077 resource provider aggregate not found 2026-06-30 19:18:25.800 7 INFO neutron.services.segments.plugin [-] Segment d21307dd-4fe3-49aa-a22b-5b5f40c20077 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d21307dd-4fe3-49aa-a22b-5b5f40c20077 found for delete ", "request_id": "req-12feb6f8-5cf3-417d-a58b-f8eb5d3b1515"}]} 2026-06-30 19:18:25.804 7 INFO neutron.services.segments.plugin [-] Segment d21307dd-4fe3-49aa-a22b-5b5f40c20077 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d21307dd-4fe3-49aa-a22b-5b5f40c20077 found for delete ", "request_id": "req-f683139b-21d2-4082-ba92-74837b1df549"}]} 2026-06-30 19:18:25.809 7 INFO neutron.db.l3_hamode_db [None req-ec3791e3-ff2c-4742-9c17-19ad39525437 05eb018b34744e54a6d37e758984a97c dc0fcb61e8aa4df0ba7d0e2a0325ff99 - - default default] HA network 9e7cdb1e-f923-42d8-812f-d9341370ad9d was deleted as no HA routers are present in tenant dc0fcb61e8aa4df0ba7d0e2a0325ff99. [pid: 7|app: 0|req: 1605/3214] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:18:25 2026] DELETE /v2.0/routers/53cdcdf1-a03f-41b4-a231-2e05192d85fb => generated 0 bytes in 447 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3215] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:18:26 2026] GET /v2.0/security-groups?tenant_id=dc0fcb61e8aa4df0ba7d0e2a0325ff99&name=default => generated 2929 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3216] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:18:26 2026] DELETE /v2.0/security-groups/33cb29cf-6983-40a9-a2a6-e9f8eceed508 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3217] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:18:26 2026] GET /v2.0/security-groups?tenant_id=2d9e3c5d8c2f451e924a07ab3dd62a69&name=default => generated 2929 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3218] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:18:26 2026] DELETE /v2.0/security-groups/5b5e03ec-c14a-4c89-8646-5efe61340ab8 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:18:30.361 8 INFO neutron.db.segments_db [None req-27e102f7-3d1d-48bf-b5b8-fc858f1ec8df 9ed953c3aac348c58d615141f4cae00a 205ea40b9ffc4ee1ab728dd2de63fc65 - - default default] Added segment 67be1fc9-ac72-4e06-a263-cc3e721bedce of type vxlan for network f08b38a4-410e-45c3-b96a-38889f1587cf [pid: 8|app: 0|req: 1612/3219] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:18:30 2026] POST /v2.0/networks => generated 632 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3220] 10.0.0.222 () {34 vars in 669 bytes} [Tue Jun 30 19:18:30 2026] POST /v2.0/subnets => generated 626 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3221] 10.0.0.222 () {34 vars in 751 bytes} [Tue Jun 30 19:18:30 2026] PUT /v2.0/subnets/ecb83671-9bf2-49db-8c12-cc122dd27f07/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3222] 10.0.0.222 () {32 vars in 731 bytes} [Tue Jun 30 19:18:30 2026] GET /v2.0/subnets/ecb83671-9bf2-49db-8c12-cc122dd27f07/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3223] 10.0.0.222 () {34 vars in 762 bytes} [Tue Jun 30 19:18:30 2026] PUT /v2.0/subnets/ecb83671-9bf2-49db-8c12-cc122dd27f07/tags/green => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3224] 10.0.0.222 () {32 vars in 731 bytes} [Tue Jun 30 19:18:30 2026] GET /v2.0/subnets/ecb83671-9bf2-49db-8c12-cc122dd27f07/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3225] 10.0.0.222 () {34 vars in 758 bytes} [Tue Jun 30 19:18:30 2026] PUT /v2.0/subnets/ecb83671-9bf2-49db-8c12-cc122dd27f07/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3226] 10.0.0.222 () {32 vars in 731 bytes} [Tue Jun 30 19:18:30 2026] GET /v2.0/subnets/ecb83671-9bf2-49db-8c12-cc122dd27f07/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3227] 10.0.0.222 () {34 vars in 780 bytes} [Tue Jun 30 19:18:31 2026] PUT /v2.0/subnets/ecb83671-9bf2-49db-8c12-cc122dd27f07/tags/black.or.white => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3228] 10.0.0.222 () {32 vars in 731 bytes} [Tue Jun 30 19:18:31 2026] GET /v2.0/subnets/ecb83671-9bf2-49db-8c12-cc122dd27f07/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3229] 10.0.0.222 () {34 vars in 751 bytes} [Tue Jun 30 19:18:31 2026] PUT /v2.0/subnets/ecb83671-9bf2-49db-8c12-cc122dd27f07/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3232] 10.0.0.222 () {32 vars in 731 bytes} [Tue Jun 30 19:18:31 2026] GET /v2.0/subnets/ecb83671-9bf2-49db-8c12-cc122dd27f07/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3233] 10.0.0.222 () {32 vars in 739 bytes} [Tue Jun 30 19:18:31 2026] GET /v2.0/subnets/ecb83671-9bf2-49db-8c12-cc122dd27f07/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:18:31.306 7 INFO neutron.api.v2.resource [None req-cd21ac4d-3bf3-4b48-b758-f86e4c4fbd1e 9ed953c3aac348c58d615141f4cae00a 205ea40b9ffc4ee1ab728dd2de63fc65 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1615/3234] 10.0.0.222 () {32 vars in 743 bytes} [Tue Jun 30 19:18:31 2026] GET /v2.0/subnets/ecb83671-9bf2-49db-8c12-cc122dd27f07/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3235] 10.0.0.222 () {32 vars in 742 bytes} [Tue Jun 30 19:18:31 2026] DELETE /v2.0/subnets/ecb83671-9bf2-49db-8c12-cc122dd27f07/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3236] 10.0.0.222 () {32 vars in 731 bytes} [Tue Jun 30 19:18:31 2026] GET /v2.0/subnets/ecb83671-9bf2-49db-8c12-cc122dd27f07/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:18:31.453 8 INFO neutron.api.v2.resource [None req-cf637d26-d4c5-4810-9d44-466560d2a549 9ed953c3aac348c58d615141f4cae00a 205ea40b9ffc4ee1ab728dd2de63fc65 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1621/3237] 10.0.0.222 () {32 vars in 746 bytes} [Tue Jun 30 19:18:31 2026] DELETE /v2.0/subnets/ecb83671-9bf2-49db-8c12-cc122dd27f07/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3238] 10.0.0.222 () {32 vars in 734 bytes} [Tue Jun 30 19:18:31 2026] DELETE /v2.0/subnets/ecb83671-9bf2-49db-8c12-cc122dd27f07/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3239] 10.0.0.222 () {32 vars in 731 bytes} [Tue Jun 30 19:18:31 2026] GET /v2.0/subnets/ecb83671-9bf2-49db-8c12-cc122dd27f07/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3240] 10.0.0.222 () {32 vars in 724 bytes} [Tue Jun 30 19:18:31 2026] DELETE /v2.0/subnets/ecb83671-9bf2-49db-8c12-cc122dd27f07 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:18:31.770 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4b1e882-3550-4fae-beea-e3fd1108fe57 9ed953c3aac348c58d615141f4cae00a 205ea40b9ffc4ee1ab728dd2de63fc65 - - default default] TaaS: Handle Delete Port: 570af1eb-2925-413b-b85b-41f7b6c63f72 2026-06-30 19:18:31.772 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4b1e882-3550-4fae-beea-e3fd1108fe57 9ed953c3aac348c58d615141f4cae00a 205ea40b9ffc4ee1ab728dd2de63fc65 - - default default] Tap Mirror: Handle Delete Port: 570af1eb-2925-413b-b85b-41f7b6c63f72 2026-06-30 19:18:31.939 8 INFO neutron.services.segments.plugin [-] Segment 67be1fc9-ac72-4e06-a263-cc3e721bedce resource provider aggregate not found 2026-06-30 19:18:31.943 8 INFO neutron.services.segments.plugin [-] Segment 67be1fc9-ac72-4e06-a263-cc3e721bedce resource provider aggregate not found 2026-06-30 19:18:31.959 8 INFO neutron.services.segments.plugin [-] Segment 67be1fc9-ac72-4e06-a263-cc3e721bedce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67be1fc9-ac72-4e06-a263-cc3e721bedce found for delete ", "request_id": "req-ef70af1e-7f36-4eca-8647-a5034b511588"}]} 2026-06-30 19:18:31.964 8 INFO neutron.services.segments.plugin [-] Segment 67be1fc9-ac72-4e06-a263-cc3e721bedce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67be1fc9-ac72-4e06-a263-cc3e721bedce found for delete ", "request_id": "req-2cf756ab-26f5-4f8e-a4a6-028fc44b0b9e"}]} [pid: 8|app: 0|req: 1623/3241] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:18:31 2026] DELETE /v2.0/networks/f08b38a4-410e-45c3-b96a-38889f1587cf => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3242] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:18:32 2026] GET /v2.0/security-groups?tenant_id=205ea40b9ffc4ee1ab728dd2de63fc65&name=default => generated 2929 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3243] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:18:32 2026] DELETE /v2.0/security-groups/a25d465b-9003-4d8c-bba4-dddfdf431462 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3244] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:18:32 2026] GET /v2.0/security-groups?tenant_id=502c7c76469b447ba1d5cf16acc71c66&name=default => generated 2929 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3245] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:18:33 2026] DELETE /v2.0/security-groups/1b47190b-8ef4-47f0-93e4-6e3de18c0b95 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:18:36.437 7 INFO neutron.db.segments_db [None req-bc789da7-5413-4a7c-aa43-d1101744fe23 c156a17aaf834c6390e911b31983486b 6735e8f7d4e94511836d31d30be37703 - - default default] Added segment 4405b7c7-5231-4307-b9ac-57109eb6a1ba of type vxlan for network 9b898794-9f96-430c-8442-91f8425198ae [pid: 7|app: 0|req: 1621/3246] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:18:36 2026] POST /v2.0/networks => generated 632 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:18:36.566 8 INFO neutron.db.segments_db [None req-8724b6b3-61b7-4797-aebb-92c11bae8b49 c156a17aaf834c6390e911b31983486b 6735e8f7d4e94511836d31d30be37703 - - default default] Added segment a760d8ad-acc5-45a6-98a8-031a060ffe97 of type vxlan for network 7334853e-2777-4315-bd07-6a6bf8945fe9 [pid: 8|app: 0|req: 1626/3247] 10.0.0.222 () {34 vars in 670 bytes} [Tue Jun 30 19:18:36 2026] POST /v2.0/networks => generated 632 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3248] 10.0.0.222 () {34 vars in 753 bytes} [Tue Jun 30 19:18:36 2026] PUT /v2.0/networks/9b898794-9f96-430c-8442-91f8425198ae/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3249] 10.0.0.222 () {32 vars in 733 bytes} [Tue Jun 30 19:18:36 2026] GET /v2.0/networks/9b898794-9f96-430c-8442-91f8425198ae/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3250] 10.0.0.222 () {34 vars in 753 bytes} [Tue Jun 30 19:18:36 2026] PUT /v2.0/networks/7334853e-2777-4315-bd07-6a6bf8945fe9/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3251] 10.0.0.222 () {32 vars in 733 bytes} [Tue Jun 30 19:18:36 2026] GET /v2.0/networks/7334853e-2777-4315-bd07-6a6bf8945fe9/tags => generated 17 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3252] 10.0.0.222 () {34 vars in 753 bytes} [Tue Jun 30 19:18:36 2026] PUT /v2.0/networks/7334853e-2777-4315-bd07-6a6bf8945fe9/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3253] 10.0.0.222 () {32 vars in 733 bytes} [Tue Jun 30 19:18:36 2026] GET /v2.0/networks/7334853e-2777-4315-bd07-6a6bf8945fe9/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3254] 10.0.0.222 () {32 vars in 733 bytes} [Tue Jun 30 19:18:36 2026] GET /v2.0/networks/9b898794-9f96-430c-8442-91f8425198ae/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:18:37.094 8 INFO neutron.services.segments.plugin [-] Segment 4405b7c7-5231-4307-b9ac-57109eb6a1ba resource provider aggregate not found 2026-06-30 19:18:37.104 8 INFO neutron.services.segments.plugin [-] Segment 4405b7c7-5231-4307-b9ac-57109eb6a1ba resource provider aggregate not found 2026-06-30 19:18:37.117 8 INFO neutron.services.segments.plugin [-] Segment 4405b7c7-5231-4307-b9ac-57109eb6a1ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4405b7c7-5231-4307-b9ac-57109eb6a1ba found for delete ", "request_id": "req-d2764f3d-8b62-4fa6-972f-e9fac1913372"}]} 2026-06-30 19:18:37.121 8 INFO neutron.services.segments.plugin [-] Segment 4405b7c7-5231-4307-b9ac-57109eb6a1ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4405b7c7-5231-4307-b9ac-57109eb6a1ba found for delete ", "request_id": "req-d85dff00-8be6-49f5-a507-167fe69f464a"}]} [pid: 8|app: 0|req: 1630/3255] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:18:36 2026] DELETE /v2.0/networks/9b898794-9f96-430c-8442-91f8425198ae => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:18:37.243 7 INFO neutron.services.segments.plugin [-] Segment a760d8ad-acc5-45a6-98a8-031a060ffe97 resource provider aggregate not found 2026-06-30 19:18:37.248 7 INFO neutron.services.segments.plugin [-] Segment a760d8ad-acc5-45a6-98a8-031a060ffe97 resource provider aggregate not found 2026-06-30 19:18:37.259 7 INFO neutron.services.segments.plugin [-] Segment a760d8ad-acc5-45a6-98a8-031a060ffe97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a760d8ad-acc5-45a6-98a8-031a060ffe97 found for delete ", "request_id": "req-7f45dc98-eea3-4fec-8091-a82b703ea20a"}]} 2026-06-30 19:18:37.268 7 INFO neutron.services.segments.plugin [-] Segment a760d8ad-acc5-45a6-98a8-031a060ffe97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a760d8ad-acc5-45a6-98a8-031a060ffe97 found for delete ", "request_id": "req-8e546b93-9875-4e84-8ce6-dcf6a10ba48d"}]} [pid: 7|app: 0|req: 1626/3256] 10.0.0.222 () {32 vars in 726 bytes} [Tue Jun 30 19:18:37 2026] DELETE /v2.0/networks/7334853e-2777-4315-bd07-6a6bf8945fe9 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3257] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:18:37 2026] GET /v2.0/security-groups?tenant_id=6735e8f7d4e94511836d31d30be37703&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3258] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:18:38 2026] DELETE /v2.0/security-groups/acd91190-6dd9-4eab-b61b-bfa9f8de77db => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3259] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:18:38 2026] GET /v2.0/security-groups?tenant_id=f0174281c2564edc8dd9d9d597c1d974&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3260] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:18:38 2026] DELETE /v2.0/security-groups/ea55f9a8-fbec-42bc-9f7b-822f0d92aea4 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3261] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:18:41 2026] GET /v2.0/security-groups?tenant_id=a2c6b84c706248b0b009e9b5ef893e77&name=default => generated 2929 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3262] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:18:41 2026] DELETE /v2.0/security-groups/1da32943-15fc-45d2-ba94-0b7a551d6dcc => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3263] 10.0.0.222 () {32 vars in 774 bytes} [Tue Jun 30 19:18:41 2026] GET /v2.0/security-groups?tenant_id=889c051b333e4757b94a9d8fb57d0ed9&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3264] 10.0.0.222 () {32 vars in 740 bytes} [Tue Jun 30 19:18:42 2026] DELETE /v2.0/security-groups/ced05e81-f989-483f-9ac1-3e7bea35ee8d => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3265] 10.0.0.222 () {32 vars in 649 bytes} [Tue Jun 30 19:18:44 2026] GET /v2.0/networks => generated 2168 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3266] 10.0.0.222 () {32 vars in 655 bytes} [Tue Jun 30 19:18:45 2026] GET /v2.0/floatingips => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3267] 10.0.0.222 () {32 vars in 647 bytes} [Tue Jun 30 19:18:45 2026] GET /v2.0/routers => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3268] 10.0.0.222 () {32 vars in 643 bytes} [Tue Jun 30 19:18:45 2026] GET /v2.0/ports => generated 4721 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3269] 10.0.0.222 () {32 vars in 647 bytes} [Tue Jun 30 19:18:45 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3270] 10.0.0.222 () {32 vars in 649 bytes} [Tue Jun 30 19:18:45 2026] GET /v2.0/networks => generated 2168 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3271] 10.0.0.222 () {32 vars in 663 bytes} [Tue Jun 30 19:18:45 2026] GET /v2.0/security-groups => generated 17397 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3272] 10.0.0.222 () {32 vars in 655 bytes} [Tue Jun 30 19:18:46 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)