+ 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 [Thu Jul 2 05:45:14 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-75f4765669-snzls 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 0x7fa349cd6668 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-07-02 05:45:18.215 7 INFO neutron.common.config [-] Logging enabled! 2026-07-02 05:45:18.216 7 INFO neutron.common.config [-] uwsgi version 26.0.5.dev1 2026-07-02 05:45:18.272 8 INFO neutron.common.config [-] Logging enabled! 2026-07-02 05:45:18.273 8 INFO neutron.common.config [-] uwsgi version 26.0.5.dev1 2026-07-02 05:45:19.225 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-02 05:45:19.339 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-02 05:45:20.584 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 05:45:20.587 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-02 05:45:20.591 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-02 05:45:20.591 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 05:45:20.592 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-02 05:45:20.592 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-02 05:45:20.592 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 05:45:20.600 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 05:45:20.600 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 05:45:20.600 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 05:45:20.622 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-02 05:45:20.623 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 05:45:20.623 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-02 05:45:20.667 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-02 05:45:20.668 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-02 05:45:20.668 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-02 05:45:20.668 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-02 05:45:20.707 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 05:45:20.710 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-02 05:45:20.714 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-02 05:45:20.715 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 05:45:20.715 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-02 05:45:20.715 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-02 05:45:20.715 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 05:45:20.724 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 05:45:20.724 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 05:45:20.724 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 05:45:20.747 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-02 05:45:20.748 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 05:45:20.748 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-02 05:45:20.794 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-02 05:45:20.795 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-02 05:45:20.795 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-02 05:45:20.795 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-02 05:45:20.947 7 INFO neutron.plugins.ml2.managers [None req-42be62e5-3a2b-42f4-a3c1-583a74959da9 - - - - - -] Initializing driver for type 'vlan' 2026-07-02 05:45:21.096 8 INFO neutron.plugins.ml2.managers [None req-5563dcd5-2924-4787-85d3-ab176205867a - - - - - -] Initializing driver for type 'vlan' 2026-07-02 05:45:21.221 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-42be62e5-3a2b-42f4-a3c1-583a74959da9 - - - - - -] VlanTypeDriver initialization complete 2026-07-02 05:45:21.222 7 INFO neutron.plugins.ml2.managers [None req-42be62e5-3a2b-42f4-a3c1-583a74959da9 - - - - - -] Initializing driver for type 'vxlan' 2026-07-02 05:45:21.222 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-42be62e5-3a2b-42f4-a3c1-583a74959da9 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-02 05:45:21.240 7 INFO neutron.plugins.ml2.managers [None req-42be62e5-3a2b-42f4-a3c1-583a74959da9 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-02 05:45:21.241 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-42be62e5-3a2b-42f4-a3c1-583a74959da9 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-02 05:45:21.241 7 INFO neutron.plugins.ml2.managers [None req-42be62e5-3a2b-42f4-a3c1-583a74959da9 - - - - - -] Initializing extension driver 'port_security' 2026-07-02 05:45:21.241 7 INFO neutron.plugins.ml2.extensions.port_security [None req-42be62e5-3a2b-42f4-a3c1-583a74959da9 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-02 05:45:21.241 7 INFO neutron.plugins.ml2.managers [None req-42be62e5-3a2b-42f4-a3c1-583a74959da9 - - - - - -] Initializing extension driver 'qos' 2026-07-02 05:45:21.241 7 INFO neutron.plugins.ml2.managers [None req-42be62e5-3a2b-42f4-a3c1-583a74959da9 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-02 05:45:21.242 7 INFO neutron.plugins.ml2.managers [None req-42be62e5-3a2b-42f4-a3c1-583a74959da9 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-02 05:45:21.255 7 INFO neutron.quota [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded quota_driver: . 2026-07-02 05:45:21.256 7 INFO neutron.plugins.ml2.plugin [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Modular L2 Plugin initialization complete 2026-07-02 05:45:21.256 7 INFO neutron.plugins.ml2.managers [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-02 05:45:21.256 7 INFO neutron.plugins.ml2.managers [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-02 05:45:21.256 7 INFO neutron.plugins.ml2.managers [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-02 05:45:21.257 7 INFO neutron.extensions.vlantransparent [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Disabled vlantransparent extension. 2026-07-02 05:45:21.257 7 INFO neutron.extensions.qinq [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Disabled VLAN QinQ extension. 2026-07-02 05:45:21.257 7 INFO neutron.manager [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loading Plugin: qos 2026-07-02 05:45:21.270 7 INFO neutron.manager [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loading Plugin: router 2026-07-02 05:45:21.315 7 INFO neutron.services.service_base [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-02 05:45:21.315 7 INFO neutron.manager [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loading Plugin: segments 2026-07-02 05:45:21.387 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-5563dcd5-2924-4787-85d3-ab176205867a - - - - - -] VlanTypeDriver initialization complete 2026-07-02 05:45:21.387 8 INFO neutron.plugins.ml2.managers [None req-5563dcd5-2924-4787-85d3-ab176205867a - - - - - -] Initializing driver for type 'vxlan' 2026-07-02 05:45:21.388 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-5563dcd5-2924-4787-85d3-ab176205867a - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-02 05:45:21.400 8 INFO neutron.plugins.ml2.managers [None req-5563dcd5-2924-4787-85d3-ab176205867a - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-02 05:45:21.400 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-5563dcd5-2924-4787-85d3-ab176205867a - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-02 05:45:21.400 8 INFO neutron.plugins.ml2.managers [None req-5563dcd5-2924-4787-85d3-ab176205867a - - - - - -] Initializing extension driver 'port_security' 2026-07-02 05:45:21.400 8 INFO neutron.plugins.ml2.extensions.port_security [None req-5563dcd5-2924-4787-85d3-ab176205867a - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-02 05:45:21.400 8 INFO neutron.plugins.ml2.managers [None req-5563dcd5-2924-4787-85d3-ab176205867a - - - - - -] Initializing extension driver 'qos' 2026-07-02 05:45:21.401 8 INFO neutron.plugins.ml2.managers [None req-5563dcd5-2924-4787-85d3-ab176205867a - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-02 05:45:21.401 8 INFO neutron.plugins.ml2.managers [None req-5563dcd5-2924-4787-85d3-ab176205867a - - - - - -] Initializing mechanism driver 'l2population' 2026-07-02 05:45:21.407 7 INFO neutron.manager [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loading Plugin: trunk 2026-07-02 05:45:21.412 8 INFO neutron.quota [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded quota_driver: . 2026-07-02 05:45:21.413 8 INFO neutron.plugins.ml2.plugin [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Modular L2 Plugin initialization complete 2026-07-02 05:45:21.413 8 INFO neutron.plugins.ml2.managers [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-02 05:45:21.413 8 INFO neutron.plugins.ml2.managers [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-02 05:45:21.413 8 INFO neutron.plugins.ml2.managers [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Got port-security extension from driver 'port_security' 2026-07-02 05:45:21.413 8 INFO neutron.extensions.vlantransparent [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Disabled vlantransparent extension. 2026-07-02 05:45:21.413 8 INFO neutron.extensions.qinq [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Disabled VLAN QinQ extension. 2026-07-02 05:45:21.414 8 INFO neutron.manager [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loading Plugin: qos 2026-07-02 05:45:21.421 7 INFO neutron.manager [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loading Plugin: vpnaas 2026-07-02 05:45:21.426 8 INFO neutron.manager [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loading Plugin: router 2026-07-02 05:45:21.459 7 WARNING stevedore.named [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-02 05:45:21.459 7 WARNING stevedore.named [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 05:45:21.471 8 INFO neutron.services.service_base [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-02 05:45:21.471 8 INFO neutron.manager [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loading Plugin: segments 2026-07-02 05:45:21.527 7 INFO neutron_vpnaas.services.vpn.plugin [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-02 05:45:21.528 7 INFO neutron.common.utils [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-02 05:45:21.528 7 INFO neutron.manager [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loading Plugin: taas 2026-07-02 05:45:21.551 7 WARNING stevedore.named [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 05:45:21.563 8 INFO neutron.manager [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loading Plugin: trunk 2026-07-02 05:45:21.577 7 INFO neutron_taas.services.taas.taas_plugin [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-02 05:45:21.577 7 INFO neutron.manager [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loading Plugin: tapmirror 2026-07-02 05:45:21.578 8 INFO neutron.manager [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loading Plugin: vpnaas 2026-07-02 05:45:21.586 7 WARNING stevedore.named [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 05:45:21.602 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-02 05:45:21.603 7 INFO neutron.manager [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loading Plugin: auto_allocate 2026-07-02 05:45:21.608 7 INFO neutron.manager [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loading Plugin: tag 2026-07-02 05:45:21.616 7 INFO neutron.manager [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loading Plugin: timestamp 2026-07-02 05:45:21.618 7 INFO neutron.manager [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loading Plugin: network_ip_availability 2026-07-02 05:45:21.619 8 WARNING stevedore.named [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-02 05:45:21.619 8 WARNING stevedore.named [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 05:45:21.622 7 INFO neutron.manager [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loading Plugin: flavors 2026-07-02 05:45:21.626 7 INFO neutron.manager [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loading Plugin: revisions 2026-07-02 05:45:21.629 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Initializing extension manager. 2026-07-02 05:45:21.630 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: address-group 2026-07-02 05:45:21.632 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: address-scope 2026-07-02 05:45:21.632 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-02 05:45:21.633 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: agent 2026-07-02 05:45:21.634 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: agent-resources-synced 2026-07-02 05:45:21.635 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-02 05:45:21.635 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-02 05:45:21.636 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: availability_zone 2026-07-02 05:45:21.637 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: availability_zone_filter 2026-07-02 05:45:21.637 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-02 05:45:21.638 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: default-subnetpools 2026-07-02 05:45:21.639 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-02 05:45:21.640 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: dns-integration 2026-07-02 05:45:21.640 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: dns-domain-ports 2026-07-02 05:45:21.641 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-02 05:45:21.641 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: dvr 2026-07-02 05:45:21.642 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-02 05:45:21.642 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: empty-string-filtering 2026-07-02 05:45:21.643 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 05:45:21.643 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-02 05:45:21.644 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: external-net 2026-07-02 05:45:21.644 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-02 05:45:21.645 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: extraroute 2026-07-02 05:45:21.645 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: extraroute-atomic 2026-07-02 05:45:21.646 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-02 05:45:21.646 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-02 05:45:21.647 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-02 05:45:21.648 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-02 05:45:21.648 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: fip-port-details 2026-07-02 05:45:21.649 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: flavors 2026-07-02 05:45:21.650 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-02 05:45:21.651 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: floatingip-pools 2026-07-02 05:45:21.651 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: ip_allocation 2026-07-02 05:45:21.652 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-02 05:45:21.652 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: l2_adjacency 2026-07-02 05:45:21.653 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: router 2026-07-02 05:45:21.655 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 05:45:21.655 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-02 05:45:21.656 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-02 05:45:21.657 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: ext-gw-mode 2026-07-02 05:45:21.657 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: l3-ha 2026-07-02 05:45:21.657 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-02 05:45:21.658 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-02 05:45:21.659 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: l3-flavors 2026-07-02 05:45:21.660 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-02 05:45:21.661 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-02 05:45:21.663 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-02 05:45:21.664 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-02 05:45:21.665 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-02 05:45:21.666 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-02 05:45:21.667 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-02 05:45:21.668 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: multi-provider 2026-07-02 05:45:21.668 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: net-mtu 2026-07-02 05:45:21.669 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: net-mtu-writable 2026-07-02 05:45:21.669 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: network_availability_zone 2026-07-02 05:45:21.670 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: network_ha 2026-07-02 05:45:21.670 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: network-ip-availability 2026-07-02 05:45:21.671 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-02 05:45:21.672 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: pagination 2026-07-02 05:45:21.672 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: port-device-profile 2026-07-02 05:45:21.673 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-02 05:45:21.673 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-02 05:45:21.674 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-02 05:45:21.674 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: port-mac-override 2026-07-02 05:45:21.675 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-02 05:45:21.675 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-02 05:45:21.676 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-02 05:45:21.676 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: port-resource-request 2026-07-02 05:45:21.677 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-02 05:45:21.677 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-02 05:45:21.678 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: binding 2026-07-02 05:45:21.678 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: binding-extended 2026-07-02 05:45:21.679 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: port-security 2026-07-02 05:45:21.679 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: project-id 2026-07-02 05:45:21.681 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: provider 2026-07-02 05:45:21.681 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-02 05:45:21.683 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: qos 2026-07-02 05:45:21.684 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-02 05:45:21.685 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-02 05:45:21.685 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: qos-default 2026-07-02 05:45:21.686 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: qos-fip 2026-07-02 05:45:21.686 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-02 05:45:21.687 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-02 05:45:21.687 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-02 05:45:21.688 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-02 05:45:21.688 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-02 05:45:21.689 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: qos-pps 2026-07-02 05:45:21.689 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-02 05:45:21.690 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-02 05:45:21.690 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: qos-rules-alias 2026-07-02 05:45:21.691 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: quota-check-limit 2026-07-02 05:45:21.692 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-02 05:45:21.694 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: quotas 2026-07-02 05:45:21.695 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: quota_details 2026-07-02 05:45:21.696 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: rbac-policies 2026-07-02 05:45:21.697 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: rbac-address-group 2026-07-02 05:45:21.697 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: rbac-address-scope 2026-07-02 05:45:21.698 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: rbac-security-groups 2026-07-02 05:45:21.698 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-02 05:45:21.698 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: revision-if-match 2026-07-02 05:45:21.699 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-02 05:45:21.700 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: router_availability_zone 2026-07-02 05:45:21.700 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-02 05:45:21.703 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-02 05:45:21.704 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-02 05:45:21.704 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-02 05:45:21.705 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-02 05:45:21.705 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-02 05:45:21.706 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-02 05:45:21.710 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: security-group 2026-07-02 05:45:21.711 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: segment 2026-07-02 05:45:21.712 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-02 05:45:21.712 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: service-type 2026-07-02 05:45:21.713 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: sorting 2026-07-02 05:45:21.713 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: standard-attr-segment 2026-07-02 05:45:21.714 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: standard-attr-description 2026-07-02 05:45:21.714 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: stateful-security-group 2026-07-02 05:45:21.715 7 WARNING neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-02 05:45:21.715 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-02 05:45:21.716 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: subnet-external-network 2026-07-02 05:45:21.717 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: subnet_onboard 2026-07-02 05:45:21.717 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-02 05:45:21.718 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: subnet-service-types 2026-07-02 05:45:21.718 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: subnet_allocation 2026-07-02 05:45:21.719 8 INFO neutron_vpnaas.services.vpn.plugin [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-02 05:45:21.719 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-02 05:45:21.719 8 INFO neutron.common.utils [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-02 05:45:21.719 8 INFO neutron.manager [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loading Plugin: taas 2026-07-02 05:45:21.720 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: tag-creation 2026-07-02 05:45:21.720 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-02 05:45:21.725 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: standard-attr-tag 2026-07-02 05:45:21.725 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-02 05:45:21.726 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: trunk 2026-07-02 05:45:21.726 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: trunk-details 2026-07-02 05:45:21.727 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-02 05:45:21.727 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-02 05:45:21.728 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-02 05:45:21.729 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-02 05:45:21.731 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-02 05:45:21.731 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-02 05:45:21.732 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: vpn-flavors 2026-07-02 05:45:21.734 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: vpnaas 2026-07-02 05:45:21.735 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: taas 2026-07-02 05:45:21.736 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: tap-mirror 2026-07-02 05:45:21.736 7 INFO neutron.api.extensions [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-02 05:45:21.739 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-02 05:45:21.739 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-02 05:45:21.740 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 05:45:21.740 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-02 05:45:21.743 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-02 05:45:21.743 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-02 05:45:21.748 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-02 05:45:21.749 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-02 05:45:21.749 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-02 05:45:21.750 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 05:45:21.750 7 WARNING neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] subnetpool is already registered 2026-07-02 05:45:21.750 8 WARNING stevedore.named [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 05:45:21.751 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 05:45:21.751 7 WARNING neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] subnetpool is already registered 2026-07-02 05:45:21.751 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-02 05:45:21.752 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 05:45:21.752 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 05:45:21.752 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-02 05:45:21.753 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-02 05:45:21.753 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-02 05:45:21.754 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 05:45:21.754 7 WARNING neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] ipsecpolicy is already registered 2026-07-02 05:45:21.754 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 05:45:21.754 7 WARNING neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] ikepolicy is already registered 2026-07-02 05:45:21.759 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-02 05:45:21.759 7 WARNING neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] router is already registered 2026-07-02 05:45:21.760 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-02 05:45:21.760 7 WARNING neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] floatingip is already registered 2026-07-02 05:45:21.763 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-02 05:45:21.764 7 WARNING neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] rbac_policy is already registered 2026-07-02 05:45:21.764 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-02 05:45:21.764 7 WARNING neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] security_group is already registered 2026-07-02 05:45:21.765 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-02 05:45:21.765 7 WARNING neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] security_group_rule is already registered 2026-07-02 05:45:21.766 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 05:45:21.766 7 WARNING neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] subnetpool is already registered 2026-07-02 05:45:21.766 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 05:45:21.766 7 WARNING neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] subnetpool is already registered 2026-07-02 05:45:21.767 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-02 05:45:21.767 7 WARNING neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] trunk is already registered 2026-07-02 05:45:21.767 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 05:45:21.767 7 WARNING neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] ikepolicy is already registered 2026-07-02 05:45:21.768 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 05:45:21.768 7 WARNING neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] ipsecpolicy is already registered 2026-07-02 05:45:21.768 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-02 05:45:21.768 7 WARNING neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] endpoint_group is already registered 2026-07-02 05:45:21.769 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-02 05:45:21.769 7 WARNING neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] vpnservice is already registered 2026-07-02 05:45:21.769 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-02 05:45:21.770 7 WARNING neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] ipsec_site_connection is already registered 2026-07-02 05:45:21.770 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 05:45:21.770 7 WARNING neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] ipsecpolicy is already registered 2026-07-02 05:45:21.770 7 INFO neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 05:45:21.771 7 WARNING neutron.quota.resource_registry [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] ikepolicy is already registered 2026-07-02 05:45:21.777 8 INFO neutron_taas.services.taas.taas_plugin [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-02 05:45:21.777 8 INFO neutron.manager [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loading Plugin: tapmirror 2026-07-02 05:45:21.793 8 WARNING stevedore.named [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 05:45:21.810 7 WARNING keystonemiddleware._common.config [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-02 05:45:21.812 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-02 05:45:21.813 8 INFO neutron.manager [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loading Plugin: auto_allocate 2026-07-02 05:45:21.817 7 WARNING oslo_config.cfg [None req-0c1317d2-09a2-4da6-bfd3-3be3bd188e28 - - - - - -] 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 7 seconds on interpreter 0x7fa349cd6668 pid: 7 (default app) 2026-07-02 05:45:21.819 8 INFO neutron.manager [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loading Plugin: tag 2026-07-02 05:45:21.830 8 INFO neutron.manager [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loading Plugin: timestamp 2026-07-02 05:45:21.833 8 INFO neutron.manager [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loading Plugin: network_ip_availability 2026-07-02 05:45:21.837 8 INFO neutron.manager [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loading Plugin: flavors 2026-07-02 05:45:21.857 8 INFO neutron.manager [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loading Plugin: revisions 2026-07-02 05:45:21.874 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Initializing extension manager. 2026-07-02 05:45:21.876 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: address-group 2026-07-02 05:45:21.918 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: address-scope 2026-07-02 05:45:21.919 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-02 05:45:21.920 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: agent 2026-07-02 05:45:21.922 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: agent-resources-synced 2026-07-02 05:45:21.923 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: allowed-address-pairs 2026-07-02 05:45:21.924 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: auto-allocated-topology 2026-07-02 05:45:21.925 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: availability_zone 2026-07-02 05:45:21.925 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: availability_zone_filter 2026-07-02 05:45:21.926 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-02 05:45:21.926 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: default-subnetpools 2026-07-02 05:45:21.928 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-02 05:45:21.928 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: dns-integration 2026-07-02 05:45:21.929 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: dns-domain-ports 2026-07-02 05:45:21.930 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-02 05:45:21.930 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: dvr 2026-07-02 05:45:21.931 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-02 05:45:21.931 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: empty-string-filtering 2026-07-02 05:45:21.932 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 05:45:21.932 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-02 05:45:21.933 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: external-net 2026-07-02 05:45:21.933 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-02 05:45:21.934 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: extraroute 2026-07-02 05:45:21.934 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: extraroute-atomic 2026-07-02 05:45:21.935 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-02 05:45:21.936 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-02 05:45:21.936 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-02 05:45:21.937 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-02 05:45:21.937 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: fip-port-details 2026-07-02 05:45:21.938 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: flavors 2026-07-02 05:45:21.939 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-02 05:45:21.940 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: floatingip-pools 2026-07-02 05:45:21.941 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: ip_allocation 2026-07-02 05:45:21.941 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: ip-substring-filtering 2026-07-02 05:45:21.942 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: l2_adjacency 2026-07-02 05:45:21.943 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: router 2026-07-02 05:45:21.944 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 05:45:21.945 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-02 05:45:21.946 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-02 05:45:21.946 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: ext-gw-mode 2026-07-02 05:45:21.947 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: l3-ha 2026-07-02 05:45:21.947 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-02 05:45:21.948 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-02 05:45:21.948 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: l3-flavors 2026-07-02 05:45:21.949 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-02 05:45:21.950 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-02 05:45:21.953 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-02 05:45:21.954 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-02 05:45:21.955 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-02 05:45:21.956 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-02 05:45:21.957 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-02 05:45:21.957 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: multi-provider 2026-07-02 05:45:21.958 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: net-mtu 2026-07-02 05:45:21.958 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: net-mtu-writable 2026-07-02 05:45:21.959 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: network_availability_zone 2026-07-02 05:45:21.959 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: network_ha 2026-07-02 05:45:21.960 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: network-ip-availability 2026-07-02 05:45:21.961 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-02 05:45:21.961 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: pagination 2026-07-02 05:45:21.962 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: port-device-profile 2026-07-02 05:45:21.962 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-02 05:45:21.963 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-02 05:45:21.963 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-02 05:45:21.964 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: port-mac-override 2026-07-02 05:45:21.965 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-02 05:45:21.965 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-02 05:45:21.966 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-02 05:45:21.966 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: port-resource-request 2026-07-02 05:45:21.967 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: port-resource-request-groups 2026-07-02 05:45:21.967 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-02 05:45:21.968 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: binding 2026-07-02 05:45:21.969 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: binding-extended 2026-07-02 05:45:21.969 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: port-security 2026-07-02 05:45:21.970 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: project-id 2026-07-02 05:45:21.970 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: provider 2026-07-02 05:45:21.971 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-02 05:45:21.973 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: qos 2026-07-02 05:45:21.974 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-02 05:45:21.974 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-02 05:45:21.975 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: qos-default 2026-07-02 05:45:21.976 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: qos-fip 2026-07-02 05:45:21.977 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-02 05:45:21.978 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: qos-gateway-ip 2026-07-02 05:45:21.979 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: qos-port-network-policy 2026-07-02 05:45:21.979 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: qos-pps-minimum 2026-07-02 05:45:21.980 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-02 05:45:21.981 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: qos-pps 2026-07-02 05:45:21.981 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: qos-rule-type-details 2026-07-02 05:45:21.982 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-02 05:45:21.983 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: qos-rules-alias 2026-07-02 05:45:21.983 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: quota-check-limit 2026-07-02 05:45:21.984 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: quota-check-limit-default 2026-07-02 05:45:21.986 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: quotas 2026-07-02 05:45:21.987 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: quota_details 2026-07-02 05:45:21.988 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: rbac-policies 2026-07-02 05:45:21.989 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: rbac-address-group 2026-07-02 05:45:21.990 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: rbac-address-scope 2026-07-02 05:45:21.990 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: rbac-security-groups 2026-07-02 05:45:21.991 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: rbac-subnetpool 2026-07-02 05:45:21.991 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: revision-if-match 2026-07-02 05:45:21.992 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: standard-attr-revisions 2026-07-02 05:45:21.992 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: router_availability_zone 2026-07-02 05:45:21.993 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-02 05:45:21.996 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: security-groups-default-rules 2026-07-02 05:45:21.997 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-02 05:45:21.998 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-02 05:45:21.999 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-02 05:45:22.000 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-02 05:45:22.001 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-02 05:45:22.006 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: security-group 2026-07-02 05:45:22.007 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: segment 2026-07-02 05:45:22.007 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-02 05:45:22.008 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: service-type 2026-07-02 05:45:22.009 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: sorting 2026-07-02 05:45:22.009 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: standard-attr-segment 2026-07-02 05:45:22.010 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: standard-attr-description 2026-07-02 05:45:22.011 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: stateful-security-group 2026-07-02 05:45:22.011 8 WARNING neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-02 05:45:22.012 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-02 05:45:22.012 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: subnet-external-network 2026-07-02 05:45:22.013 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: subnet_onboard 2026-07-02 05:45:22.014 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-02 05:45:22.014 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: subnet-service-types 2026-07-02 05:45:22.015 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: subnet_allocation 2026-07-02 05:45:22.016 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-02 05:45:22.016 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: tag-creation 2026-07-02 05:45:22.017 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-02 05:45:22.021 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: standard-attr-tag 2026-07-02 05:45:22.022 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-02 05:45:22.022 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: trunk 2026-07-02 05:45:22.023 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: trunk-details 2026-07-02 05:45:22.023 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-02 05:45:22.024 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-02 05:45:22.024 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-02 05:45:22.025 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-02 05:45:22.027 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-02 05:45:22.028 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-02 05:45:22.029 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: vpn-flavors 2026-07-02 05:45:22.030 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: vpnaas 2026-07-02 05:45:22.032 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: taas 2026-07-02 05:45:22.033 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: tap-mirror 2026-07-02 05:45:22.033 8 INFO neutron.api.extensions [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Loaded extension: taas-vlan-filter 2026-07-02 05:45:22.038 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-02 05:45:22.039 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-02 05:45:22.039 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 05:45:22.039 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-02 05:45:22.045 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-02 05:45:22.045 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-02 05:45:22.050 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-02 05:45:22.051 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-02 05:45:22.052 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-02 05:45:22.053 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 05:45:22.053 8 WARNING neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] subnetpool is already registered 2026-07-02 05:45:22.053 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 05:45:22.053 8 WARNING neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] subnetpool is already registered 2026-07-02 05:45:22.054 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-02 05:45:22.054 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 05:45:22.055 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 05:45:22.055 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-02 05:45:22.056 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-02 05:45:22.056 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-02 05:45:22.056 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 05:45:22.057 8 WARNING neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] ipsecpolicy is already registered 2026-07-02 05:45:22.057 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 05:45:22.057 8 WARNING neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] ikepolicy is already registered 2026-07-02 05:45:22.062 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-02 05:45:22.063 8 WARNING neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] router is already registered 2026-07-02 05:45:22.063 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-02 05:45:22.063 8 WARNING neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] floatingip is already registered 2026-07-02 05:45:22.067 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-02 05:45:22.067 8 WARNING neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] rbac_policy is already registered 2026-07-02 05:45:22.068 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-02 05:45:22.068 8 WARNING neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] security_group is already registered 2026-07-02 05:45:22.068 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-02 05:45:22.068 8 WARNING neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] security_group_rule is already registered 2026-07-02 05:45:22.069 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 05:45:22.069 8 WARNING neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] subnetpool is already registered 2026-07-02 05:45:22.070 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 05:45:22.070 8 WARNING neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] subnetpool is already registered 2026-07-02 05:45:22.070 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-02 05:45:22.070 8 WARNING neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] trunk is already registered 2026-07-02 05:45:22.071 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 05:45:22.071 8 WARNING neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] ikepolicy is already registered 2026-07-02 05:45:22.071 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 05:45:22.072 8 WARNING neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] ipsecpolicy is already registered 2026-07-02 05:45:22.072 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-02 05:45:22.072 8 WARNING neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] endpoint_group is already registered 2026-07-02 05:45:22.073 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-02 05:45:22.073 8 WARNING neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] vpnservice is already registered 2026-07-02 05:45:22.073 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-02 05:45:22.073 8 WARNING neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] ipsec_site_connection is already registered 2026-07-02 05:45:22.074 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 05:45:22.074 8 WARNING neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] ipsecpolicy is already registered 2026-07-02 05:45:22.074 8 INFO neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 05:45:22.074 8 WARNING neutron.quota.resource_registry [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] ikepolicy is already registered 2026-07-02 05:45:22.118 8 WARNING keystonemiddleware._common.config [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-02 05:45:22.129 8 WARNING oslo_config.cfg [None req-a3247ad9-efbb-49be-97e4-5e4983c9269a - - - - - -] 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 0x7fa349cd6668 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-07-02 05:45:26.671 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bcfcfee3-24db-4876-ae71-ba5a0fb58f6b 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.204.45.3 () {44 vars in 920 bytes} [Thu Jul 2 05:45:25 2026] GET /v2.0/networks/public => generated 108 bytes in 852 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.3 () {44 vars in 942 bytes} [Thu Jul 2 05:45:26 2026] GET /v2.0/networks?name=public => generated 15 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 05:45:27.452 7 WARNING neutron.services.revisions.revision_plugin [None req-49294ac8-8f50-4648-af28-a9f6a9e713cb 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Could not find related network for resource to bump revision. 2026-07-02 05:45:27.476 7 INFO neutron.db.segments_db [None req-49294ac8-8f50-4648-af28-a9f6a9e713cb 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Added segment 0a91db31-e627-4d20-9040-0e7778c8a7fe of type flat for network 2d0bde34-c540-4cd4-89b6-26032f044aa8 2026-07-02 05:45:27.519 7 INFO neutron.pecan_wsgi.hooks.translation [None req-49294ac8-8f50-4648-af28-a9f6a9e713cb 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.204.45.3 () {48 vars in 960 bytes} [Thu Jul 2 05:45:27 2026] POST /v2.0/networks => generated 124 bytes in 502 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 05:45:33.391 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3bee81f9-5925-49e0-bd79-b4048e063b67 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/8] 199.204.45.3 () {44 vars in 920 bytes} [Thu Jul 2 05:45:33 2026] GET /v2.0/networks/public => generated 108 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/9] 199.204.45.3 () {44 vars in 942 bytes} [Thu Jul 2 05:45:33 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 05:45:33.459 7 WARNING neutron.services.revisions.revision_plugin [None req-a266ab1a-6e71-4e7b-8bc8-06ef9d7fb3f3 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Could not find related network for resource to bump revision. 2026-07-02 05:45:33.473 7 INFO neutron.db.segments_db [None req-a266ab1a-6e71-4e7b-8bc8-06ef9d7fb3f3 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Added segment af2ab123-1e8e-41b3-abe6-4db3c6376a3c of type flat for network f41d235f-c53a-4e86-92f2-7eba6d7f6271 2026-07-02 05:45:33.497 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a266ab1a-6e71-4e7b-8bc8-06ef9d7fb3f3 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/10] 199.204.45.3 () {48 vars in 960 bytes} [Thu Jul 2 05:45:33 2026] POST /v2.0/networks => generated 124 bytes in 92 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 05:45:39.690 8 INFO neutron.pecan_wsgi.hooks.translation [None req-68e37e3d-a477-4cfe-8d93-01446f227752 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.204.45.3 () {44 vars in 920 bytes} [Thu Jul 2 05:45:39 2026] GET /v2.0/networks/public => generated 108 bytes in 387 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.3 () {44 vars in 942 bytes} [Thu Jul 2 05:45:39 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-07-02 05:45:39.969 8 WARNING neutron.services.revisions.revision_plugin [None req-294db4ae-7885-47ca-b218-d90b757eca9b 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Could not find related network for resource to bump revision. 2026-07-02 05:45:39.998 8 INFO neutron.db.segments_db [None req-294db4ae-7885-47ca-b218-d90b757eca9b 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Added segment 6c1afad4-3d3b-4e83-8504-7195a9530c79 of type flat for network 34848dfc-e75f-4147-9511-02e06074de28 2026-07-02 05:45:40.055 8 INFO neutron.pecan_wsgi.hooks.translation [None req-294db4ae-7885-47ca-b218-d90b757eca9b 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.204.45.3 () {48 vars in 960 bytes} [Thu Jul 2 05:45:39 2026] POST /v2.0/networks => generated 124 bytes in 355 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 05:45:45.994 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b4a9d446-3323-42f0-8f27-a0bf28798cab 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/14] 199.204.45.3 () {44 vars in 920 bytes} [Thu Jul 2 05:45:45 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: 8|app: 0|req: 6/15] 199.204.45.3 () {44 vars in 942 bytes} [Thu Jul 2 05:45:45 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 05:45:46.064 7 WARNING neutron.services.revisions.revision_plugin [None req-a0faeb69-3ea7-4c1a-b578-15be93f8a775 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Could not find related network for resource to bump revision. 2026-07-02 05:45:46.093 7 INFO neutron.db.segments_db [None req-a0faeb69-3ea7-4c1a-b578-15be93f8a775 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Added segment 08ff67a8-da84-43c4-bf0e-a88ab9f2b7ea of type flat for network 3e2f70b4-4058-4a51-9407-0101ae632fec 2026-07-02 05:45:46.118 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a0faeb69-3ea7-4c1a-b578-15be93f8a775 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/16] 199.204.45.3 () {48 vars in 960 bytes} [Thu Jul 2 05:45:46 2026] POST /v2.0/networks => generated 124 bytes in 112 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 05:45:52.048 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ef585178-fccf-4d3c-832a-c2dbd8cf543a 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 199.204.45.3 () {44 vars in 920 bytes} [Thu Jul 2 05:45:51 2026] GET /v2.0/networks/public => generated 108 bytes in 60 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.3 () {44 vars in 942 bytes} [Thu Jul 2 05:45:52 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 05:45:52.121 7 WARNING neutron.services.revisions.revision_plugin [None req-7875a2c8-ca85-4f3b-bec3-34f11ca96e89 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Could not find related network for resource to bump revision. 2026-07-02 05:45:52.145 7 INFO neutron.db.segments_db [None req-7875a2c8-ca85-4f3b-bec3-34f11ca96e89 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Added segment 7f0e8c25-1623-4995-8a5b-32779b9511f0 of type flat for network 164cf595-8aa6-4ad1-8acb-0f35f2c9f97b [pid: 7|app: 0|req: 12/20] 199.204.45.3 () {48 vars in 960 bytes} [Thu Jul 2 05:45:52 2026] POST /v2.0/networks => generated 706 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 05:45:53.300 8 INFO neutron.pecan_wsgi.hooks.translation [None req-33a07f2a-3168-42fd-b891-bbf5afc89be7 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.204.45.3 () {44 vars in 920 bytes} [Thu Jul 2 05:45:53 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: 7|app: 0|req: 13/22] 199.204.45.3 () {44 vars in 942 bytes} [Thu Jul 2 05:45:53 2026] GET /v2.0/networks?name=public => generated 709 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 05:45:53.402 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1b26b4fa-65a0-4e4c-9381-33ab92b379d4 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/23] 199.204.45.3 () {44 vars in 1027 bytes} [Thu Jul 2 05:45:53 2026] GET /v2.0/subnets/public-subnet?network_id=164cf595-8aa6-4ad1-8acb-0f35f2c9f97b => generated 113 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/24] 199.204.45.3 () {44 vars in 1050 bytes} [Thu Jul 2 05:45:53 2026] GET /v2.0/subnets?name=public-subnet&network_id=164cf595-8aa6-4ad1-8acb-0f35f2c9f97b => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/25] 199.204.45.3 () {48 vars in 958 bytes} [Thu Jul 2 05:45:53 2026] POST /v2.0/subnets => generated 664 bytes in 946 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 05:50:35.975 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a6e8b8b3-fbd7-45d7-b15d-f1e4ebd7e770 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/63] 199.204.45.3 () {44 vars in 930 bytes} [Thu Jul 2 05:50:35 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/64] 199.204.45.3 () {44 vars in 952 bytes} [Thu Jul 2 05:50:35 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 05:50:36.064 7 INFO neutron.db.segments_db [None req-6401f02e-faf7-4dce-bb8f-439bc70b6767 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Added segment c401a939-64f3-42e3-8e8e-6c7912f24af4 of type vxlan for network eb0c3567-be83-45d3-840f-d535793525cd [pid: 7|app: 0|req: 35/65] 199.204.45.3 () {48 vars in 959 bytes} [Thu Jul 2 05:50:36 2026] POST /v2.0/networks => generated 707 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 05:50:37.116 8 INFO neutron.pecan_wsgi.hooks.translation [None req-edd88bae-6b1a-4e26-bf31-f68887bc415c 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 31/66] 199.204.45.3 () {44 vars in 930 bytes} [Thu Jul 2 05:50:37 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: 7|app: 0|req: 36/67] 199.204.45.3 () {44 vars in 952 bytes} [Thu Jul 2 05:50:37 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 05:50:37.182 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ae53bfee-215c-44a3-a1d5-5b534e5b6b2a 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 32/68] 199.204.45.3 () {44 vars in 1029 bytes} [Thu Jul 2 05:50:37 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=eb0c3567-be83-45d3-840f-d535793525cd => generated 114 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/69] 199.204.45.3 () {44 vars in 1052 bytes} [Thu Jul 2 05:50:37 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=eb0c3567-be83-45d3-840f-d535793525cd => generated 14 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/70] 199.204.45.3 () {48 vars in 958 bytes} [Thu Jul 2 05:50:37 2026] POST /v2.0/subnets => generated 651 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 05:50:38.416 7 INFO neutron.api.v2.resource [None req-92fdf97e-9ec5-48f4-90f1-c9748fb18dfc 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/71] 199.204.45.3 () {44 vars in 964 bytes} [Thu Jul 2 05:50:38 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/72] 199.204.45.3 () {44 vars in 986 bytes} [Thu Jul 2 05:50:38 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/73] 199.204.45.3 () {48 vars in 973 bytes} [Thu Jul 2 05:50:38 2026] POST /v2.0/security-groups => generated 1616 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/74] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 05:50:39 2026] GET /v2.0/security-groups/5c463b93-335a-4814-bca9-d20c2e05a865 => generated 1616 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/75] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 05:50:39 2026] GET /v2.0/security-groups/5c463b93-335a-4814-bca9-d20c2e05a865 => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/76] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 05:50:39 2026] GET /v2.0/security-groups/5c463b93-335a-4814-bca9-d20c2e05a865 => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/77] 199.204.45.3 () {48 vars in 984 bytes} [Thu Jul 2 05:50:39 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: 8|app: 0|req: 37/78] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 05:50:40 2026] GET /v2.0/security-groups/5c463b93-335a-4814-bca9-d20c2e05a865 => generated 2230 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/79] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 05:50:40 2026] GET /v2.0/security-groups/5c463b93-335a-4814-bca9-d20c2e05a865 => generated 2230 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/80] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 05:50:40 2026] GET /v2.0/security-groups/5c463b93-335a-4814-bca9-d20c2e05a865 => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/81] 199.204.45.3 () {48 vars in 984 bytes} [Thu Jul 2 05:50:40 2026] POST /v2.0/security-group-rules => generated 603 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/82] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 05:50:41 2026] GET /v2.0/security-groups/5c463b93-335a-4814-bca9-d20c2e05a865 => generated 2846 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/83] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 05:50:41 2026] GET /v2.0/security-groups/5c463b93-335a-4814-bca9-d20c2e05a865 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/84] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 05:50:41 2026] GET /v2.0/security-groups/5c463b93-335a-4814-bca9-d20c2e05a865 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/85] 199.204.45.3 () {48 vars in 984 bytes} [Thu Jul 2 05:50:41 2026] POST /v2.0/security-group-rules => generated 603 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/86] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 05:50:42 2026] GET /v2.0/security-groups/5c463b93-335a-4814-bca9-d20c2e05a865 => generated 3462 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/87] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 05:50:42 2026] GET /v2.0/security-groups/5c463b93-335a-4814-bca9-d20c2e05a865 => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/88] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 05:50:42 2026] GET /v2.0/security-groups/5c463b93-335a-4814-bca9-d20c2e05a865 => generated 3462 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/89] 199.204.45.3 () {48 vars in 984 bytes} [Thu Jul 2 05:50:42 2026] POST /v2.0/security-group-rules => generated 603 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/90] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 05:50:43 2026] GET /v2.0/security-groups/5c463b93-335a-4814-bca9-d20c2e05a865 => generated 4078 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/91] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 05:50:43 2026] GET /v2.0/security-groups/5c463b93-335a-4814-bca9-d20c2e05a865 => generated 4078 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/92] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 05:50:43 2026] GET /v2.0/security-groups/5c463b93-335a-4814-bca9-d20c2e05a865 => generated 4078 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/93] 199.204.45.3 () {48 vars in 984 bytes} [Thu Jul 2 05:50:43 2026] POST /v2.0/security-group-rules => generated 603 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/94] 199.204.45.3 () {44 vars in 980 bytes} [Thu Jul 2 05:50:45 2026] GET /v2.0/networks/eb0c3567-be83-45d3-840f-d535793525cd => generated 732 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 05:50:45.425 7 INFO neutron.pecan_wsgi.hooks.translation [None req-48ca32f6-fcb6-4f69-8978-6e5c82ba6206 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 50/95] 199.204.45.3 () {44 vars in 1069 bytes} [Thu Jul 2 05:50:45 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=eb0c3567-be83-45d3-840f-d535793525cd => generated 132 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/96] 199.204.45.3 () {44 vars in 1092 bytes} [Thu Jul 2 05:50:45 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=eb0c3567-be83-45d3-840f-d535793525cd => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/97] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 05:50:45 2026] GET /v2.0/security-groups/5c463b93-335a-4814-bca9-d20c2e05a865 => 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: 47/98] 199.204.45.3 () {48 vars in 954 bytes} [Thu Jul 2 05:50:45 2026] POST /v2.0/ports => generated 1100 bytes in 357 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-07-02 05:50:52.473 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fd10b87d-eb4f-45e5-8316-0f28264a0510 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 49/101] 199.204.45.3 () {44 vars in 972 bytes} [Thu Jul 2 05:50:52 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 71 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/102] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 05:50:52 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/103] 199.204.45.3 () {48 vars in 1024 bytes} [Thu Jul 2 05:50:52 2026] PUT /v2.0/ports/e825141d-237d-4b08-bc8e-0163316c328b => generated 1249 bytes in 678 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/104] 199.204.45.3 () {44 vars in 913 bytes} [Thu Jul 2 05:50:54 2026] GET /v2.0/ports => generated 3730 bytes in 97 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-07-02 05:50:55.877 8 INFO neutron.api.v2.resource [None req-20fa519a-77dd-46ad-9fa8-de64bddb52eb 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 51/105] 199.204.45.3 () {44 vars in 952 bytes} [Thu Jul 2 05:50:55 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: 7|app: 0|req: 55/106] 199.204.45.3 () {44 vars in 974 bytes} [Thu Jul 2 05:50:55 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/107] 199.204.45.3 () {48 vars in 973 bytes} [Thu Jul 2 05:50:55 2026] POST /v2.0/security-groups => generated 1610 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/108] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 05:50:56 2026] GET /v2.0/security-groups/3694cafd-87b1-4274-a30e-b8ce0fe7b0dd => generated 1610 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/109] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 05:50:57 2026] GET /v2.0/security-groups/3694cafd-87b1-4274-a30e-b8ce0fe7b0dd => generated 1610 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/110] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 05:50:57 2026] GET /v2.0/security-groups/3694cafd-87b1-4274-a30e-b8ce0fe7b0dd => generated 1610 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/111] 199.204.45.3 () {48 vars in 984 bytes} [Thu Jul 2 05:50:57 2026] POST /v2.0/security-group-rules => generated 623 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/112] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 05:50:58 2026] GET /v2.0/security-groups/3694cafd-87b1-4274-a30e-b8ce0fe7b0dd => generated 2246 bytes in 52 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.3 () {44 vars in 994 bytes} [Thu Jul 2 05:50:58 2026] GET /v2.0/security-groups/3694cafd-87b1-4274-a30e-b8ce0fe7b0dd => generated 2246 bytes in 40 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.3 () {44 vars in 994 bytes} [Thu Jul 2 05:50:58 2026] GET /v2.0/security-groups/3694cafd-87b1-4274-a30e-b8ce0fe7b0dd => generated 2246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/115] 199.204.45.3 () {48 vars in 984 bytes} [Thu Jul 2 05:50:58 2026] POST /v2.0/security-group-rules => generated 627 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/126] 199.204.45.3 () {44 vars in 968 bytes} [Thu Jul 2 05:52:05 2026] GET /v2.0/quotas/057b225d5ff2431e9a07834b1c87b5ae => 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: 62/127] 199.204.45.3 () {48 vars in 1020 bytes} [Thu Jul 2 05:52:06 2026] PUT /v2.0/quotas/057b225d5ff2431e9a07834b1c87b5ae => 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-07-02 05:54:17.647 7 INFO neutron.pecan_wsgi.hooks.translation [None req-554aeaeb-6793-4641-b4f1-eb6b5ba4c374 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/146] 199.204.45.3 () {30 vars in 739 bytes} [Thu Jul 2 05:54:17 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 120 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: 8|app: 0|req: 72/147] 199.204.45.3 () {30 vars in 761 bytes} [Thu Jul 2 05:54:17 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 05:54:19.458 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a3f0bef3-48e4-4710-9a7f-c85b0a81cf34 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 76/148] 199.204.45.3 () {30 vars in 739 bytes} [Thu Jul 2 05:54:19 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 73/149] 199.204.45.3 () {30 vars in 761 bytes} [Thu Jul 2 05:54:19 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:00:14.295 7 INFO neutron.api.v2.resource [None req-4d30ff42-4f43-4796-ad81-821bf7033f85 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 100/196] 199.204.45.3 () {44 vars in 1067 bytes} [Thu Jul 2 06:00:14 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=ef04454c2f2740c1b069f047a33bd4cc => generated 139 bytes in 180 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 97/197] 199.204.45.3 () {44 vars in 1090 bytes} [Thu Jul 2 06:00:14 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=ef04454c2f2740c1b069f047a33bd4cc => generated 23 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/198] 199.204.45.3 () {48 vars in 974 bytes} [Thu Jul 2 06:00:14 2026] POST /v2.0/security-groups => generated 1624 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 98/199] 199.204.45.3 () {44 vars in 1081 bytes} [Thu Jul 2 06:00:15 2026] GET /v2.0/security-groups/ae230c60-4cad-4697-81dc-c03580b62d48?project_id=ef04454c2f2740c1b069f047a33bd4cc => generated 1624 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/200] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 06:00:15 2026] GET /v2.0/security-groups/ae230c60-4cad-4697-81dc-c03580b62d48 => generated 1624 bytes in 19 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.3 () {44 vars in 1081 bytes} [Thu Jul 2 06:00:15 2026] GET /v2.0/security-groups/ae230c60-4cad-4697-81dc-c03580b62d48?project_id=ef04454c2f2740c1b069f047a33bd4cc => generated 1624 bytes in 21 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.3 () {48 vars in 984 bytes} [Thu Jul 2 06:00:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/203] 199.204.45.3 () {44 vars in 1081 bytes} [Thu Jul 2 06:00:16 2026] GET /v2.0/security-groups/ae230c60-4cad-4697-81dc-c03580b62d48?project_id=ef04454c2f2740c1b069f047a33bd4cc => generated 2234 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/204] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 06:00:16 2026] GET /v2.0/security-groups/ae230c60-4cad-4697-81dc-c03580b62d48 => generated 2234 bytes in 25 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.3 () {44 vars in 1081 bytes} [Thu Jul 2 06:00:16 2026] GET /v2.0/security-groups/ae230c60-4cad-4697-81dc-c03580b62d48?project_id=ef04454c2f2740c1b069f047a33bd4cc => generated 2234 bytes in 24 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.3 () {48 vars in 984 bytes} [Thu Jul 2 06:00:17 2026] POST /v2.0/security-group-rules => generated 599 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/209] 199.204.45.3 () {44 vars in 1081 bytes} [Thu Jul 2 06:00:18 2026] GET /v2.0/security-groups/ae230c60-4cad-4697-81dc-c03580b62d48?project_id=ef04454c2f2740c1b069f047a33bd4cc => generated 2846 bytes in 51 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.3 () {44 vars in 994 bytes} [Thu Jul 2 06:00:18 2026] GET /v2.0/security-groups/ae230c60-4cad-4697-81dc-c03580b62d48 => generated 2846 bytes in 21 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.3 () {44 vars in 1081 bytes} [Thu Jul 2 06:00:18 2026] GET /v2.0/security-groups/ae230c60-4cad-4697-81dc-c03580b62d48?project_id=ef04454c2f2740c1b069f047a33bd4cc => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/212] 199.204.45.3 () {48 vars in 984 bytes} [Thu Jul 2 06:00:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/213] 199.204.45.3 () {44 vars in 1081 bytes} [Thu Jul 2 06:00:19 2026] GET /v2.0/security-groups/ae230c60-4cad-4697-81dc-c03580b62d48?project_id=ef04454c2f2740c1b069f047a33bd4cc => generated 3460 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/214] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 06:00:19 2026] GET /v2.0/security-groups/ae230c60-4cad-4697-81dc-c03580b62d48 => 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: 106/215] 199.204.45.3 () {44 vars in 1081 bytes} [Thu Jul 2 06:00:19 2026] GET /v2.0/security-groups/ae230c60-4cad-4697-81dc-c03580b62d48?project_id=ef04454c2f2740c1b069f047a33bd4cc => generated 3460 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/216] 199.204.45.3 () {48 vars in 984 bytes} [Thu Jul 2 06:00:19 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: 115/233] 199.204.45.3 () {30 vars in 738 bytes} [Thu Jul 2 06:02:31 2026] GET /v2.0/networks?tenant_id=ef04454c2f2740c1b069f047a33bd4cc&shared=False => generated 15 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:02:31.826 7 INFO neutron.db.segments_db [None req-8425f8ca-8fce-444b-a691-5235642785d4 5ac99fe7732d42b4ba7d62c0f14807a8 ef04454c2f2740c1b069f047a33bd4cc - - 4c70956060014d0d97a06c970c4502f7 4c70956060014d0d97a06c970c4502f7] Added segment 4f0325e3-3c2b-45e9-899d-12f2e3eac527 of type vxlan for network 64455e9d-0dab-4b3c-9b33-0c62c1833de0 [pid: 7|app: 0|req: 119/234] 199.204.45.3 () {34 vars in 680 bytes} [Thu Jul 2 06:02:31 2026] POST /v2.0/networks => generated 718 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/235] 199.204.45.3 () {30 vars in 720 bytes} [Thu Jul 2 06:02:31 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/236] 199.204.45.3 () {30 vars in 631 bytes} [Thu Jul 2 06:02:31 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) [pid: 8|app: 0|req: 117/239] 199.204.45.3 () {34 vars in 675 bytes} [Thu Jul 2 06:02:31 2026] POST /v2.0/ports => generated 999 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/240] 199.204.45.3 () {30 vars in 701 bytes} [Thu Jul 2 06:02:32 2026] GET /v2.0/networks/64455e9d-0dab-4b3c-9b33-0c62c1833de0 => generated 705 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/241] 199.204.45.3 () {30 vars in 720 bytes} [Thu Jul 2 06:02:34 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/242] 199.204.45.3 () {30 vars in 701 bytes} [Thu Jul 2 06:02:34 2026] GET /v2.0/networks/64455e9d-0dab-4b3c-9b33-0c62c1833de0 => generated 705 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/245] 199.204.45.3 () {44 vars in 968 bytes} [Thu Jul 2 06:02:58 2026] GET /v2.0/quotas/ef04454c2f2740c1b069f047a33bd4cc => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/246] 199.204.45.3 () {48 vars in 1020 bytes} [Thu Jul 2 06:02:58 2026] PUT /v2.0/quotas/ef04454c2f2740c1b069f047a33bd4cc => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:14:40.270 8 INFO neutron.pecan_wsgi.hooks.translation [None req-20f90a72-8de7-4998-867e-26f06e5ae1ba 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 168/341] 199.204.45.3 () {44 vars in 920 bytes} [Thu Jul 2 06:14:40 2026] GET /v2.0/networks/public => generated 108 bytes in 166 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/342] 199.204.45.3 () {44 vars in 942 bytes} [Thu Jul 2 06:14:40 2026] GET /v2.0/networks?name=public => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:14:41.341 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f7b18e34-c556-42ce-8a5b-119c2c43a93b 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 169/343] 199.204.45.3 () {44 vars in 920 bytes} [Thu Jul 2 06:14:41 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: 7|app: 0|req: 175/344] 199.204.45.3 () {44 vars in 942 bytes} [Thu Jul 2 06:14:41 2026] GET /v2.0/networks?name=public => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:14:41.414 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0658094b-a04f-438b-8db3-b27007049520 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 170/345] 199.204.45.3 () {44 vars in 1027 bytes} [Thu Jul 2 06:14:41 2026] GET /v2.0/subnets/public-subnet?network_id=164cf595-8aa6-4ad1-8acb-0f35f2c9f97b => generated 113 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/346] 199.204.45.3 () {44 vars in 1050 bytes} [Thu Jul 2 06:14:41 2026] GET /v2.0/subnets?name=public-subnet&network_id=164cf595-8aa6-4ad1-8acb-0f35f2c9f97b => generated 667 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:15:09.345 7 INFO neutron.pecan_wsgi.hooks.translation [None req-db672c19-2faf-4810-b014-e01f4e2b1b9e 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 179/351] 199.204.45.3 () {44 vars in 930 bytes} [Thu Jul 2 06:15:09 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: 173/352] 199.204.45.3 () {44 vars in 952 bytes} [Thu Jul 2 06:15:09 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:15:10.345 7 INFO neutron.pecan_wsgi.hooks.translation [None req-211784c7-2ce8-4363-9937-db92a99d1401 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 180/353] 199.204.45.3 () {44 vars in 930 bytes} [Thu Jul 2 06:15:10 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/354] 199.204.45.3 () {44 vars in 952 bytes} [Thu Jul 2 06:15:10 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:15:10.431 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a2fd99d1-c37f-418b-9ed9-fb10096e76c5 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 181/355] 199.204.45.3 () {44 vars in 1029 bytes} [Thu Jul 2 06:15:10 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=eb0c3567-be83-45d3-840f-d535793525cd => generated 114 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/356] 199.204.45.3 () {44 vars in 1052 bytes} [Thu Jul 2 06:15:10 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=eb0c3567-be83-45d3-840f-d535793525cd => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:15:11.671 7 INFO neutron.api.v2.resource [None req-95b7f129-85c3-4d82-8e20-f146de774635 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 182/357] 199.204.45.3 () {44 vars in 964 bytes} [Thu Jul 2 06:15:11 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/358] 199.204.45.3 () {44 vars in 986 bytes} [Thu Jul 2 06:15:11 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/359] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 06:15:12 2026] GET /v2.0/security-groups/5c463b93-335a-4814-bca9-d20c2e05a865 => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/360] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 06:15:12 2026] GET /v2.0/security-groups/5c463b93-335a-4814-bca9-d20c2e05a865 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/361] 199.204.45.3 () {44 vars in 1004 bytes} [Thu Jul 2 06:15:12 2026] GET /v2.0/security-group-rules/bf191673-a7d7-4235-929a-2dc2d1f6b1d2 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/362] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 06:15:13 2026] GET /v2.0/security-groups/5c463b93-335a-4814-bca9-d20c2e05a865 => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/363] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 06:15:13 2026] GET /v2.0/security-groups/5c463b93-335a-4814-bca9-d20c2e05a865 => generated 4694 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/364] 199.204.45.3 () {44 vars in 1004 bytes} [Thu Jul 2 06:15:13 2026] GET /v2.0/security-group-rules/f2f8e9bf-37cc-4069-a2c7-3563b981ea19 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/365] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 06:15:14 2026] GET /v2.0/security-groups/5c463b93-335a-4814-bca9-d20c2e05a865 => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/366] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 06:15:14 2026] GET /v2.0/security-groups/5c463b93-335a-4814-bca9-d20c2e05a865 => 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/367] 199.204.45.3 () {44 vars in 1004 bytes} [Thu Jul 2 06:15:14 2026] GET /v2.0/security-group-rules/3f47081d-e47a-44ec-a700-373dcc36cc74 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/368] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 06:15:15 2026] GET /v2.0/security-groups/5c463b93-335a-4814-bca9-d20c2e05a865 => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/369] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 06:15:15 2026] GET /v2.0/security-groups/5c463b93-335a-4814-bca9-d20c2e05a865 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/370] 199.204.45.3 () {44 vars in 1004 bytes} [Thu Jul 2 06:15:15 2026] GET /v2.0/security-group-rules/1afe923f-9a09-4ecc-a710-e1cb861e4d82 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/371] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 06:15:16 2026] GET /v2.0/security-groups/5c463b93-335a-4814-bca9-d20c2e05a865 => 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: 183/372] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 06:15:16 2026] GET /v2.0/security-groups/5c463b93-335a-4814-bca9-d20c2e05a865 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/373] 199.204.45.3 () {44 vars in 1004 bytes} [Thu Jul 2 06:15:16 2026] GET /v2.0/security-group-rules/62227829-dcdc-4e5b-967b-ca14c71b5291 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/376] 199.204.45.3 () {44 vars in 980 bytes} [Thu Jul 2 06:15:18 2026] GET /v2.0/networks/eb0c3567-be83-45d3-840f-d535793525cd => generated 732 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:15:18.156 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0d247468-dfb3-4b85-ae73-8a63d52a17c2 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 192/377] 199.204.45.3 () {44 vars in 1069 bytes} [Thu Jul 2 06:15:18 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=eb0c3567-be83-45d3-840f-d535793525cd => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/378] 199.204.45.3 () {44 vars in 1092 bytes} [Thu Jul 2 06:15:18 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=eb0c3567-be83-45d3-840f-d535793525cd => generated 1254 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/379] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 06:15:18 2026] GET /v2.0/security-groups/5c463b93-335a-4814-bca9-d20c2e05a865 => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:15:26.123 8 INFO neutron.pecan_wsgi.hooks.translation [None req-012921b7-c930-4ee5-a0c7-40c16778902a 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 187/380] 199.204.45.3 () {44 vars in 972 bytes} [Thu Jul 2 06:15:26 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: 194/381] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 06:15:26 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/382] 199.204.45.3 () {44 vars in 913 bytes} [Thu Jul 2 06:15:27 2026] GET /v2.0/ports => generated 4725 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:15:28.808 7 INFO neutron.api.v2.resource [None req-e75499f6-7f29-4633-9797-91656c64b70f 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 195/383] 199.204.45.3 () {44 vars in 952 bytes} [Thu Jul 2 06:15:28 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: 189/384] 199.204.45.3 () {44 vars in 974 bytes} [Thu Jul 2 06:15:28 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/385] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 06:15:29 2026] GET /v2.0/security-groups/3694cafd-87b1-4274-a30e-b8ce0fe7b0dd => generated 2886 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/386] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 06:15:29 2026] GET /v2.0/security-groups/3694cafd-87b1-4274-a30e-b8ce0fe7b0dd => generated 2886 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/387] 199.204.45.3 () {44 vars in 1004 bytes} [Thu Jul 2 06:15:29 2026] GET /v2.0/security-group-rules/3a7f522c-247c-4ce1-98f3-b4d121776583 => generated 623 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/388] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 06:15:30 2026] GET /v2.0/security-groups/3694cafd-87b1-4274-a30e-b8ce0fe7b0dd => generated 2886 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/389] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 06:15:30 2026] GET /v2.0/security-groups/3694cafd-87b1-4274-a30e-b8ce0fe7b0dd => generated 2886 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/390] 199.204.45.3 () {44 vars in 1004 bytes} [Thu Jul 2 06:15:30 2026] GET /v2.0/security-group-rules/f0c79d8a-bb4d-4d44-8042-240f83baa688 => generated 627 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/393] 199.204.45.3 () {44 vars in 968 bytes} [Thu Jul 2 06:15:43 2026] GET /v2.0/quotas/057b225d5ff2431e9a07834b1c87b5ae => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:37.600 7 INFO neutron.api.v2.resource [None req-f986c26c-6e4e-47a7-8476-c779c1c861e9 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 205/402] 199.204.45.3 () {44 vars in 1067 bytes} [Thu Jul 2 06:16:37 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=ef04454c2f2740c1b069f047a33bd4cc => generated 139 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/403] 199.204.45.3 () {44 vars in 1090 bytes} [Thu Jul 2 06:16:37 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=ef04454c2f2740c1b069f047a33bd4cc => generated 4072 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/404] 199.204.45.3 () {44 vars in 1081 bytes} [Thu Jul 2 06:16:38 2026] GET /v2.0/security-groups/ae230c60-4cad-4697-81dc-c03580b62d48?project_id=ef04454c2f2740c1b069f047a33bd4cc => generated 4075 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/405] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 06:16:38 2026] GET /v2.0/security-groups/ae230c60-4cad-4697-81dc-c03580b62d48 => 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: 207/406] 199.204.45.3 () {44 vars in 1004 bytes} [Thu Jul 2 06:16:38 2026] GET /v2.0/security-group-rules/b19eece3-163c-4f09-b785-8e398966538c => generated 597 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/407] 199.204.45.3 () {44 vars in 1081 bytes} [Thu Jul 2 06:16:39 2026] GET /v2.0/security-groups/ae230c60-4cad-4697-81dc-c03580b62d48?project_id=ef04454c2f2740c1b069f047a33bd4cc => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/408] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 06:16:39 2026] GET /v2.0/security-groups/ae230c60-4cad-4697-81dc-c03580b62d48 => 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: 201/409] 199.204.45.3 () {44 vars in 1004 bytes} [Thu Jul 2 06:16:39 2026] GET /v2.0/security-group-rules/3524eeae-0094-4992-affb-c48f3e944309 => generated 599 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/410] 199.204.45.3 () {44 vars in 1081 bytes} [Thu Jul 2 06:16:40 2026] GET /v2.0/security-groups/ae230c60-4cad-4697-81dc-c03580b62d48?project_id=ef04454c2f2740c1b069f047a33bd4cc => generated 4075 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/411] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 06:16:40 2026] GET /v2.0/security-groups/ae230c60-4cad-4697-81dc-c03580b62d48 => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/412] 199.204.45.3 () {44 vars in 1004 bytes} [Thu Jul 2 06:16:40 2026] GET /v2.0/security-group-rules/dbbeeed2-0c08-41cd-83bb-42cd0db58571 => 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: 203/413] 199.204.45.3 () {44 vars in 1081 bytes} [Thu Jul 2 06:16:41 2026] GET /v2.0/security-groups/ae230c60-4cad-4697-81dc-c03580b62d48?project_id=ef04454c2f2740c1b069f047a33bd4cc => generated 4075 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/414] 199.204.45.3 () {44 vars in 994 bytes} [Thu Jul 2 06:16:42 2026] GET /v2.0/security-groups/ae230c60-4cad-4697-81dc-c03580b62d48 => generated 4075 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/415] 199.204.45.3 () {44 vars in 1004 bytes} [Thu Jul 2 06:16:42 2026] GET /v2.0/security-group-rules/962a8165-d8da-454c-8d33-6336391c204f => generated 602 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/418] 199.204.45.3 () {44 vars in 968 bytes} [Thu Jul 2 06:16:49 2026] GET /v2.0/quotas/ef04454c2f2740c1b069f047a33bd4cc => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/425] 199.204.45.3 () {44 vars in 942 bytes} [Thu Jul 2 06:17:39 2026] GET /v2.0/networks?name=public => generated 753 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/432] 10.0.0.28 () {32 vars in 648 bytes} [Thu Jul 2 06:18:18 2026] GET /v2.0/networks => generated 2168 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/433] 10.0.0.28 () {32 vars in 654 bytes} [Thu Jul 2 06:18:19 2026] GET /v2.0/floatingips => 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: 215/434] 10.0.0.28 () {32 vars in 646 bytes} [Thu Jul 2 06:18:19 2026] GET /v2.0/routers => generated 15 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/435] 10.0.0.28 () {32 vars in 642 bytes} [Thu Jul 2 06:18:19 2026] GET /v2.0/ports => generated 4725 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/436] 10.0.0.28 () {32 vars in 646 bytes} [Thu Jul 2 06:18:19 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/437] 10.0.0.28 () {32 vars in 648 bytes} [Thu Jul 2 06:18:19 2026] GET /v2.0/networks => generated 2168 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/438] 10.0.0.28 () {32 vars in 662 bytes} [Thu Jul 2 06:18:19 2026] GET /v2.0/security-groups => generated 17401 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/439] 10.0.0.28 () {32 vars in 654 bytes} [Thu Jul 2 06:18:19 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:18:30.692 8 INFO neutron.db.segments_db [None req-1fd1a596-ed2b-4267-aceb-75273a4c9bae 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Added segment 3ae896f2-e729-4366-a567-1c4a815ac743 of type vxlan for network 8ff1e2ca-d27e-48be-af36-7cc42ec32427 2026-07-02 06:18:30.714 7 INFO neutron.db.segments_db [None req-48abcac3-c125-495b-acc4-a26be877179e 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Added segment 570fc08e-4de6-4f82-b0b7-ceb156f2a5a5 of type vxlan for network 1aebb5d3-4576-4d85-b8bd-ec067a6384fc [pid: 7|app: 0|req: 223/440] 10.0.0.28 () {34 vars in 670 bytes} [Thu Jul 2 06:18:30 2026] POST /v2.0/networks => generated 748 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/441] 10.0.0.28 () {34 vars in 670 bytes} [Thu Jul 2 06:18:30 2026] POST /v2.0/networks => generated 752 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/442] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:18:30 2026] POST /v2.0/subnets => generated 695 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:31.015 7 INFO neutron.db.segments_db [None req-9db8409c-70d9-4828-ae46-a94a4999beea 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Added segment 9411b200-72a9-42a1-ab8c-331cdff0a4d5 of type vxlan for network c1bd26aa-6c48-44c3-8b65-23d8990aec01 [pid: 7|app: 0|req: 224/443] 10.0.0.28 () {34 vars in 670 bytes} [Thu Jul 2 06:18:30 2026] POST /v2.0/networks => generated 744 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:31.129 7 INFO neutron.db.segments_db [None req-c002e9f0-21bb-4ae3-a9a7-0d7f7b95918d 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Added segment 182abeba-47c3-4e5c-88e0-c2846895554a of type vxlan for network 2da0a9bc-15bb-4e6f-a0ee-ea4b5582927c [pid: 8|app: 0|req: 220/444] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:18:30 2026] POST /v2.0/subnets => generated 699 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:31.367 7 INFO neutron.db.l3_hamode_db [None req-c002e9f0-21bb-4ae3-a9a7-0d7f7b95918d 3ca5a49d71594c5b88f315b7c868b68e 55eda3eff2fe4f999f5279c76add3fef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 221/445] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:18:31 2026] POST /v2.0/subnets => generated 692 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:31.433 8 INFO neutron.db.segments_db [None req-118bf1fd-22dd-4743-9f14-0ffc686c195b 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Added segment 1d938ce0-bc3e-43dd-8766-0271012bec59 of type vxlan for network ed63b8ea-1ef1-4aa0-b0ec-17cb611e07bb 2026-07-02 06:18:31.632 8 INFO neutron.db.l3_hamode_db [None req-118bf1fd-22dd-4743-9f14-0ffc686c195b 3ca5a49d71594c5b88f315b7c868b68e 2b82d729ede7414ea16e7085efcdaa26 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:18:32.194 7 INFO neutron.db.l3_hamode_db [None req-c002e9f0-21bb-4ae3-a9a7-0d7f7b95918d 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:18:32.838 8 INFO neutron.db.l3_hamode_db [None req-118bf1fd-22dd-4743-9f14-0ffc686c195b 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 225/446] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:18:31 2026] POST /v2.0/routers => generated 735 bytes in 2230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/447] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:18:33 2026] GET /v2.0/security-groups?tenant_id=12bf85d23bb94cf598c4f021ec15b9f4&name=default => generated 2921 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:18:33.543 7 INFO neutron.db.segments_db [None req-4c023f86-d0b8-4791-af96-2f672aee4d99 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Added segment f096d8a1-4ea0-43af-8dcc-e2a167fd6a85 of type vxlan for network 34408234-9b00-45b1-ad76-7a2552d029a1 2026-07-02 06:18:33.732 7 INFO neutron.db.l3_hamode_db [None req-4c023f86-d0b8-4791-af96-2f672aee4d99 3ca5a49d71594c5b88f315b7c868b68e e2016a2a9af74229b07b482f8bc44308 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 222/448] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:18:31 2026] POST /v2.0/routers => generated 739 bytes in 2514 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:34.419 7 INFO neutron.db.l3_hamode_db [None req-4c023f86-d0b8-4791-af96-2f672aee4d99 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - 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.28 () {34 vars in 782 bytes} [Thu Jul 2 06:18:33 2026] PUT /v2.0/routers/94c3f691-8f01-4a2c-8901-981663664dc1/add_router_interface => generated 309 bytes in 1063 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/452] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:18:34 2026] DELETE /v2.0/security-groups/27011761-4d1e-4023-9364-b88db177899d => 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: 227/453] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:18:33 2026] POST /v2.0/routers => generated 732 bytes in 1821 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/454] 10.0.0.28 () {34 vars in 782 bytes} [Thu Jul 2 06:18:35 2026] PUT /v2.0/routers/65644e0f-9019-4f22-b73b-d895871bd0b9/add_router_interface => generated 309 bytes in 1053 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/455] 10.0.0.28 () {34 vars in 684 bytes} [Thu Jul 2 06:18:36 2026] POST /v2.0/security-groups => generated 1661 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/456] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:18:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/457] 10.0.0.28 () {34 vars in 782 bytes} [Thu Jul 2 06:18:35 2026] PUT /v2.0/routers/8daa943a-1962-47ff-9bc4-c31e3c064fc2/add_router_interface => generated 309 bytes in 1071 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/458] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:18:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/459] 10.0.0.28 () {34 vars in 684 bytes} [Thu Jul 2 06:18:36 2026] POST /v2.0/security-groups => generated 1660 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/460] 10.0.0.28 () {34 vars in 675 bytes} [Thu Jul 2 06:18:36 2026] POST /v2.0/floatingips => generated 552 bytes in 514 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:37.094 8 INFO neutron.db.segments_db [None req-eada4e23-87ae-4c56-84f5-8741e5cb6852 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Added segment 9ac5ea74-5f93-4194-a3df-a3299c51d87c of type vxlan for network e1662f76-a843-4650-9607-24b26fc6433f [pid: 7|app: 0|req: 230/461] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:18:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/462] 10.0.0.28 () {34 vars in 670 bytes} [Thu Jul 2 06:18:36 2026] POST /v2.0/networks => generated 749 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/463] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:18:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/464] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:18:37 2026] POST /v2.0/subnets => generated 696 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/465] 10.0.0.44 () {38 vars in 970 bytes} [Thu Jul 2 06:18:37 2026] POST /v2.0/security-groups => generated 1681 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 06:18:37.567 7 INFO neutron.db.segments_db [None req-d12758f4-1c6d-4159-af83-a6f4305ad39a 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Added segment 6a4a8f96-16c7-4bd7-bf87-e8ec7bccb5a4 of type vxlan for network 7ac60576-5834-4fd9-9251-d7faa32adda0 2026-07-02 06:18:37.851 7 INFO neutron.db.l3_hamode_db [None req-d12758f4-1c6d-4159-af83-a6f4305ad39a 3ca5a49d71594c5b88f315b7c868b68e 277a090ab86a4f7ea119669b2b7987a5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 234/466] 10.0.0.28 () {34 vars in 675 bytes} [Thu Jul 2 06:18:37 2026] POST /v2.0/floatingips => generated 552 bytes in 786 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/467] 10.0.0.44 () {38 vars in 970 bytes} [Thu Jul 2 06:18:38 2026] POST /v2.0/security-groups => generated 1682 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/468] 10.0.0.44 () {38 vars in 970 bytes} [Thu Jul 2 06:18:38 2026] POST /v2.0/security-groups => generated 1681 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/469] 10.0.0.44 () {34 vars in 1001 bytes} [Thu Jul 2 06:18:38 2026] GET /v2.0/security-groups?tenant_id=e2016a2a9af74229b07b482f8bc44308 => generated 7905 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/470] 10.0.0.44 () {34 vars in 990 bytes} [Thu Jul 2 06:18:38 2026] GET /v2.0/security-groups/c1bd291d-d3ae-4232-b96b-b98375329fb1 => generated 2918 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/471] 10.0.0.44 () {34 vars in 990 bytes} [Thu Jul 2 06:18:38 2026] GET /v2.0/security-groups/c1bd291d-d3ae-4232-b96b-b98375329fb1 => generated 2918 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:18:38.668 7 INFO neutron.db.l3_hamode_db [None req-d12758f4-1c6d-4159-af83-a6f4305ad39a 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 240/472] 10.0.0.44 () {34 vars in 1097 bytes} [Thu Jul 2 06:18:38 2026] GET /v2.0/security-groups?name=tempest-securitygroup--741481286&fields=id&tenant_id=2b82d729ede7414ea16e7085efcdaa26 => 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: 241/473] 10.0.0.44 () {34 vars in 990 bytes} [Thu Jul 2 06:18:38 2026] GET /v2.0/security-groups/d548bc21-86ab-41f5-9377-69f358a44630 => generated 1681 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/474] 10.0.0.44 () {34 vars in 981 bytes} [Thu Jul 2 06:18:38 2026] GET /v2.0/networks?id=8ff1e2ca-d27e-48be-af36-7cc42ec32427 => generated 684 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/475] 10.0.0.44 () {36 vars in 1012 bytes} [Thu Jul 2 06:18:38 2026] DELETE /v2.0/security-groups/d548bc21-86ab-41f5-9377-69f358a44630 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/476] 10.0.0.44 () {34 vars in 964 bytes} [Thu Jul 2 06:18:38 2026] GET /v2.0/quotas/2b82d729ede7414ea16e7085efcdaa26 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:38.873 8 INFO neutron.api.v2.resource [req-e0924cc0-c8c5-486e-b939-283fa3d181ac req-7c7b6eb9-ca21-4692-9720-4e4cca28c2d2 a76c4293a80b47e2ac18703f89a422ad e2016a2a9af74229b07b482f8bc44308 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 245/477] 10.0.0.44 () {34 vars in 990 bytes} [Thu Jul 2 06:18:38 2026] GET /v2.0/security-groups/d548bc21-86ab-41f5-9377-69f358a44630 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/478] 10.0.0.44 () {34 vars in 1001 bytes} [Thu Jul 2 06:18:38 2026] GET /v2.0/ports?tenant_id=2b82d729ede7414ea16e7085efcdaa26&fields=id => generated 103 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/479] 10.0.0.44 () {34 vars in 990 bytes} [Thu Jul 2 06:18:38 2026] GET /v2.0/security-groups/a5936d9e-d23c-4687-b3b2-f5a4c4bc2597 => generated 1682 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/480] 10.0.0.44 () {36 vars in 1012 bytes} [Thu Jul 2 06:18:38 2026] DELETE /v2.0/security-groups/a5936d9e-d23c-4687-b3b2-f5a4c4bc2597 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:18:39.079 8 INFO neutron.api.v2.resource [req-262cc8bd-8989-4103-8550-bd12489210d6 req-c01d792e-eaf9-4ded-b6aa-a6ac298a0672 a76c4293a80b47e2ac18703f89a422ad e2016a2a9af74229b07b482f8bc44308 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 249/481] 10.0.0.44 () {34 vars in 990 bytes} [Thu Jul 2 06:18:39 2026] GET /v2.0/security-groups/a5936d9e-d23c-4687-b3b2-f5a4c4bc2597 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/482] 10.0.0.44 () {34 vars in 990 bytes} [Thu Jul 2 06:18:39 2026] GET /v2.0/security-groups/da6fdd94-6305-4d5c-b199-b2ce7269f554 => generated 1681 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/483] 10.0.0.44 () {36 vars in 1012 bytes} [Thu Jul 2 06:18:39 2026] DELETE /v2.0/security-groups/da6fdd94-6305-4d5c-b199-b2ce7269f554 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:18:39.255 8 INFO neutron.api.v2.resource [req-c8c16294-e1c2-4ddb-a6bc-2a45c7d53620 req-22901379-50e3-4083-88b1-da9549e26381 a76c4293a80b47e2ac18703f89a422ad e2016a2a9af74229b07b482f8bc44308 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 252/484] 10.0.0.44 () {34 vars in 990 bytes} [Thu Jul 2 06:18:39 2026] GET /v2.0/security-groups/da6fdd94-6305-4d5c-b199-b2ce7269f554 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/485] 10.0.0.44 () {34 vars in 1001 bytes} [Thu Jul 2 06:18:39 2026] GET /v2.0/security-groups?tenant_id=e2016a2a9af74229b07b482f8bc44308 => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/486] 10.0.0.44 () {34 vars in 990 bytes} [Thu Jul 2 06:18:39 2026] GET /v2.0/security-groups/c1bd291d-d3ae-4232-b96b-b98375329fb1 => generated 2918 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/487] 10.0.0.44 () {34 vars in 906 bytes} [Thu Jul 2 06:18:39 2026] GET /v2.0/extensions => generated 21537 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/488] 10.0.0.44 () {34 vars in 990 bytes} [Thu Jul 2 06:18:39 2026] GET /v2.0/security-groups/c1bd291d-d3ae-4232-b96b-b98375329fb1 => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/489] 10.0.0.44 () {34 vars in 1007 bytes} [Thu Jul 2 06:18:39 2026] GET /v2.0/networks/8ff1e2ca-d27e-48be-af36-7cc42ec32427?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:18:39.495 8 INFO neutron.api.v2.resource [req-82d328d6-991a-46d3-b8eb-68764b2b38bd req-b21aa2ff-20e3-4c6a-9d71-5597e4c19bda a76c4293a80b47e2ac18703f89a422ad e2016a2a9af74229b07b482f8bc44308 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 258/490] 10.0.0.44 () {34 vars in 990 bytes} [Thu Jul 2 06:18:39 2026] GET /v2.0/security-groups/da6fdd94-6305-4d5c-b199-b2ce7269f554 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/491] 10.0.0.44 () {34 vars in 1107 bytes} [Thu Jul 2 06:18:39 2026] GET /v2.0/networks/8ff1e2ca-d27e-48be-af36-7cc42ec32427?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) 2026-07-02 06:18:39.546 8 INFO neutron.api.v2.resource [req-7399a40b-2b93-481f-86d8-a4fd707f4e94 req-c21dcf52-5804-408a-990c-ec97bb5045d1 a76c4293a80b47e2ac18703f89a422ad e2016a2a9af74229b07b482f8bc44308 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 233/492] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:18:37 2026] POST /v2.0/routers => generated 736 bytes in 2027 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/493] 10.0.0.44 () {34 vars in 990 bytes} [Thu Jul 2 06:18:39 2026] GET /v2.0/security-groups/a5936d9e-d23c-4687-b3b2-f5a4c4bc2597 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:18:39.586 8 INFO neutron.api.v2.resource [req-51f669e5-b770-4efb-8260-31d55840398d req-87d4aa28-233a-4634-afa1-9e289061cbd5 a76c4293a80b47e2ac18703f89a422ad e2016a2a9af74229b07b482f8bc44308 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 261/494] 10.0.0.44 () {34 vars in 990 bytes} [Thu Jul 2 06:18:39 2026] GET /v2.0/security-groups/d548bc21-86ab-41f5-9377-69f358a44630 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:18:40.134 8 INFO neutron_taas.services.taas.taas_plugin [None req-6aa9aa5f-9628-4f0d-b236-e76740659105 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: b3106ec3-af67-4cd3-b22b-59a2d834570b 2026-07-02 06:18:40.146 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6aa9aa5f-9628-4f0d-b236-e76740659105 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: b3106ec3-af67-4cd3-b22b-59a2d834570b [pid: 7|app: 0|req: 234/495] 10.0.0.28 () {34 vars in 782 bytes} [Thu Jul 2 06:18:39 2026] PUT /v2.0/routers/bfa520d1-b035-4573-b707-8c0f8c925dfd/add_router_interface => generated 309 bytes in 1159 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/496] 10.0.0.28 () {34 vars in 788 bytes} [Thu Jul 2 06:18:39 2026] PUT /v2.0/routers/8daa943a-1962-47ff-9bc4-c31e3c064fc2/remove_router_interface => generated 309 bytes in 1158 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/497] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:18:40 2026] GET /v2.0/ports?device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => generated 12 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:18:40.978 8 INFO neutron_taas.services.taas.taas_plugin [None req-42c5363a-15b1-46fb-bdc9-df48be31a43a 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: 208cea5d-ab8e-4af0-a2d5-243f78f05c1d 2026-07-02 06:18:40.981 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42c5363a-15b1-46fb-bdc9-df48be31a43a 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: 208cea5d-ab8e-4af0-a2d5-243f78f05c1d 2026-07-02 06:18:41.291 8 INFO neutron_taas.services.taas.taas_plugin [None req-42c5363a-15b1-46fb-bdc9-df48be31a43a 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: 90cc6a37-3051-48c1-a459-b34a2450637f 2026-07-02 06:18:41.294 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42c5363a-15b1-46fb-bdc9-df48be31a43a 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: 90cc6a37-3051-48c1-a459-b34a2450637f [pid: 7|app: 0|req: 236/498] 10.0.0.44 () {38 vars in 970 bytes} [Thu Jul 2 06:18:41 2026] POST /v2.0/security-groups => generated 1686 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 06:18:41.363 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-42c5363a-15b1-46fb-bdc9-df48be31a43a 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - 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: 237/499] 10.0.0.44 () {34 vars in 990 bytes} [Thu Jul 2 06:18:41 2026] GET /v2.0/security-groups/03a5b6fd-c935-43e0-9038-94e380d4fae6 => generated 1686 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/500] 10.0.0.44 () {38 vars in 980 bytes} [Thu Jul 2 06:18:41 2026] POST /v2.0/security-group-rules => generated 614 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/501] 10.0.0.44 () {38 vars in 970 bytes} [Thu Jul 2 06:18:41 2026] POST /v2.0/security-groups => generated 1686 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/502] 10.0.0.44 () {34 vars in 990 bytes} [Thu Jul 2 06:18:41 2026] GET /v2.0/security-groups/a558551e-03c2-46a3-afaf-f8fc2060f016 => generated 1686 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/503] 10.0.0.44 () {38 vars in 980 bytes} [Thu Jul 2 06:18:41 2026] POST /v2.0/security-group-rules => generated 614 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:41.850 8 INFO neutron.db.l3_hamode_db [None req-42c5363a-15b1-46fb-bdc9-df48be31a43a 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] HA network 34408234-9b00-45b1-ad76-7a2552d029a1 was deleted as no HA routers are present in tenant e2016a2a9af74229b07b482f8bc44308. [pid: 8|app: 0|req: 263/504] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:18:40 2026] DELETE /v2.0/routers/8daa943a-1962-47ff-9bc4-c31e3c064fc2 => generated 0 bytes in 1096 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/505] 10.0.0.44 () {34 vars in 990 bytes} [Thu Jul 2 06:18:41 2026] GET /v2.0/security-groups/a558551e-03c2-46a3-afaf-f8fc2060f016 => generated 2311 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/506] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:18:41 2026] DELETE /v2.0/subnets/24a9a8d5-534b-4484-954b-c4c2c29513e9 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/507] 10.0.0.44 () {38 vars in 980 bytes} [Thu Jul 2 06:18:41 2026] POST /v2.0/security-group-rules => generated 619 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/508] 10.0.0.44 () {34 vars in 990 bytes} [Thu Jul 2 06:18:42 2026] GET /v2.0/security-groups/a558551e-03c2-46a3-afaf-f8fc2060f016 => generated 2941 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:18:42.150 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2444046-135c-41d9-b8e0-6adb5b38d875 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: be8297db-4b65-4384-bb6a-3aa7a4859cdc 2026-07-02 06:18:42.163 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2444046-135c-41d9-b8e0-6adb5b38d875 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: be8297db-4b65-4384-bb6a-3aa7a4859cdc [pid: 8|app: 0|req: 267/509] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:18:42 2026] GET /v2.0/ports?device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => generated 12 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/510] 10.0.0.44 () {34 vars in 1000 bytes} [Thu Jul 2 06:18:42 2026] GET /v2.0/security-group-rules/641d7db7-6593-40f6-ac03-5292f68cb669 => generated 616 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:42.206 8 INFO neutron.services.segments.plugin [-] Segment f096d8a1-4ea0-43af-8dcc-e2a167fd6a85 resource provider aggregate not found 2026-07-02 06:18:42.231 8 INFO neutron.services.segments.plugin [-] Segment f096d8a1-4ea0-43af-8dcc-e2a167fd6a85 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 f096d8a1-4ea0-43af-8dcc-e2a167fd6a85 found for delete ", "request_id": "req-2eae8e80-3dc9-45aa-b51c-e8b7731eff78"}]} 2026-07-02 06:18:42.236 8 INFO neutron.services.segments.plugin [-] Segment f096d8a1-4ea0-43af-8dcc-e2a167fd6a85 resource provider aggregate not found [pid: 8|app: 0|req: 269/511] 10.0.0.44 () {34 vars in 990 bytes} [Thu Jul 2 06:18:42 2026] GET /v2.0/security-groups/a558551e-03c2-46a3-afaf-f8fc2060f016 => generated 2941 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:18:42.251 8 INFO neutron.services.segments.plugin [-] Segment f096d8a1-4ea0-43af-8dcc-e2a167fd6a85 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 f096d8a1-4ea0-43af-8dcc-e2a167fd6a85 found for delete ", "request_id": "req-545d9006-390f-4fb2-a1bc-885cb604653c"}]} [pid: 8|app: 0|req: 270/512] 10.0.0.44 () {36 vars in 1022 bytes} [Thu Jul 2 06:18:42 2026] DELETE /v2.0/security-group-rules/641d7db7-6593-40f6-ac03-5292f68cb669 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/513] 10.0.0.44 () {34 vars in 990 bytes} [Thu Jul 2 06:18:42 2026] GET /v2.0/security-groups/a558551e-03c2-46a3-afaf-f8fc2060f016 => generated 2311 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/514] 10.0.0.44 () {36 vars in 1012 bytes} [Thu Jul 2 06:18:42 2026] DELETE /v2.0/security-groups/a558551e-03c2-46a3-afaf-f8fc2060f016 => 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: 243/515] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:18:42 2026] DELETE /v2.0/networks/c1bd26aa-6c48-44c3-8b65-23d8990aec01 => generated 0 bytes in 443 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/516] 10.0.0.44 () {34 vars in 990 bytes} [Thu Jul 2 06:18:42 2026] GET /v2.0/security-groups/03a5b6fd-c935-43e0-9038-94e380d4fae6 => generated 2311 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/517] 10.0.0.44 () {36 vars in 1012 bytes} [Thu Jul 2 06:18:42 2026] DELETE /v2.0/security-groups/03a5b6fd-c935-43e0-9038-94e380d4fae6 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/518] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:18:42 2026] GET /v2.0/security-groups?tenant_id=e2016a2a9af74229b07b482f8bc44308&name=default => generated 2921 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/519] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:18:42 2026] DELETE /v2.0/security-groups/c1bd291d-d3ae-4232-b96b-b98375329fb1 => 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: 276/520] 10.0.0.44 () {34 vars in 1099 bytes} [Thu Jul 2 06:18:42 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1923048641&fields=id&tenant_id=55eda3eff2fe4f999f5279c76add3fef => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/521] 10.0.0.44 () {34 vars in 981 bytes} [Thu Jul 2 06:18:42 2026] GET /v2.0/networks?id=1aebb5d3-4576-4d85-b8bd-ec067a6384fc => generated 680 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/522] 10.0.0.44 () {34 vars in 964 bytes} [Thu Jul 2 06:18:43 2026] GET /v2.0/quotas/55eda3eff2fe4f999f5279c76add3fef => 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: 279/523] 10.0.0.44 () {34 vars in 1001 bytes} [Thu Jul 2 06:18:43 2026] GET /v2.0/ports?tenant_id=55eda3eff2fe4f999f5279c76add3fef&fields=id => generated 103 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:43.156 7 INFO neutron.services.segments.plugin [-] Segment 9411b200-72a9-42a1-ab8c-331cdff0a4d5 resource provider aggregate not found 2026-07-02 06:18:43.160 7 INFO neutron.services.segments.plugin [-] Segment 9411b200-72a9-42a1-ab8c-331cdff0a4d5 resource provider aggregate not found 2026-07-02 06:18:43.172 7 INFO neutron_taas.services.taas.taas_plugin [None req-f21b9b90-de47-4447-a1df-cc3cbabd2be5 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: 2057cb24-25f8-4c58-8191-82e76d28db2a 2026-07-02 06:18:43.175 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f21b9b90-de47-4447-a1df-cc3cbabd2be5 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: 2057cb24-25f8-4c58-8191-82e76d28db2a 2026-07-02 06:18:43.181 7 INFO neutron.services.segments.plugin [-] Segment 9411b200-72a9-42a1-ab8c-331cdff0a4d5 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 9411b200-72a9-42a1-ab8c-331cdff0a4d5 found for delete ", "request_id": "req-093cd79b-c2a1-4c08-9ddc-f2936cd1f7bc"}]} 2026-07-02 06:18:43.184 7 INFO neutron.services.segments.plugin [-] Segment 9411b200-72a9-42a1-ab8c-331cdff0a4d5 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 9411b200-72a9-42a1-ab8c-331cdff0a4d5 found for delete ", "request_id": "req-fb8fa9e4-2ac1-459a-8d9e-24f01bd6a13e"}]} [pid: 8|app: 0|req: 280/524] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:18:43 2026] GET /v2.0/ports?device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => 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: 281/525] 10.0.0.44 () {34 vars in 906 bytes} [Thu Jul 2 06:18:43 2026] GET /v2.0/extensions => generated 21537 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/526] 10.0.0.44 () {34 vars in 1007 bytes} [Thu Jul 2 06:18:43 2026] GET /v2.0/networks/1aebb5d3-4576-4d85-b8bd-ec067a6384fc?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: 283/527] 10.0.0.44 () {34 vars in 1107 bytes} [Thu Jul 2 06:18:43 2026] GET /v2.0/networks/1aebb5d3-4576-4d85-b8bd-ec067a6384fc?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: 7|app: 0|req: 245/528] 10.0.0.28 () {34 vars in 788 bytes} [Thu Jul 2 06:18:42 2026] PUT /v2.0/routers/bfa520d1-b035-4573-b707-8c0f8c925dfd/remove_router_interface => generated 309 bytes in 991 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:43.927 8 INFO neutron_taas.services.taas.taas_plugin [None req-d52eca0c-31b3-46e9-a6ce-a0398b76b5c9 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: bb2b5f63-2090-4fa9-91dd-e7d5f3a7945b 2026-07-02 06:18:43.931 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d52eca0c-31b3-46e9-a6ce-a0398b76b5c9 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: bb2b5f63-2090-4fa9-91dd-e7d5f3a7945b [pid: 7|app: 0|req: 246/529] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:18:44 2026] GET /v2.0/ports?device_id=02e75357-d7d6-4f46-8f14-762daaf39189 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:18:44.180 8 INFO neutron_taas.services.taas.taas_plugin [None req-d52eca0c-31b3-46e9-a6ce-a0398b76b5c9 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: 3f231f60-a07c-4401-bd97-a359168bc108 2026-07-02 06:18:44.183 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d52eca0c-31b3-46e9-a6ce-a0398b76b5c9 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: 3f231f60-a07c-4401-bd97-a359168bc108 [pid: 7|app: 0|req: 247/530] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:18:44 2026] GET /v2.0/ports?device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:18:44.576 8 INFO neutron.services.segments.plugin [-] Segment 6a4a8f96-16c7-4bd7-bf87-e8ec7bccb5a4 resource provider aggregate not found 2026-07-02 06:18:44.578 8 INFO neutron.services.segments.plugin [-] Segment 6a4a8f96-16c7-4bd7-bf87-e8ec7bccb5a4 resource provider aggregate not found 2026-07-02 06:18:44.599 8 INFO neutron.services.segments.plugin [-] Segment 6a4a8f96-16c7-4bd7-bf87-e8ec7bccb5a4 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 6a4a8f96-16c7-4bd7-bf87-e8ec7bccb5a4 found for delete ", "request_id": "req-23ad89d6-29e0-481b-9b50-dc8abdb0cdbe"}]} 2026-07-02 06:18:44.600 8 INFO neutron.services.segments.plugin [-] Segment 6a4a8f96-16c7-4bd7-bf87-e8ec7bccb5a4 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 6a4a8f96-16c7-4bd7-bf87-e8ec7bccb5a4 found for delete ", "request_id": "req-f7fa5dd6-2376-42db-bcde-827319078099"}]} 2026-07-02 06:18:44.612 8 INFO neutron.db.l3_hamode_db [None req-d52eca0c-31b3-46e9-a6ce-a0398b76b5c9 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] HA network 7ac60576-5834-4fd9-9251-d7faa32adda0 was deleted as no HA routers are present in tenant 277a090ab86a4f7ea119669b2b7987a5. [pid: 8|app: 0|req: 284/531] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:18:43 2026] DELETE /v2.0/routers/bfa520d1-b035-4573-b707-8c0f8c925dfd => generated 0 bytes in 939 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/532] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:18:44 2026] DELETE /v2.0/subnets/ac81215f-56d5-4996-9bbe-00b96e00948c => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/533] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:18:44 2026] GET /v2.0/networks?id=8ff1e2ca-d27e-48be-af36-7cc42ec32427 => generated 684 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/534] 199.204.45.3 () {34 vars in 909 bytes} [Thu Jul 2 06:18:44 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: 7|app: 0|req: 250/535] 199.204.45.3 () {34 vars in 1048 bytes} [Thu Jul 2 06:18:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2b82d729ede7414ea16e7085efcdaa26 => generated 180 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/536] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:18:44 2026] DELETE /v2.0/networks/e1662f76-a843-4650-9607-24b26fc6433f => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/537] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:18:45 2026] GET /v2.0/security-groups?tenant_id=277a090ab86a4f7ea119669b2b7987a5&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: 288/538] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:18:45 2026] DELETE /v2.0/security-groups/d4e9063f-ec33-465e-bce8-980b97025101 => 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: 289/539] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:18:45 2026] GET /v2.0/ports?device_id=02e75357-d7d6-4f46-8f14-762daaf39189 => 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: 251/540] 199.204.45.3 () {38 vars in 953 bytes} [Thu Jul 2 06:18:44 2026] POST /v2.0/ports => generated 958 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/541] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:18:45 2026] GET /v2.0/ports?device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => generated 961 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/542] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:18:45 2026] GET /v2.0/security-groups?id=249c8eb5-d3ca-4bfe-89d0-a26a7a560dbe&fields=id&fields=name => generated 113 bytes in 38 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: 252/543] 199.204.45.3 () {38 vars in 1026 bytes} [Thu Jul 2 06:18:45 2026] PUT /v2.0/ports/b5b138b3-427e-480e-acfa-c1420edf8eee => generated 1239 bytes in 565 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/544] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:18:46 2026] GET /v2.0/ports?device_id=02e75357-d7d6-4f46-8f14-762daaf39189 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:18:46.632 8 INFO neutron.services.segments.plugin [-] Segment 9ac5ea74-5f93-4194-a3df-a3299c51d87c resource provider aggregate not found 2026-07-02 06:18:46.635 8 INFO neutron.services.segments.plugin [-] Segment 9ac5ea74-5f93-4194-a3df-a3299c51d87c resource provider aggregate not found 2026-07-02 06:18:46.650 8 INFO neutron.services.segments.plugin [-] Segment 9ac5ea74-5f93-4194-a3df-a3299c51d87c 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 9ac5ea74-5f93-4194-a3df-a3299c51d87c found for delete ", "request_id": "req-785da67e-40c4-4e96-ad24-3ff3ae068ccd"}]} 2026-07-02 06:18:46.658 8 INFO neutron.services.segments.plugin [-] Segment 9ac5ea74-5f93-4194-a3df-a3299c51d87c 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 9ac5ea74-5f93-4194-a3df-a3299c51d87c found for delete ", "request_id": "req-d662f4a9-8e3b-429f-a8aa-e989692e7e34"}]} /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: 253/545] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:18:46 2026] GET /v2.0/ports?device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:46.811 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d7fa4165-3f2b-4fb2-99f5-b2c4339ae148'] response: {'name': 'network-changed', 'server_uuid': '938a2869-aa2a-489e-9ee5-995e746f84c7', 'tag': 'b5b138b3-427e-480e-acfa-c1420edf8eee', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 293/546] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:18:46 2026] GET /v2.0/security-groups?id=249c8eb5-d3ca-4bfe-89d0-a26a7a560dbe&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/547] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:18:47 2026] GET /v2.0/ports?tenant_id=2b82d729ede7414ea16e7085efcdaa26&device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => generated 1242 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/548] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:18:47 2026] GET /v2.0/ports?device_id=02e75357-d7d6-4f46-8f14-762daaf39189 => 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: 294/550] 199.204.45.3 () {34 vars in 1058 bytes} [Thu Jul 2 06:18:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=b5b138b3-427e-480e-acfa-c1420edf8eee => 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: 295/552] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:18:47 2026] GET /v2.0/subnets?id=a3146c7a-ea98-4077-be64-8d65cf43de31 => generated 702 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/553] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:18:47 2026] GET /v2.0/ports?network_id=8ff1e2ca-d27e-48be-af36-7cc42ec32427&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: 296/554] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:18:47 2026] GET /v2.0/networks/8ff1e2ca-d27e-48be-af36-7cc42ec32427?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/555] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:18:47 2026] GET /v2.0/networks/8ff1e2ca-d27e-48be-af36-7cc42ec32427?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: 297/556] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:18:47 2026] GET /v2.0/ports?device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/557] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:18:47 2026] GET /v2.0/security-groups?id=249c8eb5-d3ca-4bfe-89d0-a26a7a560dbe&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/558] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:18:48 2026] GET /v2.0/ports?device_id=02e75357-d7d6-4f46-8f14-762daaf39189 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/559] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:18:48 2026] GET /v2.0/networks?id=1aebb5d3-4576-4d85-b8bd-ec067a6384fc => generated 680 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/560] 199.204.45.3 () {34 vars in 1048 bytes} [Thu Jul 2 06:18:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=55eda3eff2fe4f999f5279c76add3fef => generated 181 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/561] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:18:48 2026] GET /v2.0/ports?tenant_id=2b82d729ede7414ea16e7085efcdaa26&device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/562] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:18:48 2026] GET /v2.0/networks?id=8ff1e2ca-d27e-48be-af36-7cc42ec32427 => generated 780 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/563] 199.204.45.3 () {34 vars in 1058 bytes} [Thu Jul 2 06:18:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=b5b138b3-427e-480e-acfa-c1420edf8eee => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/564] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:18:48 2026] GET /v2.0/subnets?id=a3146c7a-ea98-4077-be64-8d65cf43de31 => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/565] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:18:48 2026] GET /v2.0/ports?network_id=8ff1e2ca-d27e-48be-af36-7cc42ec32427&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/566] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:18:48 2026] GET /v2.0/networks/8ff1e2ca-d27e-48be-af36-7cc42ec32427?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: 268/567] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:18:48 2026] GET /v2.0/networks/8ff1e2ca-d27e-48be-af36-7cc42ec32427?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: 269/568] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:18:49 2026] GET /v2.0/ports?device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/569] 199.204.45.3 () {38 vars in 953 bytes} [Thu Jul 2 06:18:48 2026] POST /v2.0/ports => generated 958 bytes in 521 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: 270/570] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:18:49 2026] GET /v2.0/security-groups?id=249c8eb5-d3ca-4bfe-89d0-a26a7a560dbe&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: 271/571] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:18:49 2026] GET /v2.0/ports?device_id=02e75357-d7d6-4f46-8f14-762daaf39189 => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/572] 199.204.45.3 () {38 vars in 1026 bytes} [Thu Jul 2 06:18:49 2026] PUT /v2.0/ports/aa372c4c-572b-41ee-b111-9f995a99d62c => generated 1239 bytes in 456 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/573] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:18:49 2026] GET /v2.0/security-groups?id=66dccf0c-3dc3-47e9-ba89-91e0ed2a30fc&fields=id&fields=name => generated 114 bytes in 34 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-07-02 06:18:50.173 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b4e4cb0a-131e-4ea1-84c1-7da376d77616'] response: {'name': 'network-changed', 'server_uuid': '02e75357-d7d6-4f46-8f14-762daaf39189', 'tag': 'aa372c4c-572b-41ee-b111-9f995a99d62c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 273/574] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:18:50 2026] GET /v2.0/ports?device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/575] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:18:49 2026] GET /v2.0/security-groups?tenant_id=3f5c9e54393b4b3a9006777f2f44e601&name=default => generated 2925 bytes in 462 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/576] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:18:50 2026] GET /v2.0/security-groups?id=249c8eb5-d3ca-4bfe-89d0-a26a7a560dbe&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/577] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:18:50 2026] DELETE /v2.0/security-groups/e7a387e3-9430-4b48-ae3b-913e29079f69 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/578] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:18:50 2026] GET /v2.0/security-groups?tenant_id=3b973c3da33d4fb1ba7449c9d6bb16e5&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/579] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:18:50 2026] GET /v2.0/security-groups?tenant_id=2eb115af87394723a5d526e6899f5034&name=default => generated 2925 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/580] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:18:50 2026] DELETE /v2.0/security-groups/3d82d9df-e89b-4bc9-ba90-99127e16e4f5 => 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: 306/581] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:18:50 2026] GET /v2.0/ports?tenant_id=55eda3eff2fe4f999f5279c76add3fef&device_id=02e75357-d7d6-4f46-8f14-762daaf39189 => generated 1242 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/582] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:18:50 2026] GET /v2.0/ports?device_id=02e75357-d7d6-4f46-8f14-762daaf39189 => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/583] 199.204.45.3 () {34 vars in 1058 bytes} [Thu Jul 2 06:18:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=aa372c4c-572b-41ee-b111-9f995a99d62c => 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: 276/584] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:18:50 2026] DELETE /v2.0/security-groups/04da4f37-878a-4386-97a4-4dfd28dee48f => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/585] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:18:50 2026] GET /v2.0/security-groups?id=66dccf0c-3dc3-47e9-ba89-91e0ed2a30fc&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: 7|app: 0|req: 277/586] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:18:50 2026] GET /v2.0/subnets?id=ae049f76-fddf-4a5d-aee1-87a87a46bb0b => generated 698 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/587] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:18:50 2026] GET /v2.0/ports?network_id=1aebb5d3-4576-4d85-b8bd-ec067a6384fc&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: 8|app: 0|req: 310/588] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:18:50 2026] GET /v2.0/security-groups?tenant_id=efffe64ae4584d74a5ca190980394479&name=default => generated 2925 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/589] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:18:50 2026] GET /v2.0/networks/1aebb5d3-4576-4d85-b8bd-ec067a6384fc?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/590] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:18:50 2026] DELETE /v2.0/security-groups/d33639c8-dfc1-4418-8c08-9385fdb4a49e => 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: 280/591] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:18:50 2026] GET /v2.0/networks/1aebb5d3-4576-4d85-b8bd-ec067a6384fc?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: 8|app: 0|req: 312/592] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:18:51 2026] GET /v2.0/ports?device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/593] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:18:51 2026] GET /v2.0/security-groups?id=249c8eb5-d3ca-4bfe-89d0-a26a7a560dbe&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: 313/594] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:18:51 2026] GET /v2.0/ports?device_id=02e75357-d7d6-4f46-8f14-762daaf39189 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/595] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:18:51 2026] GET /v2.0/security-groups?id=66dccf0c-3dc3-47e9-ba89-91e0ed2a30fc&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: 314/596] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:18:51 2026] GET /v2.0/ports?tenant_id=55eda3eff2fe4f999f5279c76add3fef&device_id=02e75357-d7d6-4f46-8f14-762daaf39189 => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/597] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:18:52 2026] GET /v2.0/networks?id=1aebb5d3-4576-4d85-b8bd-ec067a6384fc => generated 776 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/598] 199.204.45.3 () {34 vars in 1058 bytes} [Thu Jul 2 06:18:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=aa372c4c-572b-41ee-b111-9f995a99d62c => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/599] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:18:52 2026] GET /v2.0/subnets?id=ae049f76-fddf-4a5d-aee1-87a87a46bb0b => generated 698 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/600] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:18:52 2026] GET /v2.0/ports?network_id=1aebb5d3-4576-4d85-b8bd-ec067a6384fc&device_owner=network%3Adhcp => generated 1244 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/601] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:18:52 2026] GET /v2.0/networks/1aebb5d3-4576-4d85-b8bd-ec067a6384fc?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/602] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:18:52 2026] GET /v2.0/ports?device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/603] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:18:52 2026] GET /v2.0/security-groups?id=249c8eb5-d3ca-4bfe-89d0-a26a7a560dbe&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: 317/604] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:18:52 2026] GET /v2.0/networks/1aebb5d3-4576-4d85-b8bd-ec067a6384fc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/605] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:18:52 2026] GET /v2.0/ports?device_id=02e75357-d7d6-4f46-8f14-762daaf39189 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/606] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:18:53 2026] GET /v2.0/security-groups?id=66dccf0c-3dc3-47e9-ba89-91e0ed2a30fc&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: 289/607] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:18:53 2026] GET /v2.0/ports?device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => 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: 319/608] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:18:53 2026] GET /v2.0/security-groups?id=249c8eb5-d3ca-4bfe-89d0-a26a7a560dbe&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/609] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:18:54 2026] GET /v2.0/ports?device_id=02e75357-d7d6-4f46-8f14-762daaf39189 => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/610] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:18:54 2026] GET /v2.0/security-groups?id=66dccf0c-3dc3-47e9-ba89-91e0ed2a30fc&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: 291/611] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:18:54 2026] GET /v2.0/security-groups?tenant_id=4bcfadb5a7f746699840211cf4779a40&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/612] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:18:55 2026] GET /v2.0/ports?device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/613] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:18:54 2026] GET /v2.0/security-groups?tenant_id=843304342eb2478faa9ea60b713b21c7&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/614] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:18:55 2026] GET /v2.0/security-groups?id=249c8eb5-d3ca-4bfe-89d0-a26a7a560dbe&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: 293/615] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:18:55 2026] DELETE /v2.0/security-groups/e8d3ced2-bd56-45ee-a1dd-a3d50fcca473 => 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: 323/616] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:18:55 2026] DELETE /v2.0/security-groups/df4213c9-7233-48c6-a69e-e7c65a496367 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/617] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:18:55 2026] GET /v2.0/security-groups?tenant_id=752e672deebc4849a25582f0118e59d4&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/618] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:18:55 2026] GET /v2.0/ports?device_id=02e75357-d7d6-4f46-8f14-762daaf39189 => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/619] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:18:55 2026] GET /v2.0/security-groups?id=66dccf0c-3dc3-47e9-ba89-91e0ed2a30fc&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: 326/620] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:18:55 2026] DELETE /v2.0/security-groups/669ce1f7-f651-4b1a-9ba4-7df258dc3bb6 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/621] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:18:55 2026] GET /v2.0/security-groups?tenant_id=122cf91f8865410a8f26a96ffffd290b&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/622] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:18:55 2026] DELETE /v2.0/security-groups/9ae3a378-dd77-43ed-ba61-d15a6a8fe1e1 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/623] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:18:56 2026] GET /v2.0/ports?device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/624] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:18:56 2026] GET /v2.0/security-groups?id=249c8eb5-d3ca-4bfe-89d0-a26a7a560dbe&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/625] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:18:56 2026] GET /v2.0/ports?device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/626] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:18:56 2026] GET /v2.0/ports?device_id=02e75357-d7d6-4f46-8f14-762daaf39189 => generated 973 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/627] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:18:56 2026] GET /v2.0/security-groups?id=66dccf0c-3dc3-47e9-ba89-91e0ed2a30fc&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:56.913 8 INFO neutron.db.l3_db [None req-9a4be4b1-6d47-4ca1-a4c4-4511b35b2e70 5e5971d0574e4cac92f92e1b11aeb663 2b82d729ede7414ea16e7085efcdaa26 - - default default] Floating IP 3cf236fe-f6ca-43ab-bf6d-ce627a714703 associated. External IP: 10.96.250.216, port: b5b138b3-427e-480e-acfa-c1420edf8eee. [pid: 8|app: 0|req: 329/628] 10.0.0.28 () {34 vars in 748 bytes} [Thu Jul 2 06:18:56 2026] PUT /v2.0/floatingips/3cf236fe-f6ca-43ab-bf6d-ce627a714703 => generated 856 bytes in 886 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:57.335 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-560a2e4a-3be8-4a4a-9d71-05148eab4c1f'] response: {'name': 'network-changed', 'server_uuid': '938a2869-aa2a-489e-9ee5-995e746f84c7', 'tag': 'b5b138b3-427e-480e-acfa-c1420edf8eee', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 300/629] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:18:57 2026] GET /v2.0/ports?device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/630] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:18:57 2026] GET /v2.0/security-groups?id=249c8eb5-d3ca-4bfe-89d0-a26a7a560dbe&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: 8|app: 0|req: 331/631] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:18:57 2026] GET /v2.0/ports?device_id=02e75357-d7d6-4f46-8f14-762daaf39189 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/632] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:18:57 2026] GET /v2.0/security-groups?id=66dccf0c-3dc3-47e9-ba89-91e0ed2a30fc&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: 8|app: 0|req: 333/633] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:18:57 2026] GET /v2.0/ports?tenant_id=2b82d729ede7414ea16e7085efcdaa26&device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/634] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:18:57 2026] GET /v2.0/networks?id=8ff1e2ca-d27e-48be-af36-7cc42ec32427 => generated 780 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:58.013 7 INFO neutron.db.segments_db [None req-e2bbdb2f-c5be-4e2d-9ea2-60be9cf3acf1 5876580271b14a7bb6e1d5ac07ea07c1 278a4d53cddd4def8cc2c94179caf60f - - default default] Added segment 750e335b-3bae-4445-b539-b16d04183ef4 of type vxlan for network fc540934-ec57-4ed3-8991-5ea1f982acb4 [pid: 8|app: 0|req: 335/635] 199.204.45.3 () {34 vars in 1058 bytes} [Thu Jul 2 06:18:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=b5b138b3-427e-480e-acfa-c1420edf8eee => generated 859 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/636] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:18:58 2026] GET /v2.0/subnets?id=a3146c7a-ea98-4077-be64-8d65cf43de31 => generated 702 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/637] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:18:58 2026] GET /v2.0/ports?network_id=8ff1e2ca-d27e-48be-af36-7cc42ec32427&device_owner=network%3Adhcp => generated 1244 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/638] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:18:57 2026] POST /v2.0/networks => generated 648 bytes in 570 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/639] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:18:58 2026] GET /v2.0/networks/8ff1e2ca-d27e-48be-af36-7cc42ec32427?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/640] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:18:58 2026] GET /v2.0/networks/8ff1e2ca-d27e-48be-af36-7cc42ec32427?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/641] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:18:58 2026] POST /v2.0/subnets => generated 673 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/642] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:18:58 2026] GET /v2.0/ports?device_id=02e75357-d7d6-4f46-8f14-762daaf39189 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:58.957 8 INFO neutron.db.segments_db [None req-fe0f3371-efc6-4556-8c68-b7a0cce99439 5876580271b14a7bb6e1d5ac07ea07c1 278a4d53cddd4def8cc2c94179caf60f - - default default] Added segment 9f9597d9-0115-4137-95c9-7caa6a44baa7 of type vxlan for network 9e0be842-dbce-4f45-85b1-2a06926ffb2e [pid: 7|app: 0|req: 304/643] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:18:58 2026] GET /v2.0/security-groups?id=66dccf0c-3dc3-47e9-ba89-91e0ed2a30fc&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: 8|app: 0|req: 340/644] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:18:58 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) [pid: 7|app: 0|req: 305/645] 10.0.0.28 () {34 vars in 742 bytes} [Thu Jul 2 06:18:59 2026] PUT /v2.0/networks/9e0be842-dbce-4f45-85b1-2a06926ffb2e => generated 592 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/646] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:18:59 2026] POST /v2.0/subnets => generated 646 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/647] 10.0.0.28 () {34 vars in 740 bytes} [Thu Jul 2 06:18:59 2026] PUT /v2.0/subnets/13760d2c-7a85-48ed-b6cc-5f9f84330ff4 => generated 656 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:59.837 8 INFO neutron.services.segments.plugin [-] Segment 9f9597d9-0115-4137-95c9-7caa6a44baa7 resource provider aggregate not found 2026-07-02 06:18:59.842 8 INFO neutron.services.segments.plugin [-] Segment 9f9597d9-0115-4137-95c9-7caa6a44baa7 resource provider aggregate not found [pid: 8|app: 0|req: 342/648] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:18:59 2026] DELETE /v2.0/networks/9e0be842-dbce-4f45-85b1-2a06926ffb2e => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:18:59.860 8 INFO neutron.services.segments.plugin [-] Segment 9f9597d9-0115-4137-95c9-7caa6a44baa7 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 9f9597d9-0115-4137-95c9-7caa6a44baa7 found for delete ", "request_id": "req-c27cb3d9-cccb-4fd1-a531-fbd996a48f3f"}]} 2026-07-02 06:18:59.864 8 INFO neutron.services.segments.plugin [-] Segment 9f9597d9-0115-4137-95c9-7caa6a44baa7 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 9f9597d9-0115-4137-95c9-7caa6a44baa7 found for delete ", "request_id": "req-e5943def-8fdf-44e4-baff-005eda9e22a0"}]} 2026-07-02 06:18:59.879 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b3ee3cc5-ef64-4fb8-a71f-a7d641159cd8 5876580271b14a7bb6e1d5ac07ea07c1 278a4d53cddd4def8cc2c94179caf60f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 307/649] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:18:59 2026] DELETE /v2.0/networks/9e0be842-dbce-4f45-85b1-2a06926ffb2e => 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: 343/650] 10.0.0.28 () {32 vars in 693 bytes} [Thu Jul 2 06:18:59 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/651] 10.0.0.28 () {32 vars in 741 bytes} [Thu Jul 2 06:18:59 2026] GET /v2.0/subnets?network_id=164cf595-8aa6-4ad1-8acb-0f35f2c9f97b => generated 649 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/652] 10.0.0.28 () {32 vars in 652 bytes} [Thu Jul 2 06:19:00 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) [pid: 8|app: 0|req: 345/653] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:00 2026] GET /v2.0/ports?device_id=02e75357-d7d6-4f46-8f14-762daaf39189 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/654] 10.0.0.28 () {32 vars in 648 bytes} [Thu Jul 2 06:19:00 2026] GET /v2.0/networks => generated 1313 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/655] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:19:00 2026] GET /v2.0/security-groups?id=66dccf0c-3dc3-47e9-ba89-91e0ed2a30fc&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: 310/656] 10.0.0.28 () {32 vars in 646 bytes} [Thu Jul 2 06:19:00 2026] GET /v2.0/subnets => generated 1312 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/657] 10.0.0.28 () {32 vars in 722 bytes} [Thu Jul 2 06:19:00 2026] GET /v2.0/networks/fc540934-ec57-4ed3-8991-5ea1f982acb4 => generated 673 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/658] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:00 2026] GET /v2.0/ports?device_id=02e75357-d7d6-4f46-8f14-762daaf39189 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/659] 10.0.0.28 () {32 vars in 720 bytes} [Thu Jul 2 06:19:00 2026] GET /v2.0/subnets/9db5539d-a7f5-4ed3-94ce-053add0099c4 => generated 673 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:00.311 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e5c42575-b2a0-4597-b0d7-5aa702fd21a8 5876580271b14a7bb6e1d5ac07ea07c1 278a4d53cddd4def8cc2c94179caf60f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 349/660] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:00 2026] DELETE /v2.0/subnets/13760d2c-7a85-48ed-b6cc-5f9f84330ff4 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:19:00.339 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e5e213d9-de60-4afc-83b5-1d7dc06f5743 5876580271b14a7bb6e1d5ac07ea07c1 278a4d53cddd4def8cc2c94179caf60f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 350/661] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:19:00 2026] DELETE /v2.0/networks/9e0be842-dbce-4f45-85b1-2a06926ffb2e => generated 138 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/662] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:00 2026] DELETE /v2.0/subnets/9db5539d-a7f5-4ed3-94ce-053add0099c4 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:19:00.635 8 INFO neutron_taas.services.taas.taas_plugin [None req-e942bb5c-0f0c-49c6-8e50-6d4d740b447b 5876580271b14a7bb6e1d5ac07ea07c1 278a4d53cddd4def8cc2c94179caf60f - - default default] TaaS: Handle Delete Port: 93f29540-9901-414f-b144-f495aeebd631 2026-07-02 06:19:00.638 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e942bb5c-0f0c-49c6-8e50-6d4d740b447b 5876580271b14a7bb6e1d5ac07ea07c1 278a4d53cddd4def8cc2c94179caf60f - - default default] Tap Mirror: Handle Delete Port: 93f29540-9901-414f-b144-f495aeebd631 [pid: 8|app: 0|req: 352/663] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:19:00 2026] DELETE /v2.0/networks/fc540934-ec57-4ed3-8991-5ea1f982acb4 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:19:01.103 7 INFO neutron.db.l3_db [None req-f0b00051-d737-40c1-a680-37f202806446 c5ba8e00f4c44317adb6731fc95db9a3 55eda3eff2fe4f999f5279c76add3fef - - default default] Floating IP 9ce4fc41-25c0-47a9-a66f-7983a9b4f631 associated. External IP: 10.96.250.208, port: aa372c4c-572b-41ee-b111-9f995a99d62c. [pid: 7|app: 0|req: 312/664] 10.0.0.28 () {34 vars in 748 bytes} [Thu Jul 2 06:19:00 2026] PUT /v2.0/floatingips/9ce4fc41-25c0-47a9-a66f-7983a9b4f631 => generated 856 bytes in 1155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:01.461 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c05e7b0b-7b34-459d-9baf-bb1cce3ebce2'] response: {'name': 'network-changed', 'server_uuid': '02e75357-d7d6-4f46-8f14-762daaf39189', 'tag': 'aa372c4c-572b-41ee-b111-9f995a99d62c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 313/665] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:01 2026] GET /v2.0/ports?device_id=02e75357-d7d6-4f46-8f14-762daaf39189 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/666] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:19:01 2026] GET /v2.0/security-groups?id=66dccf0c-3dc3-47e9-ba89-91e0ed2a30fc&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: 353/667] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:19:01 2026] GET /v2.0/security-groups?tenant_id=278a4d53cddd4def8cc2c94179caf60f&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: 315/668] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:19:01 2026] DELETE /v2.0/security-groups/6403f296-610b-4f04-9277-0815ed466883 => 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: 354/669] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:19:01 2026] GET /v2.0/security-groups?tenant_id=09fe233efe4a43409dfd0f6a5488233a&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:19:01.890 8 INFO neutron.services.segments.plugin [-] Segment 750e335b-3bae-4445-b539-b16d04183ef4 resource provider aggregate not found 2026-07-02 06:19:01.896 8 INFO neutron.services.segments.plugin [-] Segment 750e335b-3bae-4445-b539-b16d04183ef4 resource provider aggregate not found 2026-07-02 06:19:01.912 8 INFO neutron.services.segments.plugin [-] Segment 750e335b-3bae-4445-b539-b16d04183ef4 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 750e335b-3bae-4445-b539-b16d04183ef4 found for delete ", "request_id": "req-74257530-0bfb-4264-8774-f1a8ec22c35c"}]} 2026-07-02 06:19:01.923 8 INFO neutron.services.segments.plugin [-] Segment 750e335b-3bae-4445-b539-b16d04183ef4 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 750e335b-3bae-4445-b539-b16d04183ef4 found for delete ", "request_id": "req-b57e0fcb-22e2-48b9-b61c-4dbc136fcadc"}]} [pid: 7|app: 0|req: 316/670] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:19:01 2026] DELETE /v2.0/security-groups/010c6e37-4383-43fe-a254-f520f8b532e0 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/671] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:19:01 2026] GET /v2.0/ports?tenant_id=55eda3eff2fe4f999f5279c76add3fef&device_id=02e75357-d7d6-4f46-8f14-762daaf39189 => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/672] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:01 2026] GET /v2.0/ports?device_id=02e75357-d7d6-4f46-8f14-762daaf39189 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/673] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:19:02 2026] GET /v2.0/networks?id=1aebb5d3-4576-4d85-b8bd-ec067a6384fc => generated 776 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/674] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:19:02 2026] GET /v2.0/security-groups?id=66dccf0c-3dc3-47e9-ba89-91e0ed2a30fc&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: 357/675] 199.204.45.3 () {34 vars in 1058 bytes} [Thu Jul 2 06:19:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=aa372c4c-572b-41ee-b111-9f995a99d62c => generated 859 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/676] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:19:02 2026] GET /v2.0/subnets?id=ae049f76-fddf-4a5d-aee1-87a87a46bb0b => generated 698 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/677] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:19:02 2026] GET /v2.0/ports?network_id=1aebb5d3-4576-4d85-b8bd-ec067a6384fc&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: 319/678] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:19:02 2026] GET /v2.0/security-groups?tenant_id=b2356dd195424f6f93829bcdfce2b3e4&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/679] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:19:02 2026] GET /v2.0/networks/1aebb5d3-4576-4d85-b8bd-ec067a6384fc?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/680] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:19:02 2026] GET /v2.0/networks/1aebb5d3-4576-4d85-b8bd-ec067a6384fc?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: 320/683] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:19:02 2026] DELETE /v2.0/security-groups/754d8048-5e9e-43be-a498-c1718cde99dd => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/684] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:03 2026] GET /v2.0/ports?device_id=02e75357-d7d6-4f46-8f14-762daaf39189 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/685] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:19:03 2026] GET /v2.0/security-groups?id=66dccf0c-3dc3-47e9-ba89-91e0ed2a30fc&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:03.944 8 INFO neutron.db.segments_db [None req-21645ff3-00cc-402c-85f7-932254a8e108 f07885abd4194ad686091ff934623702 ab1899c6962b4e6a994c0b3e8b8990e8 - - default default] Added segment e1b1e147-8781-4c14-8d04-be94340ed1ba of type vxlan for network 7eb049bb-3ba5-4843-957e-cda2dd0cb72f [pid: 8|app: 0|req: 365/686] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:19:03 2026] POST /v2.0/networks => generated 649 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/687] 10.0.0.28 () {34 vars in 664 bytes} [Thu Jul 2 06:19:04 2026] POST /v2.0/ports => generated 777 bytes in 319 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: 323/688] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:04 2026] GET /v2.0/ports?device_id=02e75357-d7d6-4f46-8f14-762daaf39189 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:04.428 8 INFO neutron.db.segments_db [None req-530b1954-c8fe-45bd-afeb-f2466f8f06aa f07885abd4194ad686091ff934623702 ab1899c6962b4e6a994c0b3e8b8990e8 - - default default] Added segment 382f3852-8f52-4e08-99be-753c557fae7e of type vxlan for network 49f21768-6571-44c8-9630-899f49a1e4c7 [pid: 7|app: 0|req: 324/689] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:19:04 2026] GET /v2.0/security-groups?id=66dccf0c-3dc3-47e9-ba89-91e0ed2a30fc&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: 366/690] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:19:04 2026] POST /v2.0/networks => generated 636 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/691] 199.204.45.3 () {34 vars in 992 bytes} [Thu Jul 2 06:19:04 2026] GET /v2.0/ports?device_id=02e75357-d7d6-4f46-8f14-762daaf39189 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/692] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:19:04 2026] POST /v2.0/subnets => generated 646 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:04.833 8 INFO neutron_taas.services.taas.taas_plugin [req-7633bb61-b86d-4f4e-94a3-6c76ea93743a req-52c59a22-8033-402a-be95-874b99294c79 c5ba8e00f4c44317adb6731fc95db9a3 55eda3eff2fe4f999f5279c76add3fef - - default default] TaaS: Handle Delete Port: aa372c4c-572b-41ee-b111-9f995a99d62c 2026-07-02 06:19:04.840 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7633bb61-b86d-4f4e-94a3-6c76ea93743a req-52c59a22-8033-402a-be95-874b99294c79 c5ba8e00f4c44317adb6731fc95db9a3 55eda3eff2fe4f999f5279c76add3fef - - default default] Tap Mirror: Handle Delete Port: aa372c4c-572b-41ee-b111-9f995a99d62c 2026-07-02 06:19:05.038 8 INFO neutron.db.l3_db [req-7633bb61-b86d-4f4e-94a3-6c76ea93743a req-52c59a22-8033-402a-be95-874b99294c79 c5ba8e00f4c44317adb6731fc95db9a3 55eda3eff2fe4f999f5279c76add3fef - - default default] Floating IP 9ce4fc41-25c0-47a9-a66f-7983a9b4f631 disassociated. External IP: 10.96.250.208, port: aa372c4c-572b-41ee-b111-9f995a99d62c. [pid: 7|app: 0|req: 326/693] 10.0.0.28 () {34 vars in 664 bytes} [Thu Jul 2 06:19:04 2026] POST /v2.0/ports => generated 965 bytes in 345 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-07-02 06:19:05.329 7 INFO neutron_taas.services.taas.taas_plugin [None req-c9c7921d-ca93-43a2-9c78-ad48439ef967 f07885abd4194ad686091ff934623702 ab1899c6962b4e6a994c0b3e8b8990e8 - - default default] TaaS: Handle Delete Port: d541a08d-2479-43f1-883a-5fc66920ed80 2026-07-02 06:19:05.336 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9c7921d-ca93-43a2-9c78-ad48439ef967 f07885abd4194ad686091ff934623702 ab1899c6962b4e6a994c0b3e8b8990e8 - - default default] Tap Mirror: Handle Delete Port: d541a08d-2479-43f1-883a-5fc66920ed80 [pid: 8|app: 0|req: 368/694] 199.204.45.3 () {36 vars in 995 bytes} [Thu Jul 2 06:19:04 2026] DELETE /v2.0/ports/aa372c4c-572b-41ee-b111-9f995a99d62c => generated 0 bytes in 817 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/695] 10.0.0.28 () {32 vars in 719 bytes} [Thu Jul 2 06:19:05 2026] DELETE /v2.0/ports/d541a08d-2479-43f1-883a-5fc66920ed80 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:19:05.514 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f105002d-597d-400d-8b0f-ea45bc0c932c f07885abd4194ad686091ff934623702 ab1899c6962b4e6a994c0b3e8b8990e8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 369/696] 10.0.0.28 () {32 vars in 719 bytes} [Thu Jul 2 06:19:05 2026] DELETE /v2.0/ports/d541a08d-2479-43f1-883a-5fc66920ed80 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:19:05.518 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8ec20257-5eb2-4d6b-b4e1-944d495764da'] response: {'server_uuid': '02e75357-d7d6-4f46-8f14-762daaf39189', 'name': 'network-vif-deleted', 'tag': 'aa372c4c-572b-41ee-b111-9f995a99d62c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 328/697] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:05 2026] GET /v2.0/ports?device_id=02e75357-d7d6-4f46-8f14-762daaf39189 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:05.542 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c05fc2ff-bc1c-44dc-8cc1-fdd4c82cd635 f07885abd4194ad686091ff934623702 ab1899c6962b4e6a994c0b3e8b8990e8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 370/698] 10.0.0.28 () {32 vars in 716 bytes} [Thu Jul 2 06:19:05 2026] GET /v2.0/ports/d541a08d-2479-43f1-883a-5fc66920ed80 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/699] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:05 2026] DELETE /v2.0/subnets/bfbcbe72-7599-4d4a-ba0d-ae291cc74a3a => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:19:05.818 8 INFO neutron.services.segments.plugin [-] Segment 382f3852-8f52-4e08-99be-753c557fae7e resource provider aggregate not found 2026-07-02 06:19:05.822 8 INFO neutron.services.segments.plugin [-] Segment 382f3852-8f52-4e08-99be-753c557fae7e resource provider aggregate not found 2026-07-02 06:19:05.836 8 INFO neutron.services.segments.plugin [-] Segment 382f3852-8f52-4e08-99be-753c557fae7e 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 382f3852-8f52-4e08-99be-753c557fae7e found for delete ", "request_id": "req-2809a018-56d3-4181-9da6-48ef57834b35"}]} 2026-07-02 06:19:05.837 8 INFO neutron.services.segments.plugin [-] Segment 382f3852-8f52-4e08-99be-753c557fae7e 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 382f3852-8f52-4e08-99be-753c557fae7e found for delete ", "request_id": "req-27d9ea56-fc87-4f59-adfd-8184bced5b6e"}]} [pid: 8|app: 0|req: 371/700] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:19:05 2026] DELETE /v2.0/networks/49f21768-6571-44c8-9630-899f49a1e4c7 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:19:05.918 7 INFO neutron.db.segments_db [None req-da90deba-109c-4dc2-b074-8f4a4a4f9fd4 f07885abd4194ad686091ff934623702 ab1899c6962b4e6a994c0b3e8b8990e8 - - default default] Added segment b7a6168e-7dfb-4218-bee0-39034d6bc88f of type vxlan for network 209e35f2-d7a1-4ed6-a134-3c9aa4318eb8 [pid: 7|app: 0|req: 330/701] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:19:05 2026] POST /v2.0/networks => generated 635 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/702] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:19:06 2026] POST /v2.0/subnets => generated 646 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/703] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:06 2026] GET /v2.0/ports?device_id=02e75357-d7d6-4f46-8f14-762daaf39189 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/704] 10.0.0.28 () {34 vars in 664 bytes} [Thu Jul 2 06:19:06 2026] POST /v2.0/ports => generated 924 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:06.769 8 INFO neutron_taas.services.taas.taas_plugin [None req-fae8494d-4e73-4dcf-a32f-e64ac9b06c25 f07885abd4194ad686091ff934623702 ab1899c6962b4e6a994c0b3e8b8990e8 - - default default] TaaS: Handle Delete Port: dd3d0857-f8b0-4dc9-a170-a5fe7b95bc98 2026-07-02 06:19:06.773 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fae8494d-4e73-4dcf-a32f-e64ac9b06c25 f07885abd4194ad686091ff934623702 ab1899c6962b4e6a994c0b3e8b8990e8 - - default default] Tap Mirror: Handle Delete Port: dd3d0857-f8b0-4dc9-a170-a5fe7b95bc98 [pid: 8|app: 0|req: 374/705] 10.0.0.28 () {32 vars in 719 bytes} [Thu Jul 2 06:19:06 2026] DELETE /v2.0/ports/dd3d0857-f8b0-4dc9-a170-a5fe7b95bc98 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:19:06.913 7 INFO neutron.pecan_wsgi.hooks.translation [None req-11ec2445-91d8-465c-996c-1ff73f98703c f07885abd4194ad686091ff934623702 ab1899c6962b4e6a994c0b3e8b8990e8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 332/706] 10.0.0.28 () {32 vars in 716 bytes} [Thu Jul 2 06:19:06 2026] GET /v2.0/ports/dd3d0857-f8b0-4dc9-a170-a5fe7b95bc98 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/707] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:06 2026] DELETE /v2.0/subnets/de3e463f-f282-4b4b-a27a-d7bd503cad88 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/708] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:19:07 2026] DELETE /v2.0/networks/209e35f2-d7a1-4ed6-a134-3c9aa4318eb8 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/709] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:19:06 2026] GET /v2.0/security-groups?tenant_id=ad15a40d200f4750bc8d8d4dc2b6639e&name=default => generated 2925 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/710] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:19:07 2026] DELETE /v2.0/security-groups/09949c2b-42c1-487e-9029-f751017c8874 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/711] 10.0.0.28 () {34 vars in 664 bytes} [Thu Jul 2 06:19:07 2026] POST /v2.0/ports => generated 778 bytes in 293 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: 378/712] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:07 2026] GET /v2.0/ports?device_id=02e75357-d7d6-4f46-8f14-762daaf39189 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/713] 10.0.0.28 () {34 vars in 736 bytes} [Thu Jul 2 06:19:07 2026] PUT /v2.0/ports/89cd0392-9bd9-4c95-b3cf-ab53fce22189 => generated 752 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:07.836 8 INFO neutron_taas.services.taas.taas_plugin [None req-e93e6910-f925-405c-89f0-27779ff9440f f07885abd4194ad686091ff934623702 ab1899c6962b4e6a994c0b3e8b8990e8 - - default default] TaaS: Handle Delete Port: 89cd0392-9bd9-4c95-b3cf-ab53fce22189 2026-07-02 06:19:07.849 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e93e6910-f925-405c-89f0-27779ff9440f f07885abd4194ad686091ff934623702 ab1899c6962b4e6a994c0b3e8b8990e8 - - default default] Tap Mirror: Handle Delete Port: 89cd0392-9bd9-4c95-b3cf-ab53fce22189 2026-07-02 06:19:07.857 8 INFO neutron.services.segments.plugin [-] Segment b7a6168e-7dfb-4218-bee0-39034d6bc88f resource provider aggregate not found 2026-07-02 06:19:07.860 8 INFO neutron.services.segments.plugin [-] Segment b7a6168e-7dfb-4218-bee0-39034d6bc88f resource provider aggregate not found 2026-07-02 06:19:07.874 8 INFO neutron.services.segments.plugin [-] Segment b7a6168e-7dfb-4218-bee0-39034d6bc88f 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 b7a6168e-7dfb-4218-bee0-39034d6bc88f found for delete ", "request_id": "req-0e2a5a0b-0fa1-454d-a6ce-820b7f0b1b23"}]} 2026-07-02 06:19:07.875 8 INFO neutron.services.segments.plugin [-] Segment b7a6168e-7dfb-4218-bee0-39034d6bc88f 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 b7a6168e-7dfb-4218-bee0-39034d6bc88f found for delete ", "request_id": "req-ab5b8e6f-f13d-4fac-abb1-e557698f18d2"}]} [pid: 8|app: 0|req: 379/714] 10.0.0.28 () {32 vars in 719 bytes} [Thu Jul 2 06:19:07 2026] DELETE /v2.0/ports/89cd0392-9bd9-4c95-b3cf-ab53fce22189 => generated 0 bytes in 208 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: 336/715] 10.0.0.28 () {32 vars in 642 bytes} [Thu Jul 2 06:19:07 2026] GET /v2.0/ports => generated 780 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:08.049 8 INFO neutron.pecan_wsgi.hooks.translation [None req-331e8181-84c9-4621-a9b3-35d017638c00 f07885abd4194ad686091ff934623702 ab1899c6962b4e6a994c0b3e8b8990e8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 380/716] 10.0.0.28 () {32 vars in 716 bytes} [Thu Jul 2 06:19:08 2026] GET /v2.0/ports/89cd0392-9bd9-4c95-b3cf-ab53fce22189 => 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: 337/717] 10.0.0.28 () {32 vars in 642 bytes} [Thu Jul 2 06:19:08 2026] GET /v2.0/ports => generated 780 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/718] 10.0.0.28 () {32 vars in 716 bytes} [Thu Jul 2 06:19:08 2026] GET /v2.0/ports/5264867c-2ecd-4b7c-90f6-fbb78f5c8f26 => generated 777 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:08.193 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9fcd7d48-1ffd-4baf-99bc-9de916abb0f3 f07885abd4194ad686091ff934623702 ab1899c6962b4e6a994c0b3e8b8990e8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 338/719] 10.0.0.28 () {32 vars in 719 bytes} [Thu Jul 2 06:19:08 2026] DELETE /v2.0/ports/dd3d0857-f8b0-4dc9-a170-a5fe7b95bc98 => generated 132 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:19:08.218 8 INFO neutron.pecan_wsgi.hooks.translation [None req-64f28d66-1188-45fb-9435-d8df52238b42 f07885abd4194ad686091ff934623702 ab1899c6962b4e6a994c0b3e8b8990e8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 382/720] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:08 2026] DELETE /v2.0/subnets/de3e463f-f282-4b4b-a27a-d7bd503cad88 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:19:08.242 7 INFO neutron.pecan_wsgi.hooks.translation [None req-39190190-a038-407e-a548-55abfe13dc82 f07885abd4194ad686091ff934623702 ab1899c6962b4e6a994c0b3e8b8990e8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 339/721] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:08 2026] DELETE /v2.0/subnets/bfbcbe72-7599-4d4a-ba0d-ae291cc74a3a => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:19:08.348 8 INFO neutron_taas.services.taas.taas_plugin [None req-8911d5d8-62c0-48ab-a005-1e4948382333 f07885abd4194ad686091ff934623702 ab1899c6962b4e6a994c0b3e8b8990e8 - - default default] TaaS: Handle Delete Port: 5264867c-2ecd-4b7c-90f6-fbb78f5c8f26 2026-07-02 06:19:08.350 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8911d5d8-62c0-48ab-a005-1e4948382333 f07885abd4194ad686091ff934623702 ab1899c6962b4e6a994c0b3e8b8990e8 - - default default] Tap Mirror: Handle Delete Port: 5264867c-2ecd-4b7c-90f6-fbb78f5c8f26 [pid: 8|app: 0|req: 383/722] 10.0.0.28 () {32 vars in 719 bytes} [Thu Jul 2 06:19:08 2026] DELETE /v2.0/ports/5264867c-2ecd-4b7c-90f6-fbb78f5c8f26 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/723] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:19:08 2026] DELETE /v2.0/networks/7eb049bb-3ba5-4843-957e-cda2dd0cb72f => 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: 340/724] 10.0.0.16 () {34 vars in 989 bytes} [Thu Jul 2 06:19:08 2026] GET /v2.0/ports?device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => generated 1244 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/725] 10.0.0.16 () {34 vars in 1039 bytes} [Thu Jul 2 06:19:08 2026] GET /v2.0/security-groups?id=249c8eb5-d3ca-4bfe-89d0-a26a7a560dbe&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: 341/726] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:08 2026] GET /v2.0/ports?device_id=02e75357-d7d6-4f46-8f14-762daaf39189 => 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: 386/727] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:19:09 2026] GET /v2.0/security-groups?tenant_id=ab1899c6962b4e6a994c0b3e8b8990e8&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/728] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:19:09 2026] DELETE /v2.0/security-groups/2618547c-67f9-4183-81d9-92d9d9129193 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:19:09.896 8 INFO neutron.services.segments.plugin [-] Segment e1b1e147-8781-4c14-8d04-be94340ed1ba resource provider aggregate not found 2026-07-02 06:19:09.901 8 INFO neutron.services.segments.plugin [-] Segment e1b1e147-8781-4c14-8d04-be94340ed1ba resource provider aggregate not found 2026-07-02 06:19:09.922 8 INFO neutron.services.segments.plugin [-] Segment e1b1e147-8781-4c14-8d04-be94340ed1ba 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 e1b1e147-8781-4c14-8d04-be94340ed1ba found for delete ", "request_id": "req-28167587-ec86-48a2-9ab8-108f1dfa186c"}]} 2026-07-02 06:19:09.922 8 INFO neutron.services.segments.plugin [-] Segment e1b1e147-8781-4c14-8d04-be94340ed1ba 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 e1b1e147-8781-4c14-8d04-be94340ed1ba found for delete ", "request_id": "req-aada878c-1e3f-4b03-8fa1-cfb65f4e7887"}]} [pid: 7|app: 0|req: 343/729] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:19:09 2026] DELETE /v2.0/security-groups/66dccf0c-3dc3-47e9-ba89-91e0ed2a30fc => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:19:09.984 7 INFO neutron.api.v2.resource [None req-c1aafc59-cddb-45bc-8569-a15af1a6a8dc c5ba8e00f4c44317adb6731fc95db9a3 55eda3eff2fe4f999f5279c76add3fef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 344/730] 10.0.0.28 () {32 vars in 736 bytes} [Thu Jul 2 06:19:09 2026] GET /v2.0/security-groups/66dccf0c-3dc3-47e9-ba89-91e0ed2a30fc => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/731] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:19:09 2026] GET /v2.0/security-groups?tenant_id=016097d262b341c39047f2a3bc84b23d&name=default => generated 2925 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/732] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:19:09 2026] DELETE /v2.0/security-groups/5051ab95-edac-4a0b-97b0-c754f1b077c2 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:19:10.078 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e1bed21-f0d0-47c7-9c9e-994f83776ee1 c5ba8e00f4c44317adb6731fc95db9a3 55eda3eff2fe4f999f5279c76add3fef - - default default] TaaS: Handle Delete Port: 047acbb5-750c-4c7a-a38d-76e6dd2b840e 2026-07-02 06:19:10.081 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e1bed21-f0d0-47c7-9c9e-994f83776ee1 c5ba8e00f4c44317adb6731fc95db9a3 55eda3eff2fe4f999f5279c76add3fef - - default default] Tap Mirror: Handle Delete Port: 047acbb5-750c-4c7a-a38d-76e6dd2b840e [pid: 7|app: 0|req: 345/733] 10.0.0.28 () {32 vars in 731 bytes} [Thu Jul 2 06:19:09 2026] DELETE /v2.0/floatingips/9ce4fc41-25c0-47a9-a66f-7983a9b4f631 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:19:10.571 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca76bf90-8034-495c-ad64-4329c2e0eb86 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: 6f51a019-434b-4c72-a50a-cb32856366b0 2026-07-02 06:19:10.574 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca76bf90-8034-495c-ad64-4329c2e0eb86 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: 6f51a019-434b-4c72-a50a-cb32856366b0 [pid: 8|app: 0|req: 389/734] 10.0.0.28 () {34 vars in 788 bytes} [Thu Jul 2 06:19:10 2026] PUT /v2.0/routers/94c3f691-8f01-4a2c-8901-981663664dc1/remove_router_interface => generated 309 bytes in 792 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:11.308 7 INFO neutron_taas.services.taas.taas_plugin [None req-3765d864-81b1-43f0-add7-ac7c70978dd8 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: 0cbb1ea6-bdcf-45ea-a223-0cc5216aa980 2026-07-02 06:19:11.311 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3765d864-81b1-43f0-add7-ac7c70978dd8 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: 0cbb1ea6-bdcf-45ea-a223-0cc5216aa980 2026-07-02 06:19:11.547 8 INFO neutron.db.segments_db [None req-a99777ce-3f0b-4546-a12c-62495665096d d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] Added segment 5dc238a8-ef87-4336-a958-097ccdb8d459 of type vxlan for network 3c019d0f-62d8-4939-9faf-33834b0261b2 2026-07-02 06:19:11.598 7 INFO neutron_taas.services.taas.taas_plugin [None req-3765d864-81b1-43f0-add7-ac7c70978dd8 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: 8cbef172-70ea-40db-b2e8-8d829334095a 2026-07-02 06:19:11.600 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3765d864-81b1-43f0-add7-ac7c70978dd8 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: 8cbef172-70ea-40db-b2e8-8d829334095a [pid: 8|app: 0|req: 390/735] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:19:11 2026] POST /v2.0/networks => generated 634 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:11.681 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-3765d864-81b1-43f0-add7-ac7c70978dd8 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - 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-07-02 06:19:11.713 8 INFO neutron.db.segments_db [None req-35935f9c-22c0-408e-a9b4-639af0680aab d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] Added segment 9430d301-a8b5-4f9f-95dd-142ba9508c5c of type vxlan for network ebf3118c-4ad5-4088-9ce1-981e728d93fc [pid: 8|app: 0|req: 391/736] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:19:11 2026] POST /v2.0/networks => generated 634 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:11.998 7 INFO neutron.services.segments.plugin [-] Segment 182abeba-47c3-4e5c-88e0-c2846895554a resource provider aggregate not found 2026-07-02 06:19:12.001 7 INFO neutron.services.segments.plugin [-] Segment 182abeba-47c3-4e5c-88e0-c2846895554a resource provider aggregate not found 2026-07-02 06:19:12.033 7 INFO neutron.services.segments.plugin [-] Segment 182abeba-47c3-4e5c-88e0-c2846895554a 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 182abeba-47c3-4e5c-88e0-c2846895554a found for delete ", "request_id": "req-025fff71-a835-416b-bfb0-cc89103bcec3"}]} 2026-07-02 06:19:12.034 7 INFO neutron.services.segments.plugin [-] Segment 182abeba-47c3-4e5c-88e0-c2846895554a 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 182abeba-47c3-4e5c-88e0-c2846895554a found for delete ", "request_id": "req-6c9a1249-eab0-46a4-a6a5-a79f00904258"}]} 2026-07-02 06:19:12.048 7 INFO neutron.db.l3_hamode_db [None req-3765d864-81b1-43f0-add7-ac7c70978dd8 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] HA network 2da0a9bc-15bb-4e6f-a0ee-ea4b5582927c was deleted as no HA routers are present in tenant 55eda3eff2fe4f999f5279c76add3fef. [pid: 7|app: 0|req: 346/737] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:11 2026] DELETE /v2.0/routers/94c3f691-8f01-4a2c-8901-981663664dc1 => generated 0 bytes in 971 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/738] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:19:11 2026] POST /v2.0/subnets => generated 646 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/739] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:12 2026] DELETE /v2.0/subnets/ae049f76-fddf-4a5d-aee1-87a87a46bb0b => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:19:12.323 7 INFO neutron.db.segments_db [None req-d796d4ba-ed62-40ad-b5a3-82a79b4b0874 f32e92f22b2b4e5a802286f6abc9eac9 73e155636d744db5868b55320b1a3828 - - default default] Added segment d05e0540-16ca-4aab-8b58-135922787a17 of type vxlan for network ef903f45-206a-49ac-8336-71b8efb05900 [pid: 7|app: 0|req: 347/740] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:19:12 2026] POST /v2.0/networks => generated 648 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/741] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:19:12 2026] POST /v2.0/subnets => generated 655 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:12.501 7 INFO neutron_taas.services.taas.taas_plugin [None req-a6d289f7-dae6-443c-8039-91abd9596a5c 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: a4a1d7c4-f9dd-422d-8607-d88cbfeb7925 2026-07-02 06:19:12.504 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6d289f7-dae6-443c-8039-91abd9596a5c 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: a4a1d7c4-f9dd-422d-8607-d88cbfeb7925 [pid: 7|app: 0|req: 348/742] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:19:12 2026] DELETE /v2.0/networks/1aebb5d3-4576-4d85-b8bd-ec067a6384fc => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:19:12.742 7 INFO neutron.db.segments_db [None req-abd77612-2fe6-499f-b5ae-38b647d7b65a d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] Added segment 9f098579-985e-4374-b156-c6206a77a8d2 of type vxlan for network 7c915dea-2482-4f2a-afcb-9e9a7da3edbe [pid: 8|app: 0|req: 395/743] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:19:12 2026] POST /v2.0/subnets => generated 627 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:12.793 8 INFO neutron.db.segments_db [None req-2a806395-3fe5-4d97-96e7-03ee14cce0ea f32e92f22b2b4e5a802286f6abc9eac9 73e155636d744db5868b55320b1a3828 - - default default] Added segment ce474f1c-c2ce-4abc-9fec-350d4d62faf5 of type vxlan for network 1819ded8-5549-4005-8a0e-8a910075a771 2026-07-02 06:19:12.990 7 INFO neutron.db.l3_hamode_db [None req-abd77612-2fe6-499f-b5ae-38b647d7b65a d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:19:13.063 8 INFO neutron.db.l3_hamode_db [None req-2a806395-3fe5-4d97-96e7-03ee14cce0ea f32e92f22b2b4e5a802286f6abc9eac9 73e155636d744db5868b55320b1a3828 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:19:13.137 7 INFO neutron.db.l3_hamode_db [None req-abd77612-2fe6-499f-b5ae-38b647d7b65a d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 349/744] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:19:12 2026] POST /v2.0/routers => generated 511 bytes in 922 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/745] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:19:13 2026] GET /v2.0/security-groups?tenant_id=55eda3eff2fe4f999f5279c76add3fef&name=default => generated 2921 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:19:13.918 8 INFO neutron.db.l3_hamode_db [None req-2a806395-3fe5-4d97-96e7-03ee14cce0ea f32e92f22b2b4e5a802286f6abc9eac9 73e155636d744db5868b55320b1a3828 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:19:14.055 7 INFO neutron.services.segments.plugin [-] Segment 570fc08e-4de6-4f82-b0b7-ceb156f2a5a5 resource provider aggregate not found 2026-07-02 06:19:14.069 7 INFO neutron.services.segments.plugin [-] Segment 570fc08e-4de6-4f82-b0b7-ceb156f2a5a5 resource provider aggregate not found 2026-07-02 06:19:14.077 7 INFO neutron.services.segments.plugin [-] Segment 570fc08e-4de6-4f82-b0b7-ceb156f2a5a5 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 570fc08e-4de6-4f82-b0b7-ceb156f2a5a5 found for delete ", "request_id": "req-964e04a1-ad54-4b8c-8574-9d7fb084e781"}]} 2026-07-02 06:19:14.086 7 INFO neutron.services.segments.plugin [-] Segment 570fc08e-4de6-4f82-b0b7-ceb156f2a5a5 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 570fc08e-4de6-4f82-b0b7-ceb156f2a5a5 found for delete ", "request_id": "req-c79309de-b9fc-4292-b1ed-288e4bd61c02"}]} [pid: 7|app: 0|req: 351/746] 10.0.0.28 () {34 vars in 782 bytes} [Thu Jul 2 06:19:13 2026] PUT /v2.0/routers/54ae7c2a-5b3e-4720-aec3-ac1621fffc7a/add_router_interface => generated 309 bytes in 1037 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/747] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:19:14 2026] DELETE /v2.0/security-groups/e5fa7425-86f0-4d3e-99bc-871f1d4ac2eb => 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: 353/748] 10.0.0.28 () {32 vars in 716 bytes} [Thu Jul 2 06:19:14 2026] GET /v2.0/ports/392daa76-93a8-4e1a-ba76-478bc9771d79 => generated 959 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/749] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:19:12 2026] POST /v2.0/routers => generated 693 bytes in 2470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/750] 10.0.0.28 () {34 vars in 782 bytes} [Thu Jul 2 06:19:14 2026] PUT /v2.0/routers/54ae7c2a-5b3e-4720-aec3-ac1621fffc7a/add_router_interface => generated 309 bytes in 1060 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/751] 10.0.0.28 () {32 vars in 716 bytes} [Thu Jul 2 06:19:15 2026] GET /v2.0/ports/8a54b54c-daa0-4b66-9026-9e0cdb0c065d => generated 967 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:16.313 7 INFO neutron_taas.services.taas.taas_plugin [None req-bca6c6c2-6b86-4d0b-a002-9f5d2e0bb1a0 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] TaaS: Handle Delete Port: 8a54b54c-daa0-4b66-9026-9e0cdb0c065d 2026-07-02 06:19:16.316 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bca6c6c2-6b86-4d0b-a002-9f5d2e0bb1a0 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] Tap Mirror: Handle Delete Port: 8a54b54c-daa0-4b66-9026-9e0cdb0c065d [pid: 8|app: 0|req: 397/752] 10.0.0.28 () {34 vars in 782 bytes} [Thu Jul 2 06:19:15 2026] PUT /v2.0/routers/f2da01b5-bd75-4303-bc71-9b188fe9e05d/add_router_interface => generated 309 bytes in 1380 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/753] 10.0.0.28 () {34 vars in 788 bytes} [Thu Jul 2 06:19:15 2026] PUT /v2.0/routers/54ae7c2a-5b3e-4720-aec3-ac1621fffc7a/remove_router_interface => generated 309 bytes in 680 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:16.934 8 INFO neutron.db.segments_db [None req-34225c86-38e9-461b-aebc-d5e9453cf6ef 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Added segment caca87e9-9c39-49be-a8f2-10e9ae5f481f of type vxlan for network 0f61fc1a-701c-4848-bce9-60234da7c251 [pid: 8|app: 0|req: 398/754] 10.0.0.28 () {34 vars in 670 bytes} [Thu Jul 2 06:19:16 2026] POST /v2.0/networks => generated 738 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/755] 10.0.0.28 () {34 vars in 664 bytes} [Thu Jul 2 06:19:16 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: 7|app: 0|req: 358/756] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:19:17 2026] POST /v2.0/subnets => generated 685 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:17.374 8 INFO neutron_taas.services.taas.taas_plugin [None req-afeed589-ef47-4a04-98c9-84d1e355b682 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] TaaS: Handle Delete Port: 392daa76-93a8-4e1a-ba76-478bc9771d79 2026-07-02 06:19:17.377 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-afeed589-ef47-4a04-98c9-84d1e355b682 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] Tap Mirror: Handle Delete Port: 392daa76-93a8-4e1a-ba76-478bc9771d79 [pid: 7|app: 0|req: 359/757] 10.0.0.28 () {34 vars in 664 bytes} [Thu Jul 2 06:19:17 2026] POST /v2.0/ports => generated 954 bytes in 348 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-07-02 06:19:17.642 7 INFO neutron.db.segments_db [None req-a008f3b5-a521-4770-bbe3-baf01a7d8ac1 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Added segment 1c1b9270-13b8-4ec2-8ab0-73c2153c01a3 of type vxlan for network 8b6c85af-cef6-4032-be86-923ce994b325 [pid: 8|app: 0|req: 399/758] 10.0.0.28 () {34 vars in 788 bytes} [Thu Jul 2 06:19:17 2026] PUT /v2.0/routers/54ae7c2a-5b3e-4720-aec3-ac1621fffc7a/remove_router_interface => generated 309 bytes in 669 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:17.915 7 INFO neutron.db.l3_hamode_db [None req-a008f3b5-a521-4770-bbe3-baf01a7d8ac1 3ca5a49d71594c5b88f315b7c868b68e f5a6aea2a81d4b9680abd670bf1d18d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:19:18.437 8 INFO neutron.db.l3_db [None req-77a713f4-206e-49af-956f-f99f542dedf6 f32e92f22b2b4e5a802286f6abc9eac9 73e155636d744db5868b55320b1a3828 - - default default] Floating IP f1346755-bd4b-4455-8c40-6971272be501 associated. External IP: 10.96.250.215, port: 136bfcc1-559d-4281-82b9-c85e5059a6f6. 2026-07-02 06:19:18.721 7 INFO neutron.db.l3_hamode_db [None req-a008f3b5-a521-4770-bbe3-baf01a7d8ac1 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 402/761] 10.0.0.28 () {34 vars in 676 bytes} [Thu Jul 2 06:19:17 2026] POST /v2.0/floatingips => generated 841 bytes in 1073 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/762] 10.0.0.28 () {32 vars in 735 bytes} [Thu Jul 2 06:19:18 2026] GET /v2.0/ports?device_id=54ae7c2a-5b3e-4720-aec3-ac1621fffc7a => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:18.908 8 INFO neutron.db.l3_db [None req-8623ee7d-0c7e-481b-a70d-fc2cf0023346 f32e92f22b2b4e5a802286f6abc9eac9 73e155636d744db5868b55320b1a3828 - - default default] Floating IP f1346755-bd4b-4455-8c40-6971272be501 disassociated. External IP: 10.96.250.215, port: 136bfcc1-559d-4281-82b9-c85e5059a6f6. [pid: 8|app: 0|req: 404/763] 10.0.0.28 () {34 vars in 748 bytes} [Thu Jul 2 06:19:18 2026] PUT /v2.0/floatingips/f1346755-bd4b-4455-8c40-6971272be501 => generated 552 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:19.439 8 INFO neutron_taas.services.taas.taas_plugin [None req-2754c9a4-4e60-4787-8bc3-cd8ae7303f1c d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] TaaS: Handle Delete Port: b861ceb6-5517-4a35-91c8-929a91627288 2026-07-02 06:19:19.442 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2754c9a4-4e60-4787-8bc3-cd8ae7303f1c d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] Tap Mirror: Handle Delete Port: b861ceb6-5517-4a35-91c8-929a91627288 2026-07-02 06:19:19.817 8 INFO neutron.services.segments.plugin [-] Segment 9f098579-985e-4374-b156-c6206a77a8d2 resource provider aggregate not found 2026-07-02 06:19:19.821 8 INFO neutron.services.segments.plugin [-] Segment 9f098579-985e-4374-b156-c6206a77a8d2 resource provider aggregate not found 2026-07-02 06:19:19.837 8 INFO neutron.services.segments.plugin [-] Segment 9f098579-985e-4374-b156-c6206a77a8d2 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 9f098579-985e-4374-b156-c6206a77a8d2 found for delete ", "request_id": "req-9b70b4a9-8cde-441f-b06c-7a342ed320fb"}]} 2026-07-02 06:19:19.838 8 INFO neutron.services.segments.plugin [-] Segment 9f098579-985e-4374-b156-c6206a77a8d2 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 9f098579-985e-4374-b156-c6206a77a8d2 found for delete ", "request_id": "req-b6bb27de-8f5a-4212-bee3-044ed1ea4c09"}]} 2026-07-02 06:19:19.877 8 INFO neutron.db.l3_hamode_db [None req-2754c9a4-4e60-4787-8bc3-cd8ae7303f1c d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] HA network 7c915dea-2482-4f2a-afcb-9e9a7da3edbe was deleted as no HA routers are present in tenant 401d3ef17b714b2eab699c20c6faccda. [pid: 8|app: 0|req: 405/764] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:19 2026] DELETE /v2.0/routers/54ae7c2a-5b3e-4720-aec3-ac1621fffc7a => generated 0 bytes in 611 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/765] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:19 2026] GET /v2.0/ports?device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => 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: 360/766] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:19:17 2026] POST /v2.0/routers => generated 725 bytes in 2410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:20.069 8 INFO neutron_taas.services.taas.taas_plugin [None req-c73ae2b5-75f4-4443-9520-34a396997a33 f32e92f22b2b4e5a802286f6abc9eac9 73e155636d744db5868b55320b1a3828 - - default default] TaaS: Handle Delete Port: b8a11053-e32f-42cd-b2bc-d5b67bfc00f6 2026-07-02 06:19:20.072 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c73ae2b5-75f4-4443-9520-34a396997a33 f32e92f22b2b4e5a802286f6abc9eac9 73e155636d744db5868b55320b1a3828 - - default default] Tap Mirror: Handle Delete Port: b8a11053-e32f-42cd-b2bc-d5b67bfc00f6 [pid: 7|app: 0|req: 361/767] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:20 2026] DELETE /v2.0/subnets/39c5e627-0939-4cab-bbad-914e1d7ca788 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/768] 10.0.0.28 () {32 vars in 731 bytes} [Thu Jul 2 06:19:19 2026] DELETE /v2.0/floatingips/f1346755-bd4b-4455-8c40-6971272be501 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/769] 10.0.0.44 () {34 vars in 970 bytes} [Thu Jul 2 06:19:20 2026] GET /v2.0/ports/b5b138b3-427e-480e-acfa-c1420edf8eee => generated 972 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/770] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:20 2026] DELETE /v2.0/subnets/cb50f6e9-ad36-430c-84ce-1f1c6093c709 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:19:21.075 8 INFO neutron.db.l3_db [None req-9f6bfc77-4029-44ad-adee-a53fa19897b5 f32e92f22b2b4e5a802286f6abc9eac9 73e155636d744db5868b55320b1a3828 - - default default] Floating IP 42a3340c-5e3c-4803-8cac-7e3339620421 associated. External IP: 10.96.250.209, port: c027ce34-7a4d-40b7-8616-7fef24db4684. [pid: 7|app: 0|req: 362/771] 10.0.0.28 () {34 vars in 782 bytes} [Thu Jul 2 06:19:20 2026] PUT /v2.0/routers/71d6dd7d-1a8a-4282-af11-0e7fb281ea4f/add_router_interface => generated 309 bytes in 1232 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/772] 10.0.0.28 () {34 vars in 676 bytes} [Thu Jul 2 06:19:20 2026] POST /v2.0/floatingips => generated 841 bytes in 1052 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/773] 199.204.45.3 () {34 vars in 998 bytes} [Thu Jul 2 06:19:21 2026] GET /v2.0/subnets?network_id=8ff1e2ca-d27e-48be-af36-7cc42ec32427 => generated 684 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:21.498 7 INFO neutron_taas.services.taas.taas_plugin [None req-95d4e97c-0107-4905-8f36-9829ce2d0d65 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] TaaS: Handle Delete Port: c8fe113e-21c3-4aa7-a2a6-9205d2d8046a 2026-07-02 06:19:21.501 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95d4e97c-0107-4905-8f36-9829ce2d0d65 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] Tap Mirror: Handle Delete Port: c8fe113e-21c3-4aa7-a2a6-9205d2d8046a [pid: 8|app: 0|req: 412/774] 10.0.0.28 () {32 vars in 728 bytes} [Thu Jul 2 06:19:21 2026] GET /v2.0/floatingips/42a3340c-5e3c-4803-8cac-7e3339620421 => generated 841 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/775] 199.204.45.3 () {34 vars in 1144 bytes} [Thu Jul 2 06:19:21 2026] GET /v2.0/ports?device_id=938a2869-aa2a-489e-9ee5-995e746f84c7&device_owner=compute%3Anova&network_id=8ff1e2ca-d27e-48be-af36-7cc42ec32427 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/776] 10.0.0.28 () {32 vars in 654 bytes} [Thu Jul 2 06:19:21 2026] GET /v2.0/floatingips => generated 844 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:21.694 7 INFO neutron.services.segments.plugin [-] Segment 9430d301-a8b5-4f9f-95dd-142ba9508c5c resource provider aggregate not found 2026-07-02 06:19:21.697 7 INFO neutron.services.segments.plugin [-] Segment 9430d301-a8b5-4f9f-95dd-142ba9508c5c resource provider aggregate not found 2026-07-02 06:19:21.710 7 INFO neutron.services.segments.plugin [-] Segment 9430d301-a8b5-4f9f-95dd-142ba9508c5c 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 9430d301-a8b5-4f9f-95dd-142ba9508c5c found for delete ", "request_id": "req-35aa2a5b-72a6-4477-8603-4afdc0ac6b74"}]} [pid: 7|app: 0|req: 363/777] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:19:21 2026] DELETE /v2.0/networks/ebf3118c-4ad5-4088-9ce1-981e728d93fc => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:19:21.718 7 INFO neutron.services.segments.plugin [-] Segment 9430d301-a8b5-4f9f-95dd-142ba9508c5c 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 9430d301-a8b5-4f9f-95dd-142ba9508c5c found for delete ", "request_id": "req-663eb249-4200-4bd0-a2cc-4b0fd549ea8f"}]} [pid: 8|app: 0|req: 415/778] 199.204.45.3 () {38 vars in 1026 bytes} [Thu Jul 2 06:19:21 2026] PUT /v2.0/ports/b5b138b3-427e-480e-acfa-c1420edf8eee => generated 1149 bytes in 409 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-07-02 06:19:22.090 7 INFO neutron.db.l3_db [None req-d283910d-25b9-4cb3-a859-a397d7cd5b40 f32e92f22b2b4e5a802286f6abc9eac9 73e155636d744db5868b55320b1a3828 - - default default] Floating IP 42a3340c-5e3c-4803-8cac-7e3339620421 associated. External IP: 10.96.250.209, port: c027ce34-7a4d-40b7-8616-7fef24db4684. 2026-07-02 06:19:22.132 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9ded211c-fb5b-425b-8a47-50122fc38ffa'] response: {'name': 'network-changed', 'server_uuid': '938a2869-aa2a-489e-9ee5-995e746f84c7', 'tag': 'b5b138b3-427e-480e-acfa-c1420edf8eee', 'status': 'completed', 'code': 200} 2026-07-02 06:19:22.230 8 INFO neutron_taas.services.taas.taas_plugin [None req-e08ec126-1c4f-4d94-bfd0-8b122605ac2a d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] TaaS: Handle Delete Port: 87f4f4a0-0c2a-457d-bd55-d49069825e8d 2026-07-02 06:19:22.241 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e08ec126-1c4f-4d94-bfd0-8b122605ac2a d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] Tap Mirror: Handle Delete Port: 87f4f4a0-0c2a-457d-bd55-d49069825e8d /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-02 06:19:22.508 8 INFO neutron.services.segments.plugin [-] Segment 5dc238a8-ef87-4336-a958-097ccdb8d459 resource provider aggregate not found 2026-07-02 06:19:22.520 8 INFO neutron.services.segments.plugin [-] Segment 5dc238a8-ef87-4336-a958-097ccdb8d459 resource provider aggregate not found 2026-07-02 06:19:22.537 8 INFO neutron.services.segments.plugin [-] Segment 5dc238a8-ef87-4336-a958-097ccdb8d459 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 5dc238a8-ef87-4336-a958-097ccdb8d459 found for delete ", "request_id": "req-1cdfaf2c-c6b3-4492-b582-2d6924e08fc4"}]} 2026-07-02 06:19:22.541 8 INFO neutron.services.segments.plugin [-] Segment 5dc238a8-ef87-4336-a958-097ccdb8d459 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 5dc238a8-ef87-4336-a958-097ccdb8d459 found for delete ", "request_id": "req-2732e5dd-1265-45d7-a40c-bed72201883b"}]} [pid: 8|app: 0|req: 416/779] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:19:22 2026] DELETE /v2.0/networks/3c019d0f-62d8-4939-9faf-33834b0261b2 => generated 0 bytes in 485 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/780] 10.0.0.28 () {34 vars in 684 bytes} [Thu Jul 2 06:19:22 2026] POST /v2.0/security-groups => generated 1660 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 06:19:22.798 8 INFO neutron.db.segments_db [None req-2c863da2-9c14-4d89-969e-cc57ece3ef21 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] Added segment 6f7c0441-ec8e-43df-8b76-6b2b86dd98b0 of type vxlan for network 439fa967-4d31-411c-959b-2730a7344929 [pid: 8|app: 0|req: 418/781] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:19:22 2026] POST /v2.0/networks => generated 634 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/782] 10.0.0.28 () {34 vars in 748 bytes} [Thu Jul 2 06:19:21 2026] PUT /v2.0/floatingips/42a3340c-5e3c-4803-8cac-7e3339620421 => generated 841 bytes in 1199 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/783] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:19:22 2026] GET /v2.0/ports?tenant_id=2b82d729ede7414ea16e7085efcdaa26&device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => generated 1421 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/784] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:19:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:23.160 7 INFO neutron.db.l3_db [None req-65a4c0ff-ee49-4296-9a16-49fb2673c2c5 f32e92f22b2b4e5a802286f6abc9eac9 73e155636d744db5868b55320b1a3828 - - default default] Floating IP 42a3340c-5e3c-4803-8cac-7e3339620421 disassociated. External IP: 10.96.250.209, port: 136bfcc1-559d-4281-82b9-c85e5059a6f6. [pid: 8|app: 0|req: 420/785] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:19:22 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: 8|app: 0|req: 421/786] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:19:23 2026] GET /v2.0/networks?id=8ff1e2ca-d27e-48be-af36-7cc42ec32427 => generated 780 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/787] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:19:23 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-07-02 06:19:23.434 8 INFO neutron.db.segments_db [None req-99e5c544-064f-46c5-b8a3-e709d92bacf1 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] Added segment bfe67474-6271-40f4-b939-726b6a72ebb3 of type vxlan for network fdc62813-5768-499c-b1b4-2347cb40dc53 [pid: 7|app: 0|req: 366/788] 10.0.0.28 () {34 vars in 748 bytes} [Thu Jul 2 06:19:23 2026] PUT /v2.0/floatingips/42a3340c-5e3c-4803-8cac-7e3339620421 => generated 552 bytes in 487 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/789] 199.204.45.3 () {34 vars in 1058 bytes} [Thu Jul 2 06:19:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=b5b138b3-427e-480e-acfa-c1420edf8eee => generated 861 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:23.689 8 INFO neutron.db.l3_hamode_db [None req-99e5c544-064f-46c5-b8a3-e709d92bacf1 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:19:23.828 8 INFO neutron.db.l3_hamode_db [None req-99e5c544-064f-46c5-b8a3-e709d92bacf1 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 368/790] 10.0.0.28 () {34 vars in 675 bytes} [Thu Jul 2 06:19:23 2026] POST /v2.0/floatingips => generated 552 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:24.204 7 INFO neutron_taas.services.taas.taas_plugin [None req-8fa35935-4601-418e-8136-e80e30e33345 f32e92f22b2b4e5a802286f6abc9eac9 73e155636d744db5868b55320b1a3828 - - default default] TaaS: Handle Delete Port: 6e4205f5-f556-44e4-902f-351f9c58355f 2026-07-02 06:19:24.208 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8fa35935-4601-418e-8136-e80e30e33345 f32e92f22b2b4e5a802286f6abc9eac9 73e155636d744db5868b55320b1a3828 - - default default] Tap Mirror: Handle Delete Port: 6e4205f5-f556-44e4-902f-351f9c58355f [pid: 7|app: 0|req: 369/791] 10.0.0.28 () {32 vars in 731 bytes} [Thu Jul 2 06:19:24 2026] DELETE /v2.0/floatingips/42a3340c-5e3c-4803-8cac-7e3339620421 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/792] 199.204.45.3 () {34 vars in 1056 bytes} [Thu Jul 2 06:19:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=b5b138b3-427e-480e-acfa-c1420edf8eee => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:24.401 7 INFO neutron.api.v2.resource [None req-3aebb6d5-21eb-43b8-8f40-0022002146ab f32e92f22b2b4e5a802286f6abc9eac9 73e155636d744db5868b55320b1a3828 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 371/793] 10.0.0.28 () {32 vars in 731 bytes} [Thu Jul 2 06:19:24 2026] DELETE /v2.0/floatingips/42a3340c-5e3c-4803-8cac-7e3339620421 => generated 144 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/794] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:19:24 2026] GET /v2.0/subnets?id=a3146c7a-ea98-4077-be64-8d65cf43de31 => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/795] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:19:23 2026] POST /v2.0/routers => generated 511 bytes in 1052 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/796] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:19:24 2026] GET /v2.0/ports?network_id=8ff1e2ca-d27e-48be-af36-7cc42ec32427&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:19:24.573 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f5f4335-1ea7-4071-aa9a-2cad9ef9c314 f32e92f22b2b4e5a802286f6abc9eac9 73e155636d744db5868b55320b1a3828 - - default default] TaaS: Handle Delete Port: 136bfcc1-559d-4281-82b9-c85e5059a6f6 2026-07-02 06:19:24.577 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f5f4335-1ea7-4071-aa9a-2cad9ef9c314 f32e92f22b2b4e5a802286f6abc9eac9 73e155636d744db5868b55320b1a3828 - - default default] Tap Mirror: Handle Delete Port: 136bfcc1-559d-4281-82b9-c85e5059a6f6 [pid: 7|app: 0|req: 373/797] 10.0.0.28 () {32 vars in 719 bytes} [Thu Jul 2 06:19:24 2026] DELETE /v2.0/ports/136bfcc1-559d-4281-82b9-c85e5059a6f6 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/798] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:19:24 2026] GET /v2.0/networks/8ff1e2ca-d27e-48be-af36-7cc42ec32427?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: 425/799] 10.0.0.28 () {34 vars in 664 bytes} [Thu Jul 2 06:19:24 2026] POST /v2.0/ports => generated 963 bytes in 318 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: 375/800] 10.0.0.44 () {34 vars in 1099 bytes} [Thu Jul 2 06:19:24 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1906161729&fields=id&tenant_id=f5a6aea2a81d4b9680abd670bf1d18d5 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/801] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:19:24 2026] GET /v2.0/networks/8ff1e2ca-d27e-48be-af36-7cc42ec32427?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) 2026-07-02 06:19:24.926 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e3dec1f-d2bb-4a00-80f4-a04e2f69c3b9 f32e92f22b2b4e5a802286f6abc9eac9 73e155636d744db5868b55320b1a3828 - - default default] TaaS: Handle Delete Port: c027ce34-7a4d-40b7-8616-7fef24db4684 2026-07-02 06:19:24.929 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e3dec1f-d2bb-4a00-80f4-a04e2f69c3b9 f32e92f22b2b4e5a802286f6abc9eac9 73e155636d744db5868b55320b1a3828 - - default default] Tap Mirror: Handle Delete Port: c027ce34-7a4d-40b7-8616-7fef24db4684 [pid: 8|app: 0|req: 426/802] 10.0.0.28 () {32 vars in 719 bytes} [Thu Jul 2 06:19:24 2026] DELETE /v2.0/ports/c027ce34-7a4d-40b7-8616-7fef24db4684 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/803] 10.0.0.44 () {34 vars in 981 bytes} [Thu Jul 2 06:19:25 2026] GET /v2.0/networks?id=0f61fc1a-701c-4848-bce9-60234da7c251 => generated 670 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/804] 10.0.0.28 () {32 vars in 735 bytes} [Thu Jul 2 06:19:25 2026] GET /v2.0/ports?device_id=f2da01b5-bd75-4303-bc71-9b188fe9e05d => generated 958 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/805] 10.0.0.44 () {34 vars in 964 bytes} [Thu Jul 2 06:19:25 2026] GET /v2.0/quotas/f5a6aea2a81d4b9680abd670bf1d18d5 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:25.569 8 INFO neutron_taas.services.taas.taas_plugin [None req-8d7fca90-4166-4f6d-b99e-0ae8e1ac4969 f32e92f22b2b4e5a802286f6abc9eac9 73e155636d744db5868b55320b1a3828 - - default default] TaaS: Handle Delete Port: e5fa0ccf-b43f-4de7-bc43-ec80dd84e732 2026-07-02 06:19:25.573 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d7fca90-4166-4f6d-b99e-0ae8e1ac4969 f32e92f22b2b4e5a802286f6abc9eac9 73e155636d744db5868b55320b1a3828 - - default default] Tap Mirror: Handle Delete Port: e5fa0ccf-b43f-4de7-bc43-ec80dd84e732 [pid: 7|app: 0|req: 377/806] 10.0.0.28 () {34 vars in 782 bytes} [Thu Jul 2 06:19:24 2026] PUT /v2.0/routers/94d687ff-35b9-4e44-aae6-897bb57177c1/add_router_interface => generated 309 bytes in 1094 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: 378/807] 10.0.0.44 () {34 vars in 1001 bytes} [Thu Jul 2 06:19:25 2026] GET /v2.0/ports?tenant_id=f5a6aea2a81d4b9680abd670bf1d18d5&fields=id => generated 57 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/808] 10.0.0.28 () {34 vars in 788 bytes} [Thu Jul 2 06:19:25 2026] PUT /v2.0/routers/f2da01b5-bd75-4303-bc71-9b188fe9e05d/remove_router_interface => generated 309 bytes in 880 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/809] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:19:26 2026] GET /v2.0/ports?tenant_id=2b82d729ede7414ea16e7085efcdaa26&device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => generated 1421 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/810] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:26 2026] GET /v2.0/ports?device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => generated 1152 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/811] 10.0.0.28 () {32 vars in 716 bytes} [Thu Jul 2 06:19:26 2026] GET /v2.0/ports/849322a6-2a52-457f-bd98-30637893381c => generated 1037 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/812] 10.0.0.44 () {34 vars in 1007 bytes} [Thu Jul 2 06:19:26 2026] GET /v2.0/networks/0f61fc1a-701c-4848-bce9-60234da7c251?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/813] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:19:26 2026] GET /v2.0/security-groups?id=249c8eb5-d3ca-4bfe-89d0-a26a7a560dbe&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/814] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:19:26 2026] GET /v2.0/networks?id=8ff1e2ca-d27e-48be-af36-7cc42ec32427 => generated 780 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:26.390 8 INFO neutron_taas.services.taas.taas_plugin [None req-eac6dd55-f72d-4afb-b0a7-30c5e81b6de9 f32e92f22b2b4e5a802286f6abc9eac9 73e155636d744db5868b55320b1a3828 - - default default] TaaS: Handle Delete Port: b27a1af7-b65b-43d0-bada-808142553d66 2026-07-02 06:19:26.394 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eac6dd55-f72d-4afb-b0a7-30c5e81b6de9 f32e92f22b2b4e5a802286f6abc9eac9 73e155636d744db5868b55320b1a3828 - - default default] Tap Mirror: Handle Delete Port: b27a1af7-b65b-43d0-bada-808142553d66 2026-07-02 06:19:26.546 7 INFO neutron_taas.services.taas.taas_plugin [None req-b418a9bc-c555-4f6a-b975-006e87b37125 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] TaaS: Handle Delete Port: 849322a6-2a52-457f-bd98-30637893381c 2026-07-02 06:19:26.550 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b418a9bc-c555-4f6a-b975-006e87b37125 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] Tap Mirror: Handle Delete Port: 849322a6-2a52-457f-bd98-30637893381c 2026-07-02 06:19:26.653 8 INFO neutron_taas.services.taas.taas_plugin [None req-eac6dd55-f72d-4afb-b0a7-30c5e81b6de9 f32e92f22b2b4e5a802286f6abc9eac9 73e155636d744db5868b55320b1a3828 - - default default] TaaS: Handle Delete Port: 19123fa7-0019-4cf0-845e-3c04189892ea 2026-07-02 06:19:26.655 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eac6dd55-f72d-4afb-b0a7-30c5e81b6de9 f32e92f22b2b4e5a802286f6abc9eac9 73e155636d744db5868b55320b1a3828 - - default default] Tap Mirror: Handle Delete Port: 19123fa7-0019-4cf0-845e-3c04189892ea [pid: 7|app: 0|req: 383/815] 10.0.0.28 () {34 vars in 788 bytes} [Thu Jul 2 06:19:26 2026] PUT /v2.0/routers/94d687ff-35b9-4e44-aae6-897bb57177c1/remove_router_interface => generated 309 bytes in 708 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: 384/816] 10.0.0.44 () {34 vars in 1107 bytes} [Thu Jul 2 06:19:26 2026] GET /v2.0/networks/0f61fc1a-701c-4848-bce9-60234da7c251?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: 385/817] 199.204.45.3 () {34 vars in 1058 bytes} [Thu Jul 2 06:19:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=b5b138b3-427e-480e-acfa-c1420edf8eee => generated 861 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:27.028 8 INFO neutron.services.segments.plugin [-] Segment ce474f1c-c2ce-4abc-9fec-350d4d62faf5 resource provider aggregate not found 2026-07-02 06:19:27.032 8 INFO neutron.services.segments.plugin [-] Segment ce474f1c-c2ce-4abc-9fec-350d4d62faf5 resource provider aggregate not found 2026-07-02 06:19:27.049 8 INFO neutron.db.l3_hamode_db [None req-eac6dd55-f72d-4afb-b0a7-30c5e81b6de9 f32e92f22b2b4e5a802286f6abc9eac9 73e155636d744db5868b55320b1a3828 - - default default] HA network 1819ded8-5549-4005-8a0e-8a910075a771 was deleted as no HA routers are present in tenant 73e155636d744db5868b55320b1a3828. 2026-07-02 06:19:27.054 8 INFO neutron.services.segments.plugin [-] Segment ce474f1c-c2ce-4abc-9fec-350d4d62faf5 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 ce474f1c-c2ce-4abc-9fec-350d4d62faf5 found for delete ", "request_id": "req-cdcd571d-1b16-49b3-bb40-36a590043ff4"}]} 2026-07-02 06:19:27.059 8 INFO neutron.services.segments.plugin [-] Segment ce474f1c-c2ce-4abc-9fec-350d4d62faf5 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 ce474f1c-c2ce-4abc-9fec-350d4d62faf5 found for delete ", "request_id": "req-26d57b02-12d2-4a0f-b216-e9b030f9ace5"}]} [pid: 8|app: 0|req: 433/818] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:26 2026] DELETE /v2.0/routers/f2da01b5-bd75-4303-bc71-9b188fe9e05d => generated 0 bytes in 920 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/819] 199.204.45.3 () {34 vars in 1056 bytes} [Thu Jul 2 06:19:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=b5b138b3-427e-480e-acfa-c1420edf8eee => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:27.131 7 INFO neutron.api.v2.resource [None req-4d10f6a9-df25-4644-b5fe-8b49e35b490b d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 386/820] 10.0.0.28 () {34 vars in 788 bytes} [Thu Jul 2 06:19:26 2026] PUT /v2.0/routers/94d687ff-35b9-4e44-aae6-897bb57177c1/remove_router_interface => generated 197 bytes in 138 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/821] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:19:27 2026] GET /v2.0/subnets?id=a3146c7a-ea98-4077-be64-8d65cf43de31 => generated 702 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/822] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:27 2026] GET /v2.0/ports?device_id=36edd424-68e7-486a-aa6a-00a7a6a0bd71 => 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: 389/823] 10.0.0.28 () {32 vars in 735 bytes} [Thu Jul 2 06:19:27 2026] GET /v2.0/ports?device_id=94d687ff-35b9-4e44-aae6-897bb57177c1 => 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: 435/824] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:27 2026] DELETE /v2.0/subnets/44c8da1b-132f-4c8e-af22-fde77fb04cfd => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/825] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:19:27 2026] GET /v2.0/ports?network_id=8ff1e2ca-d27e-48be-af36-7cc42ec32427&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:19:27.381 7 INFO neutron.services.segments.plugin [-] Segment d05e0540-16ca-4aab-8b58-135922787a17 resource provider aggregate not found 2026-07-02 06:19:27.386 7 INFO neutron.services.segments.plugin [-] Segment d05e0540-16ca-4aab-8b58-135922787a17 resource provider aggregate not found 2026-07-02 06:19:27.397 8 INFO neutron_taas.services.taas.taas_plugin [None req-607fad08-27e8-4f25-8991-297bddefef69 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] TaaS: Handle Delete Port: 640e936e-5d18-4e78-9c4c-4d51a1a121c2 2026-07-02 06:19:27.400 7 INFO neutron.services.segments.plugin [-] Segment d05e0540-16ca-4aab-8b58-135922787a17 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 d05e0540-16ca-4aab-8b58-135922787a17 found for delete ", "request_id": "req-03550db1-beb5-4725-9f13-5db7f33b4291"}]} 2026-07-02 06:19:27.400 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-607fad08-27e8-4f25-8991-297bddefef69 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] Tap Mirror: Handle Delete Port: 640e936e-5d18-4e78-9c4c-4d51a1a121c2 2026-07-02 06:19:27.408 7 INFO neutron.services.segments.plugin [-] Segment d05e0540-16ca-4aab-8b58-135922787a17 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 d05e0540-16ca-4aab-8b58-135922787a17 found for delete ", "request_id": "req-29451a46-c809-4ad0-9cbd-02c7cedc04c9"}]} [pid: 7|app: 0|req: 391/826] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:19:27 2026] DELETE /v2.0/networks/ef903f45-206a-49ac-8336-71b8efb05900 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/827] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:19:27 2026] GET /v2.0/networks/8ff1e2ca-d27e-48be-af36-7cc42ec32427?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/828] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:19:27 2026] GET /v2.0/networks/8ff1e2ca-d27e-48be-af36-7cc42ec32427?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) 2026-07-02 06:19:27.748 8 INFO neutron.db.l3_hamode_db [None req-607fad08-27e8-4f25-8991-297bddefef69 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] HA network fdc62813-5768-499c-b1b4-2347cb40dc53 was deleted as no HA routers are present in tenant 401d3ef17b714b2eab699c20c6faccda. [pid: 8|app: 0|req: 436/829] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:27 2026] DELETE /v2.0/routers/94d687ff-35b9-4e44-aae6-897bb57177c1 => generated 0 bytes in 521 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/830] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:27 2026] DELETE /v2.0/subnets/53246bf2-c2e9-4b49-bbcd-2d8098b8ae07 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/831] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:19:27 2026] DELETE /v2.0/networks/439fa967-4d31-411c-959b-2730a7344929 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/832] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:19:27 2026] GET /v2.0/security-groups?tenant_id=73e155636d744db5868b55320b1a3828&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:19:28.016 7 INFO neutron.db.segments_db [None req-9b6f411e-1432-4dfb-924a-3fc5426978b7 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] Added segment 40a0ca5b-50d6-40b5-9b74-819d5db1e78d of type vxlan for network a2f9f6ad-9b9d-4aa4-a2a7-027c7bd7818b [pid: 8|app: 0|req: 438/833] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:19:27 2026] DELETE /v2.0/security-groups/11b9cf1a-ee1c-47c7-9079-2c78e39db80e => 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: 396/834] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:19:27 2026] POST /v2.0/networks => generated 634 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/835] 199.204.45.3 () {34 vars in 1116 bytes} [Thu Jul 2 06:19:28 2026] GET /v2.0/ports?device_id=938a2869-aa2a-489e-9ee5-995e746f84c7&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.9 => generated 1152 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/836] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:19:28 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: 398/837] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:28 2026] GET /v2.0/ports?device_id=36edd424-68e7-486a-aa6a-00a7a6a0bd71 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:28.397 7 INFO neutron.db.segments_db [None req-2a2a1d34-ab27-4b61-a9b9-e61242b755a0 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] Added segment 7852cf02-440d-4d6b-ba27-bad2b36d8f40 of type vxlan for network d7785341-1c71-44c8-97bc-cb5342db4d05 2026-07-02 06:19:28.597 7 INFO neutron.db.l3_hamode_db [None req-2a2a1d34-ab27-4b61-a9b9-e61242b755a0 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 440/838] 199.204.45.3 () {38 vars in 1026 bytes} [Thu Jul 2 06:19:28 2026] PUT /v2.0/ports/b5b138b3-427e-480e-acfa-c1420edf8eee => generated 972 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:28.659 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-75ddcd2e-22a6-4b32-b2b2-a6d249140f45'] response: {'name': 'network-changed', 'server_uuid': '938a2869-aa2a-489e-9ee5-995e746f84c7', 'tag': 'b5b138b3-427e-480e-acfa-c1420edf8eee', 'status': 'completed', 'code': 200} 2026-07-02 06:19:28.714 7 INFO neutron.db.l3_hamode_db [None req-2a2a1d34-ab27-4b61-a9b9-e61242b755a0 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:19:29.075 8 INFO neutron.services.segments.plugin [-] Segment bfe67474-6271-40f4-b939-726b6a72ebb3 resource provider aggregate not found 2026-07-02 06:19:29.079 8 INFO neutron.services.segments.plugin [-] Segment bfe67474-6271-40f4-b939-726b6a72ebb3 resource provider aggregate not found 2026-07-02 06:19:29.097 8 INFO neutron.services.segments.plugin [-] Segment bfe67474-6271-40f4-b939-726b6a72ebb3 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 bfe67474-6271-40f4-b939-726b6a72ebb3 found for delete ", "request_id": "req-736928d5-2c9d-472b-8e60-f22a2ba96448"}]} 2026-07-02 06:19:29.097 8 INFO neutron.services.segments.plugin [-] Segment bfe67474-6271-40f4-b939-726b6a72ebb3 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 bfe67474-6271-40f4-b939-726b6a72ebb3 found for delete ", "request_id": "req-b57f9ee6-c399-4d81-9cf7-742e063915cd"}]} /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: 441/839] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:19:29 2026] GET /v2.0/ports?tenant_id=2b82d729ede7414ea16e7085efcdaa26&device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/840] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:19:29 2026] GET /v2.0/networks?id=8ff1e2ca-d27e-48be-af36-7cc42ec32427 => generated 780 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/841] 199.204.45.3 () {34 vars in 1058 bytes} [Thu Jul 2 06:19:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=b5b138b3-427e-480e-acfa-c1420edf8eee => generated 861 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/842] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:19:29 2026] GET /v2.0/subnets?id=a3146c7a-ea98-4077-be64-8d65cf43de31 => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/843] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:19:29 2026] GET /v2.0/ports?network_id=8ff1e2ca-d27e-48be-af36-7cc42ec32427&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: 399/844] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:19:28 2026] POST /v2.0/routers => generated 511 bytes in 1029 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/845] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:19:29 2026] GET /v2.0/networks/8ff1e2ca-d27e-48be-af36-7cc42ec32427?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:29.439 7 INFO neutron.services.segments.plugin [-] Segment 6f7c0441-ec8e-43df-8b76-6b2b86dd98b0 resource provider aggregate not found 2026-07-02 06:19:29.439 7 INFO neutron.services.segments.plugin [-] Segment 6f7c0441-ec8e-43df-8b76-6b2b86dd98b0 resource provider aggregate not found [pid: 8|app: 0|req: 447/846] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:29 2026] GET /v2.0/ports?device_id=36edd424-68e7-486a-aa6a-00a7a6a0bd71 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:29.456 7 INFO neutron.services.segments.plugin [-] Segment 6f7c0441-ec8e-43df-8b76-6b2b86dd98b0 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 6f7c0441-ec8e-43df-8b76-6b2b86dd98b0 found for delete ", "request_id": "req-09a5dfc4-fd9f-45af-b303-0c48d7412ddc"}]} 2026-07-02 06:19:29.461 7 INFO neutron.services.segments.plugin [-] Segment 6f7c0441-ec8e-43df-8b76-6b2b86dd98b0 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 6f7c0441-ec8e-43df-8b76-6b2b86dd98b0 found for delete ", "request_id": "req-72603d52-bb32-41da-8890-da7caaa4b382"}]} [pid: 8|app: 0|req: 448/847] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:19:29 2026] GET /v2.0/networks/8ff1e2ca-d27e-48be-af36-7cc42ec32427?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-07-02 06:19:30.067 8 INFO neutron.db.segments_db [None req-28bfacc7-b8eb-48f3-b67c-a3904e55f0cc 0e83943b67274cc68f14f4895047ef57 c652184e2dd54fbbbe86feb85464f62e - - default default] Added segment 4e52c108-f04d-40f0-b46a-597f257d9866 of type vxlan for network cd0d3c7e-c4ec-4d9f-aefc-d5be8e5290e7 2026-07-02 06:19:30.142 8 INFO neutron.db.segments_db [None req-28bfacc7-b8eb-48f3-b67c-a3904e55f0cc 0e83943b67274cc68f14f4895047ef57 c652184e2dd54fbbbe86feb85464f62e - - default default] Added segment 30b0fb8a-a22b-46cc-bc6c-8ed091f03228 of type vxlan for network 97fd0936-7d7e-4f20-962c-b954a89155b6 [pid: 8|app: 0|req: 449/848] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:19:29 2026] POST /v2.0/networks => generated 1246 bytes in 551 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/849] 10.0.0.28 () {32 vars in 648 bytes} [Thu Jul 2 06:19:30 2026] GET /v2.0/networks => generated 1845 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/850] 10.0.0.28 () {34 vars in 782 bytes} [Thu Jul 2 06:19:29 2026] PUT /v2.0/routers/616c7792-f912-4826-8bfd-1d08a988ce1c/add_router_interface => generated 309 bytes in 1108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/851] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:19:30 2026] DELETE /v2.0/networks/cd0d3c7e-c4ec-4d9f-aefc-d5be8e5290e7 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/852] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:30 2026] GET /v2.0/ports?device_id=36edd424-68e7-486a-aa6a-00a7a6a0bd71 => 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: 452/853] 10.0.0.28 () {32 vars in 716 bytes} [Thu Jul 2 06:19:30 2026] GET /v2.0/ports/950fd912-2044-4e67-a916-dbdaa8e9a229 => generated 959 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/854] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:19:30 2026] GET /v2.0/ports?tenant_id=2b82d729ede7414ea16e7085efcdaa26&device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/855] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:19:30 2026] DELETE /v2.0/networks/97fd0936-7d7e-4f20-962c-b954a89155b6 => 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: 403/856] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:19:30 2026] GET /v2.0/networks?id=8ff1e2ca-d27e-48be-af36-7cc42ec32427 => generated 780 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/857] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:30 2026] GET /v2.0/ports?device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/858] 10.0.0.28 () {32 vars in 648 bytes} [Thu Jul 2 06:19:30 2026] GET /v2.0/networks => generated 651 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/859] 199.204.45.3 () {34 vars in 1058 bytes} [Thu Jul 2 06:19:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=b5b138b3-427e-480e-acfa-c1420edf8eee => generated 861 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/860] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:19:30 2026] GET /v2.0/security-groups?id=249c8eb5-d3ca-4bfe-89d0-a26a7a560dbe&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:30.891 7 INFO neutron.db.segments_db [None req-274f0c93-81f5-486c-b1a9-59c766fc75dc 0e83943b67274cc68f14f4895047ef57 c652184e2dd54fbbbe86feb85464f62e - - default default] Added segment bc202647-37a4-47ad-9675-704c13e6066f of type vxlan for network 5078c754-ad1d-4b91-aebc-d67193605e6f 2026-07-02 06:19:30.939 8 INFO neutron_taas.services.taas.taas_plugin [None req-b31db409-cf90-4876-a7ae-bfdd0a3c38ef d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] TaaS: Handle Delete Port: 950fd912-2044-4e67-a916-dbdaa8e9a229 2026-07-02 06:19:30.943 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b31db409-cf90-4876-a7ae-bfdd0a3c38ef d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] Tap Mirror: Handle Delete Port: 950fd912-2044-4e67-a916-dbdaa8e9a229 [pid: 7|app: 0|req: 408/861] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:19:30 2026] POST /v2.0/networks => generated 654 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/862] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:19:30 2026] GET /v2.0/subnets?id=a3146c7a-ea98-4077-be64-8d65cf43de31 => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:31.063 7 INFO neutron.db.segments_db [None req-9dfa57a5-8440-441e-8033-2c1b39bb7b42 0e83943b67274cc68f14f4895047ef57 c652184e2dd54fbbbe86feb85464f62e - - default default] Added segment 0bea055a-395f-489c-9397-76bab504d1b3 of type vxlan for network dfbd61fd-87df-4d46-bc77-8bd769fcf0c9 2026-07-02 06:19:31.129 8 INFO neutron.services.segments.plugin [-] Segment 4e52c108-f04d-40f0-b46a-597f257d9866 resource provider aggregate not found 2026-07-02 06:19:31.131 8 INFO neutron.services.segments.plugin [-] Segment 4e52c108-f04d-40f0-b46a-597f257d9866 resource provider aggregate not found 2026-07-02 06:19:31.160 8 INFO neutron.services.segments.plugin [-] Segment 4e52c108-f04d-40f0-b46a-597f257d9866 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 4e52c108-f04d-40f0-b46a-597f257d9866 found for delete ", "request_id": "req-ceaf9d70-bf01-4dd2-ab17-241fb7293660"}]} 2026-07-02 06:19:31.161 8 INFO neutron.services.segments.plugin [-] Segment 4e52c108-f04d-40f0-b46a-597f257d9866 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 4e52c108-f04d-40f0-b46a-597f257d9866 found for delete ", "request_id": "req-6d23cf07-d71f-4110-b429-5396e264a486"}]} [pid: 7|app: 0|req: 410/863] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:19:31 2026] POST /v2.0/networks => generated 653 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/864] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:19:31 2026] GET /v2.0/ports?network_id=8ff1e2ca-d27e-48be-af36-7cc42ec32427&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: 8|app: 0|req: 454/865] 10.0.0.28 () {34 vars in 788 bytes} [Thu Jul 2 06:19:30 2026] PUT /v2.0/routers/616c7792-f912-4826-8bfd-1d08a988ce1c/remove_router_interface => generated 309 bytes in 805 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/866] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:19:31 2026] GET /v2.0/networks/8ff1e2ca-d27e-48be-af36-7cc42ec32427?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:31.479 7 INFO neutron.services.segments.plugin [-] Segment 30b0fb8a-a22b-46cc-bc6c-8ed091f03228 resource provider aggregate not found 2026-07-02 06:19:31.480 7 INFO neutron.services.segments.plugin [-] Segment 30b0fb8a-a22b-46cc-bc6c-8ed091f03228 resource provider aggregate not found [pid: 8|app: 0|req: 456/867] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:19:31 2026] GET /v2.0/networks?id=0f61fc1a-701c-4848-bce9-60234da7c251 => generated 670 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:31.505 7 INFO neutron.services.segments.plugin [-] Segment 30b0fb8a-a22b-46cc-bc6c-8ed091f03228 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 30b0fb8a-a22b-46cc-bc6c-8ed091f03228 found for delete ", "request_id": "req-c13d075c-1ca1-414e-8b66-963fe80614d9"}]} 2026-07-02 06:19:31.506 7 INFO neutron.services.segments.plugin [-] Segment 30b0fb8a-a22b-46cc-bc6c-8ed091f03228 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 30b0fb8a-a22b-46cc-bc6c-8ed091f03228 found for delete ", "request_id": "req-d7c6bfc1-37ac-4acc-aff1-098f69916dce"}]} [pid: 8|app: 0|req: 457/868] 10.0.0.28 () {32 vars in 735 bytes} [Thu Jul 2 06:19:31 2026] GET /v2.0/ports?device_id=616c7792-f912-4826-8bfd-1d08a988ce1c => 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: 458/869] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:19:31 2026] GET /v2.0/networks/8ff1e2ca-d27e-48be-af36-7cc42ec32427?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: 459/870] 199.204.45.3 () {34 vars in 1048 bytes} [Thu Jul 2 06:19:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f5a6aea2a81d4b9680abd670bf1d18d5 => generated 181 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:31.759 8 INFO neutron_taas.services.taas.taas_plugin [None req-225fad84-5c82-4318-9402-b37589f2ac03 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] TaaS: Handle Delete Port: ae5cb4dd-3bc0-46e5-bb36-30ee9fd33777 2026-07-02 06:19:31.764 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-225fad84-5c82-4318-9402-b37589f2ac03 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] Tap Mirror: Handle Delete Port: ae5cb4dd-3bc0-46e5-bb36-30ee9fd33777 [pid: 7|app: 0|req: 412/871] 10.0.0.28 () {34 vars in 664 bytes} [Thu Jul 2 06:19:31 2026] POST /v2.0/ports => generated 1506 bytes in 600 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, ' 2026-07-02 06:19:32.091 8 INFO neutron.db.l3_hamode_db [None req-225fad84-5c82-4318-9402-b37589f2ac03 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] HA network d7785341-1c71-44c8-97bc-cb5342db4d05 was deleted as no HA routers are present in tenant 401d3ef17b714b2eab699c20c6faccda. [pid: 8|app: 0|req: 460/872] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:31 2026] DELETE /v2.0/routers/616c7792-f912-4826-8bfd-1d08a988ce1c => generated 0 bytes in 511 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/873] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:32 2026] GET /v2.0/ports?device_id=36edd424-68e7-486a-aa6a-00a7a6a0bd71 => generated 957 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/874] 199.204.45.3 () {38 vars in 953 bytes} [Thu Jul 2 06:19:31 2026] POST /v2.0/ports => generated 954 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, ' [pid: 7|app: 0|req: 414/875] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:32 2026] GET /v2.0/ports?device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/876] 10.0.0.28 () {32 vars in 642 bytes} [Thu Jul 2 06:19:32 2026] GET /v2.0/ports => generated 1506 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/877] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:19:32 2026] GET /v2.0/security-groups?id=d3101812-b336-4f67-b420-6d3a27c55ac5&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: 415/878] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:32 2026] DELETE /v2.0/subnets/1bbb2831-2245-4fbe-8cbd-f5455323aacb => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/879] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:19:32 2026] GET /v2.0/security-groups?id=249c8eb5-d3ca-4bfe-89d0-a26a7a560dbe&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:32.596 7 INFO neutron_taas.services.taas.taas_plugin [None req-e0d4b5e3-a10a-4f36-b0eb-601ed1c02f72 0e83943b67274cc68f14f4895047ef57 c652184e2dd54fbbbe86feb85464f62e - - default default] TaaS: Handle Delete Port: 3a1abee3-bebd-4385-912e-2902f7ecfac2 2026-07-02 06:19:32.599 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0d4b5e3-a10a-4f36-b0eb-601ed1c02f72 0e83943b67274cc68f14f4895047ef57 c652184e2dd54fbbbe86feb85464f62e - - default default] Tap Mirror: Handle Delete Port: 3a1abee3-bebd-4385-912e-2902f7ecfac2 [pid: 7|app: 0|req: 419/882] 10.0.0.28 () {32 vars in 719 bytes} [Thu Jul 2 06:19:32 2026] DELETE /v2.0/ports/3a1abee3-bebd-4385-912e-2902f7ecfac2 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:19:32.765 7 INFO neutron_taas.services.taas.taas_plugin [None req-370a5cb7-d52f-4d6f-8c1e-05fd29644761 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] TaaS: Handle Delete Port: 3494ef53-c02d-43e0-b3c7-7dc80f70c472 2026-07-02 06:19:32.768 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-370a5cb7-d52f-4d6f-8c1e-05fd29644761 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] Tap Mirror: Handle Delete Port: 3494ef53-c02d-43e0-b3c7-7dc80f70c472 [pid: 8|app: 0|req: 464/883] 199.204.45.3 () {38 vars in 1026 bytes} [Thu Jul 2 06:19:32 2026] PUT /v2.0/ports/c23aa48e-a06e-42a4-92e3-c4378041409c => generated 1235 bytes in 524 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-07-02 06:19:32.931 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-579361ca-fed7-43bb-9923-f96a8bb2e0b4'] response: {'name': 'network-changed', 'server_uuid': '36edd424-68e7-486a-aa6a-00a7a6a0bd71', 'tag': 'c23aa48e-a06e-42a4-92e3-c4378041409c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 420/884] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:19:32 2026] DELETE /v2.0/networks/a2f9f6ad-9b9d-4aa4-a2a7-027c7bd7818b => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:19:32.992 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5f75fa9-77ed-48d9-a108-c7d1352902f4 0e83943b67274cc68f14f4895047ef57 c652184e2dd54fbbbe86feb85464f62e - - default default] TaaS: Handle Delete Port: dfb45a8d-3c88-4ff6-87cf-508e3043b7ba 2026-07-02 06:19:32.995 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5f75fa9-77ed-48d9-a108-c7d1352902f4 0e83943b67274cc68f14f4895047ef57 c652184e2dd54fbbbe86feb85464f62e - - default default] Tap Mirror: Handle Delete Port: dfb45a8d-3c88-4ff6-87cf-508e3043b7ba 2026-07-02 06:19:33.026 7 INFO neutron.db.segments_db [None req-55cf6e9b-1048-4f8a-a713-ee9bc8442b6e d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] Added segment 16b6e76b-56de-4d2f-9827-6f11463f160d of type vxlan for network 645f7598-c2e5-45af-9125-5a7791ac0dc8 [pid: 8|app: 0|req: 465/885] 10.0.0.28 () {32 vars in 719 bytes} [Thu Jul 2 06:19:32 2026] DELETE /v2.0/ports/dfb45a8d-3c88-4ff6-87cf-508e3043b7ba => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/886] 199.204.45.3 () {34 vars in 992 bytes} [Thu Jul 2 06:19:33 2026] GET /v2.0/ports?device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/887] 10.0.0.28 () {32 vars in 642 bytes} [Thu Jul 2 06:19:33 2026] GET /v2.0/ports => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:33.197 8 INFO neutron.services.segments.plugin [-] Segment 7852cf02-440d-4d6b-ba27-bad2b36d8f40 resource provider aggregate not found 2026-07-02 06:19:33.198 8 INFO neutron.services.segments.plugin [-] Segment 7852cf02-440d-4d6b-ba27-bad2b36d8f40 resource provider aggregate not found 2026-07-02 06:19:33.220 8 INFO neutron.services.segments.plugin [-] Segment 7852cf02-440d-4d6b-ba27-bad2b36d8f40 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 7852cf02-440d-4d6b-ba27-bad2b36d8f40 found for delete ", "request_id": "req-433c21a7-007e-437b-a878-ff9adf12c429"}]} 2026-07-02 06:19:33.222 8 INFO neutron.services.segments.plugin [-] Segment 7852cf02-440d-4d6b-ba27-bad2b36d8f40 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 7852cf02-440d-4d6b-ba27-bad2b36d8f40 found for delete ", "request_id": "req-d6650c57-8309-4308-8f5b-018eca28fb3b"}]} 2026-07-02 06:19:33.340 7 INFO neutron.db.l3_hamode_db [None req-55cf6e9b-1048-4f8a-a713-ee9bc8442b6e d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:19:33.384 8 INFO neutron_taas.services.taas.taas_plugin [req-7072a407-1d36-4d7c-a601-0808e2b4e633 req-e36c354b-daca-4bc1-8920-a771c2975237 5e5971d0574e4cac92f92e1b11aeb663 2b82d729ede7414ea16e7085efcdaa26 - - default default] TaaS: Handle Delete Port: b5b138b3-427e-480e-acfa-c1420edf8eee 2026-07-02 06:19:33.386 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7072a407-1d36-4d7c-a601-0808e2b4e633 req-e36c354b-daca-4bc1-8920-a771c2975237 5e5971d0574e4cac92f92e1b11aeb663 2b82d729ede7414ea16e7085efcdaa26 - - default default] Tap Mirror: Handle Delete Port: b5b138b3-427e-480e-acfa-c1420edf8eee 2026-07-02 06:19:33.528 7 INFO neutron.services.segments.plugin [-] Segment 40a0ca5b-50d6-40b5-9b74-819d5db1e78d resource provider aggregate not found 2026-07-02 06:19:33.534 7 INFO neutron.services.segments.plugin [-] Segment 40a0ca5b-50d6-40b5-9b74-819d5db1e78d resource provider aggregate not found 2026-07-02 06:19:33.550 7 INFO neutron.services.segments.plugin [-] Segment 40a0ca5b-50d6-40b5-9b74-819d5db1e78d 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 40a0ca5b-50d6-40b5-9b74-819d5db1e78d found for delete ", "request_id": "req-7b161a63-4c47-4757-9829-5cea515fe662"}]} 2026-07-02 06:19:33.561 7 INFO neutron.services.segments.plugin [-] Segment 40a0ca5b-50d6-40b5-9b74-819d5db1e78d 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 40a0ca5b-50d6-40b5-9b74-819d5db1e78d found for delete ", "request_id": "req-cd4844d7-c461-4173-a2fb-5a935bec525b"}]} 2026-07-02 06:19:33.905 8 INFO neutron.db.l3_db [req-7072a407-1d36-4d7c-a601-0808e2b4e633 req-e36c354b-daca-4bc1-8920-a771c2975237 5e5971d0574e4cac92f92e1b11aeb663 2b82d729ede7414ea16e7085efcdaa26 - - default default] Floating IP 3cf236fe-f6ca-43ab-bf6d-ce627a714703 disassociated. External IP: 10.96.250.216, port: b5b138b3-427e-480e-acfa-c1420edf8eee. 2026-07-02 06:19:34.084 7 INFO neutron.db.l3_hamode_db [None req-55cf6e9b-1048-4f8a-a713-ee9bc8442b6e d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 468/888] 199.204.45.3 () {36 vars in 995 bytes} [Thu Jul 2 06:19:33 2026] DELETE /v2.0/ports/b5b138b3-427e-480e-acfa-c1420edf8eee => generated 0 bytes in 1132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:19:34.334 8 INFO neutron.db.segments_db [None req-fc4cd0ab-b8ff-47a8-a800-bd9744e42f3e 0e83943b67274cc68f14f4895047ef57 c652184e2dd54fbbbe86feb85464f62e - - default default] Added segment 5b401484-a1b8-4c27-a007-26b121118fbc of type vxlan for network ebb15273-daf7-4b56-859a-e95a82e3d7a3 [pid: 8|app: 0|req: 469/889] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:19:34 2026] POST /v2.0/networks => generated 654 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/890] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:34 2026] GET /v2.0/ports?device_id=36edd424-68e7-486a-aa6a-00a7a6a0bd71 => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/891] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:19:34 2026] GET /v2.0/ports?tenant_id=f5a6aea2a81d4b9680abd670bf1d18d5&device_id=36edd424-68e7-486a-aa6a-00a7a6a0bd71 => generated 1238 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/892] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:34 2026] GET /v2.0/ports?device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:34.507 8 INFO neutron.db.segments_db [None req-061734c9-3d38-4148-951a-df192d157db6 0e83943b67274cc68f14f4895047ef57 c652184e2dd54fbbbe86feb85464f62e - - default default] Added segment 5cdfd456-47d6-4b72-9e15-2b0aec267d27 of type vxlan for network b5f03c87-6f7c-42bf-8501-f71a4e623977 [pid: 8|app: 0|req: 473/893] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:19:34 2026] POST /v2.0/networks => generated 653 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/894] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:19:34 2026] GET /v2.0/security-groups?id=d3101812-b336-4f67-b420-6d3a27c55ac5&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/895] 199.204.45.3 () {34 vars in 1016 bytes} [Thu Jul 2 06:19:34 2026] GET /v2.0/networks?tenant_id=f5a6aea2a81d4b9680abd670bf1d18d5&shared=False => generated 766 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/896] 199.204.45.3 () {34 vars in 928 bytes} [Thu Jul 2 06:19:34 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) 2026-07-02 06:19:34.967 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-33ca5bd3-21fa-4d09-a0e5-53b3b9d37bc4'] response: {'server_uuid': '938a2869-aa2a-489e-9ee5-995e746f84c7', 'name': 'network-vif-deleted', 'tag': 'b5b138b3-427e-480e-acfa-c1420edf8eee', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 421/897] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:19:32 2026] POST /v2.0/routers => generated 690 bytes in 2031 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/898] 10.0.0.28 () {32 vars in 720 bytes} [Thu Jul 2 06:19:35 2026] GET /v2.0/routers/52d6ec03-753d-429a-9cc9-72b8185a19c0 => generated 696 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/899] 10.0.0.28 () {32 vars in 646 bytes} [Thu Jul 2 06:19:35 2026] GET /v2.0/routers => generated 699 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/900] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:19:35 2026] POST /v2.0/subnets => generated 1322 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/901] 10.0.0.28 () {32 vars in 646 bytes} [Thu Jul 2 06:19:35 2026] GET /v2.0/subnets => generated 1958 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/902] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:35 2026] GET /v2.0/ports?device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => 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: 479/903] 10.0.0.28 () {34 vars in 740 bytes} [Thu Jul 2 06:19:35 2026] PUT /v2.0/routers/52d6ec03-753d-429a-9cc9-72b8185a19c0 => generated 703 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/904] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:35 2026] GET /v2.0/ports?device_id=36edd424-68e7-486a-aa6a-00a7a6a0bd71 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/905] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:35 2026] DELETE /v2.0/subnets/ebd6bb41-5ba8-4f77-b5a2-849dc17bfb18 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/906] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:19:35 2026] GET /v2.0/ports?tenant_id=f5a6aea2a81d4b9680abd670bf1d18d5&device_id=36edd424-68e7-486a-aa6a-00a7a6a0bd71 => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/907] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:19:35 2026] GET /v2.0/security-groups?id=d3101812-b336-4f67-b420-6d3a27c55ac5&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: 8|app: 0|req: 481/908] 10.0.0.28 () {32 vars in 720 bytes} [Thu Jul 2 06:19:35 2026] GET /v2.0/routers/52d6ec03-753d-429a-9cc9-72b8185a19c0 => generated 703 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/909] 199.204.45.3 () {34 vars in 1056 bytes} [Thu Jul 2 06:19:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=c23aa48e-a06e-42a4-92e3-c4378041409c => 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: 483/910] 10.0.0.28 () {32 vars in 735 bytes} [Thu Jul 2 06:19:35 2026] GET /v2.0/ports?device_id=52d6ec03-753d-429a-9cc9-72b8185a19c0 => 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: 484/911] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:19:35 2026] GET /v2.0/subnets?id=5720f93f-c8bb-47fd-ba3b-b66854d90185 => generated 688 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/912] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:35 2026] DELETE /v2.0/subnets/6414da1d-08cf-44af-b2df-8b163feac292 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/913] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:19:35 2026] GET /v2.0/ports?network_id=0f61fc1a-701c-4848-bce9-60234da7c251&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/914] 10.0.0.28 () {32 vars in 646 bytes} [Thu Jul 2 06:19:35 2026] GET /v2.0/subnets => generated 649 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/915] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:19:35 2026] GET /v2.0/networks/0f61fc1a-701c-4848-bce9-60234da7c251?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:36.045 8 INFO neutron_taas.services.taas.taas_plugin [None req-14ee4528-38e3-47d8-96d0-41451b4c0892 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] TaaS: Handle Delete Port: 20734e61-1d7d-4707-8e99-9d74f830dc69 2026-07-02 06:19:36.048 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14ee4528-38e3-47d8-96d0-41451b4c0892 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] Tap Mirror: Handle Delete Port: 20734e61-1d7d-4707-8e99-9d74f830dc69 2026-07-02 06:19:36.089 7 INFO neutron.services.segments.plugin [-] Segment 5cdfd456-47d6-4b72-9e15-2b0aec267d27 resource provider aggregate not found 2026-07-02 06:19:36.096 7 INFO neutron.services.segments.plugin [-] Segment 5cdfd456-47d6-4b72-9e15-2b0aec267d27 resource provider aggregate not found 2026-07-02 06:19:36.113 7 INFO neutron.services.segments.plugin [-] Segment 5cdfd456-47d6-4b72-9e15-2b0aec267d27 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 5cdfd456-47d6-4b72-9e15-2b0aec267d27 found for delete ", "request_id": "req-51789b9d-297c-43e4-a9e5-2c3b76d0052f"}]} 2026-07-02 06:19:36.121 7 INFO neutron.services.segments.plugin [-] Segment 5cdfd456-47d6-4b72-9e15-2b0aec267d27 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 5cdfd456-47d6-4b72-9e15-2b0aec267d27 found for delete ", "request_id": "req-c10404d8-87e1-411b-9ea0-94973186d25e"}]} [pid: 7|app: 0|req: 432/916] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:19:35 2026] DELETE /v2.0/networks/b5f03c87-6f7c-42bf-8501-f71a4e623977 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/917] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:19:36 2026] GET /v2.0/networks/0f61fc1a-701c-4848-bce9-60234da7c251?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/918] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:19:36 2026] DELETE /v2.0/networks/ebb15273-daf7-4b56-859a-e95a82e3d7a3 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:19:36.337 8 INFO neutron_taas.services.taas.taas_plugin [None req-14ee4528-38e3-47d8-96d0-41451b4c0892 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] TaaS: Handle Delete Port: 02a3077d-6abb-4248-9443-c7fe722cd3ca 2026-07-02 06:19:36.339 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14ee4528-38e3-47d8-96d0-41451b4c0892 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] Tap Mirror: Handle Delete Port: 02a3077d-6abb-4248-9443-c7fe722cd3ca [pid: 7|app: 0|req: 435/919] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:19:36 2026] DELETE /v2.0/networks/dfbd61fd-87df-4d46-bc77-8bd769fcf0c9 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/920] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:19:36 2026] DELETE /v2.0/networks/5078c754-ad1d-4b91-aebc-d67193605e6f => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/921] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:36 2026] GET /v2.0/ports?device_id=938a2869-aa2a-489e-9ee5-995e746f84c7 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:36.698 8 INFO neutron.services.segments.plugin [-] Segment 16b6e76b-56de-4d2f-9827-6f11463f160d resource provider aggregate not found 2026-07-02 06:19:36.703 8 INFO neutron.services.segments.plugin [-] Segment 16b6e76b-56de-4d2f-9827-6f11463f160d resource provider aggregate not found 2026-07-02 06:19:36.724 8 INFO neutron.services.segments.plugin [-] Segment 16b6e76b-56de-4d2f-9827-6f11463f160d 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 16b6e76b-56de-4d2f-9827-6f11463f160d found for delete ", "request_id": "req-fbaeec6f-0ae4-4146-9686-8efe80da14c7"}]} 2026-07-02 06:19:36.726 8 INFO neutron.services.segments.plugin [-] Segment 16b6e76b-56de-4d2f-9827-6f11463f160d 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 16b6e76b-56de-4d2f-9827-6f11463f160d found for delete ", "request_id": "req-e943bdc8-3a11-4c08-accd-ccda24f5e22c"}]} 2026-07-02 06:19:36.738 8 INFO neutron.db.l3_hamode_db [None req-14ee4528-38e3-47d8-96d0-41451b4c0892 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] HA network 645f7598-c2e5-45af-9125-5a7791ac0dc8 was deleted as no HA routers are present in tenant 401d3ef17b714b2eab699c20c6faccda. [pid: 8|app: 0|req: 485/922] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:35 2026] DELETE /v2.0/routers/52d6ec03-753d-429a-9cc9-72b8185a19c0 => generated 0 bytes in 912 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/923] 10.0.0.28 () {32 vars in 735 bytes} [Thu Jul 2 06:19:36 2026] GET /v2.0/ports?device_id=52d6ec03-753d-429a-9cc9-72b8185a19c0 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:36.794 8 INFO neutron.api.v2.resource [None req-2d4d630d-7494-431d-8743-53c2161e6444 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 486/924] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:36 2026] DELETE /v2.0/routers/52d6ec03-753d-429a-9cc9-72b8185a19c0 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/925] 10.0.0.28 () {32 vars in 735 bytes} [Thu Jul 2 06:19:36 2026] GET /v2.0/ports?device_id=616c7792-f912-4826-8bfd-1d08a988ce1c => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:36.843 7 INFO neutron.api.v2.resource [None req-8e566cb8-a229-4bf3-b2c7-8f84261135c3 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 440/926] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:36 2026] DELETE /v2.0/routers/616c7792-f912-4826-8bfd-1d08a988ce1c => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/927] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:36 2026] GET /v2.0/ports?device_id=36edd424-68e7-486a-aa6a-00a7a6a0bd71 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:36.859 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2e45cbf1-226d-47cc-a595-cccf5a64d157 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 441/928] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:36 2026] DELETE /v2.0/subnets/1bbb2831-2245-4fbe-8cbd-f5455323aacb => 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: 442/929] 10.0.0.28 () {32 vars in 735 bytes} [Thu Jul 2 06:19:36 2026] GET /v2.0/ports?device_id=94d687ff-35b9-4e44-aae6-897bb57177c1 => 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: 488/930] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:19:36 2026] GET /v2.0/security-groups?id=d3101812-b336-4f67-b420-6d3a27c55ac5&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:36.903 7 INFO neutron.api.v2.resource [None req-855311d5-15f9-4b1f-ab2f-7ab17f621b14 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 443/931] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:36 2026] DELETE /v2.0/routers/94d687ff-35b9-4e44-aae6-897bb57177c1 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:19:36.922 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ae615d22-78a6-4f7f-a57d-b75f924e841a d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 489/932] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:36 2026] DELETE /v2.0/subnets/53246bf2-c2e9-4b49-bbcd-2d8098b8ae07 => 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: 444/933] 10.0.0.28 () {32 vars in 735 bytes} [Thu Jul 2 06:19:36 2026] GET /v2.0/ports?device_id=54ae7c2a-5b3e-4720-aec3-ac1621fffc7a => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:36.983 8 INFO neutron.api.v2.resource [None req-79b036bc-642f-4c19-bb75-dd1023dfcf00 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 490/934] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:36 2026] DELETE /v2.0/routers/54ae7c2a-5b3e-4720-aec3-ac1621fffc7a => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:19:36.999 7 INFO neutron.pecan_wsgi.hooks.translation [None req-99955090-fd11-4b18-ac7d-fbc281e1d928 d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 445/935] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:36 2026] DELETE /v2.0/subnets/39c5e627-0939-4cab-bbad-914e1d7ca788 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:19:37.025 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b0dd017c-e144-480e-b86a-c812384da4ba d960bcce6ab5497e8ae38104ca22631d 401d3ef17b714b2eab699c20c6faccda - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 491/936] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:37 2026] DELETE /v2.0/subnets/cb50f6e9-ad36-430c-84ce-1f1c6093c709 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/937] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:19:37 2026] GET /v2.0/security-groups?tenant_id=c652184e2dd54fbbbe86feb85464f62e&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/938] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:19:37 2026] DELETE /v2.0/security-groups/40898187-0898-423e-9782-7ab01505ceaa => 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: 447/939] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:19:37 2026] GET /v2.0/security-groups?tenant_id=401d3ef17b714b2eab699c20c6faccda&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/940] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:19:37 2026] DELETE /v2.0/security-groups/249c8eb5-d3ca-4bfe-89d0-a26a7a560dbe => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:19:37.901 8 INFO neutron.api.v2.resource [None req-4ea1d2a4-bb68-4827-849d-329fb1e52142 5e5971d0574e4cac92f92e1b11aeb663 2b82d729ede7414ea16e7085efcdaa26 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 494/941] 10.0.0.28 () {32 vars in 736 bytes} [Thu Jul 2 06:19:37 2026] GET /v2.0/security-groups/249c8eb5-d3ca-4bfe-89d0-a26a7a560dbe => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:19:38.027 8 INFO neutron_taas.services.taas.taas_plugin [None req-98d2f5b4-ff27-43c2-940d-d4079b2a8524 5e5971d0574e4cac92f92e1b11aeb663 2b82d729ede7414ea16e7085efcdaa26 - - default default] TaaS: Handle Delete Port: 7b48f772-75e1-4d0e-8626-376aa66a874f 2026-07-02 06:19:38.030 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98d2f5b4-ff27-43c2-940d-d4079b2a8524 5e5971d0574e4cac92f92e1b11aeb663 2b82d729ede7414ea16e7085efcdaa26 - - default default] Tap Mirror: Handle Delete Port: 7b48f772-75e1-4d0e-8626-376aa66a874f [pid: 8|app: 0|req: 495/942] 10.0.0.28 () {32 vars in 731 bytes} [Thu Jul 2 06:19:37 2026] DELETE /v2.0/floatingips/3cf236fe-f6ca-43ab-bf6d-ce627a714703 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/943] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:38 2026] GET /v2.0/ports?device_id=36edd424-68e7-486a-aa6a-00a7a6a0bd71 => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:38.297 7 INFO neutron.services.segments.plugin [-] Segment 5b401484-a1b8-4c27-a007-26b121118fbc resource provider aggregate not found 2026-07-02 06:19:38.300 7 INFO neutron.services.segments.plugin [-] Segment 5b401484-a1b8-4c27-a007-26b121118fbc resource provider aggregate not found 2026-07-02 06:19:38.315 7 INFO neutron.services.segments.plugin [-] Segment 5b401484-a1b8-4c27-a007-26b121118fbc 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 5b401484-a1b8-4c27-a007-26b121118fbc found for delete ", "request_id": "req-a5f1d324-22c3-4dd3-85b7-af1a6c83d479"}]} 2026-07-02 06:19:38.321 7 INFO neutron.services.segments.plugin [-] Segment 5b401484-a1b8-4c27-a007-26b121118fbc 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 5b401484-a1b8-4c27-a007-26b121118fbc found for delete ", "request_id": "req-43ea8997-8998-4091-8973-2ca300c773f4"}]} 2026-07-02 06:19:38.329 7 INFO neutron.services.segments.plugin [-] Segment 0bea055a-395f-489c-9397-76bab504d1b3 resource provider aggregate not found 2026-07-02 06:19:38.348 7 INFO neutron.services.segments.plugin [-] Segment 0bea055a-395f-489c-9397-76bab504d1b3 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 0bea055a-395f-489c-9397-76bab504d1b3 found for delete ", "request_id": "req-88b72a43-b7ed-4357-b3a6-a3d32e80b994"}]} 2026-07-02 06:19:38.352 7 INFO neutron.services.segments.plugin [-] Segment 0bea055a-395f-489c-9397-76bab504d1b3 resource provider aggregate not found [pid: 7|app: 0|req: 448/944] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:19:37 2026] DELETE /v2.0/security-groups/8b27de21-6a1e-4900-bd5c-4105a836176d => generated 0 bytes in 550 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:19:38.369 7 INFO neutron.services.segments.plugin [-] Segment 0bea055a-395f-489c-9397-76bab504d1b3 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 0bea055a-395f-489c-9397-76bab504d1b3 found for delete ", "request_id": "req-4abb4d74-849c-4915-a687-2adb1b88eb92"}]} 2026-07-02 06:19:38.376 7 INFO neutron.services.segments.plugin [-] Segment bc202647-37a4-47ad-9675-704c13e6066f resource provider aggregate not found 2026-07-02 06:19:38.393 7 INFO neutron.services.segments.plugin [-] Segment bc202647-37a4-47ad-9675-704c13e6066f resource provider aggregate not found 2026-07-02 06:19:38.401 7 INFO neutron.services.segments.plugin [-] Segment bc202647-37a4-47ad-9675-704c13e6066f 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 bc202647-37a4-47ad-9675-704c13e6066f found for delete ", "request_id": "req-b537d1a8-59e3-44dd-b7f5-99232ccb0dfb"}]} 2026-07-02 06:19:38.412 7 INFO neutron.services.segments.plugin [-] Segment bc202647-37a4-47ad-9675-704c13e6066f 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 bc202647-37a4-47ad-9675-704c13e6066f found for delete ", "request_id": "req-1fab515e-e521-4667-879f-551765c1919e"}]} [pid: 7|app: 0|req: 449/945] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:19:38 2026] GET /v2.0/security-groups?id=d3101812-b336-4f67-b420-6d3a27c55ac5&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:38.677 8 INFO neutron_taas.services.taas.taas_plugin [None req-78831bbc-a622-44f5-b8fe-19c3534a90a6 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: 5d200807-58c0-40bf-8166-ee97ebcfe887 2026-07-02 06:19:38.680 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78831bbc-a622-44f5-b8fe-19c3534a90a6 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: 5d200807-58c0-40bf-8166-ee97ebcfe887 [pid: 8|app: 0|req: 497/946] 10.0.0.28 () {34 vars in 788 bytes} [Thu Jul 2 06:19:38 2026] PUT /v2.0/routers/65644e0f-9019-4f22-b73b-d895871bd0b9/remove_router_interface => generated 309 bytes in 1041 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:39.569 7 INFO neutron.db.segments_db [None req-0a7b1b3f-07f9-40a6-8d51-b109064c3481 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] Added segment 5bc0cc83-dcea-4ada-aa9c-f566b7e580a6 of type vxlan for network 390f69ca-2121-475a-a7cd-67b56ca9ed5b 2026-07-02 06:19:39.587 8 INFO neutron_taas.services.taas.taas_plugin [None req-666320d9-e811-436e-a870-1fb5161de613 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: e800a599-7c07-47bd-aaa8-ccf9d89e9c18 2026-07-02 06:19:39.590 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-666320d9-e811-436e-a870-1fb5161de613 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: e800a599-7c07-47bd-aaa8-ccf9d89e9c18 [pid: 7|app: 0|req: 450/947] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:19:39 2026] POST /v2.0/networks => generated 630 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/948] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:39 2026] GET /v2.0/ports?device_id=36edd424-68e7-486a-aa6a-00a7a6a0bd71 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:39.779 7 INFO neutron.db.segments_db [None req-5cea5987-4137-418d-b2b7-6ab6491b74f9 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] Added segment af0ee410-5b13-4f79-b2aa-a4e0dddf4b0e of type vxlan for network a7a5eb2e-1085-4630-b3e7-f86eb3013a11 [pid: 7|app: 0|req: 452/949] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:19:39 2026] POST /v2.0/networks => generated 630 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:39.896 8 INFO neutron_taas.services.taas.taas_plugin [None req-666320d9-e811-436e-a870-1fb5161de613 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: 0da840d2-4946-4575-a884-c689b6b4c3ba [pid: 7|app: 0|req: 453/950] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:19:39 2026] GET /v2.0/security-groups?id=d3101812-b336-4f67-b420-6d3a27c55ac5&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:39.901 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-666320d9-e811-436e-a870-1fb5161de613 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: 0da840d2-4946-4575-a884-c689b6b4c3ba [pid: 7|app: 0|req: 454/951] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:19:39 2026] POST /v2.0/subnets => generated 626 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:40.343 8 INFO neutron.services.segments.plugin [-] Segment 1d938ce0-bc3e-43dd-8766-0271012bec59 resource provider aggregate not found 2026-07-02 06:19:40.358 8 INFO neutron.services.segments.plugin [-] Segment 1d938ce0-bc3e-43dd-8766-0271012bec59 resource provider aggregate not found 2026-07-02 06:19:40.369 8 INFO neutron.services.segments.plugin [-] Segment 1d938ce0-bc3e-43dd-8766-0271012bec59 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 1d938ce0-bc3e-43dd-8766-0271012bec59 found for delete ", "request_id": "req-db2f597e-16d0-4b43-a2b2-39161aff1b6e"}]} 2026-07-02 06:19:40.377 8 INFO neutron.db.l3_hamode_db [None req-666320d9-e811-436e-a870-1fb5161de613 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] HA network ed63b8ea-1ef1-4aa0-b0ec-17cb611e07bb was deleted as no HA routers are present in tenant 2b82d729ede7414ea16e7085efcdaa26. [pid: 8|app: 0|req: 498/952] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:39 2026] DELETE /v2.0/routers/65644e0f-9019-4f22-b73b-d895871bd0b9 => generated 0 bytes in 1045 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:19:40.387 8 INFO neutron.services.segments.plugin [-] Segment 1d938ce0-bc3e-43dd-8766-0271012bec59 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 1d938ce0-bc3e-43dd-8766-0271012bec59 found for delete ", "request_id": "req-5699531a-32a1-430f-a1b4-979dbb7fe45b"}]} [pid: 7|app: 0|req: 455/953] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:19:40 2026] POST /v2.0/subnets => generated 626 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/954] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:40 2026] DELETE /v2.0/subnets/a3146c7a-ea98-4077-be64-8d65cf43de31 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:19:40.650 7 INFO neutron.db.segments_db [None req-8a7d8a9e-ce2c-4dee-8d61-6cb74bdd1591 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] Added segment 4bfd7337-6d59-4ed0-8043-de488e32e1ba of type vxlan for network 45c3d1eb-6aa6-4de2-b236-4790f3a3b010 [pid: 8|app: 0|req: 499/955] 10.0.0.28 () {34 vars in 683 bytes} [Thu Jul 2 06:19:40 2026] POST /v2.0/security-groups => generated 1624 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 06:19:40.791 8 INFO neutron_taas.services.taas.taas_plugin [None req-6f8fac63-18cd-462d-99a2-0b5153a44fe9 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: cee44fb0-0a5e-4119-993a-1bbc1d67b6b9 2026-07-02 06:19:40.796 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f8fac63-18cd-462d-99a2-0b5153a44fe9 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: cee44fb0-0a5e-4119-993a-1bbc1d67b6b9 2026-07-02 06:19:40.883 7 INFO neutron.db.l3_hamode_db [None req-8a7d8a9e-ce2c-4dee-8d61-6cb74bdd1591 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 500/956] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:19:40 2026] DELETE /v2.0/networks/8ff1e2ca-d27e-48be-af36-7cc42ec32427 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:19:40.992 7 INFO neutron.db.l3_hamode_db [None req-8a7d8a9e-ce2c-4dee-8d61-6cb74bdd1591 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 501/957] 10.0.0.28 () {32 vars in 662 bytes} [Thu Jul 2 06:19:40 2026] GET /v2.0/security-groups => generated 4529 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/958] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:41 2026] GET /v2.0/ports?device_id=36edd424-68e7-486a-aa6a-00a7a6a0bd71 => 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: 503/959] 10.0.0.28 () {34 vars in 757 bytes} [Thu Jul 2 06:19:41 2026] PUT /v2.0/security-groups/5477735d-2ed5-4c72-89db-4cbea0318227 => generated 1663 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/960] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:19:41 2026] GET /v2.0/security-groups?id=d3101812-b336-4f67-b420-6d3a27c55ac5&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: 505/961] 10.0.0.28 () {32 vars in 736 bytes} [Thu Jul 2 06:19:41 2026] GET /v2.0/security-groups/5477735d-2ed5-4c72-89db-4cbea0318227 => generated 1663 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/962] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:19:41 2026] GET /v2.0/security-groups?tenant_id=2b82d729ede7414ea16e7085efcdaa26&name=default => generated 2921 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/963] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:19:41 2026] DELETE /v2.0/security-groups/5477735d-2ed5-4c72-89db-4cbea0318227 => 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: 508/964] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:19:41 2026] DELETE /v2.0/security-groups/ba7ed1fc-c09c-450b-a421-7dc73b3ddd26 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/965] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:41 2026] GET /v2.0/ports?device_id=36edd424-68e7-486a-aa6a-00a7a6a0bd71 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/966] 10.0.0.28 () {32 vars in 662 bytes} [Thu Jul 2 06:19:41 2026] GET /v2.0/security-groups => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/967] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:19:40 2026] POST /v2.0/routers => generated 507 bytes in 1024 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:41.642 7 INFO neutron.api.v2.resource [None req-442f9302-5ebd-4d6e-a49f-68d703f7af36 522fcf621cb348449f2a1c841a832eb6 759e07f7bb3f46a2ae6f2c4ebf6ffc1a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 458/968] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:19:41 2026] DELETE /v2.0/security-groups/5477735d-2ed5-4c72-89db-4cbea0318227 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:19:41.921 8 INFO neutron.db.l3_db [None req-46459c6b-7235-4cd8-a853-bbab36dfaeba 9e273dca75304b4fbbe153f802048f18 f5a6aea2a81d4b9680abd670bf1d18d5 - - default default] Floating IP 9d737326-48a1-4fc3-89d8-156c6f59a5d6 associated. External IP: 10.96.250.207, port: c23aa48e-a06e-42a4-92e3-c4378041409c. [pid: 8|app: 0|req: 511/969] 10.0.0.28 () {34 vars in 748 bytes} [Thu Jul 2 06:19:41 2026] PUT /v2.0/floatingips/9d737326-48a1-4fc3-89d8-156c6f59a5d6 => generated 855 bytes in 661 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:42.278 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-affc8518-ba3b-4d81-a23d-20b744e1da93'] response: {'name': 'network-changed', 'server_uuid': '36edd424-68e7-486a-aa6a-00a7a6a0bd71', 'tag': 'c23aa48e-a06e-42a4-92e3-c4378041409c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 512/970] 10.0.0.28 () {34 vars in 683 bytes} [Thu Jul 2 06:19:42 2026] POST /v2.0/security-groups => generated 1624 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 06:19:42.394 8 INFO neutron.services.segments.plugin [-] Segment 3ae896f2-e729-4366-a567-1c4a815ac743 resource provider aggregate not found 2026-07-02 06:19:42.416 8 INFO neutron.services.segments.plugin [-] Segment 3ae896f2-e729-4366-a567-1c4a815ac743 resource provider aggregate not found 2026-07-02 06:19:42.423 8 INFO neutron.services.segments.plugin [-] Segment 3ae896f2-e729-4366-a567-1c4a815ac743 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 3ae896f2-e729-4366-a567-1c4a815ac743 found for delete ", "request_id": "req-24e9de9a-7e11-474b-89db-ba343413aeec"}]} 2026-07-02 06:19:42.435 8 INFO neutron.services.segments.plugin [-] Segment 3ae896f2-e729-4366-a567-1c4a815ac743 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 3ae896f2-e729-4366-a567-1c4a815ac743 found for delete ", "request_id": "req-feb7d093-f417-4462-a7dd-d85cd89a9022"}]} [pid: 8|app: 0|req: 513/971] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:42 2026] GET /v2.0/ports?device_id=36edd424-68e7-486a-aa6a-00a7a6a0bd71 => 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: 514/972] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:19:42 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: 8|app: 0|req: 515/973] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:19:42 2026] GET /v2.0/security-groups?id=d3101812-b336-4f67-b420-6d3a27c55ac5&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/974] 10.0.0.28 () {32 vars in 746 bytes} [Thu Jul 2 06:19:42 2026] GET /v2.0/security-group-rules/b6793787-6e14-476e-bef2-af325ca176fe => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/975] 10.0.0.28 () {32 vars in 672 bytes} [Thu Jul 2 06:19:42 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/976] 10.0.0.28 () {34 vars in 782 bytes} [Thu Jul 2 06:19:41 2026] PUT /v2.0/routers/0e57b8d9-63e9-4cbd-afb8-e6094f2dcdbd/add_router_interface => generated 309 bytes in 1108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/977] 10.0.0.28 () {32 vars in 749 bytes} [Thu Jul 2 06:19:42 2026] DELETE /v2.0/security-group-rules/b6793787-6e14-476e-bef2-af325ca176fe => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/978] 10.0.0.28 () {32 vars in 716 bytes} [Thu Jul 2 06:19:42 2026] GET /v2.0/ports/2b3e0b39-0ff4-4319-b494-73e7636ce728 => generated 955 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/979] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:19:42 2026] GET /v2.0/ports?tenant_id=f5a6aea2a81d4b9680abd670bf1d18d5&device_id=36edd424-68e7-486a-aa6a-00a7a6a0bd71 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/980] 10.0.0.28 () {32 vars in 672 bytes} [Thu Jul 2 06:19:42 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/981] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:19:42 2026] GET /v2.0/networks?id=0f61fc1a-701c-4848-bce9-60234da7c251 => generated 766 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/982] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:19:42 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: 7|app: 0|req: 464/983] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:43 2026] GET /v2.0/ports?device_id=36edd424-68e7-486a-aa6a-00a7a6a0bd71 => 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: 465/984] 199.204.45.3 () {34 vars in 1056 bytes} [Thu Jul 2 06:19:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=c23aa48e-a06e-42a4-92e3-c4378041409c => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/985] 10.0.0.28 () {32 vars in 746 bytes} [Thu Jul 2 06:19:43 2026] GET /v2.0/security-group-rules/14e14030-78e5-4584-947f-d65e09f0987c => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/986] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:19:43 2026] GET /v2.0/security-groups?id=d3101812-b336-4f67-b420-6d3a27c55ac5&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: 468/987] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:19:43 2026] GET /v2.0/subnets?id=5720f93f-c8bb-47fd-ba3b-b66854d90185 => generated 688 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/988] 10.0.0.28 () {32 vars in 672 bytes} [Thu Jul 2 06:19:43 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/989] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:19:43 2026] GET /v2.0/ports?network_id=0f61fc1a-701c-4848-bce9-60234da7c251&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/990] 10.0.0.28 () {32 vars in 749 bytes} [Thu Jul 2 06:19:43 2026] DELETE /v2.0/security-group-rules/14e14030-78e5-4584-947f-d65e09f0987c => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/991] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:19:43 2026] GET /v2.0/networks/0f61fc1a-701c-4848-bce9-60234da7c251?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: 473/992] 10.0.0.28 () {32 vars in 672 bytes} [Thu Jul 2 06:19:43 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:19:43.839 7 INFO neutron.db.segments_db [None req-6758f3e9-7163-4376-9168-da78f7d34d21 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Added segment 558a037d-0e79-4adc-b5e5-b2b92dd2c3ca of type vxlan for network 0039187b-cd5e-4a2d-878d-2f9220081896 [pid: 8|app: 0|req: 520/993] 10.0.0.28 () {34 vars in 782 bytes} [Thu Jul 2 06:19:42 2026] PUT /v2.0/routers/0e57b8d9-63e9-4cbd-afb8-e6094f2dcdbd/add_router_interface => generated 309 bytes in 1147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/994] 10.0.0.28 () {34 vars in 670 bytes} [Thu Jul 2 06:19:43 2026] POST /v2.0/networks => generated 744 bytes in 474 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/995] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:19:43 2026] GET /v2.0/networks/0f61fc1a-701c-4848-bce9-60234da7c251?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: 522/996] 10.0.0.28 () {32 vars in 716 bytes} [Thu Jul 2 06:19:44 2026] GET /v2.0/ports/a65c6fa5-173c-4edc-8c79-5840e0c0b4bd => generated 955 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/997] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:19:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/998] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:19:44 2026] POST /v2.0/subnets => generated 692 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/999] 10.0.0.28 () {32 vars in 746 bytes} [Thu Jul 2 06:19:44 2026] GET /v2.0/security-group-rules/bc6a9c6c-ab55-4f58-8e53-e29ecac4b214 => 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: 525/1000] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:44 2026] GET /v2.0/ports?device_id=36edd424-68e7-486a-aa6a-00a7a6a0bd71 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:44.402 8 INFO neutron.db.segments_db [None req-d370c120-d791-4a8c-aa41-520ef417554a 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Added segment 9b43aff2-3364-4a1e-89ee-561efe86a55b of type vxlan for network d08bc63d-cc29-4ba9-bbda-f90e655c8fb4 2026-07-02 06:19:44.465 7 INFO neutron_taas.services.taas.taas_plugin [None req-1be5fe78-75c5-46d2-8ab7-14341094dbeb 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] TaaS: Handle Delete Port: a65c6fa5-173c-4edc-8c79-5840e0c0b4bd 2026-07-02 06:19:44.467 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1be5fe78-75c5-46d2-8ab7-14341094dbeb 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] Tap Mirror: Handle Delete Port: a65c6fa5-173c-4edc-8c79-5840e0c0b4bd 2026-07-02 06:19:44.685 8 INFO neutron.db.l3_hamode_db [None req-d370c120-d791-4a8c-aa41-520ef417554a 3ca5a49d71594c5b88f315b7c868b68e b983f767be1347c2b408358a79d2ea3c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 476/1001] 10.0.0.28 () {34 vars in 788 bytes} [Thu Jul 2 06:19:44 2026] PUT /v2.0/routers/0e57b8d9-63e9-4cbd-afb8-e6094f2dcdbd/remove_router_interface => generated 309 bytes in 929 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/1002] 10.0.0.28 () {32 vars in 672 bytes} [Thu Jul 2 06:19:45 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/1003] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:19:45 2026] GET /v2.0/security-groups?id=d3101812-b336-4f67-b420-6d3a27c55ac5&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:45.477 7 INFO neutron_taas.services.taas.taas_plugin [None req-ed10fab9-ac01-4c5d-b8dd-3bf30da37671 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] TaaS: Handle Delete Port: 2b3e0b39-0ff4-4319-b494-73e7636ce728 2026-07-02 06:19:45.481 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed10fab9-ac01-4c5d-b8dd-3bf30da37671 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] Tap Mirror: Handle Delete Port: 2b3e0b39-0ff4-4319-b494-73e7636ce728 2026-07-02 06:19:45.543 8 INFO neutron.db.l3_hamode_db [None req-d370c120-d791-4a8c-aa41-520ef417554a 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 479/1004] 10.0.0.28 () {34 vars in 788 bytes} [Thu Jul 2 06:19:45 2026] PUT /v2.0/routers/0e57b8d9-63e9-4cbd-afb8-e6094f2dcdbd/remove_router_interface => generated 309 bytes in 796 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/1005] 10.0.0.28 () {32 vars in 749 bytes} [Thu Jul 2 06:19:45 2026] DELETE /v2.0/security-group-rules/bc6a9c6c-ab55-4f58-8e53-e29ecac4b214 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/1006] 199.204.45.3 () {34 vars in 992 bytes} [Thu Jul 2 06:19:45 2026] GET /v2.0/ports?device_id=36edd424-68e7-486a-aa6a-00a7a6a0bd71 => 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: 482/1007] 10.0.0.28 () {32 vars in 735 bytes} [Thu Jul 2 06:19:46 2026] GET /v2.0/ports?device_id=0e57b8d9-63e9-4cbd-afb8-e6094f2dcdbd => 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: 483/1008] 10.0.0.28 () {32 vars in 672 bytes} [Thu Jul 2 06:19:46 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:19:46.283 7 INFO neutron_taas.services.taas.taas_plugin [req-440deb55-6a0e-4b13-9882-2a9dfbd66105 req-5721811a-54ba-472a-89c1-372bcd039e6e 9e273dca75304b4fbbe153f802048f18 f5a6aea2a81d4b9680abd670bf1d18d5 - - default default] TaaS: Handle Delete Port: c23aa48e-a06e-42a4-92e3-c4378041409c 2026-07-02 06:19:46.287 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-440deb55-6a0e-4b13-9882-2a9dfbd66105 req-5721811a-54ba-472a-89c1-372bcd039e6e 9e273dca75304b4fbbe153f802048f18 f5a6aea2a81d4b9680abd670bf1d18d5 - - default default] Tap Mirror: Handle Delete Port: c23aa48e-a06e-42a4-92e3-c4378041409c [pid: 8|app: 0|req: 526/1009] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:19:44 2026] POST /v2.0/routers => generated 732 bytes in 2073 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:46.491 7 INFO neutron.db.l3_db [req-440deb55-6a0e-4b13-9882-2a9dfbd66105 req-5721811a-54ba-472a-89c1-372bcd039e6e 9e273dca75304b4fbbe153f802048f18 f5a6aea2a81d4b9680abd670bf1d18d5 - - default default] Floating IP 9d737326-48a1-4fc3-89d8-156c6f59a5d6 disassociated. External IP: 10.96.250.207, port: c23aa48e-a06e-42a4-92e3-c4378041409c. 2026-07-02 06:19:46.595 8 INFO neutron_taas.services.taas.taas_plugin [None req-aaa1ab45-a1a8-4ca1-8423-54930a81d820 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] TaaS: Handle Delete Port: d5449d88-97fd-4f4e-852b-127b9eb6bea6 2026-07-02 06:19:46.598 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aaa1ab45-a1a8-4ca1-8423-54930a81d820 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] Tap Mirror: Handle Delete Port: d5449d88-97fd-4f4e-852b-127b9eb6bea6 [pid: 7|app: 0|req: 484/1010] 199.204.45.3 () {36 vars in 995 bytes} [Thu Jul 2 06:19:46 2026] DELETE /v2.0/ports/c23aa48e-a06e-42a4-92e3-c4378041409c => generated 0 bytes in 752 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:19:46.941 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f97d19f-d254-4ab2-8893-1720c986a54f'] response: {'server_uuid': '36edd424-68e7-486a-aa6a-00a7a6a0bd71', 'name': 'network-vif-deleted', 'tag': 'c23aa48e-a06e-42a4-92e3-c4378041409c', 'status': 'completed', 'code': 200} 2026-07-02 06:19:46.971 8 INFO neutron.services.segments.plugin [-] Segment 4bfd7337-6d59-4ed0-8043-de488e32e1ba resource provider aggregate not found 2026-07-02 06:19:46.975 8 INFO neutron.services.segments.plugin [-] Segment 4bfd7337-6d59-4ed0-8043-de488e32e1ba resource provider aggregate not found 2026-07-02 06:19:46.995 8 INFO neutron.services.segments.plugin [-] Segment 4bfd7337-6d59-4ed0-8043-de488e32e1ba 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 4bfd7337-6d59-4ed0-8043-de488e32e1ba found for delete ", "request_id": "req-5cda65b2-5fb5-45e7-a0f6-0ea4663e3c65"}]} 2026-07-02 06:19:46.998 8 INFO neutron.db.l3_hamode_db [None req-aaa1ab45-a1a8-4ca1-8423-54930a81d820 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] HA network 45c3d1eb-6aa6-4de2-b236-4790f3a3b010 was deleted as no HA routers are present in tenant 6433fe2abcee4f7d8ada8b020723be94. 2026-07-02 06:19:47.002 8 INFO neutron.services.segments.plugin [-] Segment 4bfd7337-6d59-4ed0-8043-de488e32e1ba 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 4bfd7337-6d59-4ed0-8043-de488e32e1ba found for delete ", "request_id": "req-8f8f2f66-94bc-4fc8-a71a-e85b62e48d2c"}]} [pid: 8|app: 0|req: 527/1011] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:46 2026] DELETE /v2.0/routers/0e57b8d9-63e9-4cbd-afb8-e6094f2dcdbd => generated 0 bytes in 574 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/1012] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:19:46 2026] DELETE /v2.0/security-groups/bcee8d75-036a-49db-b3ad-ca26ba4a1a22 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1013] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:47 2026] GET /v2.0/ports?device_id=36edd424-68e7-486a-aa6a-00a7a6a0bd71 => 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: 529/1014] 10.0.0.28 () {32 vars in 662 bytes} [Thu Jul 2 06:19:47 2026] GET /v2.0/security-groups => generated 2925 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1015] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:47 2026] DELETE /v2.0/subnets/cada4ec3-71f3-40c9-be19-8f447eafbeed => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1016] 10.0.0.28 () {32 vars in 662 bytes} [Thu Jul 2 06:19:47 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: 532/1017] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:47 2026] DELETE /v2.0/subnets/22c087d5-0c0c-4020-bd7a-5f95a5c6e216 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:19:47.550 8 INFO neutron_taas.services.taas.taas_plugin [None req-a6f6f0a8-5bd8-455d-b1f9-e514b88a09bb 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] TaaS: Handle Delete Port: e3638f35-aad1-4f18-8dbe-9cdad47ca8ad 2026-07-02 06:19:47.554 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6f6f0a8-5bd8-455d-b1f9-e514b88a09bb 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] Tap Mirror: Handle Delete Port: e3638f35-aad1-4f18-8dbe-9cdad47ca8ad [pid: 8|app: 0|req: 535/1020] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:19:47 2026] DELETE /v2.0/networks/a7a5eb2e-1085-4630-b3e7-f86eb3013a11 => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1021] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:19:47 2026] GET /v2.0/security-groups?tenant_id=759e07f7bb3f46a2ae6f2c4ebf6ffc1a&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:19:48.080 8 INFO neutron_taas.services.taas.taas_plugin [None req-401f1737-d51e-4784-934f-256bf65a280e 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] TaaS: Handle Delete Port: 65dda7bc-c64d-40f2-b7ad-4c930d6c5292 2026-07-02 06:19:48.083 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-401f1737-d51e-4784-934f-256bf65a280e 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] Tap Mirror: Handle Delete Port: 65dda7bc-c64d-40f2-b7ad-4c930d6c5292 [pid: 8|app: 0|req: 537/1022] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:19:47 2026] DELETE /v2.0/networks/390f69ca-2121-475a-a7cd-67b56ca9ed5b => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1023] 10.0.0.28 () {34 vars in 782 bytes} [Thu Jul 2 06:19:47 2026] PUT /v2.0/routers/7b3fc1e4-3aec-4e48-a769-7dc8d371feb4/add_router_interface => generated 309 bytes in 1335 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/1024] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:48 2026] GET /v2.0/ports?device_id=36edd424-68e7-486a-aa6a-00a7a6a0bd71 => 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: 538/1025] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:19:48 2026] DELETE /v2.0/security-groups/53b12d4a-7f3d-4c41-a6f4-58f603974a34 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:19:48.421 7 INFO neutron.db.segments_db [None req-98a7dd9e-aaa0-4f9a-a038-f1c7c1a71195 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] Added segment 040e18b3-68a2-4efd-b08a-c75689be873b of type vxlan for network e6d32756-c91a-4db3-8ff4-f82d92db6666 [pid: 7|app: 0|req: 488/1026] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:19:48 2026] POST /v2.0/networks => generated 629 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1027] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:19:48 2026] POST /v2.0/subnets => generated 626 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:48.842 7 INFO neutron.db.segments_db [None req-874c398c-2a49-4216-8248-b9ddf18824ae 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] Added segment bd674a6e-97ce-47a2-bd71-356732fe00f0 of type vxlan for network a806520a-43a7-4e4f-8b0f-a0c4fd94026f 2026-07-02 06:19:49.023 8 INFO neutron.services.segments.plugin [-] Segment af0ee410-5b13-4f79-b2aa-a4e0dddf4b0e resource provider aggregate not found 2026-07-02 06:19:49.028 8 INFO neutron.services.segments.plugin [-] Segment af0ee410-5b13-4f79-b2aa-a4e0dddf4b0e resource provider aggregate not found 2026-07-02 06:19:49.044 8 INFO neutron.services.segments.plugin [-] Segment af0ee410-5b13-4f79-b2aa-a4e0dddf4b0e 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 af0ee410-5b13-4f79-b2aa-a4e0dddf4b0e found for delete ", "request_id": "req-3bed64a7-39ac-41b7-a35f-98e09e35515c"}]} 2026-07-02 06:19:49.047 8 INFO neutron.services.segments.plugin [-] Segment af0ee410-5b13-4f79-b2aa-a4e0dddf4b0e 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 af0ee410-5b13-4f79-b2aa-a4e0dddf4b0e found for delete ", "request_id": "req-edae23f6-b63b-4f34-b778-c84a010ed316"}]} 2026-07-02 06:19:49.064 8 INFO neutron.services.segments.plugin [-] Segment 5bc0cc83-dcea-4ada-aa9c-f566b7e580a6 resource provider aggregate not found 2026-07-02 06:19:49.069 8 INFO neutron.services.segments.plugin [-] Segment 5bc0cc83-dcea-4ada-aa9c-f566b7e580a6 resource provider aggregate not found 2026-07-02 06:19:49.087 8 INFO neutron.services.segments.plugin [-] Segment 5bc0cc83-dcea-4ada-aa9c-f566b7e580a6 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 5bc0cc83-dcea-4ada-aa9c-f566b7e580a6 found for delete ", "request_id": "req-ee93be17-74a4-40b8-91fa-09c5daab4c17"}]} 2026-07-02 06:19:49.092 7 INFO neutron.db.l3_hamode_db [None req-874c398c-2a49-4216-8248-b9ddf18824ae 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:19:49.093 8 INFO neutron.services.segments.plugin [-] Segment 5bc0cc83-dcea-4ada-aa9c-f566b7e580a6 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 5bc0cc83-dcea-4ada-aa9c-f566b7e580a6 found for delete ", "request_id": "req-df7274ee-5d1d-4fba-b230-b512eca95a1d"}]} 2026-07-02 06:19:49.218 7 INFO neutron.db.l3_hamode_db [None req-874c398c-2a49-4216-8248-b9ddf18824ae 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 540/1028] 10.0.0.44 () {34 vars in 981 bytes} [Thu Jul 2 06:19:49 2026] GET /v2.0/networks?id=0039187b-cd5e-4a2d-878d-2f9220081896 => generated 677 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1029] 10.0.0.44 () {34 vars in 964 bytes} [Thu Jul 2 06:19:49 2026] GET /v2.0/quotas/b983f767be1347c2b408358a79d2ea3c => 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: 542/1030] 10.0.0.44 () {34 vars in 1001 bytes} [Thu Jul 2 06:19:49 2026] GET /v2.0/ports?tenant_id=b983f767be1347c2b408358a79d2ea3c&fields=id => generated 57 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1031] 10.0.0.44 () {34 vars in 1007 bytes} [Thu Jul 2 06:19:49 2026] GET /v2.0/networks/0039187b-cd5e-4a2d-878d-2f9220081896?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1032] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:49 2026] GET /v2.0/ports?device_id=36edd424-68e7-486a-aa6a-00a7a6a0bd71 => 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: 545/1033] 10.0.0.44 () {34 vars in 1107 bytes} [Thu Jul 2 06:19:49 2026] GET /v2.0/networks/0039187b-cd5e-4a2d-878d-2f9220081896?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: 546/1034] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:49 2026] GET /v2.0/ports?device_id=015f3da1-cf27-4210-adce-292cd98e65a5 => 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: 489/1035] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:19:48 2026] POST /v2.0/routers => generated 507 bytes in 1070 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1036] 10.0.0.28 () {32 vars in 622 bytes} [Thu Jul 2 06:19:50 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: 547/1037] 10.0.0.28 () {34 vars in 664 bytes} [Thu Jul 2 06:19:49 2026] POST /v2.0/ports => generated 952 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: 7|app: 0|req: 491/1038] 10.0.0.28 () {32 vars in 632 bytes} [Thu Jul 2 06:19:50 2026] GET /v2.0/ => generated 632 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/1039] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:19:50 2026] DELETE /v2.0/security-groups/d3101812-b336-4f67-b420-6d3a27c55ac5 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:19:50.686 7 INFO neutron.api.v2.resource [None req-f197fce4-b29d-4c2c-889e-1353955e7a1c 9e273dca75304b4fbbe153f802048f18 f5a6aea2a81d4b9680abd670bf1d18d5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 493/1040] 10.0.0.28 () {32 vars in 736 bytes} [Thu Jul 2 06:19:50 2026] GET /v2.0/security-groups/d3101812-b336-4f67-b420-6d3a27c55ac5 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:19:50.806 7 INFO neutron_taas.services.taas.taas_plugin [None req-329fd0aa-3bfe-4469-92a8-f4f19ff728ef 9e273dca75304b4fbbe153f802048f18 f5a6aea2a81d4b9680abd670bf1d18d5 - - default default] TaaS: Handle Delete Port: 56b14ef4-ab6b-46ef-a2d6-f512765159be 2026-07-02 06:19:50.809 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-329fd0aa-3bfe-4469-92a8-f4f19ff728ef 9e273dca75304b4fbbe153f802048f18 f5a6aea2a81d4b9680abd670bf1d18d5 - - default default] Tap Mirror: Handle Delete Port: 56b14ef4-ab6b-46ef-a2d6-f512765159be [pid: 7|app: 0|req: 494/1041] 10.0.0.28 () {32 vars in 731 bytes} [Thu Jul 2 06:19:50 2026] DELETE /v2.0/floatingips/9d737326-48a1-4fc3-89d8-156c6f59a5d6 => 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: 495/1042] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:50 2026] GET /v2.0/ports?device_id=015f3da1-cf27-4210-adce-292cd98e65a5 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:51.469 7 INFO neutron_taas.services.taas.taas_plugin [None req-7fd8da28-b8b8-4f29-9daf-ebd97fe9c3ed 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: dc221d00-74df-47e5-9abf-438fab56322e 2026-07-02 06:19:51.472 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7fd8da28-b8b8-4f29-9daf-ebd97fe9c3ed 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: dc221d00-74df-47e5-9abf-438fab56322e [pid: 8|app: 0|req: 548/1043] 10.0.0.28 () {34 vars in 782 bytes} [Thu Jul 2 06:19:50 2026] PUT /v2.0/routers/33d5e004-4177-40f5-b139-37cbfd6166e7/add_router_interface => generated 309 bytes in 1213 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: 549/1044] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:19:51 2026] GET /v2.0/security-groups?tenant_id=98983cd3d0134743b266089f804f9619&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1045] 10.0.0.28 () {32 vars in 716 bytes} [Thu Jul 2 06:19:51 2026] GET /v2.0/ports/384ab259-7de1-40ef-b39b-6e2fc2b61cee => generated 1026 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1046] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:19:51 2026] DELETE /v2.0/security-groups/c2f8c45e-3d2e-4532-977f-701272c3db0d => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1047] 10.0.0.28 () {34 vars in 788 bytes} [Thu Jul 2 06:19:50 2026] PUT /v2.0/routers/71d6dd7d-1a8a-4282-af11-0e7fb281ea4f/remove_router_interface => generated 309 bytes in 1177 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1048] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:52 2026] GET /v2.0/ports?device_id=015f3da1-cf27-4210-adce-292cd98e65a5 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:52.326 8 INFO neutron_taas.services.taas.taas_plugin [None req-e2f698ae-8067-403a-8be8-5b9bc1e45253 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] TaaS: Handle Delete Port: 384ab259-7de1-40ef-b39b-6e2fc2b61cee 2026-07-02 06:19:52.329 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2f698ae-8067-403a-8be8-5b9bc1e45253 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] Tap Mirror: Handle Delete Port: 384ab259-7de1-40ef-b39b-6e2fc2b61cee 2026-07-02 06:19:52.422 7 INFO neutron_taas.services.taas.taas_plugin [None req-83a25fcf-e0c3-4d33-9374-1887db4d6e2c 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: 81da59c6-59da-404a-8d99-0ba184064b97 2026-07-02 06:19:52.425 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83a25fcf-e0c3-4d33-9374-1887db4d6e2c 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: 81da59c6-59da-404a-8d99-0ba184064b97 2026-07-02 06:19:52.652 7 INFO neutron_taas.services.taas.taas_plugin [None req-83a25fcf-e0c3-4d33-9374-1887db4d6e2c 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: c7fab1d0-ad2f-4159-bf1e-ed5393dfb066 2026-07-02 06:19:52.654 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83a25fcf-e0c3-4d33-9374-1887db4d6e2c 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: c7fab1d0-ad2f-4159-bf1e-ed5393dfb066 [pid: 8|app: 0|req: 552/1049] 10.0.0.28 () {34 vars in 788 bytes} [Thu Jul 2 06:19:51 2026] PUT /v2.0/routers/33d5e004-4177-40f5-b139-37cbfd6166e7/remove_router_interface => generated 309 bytes in 916 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-07-02 06:19:53.014 8 INFO neutron.api.v2.resource [None req-41eedf11-16ee-4c84-bd3e-93cd63eb9800 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 553/1050] 10.0.0.28 () {34 vars in 788 bytes} [Thu Jul 2 06:19:52 2026] PUT /v2.0/routers/33d5e004-4177-40f5-b139-37cbfd6166e7/remove_router_interface => generated 197 bytes in 137 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1051] 10.0.0.28 () {32 vars in 735 bytes} [Thu Jul 2 06:19:53 2026] GET /v2.0/ports?device_id=33d5e004-4177-40f5-b139-37cbfd6166e7 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:53.073 7 INFO neutron.services.segments.plugin [-] Segment 1c1b9270-13b8-4ec2-8ab0-73c2153c01a3 resource provider aggregate not found 2026-07-02 06:19:53.088 7 INFO neutron.services.segments.plugin [-] Segment 1c1b9270-13b8-4ec2-8ab0-73c2153c01a3 resource provider aggregate not found 2026-07-02 06:19:53.102 7 INFO neutron.db.l3_hamode_db [None req-83a25fcf-e0c3-4d33-9374-1887db4d6e2c 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] HA network 8b6c85af-cef6-4032-be86-923ce994b325 was deleted as no HA routers are present in tenant f5a6aea2a81d4b9680abd670bf1d18d5. [pid: 7|app: 0|req: 498/1052] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:52 2026] DELETE /v2.0/routers/71d6dd7d-1a8a-4282-af11-0e7fb281ea4f => generated 0 bytes in 917 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:19:53.111 7 INFO neutron.services.segments.plugin [-] Segment 1c1b9270-13b8-4ec2-8ab0-73c2153c01a3 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 1c1b9270-13b8-4ec2-8ab0-73c2153c01a3 found for delete ", "request_id": "req-48cc0355-3a96-4808-9ff0-94fa0df094f3"}]} 2026-07-02 06:19:53.117 7 INFO neutron.services.segments.plugin [-] Segment 1c1b9270-13b8-4ec2-8ab0-73c2153c01a3 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 1c1b9270-13b8-4ec2-8ab0-73c2153c01a3 found for delete ", "request_id": "req-a8db466c-27bc-41e7-bc71-ae1363159d5b"}]} [pid: 7|app: 0|req: 499/1053] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:53 2026] DELETE /v2.0/subnets/5720f93f-c8bb-47fd-ba3b-b66854d90185 => 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: 500/1054] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:53 2026] GET /v2.0/ports?device_id=015f3da1-cf27-4210-adce-292cd98e65a5 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:53.428 7 INFO neutron_taas.services.taas.taas_plugin [None req-c0159721-34bc-474b-8aa9-905328853f50 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: c52c8012-8a65-4f52-b146-2b9e84ed016b 2026-07-02 06:19:53.431 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0159721-34bc-474b-8aa9-905328853f50 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: c52c8012-8a65-4f52-b146-2b9e84ed016b [pid: 7|app: 0|req: 501/1055] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:19:53 2026] DELETE /v2.0/networks/0f61fc1a-701c-4848-bce9-60234da7c251 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:19:53.684 8 INFO neutron_taas.services.taas.taas_plugin [None req-c4c65284-8a3b-419e-bfe8-d53e9085423d 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] TaaS: Handle Delete Port: ccb6a0ab-4e9e-4bba-8128-5165889f183b 2026-07-02 06:19:53.686 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4c65284-8a3b-419e-bfe8-d53e9085423d 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] Tap Mirror: Handle Delete Port: ccb6a0ab-4e9e-4bba-8128-5165889f183b [pid: 7|app: 0|req: 502/1056] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:19:53 2026] GET /v2.0/security-groups?tenant_id=f5a6aea2a81d4b9680abd670bf1d18d5&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1057] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:19:53 2026] DELETE /v2.0/security-groups/d287a781-1a28-44dd-bbf6-26c08ca8aa02 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1058] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:19:53 2026] GET /v2.0/networks?id=0039187b-cd5e-4a2d-878d-2f9220081896 => generated 677 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:54.045 8 INFO neutron.services.segments.plugin [-] Segment bd674a6e-97ce-47a2-bd71-356732fe00f0 resource provider aggregate not found 2026-07-02 06:19:54.051 8 INFO neutron.services.segments.plugin [-] Segment bd674a6e-97ce-47a2-bd71-356732fe00f0 resource provider aggregate not found 2026-07-02 06:19:54.062 8 INFO neutron.services.segments.plugin [-] Segment bd674a6e-97ce-47a2-bd71-356732fe00f0 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 bd674a6e-97ce-47a2-bd71-356732fe00f0 found for delete ", "request_id": "req-9b77b610-2282-46b6-89d0-2fcd48002aef"}]} 2026-07-02 06:19:54.073 8 INFO neutron.db.l3_hamode_db [None req-c4c65284-8a3b-419e-bfe8-d53e9085423d 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] HA network a806520a-43a7-4e4f-8b0f-a0c4fd94026f was deleted as no HA routers are present in tenant 6433fe2abcee4f7d8ada8b020723be94. [pid: 8|app: 0|req: 555/1059] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:53 2026] DELETE /v2.0/routers/33d5e004-4177-40f5-b139-37cbfd6166e7 => generated 0 bytes in 1017 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:19:54.081 8 INFO neutron.services.segments.plugin [-] Segment bd674a6e-97ce-47a2-bd71-356732fe00f0 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 bd674a6e-97ce-47a2-bd71-356732fe00f0 found for delete ", "request_id": "req-604cce99-6e51-4aba-a723-f4324f96b2e6"}]} [pid: 7|app: 0|req: 505/1060] 199.204.45.3 () {38 vars in 953 bytes} [Thu Jul 2 06:19:54 2026] POST /v2.0/ports => generated 954 bytes in 439 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-07-02 06:19:54.533 8 INFO neutron.db.segments_db [None req-23898c92-a0e6-45f8-917d-873fa60d9a67 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Added segment cd6d33c1-010f-4ffa-b859-01f0668192b3 of type vxlan for network 037fbd8f-3fd7-4446-a45f-efef8e24a9e3 [pid: 7|app: 0|req: 506/1061] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:54 2026] DELETE /v2.0/subnets/f9e3e8f8-82c4-4dc8-bc90-f5bf1f683836 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1062] 10.0.0.28 () {34 vars in 670 bytes} [Thu Jul 2 06:19:54 2026] POST /v2.0/networks => generated 740 bytes in 534 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1063] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:54 2026] GET /v2.0/ports?device_id=015f3da1-cf27-4210-adce-292cd98e65a5 => generated 957 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1064] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:19:54 2026] DELETE /v2.0/networks/e6d32756-c91a-4db3-8ff4-f82d92db6666 => 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: 509/1065] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:19:54 2026] POST /v2.0/subnets => generated 687 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1066] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:19:54 2026] GET /v2.0/security-groups?id=7c4fcc0c-c979-451d-b616-1ec7484befdb&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:54.987 7 INFO neutron.db.segments_db [None req-afd43f0f-b6a6-4380-94a0-799b0b0b79d7 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] Added segment 81ab5d11-a678-4d80-a36c-84bb4c334695 of type vxlan for network b1c0cbb4-01aa-4c89-9e4e-05e7e5997eb2 [pid: 7|app: 0|req: 511/1067] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:19:54 2026] POST /v2.0/networks => generated 630 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1068] 199.204.45.3 () {38 vars in 1026 bytes} [Thu Jul 2 06:19:54 2026] PUT /v2.0/ports/f5c11165-3a8b-46e8-ad51-835cf1ef8aa7 => generated 1235 bytes in 472 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-07-02 06:19:55.105 7 INFO neutron.db.segments_db [None req-79d78f91-4577-43a8-bdb5-6eabfca1d294 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Added segment 44c5e02c-0ddc-4d04-a780-0100a0d4c785 of type vxlan for network 4aac771b-8faf-4619-8ded-4a5b74f3bd64 2026-07-02 06:19:55.141 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ddd4acc4-b7a1-485b-a2ea-b9e22f033b8b'] response: {'name': 'network-changed', 'server_uuid': '015f3da1-cf27-4210-adce-292cd98e65a5', 'tag': 'f5c11165-3a8b-46e8-ad51-835cf1ef8aa7', 'status': 'completed', 'code': 200} 2026-07-02 06:19:55.146 7 INFO neutron.services.segments.plugin [-] Segment caca87e9-9c39-49be-a8f2-10e9ae5f481f resource provider aggregate not found 2026-07-02 06:19:55.147 7 INFO neutron.services.segments.plugin [-] Segment caca87e9-9c39-49be-a8f2-10e9ae5f481f resource provider aggregate not found 2026-07-02 06:19:55.173 7 INFO neutron.services.segments.plugin [-] Segment caca87e9-9c39-49be-a8f2-10e9ae5f481f 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 caca87e9-9c39-49be-a8f2-10e9ae5f481f found for delete ", "request_id": "req-1e303e04-a61a-4192-95fd-daabbbd0a9b4"}]} 2026-07-02 06:19:55.179 7 INFO neutron.services.segments.plugin [-] Segment caca87e9-9c39-49be-a8f2-10e9ae5f481f 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 caca87e9-9c39-49be-a8f2-10e9ae5f481f found for delete ", "request_id": "req-4904a8a2-e896-48c1-90a4-4e29288c8b18"}]} 2026-07-02 06:19:55.203 7 INFO neutron.services.segments.plugin [-] Segment 040e18b3-68a2-4efd-b08a-c75689be873b resource provider aggregate not found 2026-07-02 06:19:55.210 7 INFO neutron.services.segments.plugin [-] Segment 040e18b3-68a2-4efd-b08a-c75689be873b resource provider aggregate not found 2026-07-02 06:19:55.223 7 INFO neutron.services.segments.plugin [-] Segment 040e18b3-68a2-4efd-b08a-c75689be873b 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 040e18b3-68a2-4efd-b08a-c75689be873b found for delete ", "request_id": "req-0d1c3264-e3f8-482c-ac5b-674eb9eae546"}]} 2026-07-02 06:19:55.233 7 INFO neutron.services.segments.plugin [-] Segment 040e18b3-68a2-4efd-b08a-c75689be873b 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 040e18b3-68a2-4efd-b08a-c75689be873b found for delete ", "request_id": "req-bc9001fd-50fb-4ed3-a1c4-aa381e62a352"}]} 2026-07-02 06:19:55.359 7 INFO neutron.db.l3_hamode_db [None req-79d78f91-4577-43a8-bdb5-6eabfca1d294 3ca5a49d71594c5b88f315b7c868b68e fc36db776a8e4d2f9a92d986ce7c7934 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 558/1069] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:19:55 2026] POST /v2.0/subnets => generated 626 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:55.477 8 INFO neutron.db.segments_db [None req-acde0d82-4932-4fb5-ba48-db80dda5f95a 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] Added segment c48a9454-d2e7-4ef7-b95f-2a3ffd689999 of type vxlan for network b9599239-dbf9-48cd-832d-b96733afced7 2026-07-02 06:19:55.728 8 INFO neutron.db.l3_hamode_db [None req-acde0d82-4932-4fb5-ba48-db80dda5f95a 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:19:55.846 8 INFO neutron.db.l3_hamode_db [None req-acde0d82-4932-4fb5-ba48-db80dda5f95a 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:19:56.229 7 INFO neutron.db.l3_hamode_db [None req-79d78f91-4577-43a8-bdb5-6eabfca1d294 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 559/1070] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:19:55 2026] POST /v2.0/routers => generated 507 bytes in 1184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1071] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:19:56 2026] GET /v2.0/ports?tenant_id=b983f767be1347c2b408358a79d2ea3c&device_id=015f3da1-cf27-4210-adce-292cd98e65a5 => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:19:56.991 8 INFO neutron.db.segments_db [None req-2e5dee9f-8265-4db4-8436-dbb79ce94d91 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Added segment 5f35502a-89e6-4663-87ec-ebae4df7000b of type vxlan for network c70f92d1-4f85-47cf-a153-b550b67594c2 [pid: 8|app: 0|req: 561/1072] 10.0.0.28 () {34 vars in 670 bytes} [Thu Jul 2 06:19:56 2026] POST /v2.0/networks => generated 744 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1073] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:57 2026] GET /v2.0/ports?device_id=015f3da1-cf27-4210-adce-292cd98e65a5 => generated 969 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1074] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:19:55 2026] POST /v2.0/routers => generated 727 bytes in 2155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1075] 199.204.45.3 () {34 vars in 1016 bytes} [Thu Jul 2 06:19:57 2026] GET /v2.0/networks?tenant_id=b983f767be1347c2b408358a79d2ea3c&shared=False => generated 772 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1076] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:19:57 2026] POST /v2.0/subnets => generated 691 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1077] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:19:57 2026] GET /v2.0/security-groups?id=7c4fcc0c-c979-451d-b616-1ec7484befdb&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1078] 10.0.0.28 () {34 vars in 782 bytes} [Thu Jul 2 06:19:57 2026] PUT /v2.0/routers/458a4ec7-3f2c-46b9-8f99-be2756b9a2da/add_router_interface => generated 309 bytes in 998 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1079] 199.204.45.3 () {34 vars in 928 bytes} [Thu Jul 2 06:19:58 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) 2026-07-02 06:19:58.278 8 INFO neutron.db.segments_db [None req-4e69c88f-95c9-4629-b140-dd03d40dfb34 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Added segment 11c8dc15-7b30-4ff8-a324-25e8327c7751 of type vxlan for network 1920919e-0d4e-461a-8ff3-7c3b04bc1cc7 2026-07-02 06:19:58.505 8 INFO neutron.db.l3_hamode_db [None req-4e69c88f-95c9-4629-b140-dd03d40dfb34 3ca5a49d71594c5b88f315b7c868b68e dfddba24ed704cfd91c595701dc2a242 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 516/1080] 10.0.0.28 () {34 vars in 782 bytes} [Thu Jul 2 06:19:57 2026] PUT /v2.0/routers/ce23c0cc-9a44-4aec-b037-95de60a42e7f/add_router_interface => generated 309 bytes in 1234 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1081] 10.0.0.28 () {32 vars in 716 bytes} [Thu Jul 2 06:19:58 2026] GET /v2.0/ports/47cabb24-004f-4e96-a68b-6186b26a35d2 => generated 955 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1082] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:19:58 2026] GET /v2.0/ports?device_id=015f3da1-cf27-4210-adce-292cd98e65a5 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:59.232 7 INFO neutron_taas.services.taas.taas_plugin [None req-0bf8b5a2-daa4-423c-9a30-bd8240a2a80d 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] TaaS: Handle Delete Port: 47cabb24-004f-4e96-a68b-6186b26a35d2 2026-07-02 06:19:59.234 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0bf8b5a2-daa4-423c-9a30-bd8240a2a80d 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] Tap Mirror: Handle Delete Port: 47cabb24-004f-4e96-a68b-6186b26a35d2 2026-07-02 06:19:59.256 8 INFO neutron.db.l3_hamode_db [None req-4e69c88f-95c9-4629-b140-dd03d40dfb34 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 519/1083] 10.0.0.28 () {34 vars in 788 bytes} [Thu Jul 2 06:19:58 2026] PUT /v2.0/routers/458a4ec7-3f2c-46b9-8f99-be2756b9a2da/remove_router_interface => generated 309 bytes in 764 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1084] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:19:59 2026] GET /v2.0/security-groups?id=7c4fcc0c-c979-451d-b616-1ec7484befdb&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: 7|app: 0|req: 521/1085] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:19:59 2026] GET /v2.0/ports?tenant_id=b983f767be1347c2b408358a79d2ea3c&device_id=015f3da1-cf27-4210-adce-292cd98e65a5 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1086] 10.0.0.28 () {32 vars in 735 bytes} [Thu Jul 2 06:19:59 2026] GET /v2.0/ports?device_id=458a4ec7-3f2c-46b9-8f99-be2756b9a2da => 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: 523/1087] 199.204.45.3 () {34 vars in 1056 bytes} [Thu Jul 2 06:19:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=f5c11165-3a8b-46e8-ad51-835cf1ef8aa7 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:59.919 7 INFO neutron_taas.services.taas.taas_plugin [None req-929b8f2b-aabd-46a3-b3ca-e7430ccf013f 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] TaaS: Handle Delete Port: 0162d01b-b379-483c-bbed-b9af54132a74 2026-07-02 06:19:59.922 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-929b8f2b-aabd-46a3-b3ca-e7430ccf013f 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] Tap Mirror: Handle Delete Port: 0162d01b-b379-483c-bbed-b9af54132a74 [pid: 8|app: 0|req: 565/1088] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:19:58 2026] POST /v2.0/routers => generated 731 bytes in 1991 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1089] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:20:00 2026] GET /v2.0/subnets?id=cce795e7-b0bf-4aa9-90e2-48b9ad1c04b1 => generated 695 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:20:00.751 7 INFO neutron.services.segments.plugin [-] Segment c48a9454-d2e7-4ef7-b95f-2a3ffd689999 resource provider aggregate not found 2026-07-02 06:20:00.752 7 INFO neutron.services.segments.plugin [-] Segment c48a9454-d2e7-4ef7-b95f-2a3ffd689999 resource provider aggregate not found 2026-07-02 06:20:00.778 7 INFO neutron.services.segments.plugin [-] Segment c48a9454-d2e7-4ef7-b95f-2a3ffd689999 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 c48a9454-d2e7-4ef7-b95f-2a3ffd689999 found for delete ", "request_id": "req-e7178752-6bc2-417e-b86a-8249be919418"}]} 2026-07-02 06:20:00.779 7 INFO neutron.services.segments.plugin [-] Segment c48a9454-d2e7-4ef7-b95f-2a3ffd689999 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 c48a9454-d2e7-4ef7-b95f-2a3ffd689999 found for delete ", "request_id": "req-2e3b39c6-4d4c-4759-9c7b-6fd1b2355be5"}]} 2026-07-02 06:20:00.793 7 INFO neutron.db.l3_hamode_db [None req-929b8f2b-aabd-46a3-b3ca-e7430ccf013f 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] HA network b9599239-dbf9-48cd-832d-b96733afced7 was deleted as no HA routers are present in tenant 6433fe2abcee4f7d8ada8b020723be94. [pid: 7|app: 0|req: 524/1090] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:19:59 2026] DELETE /v2.0/routers/458a4ec7-3f2c-46b9-8f99-be2756b9a2da => generated 0 bytes in 1050 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1091] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:20:00 2026] GET /v2.0/ports?network_id=0039187b-cd5e-4a2d-878d-2f9220081896&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: 526/1092] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:00 2026] GET /v2.0/ports?device_id=015f3da1-cf27-4210-adce-292cd98e65a5 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1093] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:20:00 2026] DELETE /v2.0/subnets/a08fab30-2072-4cf9-81d9-375b2a77a567 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1094] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:20:01 2026] GET /v2.0/networks/0039187b-cd5e-4a2d-878d-2f9220081896?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1095] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:01 2026] GET /v2.0/security-groups?id=7c4fcc0c-c979-451d-b616-1ec7484befdb&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1096] 10.0.0.44 () {34 vars in 981 bytes} [Thu Jul 2 06:20:01 2026] GET /v2.0/networks?id=037fbd8f-3fd7-4446-a45f-efef8e24a9e3 => generated 672 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1097] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:20:01 2026] DELETE /v2.0/networks/b1c0cbb4-01aa-4c89-9e4e-05e7e5997eb2 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1098] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:20:01 2026] GET /v2.0/networks/0039187b-cd5e-4a2d-878d-2f9220081896?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: 533/1099] 10.0.0.44 () {34 vars in 964 bytes} [Thu Jul 2 06:20:01 2026] GET /v2.0/quotas/fc36db776a8e4d2f9a92d986ce7c7934 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:20:01.567 7 INFO neutron.db.segments_db [None req-dfbb2ac9-c96f-437a-858a-8200f62e9f83 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] Added segment 4a63c16d-4391-44e2-879d-07d3699a5f19 of type vxlan for network d5661a55-e6c9-4c82-a18f-8121533bef16 [pid: 8|app: 0|req: 567/1100] 10.0.0.28 () {34 vars in 782 bytes} [Thu Jul 2 06:20:00 2026] PUT /v2.0/routers/140dbf64-9aed-4418-b3b8-f81ed28e67e2/add_router_interface => generated 309 bytes in 1477 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1101] 10.0.0.44 () {34 vars in 1001 bytes} [Thu Jul 2 06:20:01 2026] GET /v2.0/ports?tenant_id=fc36db776a8e4d2f9a92d986ce7c7934&fields=id => generated 57 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:20:01.834 7 INFO neutron.db.l3_hamode_db [None req-dfbb2ac9-c96f-437a-858a-8200f62e9f83 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 569/1102] 10.0.0.44 () {34 vars in 1007 bytes} [Thu Jul 2 06:20:01 2026] GET /v2.0/networks/037fbd8f-3fd7-4446-a45f-efef8e24a9e3?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: 570/1103] 10.0.0.44 () {34 vars in 1107 bytes} [Thu Jul 2 06:20:01 2026] GET /v2.0/networks/037fbd8f-3fd7-4446-a45f-efef8e24a9e3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1104] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:02 2026] GET /v2.0/ports?device_id=2e936e4d-b608-421a-a537-893c444bf4fa => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1105] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:02 2026] GET /v2.0/ports?device_id=015f3da1-cf27-4210-adce-292cd98e65a5 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:20:02.550 7 INFO neutron.db.l3_hamode_db [None req-dfbb2ac9-c96f-437a-858a-8200f62e9f83 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 575/1108] 10.0.0.28 () {34 vars in 684 bytes} [Thu Jul 2 06:20:02 2026] POST /v2.0/security-groups => generated 1660 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1109] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:02 2026] GET /v2.0/security-groups?id=7c4fcc0c-c979-451d-b616-1ec7484befdb&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1110] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:20:02 2026] POST /v2.0/security-group-rules => generated 597 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:20:02.799 7 INFO neutron.services.segments.plugin [-] Segment 81ab5d11-a678-4d80-a36c-84bb4c334695 resource provider aggregate not found 2026-07-02 06:20:02.805 7 INFO neutron.services.segments.plugin [-] Segment 81ab5d11-a678-4d80-a36c-84bb4c334695 resource provider aggregate not found 2026-07-02 06:20:02.825 7 INFO neutron.services.segments.plugin [-] Segment 81ab5d11-a678-4d80-a36c-84bb4c334695 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 81ab5d11-a678-4d80-a36c-84bb4c334695 found for delete ", "request_id": "req-2a2aa6fc-b41b-4d66-a278-0a1a4e0ef9bc"}]} 2026-07-02 06:20:02.826 7 INFO neutron.services.segments.plugin [-] Segment 81ab5d11-a678-4d80-a36c-84bb4c334695 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 81ab5d11-a678-4d80-a36c-84bb4c334695 found for delete ", "request_id": "req-36634d12-74ac-450a-8d60-015c72b14cc2"}]} [pid: 8|app: 0|req: 578/1111] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:20:02 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: 8|app: 0|req: 579/1112] 10.0.0.28 () {34 vars in 675 bytes} [Thu Jul 2 06:20:02 2026] POST /v2.0/floatingips => generated 552 bytes in 611 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1113] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:03 2026] GET /v2.0/ports?device_id=2e936e4d-b608-421a-a537-893c444bf4fa => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1114] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:20:01 2026] POST /v2.0/routers => generated 687 bytes in 2127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1115] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:03 2026] GET /v2.0/ports?device_id=015f3da1-cf27-4210-adce-292cd98e65a5 => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1116] 10.0.0.28 () {32 vars in 720 bytes} [Thu Jul 2 06:20:03 2026] GET /v2.0/routers/0ba2b5ae-b202-4ff2-93bd-2b06fb82c029 => generated 693 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1117] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:03 2026] GET /v2.0/security-groups?id=7c4fcc0c-c979-451d-b616-1ec7484befdb&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1118] 10.0.0.28 () {32 vars in 646 bytes} [Thu Jul 2 06:20:03 2026] GET /v2.0/routers => generated 696 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1119] 10.0.0.44 () {34 vars in 1099 bytes} [Thu Jul 2 06:20:03 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1611608265&fields=id&tenant_id=dfddba24ed704cfd91c595701dc2a242 => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1120] 10.0.0.44 () {34 vars in 981 bytes} [Thu Jul 2 06:20:03 2026] GET /v2.0/networks?id=c70f92d1-4f85-47cf-a153-b550b67594c2 => generated 676 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1121] 10.0.0.44 () {34 vars in 964 bytes} [Thu Jul 2 06:20:04 2026] GET /v2.0/quotas/dfddba24ed704cfd91c595701dc2a242 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1122] 10.0.0.44 () {34 vars in 1001 bytes} [Thu Jul 2 06:20:04 2026] GET /v2.0/ports?tenant_id=dfddba24ed704cfd91c595701dc2a242&fields=id => generated 57 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1123] 10.0.0.44 () {34 vars in 1007 bytes} [Thu Jul 2 06:20:04 2026] GET /v2.0/networks/c70f92d1-4f85-47cf-a153-b550b67594c2?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1124] 10.0.0.44 () {34 vars in 1107 bytes} [Thu Jul 2 06:20:04 2026] GET /v2.0/networks/c70f92d1-4f85-47cf-a153-b550b67594c2?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: 537/1125] 10.0.0.28 () {34 vars in 740 bytes} [Thu Jul 2 06:20:03 2026] PUT /v2.0/routers/0ba2b5ae-b202-4ff2-93bd-2b06fb82c029 => generated 700 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1126] 10.0.0.28 () {32 vars in 720 bytes} [Thu Jul 2 06:20:04 2026] GET /v2.0/routers/0ba2b5ae-b202-4ff2-93bd-2b06fb82c029 => generated 700 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1127] 10.0.0.28 () {32 vars in 735 bytes} [Thu Jul 2 06:20:04 2026] GET /v2.0/ports?device_id=0ba2b5ae-b202-4ff2-93bd-2b06fb82c029 => 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: 539/1128] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:04 2026] GET /v2.0/ports?device_id=fb5a1367-de84-4a3a-9c39-1951615ea485 => 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: 540/1129] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:04 2026] GET /v2.0/ports?device_id=2e936e4d-b608-421a-a537-893c444bf4fa => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:20:04.811 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b49ae4e-281e-42d7-b598-0200cc0eba2c 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] TaaS: Handle Delete Port: bac72bb0-2e4c-46cc-b2d2-279d9005f12b 2026-07-02 06:20:04.814 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b49ae4e-281e-42d7-b598-0200cc0eba2c 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] Tap Mirror: Handle Delete Port: bac72bb0-2e4c-46cc-b2d2-279d9005f12b [pid: 7|app: 0|req: 541/1130] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:04 2026] GET /v2.0/ports?device_id=015f3da1-cf27-4210-adce-292cd98e65a5 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1131] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:04 2026] GET /v2.0/security-groups?id=7c4fcc0c-c979-451d-b616-1ec7484befdb&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-07-02 06:20:05.155 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b49ae4e-281e-42d7-b598-0200cc0eba2c 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] TaaS: Handle Delete Port: ba64490c-a15d-45f3-bbf9-71cdd8e3e146 2026-07-02 06:20:05.159 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b49ae4e-281e-42d7-b598-0200cc0eba2c 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] Tap Mirror: Handle Delete Port: ba64490c-a15d-45f3-bbf9-71cdd8e3e146 2026-07-02 06:20:05.574 8 INFO neutron.services.segments.plugin [-] Segment 4a63c16d-4391-44e2-879d-07d3699a5f19 resource provider aggregate not found 2026-07-02 06:20:05.589 8 INFO neutron.services.segments.plugin [-] Segment 4a63c16d-4391-44e2-879d-07d3699a5f19 resource provider aggregate not found 2026-07-02 06:20:05.603 8 INFO neutron.services.segments.plugin [-] Segment 4a63c16d-4391-44e2-879d-07d3699a5f19 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 4a63c16d-4391-44e2-879d-07d3699a5f19 found for delete ", "request_id": "req-87501769-5747-490a-ada6-2a03e414ce56"}]} 2026-07-02 06:20:05.607 8 INFO neutron.services.segments.plugin [-] Segment 4a63c16d-4391-44e2-879d-07d3699a5f19 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 4a63c16d-4391-44e2-879d-07d3699a5f19 found for delete ", "request_id": "req-ed4ba96e-4072-4cb9-bd6d-dc23a11d84b2"}]} 2026-07-02 06:20:05.612 8 INFO neutron.db.l3_hamode_db [None req-2b49ae4e-281e-42d7-b598-0200cc0eba2c 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] HA network d5661a55-e6c9-4c82-a18f-8121533bef16 was deleted as no HA routers are present in tenant 6433fe2abcee4f7d8ada8b020723be94. [pid: 8|app: 0|req: 590/1132] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:20:04 2026] DELETE /v2.0/routers/0ba2b5ae-b202-4ff2-93bd-2b06fb82c029 => generated 0 bytes in 1119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1133] 10.0.0.28 () {32 vars in 735 bytes} [Thu Jul 2 06:20:05 2026] GET /v2.0/ports?device_id=0ba2b5ae-b202-4ff2-93bd-2b06fb82c029 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:20:05.687 8 INFO neutron.api.v2.resource [None req-5fc25fa4-4e43-4672-961c-0eb9abdd3f2c 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 591/1134] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:20:05 2026] DELETE /v2.0/routers/0ba2b5ae-b202-4ff2-93bd-2b06fb82c029 => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1135] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:05 2026] GET /v2.0/ports?device_id=fb5a1367-de84-4a3a-9c39-1951615ea485 => 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: 592/1136] 10.0.0.28 () {32 vars in 735 bytes} [Thu Jul 2 06:20:05 2026] GET /v2.0/ports?device_id=458a4ec7-3f2c-46b9-8f99-be2756b9a2da => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:20:05.745 7 INFO neutron.api.v2.resource [None req-93347940-63ab-4cdf-98c6-5182ebc2e1e4 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 545/1137] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:20:05 2026] DELETE /v2.0/routers/458a4ec7-3f2c-46b9-8f99-be2756b9a2da => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1138] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:05 2026] GET /v2.0/ports?device_id=2e936e4d-b608-421a-a537-893c444bf4fa => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:20:05.766 7 INFO neutron.pecan_wsgi.hooks.translation [None req-82c40640-d1bd-4d02-9e44-a948c8fc0656 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 546/1139] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:20:05 2026] DELETE /v2.0/subnets/a08fab30-2072-4cf9-81d9-375b2a77a567 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1140] 10.0.0.28 () {32 vars in 735 bytes} [Thu Jul 2 06:20:05 2026] GET /v2.0/ports?device_id=33d5e004-4177-40f5-b139-37cbfd6166e7 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:20:05.817 7 INFO neutron.api.v2.resource [None req-4a96c3fe-5586-45f5-b846-b62dd0840e20 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 547/1141] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:20:05 2026] DELETE /v2.0/routers/33d5e004-4177-40f5-b139-37cbfd6166e7 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:20:05.846 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0238b11f-ebed-49f4-a839-e884cc470ac4 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 595/1142] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:20:05 2026] DELETE /v2.0/subnets/f9e3e8f8-82c4-4dc8-bc90-f5bf1f683836 => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1143] 10.0.0.28 () {32 vars in 735 bytes} [Thu Jul 2 06:20:05 2026] GET /v2.0/ports?device_id=0e57b8d9-63e9-4cbd-afb8-e6094f2dcdbd => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:20:05.901 8 INFO neutron.api.v2.resource [None req-f64a739b-55c3-4fc6-bb27-fc0efd2c868b 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 596/1144] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:20:05 2026] DELETE /v2.0/routers/0e57b8d9-63e9-4cbd-afb8-e6094f2dcdbd => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:20:05.920 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d0afd88c-cc99-480e-a1ec-aa90bc26fcaa 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 549/1145] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:20:05 2026] DELETE /v2.0/subnets/cada4ec3-71f3-40c9-be19-8f447eafbeed => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:20:05.940 8 INFO neutron.pecan_wsgi.hooks.translation [None req-043d01c4-3212-460f-aa5b-a8f1ca43ffa3 9410e6c08d904f4cb5c5fca2b5deab45 6433fe2abcee4f7d8ada8b020723be94 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 597/1146] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:20:05 2026] DELETE /v2.0/subnets/22c087d5-0c0c-4020-bd7a-5f95a5c6e216 => 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: 550/1147] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:06 2026] GET /v2.0/ports?device_id=015f3da1-cf27-4210-adce-292cd98e65a5 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1148] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:06 2026] GET /v2.0/security-groups?id=7c4fcc0c-c979-451d-b616-1ec7484befdb&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1149] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:06 2026] GET /v2.0/ports?device_id=015f3da1-cf27-4210-adce-292cd98e65a5 => 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: 599/1150] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:20:06 2026] GET /v2.0/networks?id=037fbd8f-3fd7-4446-a45f-efef8e24a9e3 => generated 672 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1151] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:06 2026] GET /v2.0/security-groups?id=7c4fcc0c-c979-451d-b616-1ec7484befdb&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: 552/1152] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:20:06 2026] GET /v2.0/security-groups?tenant_id=6433fe2abcee4f7d8ada8b020723be94&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: 553/1153] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:06 2026] DELETE /v2.0/security-groups/551f408b-7fbb-4af2-a18d-a0fc8519e5f0 => 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: 554/1154] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:06 2026] GET /v2.0/ports?device_id=fb5a1367-de84-4a3a-9c39-1951615ea485 => 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: 555/1155] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:06 2026] GET /v2.0/ports?device_id=2e936e4d-b608-421a-a537-893c444bf4fa => generated 957 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1156] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:06 2026] GET /v2.0/security-groups?id=a3d1a03c-045d-44a7-9e85-531c6938bae7&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1157] 199.204.45.3 () {38 vars in 953 bytes} [Thu Jul 2 06:20:06 2026] POST /v2.0/ports => generated 954 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1158] 199.204.45.3 () {38 vars in 1026 bytes} [Thu Jul 2 06:20:06 2026] PUT /v2.0/ports/f2e0bf19-6cf4-4c99-878c-cb57d40432fe => generated 1235 bytes in 512 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:20:07.542 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4f12ea7c-0985-46c7-96c2-88fae29ef22d'] response: {'name': 'network-changed', 'server_uuid': '2e936e4d-b608-421a-a537-893c444bf4fa', 'tag': 'f2e0bf19-6cf4-4c99-878c-cb57d40432fe', '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: 602/1159] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:07 2026] GET /v2.0/ports?device_id=015f3da1-cf27-4210-adce-292cd98e65a5 => generated 971 bytes in 82 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: 558/1160] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:07 2026] GET /v2.0/security-groups?id=7c4fcc0c-c979-451d-b616-1ec7484befdb&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1161] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:07 2026] GET /v2.0/ports?device_id=fb5a1367-de84-4a3a-9c39-1951615ea485 => 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: 559/1162] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:08 2026] GET /v2.0/ports?device_id=2e936e4d-b608-421a-a537-893c444bf4fa => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1163] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:20:08 2026] GET /v2.0/ports?tenant_id=fc36db776a8e4d2f9a92d986ce7c7934&device_id=2e936e4d-b608-421a-a537-893c444bf4fa => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1164] 199.204.45.3 () {34 vars in 1016 bytes} [Thu Jul 2 06:20:08 2026] GET /v2.0/networks?tenant_id=fc36db776a8e4d2f9a92d986ce7c7934&shared=False => generated 768 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1165] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:08 2026] GET /v2.0/security-groups?id=a3d1a03c-045d-44a7-9e85-531c6938bae7&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1166] 199.204.45.3 () {34 vars in 928 bytes} [Thu Jul 2 06:20:08 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1167] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:08 2026] GET /v2.0/ports?device_id=015f3da1-cf27-4210-adce-292cd98e65a5 => 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: 607/1168] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:08 2026] GET /v2.0/security-groups?id=7c4fcc0c-c979-451d-b616-1ec7484befdb&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1169] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:20:08 2026] GET /v2.0/networks?id=c70f92d1-4f85-47cf-a153-b550b67594c2 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1170] 199.204.45.3 () {34 vars in 992 bytes} [Thu Jul 2 06:20:08 2026] GET /v2.0/ports?device_id=015f3da1-cf27-4210-adce-292cd98e65a5 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1171] 199.204.45.3 () {34 vars in 1048 bytes} [Thu Jul 2 06:20:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dfddba24ed704cfd91c595701dc2a242 => generated 181 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:20:09.074 7 INFO neutron_taas.services.taas.taas_plugin [req-4ddeca05-9975-407a-b5b5-53fb0859669f req-11673c71-b6ff-4c42-8f00-3b4e14828fbf bee121311b9f4c6eb8576e654d955333 b983f767be1347c2b408358a79d2ea3c - - default default] TaaS: Handle Delete Port: f5c11165-3a8b-46e8-ad51-835cf1ef8aa7 2026-07-02 06:20:09.078 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4ddeca05-9975-407a-b5b5-53fb0859669f req-11673c71-b6ff-4c42-8f00-3b4e14828fbf bee121311b9f4c6eb8576e654d955333 b983f767be1347c2b408358a79d2ea3c - - default default] Tap Mirror: Handle Delete Port: f5c11165-3a8b-46e8-ad51-835cf1ef8aa7 [pid: 7|app: 0|req: 563/1172] 199.204.45.3 () {36 vars in 995 bytes} [Thu Jul 2 06:20:08 2026] DELETE /v2.0/ports/f5c11165-3a8b-46e8-ad51-835cf1ef8aa7 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1173] 199.204.45.3 () {38 vars in 953 bytes} [Thu Jul 2 06:20:08 2026] POST /v2.0/ports => generated 954 bytes in 355 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: 564/1174] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:09 2026] GET /v2.0/ports?device_id=fb5a1367-de84-4a3a-9c39-1951615ea485 => 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: 611/1175] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:09 2026] GET /v2.0/ports?device_id=2e936e4d-b608-421a-a537-893c444bf4fa => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1176] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:20:09 2026] GET /v2.0/ports?tenant_id=fc36db776a8e4d2f9a92d986ce7c7934&device_id=2e936e4d-b608-421a-a537-893c444bf4fa => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1177] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:09 2026] GET /v2.0/security-groups?id=a518a848-a498-47c2-9c50-4ba18c0e831d&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: 567/1178] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:09 2026] GET /v2.0/security-groups?id=a3d1a03c-045d-44a7-9e85-531c6938bae7&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: 568/1179] 199.204.45.3 () {34 vars in 1056 bytes} [Thu Jul 2 06:20:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=f2e0bf19-6cf4-4c99-878c-cb57d40432fe => 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: 569/1180] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:20:09 2026] GET /v2.0/subnets?id=8d193751-485b-4530-998c-ea7ecfe33deb => generated 690 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1181] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:20:09 2026] GET /v2.0/ports?network_id=037fbd8f-3fd7-4446-a45f-efef8e24a9e3&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:20:09.577 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-67f4e8b5-1f91-4b6c-8143-72685fb6f284'] response: {'server_uuid': '015f3da1-cf27-4210-adce-292cd98e65a5', 'name': 'network-vif-deleted', 'tag': 'f5c11165-3a8b-46e8-ad51-835cf1ef8aa7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 571/1182] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:20:09 2026] GET /v2.0/networks/037fbd8f-3fd7-4446-a45f-efef8e24a9e3?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: 572/1183] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:20:09 2026] GET /v2.0/networks/037fbd8f-3fd7-4446-a45f-efef8e24a9e3?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: 612/1184] 199.204.45.3 () {38 vars in 1026 bytes} [Thu Jul 2 06:20:09 2026] PUT /v2.0/ports/91404c59-21a1-446c-8647-bd540552aa9b => generated 1235 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:20:09.843 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2683d286-d904-42e1-b203-9ab2e72562d2'] response: {'name': 'network-changed', 'server_uuid': 'fb5a1367-de84-4a3a-9c39-1951615ea485', 'tag': '91404c59-21a1-446c-8647-bd540552aa9b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 573/1185] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:09 2026] GET /v2.0/ports?device_id=015f3da1-cf27-4210-adce-292cd98e65a5 => generated 12 bytes in 21 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: 613/1186] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:20:10 2026] GET /v2.0/ports?tenant_id=dfddba24ed704cfd91c595701dc2a242&device_id=fb5a1367-de84-4a3a-9c39-1951615ea485 => 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: 574/1187] 199.204.45.3 () {34 vars in 1016 bytes} [Thu Jul 2 06:20:10 2026] GET /v2.0/networks?tenant_id=dfddba24ed704cfd91c595701dc2a242&shared=False => generated 772 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1188] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:10 2026] GET /v2.0/ports?device_id=fb5a1367-de84-4a3a-9c39-1951615ea485 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1189] 199.204.45.3 () {34 vars in 928 bytes} [Thu Jul 2 06:20:10 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1190] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:10 2026] GET /v2.0/security-groups?id=a518a848-a498-47c2-9c50-4ba18c0e831d&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: 576/1191] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:10 2026] GET /v2.0/ports?device_id=2e936e4d-b608-421a-a537-893c444bf4fa => 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: 616/1192] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:10 2026] GET /v2.0/security-groups?id=a3d1a03c-045d-44a7-9e85-531c6938bae7&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: 577/1193] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:11 2026] GET /v2.0/ports?device_id=015f3da1-cf27-4210-adce-292cd98e65a5 => 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: 617/1194] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:20:11 2026] GET /v2.0/ports?tenant_id=dfddba24ed704cfd91c595701dc2a242&device_id=fb5a1367-de84-4a3a-9c39-1951615ea485 => 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: 578/1195] 199.204.45.3 () {34 vars in 1056 bytes} [Thu Jul 2 06:20:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=91404c59-21a1-446c-8647-bd540552aa9b => 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: 618/1196] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:20:11 2026] GET /v2.0/subnets?id=a7584b8b-d94e-4d39-b5a2-d5daf73a89b6 => generated 694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1197] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:11 2026] GET /v2.0/ports?device_id=fb5a1367-de84-4a3a-9c39-1951615ea485 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1198] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:20:11 2026] GET /v2.0/ports?network_id=c70f92d1-4f85-47cf-a153-b550b67594c2&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: 580/1199] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:11 2026] GET /v2.0/ports?device_id=2e936e4d-b608-421a-a537-893c444bf4fa => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1200] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:11 2026] GET /v2.0/security-groups?id=a518a848-a498-47c2-9c50-4ba18c0e831d&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: 621/1201] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:11 2026] GET /v2.0/security-groups?id=a3d1a03c-045d-44a7-9e85-531c6938bae7&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: 581/1202] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:20:11 2026] GET /v2.0/networks/c70f92d1-4f85-47cf-a153-b550b67594c2?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: 622/1203] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:20:11 2026] GET /v2.0/networks/c70f92d1-4f85-47cf-a153-b550b67594c2?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: 582/1204] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:12 2026] GET /v2.0/ports?device_id=015f3da1-cf27-4210-adce-292cd98e65a5 => 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: 623/1205] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:20:12 2026] GET /v2.0/security-groups?tenant_id=e4419386bd6d4d6a809c610d1e0bb370&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1206] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:12 2026] DELETE /v2.0/security-groups/df8a7a6f-f00b-4854-9705-cfe8f513ff0c => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1207] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:12 2026] GET /v2.0/ports?device_id=fb5a1367-de84-4a3a-9c39-1951615ea485 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1208] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:12 2026] GET /v2.0/security-groups?id=a518a848-a498-47c2-9c50-4ba18c0e831d&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1209] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:20:12 2026] GET /v2.0/security-groups?tenant_id=85b3921e0c4343b1b8a677a28576c04f&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1210] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:12 2026] GET /v2.0/ports?device_id=2e936e4d-b608-421a-a537-893c444bf4fa => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1211] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:12 2026] DELETE /v2.0/security-groups/5e17256a-8413-49f2-90fd-9e8aa39c3bee => 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: 627/1212] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:13 2026] GET /v2.0/security-groups?id=a3d1a03c-045d-44a7-9e85-531c6938bae7&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:20:13.677 7 INFO neutron_taas.services.taas.taas_plugin [None req-01b84c71-3945-4a9d-80c3-401340788e9c 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: 36d4c8db-0d33-4d5d-93b6-acd043c8a482 2026-07-02 06:20:13.682 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01b84c71-3945-4a9d-80c3-401340788e9c 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: 36d4c8db-0d33-4d5d-93b6-acd043c8a482 [pid: 8|app: 0|req: 628/1213] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:13 2026] GET /v2.0/ports?device_id=fb5a1367-de84-4a3a-9c39-1951615ea485 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1214] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:13 2026] GET /v2.0/security-groups?id=a518a848-a498-47c2-9c50-4ba18c0e831d&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: 630/1215] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:14 2026] GET /v2.0/ports?device_id=2e936e4d-b608-421a-a537-893c444bf4fa => 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: 631/1216] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:14 2026] GET /v2.0/security-groups?id=a3d1a03c-045d-44a7-9e85-531c6938bae7&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: 7|app: 0|req: 586/1217] 10.0.0.28 () {34 vars in 788 bytes} [Thu Jul 2 06:20:13 2026] PUT /v2.0/routers/7b3fc1e4-3aec-4e48-a769-7dc8d371feb4/remove_router_interface => generated 309 bytes in 1055 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:20:14.511 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef0f6cd6-3368-419d-abc3-eead65150ca7 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: 92495037-bf30-45cf-a372-d979fca351f1 2026-07-02 06:20:14.517 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef0f6cd6-3368-419d-abc3-eead65150ca7 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: 92495037-bf30-45cf-a372-d979fca351f1 2026-07-02 06:20:14.799 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef0f6cd6-3368-419d-abc3-eead65150ca7 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: 9f3e76f2-1129-4987-8444-e16c3b3fe397 2026-07-02 06:20:14.802 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef0f6cd6-3368-419d-abc3-eead65150ca7 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: 9f3e76f2-1129-4987-8444-e16c3b3fe397 [pid: 7|app: 0|req: 587/1218] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:15 2026] GET /v2.0/ports?device_id=fb5a1367-de84-4a3a-9c39-1951615ea485 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:20:15.179 8 INFO neutron.services.segments.plugin [-] Segment 9b43aff2-3364-4a1e-89ee-561efe86a55b resource provider aggregate not found 2026-07-02 06:20:15.191 8 INFO neutron.services.segments.plugin [-] Segment 9b43aff2-3364-4a1e-89ee-561efe86a55b resource provider aggregate not found 2026-07-02 06:20:15.209 8 INFO neutron.services.segments.plugin [-] Segment 9b43aff2-3364-4a1e-89ee-561efe86a55b 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 9b43aff2-3364-4a1e-89ee-561efe86a55b found for delete ", "request_id": "req-18b68228-9a83-443c-9a64-368cf5e1445e"}]} 2026-07-02 06:20:15.219 8 INFO neutron.services.segments.plugin [-] Segment 9b43aff2-3364-4a1e-89ee-561efe86a55b 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 9b43aff2-3364-4a1e-89ee-561efe86a55b found for delete ", "request_id": "req-961e69ae-54d2-4d8f-b11b-3686de01f363"}]} [pid: 7|app: 0|req: 588/1219] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:15 2026] GET /v2.0/security-groups?id=a518a848-a498-47c2-9c50-4ba18c0e831d&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:20:15.237 8 INFO neutron.db.l3_hamode_db [None req-ef0f6cd6-3368-419d-abc3-eead65150ca7 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] HA network d08bc63d-cc29-4ba9-bbda-f90e655c8fb4 was deleted as no HA routers are present in tenant b983f767be1347c2b408358a79d2ea3c. [pid: 8|app: 0|req: 632/1220] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:20:14 2026] DELETE /v2.0/routers/7b3fc1e4-3aec-4e48-a769-7dc8d371feb4 => generated 0 bytes in 953 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1221] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:15 2026] GET /v2.0/ports?device_id=2e936e4d-b608-421a-a537-893c444bf4fa => 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: 634/1222] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:15 2026] GET /v2.0/security-groups?id=a3d1a03c-045d-44a7-9e85-531c6938bae7&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: 589/1223] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:20:15 2026] DELETE /v2.0/subnets/cce795e7-b0bf-4aa9-90e2-48b9ad1c04b1 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:20:15.533 8 INFO neutron_taas.services.taas.taas_plugin [None req-84377865-78b4-441f-8954-9c4b83273e50 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: 87c27040-83ab-44ac-a464-5c67c43b06c9 2026-07-02 06:20:15.535 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84377865-78b4-441f-8954-9c4b83273e50 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: 87c27040-83ab-44ac-a464-5c67c43b06c9 [pid: 8|app: 0|req: 635/1224] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:20:15 2026] DELETE /v2.0/networks/0039187b-cd5e-4a2d-878d-2f9220081896 => generated 0 bytes in 365 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1225] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:20:15 2026] GET /v2.0/security-groups?tenant_id=b983f767be1347c2b408358a79d2ea3c&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1226] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:16 2026] DELETE /v2.0/security-groups/7c4fcc0c-c979-451d-b616-1ec7484befdb => 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: 591/1227] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:16 2026] GET /v2.0/ports?device_id=fb5a1367-de84-4a3a-9c39-1951615ea485 => 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: 637/1228] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:16 2026] GET /v2.0/security-groups?id=a518a848-a498-47c2-9c50-4ba18c0e831d&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: 638/1229] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:16 2026] GET /v2.0/ports?device_id=2e936e4d-b608-421a-a537-893c444bf4fa => 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: 592/1230] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:20:16 2026] GET /v2.0/security-groups?tenant_id=319cfd5d53dc486e8014d1ca229a901e&name=default => generated 2925 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1231] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:16 2026] GET /v2.0/security-groups?id=a3d1a03c-045d-44a7-9e85-531c6938bae7&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1232] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:16 2026] DELETE /v2.0/security-groups/0660e06a-e8c4-4f55-8b1f-1a528549b2fa => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:20:17.231 8 INFO neutron.services.segments.plugin [-] Segment 558a037d-0e79-4adc-b5e5-b2b92dd2c3ca resource provider aggregate not found 2026-07-02 06:20:17.242 8 INFO neutron.services.segments.plugin [-] Segment 558a037d-0e79-4adc-b5e5-b2b92dd2c3ca resource provider aggregate not found 2026-07-02 06:20:17.261 8 INFO neutron.services.segments.plugin [-] Segment 558a037d-0e79-4adc-b5e5-b2b92dd2c3ca 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 558a037d-0e79-4adc-b5e5-b2b92dd2c3ca found for delete ", "request_id": "req-2c3312ee-6194-418a-8796-09899be38b7b"}]} 2026-07-02 06:20:17.263 8 INFO neutron.services.segments.plugin [-] Segment 558a037d-0e79-4adc-b5e5-b2b92dd2c3ca 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 558a037d-0e79-4adc-b5e5-b2b92dd2c3ca found for delete ", "request_id": "req-361a7828-7c88-41b7-9815-d27777b36926"}]} [pid: 8|app: 0|req: 641/1235] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:17 2026] GET /v2.0/ports?device_id=fb5a1367-de84-4a3a-9c39-1951615ea485 => generated 971 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1236] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:17 2026] GET /v2.0/security-groups?id=a518a848-a498-47c2-9c50-4ba18c0e831d&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: 8|app: 0|req: 642/1237] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:17 2026] GET /v2.0/ports?device_id=fb5a1367-de84-4a3a-9c39-1951615ea485 => 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: 643/1238] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:17 2026] GET /v2.0/ports?device_id=2e936e4d-b608-421a-a537-893c444bf4fa => 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: 644/1239] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:17 2026] GET /v2.0/security-groups?id=a3d1a03c-045d-44a7-9e85-531c6938bae7&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:20:18.047 7 INFO neutron.db.l3_db [None req-b8f5fe8f-c50d-4f0f-8278-f96d78f03d52 ef7944fe38864800be223ea40e03e955 dfddba24ed704cfd91c595701dc2a242 - - default default] Floating IP 54b4e507-e61e-4f29-8893-917bf76573e4 associated. External IP: 10.96.250.206, port: 91404c59-21a1-446c-8647-bd540552aa9b. [pid: 7|app: 0|req: 596/1240] 10.0.0.28 () {34 vars in 748 bytes} [Thu Jul 2 06:20:17 2026] PUT /v2.0/floatingips/54b4e507-e61e-4f29-8893-917bf76573e4 => generated 855 bytes in 707 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:20:18.448 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-64120eb0-b2fc-42e8-a577-84a4412c5c18'] response: {'name': 'network-changed', 'server_uuid': 'fb5a1367-de84-4a3a-9c39-1951615ea485', 'tag': '91404c59-21a1-446c-8647-bd540552aa9b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 645/1241] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:18 2026] GET /v2.0/ports?device_id=fb5a1367-de84-4a3a-9c39-1951615ea485 => 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: 597/1242] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:18 2026] GET /v2.0/security-groups?id=a518a848-a498-47c2-9c50-4ba18c0e831d&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: 646/1243] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:18 2026] GET /v2.0/ports?device_id=fb5a1367-de84-4a3a-9c39-1951615ea485 => 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: 598/1244] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:18 2026] GET /v2.0/security-groups?id=a518a848-a498-47c2-9c50-4ba18c0e831d&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: 647/1245] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:20:18 2026] GET /v2.0/ports?tenant_id=dfddba24ed704cfd91c595701dc2a242&device_id=fb5a1367-de84-4a3a-9c39-1951615ea485 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1246] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:20:19 2026] GET /v2.0/networks?id=c70f92d1-4f85-47cf-a153-b550b67594c2 => generated 772 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1247] 199.204.45.3 () {34 vars in 1056 bytes} [Thu Jul 2 06:20:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=91404c59-21a1-446c-8647-bd540552aa9b => generated 858 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1248] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:20:19 2026] GET /v2.0/subnets?id=a7584b8b-d94e-4d39-b5a2-d5daf73a89b6 => generated 694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1249] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:19 2026] GET /v2.0/ports?device_id=2e936e4d-b608-421a-a537-893c444bf4fa => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1250] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:20:19 2026] GET /v2.0/ports?network_id=c70f92d1-4f85-47cf-a153-b550b67594c2&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: 602/1251] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:19 2026] GET /v2.0/security-groups?id=a3d1a03c-045d-44a7-9e85-531c6938bae7&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: 8|app: 0|req: 650/1252] 199.204.45.3 () {34 vars in 992 bytes} [Thu Jul 2 06:20:19 2026] GET /v2.0/ports?device_id=2e936e4d-b608-421a-a537-893c444bf4fa => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1253] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:20:19 2026] GET /v2.0/networks/c70f92d1-4f85-47cf-a153-b550b67594c2?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: 604/1254] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:20:19 2026] GET /v2.0/networks/c70f92d1-4f85-47cf-a153-b550b67594c2?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) 2026-07-02 06:20:19.398 8 INFO neutron_taas.services.taas.taas_plugin [req-f37cfdb6-ee6b-46d4-b480-53560aa5da69 req-bc69ec38-c031-460f-adfd-05cef1d070ec 52b739847f704988b2fa3d393173606b fc36db776a8e4d2f9a92d986ce7c7934 - - default default] TaaS: Handle Delete Port: f2e0bf19-6cf4-4c99-878c-cb57d40432fe 2026-07-02 06:20:19.402 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f37cfdb6-ee6b-46d4-b480-53560aa5da69 req-bc69ec38-c031-460f-adfd-05cef1d070ec 52b739847f704988b2fa3d393173606b fc36db776a8e4d2f9a92d986ce7c7934 - - default default] Tap Mirror: Handle Delete Port: f2e0bf19-6cf4-4c99-878c-cb57d40432fe [pid: 8|app: 0|req: 651/1255] 199.204.45.3 () {36 vars in 995 bytes} [Thu Jul 2 06:20:19 2026] DELETE /v2.0/ports/f2e0bf19-6cf4-4c99-878c-cb57d40432fe => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:20:19.582 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a2f7cd1-afa3-4e2d-8102-d91d8dc47ae2'] response: {'server_uuid': '2e936e4d-b608-421a-a537-893c444bf4fa', 'name': 'network-vif-deleted', 'tag': 'f2e0bf19-6cf4-4c99-878c-cb57d40432fe', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 605/1256] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:20:19 2026] GET /v2.0/security-groups?tenant_id=094f807fcbaf4f70b70b8841e5a6cf7c&name=default => generated 2925 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1257] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:19 2026] DELETE /v2.0/security-groups/f22b6bad-fcb8-4358-afbc-65ad7f59dd3d => 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: 606/1258] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:19 2026] GET /v2.0/ports?device_id=fb5a1367-de84-4a3a-9c39-1951615ea485 => 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: 653/1259] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:19 2026] GET /v2.0/security-groups?id=a518a848-a498-47c2-9c50-4ba18c0e831d&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: 607/1260] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:20 2026] GET /v2.0/ports?device_id=2e936e4d-b608-421a-a537-893c444bf4fa => 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: 654/1261] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:20:20 2026] GET /v2.0/security-groups?tenant_id=cb6fb00a647d4bf280f426abd767b7f1&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: 608/1262] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:20 2026] DELETE /v2.0/security-groups/b25fd97b-38ab-4524-ab70-76ad54b949fc => 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: 609/1263] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:21 2026] GET /v2.0/ports?device_id=fb5a1367-de84-4a3a-9c39-1951615ea485 => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1264] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:20:21 2026] GET /v2.0/security-groups?tenant_id=e356a93b5e2c4a65833093ebb34a0816&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1265] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:21 2026] GET /v2.0/security-groups?id=a518a848-a498-47c2-9c50-4ba18c0e831d&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: 610/1266] 199.204.45.3 () {34 vars in 992 bytes} [Thu Jul 2 06:20:21 2026] GET /v2.0/ports?device_id=fb5a1367-de84-4a3a-9c39-1951615ea485 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1267] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:21 2026] DELETE /v2.0/security-groups/0e3f8220-6fc1-41ed-b157-176a9e6a40f5 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:20:21.375 7 INFO neutron_taas.services.taas.taas_plugin [req-8980efd3-8311-4a6d-9747-88cfbc40d1af req-f28b0fcf-9b1c-40f4-8211-08ac3e4656ed ef7944fe38864800be223ea40e03e955 dfddba24ed704cfd91c595701dc2a242 - - default default] TaaS: Handle Delete Port: 91404c59-21a1-446c-8647-bd540552aa9b 2026-07-02 06:20:21.378 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8980efd3-8311-4a6d-9747-88cfbc40d1af req-f28b0fcf-9b1c-40f4-8211-08ac3e4656ed ef7944fe38864800be223ea40e03e955 dfddba24ed704cfd91c595701dc2a242 - - default default] Tap Mirror: Handle Delete Port: 91404c59-21a1-446c-8647-bd540552aa9b [pid: 8|app: 0|req: 658/1268] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:21 2026] GET /v2.0/ports?device_id=2e936e4d-b608-421a-a537-893c444bf4fa => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:20:21.506 7 INFO neutron.db.l3_db [req-8980efd3-8311-4a6d-9747-88cfbc40d1af req-f28b0fcf-9b1c-40f4-8211-08ac3e4656ed ef7944fe38864800be223ea40e03e955 dfddba24ed704cfd91c595701dc2a242 - - default default] Floating IP 54b4e507-e61e-4f29-8893-917bf76573e4 disassociated. External IP: 10.96.250.206, port: 91404c59-21a1-446c-8647-bd540552aa9b. [pid: 7|app: 0|req: 611/1269] 199.204.45.3 () {36 vars in 995 bytes} [Thu Jul 2 06:20:21 2026] DELETE /v2.0/ports/91404c59-21a1-446c-8647-bd540552aa9b => generated 0 bytes in 611 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:20:21.919 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-13b91fb4-106d-49de-bf0f-094d9046183c'] response: {'server_uuid': 'fb5a1367-de84-4a3a-9c39-1951615ea485', 'name': 'network-vif-deleted', 'tag': '91404c59-21a1-446c-8647-bd540552aa9b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 659/1270] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:22 2026] GET /v2.0/ports?device_id=fb5a1367-de84-4a3a-9c39-1951615ea485 => 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: 612/1271] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:22 2026] GET /v2.0/ports?device_id=2e936e4d-b608-421a-a537-893c444bf4fa => 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: 660/1272] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:23 2026] GET /v2.0/ports?device_id=fb5a1367-de84-4a3a-9c39-1951615ea485 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:20:24.555 7 INFO neutron.db.segments_db [None req-6b458e18-04f3-4334-86a4-20dea85b832a 8b36832c8d2448009d263736b56154ec dc1a4e71e65c410b8fddef523d5345cb - - default default] Added segment 3e6dd3c5-c7b0-4bd0-8f41-440220c0445e of type vxlan for network c893ac0e-e4c8-4da2-acb4-2f21ba55371b [pid: 8|app: 0|req: 661/1273] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:24 2026] GET /v2.0/ports?device_id=fb5a1367-de84-4a3a-9c39-1951615ea485 => 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: 613/1274] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:20:24 2026] POST /v2.0/networks => generated 727 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1275] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:20:24 2026] POST /v2.0/subnets => generated 644 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:20:24.819 8 WARNING neutron.api.v2.base [None req-9627b2b0-bbac-45cc-8e16-5120a96bb144 8b36832c8d2448009d263736b56154ec dc1a4e71e65c410b8fddef523d5345cb - - 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-07-02 06:20:24.820 8 INFO neutron.api.v2.resource [None req-9627b2b0-bbac-45cc-8e16-5120a96bb144 8b36832c8d2448009d263736b56154ec dc1a4e71e65c410b8fddef523d5345cb - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 663/1276] 10.0.0.28 () {34 vars in 680 bytes} [Thu Jul 2 06:20:24 2026] POST /v2.0/rbac-policies => generated 143 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-07-02 06:20:24.974 8 INFO neutron.services.segments.plugin [-] Segment 3e6dd3c5-c7b0-4bd0-8f41-440220c0445e resource provider aggregate not found 2026-07-02 06:20:24.982 8 INFO neutron.services.segments.plugin [-] Segment 3e6dd3c5-c7b0-4bd0-8f41-440220c0445e resource provider aggregate not found 2026-07-02 06:20:24.991 8 INFO neutron.services.segments.plugin [-] Segment 3e6dd3c5-c7b0-4bd0-8f41-440220c0445e 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 3e6dd3c5-c7b0-4bd0-8f41-440220c0445e found for delete ", "request_id": "req-621c44d5-db4d-42e0-8b1c-e2ad1836b026"}]} 2026-07-02 06:20:24.997 8 INFO neutron.services.segments.plugin [-] Segment 3e6dd3c5-c7b0-4bd0-8f41-440220c0445e 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 3e6dd3c5-c7b0-4bd0-8f41-440220c0445e found for delete ", "request_id": "req-5582c914-b705-4b74-b12b-468aca2c3822"}]} [pid: 8|app: 0|req: 664/1277] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:20:24 2026] DELETE /v2.0/networks/c893ac0e-e4c8-4da2-acb4-2f21ba55371b => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:20:25.088 8 INFO neutron.db.segments_db [None req-8c6aa06a-8ed8-4454-8303-f691709f3f59 8b36832c8d2448009d263736b56154ec dc1a4e71e65c410b8fddef523d5345cb - - default default] Added segment 063e80c1-03a0-461f-a870-76dd89a25537 of type vxlan for network 8eb2c7b4-3ead-4adb-b253-adaa8e76f7ba 2026-07-02 06:20:25.196 7 INFO neutron_taas.services.taas.taas_plugin [None req-a747c428-4c30-4b21-87aa-bd3e3805c6c6 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: ebef3077-5201-4ced-9190-871dcbe03f19 2026-07-02 06:20:25.199 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a747c428-4c30-4b21-87aa-bd3e3805c6c6 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: ebef3077-5201-4ced-9190-871dcbe03f19 [pid: 8|app: 0|req: 665/1278] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:20:25 2026] POST /v2.0/networks => generated 727 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1279] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:20:25 2026] POST /v2.0/subnets => generated 647 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:20:25.386 8 WARNING neutron.api.v2.base [None req-8edd3dea-2aaa-466b-b73d-91bd77de4b08 8b36832c8d2448009d263736b56154ec dc1a4e71e65c410b8fddef523d5345cb - - 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-07-02 06:20:25.386 8 INFO neutron.api.v2.resource [None req-8edd3dea-2aaa-466b-b73d-91bd77de4b08 8b36832c8d2448009d263736b56154ec dc1a4e71e65c410b8fddef523d5345cb - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 667/1280] 10.0.0.28 () {34 vars in 680 bytes} [Thu Jul 2 06:20:25 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: 668/1281] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:20:25 2026] DELETE /v2.0/networks/8eb2c7b4-3ead-4adb-b253-adaa8e76f7ba => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:20:25.662 8 INFO neutron.db.segments_db [None req-0796fdcd-32f4-4d7b-aec0-772891666b11 8b36832c8d2448009d263736b56154ec dc1a4e71e65c410b8fddef523d5345cb - - default default] Added segment 6a903c6f-05d5-41be-ba58-342080897986 of type vxlan for network 61673d89-4362-40d8-9431-53117a1b2c7e [pid: 7|app: 0|req: 614/1282] 10.0.0.28 () {34 vars in 788 bytes} [Thu Jul 2 06:20:24 2026] PUT /v2.0/routers/ce23c0cc-9a44-4aec-b037-95de60a42e7f/remove_router_interface => generated 309 bytes in 955 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1283] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:20:25 2026] POST /v2.0/networks => generated 726 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1284] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:25 2026] DELETE /v2.0/security-groups/a518a848-a498-47c2-9c50-4ba18c0e831d => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:20:25.918 8 INFO neutron_taas.services.taas.taas_plugin [None req-9baad893-3ace-467d-ac19-f23f83eb6620 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: daf28507-df66-48bd-9057-3f549d8862f5 2026-07-02 06:20:25.921 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9baad893-3ace-467d-ac19-f23f83eb6620 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: daf28507-df66-48bd-9057-3f549d8862f5 [pid: 7|app: 0|req: 616/1285] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:20:25 2026] POST /v2.0/subnets => generated 647 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:20:25.994 7 INFO neutron.api.v2.resource [None req-93b05709-60d0-4b29-9c0f-043526ce86b8 ef7944fe38864800be223ea40e03e955 dfddba24ed704cfd91c595701dc2a242 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 617/1286] 10.0.0.28 () {32 vars in 736 bytes} [Thu Jul 2 06:20:25 2026] GET /v2.0/security-groups/a518a848-a498-47c2-9c50-4ba18c0e831d => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:20:26.133 8 INFO neutron_taas.services.taas.taas_plugin [None req-9baad893-3ace-467d-ac19-f23f83eb6620 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: 26963680-3ee3-4e7c-a274-c1dd6c91b709 2026-07-02 06:20:26.137 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9baad893-3ace-467d-ac19-f23f83eb6620 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: 26963680-3ee3-4e7c-a274-c1dd6c91b709 [pid: 7|app: 0|req: 618/1287] 10.0.0.28 () {34 vars in 680 bytes} [Thu Jul 2 06:20:25 2026] POST /v2.0/rbac-policies => generated 324 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:20:26.365 7 INFO neutron_taas.services.taas.taas_plugin [None req-de0bbd26-3d79-4577-9d50-b0c191714ff2 ef7944fe38864800be223ea40e03e955 dfddba24ed704cfd91c595701dc2a242 - - default default] TaaS: Handle Delete Port: 26f54602-89b4-4da5-a4bd-9578de8761ba 2026-07-02 06:20:26.367 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de0bbd26-3d79-4577-9d50-b0c191714ff2 ef7944fe38864800be223ea40e03e955 dfddba24ed704cfd91c595701dc2a242 - - default default] Tap Mirror: Handle Delete Port: 26f54602-89b4-4da5-a4bd-9578de8761ba [pid: 7|app: 0|req: 619/1288] 10.0.0.28 () {32 vars in 731 bytes} [Thu Jul 2 06:20:26 2026] DELETE /v2.0/floatingips/54b4e507-e61e-4f29-8893-917bf76573e4 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:20:26.541 8 INFO neutron.db.l3_hamode_db [None req-9baad893-3ace-467d-ac19-f23f83eb6620 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] HA network 4aac771b-8faf-4619-8ded-4a5b74f3bd64 was deleted as no HA routers are present in tenant fc36db776a8e4d2f9a92d986ce7c7934. [pid: 8|app: 0|req: 670/1289] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:20:25 2026] DELETE /v2.0/routers/ce23c0cc-9a44-4aec-b037-95de60a42e7f => generated 0 bytes in 795 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1290] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:20:26 2026] DELETE /v2.0/subnets/8d193751-485b-4530-998c-ea7ecfe33deb => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:20:26.820 7 INFO neutron_taas.services.taas.taas_plugin [None req-ac214492-6345-42a6-bb76-b1a838ac9e32 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: 8b104b2a-3828-422e-a0a7-75b840788c45 2026-07-02 06:20:26.822 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac214492-6345-42a6-bb76-b1a838ac9e32 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: 8b104b2a-3828-422e-a0a7-75b840788c45 [pid: 8|app: 0|req: 672/1291] 10.0.0.28 () {32 vars in 722 bytes} [Thu Jul 2 06:20:26 2026] GET /v2.0/networks/61673d89-4362-40d8-9431-53117a1b2c7e => generated 655 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:20:27.015 8 INFO neutron.services.segments.plugin [-] Segment 063e80c1-03a0-461f-a870-76dd89a25537 resource provider aggregate not found 2026-07-02 06:20:27.024 8 INFO neutron.services.segments.plugin [-] Segment 063e80c1-03a0-461f-a870-76dd89a25537 resource provider aggregate not found 2026-07-02 06:20:27.036 8 INFO neutron.services.segments.plugin [-] Segment 063e80c1-03a0-461f-a870-76dd89a25537 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 063e80c1-03a0-461f-a870-76dd89a25537 found for delete ", "request_id": "req-8718f6f2-304d-4056-924b-b6aa0a41d99c"}]} 2026-07-02 06:20:27.044 8 INFO neutron.services.segments.plugin [-] Segment 063e80c1-03a0-461f-a870-76dd89a25537 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 063e80c1-03a0-461f-a870-76dd89a25537 found for delete ", "request_id": "req-f9ecb00e-7a12-492c-819f-ab1ac176185a"}]} 2026-07-02 06:20:27.058 8 INFO neutron.services.segments.plugin [-] Segment 44c5e02c-0ddc-4d04-a780-0100a0d4c785 resource provider aggregate not found 2026-07-02 06:20:27.066 8 INFO neutron.services.segments.plugin [-] Segment 44c5e02c-0ddc-4d04-a780-0100a0d4c785 resource provider aggregate not found 2026-07-02 06:20:27.082 8 INFO neutron.services.segments.plugin [-] Segment 44c5e02c-0ddc-4d04-a780-0100a0d4c785 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 44c5e02c-0ddc-4d04-a780-0100a0d4c785 found for delete ", "request_id": "req-b60d01e8-7b80-424c-a1a1-5253889fb1a6"}]} 2026-07-02 06:20:27.098 8 INFO neutron.services.segments.plugin [-] Segment 44c5e02c-0ddc-4d04-a780-0100a0d4c785 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 44c5e02c-0ddc-4d04-a780-0100a0d4c785 found for delete ", "request_id": "req-68b375bf-e763-4225-a71c-fae2a80665b9"}]} 2026-07-02 06:20:27.147 8 INFO neutron_taas.services.taas.taas_plugin [None req-cd0a3653-772b-4579-9121-0ab561f7bf23 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: e78580c8-661b-4603-be08-9cbc4a20802b 2026-07-02 06:20:27.151 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd0a3653-772b-4579-9121-0ab561f7bf23 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: e78580c8-661b-4603-be08-9cbc4a20802b [pid: 7|app: 0|req: 620/1292] 10.0.0.28 () {34 vars in 788 bytes} [Thu Jul 2 06:20:26 2026] PUT /v2.0/routers/140dbf64-9aed-4418-b3b8-f81ed28e67e2/remove_router_interface => generated 309 bytes in 826 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1293] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:20:26 2026] DELETE /v2.0/networks/037fbd8f-3fd7-4446-a45f-efef8e24a9e3 => generated 0 bytes in 388 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1294] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:20:27 2026] GET /v2.0/security-groups?tenant_id=da4d687604d6409ab3e6288e2e7d27f5&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:20:27.565 8 INFO neutron_taas.services.taas.taas_plugin [None req-ac07816b-9815-4dc4-9828-a05a3ac9f95b 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: 9622ad81-be6b-4bdd-8266-bdb8388d52a0 2026-07-02 06:20:27.568 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac07816b-9815-4dc4-9828-a05a3ac9f95b 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: 9622ad81-be6b-4bdd-8266-bdb8388d52a0 2026-07-02 06:20:27.635 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ad2cb87d-5d08-4439-ab5b-87051ed2d4b0 2724360f550e4621954c52b1ed4da718 d6d044321b484c259ead1546533fd7ca - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 622/1295] 10.0.0.28 () {32 vars in 722 bytes} [Thu Jul 2 06:20:27 2026] GET /v2.0/networks/61673d89-4362-40d8-9431-53117a1b2c7e => generated 138 bytes in 145 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1296] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:27 2026] DELETE /v2.0/security-groups/bcb609ff-cd38-4324-949c-0b8ee308d983 => 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: 624/1297] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:20:27 2026] GET /v2.0/security-groups?tenant_id=fc36db776a8e4d2f9a92d986ce7c7934&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:20:27.837 8 INFO neutron_taas.services.taas.taas_plugin [None req-ac07816b-9815-4dc4-9828-a05a3ac9f95b 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: 44d358aa-7fa7-494a-a61e-c17bf61c1a42 2026-07-02 06:20:27.840 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac07816b-9815-4dc4-9828-a05a3ac9f95b 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: 44d358aa-7fa7-494a-a61e-c17bf61c1a42 2026-07-02 06:20:27.936 7 INFO neutron.services.segments.plugin [-] Segment 6a903c6f-05d5-41be-ba58-342080897986 resource provider aggregate not found 2026-07-02 06:20:27.938 7 INFO neutron.services.segments.plugin [-] Segment 6a903c6f-05d5-41be-ba58-342080897986 resource provider aggregate not found [pid: 7|app: 0|req: 625/1298] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:20:27 2026] DELETE /v2.0/networks/61673d89-4362-40d8-9431-53117a1b2c7e => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:20:27.965 7 INFO neutron.services.segments.plugin [-] Segment 6a903c6f-05d5-41be-ba58-342080897986 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 6a903c6f-05d5-41be-ba58-342080897986 found for delete ", "request_id": "req-412f4519-cf96-46d1-8102-0477bf2909a5"}]} 2026-07-02 06:20:27.967 7 INFO neutron.services.segments.plugin [-] Segment 6a903c6f-05d5-41be-ba58-342080897986 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 6a903c6f-05d5-41be-ba58-342080897986 found for delete ", "request_id": "req-3b7c7690-323e-4839-8e3b-aa0201adb362"}]} [pid: 7|app: 0|req: 626/1299] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:27 2026] DELETE /v2.0/security-groups/a3d1a03c-045d-44a7-9e85-531c6938bae7 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:20:28.149 8 INFO neutron.db.l3_hamode_db [None req-ac07816b-9815-4dc4-9828-a05a3ac9f95b 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] HA network 1920919e-0d4e-461a-8ff3-7c3b04bc1cc7 was deleted as no HA routers are present in tenant dfddba24ed704cfd91c595701dc2a242. [pid: 8|app: 0|req: 674/1300] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:20:27 2026] DELETE /v2.0/routers/140dbf64-9aed-4418-b3b8-f81ed28e67e2 => generated 0 bytes in 783 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:20:28.168 8 INFO neutron.pecan_wsgi.hooks.translation [None req-369dca70-3b16-4940-aa94-ad0d2c5cd35d 8b36832c8d2448009d263736b56154ec dc1a4e71e65c410b8fddef523d5345cb - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 675/1301] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:20:28 2026] DELETE /v2.0/subnets/425182eb-ce13-409e-a3bc-cd53037a6b4d => 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: 627/1302] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:20:28 2026] GET /v2.0/security-groups?tenant_id=a919949db9b74726ba65b677c20645c0&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:20:28.203 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4ffdba11-5ad8-4699-aeb8-7aa5dc517c14 8b36832c8d2448009d263736b56154ec dc1a4e71e65c410b8fddef523d5345cb - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 628/1303] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:20:28 2026] DELETE /v2.0/subnets/a45b113f-e405-4d1f-b9fc-5c15c2fd3d52 => 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: 629/1304] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:28 2026] DELETE /v2.0/security-groups/b93028dc-c798-4b43-be53-8c0780f32d45 => 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: 676/1305] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:20:28 2026] DELETE /v2.0/subnets/a7584b8b-d94e-4d39-b5a2-d5daf73a89b6 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:20:28.325 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b777ba3c-5bb0-4387-b5f3-cc11111e7d66 8b36832c8d2448009d263736b56154ec dc1a4e71e65c410b8fddef523d5345cb - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 630/1306] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:20:28 2026] DELETE /v2.0/subnets/5ee7e9cb-ab5b-43c6-9b78-0a044577f616 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:20:28.422 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf3fbe53-7384-4df0-9cb3-fef1bf5f6998 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: 5993b23c-5393-4814-a996-bec25e135a2c 2026-07-02 06:20:28.424 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf3fbe53-7384-4df0-9cb3-fef1bf5f6998 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: 5993b23c-5393-4814-a996-bec25e135a2c [pid: 8|app: 0|req: 677/1307] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:20:28 2026] DELETE /v2.0/networks/c70f92d1-4f85-47cf-a153-b550b67594c2 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1308] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:20:28 2026] GET /v2.0/security-groups?tenant_id=dfddba24ed704cfd91c595701dc2a242&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1309] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:28 2026] DELETE /v2.0/security-groups/8aec1bec-9c72-4bb2-b84f-be58a2bbc4ca => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:20:29.103 8 INFO neutron.services.segments.plugin [-] Segment cd6d33c1-010f-4ffa-b859-01f0668192b3 resource provider aggregate not found 2026-07-02 06:20:29.119 8 INFO neutron.services.segments.plugin [-] Segment cd6d33c1-010f-4ffa-b859-01f0668192b3 resource provider aggregate not found 2026-07-02 06:20:29.128 8 INFO neutron.services.segments.plugin [-] Segment cd6d33c1-010f-4ffa-b859-01f0668192b3 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 cd6d33c1-010f-4ffa-b859-01f0668192b3 found for delete ", "request_id": "req-1cbea790-29e8-4f3e-90d9-d62b4c0afabc"}]} 2026-07-02 06:20:29.136 8 INFO neutron.services.segments.plugin [-] Segment cd6d33c1-010f-4ffa-b859-01f0668192b3 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 cd6d33c1-010f-4ffa-b859-01f0668192b3 found for delete ", "request_id": "req-01e5d87e-8afc-4bb3-a27c-53cb46b9d559"}]} 2026-07-02 06:20:29.161 8 INFO neutron.services.segments.plugin [-] Segment 11c8dc15-7b30-4ff8-a324-25e8327c7751 resource provider aggregate not found 2026-07-02 06:20:29.168 8 INFO neutron.services.segments.plugin [-] Segment 11c8dc15-7b30-4ff8-a324-25e8327c7751 resource provider aggregate not found 2026-07-02 06:20:29.182 8 INFO neutron.services.segments.plugin [-] Segment 11c8dc15-7b30-4ff8-a324-25e8327c7751 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 11c8dc15-7b30-4ff8-a324-25e8327c7751 found for delete ", "request_id": "req-e8b91411-7eb8-4f8c-a31a-052a255e5d00"}]} 2026-07-02 06:20:29.190 8 INFO neutron.services.segments.plugin [-] Segment 11c8dc15-7b30-4ff8-a324-25e8327c7751 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 11c8dc15-7b30-4ff8-a324-25e8327c7751 found for delete ", "request_id": "req-684242c5-7df5-4e81-9958-4d184f782c13"}]} 2026-07-02 06:20:29.199 8 INFO neutron.services.segments.plugin [-] Segment 5f35502a-89e6-4663-87ec-ebae4df7000b resource provider aggregate not found 2026-07-02 06:20:29.213 8 INFO neutron.services.segments.plugin [-] Segment 5f35502a-89e6-4663-87ec-ebae4df7000b 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 5f35502a-89e6-4663-87ec-ebae4df7000b found for delete ", "request_id": "req-fec8b4f6-4e20-4405-b35f-78e16e7358b3"}]} 2026-07-02 06:20:29.220 8 INFO neutron.services.segments.plugin [-] Segment 5f35502a-89e6-4663-87ec-ebae4df7000b resource provider aggregate not found 2026-07-02 06:20:29.239 8 INFO neutron.services.segments.plugin [-] Segment 5f35502a-89e6-4663-87ec-ebae4df7000b 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 5f35502a-89e6-4663-87ec-ebae4df7000b found for delete ", "request_id": "req-b5aa7e58-166c-40a1-9e70-46b40bdcf243"}]} [pid: 7|app: 0|req: 632/1310] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:20:29 2026] GET /v2.0/security-groups?tenant_id=117aeca7e58542888781ded1234fe2e4&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1311] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:29 2026] DELETE /v2.0/security-groups/d8552d40-8b3a-4b5e-9254-1fc3a1d3a966 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1312] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:20:29 2026] GET /v2.0/security-groups?tenant_id=dc1a4e71e65c410b8fddef523d5345cb&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1313] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:29 2026] DELETE /v2.0/security-groups/77094ad0-6b2a-461e-aec3-b3f56943bf9c => 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: 634/1314] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:20:30 2026] GET /v2.0/security-groups?tenant_id=d6d044321b484c259ead1546533fd7ca&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1315] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:30 2026] DELETE /v2.0/security-groups/2f7b9068-2b4d-43b2-b743-fb337fe387e1 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1316] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:20:30 2026] GET /v2.0/security-groups?tenant_id=3458141c419749b0b73f8bf5c9ac0df7&name=default => generated 2925 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:20:30.944 8 INFO neutron.db.segments_db [None req-3300ff62-c957-4c9f-bee4-1056af67cf29 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Added segment cc05682d-82d3-47e1-b84a-ae2cbc582668 of type vxlan for network 690462a2-fa88-476b-8afd-7df6cfa6bb2e [pid: 7|app: 0|req: 636/1317] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:30 2026] DELETE /v2.0/security-groups/c8802d5e-ca78-48b7-8a2a-3a3d5ab33b35 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1318] 10.0.0.28 () {34 vars in 670 bytes} [Thu Jul 2 06:20:30 2026] POST /v2.0/networks => generated 744 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1319] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:20:31 2026] POST /v2.0/subnets => generated 691 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:20:31.293 8 INFO neutron.db.segments_db [None req-6199b65e-80fc-4df6-98ae-8608452781f2 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Added segment 0ad38f41-8dc0-4b34-9bea-14bb1b210a18 of type vxlan for network e91387d5-8658-4c06-9b86-36223b2785af 2026-07-02 06:20:31.559 8 INFO neutron.db.l3_hamode_db [None req-6199b65e-80fc-4df6-98ae-8608452781f2 3ca5a49d71594c5b88f315b7c868b68e 21f21d18ff224b8e9bec7ab749428b5a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:20:32.419 8 INFO neutron.db.l3_hamode_db [None req-6199b65e-80fc-4df6-98ae-8608452781f2 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 640/1322] 10.0.0.28 () {32 vars in 652 bytes} [Thu Jul 2 06:20:32 2026] GET /v2.0/extensions => generated 21537 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1323] 10.0.0.28 () {32 vars in 680 bytes} [Thu Jul 2 06:20:32 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1324] 10.0.0.28 () {32 vars in 680 bytes} [Thu Jul 2 06:20:32 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1325] 10.0.0.28 () {32 vars in 728 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1326] 10.0.0.28 () {32 vars in 664 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1327] 10.0.0.28 () {32 vars in 698 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1328] 10.0.0.28 () {32 vars in 696 bytes} [Thu Jul 2 06:20:33 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: 647/1329] 10.0.0.28 () {32 vars in 700 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1330] 10.0.0.28 () {32 vars in 688 bytes} [Thu Jul 2 06:20:33 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: 7|app: 0|req: 649/1331] 10.0.0.28 () {32 vars in 702 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1332] 10.0.0.28 () {32 vars in 692 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1333] 10.0.0.28 () {32 vars in 694 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1334] 10.0.0.28 () {32 vars in 684 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1335] 10.0.0.28 () {32 vars in 686 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1336] 10.0.0.28 () {32 vars in 660 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1337] 10.0.0.28 () {32 vars in 698 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1338] 10.0.0.28 () {32 vars in 678 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1339] 10.0.0.28 () {32 vars in 682 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1340] 10.0.0.28 () {32 vars in 674 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1341] 10.0.0.28 () {32 vars in 688 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1342] 10.0.0.28 () {32 vars in 722 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1343] 10.0.0.28 () {32 vars in 686 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1344] 10.0.0.28 () {32 vars in 668 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1345] 10.0.0.28 () {32 vars in 686 bytes} [Thu Jul 2 06:20:33 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: 664/1346] 10.0.0.28 () {32 vars in 680 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1347] 10.0.0.28 () {32 vars in 698 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1348] 10.0.0.28 () {32 vars in 678 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1349] 10.0.0.28 () {32 vars in 666 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/router => generated 256 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1350] 10.0.0.28 () {32 vars in 676 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1351] 10.0.0.28 () {32 vars in 664 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/l3-ha => 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: 670/1352] 10.0.0.28 () {32 vars in 674 bytes} [Thu Jul 2 06:20:33 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: 7|app: 0|req: 671/1353] 10.0.0.28 () {32 vars in 712 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1354] 10.0.0.28 () {32 vars in 690 bytes} [Thu Jul 2 06:20:33 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: 7|app: 0|req: 673/1355] 10.0.0.28 () {32 vars in 682 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1356] 10.0.0.28 () {32 vars in 668 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1357] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:20:31 2026] POST /v2.0/routers => generated 731 bytes in 2135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1358] 10.0.0.28 () {32 vars in 686 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1359] 10.0.0.28 () {32 vars in 704 bytes} [Thu Jul 2 06:20:33 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: 685/1360] 10.0.0.28 () {32 vars in 674 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1361] 10.0.0.28 () {32 vars in 700 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1362] 10.0.0.28 () {32 vars in 674 bytes} [Thu Jul 2 06:20:33 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: 8|app: 0|req: 688/1363] 10.0.0.28 () {32 vars in 692 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1364] 10.0.0.28 () {32 vars in 688 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1365] 10.0.0.28 () {32 vars in 708 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1366] 10.0.0.28 () {32 vars in 704 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1367] 10.0.0.28 () {32 vars in 718 bytes} [Thu Jul 2 06:20:33 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: 693/1368] 10.0.0.28 () {32 vars in 696 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1369] 10.0.0.28 () {32 vars in 710 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1370] 10.0.0.28 () {32 vars in 668 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/binding => 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: 696/1371] 10.0.0.28 () {32 vars in 686 bytes} [Thu Jul 2 06:20:33 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: 697/1372] 10.0.0.28 () {32 vars in 680 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1373] 10.0.0.28 () {32 vars in 674 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1374] 10.0.0.28 () {32 vars in 670 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1375] 10.0.0.28 () {32 vars in 660 bytes} [Thu Jul 2 06:20:33 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: 701/1376] 10.0.0.28 () {32 vars in 698 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1377] 10.0.0.28 () {32 vars in 698 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => 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: 703/1378] 10.0.0.28 () {32 vars in 676 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1379] 10.0.0.28 () {32 vars in 668 bytes} [Thu Jul 2 06:20:33 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: 705/1380] 10.0.0.28 () {32 vars in 682 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1381] 10.0.0.28 () {32 vars in 700 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1382] 10.0.0.28 () {32 vars in 684 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1383] 10.0.0.28 () {32 vars in 706 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1384] 10.0.0.28 () {32 vars in 668 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1385] 10.0.0.28 () {32 vars in 696 bytes} [Thu Jul 2 06:20:33 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: 711/1386] 10.0.0.28 () {32 vars in 694 bytes} [Thu Jul 2 06:20:33 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: 8|app: 0|req: 712/1387] 10.0.0.28 () {32 vars in 684 bytes} [Thu Jul 2 06:20:33 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: 713/1388] 10.0.0.28 () {32 vars in 688 bytes} [Thu Jul 2 06:20:33 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: 8|app: 0|req: 714/1389] 10.0.0.28 () {32 vars in 704 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1390] 10.0.0.28 () {32 vars in 666 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1391] 10.0.0.28 () {32 vars in 680 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1392] 10.0.0.28 () {32 vars in 680 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/rbac-policies => 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: 718/1393] 10.0.0.28 () {32 vars in 690 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1394] 10.0.0.28 () {32 vars in 690 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1395] 10.0.0.28 () {32 vars in 694 bytes} [Thu Jul 2 06:20:33 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: 721/1396] 10.0.0.28 () {32 vars in 684 bytes} [Thu Jul 2 06:20:33 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: 8|app: 0|req: 722/1397] 10.0.0.28 () {32 vars in 688 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1398] 10.0.0.28 () {32 vars in 700 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1399] 10.0.0.28 () {32 vars in 702 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1400] 10.0.0.28 () {32 vars in 712 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1401] 10.0.0.28 () {32 vars in 716 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1402] 10.0.0.28 () {32 vars in 714 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1403] 10.0.0.28 () {32 vars in 726 bytes} [Thu Jul 2 06:20:33 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: 729/1404] 10.0.0.28 () {32 vars in 740 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1405] 10.0.0.28 () {32 vars in 718 bytes} [Thu Jul 2 06:20:33 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: 731/1406] 10.0.0.28 () {32 vars in 682 bytes} [Thu Jul 2 06:20:33 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: 732/1407] 10.0.0.28 () {32 vars in 668 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1408] 10.0.0.28 () {32 vars in 718 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1409] 10.0.0.28 () {32 vars in 678 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1410] 10.0.0.28 () {32 vars in 668 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1411] 10.0.0.28 () {32 vars in 696 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1412] 10.0.0.28 () {32 vars in 704 bytes} [Thu Jul 2 06:20:33 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: 8|app: 0|req: 738/1413] 10.0.0.28 () {32 vars in 700 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1414] 10.0.0.28 () {32 vars in 700 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1415] 10.0.0.28 () {32 vars in 682 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1416] 10.0.0.28 () {32 vars in 704 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1417] 10.0.0.28 () {32 vars in 694 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1418] 10.0.0.28 () {32 vars in 688 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1419] 10.0.0.28 () {32 vars in 696 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1420] 10.0.0.28 () {32 vars in 678 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1421] 10.0.0.28 () {32 vars in 688 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1422] 10.0.0.28 () {32 vars in 700 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1423] 10.0.0.28 () {32 vars in 664 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1424] 10.0.0.28 () {32 vars in 680 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1425] 10.0.0.28 () {32 vars in 676 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1426] 10.0.0.28 () {32 vars in 692 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1427] 10.0.0.28 () {32 vars in 676 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1428] 10.0.0.28 () {32 vars in 666 bytes} [Thu Jul 2 06:20:33 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1429] 10.0.0.28 () {32 vars in 662 bytes} [Thu Jul 2 06:20:33 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) [pid: 8|app: 0|req: 755/1430] 10.0.0.28 () {32 vars in 674 bytes} [Thu Jul 2 06:20:33 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: 8|app: 0|req: 756/1431] 10.0.0.28 () {32 vars in 686 bytes} [Thu Jul 2 06:20:34 2026] GET /v2.0/extensions/taas-vlan-filter => 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: 676/1432] 10.0.0.28 () {34 vars in 782 bytes} [Thu Jul 2 06:20:33 2026] PUT /v2.0/routers/6e556244-1035-48fa-8d86-9ba112d9a682/add_router_interface => generated 309 bytes in 1232 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1433] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:20:34 2026] GET /v2.0/security-groups?tenant_id=1e52ce2fe2f0480fbc1104643c866334&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1434] 10.0.0.28 () {34 vars in 683 bytes} [Thu Jul 2 06:20:34 2026] POST /v2.0/security-groups => generated 1601 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1435] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:34 2026] DELETE /v2.0/security-groups/b8b73e4b-840e-4afa-aa61-24f035997d68 => 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: 758/1436] 10.0.0.28 () {34 vars in 683 bytes} [Thu Jul 2 06:20:34 2026] POST /v2.0/security-groups => generated 1601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1437] 10.0.0.28 () {34 vars in 683 bytes} [Thu Jul 2 06:20:34 2026] POST /v2.0/security-groups => generated 1601 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1438] 10.0.0.28 () {34 vars in 683 bytes} [Thu Jul 2 06:20:35 2026] POST /v2.0/security-groups => generated 1601 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1439] 10.0.0.28 () {34 vars in 683 bytes} [Thu Jul 2 06:20:35 2026] POST /v2.0/security-groups => generated 1601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1440] 10.0.0.28 () {34 vars in 684 bytes} [Thu Jul 2 06:20:35 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: 761/1441] 10.0.0.28 () {34 vars in 766 bytes} [Thu Jul 2 06:20:35 2026] PUT /v2.0/security-groups/9b1f8eb2-01af-4804-b088-a3857c360732/tags => generated 17 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1442] 10.0.0.28 () {34 vars in 766 bytes} [Thu Jul 2 06:20:35 2026] PUT /v2.0/security-groups/8c38c4f6-6db7-446f-8c61-1f1302678c52/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1443] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:20:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1444] 10.0.0.28 () {34 vars in 766 bytes} [Thu Jul 2 06:20:35 2026] PUT /v2.0/security-groups/50a30447-7897-4692-9bfd-a57daf8280fb/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1445] 10.0.0.28 () {34 vars in 766 bytes} [Thu Jul 2 06:20:35 2026] PUT /v2.0/security-groups/cc669e7a-ecec-4324-a087-2de907289e74/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: 682/1446] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:20:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1447] 10.0.0.28 () {32 vars in 679 bytes} [Thu Jul 2 06:20:35 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1448] 10.0.0.28 () {32 vars in 693 bytes} [Thu Jul 2 06:20:35 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1449] 10.0.0.28 () {32 vars in 689 bytes} [Thu Jul 2 06:20:35 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1450] 10.0.0.28 () {32 vars in 701 bytes} [Thu Jul 2 06:20:35 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1451] 10.0.0.28 () {32 vars in 687 bytes} [Thu Jul 2 06:20:35 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1452] 10.0.0.28 () {32 vars in 701 bytes} [Thu Jul 2 06:20:35 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1453] 10.0.0.28 () {32 vars in 697 bytes} [Thu Jul 2 06:20:35 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1454] 10.0.0.28 () {32 vars in 709 bytes} [Thu Jul 2 06:20:35 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1455] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:36 2026] DELETE /v2.0/security-groups/9b1f8eb2-01af-4804-b088-a3857c360732 => 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: 774/1456] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:36 2026] DELETE /v2.0/security-groups/8c38c4f6-6db7-446f-8c61-1f1302678c52 => 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: 683/1457] 10.0.0.28 () {34 vars in 675 bytes} [Thu Jul 2 06:20:35 2026] POST /v2.0/floatingips => generated 552 bytes in 600 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1458] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:36 2026] DELETE /v2.0/security-groups/50a30447-7897-4692-9bfd-a57daf8280fb => 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: 684/1459] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:36 2026] DELETE /v2.0/security-groups/cc669e7a-ecec-4324-a087-2de907289e74 => 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: 776/1460] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:36 2026] DELETE /v2.0/security-groups/b35e4306-40de-499c-995c-87142d03ae59 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1461] 10.0.0.44 () {34 vars in 1099 bytes} [Thu Jul 2 06:20:36 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1682922284&fields=id&tenant_id=21f21d18ff224b8e9bec7ab749428b5a => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1462] 10.0.0.44 () {34 vars in 981 bytes} [Thu Jul 2 06:20:36 2026] GET /v2.0/networks?id=690462a2-fa88-476b-8afd-7df6cfa6bb2e => generated 676 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1463] 10.0.0.44 () {34 vars in 964 bytes} [Thu Jul 2 06:20:36 2026] GET /v2.0/quotas/21f21d18ff224b8e9bec7ab749428b5a => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1464] 10.0.0.44 () {34 vars in 1001 bytes} [Thu Jul 2 06:20:36 2026] GET /v2.0/ports?tenant_id=21f21d18ff224b8e9bec7ab749428b5a&fields=id => generated 103 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1465] 10.0.0.44 () {34 vars in 1007 bytes} [Thu Jul 2 06:20:37 2026] GET /v2.0/networks/690462a2-fa88-476b-8afd-7df6cfa6bb2e?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:20:37.135 7 INFO neutron.db.segments_db [None req-22bf0a48-bdd7-4841-9e85-499b9544a64d 8b161865e740462bb7bfc57cd12665de 9fd4e6d476df4d66b30d8e67f93ca42c - - default default] Added segment e919456b-5492-4122-87dd-c3aa2f4255fe of type vxlan for network 9ad5ab61-9b00-46ee-9eb0-f3a8b3be1fb9 [pid: 8|app: 0|req: 782/1466] 10.0.0.44 () {34 vars in 1107 bytes} [Thu Jul 2 06:20:37 2026] GET /v2.0/networks/690462a2-fa88-476b-8afd-7df6cfa6bb2e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:20:37.207 7 INFO neutron.db.segments_db [None req-22bf0a48-bdd7-4841-9e85-499b9544a64d 8b161865e740462bb7bfc57cd12665de 9fd4e6d476df4d66b30d8e67f93ca42c - - default default] Added segment 88ab7eed-1a60-4e34-8336-7cf28af1c1fa of type vxlan for network c5173d35-18c9-4624-b061-92d19cb205a7 [pid: 8|app: 0|req: 783/1467] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:37 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1468] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:20:36 2026] POST /v2.0/networks => generated 1245 bytes in 641 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1469] 10.0.0.28 () {32 vars in 648 bytes} [Thu Jul 2 06:20:37 2026] GET /v2.0/networks => generated 1844 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:20:37.518 7 INFO neutron.services.segments.plugin [-] Segment e919456b-5492-4122-87dd-c3aa2f4255fe resource provider aggregate not found 2026-07-02 06:20:37.524 7 INFO neutron.services.segments.plugin [-] Segment e919456b-5492-4122-87dd-c3aa2f4255fe resource provider aggregate not found 2026-07-02 06:20:37.541 7 INFO neutron.services.segments.plugin [-] Segment e919456b-5492-4122-87dd-c3aa2f4255fe 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 e919456b-5492-4122-87dd-c3aa2f4255fe found for delete ", "request_id": "req-b0bf9c44-8391-4fa1-82b3-fc4c89b4b716"}]} 2026-07-02 06:20:37.545 7 INFO neutron.services.segments.plugin [-] Segment e919456b-5492-4122-87dd-c3aa2f4255fe 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 e919456b-5492-4122-87dd-c3aa2f4255fe found for delete ", "request_id": "req-5e6cb30a-409b-4105-9c2b-3e483aac5ae3"}]} [pid: 7|app: 0|req: 686/1470] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:20:37 2026] DELETE /v2.0/networks/9ad5ab61-9b00-46ee-9eb0-f3a8b3be1fb9 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:20:37.677 8 INFO neutron.services.segments.plugin [-] Segment 88ab7eed-1a60-4e34-8336-7cf28af1c1fa resource provider aggregate not found 2026-07-02 06:20:37.685 8 INFO neutron.services.segments.plugin [-] Segment 88ab7eed-1a60-4e34-8336-7cf28af1c1fa resource provider aggregate not found 2026-07-02 06:20:37.702 8 INFO neutron.services.segments.plugin [-] Segment 88ab7eed-1a60-4e34-8336-7cf28af1c1fa 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 88ab7eed-1a60-4e34-8336-7cf28af1c1fa found for delete ", "request_id": "req-2eb418d6-46ba-4c46-a456-46f2c31f4aa2"}]} 2026-07-02 06:20:37.705 8 INFO neutron.services.segments.plugin [-] Segment 88ab7eed-1a60-4e34-8336-7cf28af1c1fa 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 88ab7eed-1a60-4e34-8336-7cf28af1c1fa found for delete ", "request_id": "req-01f2349b-3810-461f-9e2f-f4bb31b1ab3e"}]} [pid: 8|app: 0|req: 785/1471] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:20:37 2026] DELETE /v2.0/networks/c5173d35-18c9-4624-b061-92d19cb205a7 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1472] 10.0.0.28 () {32 vars in 648 bytes} [Thu Jul 2 06:20:37 2026] GET /v2.0/networks => generated 651 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:20:37.829 8 INFO neutron.db.segments_db [None req-15f73b99-29b0-4d3d-ab12-1b20b160e9a4 8b161865e740462bb7bfc57cd12665de 9fd4e6d476df4d66b30d8e67f93ca42c - - default default] Added segment 27ded902-09fa-4661-9678-46c946906acc of type vxlan for network 37403733-e028-4cf5-8c07-f8660196e877 [pid: 7|app: 0|req: 687/1473] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:20:37 2026] GET /v2.0/security-groups?tenant_id=3cd82a2462514f0fa9149830b684de9a&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1474] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:20:37 2026] POST /v2.0/networks => generated 650 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1475] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:37 2026] DELETE /v2.0/security-groups/102ad161-1c71-41fd-b30b-37d4ef9fb828 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:20:38.021 8 INFO neutron.db.segments_db [None req-e3f4670b-62e1-4939-b799-b0bb3f48f3d9 8b161865e740462bb7bfc57cd12665de 9fd4e6d476df4d66b30d8e67f93ca42c - - default default] Added segment 3655aa0f-5377-478e-861c-6874258ffd30 of type vxlan for network 6727caf2-72f0-451d-95a3-6c090385f3af [pid: 8|app: 0|req: 788/1476] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:20:37 2026] POST /v2.0/networks => generated 649 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1477] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:20:38 2026] GET /v2.0/security-groups?tenant_id=c82748e726cb456593c31d2dafd190fa&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1478] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:38 2026] DELETE /v2.0/security-groups/a2c35afa-a353-47fb-b47d-7c51a414a7ed => 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: 691/1479] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:38 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => 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: 692/1480] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:20:38 2026] GET /v2.0/security-groups?tenant_id=f4ebff5dd3814c079558826646ab1da5&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: 693/1481] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:38 2026] DELETE /v2.0/security-groups/49908f82-d96c-4143-aebe-aa0d248b7dca => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1482] 10.0.0.28 () {34 vars in 664 bytes} [Thu Jul 2 06:20:38 2026] POST /v2.0/ports => generated 1506 bytes in 668 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1483] 10.0.0.28 () {32 vars in 642 bytes} [Thu Jul 2 06:20:38 2026] GET /v2.0/ports => generated 1506 bytes in 88 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-07-02 06:20:38.972 8 INFO neutron_taas.services.taas.taas_plugin [None req-0603b5ae-0620-4fb9-96c3-af69af1113fd 8b161865e740462bb7bfc57cd12665de 9fd4e6d476df4d66b30d8e67f93ca42c - - default default] TaaS: Handle Delete Port: fecfd462-6afd-4a8d-84c1-c40a87d48999 2026-07-02 06:20:38.975 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0603b5ae-0620-4fb9-96c3-af69af1113fd 8b161865e740462bb7bfc57cd12665de 9fd4e6d476df4d66b30d8e67f93ca42c - - default default] Tap Mirror: Handle Delete Port: fecfd462-6afd-4a8d-84c1-c40a87d48999 [pid: 8|app: 0|req: 790/1484] 10.0.0.28 () {32 vars in 719 bytes} [Thu Jul 2 06:20:38 2026] DELETE /v2.0/ports/fecfd462-6afd-4a8d-84c1-c40a87d48999 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:20:39.177 7 INFO neutron_taas.services.taas.taas_plugin [None req-f409a292-1b44-4647-9ebc-17d072c3cc31 8b161865e740462bb7bfc57cd12665de 9fd4e6d476df4d66b30d8e67f93ca42c - - default default] TaaS: Handle Delete Port: 9d170287-a829-441e-a4fd-75ba7e697be9 2026-07-02 06:20:39.181 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f409a292-1b44-4647-9ebc-17d072c3cc31 8b161865e740462bb7bfc57cd12665de 9fd4e6d476df4d66b30d8e67f93ca42c - - default default] Tap Mirror: Handle Delete Port: 9d170287-a829-441e-a4fd-75ba7e697be9 [pid: 7|app: 0|req: 695/1485] 10.0.0.28 () {32 vars in 719 bytes} [Thu Jul 2 06:20:39 2026] DELETE /v2.0/ports/9d170287-a829-441e-a4fd-75ba7e697be9 => 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: 791/1486] 10.0.0.28 () {32 vars in 642 bytes} [Thu Jul 2 06:20:39 2026] GET /v2.0/ports => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:20:39.356 7 INFO neutron.db.segments_db [None req-64e9a779-4a2e-45c8-b84a-ccf8bd5eb1f6 8b161865e740462bb7bfc57cd12665de 9fd4e6d476df4d66b30d8e67f93ca42c - - default default] Added segment 6bb7c5f0-a21e-44ae-adce-dc5e632cbe9e of type vxlan for network 453cde41-ca2b-406f-9c41-2df19342f55a [pid: 7|app: 0|req: 696/1487] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:20:39 2026] POST /v2.0/networks => generated 649 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1488] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:39 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:20:39.509 8 INFO neutron.db.segments_db [None req-bc258550-be70-452f-b8f4-aecd9c2898ee 8b161865e740462bb7bfc57cd12665de 9fd4e6d476df4d66b30d8e67f93ca42c - - default default] Added segment 62c77542-9774-45c4-80f9-d4a57af269af of type vxlan for network 15cd1d95-97ee-4ae3-9936-94cae4c54a97 [pid: 8|app: 0|req: 792/1489] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:20:39 2026] POST /v2.0/networks => generated 650 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1490] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:20:39 2026] POST /v2.0/subnets => generated 1273 bytes in 507 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1491] 10.0.0.28 () {32 vars in 646 bytes} [Thu Jul 2 06:20:40 2026] GET /v2.0/subnets => generated 1909 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1492] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:20:40 2026] DELETE /v2.0/subnets/b4c9f26c-b256-4032-a051-3daff2d0df03 => 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: 794/1493] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:20:40 2026] DELETE /v2.0/subnets/a1f8a984-c24a-4f8b-a1d8-d0e6dd4664e5 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1494] 10.0.0.28 () {32 vars in 646 bytes} [Thu Jul 2 06:20:40 2026] GET /v2.0/subnets => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1495] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:40 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:20:40.662 7 INFO neutron.services.segments.plugin [-] Segment 62c77542-9774-45c4-80f9-d4a57af269af resource provider aggregate not found 2026-07-02 06:20:40.669 7 INFO neutron.services.segments.plugin [-] Segment 62c77542-9774-45c4-80f9-d4a57af269af resource provider aggregate not found [pid: 7|app: 0|req: 701/1496] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:20:40 2026] DELETE /v2.0/networks/15cd1d95-97ee-4ae3-9936-94cae4c54a97 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:20:40.692 7 INFO neutron.services.segments.plugin [-] Segment 62c77542-9774-45c4-80f9-d4a57af269af 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 62c77542-9774-45c4-80f9-d4a57af269af found for delete ", "request_id": "req-54e8a291-a69b-4650-9ce8-9fc3a684f93e"}]} 2026-07-02 06:20:40.693 7 INFO neutron.services.segments.plugin [-] Segment 62c77542-9774-45c4-80f9-d4a57af269af 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 62c77542-9774-45c4-80f9-d4a57af269af found for delete ", "request_id": "req-ecc831fb-98d4-4407-8184-f43db7e0fb26"}]} 2026-07-02 06:20:40.807 8 INFO neutron.services.segments.plugin [-] Segment 6bb7c5f0-a21e-44ae-adce-dc5e632cbe9e resource provider aggregate not found 2026-07-02 06:20:40.822 8 INFO neutron.services.segments.plugin [-] Segment 6bb7c5f0-a21e-44ae-adce-dc5e632cbe9e 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 6bb7c5f0-a21e-44ae-adce-dc5e632cbe9e found for delete ", "request_id": "req-f2d2030c-c7e1-4b6d-b933-d1663fbd6c29"}]} 2026-07-02 06:20:40.822 8 INFO neutron.services.segments.plugin [-] Segment 6bb7c5f0-a21e-44ae-adce-dc5e632cbe9e resource provider aggregate not found [pid: 8|app: 0|req: 796/1497] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:20:40 2026] DELETE /v2.0/networks/453cde41-ca2b-406f-9c41-2df19342f55a => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:20:40.852 8 INFO neutron.services.segments.plugin [-] Segment 6bb7c5f0-a21e-44ae-adce-dc5e632cbe9e 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 6bb7c5f0-a21e-44ae-adce-dc5e632cbe9e found for delete ", "request_id": "req-1dec5957-837c-4c9e-94c7-f402b0fc4980"}]} [pid: 7|app: 0|req: 702/1498] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:20:40 2026] DELETE /v2.0/networks/6727caf2-72f0-451d-95a3-6c090385f3af => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1499] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:20:41 2026] GET /v2.0/security-groups?tenant_id=b89c1936e62b4b089b8b7b68ca78b0ee&name=default => generated 2925 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1500] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:41 2026] DELETE /v2.0/security-groups/f8d28e91-4849-416a-9c50-711a1bb21a9e => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1501] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:20:40 2026] DELETE /v2.0/networks/37403733-e028-4cf5-8c07-f8660196e877 => generated 0 bytes in 593 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1502] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:20:41 2026] GET /v2.0/networks?id=690462a2-fa88-476b-8afd-7df6cfa6bb2e => generated 676 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1503] 199.204.45.3 () {34 vars in 1048 bytes} [Thu Jul 2 06:20:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=21f21d18ff224b8e9bec7ab749428b5a => generated 181 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1504] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:41 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => 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: 706/1505] 199.204.45.3 () {38 vars in 953 bytes} [Thu Jul 2 06:20:41 2026] POST /v2.0/ports => generated 958 bytes in 345 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: 707/1506] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:20:42 2026] GET /v2.0/security-groups?tenant_id=9fd4e6d476df4d66b30d8e67f93ca42c&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1507] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:42 2026] DELETE /v2.0/security-groups/ce18f0ed-671d-4f3b-870c-b42c0eca0082 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1508] 199.204.45.3 () {38 vars in 1026 bytes} [Thu Jul 2 06:20:41 2026] PUT /v2.0/ports/2ef62a4a-15dd-468b-946e-d4d63cfcff91 => generated 1239 bytes in 515 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:20:42.538 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c62f023-f2e1-4c0e-8c6e-14dc52b31c30'] response: {'name': 'network-changed', 'server_uuid': 'ff5560dc-2593-43d8-9c7d-14e87914f9a3', 'tag': '2ef62a4a-15dd-468b-946e-d4d63cfcff91', 'status': 'completed', 'code': 200} 2026-07-02 06:20:42.727 7 INFO neutron.services.segments.plugin [-] Segment 3655aa0f-5377-478e-861c-6874258ffd30 resource provider aggregate not found 2026-07-02 06:20:42.733 7 INFO neutron.services.segments.plugin [-] Segment 3655aa0f-5377-478e-861c-6874258ffd30 resource provider aggregate not found 2026-07-02 06:20:42.748 7 INFO neutron.services.segments.plugin [-] Segment 3655aa0f-5377-478e-861c-6874258ffd30 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 3655aa0f-5377-478e-861c-6874258ffd30 found for delete ", "request_id": "req-018fe184-24ff-4743-8f15-e43edaeceddc"}]} 2026-07-02 06:20:42.758 7 INFO neutron.services.segments.plugin [-] Segment 3655aa0f-5377-478e-861c-6874258ffd30 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 3655aa0f-5377-478e-861c-6874258ffd30 found for delete ", "request_id": "req-6693070e-1708-4077-a1ea-77bfc7951105"}]} [pid: 7|app: 0|req: 709/1509] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:42 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => generated 973 bytes in 35 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: 801/1510] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:42 2026] GET /v2.0/security-groups?id=9db83fbe-8cb1-4bfe-a734-75a2b4b0198b&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:20:42.850 8 INFO neutron.services.segments.plugin [-] Segment 27ded902-09fa-4661-9678-46c946906acc resource provider aggregate not found 2026-07-02 06:20:42.871 8 INFO neutron.services.segments.plugin [-] Segment 27ded902-09fa-4661-9678-46c946906acc resource provider aggregate not found 2026-07-02 06:20:42.871 8 INFO neutron.services.segments.plugin [-] Segment 27ded902-09fa-4661-9678-46c946906acc 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 27ded902-09fa-4661-9678-46c946906acc found for delete ", "request_id": "req-e7052b04-de79-4fc2-95e5-28f75c85f69a"}]} 2026-07-02 06:20:42.895 8 INFO neutron.services.segments.plugin [-] Segment 27ded902-09fa-4661-9678-46c946906acc 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 27ded902-09fa-4661-9678-46c946906acc found for delete ", "request_id": "req-726001df-c85f-494c-a28f-c564f32a11d5"}]} [pid: 7|app: 0|req: 710/1511] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:20:43 2026] GET /v2.0/ports?tenant_id=21f21d18ff224b8e9bec7ab749428b5a&device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => generated 1242 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1512] 199.204.45.3 () {34 vars in 1016 bytes} [Thu Jul 2 06:20:43 2026] GET /v2.0/networks?tenant_id=21f21d18ff224b8e9bec7ab749428b5a&shared=False => generated 772 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1513] 199.204.45.3 () {34 vars in 928 bytes} [Thu Jul 2 06:20:43 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:20:43.588 8 INFO neutron.db.segments_db [None req-a647d087-134e-485b-b1d5-582b1986ed24 14cdb3ca065943ec8c822a69cf39a934 8e393d42b7884a24b9116a150559abca - - default default] Added segment 185a6e00-eb5c-46b4-8ce8-2f24239b8cc3 of type vxlan for network 405b46c2-6b11-422c-bb95-f744c7e2bf28 [pid: 8|app: 0|req: 803/1514] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:20:43 2026] POST /v2.0/networks => generated 631 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1515] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:43 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1516] 10.0.0.28 () {34 vars in 663 bytes} [Thu Jul 2 06:20:43 2026] POST /v2.0/ports => generated 743 bytes in 350 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: 713/1517] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:44 2026] GET /v2.0/security-groups?id=9db83fbe-8cb1-4bfe-a734-75a2b4b0198b&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: 714/1518] 10.0.0.28 () {34 vars in 665 bytes} [Thu Jul 2 06:20:44 2026] POST /v2.0/trunks => generated 407 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1519] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:20:44 2026] GET /v2.0/ports?tenant_id=21f21d18ff224b8e9bec7ab749428b5a&device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:20:44.386 8 INFO neutron.db.segments_db [None req-9404f02b-6e54-411f-8463-6291c29f50e7 d45c97fb3b9e4da2aa32633670d1f351 2a19c38441cf48e78cd948c44afb6c43 - - default default] Added segment 3302ff69-d3f7-485f-ab7c-9d4424deb283 of type vxlan for network 9abe4b51-842d-4a09-93ed-b8cc297907f5 2026-07-02 06:20:44.412 7 INFO neutron.db.segments_db [None req-77c4f7a2-6b00-4b72-afc1-790ddb17aa92 14cdb3ca065943ec8c822a69cf39a934 8e393d42b7884a24b9116a150559abca - - default default] Added segment 882d11d5-2acf-4343-8a78-bb39a9e7975e of type vxlan for network f2e21c10-a85d-46e9-9acf-c5cbf58aff82 [pid: 8|app: 0|req: 805/1520] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:20:44 2026] POST /v2.0/networks => generated 643 bytes in 474 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1521] 199.204.45.3 () {34 vars in 1058 bytes} [Thu Jul 2 06:20:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=2ef62a4a-15dd-468b-946e-d4d63cfcff91 => 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: 716/1522] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:20:44 2026] POST /v2.0/networks => generated 632 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1523] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:20:44 2026] GET /v2.0/subnets?id=278a4e14-02f0-451c-9198-597422a0cd65 => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1524] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:20:44 2026] POST /v2.0/subnets => generated 641 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1525] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:20:44 2026] GET /v2.0/ports?network_id=690462a2-fa88-476b-8afd-7df6cfa6bb2e&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: 717/1526] 10.0.0.28 () {34 vars in 663 bytes} [Thu Jul 2 06:20:44 2026] POST /v2.0/ports => generated 743 bytes in 286 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-07-02 06:20:44.822 8 INFO neutron.db.segments_db [None req-7f0cbe59-0f6e-4fc3-a0ed-c550f9102627 d45c97fb3b9e4da2aa32633670d1f351 2a19c38441cf48e78cd948c44afb6c43 - - default default] Added segment b68bf261-dcbb-4acd-9171-a69a7bc4c961 of type vxlan for network c34aff50-1649-4f9b-ac7f-8c7a871e21cb [pid: 7|app: 0|req: 718/1527] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:20:44 2026] GET /v2.0/networks/690462a2-fa88-476b-8afd-7df6cfa6bb2e?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: 810/1528] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:20:44 2026] POST /v2.0/networks => generated 643 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1529] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:20:44 2026] GET /v2.0/networks/690462a2-fa88-476b-8afd-7df6cfa6bb2e?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: 719/1530] 10.0.0.28 () {34 vars in 665 bytes} [Thu Jul 2 06:20:44 2026] POST /v2.0/trunks => generated 407 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1531] 10.0.0.28 () {34 vars in 742 bytes} [Thu Jul 2 06:20:44 2026] PUT /v2.0/networks/c34aff50-1649-4f9b-ac7f-8c7a871e21cb => generated 592 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:20:45.054 7 INFO neutron.db.segments_db [None req-a739c2d6-eed3-45a9-926a-9d9ca4f5d093 14cdb3ca065943ec8c822a69cf39a934 8e393d42b7884a24b9116a150559abca - - default default] Added segment 4b61a277-2e75-43ea-9461-7f6ba9fab98a of type vxlan for network ed807ace-7cd4-45fb-bd54-a1a0200fef39 [pid: 7|app: 0|req: 720/1532] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:20:45 2026] POST /v2.0/networks => generated 632 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1533] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:45 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1534] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:20:45 2026] POST /v2.0/subnets => generated 626 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1535] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:45 2026] GET /v2.0/security-groups?id=9db83fbe-8cb1-4bfe-a734-75a2b4b0198b&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: 8|app: 0|req: 815/1536] 10.0.0.28 () {34 vars in 740 bytes} [Thu Jul 2 06:20:45 2026] PUT /v2.0/subnets/56cf9839-33cc-4c5c-8728-a8d43748143d => generated 636 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1537] 10.0.0.28 () {34 vars in 663 bytes} [Thu Jul 2 06:20:45 2026] POST /v2.0/ports => generated 743 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, ' 2026-07-02 06:20:45.602 8 INFO neutron.services.segments.plugin [-] Segment b68bf261-dcbb-4acd-9171-a69a7bc4c961 resource provider aggregate not found 2026-07-02 06:20:45.608 8 INFO neutron.services.segments.plugin [-] Segment b68bf261-dcbb-4acd-9171-a69a7bc4c961 resource provider aggregate not found [pid: 7|app: 0|req: 723/1538] 10.0.0.28 () {34 vars in 665 bytes} [Thu Jul 2 06:20:45 2026] POST /v2.0/trunks => generated 407 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:20:45.625 8 INFO neutron.services.segments.plugin [-] Segment b68bf261-dcbb-4acd-9171-a69a7bc4c961 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 b68bf261-dcbb-4acd-9171-a69a7bc4c961 found for delete ", "request_id": "req-92317ff7-03b1-4ce2-9a13-88fccf420828"}]} 2026-07-02 06:20:45.630 8 INFO neutron.services.segments.plugin [-] Segment b68bf261-dcbb-4acd-9171-a69a7bc4c961 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 b68bf261-dcbb-4acd-9171-a69a7bc4c961 found for delete ", "request_id": "req-473cf7c2-0a86-44f7-abc5-5104acabba27"}]} [pid: 8|app: 0|req: 816/1539] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:20:45 2026] DELETE /v2.0/networks/c34aff50-1649-4f9b-ac7f-8c7a871e21cb => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:20:45.663 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3301f94a-1345-4ec0-a6b3-21075d9a00ae d45c97fb3b9e4da2aa32633670d1f351 2a19c38441cf48e78cd948c44afb6c43 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 817/1540] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:20:45 2026] DELETE /v2.0/networks/c34aff50-1649-4f9b-ac7f-8c7a871e21cb => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:20:45.688 7 INFO neutron.db.segments_db [None req-db072140-b763-442a-9cff-5d1f78c932e2 14cdb3ca065943ec8c822a69cf39a934 8e393d42b7884a24b9116a150559abca - - default default] Added segment 345338a5-948a-4509-9f78-c67e70795c01 of type vxlan for network 0836e4cb-ce95-48bc-825f-8ea804e2878b [pid: 8|app: 0|req: 818/1541] 10.0.0.28 () {32 vars in 693 bytes} [Thu Jul 2 06:20:45 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1542] 10.0.0.28 () {32 vars in 741 bytes} [Thu Jul 2 06:20:45 2026] GET /v2.0/subnets?network_id=164cf595-8aa6-4ad1-8acb-0f35f2c9f97b => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1543] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:20:45 2026] POST /v2.0/networks => generated 631 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1544] 10.0.0.28 () {32 vars in 652 bytes} [Thu Jul 2 06:20:45 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) 2026-07-02 06:20:46.066 7 INFO neutron.db.segments_db [None req-e82dbb7a-b5a4-4577-ab29-2601cd8400e0 a374117188a84c11b520e0244205b2f3 291503782d4342cea724f88926bf62dd - - default default] Added segment b3a37c32-a519-4b80-ae26-0b59da725f21 of type vxlan for network 579453b3-5d0c-4ee3-96f5-3d80386045cf [pid: 8|app: 0|req: 821/1545] 10.0.0.28 () {34 vars in 663 bytes} [Thu Jul 2 06:20:45 2026] POST /v2.0/ports => generated 743 bytes in 308 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: 822/1546] 10.0.0.28 () {32 vars in 648 bytes} [Thu Jul 2 06:20:46 2026] GET /v2.0/networks => generated 1308 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1547] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:20:45 2026] POST /v2.0/networks => generated 632 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1548] 10.0.0.28 () {32 vars in 646 bytes} [Thu Jul 2 06:20:46 2026] GET /v2.0/subnets => generated 1280 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:20:46.263 7 INFO neutron.db.segments_db [None req-8e73d4cb-5817-4782-82b0-a561e3af0e9c a374117188a84c11b520e0244205b2f3 291503782d4342cea724f88926bf62dd - - default default] Added segment 280418e9-c4c1-44aa-947b-97f32b4c2c22 of type vxlan for network c7d9cc19-67ca-4119-8036-8e5d8ab5d61f [pid: 7|app: 0|req: 727/1549] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:20:46 2026] POST /v2.0/networks => generated 631 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1550] 10.0.0.28 () {34 vars in 665 bytes} [Thu Jul 2 06:20:46 2026] POST /v2.0/trunks => generated 407 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1551] 10.0.0.28 () {32 vars in 722 bytes} [Thu Jul 2 06:20:46 2026] GET /v2.0/networks/9abe4b51-842d-4a09-93ed-b8cc297907f5 => generated 668 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1552] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:46 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:20:46.440 8 INFO neutron.db.segments_db [None req-baab38fa-52f2-41fa-89b9-3a14ac6c0c1c a374117188a84c11b520e0244205b2f3 291503782d4342cea724f88926bf62dd - - default default] Added segment 40583c11-74ef-40e5-ae4c-f70c04d810cf of type vxlan for network cf719191-a9a7-434c-a24e-5c1310aa84e3 2026-07-02 06:20:46.495 7 INFO neutron.db.segments_db [None req-f6a51fea-2b99-4b9f-a0a8-18464b5b8f84 14cdb3ca065943ec8c822a69cf39a934 8e393d42b7884a24b9116a150559abca - - default default] Added segment f6535b7f-6cb4-4ad9-a1d9-288c15cb8daf of type vxlan for network 48088fb7-92ac-49d7-87a3-3f36e8946bfd [pid: 8|app: 0|req: 824/1553] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:20:46 2026] POST /v2.0/networks => generated 632 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1554] 10.0.0.28 () {32 vars in 720 bytes} [Thu Jul 2 06:20:46 2026] GET /v2.0/subnets/204634b5-6604-4f52-8aa4-87a62442fc07 => generated 641 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1555] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:20:46 2026] POST /v2.0/networks => generated 631 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1556] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:46 2026] GET /v2.0/security-groups?id=9db83fbe-8cb1-4bfe-a734-75a2b4b0198b&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-07-02 06:20:46.611 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bee25dba-c64c-4a6f-8743-bdebf1e149a9 d45c97fb3b9e4da2aa32633670d1f351 2a19c38441cf48e78cd948c44afb6c43 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 827/1557] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:20:46 2026] DELETE /v2.0/subnets/56cf9839-33cc-4c5c-8728-a8d43748143d => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:20:46.654 7 INFO neutron.db.segments_db [None req-d10fa6af-cbd2-4e66-b042-5d578597c9c0 a374117188a84c11b520e0244205b2f3 291503782d4342cea724f88926bf62dd - - default default] Added segment 80cfd072-41da-4253-a4ca-007dad28e8a5 of type vxlan for network cca89a98-39f6-4bdb-b548-bdf3de671d14 [pid: 7|app: 0|req: 731/1558] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:20:46 2026] POST /v2.0/networks => generated 632 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:20:46.746 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c20ee6ef-0cac-4850-b8f1-92e997434a1c d45c97fb3b9e4da2aa32633670d1f351 2a19c38441cf48e78cd948c44afb6c43 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 732/1559] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:20:46 2026] DELETE /v2.0/networks/c34aff50-1649-4f9b-ac7f-8c7a871e21cb => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:20:46.791 7 INFO neutron.db.segments_db [None req-a1b3ec91-a71c-4a15-b199-607669f4689c a374117188a84c11b520e0244205b2f3 291503782d4342cea724f88926bf62dd - - default default] Added segment 6d6a4a80-9a12-4ac7-a622-953e987d45cd of type vxlan for network 502421e6-e26b-4408-b06f-066b5f19238d [pid: 7|app: 0|req: 733/1560] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:20:46 2026] POST /v2.0/networks => generated 630 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1561] 10.0.0.28 () {34 vars in 663 bytes} [Thu Jul 2 06:20:46 2026] POST /v2.0/ports => generated 743 bytes in 281 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: 829/1562] 10.0.0.28 () {34 vars in 752 bytes} [Thu Jul 2 06:20:46 2026] PUT /v2.0/networks/579453b3-5d0c-4ee3-96f5-3d80386045cf/tags => generated 17 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1563] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:20:46 2026] DELETE /v2.0/subnets/204634b5-6604-4f52-8aa4-87a62442fc07 => 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: 735/1564] 10.0.0.28 () {34 vars in 752 bytes} [Thu Jul 2 06:20:47 2026] PUT /v2.0/networks/c7d9cc19-67ca-4119-8036-8e5d8ab5d61f/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: 830/1565] 10.0.0.28 () {34 vars in 665 bytes} [Thu Jul 2 06:20:46 2026] POST /v2.0/trunks => generated 407 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:20:47.220 7 INFO neutron.services.segments.plugin [-] Segment 3302ff69-d3f7-485f-ab7c-9d4424deb283 resource provider aggregate not found 2026-07-02 06:20:47.224 7 INFO neutron.services.segments.plugin [-] Segment 3302ff69-d3f7-485f-ab7c-9d4424deb283 resource provider aggregate not found [pid: 8|app: 0|req: 831/1566] 10.0.0.28 () {34 vars in 752 bytes} [Thu Jul 2 06:20:47 2026] PUT /v2.0/networks/cf719191-a9a7-434c-a24e-5c1310aa84e3/tags => generated 34 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:20:47.242 7 INFO neutron.services.segments.plugin [-] Segment 3302ff69-d3f7-485f-ab7c-9d4424deb283 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 3302ff69-d3f7-485f-ab7c-9d4424deb283 found for delete ", "request_id": "req-0313e450-0076-4403-a36b-54152f5579d3"}]} 2026-07-02 06:20:47.244 7 INFO neutron.services.segments.plugin [-] Segment 3302ff69-d3f7-485f-ab7c-9d4424deb283 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 3302ff69-d3f7-485f-ab7c-9d4424deb283 found for delete ", "request_id": "req-16c39cd0-0763-4538-b6c8-ed5df7e9f463"}]} [pid: 7|app: 0|req: 736/1567] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:20:47 2026] DELETE /v2.0/networks/9abe4b51-842d-4a09-93ed-b8cc297907f5 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1568] 10.0.0.28 () {34 vars in 748 bytes} [Thu Jul 2 06:20:47 2026] PUT /v2.0/trunks/c89ffb35-d2c4-4b3e-8152-99b83297c51e/tags => generated 17 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1569] 10.0.0.28 () {34 vars in 748 bytes} [Thu Jul 2 06:20:47 2026] PUT /v2.0/trunks/f6ff8551-e467-4aa8-b599-73fd88e3da4a/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1570] 10.0.0.28 () {34 vars in 752 bytes} [Thu Jul 2 06:20:47 2026] PUT /v2.0/networks/cca89a98-39f6-4bdb-b548-bdf3de671d14/tags => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1571] 10.0.0.28 () {34 vars in 748 bytes} [Thu Jul 2 06:20:47 2026] PUT /v2.0/trunks/8554e942-9462-4418-89fd-68238bbe74ab/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1574] 10.0.0.28 () {32 vars in 665 bytes} [Thu Jul 2 06:20:47 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1575] 10.0.0.28 () {34 vars in 748 bytes} [Thu Jul 2 06:20:47 2026] PUT /v2.0/trunks/bf8c9c65-1c7d-4af5-80f0-969a6b1cd186/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: 838/1576] 10.0.0.28 () {32 vars in 661 bytes} [Thu Jul 2 06:20:47 2026] GET /v2.0/trunks?tags=red => 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: 839/1577] 10.0.0.28 () {32 vars in 675 bytes} [Thu Jul 2 06:20:47 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1578] 10.0.0.28 () {32 vars in 679 bytes} [Thu Jul 2 06:20:47 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1579] 10.0.0.28 () {32 vars in 671 bytes} [Thu Jul 2 06:20:47 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1580] 10.0.0.28 () {32 vars in 683 bytes} [Thu Jul 2 06:20:47 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1581] 10.0.0.28 () {32 vars in 675 bytes} [Thu Jul 2 06:20:47 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1582] 10.0.0.28 () {32 vars in 669 bytes} [Thu Jul 2 06:20:47 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1583] 10.0.0.28 () {32 vars in 683 bytes} [Thu Jul 2 06:20:47 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1584] 10.0.0.28 () {32 vars in 679 bytes} [Thu Jul 2 06:20:47 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1585] 10.0.0.28 () {32 vars in 687 bytes} [Thu Jul 2 06:20:47 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1586] 10.0.0.28 () {32 vars in 691 bytes} [Thu Jul 2 06:20:47 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1587] 10.0.0.28 () {32 vars in 718 bytes} [Thu Jul 2 06:20:47 2026] GET /v2.0/trunks/c89ffb35-d2c4-4b3e-8152-99b83297c51e => generated 412 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1588] 10.0.0.28 () {32 vars in 673 bytes} [Thu Jul 2 06:20:47 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1589] 10.0.0.28 () {32 vars in 716 bytes} [Thu Jul 2 06:20:47 2026] GET /v2.0/ports/3131a20b-487d-4b57-a5a9-1a9378ff5e1f => generated 826 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1590] 10.0.0.28 () {32 vars in 687 bytes} [Thu Jul 2 06:20:47 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1591] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:47 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => 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: 849/1592] 10.0.0.28 () {32 vars in 683 bytes} [Thu Jul 2 06:20:47 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1593] 10.0.0.28 () {32 vars in 721 bytes} [Thu Jul 2 06:20:47 2026] DELETE /v2.0/trunks/c89ffb35-d2c4-4b3e-8152-99b83297c51e => generated 0 bytes in 175 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1594] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:47 2026] GET /v2.0/security-groups?id=9db83fbe-8cb1-4bfe-a734-75a2b4b0198b&fields=id&fields=name => generated 114 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1595] 10.0.0.28 () {32 vars in 695 bytes} [Thu Jul 2 06:20:47 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1596] 10.0.0.28 () {32 vars in 718 bytes} [Thu Jul 2 06:20:48 2026] GET /v2.0/trunks/f6ff8551-e467-4aa8-b599-73fd88e3da4a => generated 420 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1597] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:20:47 2026] GET /v2.0/security-groups?tenant_id=2a19c38441cf48e78cd948c44afb6c43&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: 851/1598] 10.0.0.28 () {32 vars in 716 bytes} [Thu Jul 2 06:20:48 2026] GET /v2.0/ports/e5e876c5-af3c-4ef8-8f05-c5e8094aece9 => generated 826 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1599] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:20:48 2026] DELETE /v2.0/networks/579453b3-5d0c-4ee3-96f5-3d80386045cf => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1600] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:48 2026] DELETE /v2.0/security-groups/92d2fb5c-03f2-43e8-88b6-c384ae354f5f => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1601] 10.0.0.28 () {32 vars in 721 bytes} [Thu Jul 2 06:20:48 2026] DELETE /v2.0/trunks/f6ff8551-e467-4aa8-b599-73fd88e3da4a => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1602] 10.0.0.28 () {32 vars in 718 bytes} [Thu Jul 2 06:20:48 2026] GET /v2.0/trunks/8554e942-9462-4418-89fd-68238bbe74ab => generated 429 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1603] 10.0.0.28 () {32 vars in 716 bytes} [Thu Jul 2 06:20:48 2026] GET /v2.0/ports/c00afe9a-d175-4f7d-9bf5-7db56cac5785 => generated 826 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:20:48.376 8 INFO neutron.services.segments.plugin [-] Segment 280418e9-c4c1-44aa-947b-97f32b4c2c22 resource provider aggregate not found 2026-07-02 06:20:48.382 8 INFO neutron.services.segments.plugin [-] Segment 280418e9-c4c1-44aa-947b-97f32b4c2c22 resource provider aggregate not found 2026-07-02 06:20:48.391 8 INFO neutron.services.segments.plugin [-] Segment 280418e9-c4c1-44aa-947b-97f32b4c2c22 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 280418e9-c4c1-44aa-947b-97f32b4c2c22 found for delete ", "request_id": "req-16d798b5-91ae-4a02-bc22-79364e2aaa2a"}]} 2026-07-02 06:20:48.399 8 INFO neutron.services.segments.plugin [-] Segment 280418e9-c4c1-44aa-947b-97f32b4c2c22 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 280418e9-c4c1-44aa-947b-97f32b4c2c22 found for delete ", "request_id": "req-e8486156-2a27-424a-8d95-facf33811ee2"}]} [pid: 8|app: 0|req: 853/1604] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:20:48 2026] DELETE /v2.0/networks/c7d9cc19-67ca-4119-8036-8e5d8ab5d61f => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1605] 10.0.0.28 () {32 vars in 721 bytes} [Thu Jul 2 06:20:48 2026] DELETE /v2.0/trunks/8554e942-9462-4418-89fd-68238bbe74ab => 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/1606] 10.0.0.28 () {32 vars in 718 bytes} [Thu Jul 2 06:20:48 2026] GET /v2.0/trunks/bf8c9c65-1c7d-4af5-80f0-969a6b1cd186 => generated 414 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1607] 10.0.0.28 () {32 vars in 716 bytes} [Thu Jul 2 06:20:48 2026] GET /v2.0/ports/35dd4fa4-0e31-4ed2-919d-9f8feb1ee38a => generated 826 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1608] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:20:48 2026] DELETE /v2.0/networks/cf719191-a9a7-434c-a24e-5c1310aa84e3 => 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: 755/1609] 10.0.0.28 () {32 vars in 721 bytes} [Thu Jul 2 06:20:48 2026] DELETE /v2.0/trunks/bf8c9c65-1c7d-4af5-80f0-969a6b1cd186 => 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: 756/1610] 10.0.0.28 () {32 vars in 718 bytes} [Thu Jul 2 06:20:48 2026] GET /v2.0/trunks/61ba3693-41f8-4ce6-b6b7-ca5617eb7b70 => generated 407 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1611] 10.0.0.28 () {32 vars in 716 bytes} [Thu Jul 2 06:20:48 2026] GET /v2.0/ports/a13daa69-8267-4d5f-816e-99afb9d0ee94 => generated 826 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1612] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:20:48 2026] DELETE /v2.0/networks/cca89a98-39f6-4bdb-b548-bdf3de671d14 => 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: 758/1613] 10.0.0.28 () {32 vars in 721 bytes} [Thu Jul 2 06:20:48 2026] DELETE /v2.0/trunks/61ba3693-41f8-4ce6-b6b7-ca5617eb7b70 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1614] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:20:48 2026] DELETE /v2.0/networks/502421e6-e26b-4408-b06f-066b5f19238d => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:20:48.841 7 INFO neutron_taas.services.taas.taas_plugin [None req-9191d026-fe79-46f3-848d-ad3867fe019f 14cdb3ca065943ec8c822a69cf39a934 8e393d42b7884a24b9116a150559abca - - default default] TaaS: Handle Delete Port: 3131a20b-487d-4b57-a5a9-1a9378ff5e1f 2026-07-02 06:20:48.845 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9191d026-fe79-46f3-848d-ad3867fe019f 14cdb3ca065943ec8c822a69cf39a934 8e393d42b7884a24b9116a150559abca - - default default] Tap Mirror: Handle Delete Port: 3131a20b-487d-4b57-a5a9-1a9378ff5e1f [pid: 8|app: 0|req: 857/1615] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:49 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => generated 975 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1616] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:49 2026] GET /v2.0/security-groups?id=9db83fbe-8cb1-4bfe-a734-75a2b4b0198b&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:20:49.353 7 INFO neutron.services.segments.plugin [-] Segment b3a37c32-a519-4b80-ae26-0b59da725f21 resource provider aggregate not found 2026-07-02 06:20:49.356 7 INFO neutron.services.segments.plugin [-] Segment b3a37c32-a519-4b80-ae26-0b59da725f21 resource provider aggregate not found 2026-07-02 06:20:49.376 7 INFO neutron.services.segments.plugin [-] Segment b3a37c32-a519-4b80-ae26-0b59da725f21 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 b3a37c32-a519-4b80-ae26-0b59da725f21 found for delete ", "request_id": "req-74264afe-7520-4704-ab3b-e39ad852619a"}]} 2026-07-02 06:20:49.377 7 INFO neutron.services.segments.plugin [-] Segment b3a37c32-a519-4b80-ae26-0b59da725f21 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 b3a37c32-a519-4b80-ae26-0b59da725f21 found for delete ", "request_id": "req-3e2960dd-2930-4c16-a6f8-6fcad01668c4"}]} [pid: 7|app: 0|req: 759/1617] 10.0.0.28 () {32 vars in 719 bytes} [Thu Jul 2 06:20:48 2026] DELETE /v2.0/ports/3131a20b-487d-4b57-a5a9-1a9378ff5e1f => generated 0 bytes in 682 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:20:49.500 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f763f6e-37db-4f5a-9930-7d575da7ff21 14cdb3ca065943ec8c822a69cf39a934 8e393d42b7884a24b9116a150559abca - - default default] TaaS: Handle Delete Port: e5e876c5-af3c-4ef8-8f05-c5e8094aece9 2026-07-02 06:20:49.502 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f763f6e-37db-4f5a-9930-7d575da7ff21 14cdb3ca065943ec8c822a69cf39a934 8e393d42b7884a24b9116a150559abca - - default default] Tap Mirror: Handle Delete Port: e5e876c5-af3c-4ef8-8f05-c5e8094aece9 [pid: 8|app: 0|req: 859/1618] 10.0.0.28 () {32 vars in 719 bytes} [Thu Jul 2 06:20:49 2026] DELETE /v2.0/ports/e5e876c5-af3c-4ef8-8f05-c5e8094aece9 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:20:49.675 7 INFO neutron_taas.services.taas.taas_plugin [None req-e44a039d-8dae-4aae-882c-778312fc4219 14cdb3ca065943ec8c822a69cf39a934 8e393d42b7884a24b9116a150559abca - - default default] TaaS: Handle Delete Port: c00afe9a-d175-4f7d-9bf5-7db56cac5785 2026-07-02 06:20:49.677 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e44a039d-8dae-4aae-882c-778312fc4219 14cdb3ca065943ec8c822a69cf39a934 8e393d42b7884a24b9116a150559abca - - default default] Tap Mirror: Handle Delete Port: c00afe9a-d175-4f7d-9bf5-7db56cac5785 [pid: 7|app: 0|req: 760/1619] 10.0.0.28 () {32 vars in 719 bytes} [Thu Jul 2 06:20:49 2026] DELETE /v2.0/ports/c00afe9a-d175-4f7d-9bf5-7db56cac5785 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:20:49.861 7 INFO neutron_taas.services.taas.taas_plugin [None req-5c3cf605-387c-4040-ba96-150dfd4225ac 14cdb3ca065943ec8c822a69cf39a934 8e393d42b7884a24b9116a150559abca - - default default] TaaS: Handle Delete Port: 35dd4fa4-0e31-4ed2-919d-9f8feb1ee38a 2026-07-02 06:20:49.864 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c3cf605-387c-4040-ba96-150dfd4225ac 14cdb3ca065943ec8c822a69cf39a934 8e393d42b7884a24b9116a150559abca - - default default] Tap Mirror: Handle Delete Port: 35dd4fa4-0e31-4ed2-919d-9f8feb1ee38a [pid: 7|app: 0|req: 761/1620] 10.0.0.28 () {32 vars in 719 bytes} [Thu Jul 2 06:20:49 2026] DELETE /v2.0/ports/35dd4fa4-0e31-4ed2-919d-9f8feb1ee38a => 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: 860/1621] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:20:49 2026] GET /v2.0/security-groups?tenant_id=291503782d4342cea724f88926bf62dd&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:20:50.031 7 INFO neutron_taas.services.taas.taas_plugin [None req-f7a1681e-dfa5-4698-be53-7c6f4fc1a647 14cdb3ca065943ec8c822a69cf39a934 8e393d42b7884a24b9116a150559abca - - default default] TaaS: Handle Delete Port: a13daa69-8267-4d5f-816e-99afb9d0ee94 2026-07-02 06:20:50.033 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7a1681e-dfa5-4698-be53-7c6f4fc1a647 14cdb3ca065943ec8c822a69cf39a934 8e393d42b7884a24b9116a150559abca - - default default] Tap Mirror: Handle Delete Port: a13daa69-8267-4d5f-816e-99afb9d0ee94 [pid: 8|app: 0|req: 861/1622] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:49 2026] DELETE /v2.0/security-groups/247b6d60-8e3f-4f2c-aad0-f565e3f6bcff => 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: 762/1623] 10.0.0.28 () {32 vars in 719 bytes} [Thu Jul 2 06:20:49 2026] DELETE /v2.0/ports/a13daa69-8267-4d5f-816e-99afb9d0ee94 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1624] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:20:50 2026] DELETE /v2.0/networks/405b46c2-6b11-422c-bb95-f744c7e2bf28 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:20:50.411 8 INFO neutron.services.segments.plugin [-] Segment 40583c11-74ef-40e5-ae4c-f70c04d810cf resource provider aggregate not found 2026-07-02 06:20:50.418 8 INFO neutron.services.segments.plugin [-] Segment 40583c11-74ef-40e5-ae4c-f70c04d810cf resource provider aggregate not found [pid: 8|app: 0|req: 863/1625] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:20:50 2026] GET /v2.0/security-groups?tenant_id=99cdb5d86ed640d184e9fd5cb8f60de4&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:20:50.431 8 INFO neutron.services.segments.plugin [-] Segment 40583c11-74ef-40e5-ae4c-f70c04d810cf 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 40583c11-74ef-40e5-ae4c-f70c04d810cf found for delete ", "request_id": "req-965d4537-21ed-40f6-b416-ea150ad1b0c5"}]} 2026-07-02 06:20:50.434 8 INFO neutron.services.segments.plugin [-] Segment 40583c11-74ef-40e5-ae4c-f70c04d810cf 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 40583c11-74ef-40e5-ae4c-f70c04d810cf found for delete ", "request_id": "req-96da1ea3-d067-4f9d-88ec-88d5d6abd6fc"}]} 2026-07-02 06:20:50.456 8 INFO neutron.services.segments.plugin [-] Segment 80cfd072-41da-4253-a4ca-007dad28e8a5 resource provider aggregate not found 2026-07-02 06:20:50.459 8 INFO neutron.services.segments.plugin [-] Segment 80cfd072-41da-4253-a4ca-007dad28e8a5 resource provider aggregate not found 2026-07-02 06:20:50.473 8 INFO neutron.services.segments.plugin [-] Segment 80cfd072-41da-4253-a4ca-007dad28e8a5 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 80cfd072-41da-4253-a4ca-007dad28e8a5 found for delete ", "request_id": "req-2d80853e-57c2-45c2-8fb5-347e11cd10bc"}]} [pid: 8|app: 0|req: 864/1626] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:50 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:20:50.485 8 INFO neutron.services.segments.plugin [-] Segment 80cfd072-41da-4253-a4ca-007dad28e8a5 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 80cfd072-41da-4253-a4ca-007dad28e8a5 found for delete ", "request_id": "req-712ae842-b9b4-4713-b47f-eceee24db29f"}]} 2026-07-02 06:20:50.502 8 INFO neutron.services.segments.plugin [-] Segment 6d6a4a80-9a12-4ac7-a622-953e987d45cd resource provider aggregate not found 2026-07-02 06:20:50.507 8 INFO neutron.services.segments.plugin [-] Segment 6d6a4a80-9a12-4ac7-a622-953e987d45cd resource provider aggregate not found 2026-07-02 06:20:50.516 7 INFO neutron.db.segments_db [None req-59d44ae4-c721-4629-ad14-09b405210828 edc72d2f13f448f9a45be7d4b9a7dadf cf97547651f34884bdf10be0b6f63e36 - - default default] Added segment f3774da9-fbc1-40eb-b981-d67ac3052fc2 of type vxlan for network 517eca44-c368-427b-ac06-ffbf1a2010f8 2026-07-02 06:20:50.524 8 INFO neutron.services.segments.plugin [-] Segment 6d6a4a80-9a12-4ac7-a622-953e987d45cd 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 6d6a4a80-9a12-4ac7-a622-953e987d45cd found for delete ", "request_id": "req-52f5bae9-d97e-44eb-8290-0b8be7ffd59b"}]} 2026-07-02 06:20:50.525 8 INFO neutron.services.segments.plugin [-] Segment 6d6a4a80-9a12-4ac7-a622-953e987d45cd 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 6d6a4a80-9a12-4ac7-a622-953e987d45cd found for delete ", "request_id": "req-7ad87115-2436-4d11-ba75-481fe908ced9"}]} 2026-07-02 06:20:50.550 8 INFO neutron.services.segments.plugin [-] Segment 185a6e00-eb5c-46b4-8ce8-2f24239b8cc3 resource provider aggregate not found 2026-07-02 06:20:50.553 8 INFO neutron.services.segments.plugin [-] Segment 185a6e00-eb5c-46b4-8ce8-2f24239b8cc3 resource provider aggregate not found 2026-07-02 06:20:50.569 8 INFO neutron.services.segments.plugin [-] Segment 185a6e00-eb5c-46b4-8ce8-2f24239b8cc3 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 185a6e00-eb5c-46b4-8ce8-2f24239b8cc3 found for delete ", "request_id": "req-c29a6174-1058-4eed-91f2-5c0ae3239912"}]} 2026-07-02 06:20:50.570 8 INFO neutron.services.segments.plugin [-] Segment 185a6e00-eb5c-46b4-8ce8-2f24239b8cc3 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 185a6e00-eb5c-46b4-8ce8-2f24239b8cc3 found for delete ", "request_id": "req-c3a12247-f8c1-40ad-b15e-676666a456db"}]} [pid: 7|app: 0|req: 763/1627] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:20:50 2026] POST /v2.0/networks => generated 645 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1628] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:20:50 2026] DELETE /v2.0/networks/f2e21c10-a85d-46e9-9acf-c5cbf58aff82 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1629] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:20:50 2026] GET /v2.0/security-groups?id=9db83fbe-8cb1-4bfe-a734-75a2b4b0198b&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: 764/1630] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:50 2026] DELETE /v2.0/security-groups/64a1cec4-340a-47be-83d9-b1fc9151b49f => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1631] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:20:50 2026] DELETE /v2.0/networks/ed807ace-7cd4-45fb-bd54-a1a0200fef39 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1632] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:20:50 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1633] 10.0.0.28 () {34 vars in 664 bytes} [Thu Jul 2 06:20:50 2026] POST /v2.0/ports => generated 775 bytes in 338 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: 767/1634] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:20:51 2026] GET /v2.0/security-groups?tenant_id=9534cbd928c54fe69a4a59ea9d386fac&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1635] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:20:51 2026] DELETE /v2.0/networks/0836e4cb-ce95-48bc-825f-8ea804e2878b => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:20:51.217 7 INFO neutron.db.segments_db [None req-01476258-7499-4dc7-97a8-95a6863743af edc72d2f13f448f9a45be7d4b9a7dadf cf97547651f34884bdf10be0b6f63e36 - - default default] Added segment 6adf19b7-f037-43b7-b9da-cafd2789ac97 of type vxlan for network ab5769a2-1f43-4c67-9519-434bc49ed4c0 [pid: 7|app: 0|req: 768/1636] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:20:51 2026] POST /v2.0/networks => generated 632 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:20:51.400 7 INFO neutron.services.segments.plugin [-] Segment 4b61a277-2e75-43ea-9461-7f6ba9fab98a resource provider aggregate not found 2026-07-02 06:20:51.406 7 INFO neutron.services.segments.plugin [-] Segment 4b61a277-2e75-43ea-9461-7f6ba9fab98a resource provider aggregate not found 2026-07-02 06:20:51.421 7 INFO neutron.services.segments.plugin [-] Segment 4b61a277-2e75-43ea-9461-7f6ba9fab98a 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 4b61a277-2e75-43ea-9461-7f6ba9fab98a found for delete ", "request_id": "req-a9acd1e3-e63b-4f72-9e32-221a4f560822"}]} 2026-07-02 06:20:51.446 7 INFO neutron.services.segments.plugin [-] Segment 4b61a277-2e75-43ea-9461-7f6ba9fab98a 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 4b61a277-2e75-43ea-9461-7f6ba9fab98a found for delete ", "request_id": "req-894aef49-c70e-4bc7-9b2e-0b0afadbfc9e"}]} [pid: 7|app: 0|req: 769/1637] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:51 2026] DELETE /v2.0/security-groups/8f3ca281-8520-490b-9f8d-673e2900089e => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:20:51.485 8 INFO neutron.db.l3_db [None req-553e090c-1151-42c6-b00a-67c60da9622b 78924d206ff940e591097f4a39d1b079 21f21d18ff224b8e9bec7ab749428b5a - - default default] Floating IP 6001ca68-c60f-4504-b80f-f1af1c8168c7 associated. External IP: 10.96.250.210, port: 2ef62a4a-15dd-468b-946e-d4d63cfcff91. [pid: 7|app: 0|req: 770/1638] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:20:51 2026] DELETE /v2.0/networks/48088fb7-92ac-49d7-87a3-3f36e8946bfd => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1639] 10.0.0.28 () {34 vars in 748 bytes} [Thu Jul 2 06:20:51 2026] PUT /v2.0/floatingips/6001ca68-c60f-4504-b80f-f1af1c8168c7 => generated 856 bytes in 640 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1640] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:20:51 2026] POST /v2.0/subnets => generated 626 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:20:51.862 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b1f20b3-bb9c-4440-83ee-3b5ce04d6565'] response: {'name': 'network-changed', 'server_uuid': 'ff5560dc-2593-43d8-9c7d-14e87914f9a3', 'tag': '2ef62a4a-15dd-468b-946e-d4d63cfcff91', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 870/1641] 10.0.0.28 () {34 vars in 664 bytes} [Thu Jul 2 06:20:51 2026] POST /v2.0/ports => generated 950 bytes in 459 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: 871/1642] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:20:52 2026] GET /v2.0/ports?tenant_id=21f21d18ff224b8e9bec7ab749428b5a&device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:20:52.435 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2baa47c-e7f4-46c6-a140-c9742eb3fe70 edc72d2f13f448f9a45be7d4b9a7dadf cf97547651f34884bdf10be0b6f63e36 - - default default] TaaS: Handle Delete Port: 55083b3d-0acc-44b8-9ec6-f7dd1ee6f366 2026-07-02 06:20:52.440 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2baa47c-e7f4-46c6-a140-c9742eb3fe70 edc72d2f13f448f9a45be7d4b9a7dadf cf97547651f34884bdf10be0b6f63e36 - - default default] Tap Mirror: Handle Delete Port: 55083b3d-0acc-44b8-9ec6-f7dd1ee6f366 [pid: 8|app: 0|req: 872/1643] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:20:52 2026] GET /v2.0/networks?id=690462a2-fa88-476b-8afd-7df6cfa6bb2e => generated 772 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1644] 199.204.45.3 () {34 vars in 1058 bytes} [Thu Jul 2 06:20:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=2ef62a4a-15dd-468b-946e-d4d63cfcff91 => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1645] 10.0.0.28 () {32 vars in 719 bytes} [Thu Jul 2 06:20:52 2026] DELETE /v2.0/ports/55083b3d-0acc-44b8-9ec6-f7dd1ee6f366 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1646] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:20:52 2026] GET /v2.0/subnets?id=278a4e14-02f0-451c-9198-597422a0cd65 => generated 694 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:20:52.606 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4a80e696-cd98-4d01-8d3c-d383a8ccc79b edc72d2f13f448f9a45be7d4b9a7dadf cf97547651f34884bdf10be0b6f63e36 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 774/1647] 10.0.0.28 () {32 vars in 719 bytes} [Thu Jul 2 06:20:52 2026] DELETE /v2.0/ports/55083b3d-0acc-44b8-9ec6-f7dd1ee6f366 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:20:52.609 8 INFO neutron.services.segments.plugin [-] Segment 882d11d5-2acf-4343-8a78-bb39a9e7975e resource provider aggregate not found 2026-07-02 06:20:52.620 8 INFO neutron.services.segments.plugin [-] Segment 882d11d5-2acf-4343-8a78-bb39a9e7975e resource provider aggregate not found 2026-07-02 06:20:52.629 8 INFO neutron.services.segments.plugin [-] Segment 882d11d5-2acf-4343-8a78-bb39a9e7975e 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 882d11d5-2acf-4343-8a78-bb39a9e7975e found for delete ", "request_id": "req-9aef0c77-0d60-4c1d-ab6c-ad66e03d77e3"}]} 2026-07-02 06:20:52.641 8 INFO neutron.services.segments.plugin [-] Segment 882d11d5-2acf-4343-8a78-bb39a9e7975e 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 882d11d5-2acf-4343-8a78-bb39a9e7975e found for delete ", "request_id": "req-8e79b13b-64e5-4618-ba76-a9e07757dec7"}]} 2026-07-02 06:20:52.651 8 INFO neutron.services.segments.plugin [-] Segment 345338a5-948a-4509-9f78-c67e70795c01 resource provider aggregate not found [pid: 7|app: 0|req: 775/1648] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:20:52 2026] GET /v2.0/ports?network_id=690462a2-fa88-476b-8afd-7df6cfa6bb2e&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:20:52.673 8 INFO neutron.services.segments.plugin [-] Segment 345338a5-948a-4509-9f78-c67e70795c01 resource provider aggregate not found 2026-07-02 06:20:52.676 8 INFO neutron.services.segments.plugin [-] Segment 345338a5-948a-4509-9f78-c67e70795c01 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 345338a5-948a-4509-9f78-c67e70795c01 found for delete ", "request_id": "req-95bed25a-a7e8-442b-ab79-9b1e3a60a7d2"}]} 2026-07-02 06:20:52.678 7 INFO neutron.pecan_wsgi.hooks.translation [None req-acfdd6f6-87fd-4ae1-9a62-45e071152852 edc72d2f13f448f9a45be7d4b9a7dadf cf97547651f34884bdf10be0b6f63e36 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 776/1649] 10.0.0.28 () {32 vars in 716 bytes} [Thu Jul 2 06:20:52 2026] GET /v2.0/ports/55083b3d-0acc-44b8-9ec6-f7dd1ee6f366 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:20:52.691 8 INFO neutron.services.segments.plugin [-] Segment 345338a5-948a-4509-9f78-c67e70795c01 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 345338a5-948a-4509-9f78-c67e70795c01 found for delete ", "request_id": "req-05e2142a-5e55-415a-a34a-e4b7b614d2d6"}]} [pid: 7|app: 0|req: 777/1650] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:20:52 2026] GET /v2.0/networks/690462a2-fa88-476b-8afd-7df6cfa6bb2e?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1651] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:20:52 2026] GET /v2.0/security-groups?tenant_id=49b064e3fff0443fa7988b58bedc83b6&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1652] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:20:52 2026] DELETE /v2.0/subnets/aedf1ade-24bd-42dd-b85a-ae3c4a558d7b => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1653] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:20:52 2026] GET /v2.0/networks/690462a2-fa88-476b-8afd-7df6cfa6bb2e?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: 779/1654] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:52 2026] DELETE /v2.0/security-groups/7d443f6c-4364-489b-b409-906433945712 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1655] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:20:52 2026] DELETE /v2.0/networks/ab5769a2-1f43-4c67-9519-434bc49ed4c0 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:20:53.105 7 INFO neutron.db.segments_db [None req-d427357a-9e09-4600-b93e-29152f790aaf edc72d2f13f448f9a45be7d4b9a7dadf cf97547651f34884bdf10be0b6f63e36 - - default default] Added segment 8b6e46ff-0035-4d77-9da7-f2844eb0ca50 of type vxlan for network 4ce76f5e-4afe-4568-85c0-a07d236f6e90 [pid: 7|app: 0|req: 780/1656] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:20:53 2026] POST /v2.0/networks => generated 631 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1657] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:20:53 2026] GET /v2.0/security-groups?tenant_id=109c84067f95434fb0160107f609f309&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: 878/1658] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:53 2026] DELETE /v2.0/security-groups/b3a6254f-d148-4167-a540-7e7cca00b206 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:20:53.445 7 INFO neutron.services.segments.plugin [-] Segment f6535b7f-6cb4-4ad9-a1d9-288c15cb8daf resource provider aggregate not found 2026-07-02 06:20:53.466 7 INFO neutron.services.segments.plugin [-] Segment f6535b7f-6cb4-4ad9-a1d9-288c15cb8daf resource provider aggregate not found 2026-07-02 06:20:53.475 7 INFO neutron.services.segments.plugin [-] Segment f6535b7f-6cb4-4ad9-a1d9-288c15cb8daf 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 f6535b7f-6cb4-4ad9-a1d9-288c15cb8daf found for delete ", "request_id": "req-32e5d633-7844-483d-a16d-3be0def542e1"}]} 2026-07-02 06:20:53.494 7 INFO neutron.services.segments.plugin [-] Segment f6535b7f-6cb4-4ad9-a1d9-288c15cb8daf 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 f6535b7f-6cb4-4ad9-a1d9-288c15cb8daf found for delete ", "request_id": "req-bcf17cba-3da5-4556-b4b1-418f3e469f54"}]} [pid: 7|app: 0|req: 781/1659] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:20:53 2026] POST /v2.0/subnets => generated 626 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1660] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:20:53 2026] GET /v2.0/security-groups?tenant_id=8e393d42b7884a24b9116a150559abca&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1661] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:53 2026] DELETE /v2.0/security-groups/2a612f0c-b9f4-41ee-9e03-d75249cb6e33 => 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: 879/1662] 10.0.0.28 () {34 vars in 664 bytes} [Thu Jul 2 06:20:53 2026] POST /v2.0/ports => generated 911 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:20:54.009 7 INFO neutron_taas.services.taas.taas_plugin [None req-411e3968-5266-4b8f-96b9-fc15e8107e19 edc72d2f13f448f9a45be7d4b9a7dadf cf97547651f34884bdf10be0b6f63e36 - - default default] TaaS: Handle Delete Port: e6838396-910c-4be3-841e-abe2ce0f22ba 2026-07-02 06:20:54.013 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-411e3968-5266-4b8f-96b9-fc15e8107e19 edc72d2f13f448f9a45be7d4b9a7dadf cf97547651f34884bdf10be0b6f63e36 - - default default] Tap Mirror: Handle Delete Port: e6838396-910c-4be3-841e-abe2ce0f22ba [pid: 7|app: 0|req: 784/1663] 10.0.0.28 () {32 vars in 719 bytes} [Thu Jul 2 06:20:53 2026] DELETE /v2.0/ports/e6838396-910c-4be3-841e-abe2ce0f22ba => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:20:54.183 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c57b0978-0e64-444b-bea4-32aa35fb0fb4 edc72d2f13f448f9a45be7d4b9a7dadf cf97547651f34884bdf10be0b6f63e36 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 880/1664] 10.0.0.28 () {32 vars in 716 bytes} [Thu Jul 2 06:20:54 2026] GET /v2.0/ports/e6838396-910c-4be3-841e-abe2ce0f22ba => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1665] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:20:54 2026] DELETE /v2.0/subnets/aee2b3f4-5bea-49b1-b444-64de4aa72181 => 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: 881/1666] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:20:54 2026] DELETE /v2.0/networks/4ce76f5e-4afe-4568-85c0-a07d236f6e90 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1667] 10.0.0.28 () {34 vars in 664 bytes} [Thu Jul 2 06:20:54 2026] POST /v2.0/ports => generated 775 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:20:54.700 8 INFO neutron.services.segments.plugin [-] Segment 6adf19b7-f037-43b7-b9da-cafd2789ac97 resource provider aggregate not found 2026-07-02 06:20:54.715 8 INFO neutron.services.segments.plugin [-] Segment 6adf19b7-f037-43b7-b9da-cafd2789ac97 resource provider aggregate not found 2026-07-02 06:20:54.727 8 INFO neutron.services.segments.plugin [-] Segment 6adf19b7-f037-43b7-b9da-cafd2789ac97 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 6adf19b7-f037-43b7-b9da-cafd2789ac97 found for delete ", "request_id": "req-96f23a43-0ee4-499d-b6f1-76c2eb6bd151"}]} 2026-07-02 06:20:54.753 8 INFO neutron.services.segments.plugin [-] Segment 6adf19b7-f037-43b7-b9da-cafd2789ac97 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 6adf19b7-f037-43b7-b9da-cafd2789ac97 found for delete ", "request_id": "req-4e771ba3-751e-4574-a6a1-f2bbbbcaff4b"}]} 2026-07-02 06:20:54.767 8 INFO neutron.services.segments.plugin [-] Segment 8b6e46ff-0035-4d77-9da7-f2844eb0ca50 resource provider aggregate not found 2026-07-02 06:20:54.773 8 INFO neutron.services.segments.plugin [-] Segment 8b6e46ff-0035-4d77-9da7-f2844eb0ca50 resource provider aggregate not found 2026-07-02 06:20:54.787 8 INFO neutron.services.segments.plugin [-] Segment 8b6e46ff-0035-4d77-9da7-f2844eb0ca50 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 8b6e46ff-0035-4d77-9da7-f2844eb0ca50 found for delete ", "request_id": "req-8691c742-ffdc-408d-8896-1b3de55f885e"}]} 2026-07-02 06:20:54.796 8 INFO neutron.services.segments.plugin [-] Segment 8b6e46ff-0035-4d77-9da7-f2844eb0ca50 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 8b6e46ff-0035-4d77-9da7-f2844eb0ca50 found for delete ", "request_id": "req-84557e50-7720-435e-9855-6481b119ae7d"}]} [pid: 8|app: 0|req: 882/1668] 10.0.0.28 () {34 vars in 736 bytes} [Thu Jul 2 06:20:54 2026] PUT /v2.0/ports/0d7e54ba-01cc-414d-8e98-2f2c47f0c87c => generated 752 bytes in 224 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-07-02 06:20:55.004 7 INFO neutron_taas.services.taas.taas_plugin [None req-af180523-2bd5-4095-86d6-ea048f964e10 edc72d2f13f448f9a45be7d4b9a7dadf cf97547651f34884bdf10be0b6f63e36 - - default default] TaaS: Handle Delete Port: 0d7e54ba-01cc-414d-8e98-2f2c47f0c87c 2026-07-02 06:20:55.006 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af180523-2bd5-4095-86d6-ea048f964e10 edc72d2f13f448f9a45be7d4b9a7dadf cf97547651f34884bdf10be0b6f63e36 - - default default] Tap Mirror: Handle Delete Port: 0d7e54ba-01cc-414d-8e98-2f2c47f0c87c [pid: 7|app: 0|req: 787/1669] 10.0.0.28 () {32 vars in 719 bytes} [Thu Jul 2 06:20:54 2026] DELETE /v2.0/ports/0d7e54ba-01cc-414d-8e98-2f2c47f0c87c => generated 0 bytes in 154 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: 8|app: 0|req: 883/1670] 10.0.0.28 () {32 vars in 642 bytes} [Thu Jul 2 06:20:55 2026] GET /v2.0/ports => generated 778 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:20:55.144 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3d880c51-7405-43d7-9152-accafee8c179 edc72d2f13f448f9a45be7d4b9a7dadf cf97547651f34884bdf10be0b6f63e36 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 788/1671] 10.0.0.28 () {32 vars in 716 bytes} [Thu Jul 2 06:20:55 2026] GET /v2.0/ports/0d7e54ba-01cc-414d-8e98-2f2c47f0c87c => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1672] 10.0.0.28 () {32 vars in 642 bytes} [Thu Jul 2 06:20:55 2026] GET /v2.0/ports => generated 778 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1673] 10.0.0.28 () {32 vars in 716 bytes} [Thu Jul 2 06:20:55 2026] GET /v2.0/ports/d16aa992-cb34-481d-9bdb-3bfa5cd4e848 => generated 775 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:20:55.263 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e4bfa484-31d2-467f-9f4f-234bf3461f26 edc72d2f13f448f9a45be7d4b9a7dadf cf97547651f34884bdf10be0b6f63e36 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 885/1674] 10.0.0.28 () {32 vars in 719 bytes} [Thu Jul 2 06:20:55 2026] DELETE /v2.0/ports/e6838396-910c-4be3-841e-abe2ce0f22ba => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:20:55.282 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ddb7980f-e491-4389-84b5-62ac1d01c8ce edc72d2f13f448f9a45be7d4b9a7dadf cf97547651f34884bdf10be0b6f63e36 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 790/1675] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:20:55 2026] DELETE /v2.0/subnets/aee2b3f4-5bea-49b1-b444-64de4aa72181 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:20:55.300 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ba0c0508-5fcf-4248-98c4-b0fc49e92ae0 edc72d2f13f448f9a45be7d4b9a7dadf cf97547651f34884bdf10be0b6f63e36 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 886/1676] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:20:55 2026] DELETE /v2.0/subnets/aedf1ade-24bd-42dd-b85a-ae3c4a558d7b => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:20:55.391 7 INFO neutron_taas.services.taas.taas_plugin [None req-bdc6d936-ed5d-4657-ac3b-51deaa307eab edc72d2f13f448f9a45be7d4b9a7dadf cf97547651f34884bdf10be0b6f63e36 - - default default] TaaS: Handle Delete Port: d16aa992-cb34-481d-9bdb-3bfa5cd4e848 2026-07-02 06:20:55.393 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bdc6d936-ed5d-4657-ac3b-51deaa307eab edc72d2f13f448f9a45be7d4b9a7dadf cf97547651f34884bdf10be0b6f63e36 - - default default] Tap Mirror: Handle Delete Port: d16aa992-cb34-481d-9bdb-3bfa5cd4e848 [pid: 7|app: 0|req: 791/1677] 10.0.0.28 () {32 vars in 719 bytes} [Thu Jul 2 06:20:55 2026] DELETE /v2.0/ports/d16aa992-cb34-481d-9bdb-3bfa5cd4e848 => 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: 887/1678] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:20:55 2026] DELETE /v2.0/networks/517eca44-c368-427b-ac06-ffbf1a2010f8 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:20:56.102 7 INFO neutron.db.segments_db [None req-f3d4fc29-49f3-4171-8bbe-1a0b2eb3e2bd b775d1b1e8b94820b356999d520db5b6 09b2b36712924ba391fc47471a0ed7f7 - - default default] Added segment de209626-7181-4733-a097-d63d703420b9 of type vxlan for network 5d3accba-8644-4aeb-a09a-3715e0ec688d [pid: 8|app: 0|req: 888/1679] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:20:56 2026] GET /v2.0/security-groups?tenant_id=cf97547651f34884bdf10be0b6f63e36&name=default => generated 2925 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1680] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:20:55 2026] POST /v2.0/networks => generated 632 bytes in 496 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1681] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:20:56 2026] DELETE /v2.0/security-groups/09009bd7-dc0a-4e32-9e6e-389d02165347 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1682] 10.0.0.28 () {34 vars in 663 bytes} [Thu Jul 2 06:20:56 2026] POST /v2.0/ports => generated 743 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:20:56.613 8 INFO neutron.db.segments_db [None req-50b84d0b-2fd3-44ac-beb8-b79e71d96adb b775d1b1e8b94820b356999d520db5b6 09b2b36712924ba391fc47471a0ed7f7 - - default default] Added segment 32033d61-203d-49ee-b4ca-d11eec57e600 of type vxlan for network cc75a96a-cbdb-494b-a5e0-4eae2e033e76 [pid: 8|app: 0|req: 890/1683] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:20:56 2026] POST /v2.0/networks => generated 632 bytes in 153 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-07-02 06:20:56.811 8 INFO neutron.services.segments.plugin [-] Segment f3774da9-fbc1-40eb-b981-d67ac3052fc2 resource provider aggregate not found 2026-07-02 06:20:56.822 8 INFO neutron.services.segments.plugin [-] Segment f3774da9-fbc1-40eb-b981-d67ac3052fc2 resource provider aggregate not found 2026-07-02 06:20:56.831 8 INFO neutron.services.segments.plugin [-] Segment f3774da9-fbc1-40eb-b981-d67ac3052fc2 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 f3774da9-fbc1-40eb-b981-d67ac3052fc2 found for delete ", "request_id": "req-8c73a6cb-c713-4fd0-92d7-452396cc329d"}]} 2026-07-02 06:20:56.840 8 INFO neutron.services.segments.plugin [-] Segment f3774da9-fbc1-40eb-b981-d67ac3052fc2 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 f3774da9-fbc1-40eb-b981-d67ac3052fc2 found for delete ", "request_id": "req-8640097f-a4d5-4772-a358-b5a22bd042ed"}]} [pid: 7|app: 0|req: 794/1684] 10.0.0.28 () {34 vars in 663 bytes} [Thu Jul 2 06:20:56 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) 2026-07-02 06:20:57.081 8 INFO neutron.db.segments_db [None req-bbcd4066-1184-40a6-97e3-bd93d2eb3925 b775d1b1e8b94820b356999d520db5b6 09b2b36712924ba391fc47471a0ed7f7 - - default default] Added segment 9e320571-f5b3-48b3-9c17-a93f29bce887 of type vxlan for network c2b303df-f698-4152-8d06-f9ba5b0772ad [pid: 8|app: 0|req: 891/1685] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:20:57 2026] POST /v2.0/networks => generated 632 bytes in 178 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-07-02 06:20:57.419 7 INFO neutron.db.segments_db [None req-d7b526c0-c9e0-4032-813e-83935a9ff55b 2a7ca90a82924cfba6d72e34d481b685 288f81cc67b545609a7d7af24849de35 - - default default] Added segment d18d339a-17da-4523-bdc5-c8815546f319 of type vxlan for network feabfd2f-e310-420b-af6f-7fdfcef0b51f [pid: 7|app: 0|req: 795/1686] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:20:57 2026] POST /v2.0/networks => generated 631 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1687] 10.0.0.28 () {34 vars in 663 bytes} [Thu Jul 2 06:20:57 2026] POST /v2.0/ports => generated 743 bytes in 327 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-07-02 06:20:57.587 8 INFO neutron.db.segments_db [None req-61f6bf9d-5919-4866-8766-ea9e23b9adfa b775d1b1e8b94820b356999d520db5b6 09b2b36712924ba391fc47471a0ed7f7 - - default default] Added segment 0175ebdc-46d0-42ac-9a1c-4e8295873e88 of type vxlan for network 88a0a40a-0d4a-4f5f-bfe9-b938b9d207a6 [pid: 8|app: 0|req: 893/1688] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:20:57 2026] POST /v2.0/networks => generated 631 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1689] 10.0.0.28 () {34 vars in 663 bytes} [Thu Jul 2 06:20:57 2026] POST /v2.0/ports => generated 743 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: 7|app: 0|req: 797/1690] 10.0.0.28 () {34 vars in 746 bytes} [Thu Jul 2 06:20:57 2026] PUT /v2.0/ports/e17e2a35-a1be-458f-bebf-1aca06a2277e/tags => generated 25 bytes in 67 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: 798/1691] 10.0.0.28 () {32 vars in 726 bytes} [Thu Jul 2 06:20:57 2026] GET /v2.0/ports/e17e2a35-a1be-458f-bebf-1aca06a2277e/tags => generated 25 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: 8|app: 0|req: 894/1692] 10.0.0.28 () {34 vars in 663 bytes} [Thu Jul 2 06:20:57 2026] POST /v2.0/ports => generated 743 bytes in 313 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: 799/1693] 10.0.0.28 () {34 vars in 757 bytes} [Thu Jul 2 06:20:57 2026] PUT /v2.0/ports/e17e2a35-a1be-458f-bebf-1aca06a2277e/tags/green => generated 4 bytes in 70 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, ' 2026-07-02 06:20:58.065 8 INFO neutron.db.segments_db [None req-b78f0cfe-8036-4f16-8328-aec8cd23b89c b775d1b1e8b94820b356999d520db5b6 09b2b36712924ba391fc47471a0ed7f7 - - default default] Added segment f7e2b322-e92a-4378-bc19-e034b70eb25e of type vxlan for network 3dc29fd2-5108-4257-9511-2bcf699aac00 [pid: 7|app: 0|req: 800/1694] 10.0.0.28 () {32 vars in 726 bytes} [Thu Jul 2 06:20:58 2026] GET /v2.0/ports/e17e2a35-a1be-458f-bebf-1aca06a2277e/tags => generated 34 bytes in 44 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: 801/1695] 10.0.0.28 () {34 vars in 753 bytes} [Thu Jul 2 06:20:58 2026] PUT /v2.0/ports/e17e2a35-a1be-458f-bebf-1aca06a2277e/tags/red => generated 4 bytes in 74 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: 895/1696] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:20:58 2026] POST /v2.0/networks => generated 631 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1697] 10.0.0.28 () {32 vars in 726 bytes} [Thu Jul 2 06:20:58 2026] GET /v2.0/ports/e17e2a35-a1be-458f-bebf-1aca06a2277e/tags => generated 34 bytes in 52 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: 803/1698] 10.0.0.28 () {34 vars in 775 bytes} [Thu Jul 2 06:20:58 2026] PUT /v2.0/ports/e17e2a35-a1be-458f-bebf-1aca06a2277e/tags/black.or.white => generated 4 bytes in 111 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: 7|app: 0|req: 804/1699] 10.0.0.28 () {32 vars in 726 bytes} [Thu Jul 2 06:20:58 2026] GET /v2.0/ports/e17e2a35-a1be-458f-bebf-1aca06a2277e/tags => generated 52 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: 805/1700] 10.0.0.28 () {34 vars in 746 bytes} [Thu Jul 2 06:20:58 2026] PUT /v2.0/ports/e17e2a35-a1be-458f-bebf-1aca06a2277e/tags => generated 37 bytes in 104 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: 896/1701] 10.0.0.28 () {34 vars in 663 bytes} [Thu Jul 2 06:20:58 2026] POST /v2.0/ports => generated 743 bytes in 375 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: 806/1702] 10.0.0.28 () {32 vars in 726 bytes} [Thu Jul 2 06:20:58 2026] GET /v2.0/ports/e17e2a35-a1be-458f-bebf-1aca06a2277e/tags => generated 37 bytes in 56 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: 897/1703] 10.0.0.28 () {34 vars in 746 bytes} [Thu Jul 2 06:20:58 2026] PUT /v2.0/ports/1bd8b8f4-34b7-465e-b6f9-72ef61d0bdbe/tags => generated 17 bytes in 57 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: 807/1704] 10.0.0.28 () {32 vars in 734 bytes} [Thu Jul 2 06:20:58 2026] GET /v2.0/ports/e17e2a35-a1be-458f-bebf-1aca06a2277e/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: 898/1705] 10.0.0.28 () {34 vars in 746 bytes} [Thu Jul 2 06:20:58 2026] PUT /v2.0/ports/8cacff6f-cb6f-4fb3-ab47-325070314c70/tags => generated 25 bytes in 68 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-07-02 06:20:58.699 7 INFO neutron.api.v2.resource [None req-a1e14676-3b7d-482e-bc7d-6eaf7b769d8f 2a7ca90a82924cfba6d72e34d481b685 288f81cc67b545609a7d7af24849de35 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 808/1706] 10.0.0.28 () {32 vars in 738 bytes} [Thu Jul 2 06:20:58 2026] GET /v2.0/ports/e17e2a35-a1be-458f-bebf-1aca06a2277e/tags/green => generated 99 bytes in 55 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: 899/1707] 10.0.0.28 () {34 vars in 746 bytes} [Thu Jul 2 06:20:58 2026] PUT /v2.0/ports/457846e5-b6f3-4c47-8f73-667ced85af8d/tags => generated 34 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: 7|app: 0|req: 809/1708] 10.0.0.28 () {32 vars in 737 bytes} [Thu Jul 2 06:20:58 2026] DELETE /v2.0/ports/e17e2a35-a1be-458f-bebf-1aca06a2277e/tags/red => generated 0 bytes in 65 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: 900/1709] 10.0.0.28 () {34 vars in 746 bytes} [Thu Jul 2 06:20:58 2026] PUT /v2.0/ports/0d28c65c-f912-47d5-9295-09f3ebc9c143/tags => generated 19 bytes in 63 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: 810/1710] 10.0.0.28 () {32 vars in 726 bytes} [Thu Jul 2 06:20:58 2026] GET /v2.0/ports/e17e2a35-a1be-458f-bebf-1aca06a2277e/tags => generated 30 bytes in 67 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-07-02 06:20:58.913 7 INFO neutron.api.v2.resource [None req-b176b4e4-60c3-47cf-bbe4-9e36317ee971 2a7ca90a82924cfba6d72e34d481b685 288f81cc67b545609a7d7af24849de35 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 811/1711] 10.0.0.28 () {32 vars in 741 bytes} [Thu Jul 2 06:20:58 2026] DELETE /v2.0/ports/e17e2a35-a1be-458f-bebf-1aca06a2277e/tags/green => generated 99 bytes in 67 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: 901/1712] 10.0.0.28 () {32 vars in 659 bytes} [Thu Jul 2 06:20:58 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1713] 10.0.0.28 () {32 vars in 729 bytes} [Thu Jul 2 06:20:58 2026] DELETE /v2.0/ports/e17e2a35-a1be-458f-bebf-1aca06a2277e/tags => 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: 902/1714] 10.0.0.28 () {32 vars in 673 bytes} [Thu Jul 2 06:20:58 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 57 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: 903/1715] 10.0.0.28 () {32 vars in 669 bytes} [Thu Jul 2 06:20:59 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1716] 10.0.0.28 () {32 vars in 726 bytes} [Thu Jul 2 06:20:59 2026] GET /v2.0/ports/e17e2a35-a1be-458f-bebf-1aca06a2277e/tags => generated 12 bytes in 71 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: 904/1717] 10.0.0.28 () {32 vars in 681 bytes} [Thu Jul 2 06:20:59 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1718] 10.0.0.28 () {32 vars in 667 bytes} [Thu Jul 2 06:20:59 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:20:59.244 7 INFO neutron_taas.services.taas.taas_plugin [None req-f1ccd157-4188-4562-82d2-9545f40e3faf 2a7ca90a82924cfba6d72e34d481b685 288f81cc67b545609a7d7af24849de35 - - default default] TaaS: Handle Delete Port: e17e2a35-a1be-458f-bebf-1aca06a2277e 2026-07-02 06:20:59.249 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1ccd157-4188-4562-82d2-9545f40e3faf 2a7ca90a82924cfba6d72e34d481b685 288f81cc67b545609a7d7af24849de35 - - default default] Tap Mirror: Handle Delete Port: e17e2a35-a1be-458f-bebf-1aca06a2277e [pid: 8|app: 0|req: 906/1719] 10.0.0.28 () {32 vars in 681 bytes} [Thu Jul 2 06:20:59 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1720] 10.0.0.28 () {32 vars in 719 bytes} [Thu Jul 2 06:20:59 2026] DELETE /v2.0/ports/e17e2a35-a1be-458f-bebf-1aca06a2277e => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1721] 10.0.0.28 () {32 vars in 677 bytes} [Thu Jul 2 06:20:59 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: 908/1722] 10.0.0.28 () {32 vars in 689 bytes} [Thu Jul 2 06:20:59 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:20:59.449 7 INFO neutron.services.segments.plugin [-] Segment d18d339a-17da-4523-bdc5-c8815546f319 resource provider aggregate not found 2026-07-02 06:20:59.458 7 INFO neutron.services.segments.plugin [-] Segment d18d339a-17da-4523-bdc5-c8815546f319 resource provider aggregate not found 2026-07-02 06:20:59.476 7 INFO neutron.services.segments.plugin [-] Segment d18d339a-17da-4523-bdc5-c8815546f319 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 d18d339a-17da-4523-bdc5-c8815546f319 found for delete ", "request_id": "req-f65f675d-161d-4ec7-bf0f-90e1dd9a70c0"}]} 2026-07-02 06:20:59.478 7 INFO neutron.services.segments.plugin [-] Segment d18d339a-17da-4523-bdc5-c8815546f319 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 d18d339a-17da-4523-bdc5-c8815546f319 found for delete ", "request_id": "req-460cbb54-5c2c-4f51-af5b-ec17f18b6f04"}]} 2026-07-02 06:20:59.481 8 INFO neutron_taas.services.taas.taas_plugin [None req-b10bcd0f-6333-445b-8409-82155d7be413 b775d1b1e8b94820b356999d520db5b6 09b2b36712924ba391fc47471a0ed7f7 - - default default] TaaS: Handle Delete Port: 1bd8b8f4-34b7-465e-b6f9-72ef61d0bdbe 2026-07-02 06:20:59.487 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b10bcd0f-6333-445b-8409-82155d7be413 b775d1b1e8b94820b356999d520db5b6 09b2b36712924ba391fc47471a0ed7f7 - - default default] Tap Mirror: Handle Delete Port: 1bd8b8f4-34b7-465e-b6f9-72ef61d0bdbe [pid: 7|app: 0|req: 815/1723] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:20:59 2026] DELETE /v2.0/networks/feabfd2f-e310-420b-af6f-7fdfcef0b51f => 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: 909/1724] 10.0.0.28 () {32 vars in 719 bytes} [Thu Jul 2 06:20:59 2026] DELETE /v2.0/ports/1bd8b8f4-34b7-465e-b6f9-72ef61d0bdbe => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:20:59.668 7 INFO neutron_taas.services.taas.taas_plugin [None req-5eb1a5cb-d751-4125-8a18-fc746dfc878d b775d1b1e8b94820b356999d520db5b6 09b2b36712924ba391fc47471a0ed7f7 - - default default] TaaS: Handle Delete Port: 8cacff6f-cb6f-4fb3-ab47-325070314c70 2026-07-02 06:20:59.672 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5eb1a5cb-d751-4125-8a18-fc746dfc878d b775d1b1e8b94820b356999d520db5b6 09b2b36712924ba391fc47471a0ed7f7 - - default default] Tap Mirror: Handle Delete Port: 8cacff6f-cb6f-4fb3-ab47-325070314c70 [pid: 7|app: 0|req: 816/1725] 10.0.0.28 () {32 vars in 719 bytes} [Thu Jul 2 06:20:59 2026] DELETE /v2.0/ports/8cacff6f-cb6f-4fb3-ab47-325070314c70 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:20:59.858 8 INFO neutron_taas.services.taas.taas_plugin [None req-27ebabbb-1379-41ff-8b0a-791f61ccbda6 b775d1b1e8b94820b356999d520db5b6 09b2b36712924ba391fc47471a0ed7f7 - - default default] TaaS: Handle Delete Port: 457846e5-b6f3-4c47-8f73-667ced85af8d 2026-07-02 06:20:59.861 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27ebabbb-1379-41ff-8b0a-791f61ccbda6 b775d1b1e8b94820b356999d520db5b6 09b2b36712924ba391fc47471a0ed7f7 - - default default] Tap Mirror: Handle Delete Port: 457846e5-b6f3-4c47-8f73-667ced85af8d [pid: 8|app: 0|req: 910/1726] 10.0.0.28 () {32 vars in 719 bytes} [Thu Jul 2 06:20:59 2026] DELETE /v2.0/ports/457846e5-b6f3-4c47-8f73-667ced85af8d => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:21:00.015 8 INFO neutron_taas.services.taas.taas_plugin [None req-76b4a150-e964-4efe-8f2a-e81fb2e539ed b775d1b1e8b94820b356999d520db5b6 09b2b36712924ba391fc47471a0ed7f7 - - default default] TaaS: Handle Delete Port: 0d28c65c-f912-47d5-9295-09f3ebc9c143 2026-07-02 06:21:00.017 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76b4a150-e964-4efe-8f2a-e81fb2e539ed b775d1b1e8b94820b356999d520db5b6 09b2b36712924ba391fc47471a0ed7f7 - - default default] Tap Mirror: Handle Delete Port: 0d28c65c-f912-47d5-9295-09f3ebc9c143 [pid: 8|app: 0|req: 911/1727] 10.0.0.28 () {32 vars in 719 bytes} [Thu Jul 2 06:20:59 2026] DELETE /v2.0/ports/0d28c65c-f912-47d5-9295-09f3ebc9c143 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:21:00.210 8 INFO neutron_taas.services.taas.taas_plugin [None req-96ce525d-88e4-45ce-8e02-148c2e252e8e b775d1b1e8b94820b356999d520db5b6 09b2b36712924ba391fc47471a0ed7f7 - - default default] TaaS: Handle Delete Port: 00770ebd-1a6d-4a8f-a214-e19a30664891 [pid: 7|app: 0|req: 817/1728] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:20:59 2026] GET /v2.0/security-groups?tenant_id=5eda071f3ef444a6bb1e8a6184e4ef95&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:21:00.216 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96ce525d-88e4-45ce-8e02-148c2e252e8e b775d1b1e8b94820b356999d520db5b6 09b2b36712924ba391fc47471a0ed7f7 - - default default] Tap Mirror: Handle Delete Port: 00770ebd-1a6d-4a8f-a214-e19a30664891 [pid: 7|app: 0|req: 818/1729] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:21:00 2026] GET /v2.0/security-groups?tenant_id=288f81cc67b545609a7d7af24849de35&name=default => generated 2925 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1730] 10.0.0.28 () {32 vars in 719 bytes} [Thu Jul 2 06:21:00 2026] DELETE /v2.0/ports/00770ebd-1a6d-4a8f-a214-e19a30664891 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1731] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:21:00 2026] DELETE /v2.0/security-groups/0de7bc5c-18d0-4762-bb56-25badc75750c => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1732] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:21:00 2026] DELETE /v2.0/security-groups/2d95a6b7-23df-4874-9b9c-84ea4b11841c => 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: 820/1733] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:21:00 2026] DELETE /v2.0/networks/5d3accba-8644-4aeb-a09a-3715e0ec688d => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:21:00.609 8 INFO neutron.services.segments.plugin [-] Segment 32033d61-203d-49ee-b4ca-d11eec57e600 resource provider aggregate not found 2026-07-02 06:21:00.611 8 INFO neutron.services.segments.plugin [-] Segment 32033d61-203d-49ee-b4ca-d11eec57e600 resource provider aggregate not found 2026-07-02 06:21:00.632 8 INFO neutron.services.segments.plugin [-] Segment 32033d61-203d-49ee-b4ca-d11eec57e600 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 32033d61-203d-49ee-b4ca-d11eec57e600 found for delete ", "request_id": "req-b5a2a743-0052-4bb3-bbd3-89b8f28995c8"}]} 2026-07-02 06:21:00.636 8 INFO neutron.services.segments.plugin [-] Segment 32033d61-203d-49ee-b4ca-d11eec57e600 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 32033d61-203d-49ee-b4ca-d11eec57e600 found for delete ", "request_id": "req-ed0911e2-d125-419c-9fd9-9e6de5d572d9"}]} [pid: 7|app: 0|req: 821/1734] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:21:00 2026] GET /v2.0/security-groups?tenant_id=0f1f6426bed84af784612de9326c3ab3&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1735] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:21:00 2026] DELETE /v2.0/networks/cc75a96a-cbdb-494b-a5e0-4eae2e033e76 => 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: 822/1736] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:21:00 2026] DELETE /v2.0/security-groups/988b385a-d907-471b-9261-bacd3049f248 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1737] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:21:00 2026] DELETE /v2.0/networks/c2b303df-f698-4152-8d06-f9ba5b0772ad => 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: 823/1738] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:21:00 2026] DELETE /v2.0/networks/88a0a40a-0d4a-4f5f-bfe9-b938b9d207a6 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1739] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:21:00 2026] DELETE /v2.0/networks/3dc29fd2-5108-4257-9511-2bcf699aac00 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:21:01.495 7 INFO neutron.services.segments.plugin [-] Segment de209626-7181-4733-a097-d63d703420b9 resource provider aggregate not found 2026-07-02 06:21:01.509 7 INFO neutron.services.segments.plugin [-] Segment de209626-7181-4733-a097-d63d703420b9 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 de209626-7181-4733-a097-d63d703420b9 found for delete ", "request_id": "req-6db0b27e-5c9f-42cb-b519-bc9c6de411b3"}]} 2026-07-02 06:21:01.520 7 INFO neutron.services.segments.plugin [-] Segment de209626-7181-4733-a097-d63d703420b9 resource provider aggregate not found 2026-07-02 06:21:01.526 7 INFO neutron.services.segments.plugin [-] Segment 0175ebdc-46d0-42ac-9a1c-4e8295873e88 resource provider aggregate not found 2026-07-02 06:21:01.543 7 INFO neutron.services.segments.plugin [-] Segment 0175ebdc-46d0-42ac-9a1c-4e8295873e88 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 0175ebdc-46d0-42ac-9a1c-4e8295873e88 found for delete ", "request_id": "req-01165b4b-3f5e-4b59-8cab-71f2d0ff431e"}]} 2026-07-02 06:21:01.552 7 INFO neutron.services.segments.plugin [-] Segment de209626-7181-4733-a097-d63d703420b9 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 de209626-7181-4733-a097-d63d703420b9 found for delete ", "request_id": "req-e6ff4e7d-3ecf-486d-9caa-1470e3cf5bcb"}]} 2026-07-02 06:21:01.570 7 INFO neutron.services.segments.plugin [-] Segment 0175ebdc-46d0-42ac-9a1c-4e8295873e88 resource provider aggregate not found 2026-07-02 06:21:01.594 7 INFO neutron.services.segments.plugin [-] Segment 0175ebdc-46d0-42ac-9a1c-4e8295873e88 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 0175ebdc-46d0-42ac-9a1c-4e8295873e88 found for delete ", "request_id": "req-20606123-8076-40bc-a0d3-d1744bff09ee"}]} [pid: 7|app: 0|req: 824/1740] 10.0.0.16 () {34 vars in 989 bytes} [Thu Jul 2 06:21:01 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1741] 10.0.0.16 () {34 vars in 1039 bytes} [Thu Jul 2 06:21:01 2026] GET /v2.0/security-groups?id=9db83fbe-8cb1-4bfe-a734-75a2b4b0198b&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: 825/1742] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:21:01 2026] GET /v2.0/security-groups?tenant_id=6918210118c3467fba0350b467f5f48b&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1743] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:21:02 2026] DELETE /v2.0/security-groups/dc3d502d-3d1b-4182-8c1e-07397c00ca02 => 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: 826/1746] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:21:02 2026] GET /v2.0/security-groups?tenant_id=6a19a700175743d0b8f28056611b9d99&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: 921/1747] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:21:02 2026] DELETE /v2.0/security-groups/75e0c249-5468-4536-bef3-c7ee11393458 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:21:02.653 8 INFO neutron.services.segments.plugin [-] Segment 9e320571-f5b3-48b3-9c17-a93f29bce887 resource provider aggregate not found 2026-07-02 06:21:02.657 8 INFO neutron.services.segments.plugin [-] Segment 9e320571-f5b3-48b3-9c17-a93f29bce887 resource provider aggregate not found 2026-07-02 06:21:02.671 8 INFO neutron.services.segments.plugin [-] Segment 9e320571-f5b3-48b3-9c17-a93f29bce887 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 9e320571-f5b3-48b3-9c17-a93f29bce887 found for delete ", "request_id": "req-48062274-52e4-46a2-9e72-d666b0484958"}]} 2026-07-02 06:21:02.680 8 INFO neutron.services.segments.plugin [-] Segment 9e320571-f5b3-48b3-9c17-a93f29bce887 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 9e320571-f5b3-48b3-9c17-a93f29bce887 found for delete ", "request_id": "req-25def05e-312a-4100-b936-108cbc6fd4cb"}]} 2026-07-02 06:21:02.689 8 INFO neutron.services.segments.plugin [-] Segment f7e2b322-e92a-4378-bc19-e034b70eb25e resource provider aggregate not found 2026-07-02 06:21:02.700 8 INFO neutron.services.segments.plugin [-] Segment f7e2b322-e92a-4378-bc19-e034b70eb25e resource provider aggregate not found 2026-07-02 06:21:02.709 8 INFO neutron.services.segments.plugin [-] Segment f7e2b322-e92a-4378-bc19-e034b70eb25e 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 f7e2b322-e92a-4378-bc19-e034b70eb25e found for delete ", "request_id": "req-bb4d69f4-e7f0-41ec-bf0f-75050a2c729c"}]} 2026-07-02 06:21:02.732 8 INFO neutron.services.segments.plugin [-] Segment f7e2b322-e92a-4378-bc19-e034b70eb25e 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 f7e2b322-e92a-4378-bc19-e034b70eb25e found for delete ", "request_id": "req-eba7698c-9e09-456e-83f2-8e04012f6681"}]} [pid: 7|app: 0|req: 827/1748] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:21:02 2026] GET /v2.0/security-groups?tenant_id=09b2b36712924ba391fc47471a0ed7f7&name=default => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1749] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:21:02 2026] DELETE /v2.0/security-groups/a967de3e-fbfa-4bab-9103-41d891d5786d => 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: 828/1750] 10.0.0.151 () {30 vars in 650 bytes} [Thu Jul 2 06:21:03 2026] GET /v2.0/extensions => generated 21537 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1751] 10.0.0.151 () {30 vars in 724 bytes} [Thu Jul 2 06:21:04 2026] GET /v2.0/quotas/66f0674a84c243d5b4335464f1bf7d5f/details => generated 847 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:21:04.577 7 INFO neutron.db.segments_db [None req-bcb0ca7d-79d3-4f6f-8695-61263e974e31 d9a2c813d9ce48f5a6c4acaaca2a8d84 eabe0376696b43b899608cdd315b4f17 - - default default] Added segment b0e6f399-b383-47b6-b54a-80128c5d1a1b of type vxlan for network 9f750e4a-e572-472b-ad04-1dc50491175a [pid: 7|app: 0|req: 829/1752] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:21:04 2026] POST /v2.0/networks => generated 631 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1753] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:21:04 2026] POST /v2.0/subnets => generated 626 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1754] 10.0.0.28 () {34 vars in 750 bytes} [Thu Jul 2 06:21:04 2026] PUT /v2.0/subnets/dd2b5c4f-0e5a-47fc-8e4c-6eedc848f210/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1755] 10.0.0.28 () {32 vars in 730 bytes} [Thu Jul 2 06:21:04 2026] GET /v2.0/subnets/dd2b5c4f-0e5a-47fc-8e4c-6eedc848f210/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1756] 10.0.0.28 () {34 vars in 761 bytes} [Thu Jul 2 06:21:05 2026] PUT /v2.0/subnets/dd2b5c4f-0e5a-47fc-8e4c-6eedc848f210/tags/green => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1757] 10.0.0.28 () {32 vars in 730 bytes} [Thu Jul 2 06:21:05 2026] GET /v2.0/subnets/dd2b5c4f-0e5a-47fc-8e4c-6eedc848f210/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1758] 10.0.0.28 () {34 vars in 757 bytes} [Thu Jul 2 06:21:05 2026] PUT /v2.0/subnets/dd2b5c4f-0e5a-47fc-8e4c-6eedc848f210/tags/red => 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: 927/1759] 10.0.0.28 () {32 vars in 730 bytes} [Thu Jul 2 06:21:05 2026] GET /v2.0/subnets/dd2b5c4f-0e5a-47fc-8e4c-6eedc848f210/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1760] 10.0.0.28 () {34 vars in 779 bytes} [Thu Jul 2 06:21:05 2026] PUT /v2.0/subnets/dd2b5c4f-0e5a-47fc-8e4c-6eedc848f210/tags/black.or.white => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1761] 10.0.0.28 () {32 vars in 730 bytes} [Thu Jul 2 06:21:05 2026] GET /v2.0/subnets/dd2b5c4f-0e5a-47fc-8e4c-6eedc848f210/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1762] 10.0.0.28 () {34 vars in 750 bytes} [Thu Jul 2 06:21:05 2026] PUT /v2.0/subnets/dd2b5c4f-0e5a-47fc-8e4c-6eedc848f210/tags => generated 37 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1763] 10.0.0.28 () {32 vars in 730 bytes} [Thu Jul 2 06:21:05 2026] GET /v2.0/subnets/dd2b5c4f-0e5a-47fc-8e4c-6eedc848f210/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1764] 10.0.0.28 () {32 vars in 738 bytes} [Thu Jul 2 06:21:05 2026] GET /v2.0/subnets/dd2b5c4f-0e5a-47fc-8e4c-6eedc848f210/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:21:05.585 8 INFO neutron.api.v2.resource [None req-420cce1d-7c50-4d58-810e-5cadd3598e2a d9a2c813d9ce48f5a6c4acaaca2a8d84 eabe0376696b43b899608cdd315b4f17 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 930/1765] 10.0.0.28 () {32 vars in 742 bytes} [Thu Jul 2 06:21:05 2026] GET /v2.0/subnets/dd2b5c4f-0e5a-47fc-8e4c-6eedc848f210/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1766] 10.0.0.28 () {32 vars in 741 bytes} [Thu Jul 2 06:21:05 2026] DELETE /v2.0/subnets/dd2b5c4f-0e5a-47fc-8e4c-6eedc848f210/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1767] 10.0.0.28 () {32 vars in 730 bytes} [Thu Jul 2 06:21:05 2026] GET /v2.0/subnets/dd2b5c4f-0e5a-47fc-8e4c-6eedc848f210/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:21:05.743 7 INFO neutron.api.v2.resource [None req-8a52806b-7b69-4de4-81f7-c504b882d17b d9a2c813d9ce48f5a6c4acaaca2a8d84 eabe0376696b43b899608cdd315b4f17 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 837/1768] 10.0.0.28 () {32 vars in 745 bytes} [Thu Jul 2 06:21:05 2026] DELETE /v2.0/subnets/dd2b5c4f-0e5a-47fc-8e4c-6eedc848f210/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1769] 10.0.0.28 () {32 vars in 733 bytes} [Thu Jul 2 06:21:05 2026] DELETE /v2.0/subnets/dd2b5c4f-0e5a-47fc-8e4c-6eedc848f210/tags => 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: 838/1770] 10.0.0.28 () {32 vars in 730 bytes} [Thu Jul 2 06:21:05 2026] GET /v2.0/subnets/dd2b5c4f-0e5a-47fc-8e4c-6eedc848f210/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1771] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:21:05 2026] DELETE /v2.0/subnets/dd2b5c4f-0e5a-47fc-8e4c-6eedc848f210 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:21:06.118 7 INFO neutron_taas.services.taas.taas_plugin [None req-a1d5fbff-42f2-4d66-b786-477705ea7380 d9a2c813d9ce48f5a6c4acaaca2a8d84 eabe0376696b43b899608cdd315b4f17 - - default default] TaaS: Handle Delete Port: 6ec2e882-d18f-482b-ab26-4225dbfc7815 2026-07-02 06:21:06.121 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1d5fbff-42f2-4d66-b786-477705ea7380 d9a2c813d9ce48f5a6c4acaaca2a8d84 eabe0376696b43b899608cdd315b4f17 - - default default] Tap Mirror: Handle Delete Port: 6ec2e882-d18f-482b-ab26-4225dbfc7815 [pid: 8|app: 0|req: 934/1772] 10.0.0.151 () {30 vars in 650 bytes} [Thu Jul 2 06:21:06 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-07-02 06:21:06.318 7 INFO neutron.services.segments.plugin [-] Segment b0e6f399-b383-47b6-b54a-80128c5d1a1b resource provider aggregate not found 2026-07-02 06:21:06.322 7 INFO neutron.services.segments.plugin [-] Segment b0e6f399-b383-47b6-b54a-80128c5d1a1b resource provider aggregate not found [pid: 8|app: 0|req: 935/1773] 10.0.0.151 () {30 vars in 724 bytes} [Thu Jul 2 06:21:06 2026] GET /v2.0/quotas/66f0674a84c243d5b4335464f1bf7d5f/details => generated 847 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:21:06.337 7 INFO neutron.services.segments.plugin [-] Segment b0e6f399-b383-47b6-b54a-80128c5d1a1b 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 b0e6f399-b383-47b6-b54a-80128c5d1a1b found for delete ", "request_id": "req-212e718b-f378-4876-815f-e60370ea0301"}]} 2026-07-02 06:21:06.342 7 INFO neutron.services.segments.plugin [-] Segment b0e6f399-b383-47b6-b54a-80128c5d1a1b 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 b0e6f399-b383-47b6-b54a-80128c5d1a1b found for delete ", "request_id": "req-8d207ca5-3514-4eb8-8c5d-7b26132a091e"}]} [pid: 7|app: 0|req: 839/1774] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:21:06 2026] DELETE /v2.0/networks/9f750e4a-e572-472b-ad04-1dc50491175a => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1775] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:21:06 2026] GET /v2.0/security-groups?tenant_id=715d09a5721a49a69218b908994d49b9&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:21:07.266 7 INFO neutron.db.segments_db [None req-d620e9ed-d24d-4c91-b14c-251ac9dffc95 254ab27135b84043a7fe06b0d0cb69fd 198a208570ad413c98ad454ce3e8de4e - - default default] Added segment acf4a8cb-2b59-4c8d-b8be-41de2e1717dd of type vxlan for network adcd9295-db69-40e7-8066-85f3cfd761fc [pid: 8|app: 0|req: 937/1776] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:21:07 2026] DELETE /v2.0/security-groups/2dcf27dc-1d1d-45c9-ab8d-8922725a031f => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1777] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:21:07 2026] GET /v2.0/security-groups?tenant_id=eabe0376696b43b899608cdd315b4f17&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:21:07.554 7 INFO neutron.db.l3_hamode_db [None req-d620e9ed-d24d-4c91-b14c-251ac9dffc95 254ab27135b84043a7fe06b0d0cb69fd 198a208570ad413c98ad454ce3e8de4e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 939/1778] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:21:07 2026] DELETE /v2.0/security-groups/3a126e9d-cb12-40a3-bdf7-a9a1da86c27f => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:21:07.676 7 INFO neutron.db.l3_hamode_db [None req-d620e9ed-d24d-4c91-b14c-251ac9dffc95 254ab27135b84043a7fe06b0d0cb69fd 198a208570ad413c98ad454ce3e8de4e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 840/1779] 10.0.0.28 () {34 vars in 667 bytes} [Thu Jul 2 06:21:07 2026] POST /v2.0/routers => generated 474 bytes in 1139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:21:08.374 8 INFO neutron.db.l3_hamode_db [None req-d0d444d8-4ac9-4a10-a833-7c5a9d3ac5a4 254ab27135b84043a7fe06b0d0cb69fd 198a208570ad413c98ad454ce3e8de4e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:21:08.527 8 INFO neutron.db.l3_hamode_db [None req-d0d444d8-4ac9-4a10-a833-7c5a9d3ac5a4 254ab27135b84043a7fe06b0d0cb69fd 198a208570ad413c98ad454ce3e8de4e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 841/1780] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:21:08 2026] GET /v2.0/security-groups?tenant_id=66f0674a84c243d5b4335464f1bf7d5f&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1781] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:21:08 2026] DELETE /v2.0/security-groups/29bfaf73-cfff-4bd0-8edd-38c3775be292 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1782] 10.0.0.28 () {34 vars in 667 bytes} [Thu Jul 2 06:21:08 2026] POST /v2.0/routers => generated 474 bytes in 845 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:21:09.211 7 INFO neutron.db.l3_hamode_db [None req-0ad4742f-6b94-4a0d-ba35-39729fb55ba6 254ab27135b84043a7fe06b0d0cb69fd 198a208570ad413c98ad454ce3e8de4e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:21:09.332 7 INFO neutron.db.l3_hamode_db [None req-0ad4742f-6b94-4a0d-ba35-39729fb55ba6 254ab27135b84043a7fe06b0d0cb69fd 198a208570ad413c98ad454ce3e8de4e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 843/1783] 10.0.0.28 () {34 vars in 667 bytes} [Thu Jul 2 06:21:09 2026] POST /v2.0/routers => generated 474 bytes in 732 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:21:09.951 8 INFO neutron.db.l3_hamode_db [None req-7d3c9be9-f77f-4efc-aad1-b724d69c848f 254ab27135b84043a7fe06b0d0cb69fd 198a208570ad413c98ad454ce3e8de4e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:21:10.079 8 INFO neutron.db.l3_hamode_db [None req-7d3c9be9-f77f-4efc-aad1-b724d69c848f 254ab27135b84043a7fe06b0d0cb69fd 198a208570ad413c98ad454ce3e8de4e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 941/1784] 10.0.0.28 () {34 vars in 667 bytes} [Thu Jul 2 06:21:09 2026] POST /v2.0/routers => generated 474 bytes in 735 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:21:10.685 7 INFO neutron.db.l3_hamode_db [None req-7cbc7abf-f16a-449a-88ee-b41f26e72d1a 254ab27135b84043a7fe06b0d0cb69fd 198a208570ad413c98ad454ce3e8de4e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:21:10.807 7 INFO neutron.db.l3_hamode_db [None req-7cbc7abf-f16a-449a-88ee-b41f26e72d1a 254ab27135b84043a7fe06b0d0cb69fd 198a208570ad413c98ad454ce3e8de4e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:21:10.983 8 INFO neutron.db.segments_db [None req-a186f145-25b3-4c2d-8212-298ff3bafe6a 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Added segment fe164dad-aab8-4c68-a080-080df334b3e0 of type vxlan for network ef02adc2-2022-406c-96be-e5b4f0b5fcf7 [pid: 8|app: 0|req: 942/1785] 10.0.0.28 () {34 vars in 670 bytes} [Thu Jul 2 06:21:10 2026] POST /v2.0/networks => generated 741 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:21:11.279 8 INFO neutron.db.segments_db [None req-77095ee6-c275-4d14-890a-b17bdd29211c 68b689525f6246b8b28e33574191e692 884c4304a41e4bcc8b9ad8b6a2084f39 - - default default] Added segment 0404186d-fe10-4d60-a6e6-9694e0ab3640 of type vxlan for network f66a51b0-8098-4e60-b073-7a05a2e4f71f [pid: 8|app: 0|req: 943/1786] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:21:11 2026] POST /v2.0/networks => generated 632 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1787] 10.0.0.28 () {34 vars in 667 bytes} [Thu Jul 2 06:21:10 2026] POST /v2.0/routers => generated 474 bytes in 744 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:21:11.448 7 INFO neutron.db.segments_db [None req-57559a77-2ccf-49e5-9541-17f23a946382 68b689525f6246b8b28e33574191e692 884c4304a41e4bcc8b9ad8b6a2084f39 - - default default] Added segment c868e17a-f45a-4567-971c-6fed90c8bd12 of type vxlan for network 43c9426f-4a8b-4471-9983-00ce22aeae45 [pid: 7|app: 0|req: 845/1788] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:21:11 2026] POST /v2.0/networks => generated 632 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1789] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:21:11 2026] POST /v2.0/subnets => generated 688 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1790] 10.0.0.28 () {34 vars in 752 bytes} [Thu Jul 2 06:21:11 2026] PUT /v2.0/networks/f66a51b0-8098-4e60-b073-7a05a2e4f71f/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:21:11.635 8 INFO neutron.db.segments_db [None req-b692c2a0-1be2-42eb-a6ee-219e16fff766 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Added segment caa40a9e-e524-4825-9090-e9b7567bed61 of type vxlan for network f130dc98-bec9-4925-87ba-67f7725ca2df [pid: 7|app: 0|req: 846/1791] 10.0.0.28 () {34 vars in 750 bytes} [Thu Jul 2 06:21:11 2026] PUT /v2.0/routers/62826d95-d1b9-4cc3-b458-71d560fa111f/tags => generated 17 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1792] 10.0.0.28 () {32 vars in 732 bytes} [Thu Jul 2 06:21:11 2026] GET /v2.0/networks/f66a51b0-8098-4e60-b073-7a05a2e4f71f/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: 848/1793] 10.0.0.28 () {34 vars in 750 bytes} [Thu Jul 2 06:21:11 2026] PUT /v2.0/routers/221d9c09-d90f-40bb-b7ca-07e8d1ee7116/tags => generated 25 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1794] 10.0.0.28 () {34 vars in 752 bytes} [Thu Jul 2 06:21:11 2026] PUT /v2.0/networks/43c9426f-4a8b-4471-9983-00ce22aeae45/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:21:11.873 8 INFO neutron.db.l3_hamode_db [None req-b692c2a0-1be2-42eb-a6ee-219e16fff766 3ca5a49d71594c5b88f315b7c868b68e 41385aaef14943ba9269802858cd23a4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 850/1795] 10.0.0.28 () {34 vars in 750 bytes} [Thu Jul 2 06:21:11 2026] PUT /v2.0/routers/b10b729a-659c-452d-86b0-2c02f8eb63f4/tags => generated 34 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1796] 10.0.0.28 () {32 vars in 732 bytes} [Thu Jul 2 06:21:11 2026] GET /v2.0/networks/43c9426f-4a8b-4471-9983-00ce22aeae45/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1797] 10.0.0.28 () {34 vars in 750 bytes} [Thu Jul 2 06:21:11 2026] PUT /v2.0/routers/ea2b0286-2fba-41cd-81c2-43097a7e8861/tags => generated 19 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1798] 10.0.0.28 () {34 vars in 752 bytes} [Thu Jul 2 06:21:12 2026] PUT /v2.0/networks/43c9426f-4a8b-4471-9983-00ce22aeae45/tags => generated 12 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1799] 10.0.0.28 () {32 vars in 663 bytes} [Thu Jul 2 06:21:12 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1800] 10.0.0.28 () {32 vars in 732 bytes} [Thu Jul 2 06:21:12 2026] GET /v2.0/networks/43c9426f-4a8b-4471-9983-00ce22aeae45/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1801] 10.0.0.28 () {32 vars in 677 bytes} [Thu Jul 2 06:21:12 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1802] 10.0.0.28 () {32 vars in 732 bytes} [Thu Jul 2 06:21:12 2026] GET /v2.0/networks/f66a51b0-8098-4e60-b073-7a05a2e4f71f/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1803] 10.0.0.28 () {32 vars in 673 bytes} [Thu Jul 2 06:21:12 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:21:12.641 7 INFO neutron.services.segments.plugin [-] Segment 0404186d-fe10-4d60-a6e6-9694e0ab3640 resource provider aggregate not found 2026-07-02 06:21:12.648 7 INFO neutron.services.segments.plugin [-] Segment 0404186d-fe10-4d60-a6e6-9694e0ab3640 resource provider aggregate not found 2026-07-02 06:21:12.672 7 INFO neutron.services.segments.plugin [-] Segment 0404186d-fe10-4d60-a6e6-9694e0ab3640 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 0404186d-fe10-4d60-a6e6-9694e0ab3640 found for delete ", "request_id": "req-16ac0039-ec34-4474-a2d5-453bb251cf04"}]} 2026-07-02 06:21:12.673 7 INFO neutron.services.segments.plugin [-] Segment 0404186d-fe10-4d60-a6e6-9694e0ab3640 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 0404186d-fe10-4d60-a6e6-9694e0ab3640 found for delete ", "request_id": "req-05e954bb-87e2-4f68-af4b-ce2b5fc4a954"}]} [pid: 7|app: 0|req: 859/1804] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:21:12 2026] DELETE /v2.0/networks/f66a51b0-8098-4e60-b073-7a05a2e4f71f => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:21:12.752 8 INFO neutron.db.l3_hamode_db [None req-b692c2a0-1be2-42eb-a6ee-219e16fff766 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 860/1805] 10.0.0.28 () {32 vars in 685 bytes} [Thu Jul 2 06:21:12 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1806] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:21:12 2026] DELETE /v2.0/networks/43c9426f-4a8b-4471-9983-00ce22aeae45 => 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: 862/1807] 10.0.0.28 () {32 vars in 671 bytes} [Thu Jul 2 06:21:12 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1808] 10.0.0.28 () {32 vars in 685 bytes} [Thu Jul 2 06:21:13 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1809] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:13 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1810] 10.0.0.28 () {32 vars in 681 bytes} [Thu Jul 2 06:21:13 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1811] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:21:13 2026] GET /v2.0/security-groups?id=9db83fbe-8cb1-4bfe-a734-75a2b4b0198b&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: 867/1812] 10.0.0.28 () {32 vars in 693 bytes} [Thu Jul 2 06:21:13 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1813] 10.0.0.28 () {32 vars in 720 bytes} [Thu Jul 2 06:21:13 2026] GET /v2.0/routers/62826d95-d1b9-4cc3-b458-71d560fa111f => generated 485 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1814] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:13 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1815] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:21:11 2026] POST /v2.0/routers => generated 728 bytes in 2133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1816] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:21:13 2026] GET /v2.0/security-groups?id=9db83fbe-8cb1-4bfe-a734-75a2b4b0198b&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1817] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:21:13 2026] GET /v2.0/security-groups?tenant_id=917a2928d31a40b5bd9e82ede446f1ef&name=default => generated 2925 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1818] 10.0.0.28 () {34 vars in 741 bytes} [Thu Jul 2 06:21:13 2026] PUT /v2.0/routers/62826d95-d1b9-4cc3-b458-71d560fa111f => generated 485 bytes in 541 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1819] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:21:14 2026] DELETE /v2.0/security-groups/6046dd39-9f72-444a-a2b3-3d789e04652a => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1820] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:14 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1821] 10.0.0.28 () {32 vars in 735 bytes} [Thu Jul 2 06:21:14 2026] GET /v2.0/ports?device_id=62826d95-d1b9-4cc3-b458-71d560fa111f => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1822] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:21:14 2026] GET /v2.0/security-groups?id=9db83fbe-8cb1-4bfe-a734-75a2b4b0198b&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-07-02 06:21:14.424 7 INFO neutron_taas.services.taas.taas_plugin [None req-ac3ce8a5-4c93-4340-980e-ddde5fa9bed1 254ab27135b84043a7fe06b0d0cb69fd 198a208570ad413c98ad454ce3e8de4e - - default default] TaaS: Handle Delete Port: a58bd85b-dc19-4d4d-8c9d-7ba66adb72c8 2026-07-02 06:21:14.426 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac3ce8a5-4c93-4340-980e-ddde5fa9bed1 254ab27135b84043a7fe06b0d0cb69fd 198a208570ad413c98ad454ce3e8de4e - - default default] Tap Mirror: Handle Delete Port: a58bd85b-dc19-4d4d-8c9d-7ba66adb72c8 [pid: 7|app: 0|req: 875/1823] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:21:14 2026] DELETE /v2.0/routers/62826d95-d1b9-4cc3-b458-71d560fa111f => generated 0 bytes in 391 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:21:14.693 7 INFO neutron.services.segments.plugin [-] Segment c868e17a-f45a-4567-971c-6fed90c8bd12 resource provider aggregate not found 2026-07-02 06:21:14.697 7 INFO neutron.services.segments.plugin [-] Segment c868e17a-f45a-4567-971c-6fed90c8bd12 resource provider aggregate not found [pid: 7|app: 0|req: 876/1824] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:21:14 2026] GET /v2.0/security-groups?tenant_id=884c4304a41e4bcc8b9ad8b6a2084f39&name=default => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:21:14.724 7 INFO neutron.services.segments.plugin [-] Segment c868e17a-f45a-4567-971c-6fed90c8bd12 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 c868e17a-f45a-4567-971c-6fed90c8bd12 found for delete ", "request_id": "req-f580bddb-ecb3-4640-8a63-9492c066f19b"}]} 2026-07-02 06:21:14.734 7 INFO neutron.services.segments.plugin [-] Segment c868e17a-f45a-4567-971c-6fed90c8bd12 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 c868e17a-f45a-4567-971c-6fed90c8bd12 found for delete ", "request_id": "req-b141e932-c79b-4793-9d20-ba4dfd814e42"}]} [pid: 7|app: 0|req: 877/1825] 10.0.0.28 () {32 vars in 720 bytes} [Thu Jul 2 06:21:14 2026] GET /v2.0/routers/221d9c09-d90f-40bb-b7ca-07e8d1ee7116 => generated 493 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1826] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:21:14 2026] DELETE /v2.0/security-groups/72b75c45-4f5f-4bcc-bb7d-aa5c4b68562f => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1827] 10.0.0.28 () {34 vars in 782 bytes} [Thu Jul 2 06:21:13 2026] PUT /v2.0/routers/96f0db94-a5f2-4308-9af0-1f57a0967ba9/add_router_interface => generated 309 bytes in 1092 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1828] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:15 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1829] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:21:15 2026] GET /v2.0/security-groups?id=9db83fbe-8cb1-4bfe-a734-75a2b4b0198b&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: 879/1830] 10.0.0.28 () {34 vars in 741 bytes} [Thu Jul 2 06:21:14 2026] PUT /v2.0/routers/221d9c09-d90f-40bb-b7ca-07e8d1ee7116 => generated 493 bytes in 637 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1831] 10.0.0.28 () {32 vars in 735 bytes} [Thu Jul 2 06:21:15 2026] GET /v2.0/ports?device_id=221d9c09-d90f-40bb-b7ca-07e8d1ee7116 => 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: 953/1832] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:21:15 2026] GET /v2.0/ports?tenant_id=21f21d18ff224b8e9bec7ab749428b5a&device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1833] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:21:15 2026] GET /v2.0/networks?id=690462a2-fa88-476b-8afd-7df6cfa6bb2e => generated 772 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:21:15.706 7 INFO neutron_taas.services.taas.taas_plugin [None req-15de2634-c414-4e85-8e74-715b3da642b0 254ab27135b84043a7fe06b0d0cb69fd 198a208570ad413c98ad454ce3e8de4e - - default default] TaaS: Handle Delete Port: 9085706e-b8c6-47cc-afd5-657a73fb3e63 2026-07-02 06:21:15.709 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15de2634-c414-4e85-8e74-715b3da642b0 254ab27135b84043a7fe06b0d0cb69fd 198a208570ad413c98ad454ce3e8de4e - - default default] Tap Mirror: Handle Delete Port: 9085706e-b8c6-47cc-afd5-657a73fb3e63 [pid: 8|app: 0|req: 955/1834] 199.204.45.3 () {34 vars in 1058 bytes} [Thu Jul 2 06:21:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=2ef62a4a-15dd-468b-946e-d4d63cfcff91 => generated 861 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1835] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:21:15 2026] GET /v2.0/subnets?id=278a4e14-02f0-451c-9198-597422a0cd65 => generated 694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1836] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:21:15 2026] GET /v2.0/ports?network_id=690462a2-fa88-476b-8afd-7df6cfa6bb2e&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: 958/1837] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:21:15 2026] GET /v2.0/networks/690462a2-fa88-476b-8afd-7df6cfa6bb2e?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: 880/1838] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:21:15 2026] DELETE /v2.0/routers/221d9c09-d90f-40bb-b7ca-07e8d1ee7116 => generated 0 bytes in 381 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1839] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:21:15 2026] GET /v2.0/networks/690462a2-fa88-476b-8afd-7df6cfa6bb2e?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: 7|app: 0|req: 881/1840] 10.0.0.28 () {32 vars in 720 bytes} [Thu Jul 2 06:21:15 2026] GET /v2.0/routers/b10b729a-659c-452d-86b0-2c02f8eb63f4 => generated 502 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:21:16.329 7 INFO neutron.db.segments_db [None req-135a3a3f-b25d-4528-81e3-12603710c671 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Added segment 7fae28a5-f90f-4ccc-9205-0fed725408e3 of type vxlan for network c98971f6-e54b-4e76-8f81-c611c51feb61 [pid: 7|app: 0|req: 882/1841] 10.0.0.28 () {34 vars in 670 bytes} [Thu Jul 2 06:21:16 2026] POST /v2.0/networks => generated 740 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1842] 10.0.0.28 () {34 vars in 741 bytes} [Thu Jul 2 06:21:15 2026] PUT /v2.0/routers/b10b729a-659c-452d-86b0-2c02f8eb63f4 => generated 502 bytes in 600 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1843] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:16 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => 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: 962/1844] 10.0.0.28 () {32 vars in 735 bytes} [Thu Jul 2 06:21:16 2026] GET /v2.0/ports?device_id=b10b729a-659c-452d-86b0-2c02f8eb63f4 => 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: 883/1845] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:21:16 2026] POST /v2.0/subnets => generated 687 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1846] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:21:16 2026] GET /v2.0/security-groups?id=9db83fbe-8cb1-4bfe-a734-75a2b4b0198b&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:21:16.703 8 INFO neutron.db.segments_db [None req-4ee9b5a0-265c-4e5e-82ea-dfc562f01a28 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Added segment f9479ed3-c5d9-4b21-8ea6-3df9b40a03c2 of type vxlan for network 77801bdf-5dc2-4623-900c-57dc63f04218 2026-07-02 06:21:16.805 7 INFO neutron_taas.services.taas.taas_plugin [None req-a1ba6c97-2750-4fc5-9078-5ec9bfb4bdc8 254ab27135b84043a7fe06b0d0cb69fd 198a208570ad413c98ad454ce3e8de4e - - default default] TaaS: Handle Delete Port: e2b56046-b2df-4cc7-8d24-3e652aeaa80c 2026-07-02 06:21:16.808 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1ba6c97-2750-4fc5-9078-5ec9bfb4bdc8 254ab27135b84043a7fe06b0d0cb69fd 198a208570ad413c98ad454ce3e8de4e - - default default] Tap Mirror: Handle Delete Port: e2b56046-b2df-4cc7-8d24-3e652aeaa80c 2026-07-02 06:21:16.981 8 INFO neutron.db.l3_hamode_db [None req-4ee9b5a0-265c-4e5e-82ea-dfc562f01a28 3ca5a49d71594c5b88f315b7c868b68e f4b00328e9c940408495aee959787dc8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 884/1847] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:21:16 2026] DELETE /v2.0/routers/b10b729a-659c-452d-86b0-2c02f8eb63f4 => generated 0 bytes in 391 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1848] 10.0.0.28 () {32 vars in 720 bytes} [Thu Jul 2 06:21:17 2026] GET /v2.0/routers/ea2b0286-2fba-41cd-81c2-43097a7e8861 => generated 487 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1849] 10.0.0.28 () {34 vars in 741 bytes} [Thu Jul 2 06:21:17 2026] PUT /v2.0/routers/ea2b0286-2fba-41cd-81c2-43097a7e8861 => generated 487 bytes in 972 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1852] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:18 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1853] 10.0.0.28 () {32 vars in 735 bytes} [Thu Jul 2 06:21:18 2026] GET /v2.0/ports?device_id=ea2b0286-2fba-41cd-81c2-43097a7e8861 => 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: 891/1854] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:21:18 2026] GET /v2.0/security-groups?id=9db83fbe-8cb1-4bfe-a734-75a2b4b0198b&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:21:18.327 7 INFO neutron_taas.services.taas.taas_plugin [None req-8a4bcc54-9369-4a10-86cd-12289bfb9b73 254ab27135b84043a7fe06b0d0cb69fd 198a208570ad413c98ad454ce3e8de4e - - default default] TaaS: Handle Delete Port: 90eed30b-2369-4f39-ae7b-efcdb3dc111d 2026-07-02 06:21:18.330 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a4bcc54-9369-4a10-86cd-12289bfb9b73 254ab27135b84043a7fe06b0d0cb69fd 198a208570ad413c98ad454ce3e8de4e - - default default] Tap Mirror: Handle Delete Port: 90eed30b-2369-4f39-ae7b-efcdb3dc111d 2026-07-02 06:21:18.332 8 INFO neutron.db.l3_hamode_db [None req-4ee9b5a0-265c-4e5e-82ea-dfc562f01a28 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 892/1855] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:21:18 2026] DELETE /v2.0/routers/ea2b0286-2fba-41cd-81c2-43097a7e8861 => generated 0 bytes in 370 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1856] 10.0.0.28 () {32 vars in 720 bytes} [Thu Jul 2 06:21:18 2026] GET /v2.0/routers/3edad01d-814f-43e0-b374-32c32cc01c18 => generated 480 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1857] 10.0.0.28 () {34 vars in 741 bytes} [Thu Jul 2 06:21:18 2026] PUT /v2.0/routers/3edad01d-814f-43e0-b374-32c32cc01c18 => generated 480 bytes in 610 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1858] 10.0.0.28 () {32 vars in 735 bytes} [Thu Jul 2 06:21:19 2026] GET /v2.0/ports?device_id=3edad01d-814f-43e0-b374-32c32cc01c18 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1859] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:19 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1860] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:21:16 2026] POST /v2.0/routers => generated 727 bytes in 2711 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1861] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:21:19 2026] GET /v2.0/security-groups?id=9db83fbe-8cb1-4bfe-a734-75a2b4b0198b&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:21:19.478 7 INFO neutron_taas.services.taas.taas_plugin [None req-f3ec7b5b-9e69-4642-9c5f-b6543784352c 254ab27135b84043a7fe06b0d0cb69fd 198a208570ad413c98ad454ce3e8de4e - - default default] TaaS: Handle Delete Port: f1b899ae-c273-415c-8fd8-eddf5587d4db 2026-07-02 06:21:19.480 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3ec7b5b-9e69-4642-9c5f-b6543784352c 254ab27135b84043a7fe06b0d0cb69fd 198a208570ad413c98ad454ce3e8de4e - - default default] Tap Mirror: Handle Delete Port: f1b899ae-c273-415c-8fd8-eddf5587d4db 2026-07-02 06:21:19.839 7 INFO neutron.services.segments.plugin [-] Segment acf4a8cb-2b59-4c8d-b8be-41de2e1717dd resource provider aggregate not found 2026-07-02 06:21:19.848 7 INFO neutron.services.segments.plugin [-] Segment acf4a8cb-2b59-4c8d-b8be-41de2e1717dd resource provider aggregate not found 2026-07-02 06:21:19.861 7 INFO neutron.services.segments.plugin [-] Segment acf4a8cb-2b59-4c8d-b8be-41de2e1717dd 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 acf4a8cb-2b59-4c8d-b8be-41de2e1717dd found for delete ", "request_id": "req-fffa462d-0410-4a04-8142-69447cb7b9e9"}]} 2026-07-02 06:21:19.874 7 INFO neutron.services.segments.plugin [-] Segment acf4a8cb-2b59-4c8d-b8be-41de2e1717dd 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 acf4a8cb-2b59-4c8d-b8be-41de2e1717dd found for delete ", "request_id": "req-d22ab3be-c9e0-4c18-a278-cc28890d5a1d"}]} 2026-07-02 06:21:19.875 7 INFO neutron.db.l3_hamode_db [None req-f3ec7b5b-9e69-4642-9c5f-b6543784352c 254ab27135b84043a7fe06b0d0cb69fd 198a208570ad413c98ad454ce3e8de4e - - default default] HA network adcd9295-db69-40e7-8066-85f3cfd761fc was deleted as no HA routers are present in tenant 198a208570ad413c98ad454ce3e8de4e. [pid: 7|app: 0|req: 897/1862] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:21:19 2026] DELETE /v2.0/routers/3edad01d-814f-43e0-b374-32c32cc01c18 => generated 0 bytes in 575 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1863] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:20 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1864] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:21:20 2026] GET /v2.0/security-groups?id=9db83fbe-8cb1-4bfe-a734-75a2b4b0198b&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: 8|app: 0|req: 966/1865] 10.0.0.28 () {34 vars in 782 bytes} [Thu Jul 2 06:21:19 2026] PUT /v2.0/routers/6ec2bfc0-3af6-4618-90a9-83f6a0ad31bb/add_router_interface => generated 309 bytes in 1301 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1866] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:21:20 2026] GET /v2.0/security-groups?tenant_id=198a208570ad413c98ad454ce3e8de4e&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1867] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:21:21 2026] DELETE /v2.0/security-groups/a880d84d-9398-4905-831b-59fc817fd490 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1868] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:21:21 2026] GET /v2.0/security-groups?tenant_id=a835d22dcbda479588123f0112960e76&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1869] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:21:21 2026] DELETE /v2.0/security-groups/19564ca3-473b-4902-8eeb-59f9527412e1 => 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: 902/1870] 10.0.0.28 () {34 vars in 684 bytes} [Thu Jul 2 06:21:21 2026] POST /v2.0/security-groups => generated 1673 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1871] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:21 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => generated 973 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1872] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:21:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1873] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:21:21 2026] GET /v2.0/security-groups?id=9db83fbe-8cb1-4bfe-a734-75a2b4b0198b&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1874] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:21:21 2026] GET /v2.0/security-groups?tenant_id=81c34abd7a49416d9f7404d11e05591c&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1875] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:21:21 2026] POST /v2.0/security-group-rules => generated 596 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1876] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:21:21 2026] DELETE /v2.0/security-groups/038c7609-bc09-44c5-a115-2864892c4572 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1877] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:21:22 2026] POST /v2.0/security-group-rules => generated 602 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1878] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:21:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:21:22.554 7 INFO neutron.db.securitygroups_db [None req-ce938fb1-9f2f-48bc-a694-6907429f5f56 909933f019d14e50b320fa015f50470c 41385aaef14943ba9269802858cd23a4 - - default default] Project 41385aaef14943ba9269802858cd23a4 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: 907/1879] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:21:22 2026] POST /v2.0/security-group-rules => generated 607 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:21:22.759 8 INFO neutron.db.securitygroups_db [None req-6fc39c6d-943c-4376-8e90-bfbac3ce51c4 909933f019d14e50b320fa015f50470c 41385aaef14943ba9269802858cd23a4 - - default default] Project 41385aaef14943ba9269802858cd23a4 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: 973/1880] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:21:22 2026] POST /v2.0/security-group-rules => generated 606 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1881] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:23 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1882] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:21:23 2026] GET /v2.0/security-groups?id=9db83fbe-8cb1-4bfe-a734-75a2b4b0198b&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: 909/1883] 10.0.0.28 () {34 vars in 684 bytes} [Thu Jul 2 06:21:23 2026] POST /v2.0/security-groups => generated 1660 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1884] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:21:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1885] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:21:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1886] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:24 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1887] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:21:24 2026] GET /v2.0/security-groups?id=9db83fbe-8cb1-4bfe-a734-75a2b4b0198b&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: 976/1888] 10.0.0.28 () {34 vars in 675 bytes} [Thu Jul 2 06:21:23 2026] POST /v2.0/floatingips => generated 552 bytes in 573 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1889] 10.0.0.44 () {34 vars in 1097 bytes} [Thu Jul 2 06:21:24 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-243503695&fields=id&tenant_id=41385aaef14943ba9269802858cd23a4 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1890] 10.0.0.44 () {34 vars in 1097 bytes} [Thu Jul 2 06:21:24 2026] GET /v2.0/security-groups?name=tempest-securitygroup--981573804&fields=id&tenant_id=41385aaef14943ba9269802858cd23a4 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1891] 10.0.0.44 () {34 vars in 981 bytes} [Thu Jul 2 06:21:24 2026] GET /v2.0/networks?id=ef02adc2-2022-406c-96be-e5b4f0b5fcf7 => generated 673 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1892] 10.0.0.44 () {34 vars in 964 bytes} [Thu Jul 2 06:21:24 2026] GET /v2.0/quotas/41385aaef14943ba9269802858cd23a4 => 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: 915/1893] 10.0.0.44 () {34 vars in 1001 bytes} [Thu Jul 2 06:21:24 2026] GET /v2.0/ports?tenant_id=41385aaef14943ba9269802858cd23a4&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: 979/1894] 10.0.0.44 () {34 vars in 1007 bytes} [Thu Jul 2 06:21:24 2026] GET /v2.0/networks/ef02adc2-2022-406c-96be-e5b4f0b5fcf7?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1895] 10.0.0.44 () {34 vars in 1107 bytes} [Thu Jul 2 06:21:24 2026] GET /v2.0/networks/ef02adc2-2022-406c-96be-e5b4f0b5fcf7?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: 980/1896] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:24 2026] GET /v2.0/ports?device_id=36988738-b471-407c-9495-779ad1ed489e => 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: 917/1897] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:26 2026] GET /v2.0/ports?device_id=36988738-b471-407c-9495-779ad1ed489e => 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: 981/1898] 10.0.0.28 () {34 vars in 675 bytes} [Thu Jul 2 06:21:26 2026] POST /v2.0/subnetpools => generated 516 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1899] 10.0.0.28 () {34 vars in 675 bytes} [Thu Jul 2 06:21:26 2026] POST /v2.0/subnetpools => generated 516 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1900] 10.0.0.28 () {34 vars in 675 bytes} [Thu Jul 2 06:21:26 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: 919/1901] 10.0.0.28 () {34 vars in 675 bytes} [Thu Jul 2 06:21:27 2026] POST /v2.0/subnetpools => generated 516 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1902] 10.0.0.28 () {34 vars in 675 bytes} [Thu Jul 2 06:21:27 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1903] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:27 2026] GET /v2.0/ports?device_id=36988738-b471-407c-9495-779ad1ed489e => 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: 920/1904] 10.0.0.28 () {34 vars in 758 bytes} [Thu Jul 2 06:21:27 2026] PUT /v2.0/subnetpools/bd9df569-fc41-483c-879a-e0daab96f40d/tags => generated 17 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1905] 10.0.0.28 () {34 vars in 758 bytes} [Thu Jul 2 06:21:27 2026] PUT /v2.0/subnetpools/3458a63f-811c-4776-85ea-5b016a686e19/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1906] 10.0.0.28 () {34 vars in 758 bytes} [Thu Jul 2 06:21:27 2026] PUT /v2.0/subnetpools/9a434988-e9f5-4b1c-8bf3-37235ec84d25/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1907] 10.0.0.28 () {34 vars in 758 bytes} [Thu Jul 2 06:21:27 2026] PUT /v2.0/subnetpools/043b4462-77a4-4da3-9356-a7e6117fadc0/tags => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1908] 10.0.0.28 () {32 vars in 671 bytes} [Thu Jul 2 06:21:27 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1909] 10.0.0.28 () {32 vars in 685 bytes} [Thu Jul 2 06:21:27 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1910] 10.0.0.28 () {32 vars in 681 bytes} [Thu Jul 2 06:21:27 2026] GET /v2.0/subnetpools?tags-any=blue => 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: 988/1911] 10.0.0.28 () {32 vars in 693 bytes} [Thu Jul 2 06:21:27 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1912] 10.0.0.28 () {32 vars in 679 bytes} [Thu Jul 2 06:21:27 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1913] 10.0.0.28 () {32 vars in 693 bytes} [Thu Jul 2 06:21:27 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1914] 10.0.0.28 () {32 vars in 689 bytes} [Thu Jul 2 06:21:27 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1915] 10.0.0.28 () {32 vars in 701 bytes} [Thu Jul 2 06:21:27 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1916] 10.0.0.28 () {32 vars in 731 bytes} [Thu Jul 2 06:21:27 2026] DELETE /v2.0/subnetpools/bd9df569-fc41-483c-879a-e0daab96f40d => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1917] 10.0.0.28 () {32 vars in 731 bytes} [Thu Jul 2 06:21:27 2026] DELETE /v2.0/subnetpools/3458a63f-811c-4776-85ea-5b016a686e19 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1918] 10.0.0.28 () {32 vars in 731 bytes} [Thu Jul 2 06:21:27 2026] DELETE /v2.0/subnetpools/9a434988-e9f5-4b1c-8bf3-37235ec84d25 => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1919] 10.0.0.28 () {32 vars in 731 bytes} [Thu Jul 2 06:21:27 2026] DELETE /v2.0/subnetpools/043b4462-77a4-4da3-9356-a7e6117fadc0 => 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: 928/1920] 10.0.0.28 () {32 vars in 731 bytes} [Thu Jul 2 06:21:27 2026] DELETE /v2.0/subnetpools/607d215f-0e6d-4454-ab97-d9b689954702 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1921] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:28 2026] GET /v2.0/ports?device_id=36988738-b471-407c-9495-779ad1ed489e => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1922] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:21:28 2026] GET /v2.0/security-groups?tenant_id=a8aa54ce3bcd4aaa96892b02e892ee96&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1923] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:21:28 2026] DELETE /v2.0/security-groups/ac88194b-a135-49a2-8336-870da2aa22bf => 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: 930/1924] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:21:29 2026] GET /v2.0/security-groups?tenant_id=de7948fb73614cd192097e72509bda30&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1925] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:21:29 2026] GET /v2.0/networks?id=ef02adc2-2022-406c-96be-e5b4f0b5fcf7 => generated 673 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1926] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:29 2026] GET /v2.0/ports?device_id=36988738-b471-407c-9495-779ad1ed489e => 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: 997/1927] 199.204.45.3 () {34 vars in 1048 bytes} [Thu Jul 2 06:21:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=41385aaef14943ba9269802858cd23a4 => generated 272 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1928] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:21:29 2026] DELETE /v2.0/security-groups/51b064a7-a35d-4ffe-aa1a-cd0b45d70de5 => 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: 932/1929] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:21:29 2026] GET /v2.0/security-groups?tenant_id=0c7af254875a40ad9deac64bebc87012&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1930] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:21:29 2026] DELETE /v2.0/security-groups/6edaa353-9bc5-46f8-8e91-a1aa42470400 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1931] 199.204.45.3 () {38 vars in 953 bytes} [Thu Jul 2 06:21:29 2026] POST /v2.0/ports => generated 997 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1932] 199.204.45.3 () {38 vars in 1026 bytes} [Thu Jul 2 06:21:29 2026] PUT /v2.0/ports/6a3ee6f4-b490-4c05-b8e8-a7212527c286 => generated 1278 bytes in 498 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:21:30.289 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-391cce15-09af-4baa-9f45-5b3b059e0a43'] response: {'name': 'network-changed', 'server_uuid': '36988738-b471-407c-9495-779ad1ed489e', 'tag': '6a3ee6f4-b490-4c05-b8e8-a7212527c286', '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: 999/1933] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:30 2026] GET /v2.0/ports?device_id=36988738-b471-407c-9495-779ad1ed489e => generated 1012 bytes in 35 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: 935/1934] 10.0.0.44 () {34 vars in 1119 bytes} [Thu Jul 2 06:21:30 2026] GET /v2.0/security-groups?id=186c162c-fc4f-4984-be9a-cab486a54718&id=55b300c9-7eb9-4f8a-9e8f-0015eb9df5a5&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: 1000/1935] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:21:30 2026] GET /v2.0/ports?tenant_id=41385aaef14943ba9269802858cd23a4&device_id=36988738-b471-407c-9495-779ad1ed489e => generated 1281 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1936] 199.204.45.3 () {34 vars in 1016 bytes} [Thu Jul 2 06:21:30 2026] GET /v2.0/networks?tenant_id=41385aaef14943ba9269802858cd23a4&shared=False => generated 769 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1937] 199.204.45.3 () {34 vars in 928 bytes} [Thu Jul 2 06:21:30 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: 937/1938] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:31 2026] GET /v2.0/ports?device_id=36988738-b471-407c-9495-779ad1ed489e => generated 1012 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1939] 10.0.0.44 () {34 vars in 1119 bytes} [Thu Jul 2 06:21:31 2026] GET /v2.0/security-groups?id=186c162c-fc4f-4984-be9a-cab486a54718&id=55b300c9-7eb9-4f8a-9e8f-0015eb9df5a5&fields=id&fields=name => generated 205 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1940] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:21:31 2026] GET /v2.0/ports?tenant_id=41385aaef14943ba9269802858cd23a4&device_id=36988738-b471-407c-9495-779ad1ed489e => generated 1281 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1941] 199.204.45.3 () {34 vars in 1058 bytes} [Thu Jul 2 06:21:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6a3ee6f4-b490-4c05-b8e8-a7212527c286 => 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: 939/1942] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:21:32 2026] GET /v2.0/subnets?id=253a9e0a-81da-4c5d-8dd2-aedfbe2e1386 => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1943] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:21:32 2026] GET /v2.0/ports?network_id=ef02adc2-2022-406c-96be-e5b4f0b5fcf7&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: 940/1944] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:21:32 2026] GET /v2.0/networks/ef02adc2-2022-406c-96be-e5b4f0b5fcf7?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: 1005/1945] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:21:32 2026] GET /v2.0/networks/ef02adc2-2022-406c-96be-e5b4f0b5fcf7?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: 942/1948] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:32 2026] GET /v2.0/ports?device_id=36988738-b471-407c-9495-779ad1ed489e => generated 1012 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1949] 10.0.0.44 () {34 vars in 1119 bytes} [Thu Jul 2 06:21:32 2026] GET /v2.0/security-groups?id=186c162c-fc4f-4984-be9a-cab486a54718&id=55b300c9-7eb9-4f8a-9e8f-0015eb9df5a5&fields=id&fields=name => generated 205 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:21:33.090 7 INFO neutron.db.segments_db [None req-eddce8c9-1be6-41aa-8f8a-b81bbff48017 1a5bff35b11d479d946189e579ef339b c189e9b9aca34cb2bb835347446db5b1 - - default default] Added segment e8a1c823-d9f4-40e5-88f6-3148d42a0afe of type vxlan for network 26f041e7-afb0-4643-a400-0d50acecdb55 2026-07-02 06:21:33.397 7 INFO neutron.db.l3_hamode_db [None req-eddce8c9-1be6-41aa-8f8a-b81bbff48017 1a5bff35b11d479d946189e579ef339b c189e9b9aca34cb2bb835347446db5b1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:21:33.531 7 INFO neutron.db.l3_hamode_db [None req-eddce8c9-1be6-41aa-8f8a-b81bbff48017 1a5bff35b11d479d946189e579ef339b c189e9b9aca34cb2bb835347446db5b1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1008/1950] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:33 2026] GET /v2.0/ports?device_id=36988738-b471-407c-9495-779ad1ed489e => generated 1012 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1951] 10.0.0.44 () {34 vars in 1119 bytes} [Thu Jul 2 06:21:33 2026] GET /v2.0/security-groups?id=186c162c-fc4f-4984-be9a-cab486a54718&id=55b300c9-7eb9-4f8a-9e8f-0015eb9df5a5&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: 7|app: 0|req: 943/1952] 10.0.0.28 () {34 vars in 667 bytes} [Thu Jul 2 06:21:32 2026] POST /v2.0/routers => generated 474 bytes in 1205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1953] 10.0.0.28 () {34 vars in 750 bytes} [Thu Jul 2 06:21:34 2026] PUT /v2.0/routers/7a362d2a-78a7-46bf-997d-10127eb9e660/tags => generated 25 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1954] 10.0.0.28 () {32 vars in 730 bytes} [Thu Jul 2 06:21:34 2026] GET /v2.0/routers/7a362d2a-78a7-46bf-997d-10127eb9e660/tags => generated 25 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1955] 10.0.0.28 () {34 vars in 761 bytes} [Thu Jul 2 06:21:34 2026] PUT /v2.0/routers/7a362d2a-78a7-46bf-997d-10127eb9e660/tags/green => generated 4 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1956] 10.0.0.28 () {32 vars in 730 bytes} [Thu Jul 2 06:21:34 2026] GET /v2.0/routers/7a362d2a-78a7-46bf-997d-10127eb9e660/tags => generated 34 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1957] 10.0.0.28 () {34 vars in 757 bytes} [Thu Jul 2 06:21:34 2026] PUT /v2.0/routers/7a362d2a-78a7-46bf-997d-10127eb9e660/tags/red => generated 4 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1958] 10.0.0.28 () {32 vars in 730 bytes} [Thu Jul 2 06:21:34 2026] GET /v2.0/routers/7a362d2a-78a7-46bf-997d-10127eb9e660/tags => generated 34 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1959] 10.0.0.28 () {34 vars in 779 bytes} [Thu Jul 2 06:21:34 2026] PUT /v2.0/routers/7a362d2a-78a7-46bf-997d-10127eb9e660/tags/black.or.white => generated 4 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1960] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:35 2026] GET /v2.0/ports?device_id=36988738-b471-407c-9495-779ad1ed489e => generated 1012 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1961] 10.0.0.28 () {32 vars in 730 bytes} [Thu Jul 2 06:21:35 2026] GET /v2.0/routers/7a362d2a-78a7-46bf-997d-10127eb9e660/tags => generated 52 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1962] 10.0.0.44 () {34 vars in 1119 bytes} [Thu Jul 2 06:21:35 2026] GET /v2.0/security-groups?id=186c162c-fc4f-4984-be9a-cab486a54718&id=55b300c9-7eb9-4f8a-9e8f-0015eb9df5a5&fields=id&fields=name => generated 205 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1963] 10.0.0.28 () {34 vars in 750 bytes} [Thu Jul 2 06:21:35 2026] PUT /v2.0/routers/7a362d2a-78a7-46bf-997d-10127eb9e660/tags => generated 37 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1964] 10.0.0.28 () {32 vars in 730 bytes} [Thu Jul 2 06:21:35 2026] GET /v2.0/routers/7a362d2a-78a7-46bf-997d-10127eb9e660/tags => generated 37 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1965] 199.204.45.3 () {34 vars in 992 bytes} [Thu Jul 2 06:21:35 2026] GET /v2.0/ports?device_id=36988738-b471-407c-9495-779ad1ed489e => generated 1281 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1966] 199.204.45.3 () {34 vars in 1122 bytes} [Thu Jul 2 06:21:35 2026] GET /v2.0/security-groups?id=186c162c-fc4f-4984-be9a-cab486a54718&id=55b300c9-7eb9-4f8a-9e8f-0015eb9df5a5&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: 7|app: 0|req: 949/1967] 10.0.0.28 () {32 vars in 738 bytes} [Thu Jul 2 06:21:35 2026] GET /v2.0/routers/7a362d2a-78a7-46bf-997d-10127eb9e660/tags/red => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:21:35.590 8 INFO neutron.api.v2.resource [None req-383e1692-93fb-45e2-9778-694ec54d2812 1a5bff35b11d479d946189e579ef339b c189e9b9aca34cb2bb835347446db5b1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1019/1968] 10.0.0.28 () {32 vars in 742 bytes} [Thu Jul 2 06:21:35 2026] GET /v2.0/routers/7a362d2a-78a7-46bf-997d-10127eb9e660/tags/green => generated 99 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1969] 10.0.0.28 () {32 vars in 741 bytes} [Thu Jul 2 06:21:35 2026] DELETE /v2.0/routers/7a362d2a-78a7-46bf-997d-10127eb9e660/tags/red => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1970] 10.0.0.28 () {32 vars in 730 bytes} [Thu Jul 2 06:21:35 2026] GET /v2.0/routers/7a362d2a-78a7-46bf-997d-10127eb9e660/tags => generated 30 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:21:35.940 7 INFO neutron.api.v2.resource [None req-fe9012a2-23dd-42d7-8d1d-e88ee09e05cf 1a5bff35b11d479d946189e579ef339b c189e9b9aca34cb2bb835347446db5b1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 951/1971] 10.0.0.28 () {32 vars in 745 bytes} [Thu Jul 2 06:21:35 2026] DELETE /v2.0/routers/7a362d2a-78a7-46bf-997d-10127eb9e660/tags/green => generated 99 bytes in 111 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1972] 10.0.0.28 () {32 vars in 733 bytes} [Thu Jul 2 06:21:35 2026] DELETE /v2.0/routers/7a362d2a-78a7-46bf-997d-10127eb9e660/tags => 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: 952/1973] 10.0.0.16 () {34 vars in 989 bytes} [Thu Jul 2 06:21:35 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => generated 1244 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1974] 10.0.0.16 () {34 vars in 1039 bytes} [Thu Jul 2 06:21:36 2026] GET /v2.0/security-groups?id=9db83fbe-8cb1-4bfe-a734-75a2b4b0198b&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: 1022/1975] 10.0.0.28 () {32 vars in 730 bytes} [Thu Jul 2 06:21:36 2026] GET /v2.0/routers/7a362d2a-78a7-46bf-997d-10127eb9e660/tags => generated 12 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1976] 10.0.0.28 () {32 vars in 720 bytes} [Thu Jul 2 06:21:36 2026] GET /v2.0/routers/7a362d2a-78a7-46bf-997d-10127eb9e660 => generated 480 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1977] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:36 2026] GET /v2.0/ports?device_id=36988738-b471-407c-9495-779ad1ed489e => generated 1014 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1978] 10.0.0.44 () {34 vars in 1119 bytes} [Thu Jul 2 06:21:36 2026] GET /v2.0/security-groups?id=186c162c-fc4f-4984-be9a-cab486a54718&id=55b300c9-7eb9-4f8a-9e8f-0015eb9df5a5&fields=id&fields=name => generated 205 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1979] 10.0.0.28 () {34 vars in 741 bytes} [Thu Jul 2 06:21:36 2026] PUT /v2.0/routers/7a362d2a-78a7-46bf-997d-10127eb9e660 => generated 480 bytes in 560 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/1980] 10.0.0.28 () {32 vars in 735 bytes} [Thu Jul 2 06:21:36 2026] GET /v2.0/ports?device_id=7a362d2a-78a7-46bf-997d-10127eb9e660 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:21:37.045 7 INFO neutron_taas.services.taas.taas_plugin [None req-d44be1ba-56f1-4762-a516-9f5ff24d0323 1a5bff35b11d479d946189e579ef339b c189e9b9aca34cb2bb835347446db5b1 - - default default] TaaS: Handle Delete Port: 15c649c9-8ab9-466c-82e4-cd89e1421494 2026-07-02 06:21:37.048 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d44be1ba-56f1-4762-a516-9f5ff24d0323 1a5bff35b11d479d946189e579ef339b c189e9b9aca34cb2bb835347446db5b1 - - default default] Tap Mirror: Handle Delete Port: 15c649c9-8ab9-466c-82e4-cd89e1421494 2026-07-02 06:21:37.423 7 INFO neutron.services.segments.plugin [-] Segment e8a1c823-d9f4-40e5-88f6-3148d42a0afe resource provider aggregate not found [pid: 8|app: 0|req: 1026/1981] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:37 2026] GET /v2.0/ports?device_id=36988738-b471-407c-9495-779ad1ed489e => generated 1014 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:21:37.431 7 INFO neutron.services.segments.plugin [-] Segment e8a1c823-d9f4-40e5-88f6-3148d42a0afe resource provider aggregate not found 2026-07-02 06:21:37.439 7 INFO neutron.services.segments.plugin [-] Segment e8a1c823-d9f4-40e5-88f6-3148d42a0afe 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 e8a1c823-d9f4-40e5-88f6-3148d42a0afe found for delete ", "request_id": "req-7fe598dd-4997-4ffc-9156-f80d515a8c0d"}]} 2026-07-02 06:21:37.450 7 INFO neutron.services.segments.plugin [-] Segment e8a1c823-d9f4-40e5-88f6-3148d42a0afe 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 e8a1c823-d9f4-40e5-88f6-3148d42a0afe found for delete ", "request_id": "req-5d70a870-1e58-4a17-b5ce-941c8bf9104b"}]} 2026-07-02 06:21:37.459 7 INFO neutron.db.l3_hamode_db [None req-d44be1ba-56f1-4762-a516-9f5ff24d0323 1a5bff35b11d479d946189e579ef339b c189e9b9aca34cb2bb835347446db5b1 - - default default] HA network 26f041e7-afb0-4643-a400-0d50acecdb55 was deleted as no HA routers are present in tenant c189e9b9aca34cb2bb835347446db5b1. [pid: 8|app: 0|req: 1027/1982] 10.0.0.44 () {34 vars in 1119 bytes} [Thu Jul 2 06:21:37 2026] GET /v2.0/security-groups?id=186c162c-fc4f-4984-be9a-cab486a54718&id=55b300c9-7eb9-4f8a-9e8f-0015eb9df5a5&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: 7|app: 0|req: 956/1983] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:21:36 2026] DELETE /v2.0/routers/7a362d2a-78a7-46bf-997d-10127eb9e660 => generated 0 bytes in 635 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/1984] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:37 2026] GET /v2.0/ports?device_id=36988738-b471-407c-9495-779ad1ed489e => generated 1014 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:21:38.035 7 INFO neutron.db.l3_db [None req-e9cf7e9b-f365-4285-b3be-33e532c43c31 909933f019d14e50b320fa015f50470c 41385aaef14943ba9269802858cd23a4 - - default default] Floating IP 2c7278b6-c9e1-459e-8c97-e6f54bb57e01 associated. External IP: 10.96.250.206, port: 6a3ee6f4-b490-4c05-b8e8-a7212527c286. [pid: 7|app: 0|req: 957/1985] 10.0.0.28 () {34 vars in 748 bytes} [Thu Jul 2 06:21:37 2026] PUT /v2.0/floatingips/2c7278b6-c9e1-459e-8c97-e6f54bb57e01 => generated 856 bytes in 798 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:21:38.404 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-94dca591-d0d3-4da0-b44a-32713442651f'] response: {'name': 'network-changed', 'server_uuid': '36988738-b471-407c-9495-779ad1ed489e', 'tag': '6a3ee6f4-b490-4c05-b8e8-a7212527c286', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1029/1986] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:21:38 2026] GET /v2.0/security-groups?tenant_id=fd32b62d8bc8472097de1e65e43b5806&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1987] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:21:38 2026] DELETE /v2.0/security-groups/27fb0c86-ac52-4b6e-9f75-7684e2ff4d05 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/1988] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:21:38 2026] GET /v2.0/security-groups?tenant_id=c189e9b9aca34cb2bb835347446db5b1&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1989] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:21:38 2026] DELETE /v2.0/security-groups/5269377c-b5b5-4879-ad4c-d897e3be03d5 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/1990] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:21:38 2026] GET /v2.0/ports?tenant_id=41385aaef14943ba9269802858cd23a4&device_id=36988738-b471-407c-9495-779ad1ed489e => generated 1283 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1991] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:21:38 2026] GET /v2.0/networks?id=ef02adc2-2022-406c-96be-e5b4f0b5fcf7 => generated 769 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/1992] 199.204.45.3 () {34 vars in 1058 bytes} [Thu Jul 2 06:21:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6a3ee6f4-b490-4c05-b8e8-a7212527c286 => generated 859 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1993] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:21:39 2026] GET /v2.0/subnets?id=253a9e0a-81da-4c5d-8dd2-aedfbe2e1386 => generated 691 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/1994] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:21:39 2026] GET /v2.0/ports?network_id=ef02adc2-2022-406c-96be-e5b4f0b5fcf7&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: 962/1995] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:21:39 2026] GET /v2.0/networks/ef02adc2-2022-406c-96be-e5b4f0b5fcf7?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: 1034/1996] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:21:39 2026] GET /v2.0/networks/ef02adc2-2022-406c-96be-e5b4f0b5fcf7?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) 2026-07-02 06:21:42.483 7 INFO neutron.db.segments_db [None req-e291167a-a9bd-431c-b75b-ef6d453c8e71 2aec0e3f7a8b4b70a3309e8706d65245 9411e7d69f024fb9a9e20a1e634c6e51 - - default default] Added segment 23437ca1-b352-4e06-8c31-4112c81c7177 of type vxlan for network f089c38c-472c-4515-bfb4-43825bfcb929 [pid: 7|app: 0|req: 963/1997] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:21:42 2026] POST /v2.0/networks => generated 632 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/1998] 10.0.0.28 () {34 vars in 663 bytes} [Thu Jul 2 06:21:42 2026] POST /v2.0/ports => generated 743 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1999] 10.0.0.28 () {34 vars in 665 bytes} [Thu Jul 2 06:21:42 2026] POST /v2.0/trunks => generated 407 bytes in 141 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: 1036/2000] 10.0.0.28 () {34 vars in 748 bytes} [Thu Jul 2 06:21:42 2026] PUT /v2.0/trunks/a3d87ac2-9cd4-4687-ad38-3d4b73de1c7c/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/2001] 10.0.0.28 () {32 vars in 728 bytes} [Thu Jul 2 06:21:43 2026] GET /v2.0/trunks/a3d87ac2-9cd4-4687-ad38-3d4b73de1c7c/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2002] 10.0.0.28 () {34 vars in 759 bytes} [Thu Jul 2 06:21:43 2026] PUT /v2.0/trunks/a3d87ac2-9cd4-4687-ad38-3d4b73de1c7c/tags/green => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/2003] 10.0.0.28 () {32 vars in 728 bytes} [Thu Jul 2 06:21:43 2026] GET /v2.0/trunks/a3d87ac2-9cd4-4687-ad38-3d4b73de1c7c/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: 1038/2004] 10.0.0.28 () {34 vars in 755 bytes} [Thu Jul 2 06:21:43 2026] PUT /v2.0/trunks/a3d87ac2-9cd4-4687-ad38-3d4b73de1c7c/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/2005] 10.0.0.28 () {32 vars in 728 bytes} [Thu Jul 2 06:21:43 2026] GET /v2.0/trunks/a3d87ac2-9cd4-4687-ad38-3d4b73de1c7c/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2006] 10.0.0.28 () {34 vars in 777 bytes} [Thu Jul 2 06:21:43 2026] PUT /v2.0/trunks/a3d87ac2-9cd4-4687-ad38-3d4b73de1c7c/tags/black.or.white => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/2007] 10.0.0.28 () {32 vars in 728 bytes} [Thu Jul 2 06:21:43 2026] GET /v2.0/trunks/a3d87ac2-9cd4-4687-ad38-3d4b73de1c7c/tags => generated 52 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2008] 10.0.0.28 () {34 vars in 748 bytes} [Thu Jul 2 06:21:43 2026] PUT /v2.0/trunks/a3d87ac2-9cd4-4687-ad38-3d4b73de1c7c/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2009] 10.0.0.28 () {32 vars in 728 bytes} [Thu Jul 2 06:21:43 2026] GET /v2.0/trunks/a3d87ac2-9cd4-4687-ad38-3d4b73de1c7c/tags => generated 37 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2010] 10.0.0.28 () {32 vars in 736 bytes} [Thu Jul 2 06:21:43 2026] GET /v2.0/trunks/a3d87ac2-9cd4-4687-ad38-3d4b73de1c7c/tags/red => generated 0 bytes in 22 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:21:43.456 7 INFO neutron.api.v2.resource [None req-3a49b0bb-80a4-47ac-9dc7-fa1b974b202d 2aec0e3f7a8b4b70a3309e8706d65245 9411e7d69f024fb9a9e20a1e634c6e51 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 970/2011] 10.0.0.28 () {32 vars in 740 bytes} [Thu Jul 2 06:21:43 2026] GET /v2.0/trunks/a3d87ac2-9cd4-4687-ad38-3d4b73de1c7c/tags/green => generated 99 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2012] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:21:43 2026] DELETE /v2.0/trunks/a3d87ac2-9cd4-4687-ad38-3d4b73de1c7c/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/2013] 10.0.0.28 () {32 vars in 728 bytes} [Thu Jul 2 06:21:43 2026] GET /v2.0/trunks/a3d87ac2-9cd4-4687-ad38-3d4b73de1c7c/tags => generated 30 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:21:43.557 8 INFO neutron.api.v2.resource [None req-3c40b7e1-f3ac-48f1-9755-e936a4a26a40 2aec0e3f7a8b4b70a3309e8706d65245 9411e7d69f024fb9a9e20a1e634c6e51 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1043/2014] 10.0.0.28 () {32 vars in 743 bytes} [Thu Jul 2 06:21:43 2026] DELETE /v2.0/trunks/a3d87ac2-9cd4-4687-ad38-3d4b73de1c7c/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/2015] 10.0.0.28 () {32 vars in 731 bytes} [Thu Jul 2 06:21:43 2026] DELETE /v2.0/trunks/a3d87ac2-9cd4-4687-ad38-3d4b73de1c7c/tags => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2016] 10.0.0.28 () {32 vars in 728 bytes} [Thu Jul 2 06:21:43 2026] GET /v2.0/trunks/a3d87ac2-9cd4-4687-ad38-3d4b73de1c7c/tags => 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: 973/2017] 10.0.0.28 () {32 vars in 718 bytes} [Thu Jul 2 06:21:43 2026] GET /v2.0/trunks/a3d87ac2-9cd4-4687-ad38-3d4b73de1c7c => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2018] 10.0.0.28 () {32 vars in 716 bytes} [Thu Jul 2 06:21:43 2026] GET /v2.0/ports/edac0546-38d8-4fb5-86b9-1f57ef468662 => generated 826 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2019] 10.0.0.28 () {32 vars in 721 bytes} [Thu Jul 2 06:21:43 2026] DELETE /v2.0/trunks/a3d87ac2-9cd4-4687-ad38-3d4b73de1c7c => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:21:43.886 8 INFO neutron_taas.services.taas.taas_plugin [None req-963729ca-6032-46cc-8b42-0222295a8a05 2aec0e3f7a8b4b70a3309e8706d65245 9411e7d69f024fb9a9e20a1e634c6e51 - - default default] TaaS: Handle Delete Port: edac0546-38d8-4fb5-86b9-1f57ef468662 2026-07-02 06:21:43.890 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-963729ca-6032-46cc-8b42-0222295a8a05 2aec0e3f7a8b4b70a3309e8706d65245 9411e7d69f024fb9a9e20a1e634c6e51 - - default default] Tap Mirror: Handle Delete Port: edac0546-38d8-4fb5-86b9-1f57ef468662 [pid: 8|app: 0|req: 1046/2020] 10.0.0.28 () {32 vars in 719 bytes} [Thu Jul 2 06:21:43 2026] DELETE /v2.0/ports/edac0546-38d8-4fb5-86b9-1f57ef468662 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:21:44.109 7 INFO neutron.services.segments.plugin [-] Segment 23437ca1-b352-4e06-8c31-4112c81c7177 resource provider aggregate not found 2026-07-02 06:21:44.114 7 INFO neutron.services.segments.plugin [-] Segment 23437ca1-b352-4e06-8c31-4112c81c7177 resource provider aggregate not found 2026-07-02 06:21:44.135 7 INFO neutron.services.segments.plugin [-] Segment 23437ca1-b352-4e06-8c31-4112c81c7177 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 23437ca1-b352-4e06-8c31-4112c81c7177 found for delete ", "request_id": "req-36928ca4-7d52-431d-81ee-f1e5ed2baf42"}]} 2026-07-02 06:21:44.141 7 INFO neutron.services.segments.plugin [-] Segment 23437ca1-b352-4e06-8c31-4112c81c7177 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 23437ca1-b352-4e06-8c31-4112c81c7177 found for delete ", "request_id": "req-ea4aa925-6e2d-47ba-aa82-0ab5f1f4ddf1"}]} [pid: 7|app: 0|req: 975/2021] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:21:43 2026] DELETE /v2.0/networks/f089c38c-472c-4515-bfb4-43825bfcb929 => 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: 1047/2022] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:21:44 2026] GET /v2.0/security-groups?tenant_id=9411e7d69f024fb9a9e20a1e634c6e51&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: 976/2023] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:21:44 2026] DELETE /v2.0/security-groups/b96fbec6-f0f5-4c0a-a5d1-a81b6ec131c2 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2024] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:21:45 2026] GET /v2.0/security-groups?tenant_id=155606a5086a405eb0a570c2d184caa0&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2025] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:21:45 2026] DELETE /v2.0/security-groups/a90f8409-a784-4cc0-bcda-d75fb186e4d0 => 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: 1049/2026] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:45 2026] GET /v2.0/ports?device_id=36988738-b471-407c-9495-779ad1ed489e => generated 1014 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/2027] 10.0.0.44 () {34 vars in 1119 bytes} [Thu Jul 2 06:21:45 2026] GET /v2.0/security-groups?id=186c162c-fc4f-4984-be9a-cab486a54718&id=55b300c9-7eb9-4f8a-9e8f-0015eb9df5a5&fields=id&fields=name => generated 205 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2028] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:45 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => 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: 980/2029] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:21:46 2026] GET /v2.0/security-groups?id=9db83fbe-8cb1-4bfe-a734-75a2b4b0198b&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: 8|app: 0|req: 1050/2030] 10.0.0.28 () {32 vars in 735 bytes} [Thu Jul 2 06:21:45 2026] GET /v2.0/ports?device_id=36988738-b471-407c-9495-779ad1ed489e => generated 1283 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2031] 10.0.0.28 () {32 vars in 857 bytes} [Thu Jul 2 06:21:46 2026] GET /v2.0/floatingips?floating_network_id=164cf595-8aa6-4ad1-8acb-0f35f2c9f97b&port_id=6a3ee6f4-b490-4c05-b8e8-a7212527c286 => generated 861 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2032] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:46 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2033] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:21:46 2026] GET /v2.0/security-groups?id=9db83fbe-8cb1-4bfe-a734-75a2b4b0198b&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: 1052/2034] 10.0.0.16 () {34 vars in 989 bytes} [Thu Jul 2 06:21:46 2026] GET /v2.0/ports?device_id=36988738-b471-407c-9495-779ad1ed489e => generated 1283 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2035] 10.0.0.16 () {34 vars in 1119 bytes} [Thu Jul 2 06:21:46 2026] GET /v2.0/security-groups?id=186c162c-fc4f-4984-be9a-cab486a54718&id=55b300c9-7eb9-4f8a-9e8f-0015eb9df5a5&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: 7|app: 0|req: 985/2038] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:47 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2039] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:21:47 2026] GET /v2.0/security-groups?id=9db83fbe-8cb1-4bfe-a734-75a2b4b0198b&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: 986/2040] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:48 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2041] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:21:48 2026] GET /v2.0/security-groups?id=9db83fbe-8cb1-4bfe-a734-75a2b4b0198b&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: 987/2042] 199.204.45.3 () {34 vars in 992 bytes} [Thu Jul 2 06:21:48 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:21:48.813 8 INFO neutron_taas.services.taas.taas_plugin [req-c3b89099-b2e1-4a32-b819-c1e96496f112 req-178456fa-a918-4a9f-8ee6-97a69d94e1bf 78924d206ff940e591097f4a39d1b079 21f21d18ff224b8e9bec7ab749428b5a - - default default] TaaS: Handle Delete Port: 2ef62a4a-15dd-468b-946e-d4d63cfcff91 2026-07-02 06:21:48.816 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c3b89099-b2e1-4a32-b819-c1e96496f112 req-178456fa-a918-4a9f-8ee6-97a69d94e1bf 78924d206ff940e591097f4a39d1b079 21f21d18ff224b8e9bec7ab749428b5a - - default default] Tap Mirror: Handle Delete Port: 2ef62a4a-15dd-468b-946e-d4d63cfcff91 2026-07-02 06:21:48.932 8 INFO neutron.db.l3_db [req-c3b89099-b2e1-4a32-b819-c1e96496f112 req-178456fa-a918-4a9f-8ee6-97a69d94e1bf 78924d206ff940e591097f4a39d1b079 21f21d18ff224b8e9bec7ab749428b5a - - default default] Floating IP 6001ca68-c60f-4504-b80f-f1af1c8168c7 disassociated. External IP: 10.96.250.210, port: 2ef62a4a-15dd-468b-946e-d4d63cfcff91. [pid: 7|app: 0|req: 988/2043] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:21:48 2026] GET /v2.0/security-groups?tenant_id=5d634c0e5ca94d8f8cfd38e0f080f8fc&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2044] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:21:49 2026] DELETE /v2.0/security-groups/4500fb84-546f-4cf4-811c-43cb5362db87 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2045] 199.204.45.3 () {36 vars in 995 bytes} [Thu Jul 2 06:21:48 2026] DELETE /v2.0/ports/2ef62a4a-15dd-468b-946e-d4d63cfcff91 => generated 0 bytes in 645 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:21:49.384 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ee60d55-fc53-4574-8376-cf3d3d36ffb5'] response: {'server_uuid': 'ff5560dc-2593-43d8-9c7d-14e87914f9a3', 'name': 'network-vif-deleted', 'tag': '2ef62a4a-15dd-468b-946e-d4d63cfcff91', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 990/2046] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:21:49 2026] GET /v2.0/security-groups?tenant_id=385d2ac73b5048e6b1fb8f5dc6987757&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2047] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:21:49 2026] DELETE /v2.0/security-groups/93d36750-6715-412c-bc76-fd6a851e5bad => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2048] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:49 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => 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: 1058/2049] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:49 2026] GET /v2.0/ports?device_id=36988738-b471-407c-9495-779ad1ed489e => generated 1014 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2050] 10.0.0.44 () {34 vars in 1119 bytes} [Thu Jul 2 06:21:49 2026] GET /v2.0/security-groups?id=186c162c-fc4f-4984-be9a-cab486a54718&id=55b300c9-7eb9-4f8a-9e8f-0015eb9df5a5&fields=id&fields=name => generated 205 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2051] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:50 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => 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: 993/2052] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:50 2026] GET /v2.0/ports?device_id=36988738-b471-407c-9495-779ad1ed489e => generated 1014 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2053] 10.0.0.44 () {34 vars in 1119 bytes} [Thu Jul 2 06:21:51 2026] GET /v2.0/security-groups?id=186c162c-fc4f-4984-be9a-cab486a54718&id=55b300c9-7eb9-4f8a-9e8f-0015eb9df5a5&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: 7|app: 0|req: 994/2054] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:51 2026] GET /v2.0/ports?device_id=ff5560dc-2593-43d8-9c7d-14e87914f9a3 => 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: 995/2055] 199.204.45.3 () {34 vars in 992 bytes} [Thu Jul 2 06:21:52 2026] GET /v2.0/ports?device_id=36988738-b471-407c-9495-779ad1ed489e => generated 1014 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2056] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:52 2026] GET /v2.0/ports?device_id=36988738-b471-407c-9495-779ad1ed489e => generated 1014 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2057] 10.0.0.44 () {34 vars in 1119 bytes} [Thu Jul 2 06:21:52 2026] GET /v2.0/security-groups?id=186c162c-fc4f-4984-be9a-cab486a54718&id=55b300c9-7eb9-4f8a-9e8f-0015eb9df5a5&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:21:52.307 7 INFO neutron_taas.services.taas.taas_plugin [req-09860404-b342-4ab9-b5aa-41be4958f8e0 req-c26c3c48-1f41-4589-8e30-fd4de7c2b57e 909933f019d14e50b320fa015f50470c 41385aaef14943ba9269802858cd23a4 - - default default] TaaS: Handle Delete Port: 6a3ee6f4-b490-4c05-b8e8-a7212527c286 2026-07-02 06:21:52.311 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-09860404-b342-4ab9-b5aa-41be4958f8e0 req-c26c3c48-1f41-4589-8e30-fd4de7c2b57e 909933f019d14e50b320fa015f50470c 41385aaef14943ba9269802858cd23a4 - - default default] Tap Mirror: Handle Delete Port: 6a3ee6f4-b490-4c05-b8e8-a7212527c286 2026-07-02 06:21:52.455 7 INFO neutron.db.l3_db [req-09860404-b342-4ab9-b5aa-41be4958f8e0 req-c26c3c48-1f41-4589-8e30-fd4de7c2b57e 909933f019d14e50b320fa015f50470c 41385aaef14943ba9269802858cd23a4 - - default default] Floating IP 2c7278b6-c9e1-459e-8c97-e6f54bb57e01 disassociated. External IP: 10.96.250.206, port: 6a3ee6f4-b490-4c05-b8e8-a7212527c286. [pid: 7|app: 0|req: 996/2058] 199.204.45.3 () {36 vars in 995 bytes} [Thu Jul 2 06:21:52 2026] DELETE /v2.0/ports/6a3ee6f4-b490-4c05-b8e8-a7212527c286 => generated 0 bytes in 648 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:21:52.866 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a1d8e05a-8f7f-464d-8ac2-ed46429e6bd9'] response: {'server_uuid': '36988738-b471-407c-9495-779ad1ed489e', 'name': 'network-vif-deleted', 'tag': '6a3ee6f4-b490-4c05-b8e8-a7212527c286', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1063/2059] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:21:52 2026] DELETE /v2.0/security-groups/9db83fbe-8cb1-4bfe-a734-75a2b4b0198b => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:21:53.079 7 INFO neutron.api.v2.resource [None req-265361c8-92f3-4e6e-8af8-0bc31c6379a2 78924d206ff940e591097f4a39d1b079 21f21d18ff224b8e9bec7ab749428b5a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 997/2060] 10.0.0.28 () {32 vars in 736 bytes} [Thu Jul 2 06:21:53 2026] GET /v2.0/security-groups/9db83fbe-8cb1-4bfe-a734-75a2b4b0198b => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:21:53.210 8 INFO neutron_taas.services.taas.taas_plugin [None req-d08134db-c07d-4cf5-bfc4-1e03e07bb4f4 78924d206ff940e591097f4a39d1b079 21f21d18ff224b8e9bec7ab749428b5a - - default default] TaaS: Handle Delete Port: 8a3a1070-d57e-456a-b191-5bceff30212f 2026-07-02 06:21:53.212 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d08134db-c07d-4cf5-bfc4-1e03e07bb4f4 78924d206ff940e591097f4a39d1b079 21f21d18ff224b8e9bec7ab749428b5a - - default default] Tap Mirror: Handle Delete Port: 8a3a1070-d57e-456a-b191-5bceff30212f [pid: 7|app: 0|req: 998/2061] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:53 2026] GET /v2.0/ports?device_id=36988738-b471-407c-9495-779ad1ed489e => 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: 1064/2062] 10.0.0.28 () {32 vars in 731 bytes} [Thu Jul 2 06:21:53 2026] DELETE /v2.0/floatingips/6001ca68-c60f-4504-b80f-f1af1c8168c7 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:21:53.766 7 INFO neutron_taas.services.taas.taas_plugin [None req-609193b1-8691-4964-8140-66ecf6c0f201 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: 332c6919-6fa5-4a2d-adb6-bbb6eec8fa37 2026-07-02 06:21:53.769 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-609193b1-8691-4964-8140-66ecf6c0f201 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: 332c6919-6fa5-4a2d-adb6-bbb6eec8fa37 [pid: 7|app: 0|req: 999/2063] 10.0.0.28 () {34 vars in 788 bytes} [Thu Jul 2 06:21:53 2026] PUT /v2.0/routers/6e556244-1035-48fa-8d86-9ba112d9a682/remove_router_interface => generated 309 bytes in 979 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2064] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:54 2026] GET /v2.0/ports?device_id=36988738-b471-407c-9495-779ad1ed489e => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:21:54.575 8 INFO neutron_taas.services.taas.taas_plugin [None req-87965eff-f233-4ea5-a14b-d04785beacaa 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: e9419f0b-eb96-45d5-ac4d-0d5238366030 2026-07-02 06:21:54.578 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87965eff-f233-4ea5-a14b-d04785beacaa 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: e9419f0b-eb96-45d5-ac4d-0d5238366030 2026-07-02 06:21:54.817 8 INFO neutron_taas.services.taas.taas_plugin [None req-87965eff-f233-4ea5-a14b-d04785beacaa 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: 99dc71e3-4ce4-4e2d-90f7-d5e1642986ed 2026-07-02 06:21:54.820 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87965eff-f233-4ea5-a14b-d04785beacaa 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: 99dc71e3-4ce4-4e2d-90f7-d5e1642986ed 2026-07-02 06:21:55.178 8 INFO neutron.services.segments.plugin [-] Segment 0ad38f41-8dc0-4b34-9bea-14bb1b210a18 resource provider aggregate not found 2026-07-02 06:21:55.185 8 INFO neutron.services.segments.plugin [-] Segment 0ad38f41-8dc0-4b34-9bea-14bb1b210a18 resource provider aggregate not found 2026-07-02 06:21:55.200 8 INFO neutron.services.segments.plugin [-] Segment 0ad38f41-8dc0-4b34-9bea-14bb1b210a18 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 0ad38f41-8dc0-4b34-9bea-14bb1b210a18 found for delete ", "request_id": "req-4031f9f3-f358-40a5-bcc8-af704d94097b"}]} 2026-07-02 06:21:55.207 8 INFO neutron.services.segments.plugin [-] Segment 0ad38f41-8dc0-4b34-9bea-14bb1b210a18 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 0ad38f41-8dc0-4b34-9bea-14bb1b210a18 found for delete ", "request_id": "req-b3e86b84-836a-4483-8ee0-9cf1700b0495"}]} 2026-07-02 06:21:55.212 8 INFO neutron.db.l3_hamode_db [None req-87965eff-f233-4ea5-a14b-d04785beacaa 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] HA network e91387d5-8658-4c06-9b86-36223b2785af was deleted as no HA routers are present in tenant 21f21d18ff224b8e9bec7ab749428b5a. [pid: 8|app: 0|req: 1065/2065] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:21:54 2026] DELETE /v2.0/routers/6e556244-1035-48fa-8d86-9ba112d9a682 => generated 0 bytes in 844 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2066] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:21:55 2026] DELETE /v2.0/subnets/278a4e14-02f0-451c-9198-597422a0cd65 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:21:55.498 8 INFO neutron_taas.services.taas.taas_plugin [None req-1601714e-a035-4013-8a46-1bb54c2e158e 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: baaecb3d-d368-4ef3-a411-2c08207fcc0c 2026-07-02 06:21:55.502 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1601714e-a035-4013-8a46-1bb54c2e158e 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: baaecb3d-d368-4ef3-a411-2c08207fcc0c [pid: 7|app: 0|req: 1002/2067] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:21:55 2026] GET /v2.0/ports?device_id=36988738-b471-407c-9495-779ad1ed489e => 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: 1066/2068] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:21:55 2026] DELETE /v2.0/networks/690462a2-fa88-476b-8afd-7df6cfa6bb2e => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2069] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:21:55 2026] GET /v2.0/security-groups?tenant_id=21f21d18ff224b8e9bec7ab749428b5a&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2070] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:21:55 2026] DELETE /v2.0/security-groups/376c9255-b80d-47d5-8f18-fad05507e59b => 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: 1004/2071] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:21:56 2026] DELETE /v2.0/security-groups/186c162c-fc4f-4984-be9a-cab486a54718 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:21:56.805 8 INFO neutron.api.v2.resource [None req-3454eb1f-88e0-4cc7-bb92-294b383fa5fe 909933f019d14e50b320fa015f50470c 41385aaef14943ba9269802858cd23a4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1068/2072] 10.0.0.28 () {32 vars in 736 bytes} [Thu Jul 2 06:21:56 2026] GET /v2.0/security-groups/186c162c-fc4f-4984-be9a-cab486a54718 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:21:56.912 7 INFO neutron_taas.services.taas.taas_plugin [None req-11a94120-5e20-4ef9-875f-bd919a054e52 909933f019d14e50b320fa015f50470c 41385aaef14943ba9269802858cd23a4 - - default default] TaaS: Handle Delete Port: 572963fd-2c82-48d0-8fe7-13e34787b4c8 2026-07-02 06:21:56.916 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11a94120-5e20-4ef9-875f-bd919a054e52 909933f019d14e50b320fa015f50470c 41385aaef14943ba9269802858cd23a4 - - default default] Tap Mirror: Handle Delete Port: 572963fd-2c82-48d0-8fe7-13e34787b4c8 [pid: 7|app: 0|req: 1005/2073] 10.0.0.28 () {32 vars in 731 bytes} [Thu Jul 2 06:21:56 2026] DELETE /v2.0/floatingips/2c7278b6-c9e1-459e-8c97-e6f54bb57e01 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:21:57.229 8 INFO neutron.services.segments.plugin [-] Segment cc05682d-82d3-47e1-b84a-ae2cbc582668 resource provider aggregate not found 2026-07-02 06:21:57.237 8 INFO neutron.services.segments.plugin [-] Segment cc05682d-82d3-47e1-b84a-ae2cbc582668 resource provider aggregate not found 2026-07-02 06:21:57.253 8 INFO neutron.services.segments.plugin [-] Segment cc05682d-82d3-47e1-b84a-ae2cbc582668 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 cc05682d-82d3-47e1-b84a-ae2cbc582668 found for delete ", "request_id": "req-6d067d75-4038-490f-957d-12cc3c2fea31"}]} 2026-07-02 06:21:57.254 8 INFO neutron.services.segments.plugin [-] Segment cc05682d-82d3-47e1-b84a-ae2cbc582668 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 cc05682d-82d3-47e1-b84a-ae2cbc582668 found for delete ", "request_id": "req-7916ced6-027b-4a86-a800-822f603b3c20"}]} [pid: 8|app: 0|req: 1069/2074] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:21:57 2026] DELETE /v2.0/security-groups/55b300c9-7eb9-4f8a-9e8f-0015eb9df5a5 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:21:57.707 7 INFO neutron_taas.services.taas.taas_plugin [None req-8a2e862d-3fef-4155-a1db-db49d2974d5e 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: 44546ce7-2719-475a-a101-12971d3504f5 2026-07-02 06:21:57.710 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a2e862d-3fef-4155-a1db-db49d2974d5e 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: 44546ce7-2719-475a-a101-12971d3504f5 [pid: 7|app: 0|req: 1006/2075] 10.0.0.28 () {34 vars in 788 bytes} [Thu Jul 2 06:21:57 2026] PUT /v2.0/routers/96f0db94-a5f2-4308-9af0-1f57a0967ba9/remove_router_interface => generated 309 bytes in 988 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:21:58.541 8 INFO neutron_taas.services.taas.taas_plugin [None req-7dc564d3-0754-48a2-bf6b-e13a6be39344 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: 2af17e43-e7c1-4e3a-93d6-b509c017b3cf 2026-07-02 06:21:58.543 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7dc564d3-0754-48a2-bf6b-e13a6be39344 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: 2af17e43-e7c1-4e3a-93d6-b509c017b3cf 2026-07-02 06:21:58.781 8 INFO neutron_taas.services.taas.taas_plugin [None req-7dc564d3-0754-48a2-bf6b-e13a6be39344 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: c3d3c51a-2a6c-418a-8dc8-fe6915a3c33c 2026-07-02 06:21:58.784 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7dc564d3-0754-48a2-bf6b-e13a6be39344 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: c3d3c51a-2a6c-418a-8dc8-fe6915a3c33c [pid: 7|app: 0|req: 1007/2076] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:21:58 2026] GET /v2.0/security-groups?tenant_id=fdb7416d1d154ed2ab32c7e13a67a55d&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:21:59.133 8 INFO neutron.db.l3_hamode_db [None req-7dc564d3-0754-48a2-bf6b-e13a6be39344 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] HA network f130dc98-bec9-4925-87ba-67f7725ca2df was deleted as no HA routers are present in tenant 41385aaef14943ba9269802858cd23a4. [pid: 8|app: 0|req: 1070/2077] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:21:58 2026] DELETE /v2.0/routers/96f0db94-a5f2-4308-9af0-1f57a0967ba9 => generated 0 bytes in 816 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2078] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:21:59 2026] DELETE /v2.0/security-groups/5000a76e-9daa-4b90-90ed-f0c98dc7be4e => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:21:59.281 8 INFO neutron.services.segments.plugin [-] Segment caa40a9e-e524-4825-9090-e9b7567bed61 resource provider aggregate not found 2026-07-02 06:21:59.288 8 INFO neutron.services.segments.plugin [-] Segment caa40a9e-e524-4825-9090-e9b7567bed61 resource provider aggregate not found 2026-07-02 06:21:59.299 8 INFO neutron.services.segments.plugin [-] Segment caa40a9e-e524-4825-9090-e9b7567bed61 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 caa40a9e-e524-4825-9090-e9b7567bed61 found for delete ", "request_id": "req-aff9c758-f953-43bb-a99e-2c9fc9216b38"}]} 2026-07-02 06:21:59.313 8 INFO neutron.services.segments.plugin [-] Segment caa40a9e-e524-4825-9090-e9b7567bed61 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 caa40a9e-e524-4825-9090-e9b7567bed61 found for delete ", "request_id": "req-93ec2c70-61b0-428f-a947-76cab2629851"}]} [pid: 8|app: 0|req: 1071/2079] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:21:59 2026] DELETE /v2.0/subnets/253a9e0a-81da-4c5d-8dd2-aedfbe2e1386 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:21:59.460 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b2e2bf4-66f5-43f8-a4d9-5b8904d9584d 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: 614859c2-e2f5-4e2a-802f-c38659365a03 2026-07-02 06:21:59.463 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b2e2bf4-66f5-43f8-a4d9-5b8904d9584d 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: 614859c2-e2f5-4e2a-802f-c38659365a03 2026-07-02 06:21:59.637 7 INFO neutron.services.segments.plugin [-] Segment fe164dad-aab8-4c68-a080-080df334b3e0 resource provider aggregate not found 2026-07-02 06:21:59.642 7 INFO neutron.services.segments.plugin [-] Segment fe164dad-aab8-4c68-a080-080df334b3e0 resource provider aggregate not found 2026-07-02 06:21:59.661 7 INFO neutron.services.segments.plugin [-] Segment fe164dad-aab8-4c68-a080-080df334b3e0 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 fe164dad-aab8-4c68-a080-080df334b3e0 found for delete ", "request_id": "req-d5be9bd1-52f2-438f-8280-9902bb57e236"}]} 2026-07-02 06:21:59.664 7 INFO neutron.services.segments.plugin [-] Segment fe164dad-aab8-4c68-a080-080df334b3e0 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 fe164dad-aab8-4c68-a080-080df334b3e0 found for delete ", "request_id": "req-156125ec-6fe7-40de-806b-3b721548ec65"}]} [pid: 7|app: 0|req: 1009/2080] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:21:59 2026] DELETE /v2.0/networks/ef02adc2-2022-406c-96be-e5b4f0b5fcf7 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:22:00.065 8 INFO neutron_taas.services.taas.taas_plugin [None req-0505e4a4-3179-42bc-81ab-251ef802e8f5 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: f4d2347d-bd6a-45be-b744-9f72915aec5a 2026-07-02 06:22:00.069 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0505e4a4-3179-42bc-81ab-251ef802e8f5 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: f4d2347d-bd6a-45be-b744-9f72915aec5a [pid: 8|app: 0|req: 1072/2081] 10.0.0.28 () {34 vars in 788 bytes} [Thu Jul 2 06:21:59 2026] PUT /v2.0/routers/6ec2bfc0-3af6-4618-90a9-83f6a0ad31bb/remove_router_interface => generated 309 bytes in 938 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:22:00.811 7 INFO neutron_taas.services.taas.taas_plugin [None req-53a238f2-dadc-4520-b279-67cab68b91b3 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: 4a3894dd-ab93-40f4-911f-d809bcbf809b 2026-07-02 06:22:00.813 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53a238f2-dadc-4520-b279-67cab68b91b3 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: 4a3894dd-ab93-40f4-911f-d809bcbf809b 2026-07-02 06:22:01.109 7 INFO neutron_taas.services.taas.taas_plugin [None req-53a238f2-dadc-4520-b279-67cab68b91b3 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: 5a350a88-d400-425e-8e3d-5df0f00556f6 2026-07-02 06:22:01.113 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53a238f2-dadc-4520-b279-67cab68b91b3 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: 5a350a88-d400-425e-8e3d-5df0f00556f6 2026-07-02 06:22:01.493 7 INFO neutron.db.l3_hamode_db [None req-53a238f2-dadc-4520-b279-67cab68b91b3 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] HA network 77801bdf-5dc2-4623-900c-57dc63f04218 was deleted as no HA routers are present in tenant f4b00328e9c940408495aee959787dc8. [pid: 7|app: 0|req: 1010/2082] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:22:00 2026] DELETE /v2.0/routers/6ec2bfc0-3af6-4618-90a9-83f6a0ad31bb => generated 0 bytes in 871 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2083] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:22:01 2026] DELETE /v2.0/subnets/a03f291a-77c3-4101-b261-2b0b2dbc9a1a => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:22:01.689 7 INFO neutron.services.segments.plugin [-] Segment f9479ed3-c5d9-4b21-8ea6-3df9b40a03c2 resource provider aggregate not found 2026-07-02 06:22:01.694 7 INFO neutron.services.segments.plugin [-] Segment f9479ed3-c5d9-4b21-8ea6-3df9b40a03c2 resource provider aggregate not found 2026-07-02 06:22:01.706 7 INFO neutron.services.segments.plugin [-] Segment f9479ed3-c5d9-4b21-8ea6-3df9b40a03c2 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 f9479ed3-c5d9-4b21-8ea6-3df9b40a03c2 found for delete ", "request_id": "req-d26adcf2-560e-4a2a-ac56-a88b9904e67a"}]} 2026-07-02 06:22:01.715 7 INFO neutron.services.segments.plugin [-] Segment f9479ed3-c5d9-4b21-8ea6-3df9b40a03c2 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 f9479ed3-c5d9-4b21-8ea6-3df9b40a03c2 found for delete ", "request_id": "req-8dad9dc3-06a1-41df-aa2f-072ae965a61b"}]} 2026-07-02 06:22:01.765 7 INFO neutron_taas.services.taas.taas_plugin [None req-34272bf8-fdb3-4b22-9f9b-319b843862dc 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: 2f5ab7e9-ee37-4ad6-9876-cfe1ecfc06ef 2026-07-02 06:22:01.767 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34272bf8-fdb3-4b22-9f9b-319b843862dc 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: 2f5ab7e9-ee37-4ad6-9876-cfe1ecfc06ef [pid: 7|app: 0|req: 1011/2084] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:22:01 2026] DELETE /v2.0/networks/c98971f6-e54b-4e76-8f81-c611c51feb61 => 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: 1013/2087] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:22:02 2026] GET /v2.0/security-groups?tenant_id=41385aaef14943ba9269802858cd23a4&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: 1075/2088] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:22:02 2026] DELETE /v2.0/security-groups/37b9302b-397a-49da-828f-643c00dfdfa1 => 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: 1014/2089] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:22:02 2026] GET /v2.0/security-groups?tenant_id=f4b00328e9c940408495aee959787dc8&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2090] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:22:02 2026] DELETE /v2.0/security-groups/77ca2bf7-6adb-4303-b28c-75944a949a56 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:22:03.726 7 INFO neutron.services.segments.plugin [-] Segment 7fae28a5-f90f-4ccc-9205-0fed725408e3 resource provider aggregate not found 2026-07-02 06:22:03.738 7 INFO neutron.services.segments.plugin [-] Segment 7fae28a5-f90f-4ccc-9205-0fed725408e3 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 7fae28a5-f90f-4ccc-9205-0fed725408e3 found for delete ", "request_id": "req-6772b715-422e-44c6-a388-2f04a751ce60"}]} 2026-07-02 06:22:03.741 7 INFO neutron.services.segments.plugin [-] Segment 7fae28a5-f90f-4ccc-9205-0fed725408e3 resource provider aggregate not found 2026-07-02 06:22:03.760 7 INFO neutron.services.segments.plugin [-] Segment 7fae28a5-f90f-4ccc-9205-0fed725408e3 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 7fae28a5-f90f-4ccc-9205-0fed725408e3 found for delete ", "request_id": "req-50b59685-147a-4a1b-beb4-a038e5dac131"}]} [pid: 7|app: 0|req: 1015/2091] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:22:04 2026] GET /v2.0/security-groups?tenant_id=93f1baa8861048f2b03d72ae118354ff&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2092] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:22:04 2026] DELETE /v2.0/security-groups/b6bf0f33-3c26-4d65-8a56-d38940e24aab => 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: 1016/2093] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:22:04 2026] GET /v2.0/security-groups?tenant_id=59d93e774dae490fb144e420e8863587&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2094] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:22:05 2026] DELETE /v2.0/security-groups/d4d2d31e-a64d-4fc9-8a2f-868de2fa95ef => 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: 1017/2095] 10.0.0.28 () {34 vars in 677 bytes} [Thu Jul 2 06:22:07 2026] POST /v2.0/qos/policies => generated 359 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2096] 10.0.0.28 () {34 vars in 677 bytes} [Thu Jul 2 06:22:07 2026] POST /v2.0/qos/policies => generated 359 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2097] 10.0.0.28 () {34 vars in 677 bytes} [Thu Jul 2 06:22:07 2026] POST /v2.0/qos/policies => generated 359 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2098] 10.0.0.28 () {34 vars in 677 bytes} [Thu Jul 2 06:22:07 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2099] 10.0.0.28 () {34 vars in 677 bytes} [Thu Jul 2 06:22:07 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2100] 10.0.0.28 () {34 vars in 752 bytes} [Thu Jul 2 06:22:07 2026] PUT /v2.0/policies/c7c27b62-ad87-4386-801e-922e81936c8d/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2101] 10.0.0.28 () {34 vars in 752 bytes} [Thu Jul 2 06:22:07 2026] PUT /v2.0/policies/a74b4fd2-89c2-4aad-b9ee-aa761c9e8e7d/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2102] 10.0.0.28 () {34 vars in 752 bytes} [Thu Jul 2 06:22:07 2026] PUT /v2.0/policies/a0d9df08-d73e-4511-922d-5d6f4ce0df84/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2103] 10.0.0.28 () {34 vars in 752 bytes} [Thu Jul 2 06:22:07 2026] PUT /v2.0/policies/2f769060-832a-4c99-a35a-6aa7b0b76946/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:22:08.304 8 WARNING keystonemiddleware.audit [None req-7bbb8705-434d-406d-83b9-795e943fd4f7 78fafab00a084cd8bf36c871ea808236 aa255ff2592d40b38dae7b709caa2561 - - default default] Skipping service tempest-service-1076161525 as it have no endpoints. [pid: 8|app: 0|req: 1083/2104] 10.0.0.28 () {32 vars in 673 bytes} [Thu Jul 2 06:22:08 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:22:08.380 7 WARNING keystonemiddleware.audit [None req-291553b2-3d87-4434-8ba7-72d355da0c04 78fafab00a084cd8bf36c871ea808236 aa255ff2592d40b38dae7b709caa2561 - - default default] Skipping service tempest-service-1076161525 as it have no endpoints. [pid: 7|app: 0|req: 1022/2105] 10.0.0.28 () {32 vars in 687 bytes} [Thu Jul 2 06:22:08 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:22:08.444 8 WARNING keystonemiddleware.audit [None req-9553ccb5-0aae-4945-88ee-8629838f408f 1663ea88372348e6b20986489f49e00b 4b16bfc77ef4474182a934222a4eada8 - - default default] Skipping service tempest-service-1076161525 as it have no endpoints. [pid: 8|app: 0|req: 1084/2106] 10.0.0.28 () {32 vars in 683 bytes} [Thu Jul 2 06:22:08 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:22:08.501 7 WARNING keystonemiddleware.audit [None req-b172baed-40fb-46bc-99ba-2632000da49c 1663ea88372348e6b20986489f49e00b 4b16bfc77ef4474182a934222a4eada8 - - default default] Skipping service tempest-service-1076161525 as it have no endpoints. [pid: 7|app: 0|req: 1023/2107] 10.0.0.28 () {32 vars in 695 bytes} [Thu Jul 2 06:22:08 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:22:08.562 8 WARNING keystonemiddleware.audit [None req-981831b8-c935-42a6-b92a-0db7e7bfc778 1663ea88372348e6b20986489f49e00b 4b16bfc77ef4474182a934222a4eada8 - - default default] Skipping service tempest-service-1076161525 as it have no endpoints. [pid: 8|app: 0|req: 1085/2108] 10.0.0.28 () {32 vars in 681 bytes} [Thu Jul 2 06:22:08 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:22:08.617 7 WARNING keystonemiddleware.audit [None req-7eb980b5-2226-4d19-9874-d6638518d9cc 1663ea88372348e6b20986489f49e00b 4b16bfc77ef4474182a934222a4eada8 - - default default] Skipping service tempest-service-1076161525 as it have no endpoints. [pid: 7|app: 0|req: 1024/2109] 10.0.0.28 () {32 vars in 695 bytes} [Thu Jul 2 06:22:08 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:22:08.686 8 WARNING keystonemiddleware.audit [None req-f303b378-0d35-44be-9e84-69a7d2653006 1663ea88372348e6b20986489f49e00b 4b16bfc77ef4474182a934222a4eada8 - - default default] Skipping service tempest-service-1076161525 as it have no endpoints. [pid: 8|app: 0|req: 1086/2110] 10.0.0.28 () {32 vars in 691 bytes} [Thu Jul 2 06:22:08 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:22:08.760 7 WARNING keystonemiddleware.audit [None req-c7f5f5f0-0fbb-45d8-904f-e184169eb583 1663ea88372348e6b20986489f49e00b 4b16bfc77ef4474182a934222a4eada8 - - default default] Skipping service tempest-service-1076161525 as it have no endpoints. [pid: 7|app: 0|req: 1025/2111] 10.0.0.28 () {32 vars in 703 bytes} [Thu Jul 2 06:22:08 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2112] 10.0.0.28 () {32 vars in 733 bytes} [Thu Jul 2 06:22:08 2026] DELETE /v2.0/qos/policies/c7c27b62-ad87-4386-801e-922e81936c8d => 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: 1026/2113] 10.0.0.28 () {32 vars in 733 bytes} [Thu Jul 2 06:22:08 2026] DELETE /v2.0/qos/policies/a74b4fd2-89c2-4aad-b9ee-aa761c9e8e7d => 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: 1088/2114] 10.0.0.28 () {32 vars in 733 bytes} [Thu Jul 2 06:22:08 2026] DELETE /v2.0/qos/policies/a0d9df08-d73e-4511-922d-5d6f4ce0df84 => 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: 1027/2115] 10.0.0.28 () {32 vars in 733 bytes} [Thu Jul 2 06:22:09 2026] DELETE /v2.0/qos/policies/2f769060-832a-4c99-a35a-6aa7b0b76946 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2116] 10.0.0.28 () {32 vars in 733 bytes} [Thu Jul 2 06:22:09 2026] DELETE /v2.0/qos/policies/76d072c3-d633-4e3c-90f2-2a9a51603283 => 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: 1028/2117] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:22:09 2026] GET /v2.0/security-groups?tenant_id=ad0ec69daf58421fbee30dbd122aca45&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2118] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:22:09 2026] GET /v2.0/security-groups?tenant_id=aa255ff2592d40b38dae7b709caa2561&name=default => generated 2925 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2119] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:22:10 2026] DELETE /v2.0/security-groups/6dd0f080-b633-4be1-910c-eb6a0fff6e8f => 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: 1091/2120] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:22:10 2026] DELETE /v2.0/security-groups/3f527b76-8200-43eb-901f-7efae0a08436 => 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: 1030/2121] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:22:10 2026] GET /v2.0/security-groups?tenant_id=afbd8cbd5ab34d2ebcf20b212016c459&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2122] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:22:10 2026] GET /v2.0/security-groups?tenant_id=a864b9037e2b48e3b8857be921a6c2da&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2123] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:22:10 2026] DELETE /v2.0/security-groups/115b81dc-2fac-4f87-b75f-0d175cb1015e => 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: 1093/2124] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:22:10 2026] DELETE /v2.0/security-groups/dfaaf4f1-d4ec-4a9b-8c8f-303253c15959 => 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: 1032/2125] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:22:10 2026] GET /v2.0/security-groups?tenant_id=4b16bfc77ef4474182a934222a4eada8&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2126] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:22:10 2026] DELETE /v2.0/security-groups/a39d4afa-b1a8-4250-959f-8eae986ef720 => 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: 1033/2127] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:22:12 2026] GET /v2.0/security-groups?tenant_id=473df9726a904b18a4d58a1db1005737&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2128] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:22:13 2026] DELETE /v2.0/security-groups/2ba2a57a-fc74-41c3-bb09-6ed2c69c8f3a => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:22:15.261 7 INFO neutron.db.segments_db [None req-eb149360-f564-41ed-9457-4445e504b7fa a731bba045b247018f7424454b4f708b d90331e3030949c18ecf2cd65df132a3 - - default default] Added segment e676d855-fb0a-496b-b016-c1e225b92609 of type vxlan for network 64f6a261-d65e-47df-bf12-600756369d90 [pid: 7|app: 0|req: 1034/2129] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:22:14 2026] POST /v2.0/networks => generated 632 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2130] 10.0.0.28 () {34 vars in 683 bytes} [Thu Jul 2 06:22:15 2026] POST /v2.0/security-groups => generated 1627 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2131] 10.0.0.28 () {32 vars in 662 bytes} [Thu Jul 2 06:22:15 2026] GET /v2.0/security-groups => generated 4532 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2132] 10.0.0.28 () {34 vars in 757 bytes} [Thu Jul 2 06:22:15 2026] PUT /v2.0/security-groups/6fda1399-af4f-45c8-afab-4f691d10d05b => generated 1665 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2133] 10.0.0.28 () {32 vars in 736 bytes} [Thu Jul 2 06:22:15 2026] GET /v2.0/security-groups/6fda1399-af4f-45c8-afab-4f691d10d05b => generated 1665 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2134] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:22:15 2026] POST /v2.0/subnets => generated 626 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2135] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:22:15 2026] DELETE /v2.0/security-groups/6fda1399-af4f-45c8-afab-4f691d10d05b => 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: 1101/2136] 10.0.0.28 () {32 vars in 662 bytes} [Thu Jul 2 06:22:15 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:22:15.627 8 INFO neutron.api.v2.resource [None req-d5733ef6-8a61-4d81-826b-543037385365 3b875bf8749843d491c6494cf9069799 73b3c5a0390b402cbc685dc110061375 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1102/2137] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:22:15 2026] DELETE /v2.0/security-groups/6fda1399-af4f-45c8-afab-4f691d10d05b => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:22:15.636 7 INFO neutron.db.segments_db [None req-e54729ee-03c6-4199-a874-76c634c5a9ff a731bba045b247018f7424454b4f708b d90331e3030949c18ecf2cd65df132a3 - - default default] Added segment c086867c-e740-410d-acf7-72424df29a01 of type vxlan for network 085f1047-42da-45c2-bd17-f08d17d01bbc [pid: 7|app: 0|req: 1036/2138] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:22:15 2026] POST /v2.0/networks => generated 632 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2139] 10.0.0.28 () {34 vars in 683 bytes} [Thu Jul 2 06:22:15 2026] POST /v2.0/security-groups => generated 1626 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2140] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:22:15 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: 8|app: 0|req: 1105/2141] 10.0.0.28 () {32 vars in 746 bytes} [Thu Jul 2 06:22:15 2026] GET /v2.0/security-group-rules/2ad48bc4-39c8-4609-93d0-47e8ec5f001d => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2142] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:22:15 2026] POST /v2.0/subnets => generated 629 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2143] 10.0.0.28 () {32 vars in 672 bytes} [Thu Jul 2 06:22:15 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:22:15.999 7 INFO neutron.db.segments_db [None req-b1622b79-cb37-49db-92c6-fb9d3a048403 a731bba045b247018f7424454b4f708b d90331e3030949c18ecf2cd65df132a3 - - default default] Added segment 30a1a152-afcd-4f6a-99e9-0884ba5d5d5a of type vxlan for network d6f9b6ea-3177-42a0-bf00-8318776d5fda [pid: 8|app: 0|req: 1107/2144] 10.0.0.28 () {32 vars in 749 bytes} [Thu Jul 2 06:22:15 2026] DELETE /v2.0/security-group-rules/2ad48bc4-39c8-4609-93d0-47e8ec5f001d => 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: 1108/2145] 10.0.0.28 () {32 vars in 672 bytes} [Thu Jul 2 06:22:16 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2146] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:22:15 2026] POST /v2.0/networks => generated 632 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2147] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:22:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2148] 10.0.0.28 () {32 vars in 746 bytes} [Thu Jul 2 06:22:16 2026] GET /v2.0/security-group-rules/f3d32a03-623e-481b-9754-01fde0410ce5 => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2149] 10.0.0.28 () {32 vars in 672 bytes} [Thu Jul 2 06:22:16 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2150] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:22:16 2026] POST /v2.0/subnets => generated 629 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2151] 10.0.0.28 () {32 vars in 749 bytes} [Thu Jul 2 06:22:16 2026] DELETE /v2.0/security-group-rules/f3d32a03-623e-481b-9754-01fde0410ce5 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:22:16.408 7 INFO neutron.db.segments_db [None req-ab1a4fe7-f4e6-4f8b-936f-a636e65f455f a731bba045b247018f7424454b4f708b d90331e3030949c18ecf2cd65df132a3 - - default default] Added segment 0e086647-0e0a-439c-85c5-a3636cdb68e0 of type vxlan for network 3869c28a-4e9c-455b-b8c1-e5b734e3bf5a [pid: 8|app: 0|req: 1113/2152] 10.0.0.28 () {32 vars in 672 bytes} [Thu Jul 2 06:22:16 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:22:16.467 8 INFO neutron.db.securitygroups_db [None req-fa045342-a812-4602-9fb5-84c9c4f15c2f 3b875bf8749843d491c6494cf9069799 73b3c5a0390b402cbc685dc110061375 - - default default] Project 73b3c5a0390b402cbc685dc110061375 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: 1040/2153] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:22:16 2026] POST /v2.0/networks => generated 631 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2154] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:22:16 2026] POST /v2.0/security-group-rules => generated 607 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2155] 10.0.0.28 () {32 vars in 746 bytes} [Thu Jul 2 06:22:16 2026] GET /v2.0/security-group-rules/3c2ead3c-b8c6-4606-bf57-97e9e3f7ec7c => generated 607 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2156] 10.0.0.28 () {32 vars in 672 bytes} [Thu Jul 2 06:22:16 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2157] 10.0.0.28 () {32 vars in 749 bytes} [Thu Jul 2 06:22:16 2026] DELETE /v2.0/security-group-rules/3c2ead3c-b8c6-4606-bf57-97e9e3f7ec7c => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2158] 10.0.0.28 () {32 vars in 672 bytes} [Thu Jul 2 06:22:16 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2159] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:22:16 2026] POST /v2.0/subnets => generated 629 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2160] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:22:16 2026] DELETE /v2.0/security-groups/56b58835-c474-4612-a61e-048e17ea6d28 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:22:16.813 7 INFO neutron.db.segments_db [None req-96eb73ee-f2b2-489a-ac83-4cfdce82dcab a731bba045b247018f7424454b4f708b d90331e3030949c18ecf2cd65df132a3 - - default default] Added segment 9a09b2bc-a014-4b81-8003-99acd70912d4 of type vxlan for network a910497d-e94e-4efc-b68d-915597880e58 [pid: 8|app: 0|req: 1120/2161] 10.0.0.28 () {32 vars in 662 bytes} [Thu Jul 2 06:22:16 2026] GET /v2.0/security-groups => 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: 1121/2162] 10.0.0.28 () {32 vars in 662 bytes} [Thu Jul 2 06:22:16 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2163] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:22:16 2026] POST /v2.0/networks => generated 632 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2164] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:22:16 2026] POST /v2.0/subnets => generated 629 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2165] 10.0.0.28 () {34 vars in 750 bytes} [Thu Jul 2 06:22:17 2026] PUT /v2.0/subnets/2cb953ba-a6bd-46b1-ab9d-74c5016fe7c4/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2166] 10.0.0.28 () {34 vars in 750 bytes} [Thu Jul 2 06:22:17 2026] PUT /v2.0/subnets/616246ae-cf2f-43c1-bbf8-00d53b0ba818/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: 1044/2169] 10.0.0.28 () {34 vars in 750 bytes} [Thu Jul 2 06:22:17 2026] PUT /v2.0/subnets/2df60aee-76d7-4987-b8ae-085d150adc54/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2170] 10.0.0.28 () {34 vars in 750 bytes} [Thu Jul 2 06:22:17 2026] PUT /v2.0/subnets/3cfd50b8-634a-4fa9-a085-52c5b8df594b/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2171] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:22:17 2026] GET /v2.0/security-groups?tenant_id=73b3c5a0390b402cbc685dc110061375&name=default => generated 2925 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2172] 10.0.0.28 () {32 vars in 663 bytes} [Thu Jul 2 06:22:17 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2173] 10.0.0.28 () {32 vars in 677 bytes} [Thu Jul 2 06:22:17 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2174] 10.0.0.28 () {32 vars in 673 bytes} [Thu Jul 2 06:22:17 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2175] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:22:17 2026] DELETE /v2.0/security-groups/6d7ad8d8-9fa0-43e1-ac80-c97242a69121 => 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: 1049/2176] 10.0.0.28 () {32 vars in 685 bytes} [Thu Jul 2 06:22:17 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2177] 10.0.0.28 () {32 vars in 671 bytes} [Thu Jul 2 06:22:17 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) [pid: 7|app: 0|req: 1050/2178] 10.0.0.28 () {32 vars in 685 bytes} [Thu Jul 2 06:22:17 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2179] 10.0.0.28 () {32 vars in 681 bytes} [Thu Jul 2 06:22:17 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2180] 10.0.0.28 () {32 vars in 693 bytes} [Thu Jul 2 06:22:17 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2181] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:22:17 2026] DELETE /v2.0/subnets/2cb953ba-a6bd-46b1-ab9d-74c5016fe7c4 => 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: 1052/2182] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:22:17 2026] DELETE /v2.0/subnets/616246ae-cf2f-43c1-bbf8-00d53b0ba818 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2183] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:22:18 2026] DELETE /v2.0/subnets/2df60aee-76d7-4987-b8ae-085d150adc54 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2184] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:22:18 2026] DELETE /v2.0/subnets/3cfd50b8-634a-4fa9-a085-52c5b8df594b => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2185] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:22:18 2026] DELETE /v2.0/subnets/b9316a4f-fe06-496a-9ec8-cbee85bffe2f => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:22:18.641 7 INFO neutron_taas.services.taas.taas_plugin [None req-83f4b3e0-cda4-4fcb-bbf2-8f2f0ba017f0 a731bba045b247018f7424454b4f708b d90331e3030949c18ecf2cd65df132a3 - - default default] TaaS: Handle Delete Port: 902f9138-8f7a-47aa-a754-b83cfdb5dff0 2026-07-02 06:22:18.644 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83f4b3e0-cda4-4fcb-bbf2-8f2f0ba017f0 a731bba045b247018f7424454b4f708b d90331e3030949c18ecf2cd65df132a3 - - default default] Tap Mirror: Handle Delete Port: 902f9138-8f7a-47aa-a754-b83cfdb5dff0 2026-07-02 06:22:18.828 7 INFO neutron.services.segments.plugin [-] Segment e676d855-fb0a-496b-b016-c1e225b92609 resource provider aggregate not found 2026-07-02 06:22:18.833 7 INFO neutron.services.segments.plugin [-] Segment e676d855-fb0a-496b-b016-c1e225b92609 resource provider aggregate not found 2026-07-02 06:22:18.846 7 INFO neutron.services.segments.plugin [-] Segment e676d855-fb0a-496b-b016-c1e225b92609 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 e676d855-fb0a-496b-b016-c1e225b92609 found for delete ", "request_id": "req-281226e2-2773-476f-8d2c-b51f4e5dfb31"}]} 2026-07-02 06:22:18.852 7 INFO neutron.services.segments.plugin [-] Segment e676d855-fb0a-496b-b016-c1e225b92609 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 e676d855-fb0a-496b-b016-c1e225b92609 found for delete ", "request_id": "req-d2815957-4ca8-4937-8d3f-6279025446e5"}]} [pid: 7|app: 0|req: 1054/2186] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:22:18 2026] DELETE /v2.0/networks/64f6a261-d65e-47df-bf12-600756369d90 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:22:18.976 8 INFO neutron.services.segments.plugin [-] Segment c086867c-e740-410d-acf7-72424df29a01 resource provider aggregate not found 2026-07-02 06:22:18.976 8 INFO neutron.services.segments.plugin [-] Segment c086867c-e740-410d-acf7-72424df29a01 resource provider aggregate not found 2026-07-02 06:22:18.996 8 INFO neutron.services.segments.plugin [-] Segment c086867c-e740-410d-acf7-72424df29a01 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 c086867c-e740-410d-acf7-72424df29a01 found for delete ", "request_id": "req-53bab82c-7b67-47c3-ab2d-85fae26bbd99"}]} 2026-07-02 06:22:19.001 8 INFO neutron.services.segments.plugin [-] Segment c086867c-e740-410d-acf7-72424df29a01 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 c086867c-e740-410d-acf7-72424df29a01 found for delete ", "request_id": "req-eccc9174-acee-4c40-b971-a8260ad5cf09"}]} [pid: 8|app: 0|req: 1133/2187] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:22:18 2026] DELETE /v2.0/networks/085f1047-42da-45c2-bd17-f08d17d01bbc => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2188] 10.0.0.28 () {34 vars in 675 bytes} [Thu Jul 2 06:22:19 2026] POST /v2.0/subnetpools => generated 548 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2189] 10.0.0.28 () {32 vars in 728 bytes} [Thu Jul 2 06:22:19 2026] GET /v2.0/subnetpools/d261bfe5-6735-4be1-8c43-64cceaf73c76 => generated 548 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2190] 10.0.0.28 () {34 vars in 748 bytes} [Thu Jul 2 06:22:19 2026] PUT /v2.0/subnetpools/d261bfe5-6735-4be1-8c43-64cceaf73c76 => generated 501 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2191] 10.0.0.28 () {32 vars in 731 bytes} [Thu Jul 2 06:22:19 2026] DELETE /v2.0/subnetpools/d261bfe5-6735-4be1-8c43-64cceaf73c76 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:22:19.613 8 INFO neutron.api.v2.resource [None req-9a9a5d3d-3712-4140-949d-88a16b5f9c4d cc077b7d2673437d8395123dd63cd882 5c9a9a51155f4222ad1dc6afc3d49395 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1138/2192] 10.0.0.28 () {32 vars in 728 bytes} [Thu Jul 2 06:22:19 2026] GET /v2.0/subnetpools/d261bfe5-6735-4be1-8c43-64cceaf73c76 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:22:19.627 8 INFO neutron.api.v2.resource [None req-091d3577-9674-4f84-bcd3-89ed8d176097 cc077b7d2673437d8395123dd63cd882 5c9a9a51155f4222ad1dc6afc3d49395 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1139/2193] 10.0.0.28 () {32 vars in 731 bytes} [Thu Jul 2 06:22:19 2026] DELETE /v2.0/subnetpools/d261bfe5-6735-4be1-8c43-64cceaf73c76 => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2194] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:22:19 2026] DELETE /v2.0/networks/d6f9b6ea-3177-42a0-bf00-8318776d5fda => generated 0 bytes in 640 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2195] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:22:19 2026] DELETE /v2.0/networks/3869c28a-4e9c-455b-b8c1-e5b734e3bf5a => 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: 1056/2196] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:22:19 2026] DELETE /v2.0/networks/a910497d-e94e-4efc-b68d-915597880e58 => 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: 1141/2197] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:22:20 2026] GET /v2.0/security-groups?tenant_id=5c9a9a51155f4222ad1dc6afc3d49395&name=default => generated 2929 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2198] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:22:20 2026] DELETE /v2.0/security-groups/ee7fe6f9-972d-4a50-8cd5-c6c28d454455 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:22:20.867 7 INFO neutron.services.segments.plugin [-] Segment 30a1a152-afcd-4f6a-99e9-0884ba5d5d5a resource provider aggregate not found 2026-07-02 06:22:20.871 7 INFO neutron.services.segments.plugin [-] Segment 30a1a152-afcd-4f6a-99e9-0884ba5d5d5a resource provider aggregate not found 2026-07-02 06:22:20.888 7 INFO neutron.services.segments.plugin [-] Segment 30a1a152-afcd-4f6a-99e9-0884ba5d5d5a 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 30a1a152-afcd-4f6a-99e9-0884ba5d5d5a found for delete ", "request_id": "req-b8fd4476-9eda-4337-a09a-101489073939"}]} 2026-07-02 06:22:20.890 7 INFO neutron.services.segments.plugin [-] Segment 30a1a152-afcd-4f6a-99e9-0884ba5d5d5a 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 30a1a152-afcd-4f6a-99e9-0884ba5d5d5a found for delete ", "request_id": "req-19bf2bf7-2035-4d97-bb48-625e6d0b9832"}]} 2026-07-02 06:22:20.905 7 INFO neutron.services.segments.plugin [-] Segment 9a09b2bc-a014-4b81-8003-99acd70912d4 resource provider aggregate not found 2026-07-02 06:22:20.912 7 INFO neutron.services.segments.plugin [-] Segment 9a09b2bc-a014-4b81-8003-99acd70912d4 resource provider aggregate not found 2026-07-02 06:22:20.929 7 INFO neutron.services.segments.plugin [-] Segment 9a09b2bc-a014-4b81-8003-99acd70912d4 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 9a09b2bc-a014-4b81-8003-99acd70912d4 found for delete ", "request_id": "req-fb1c5c6f-86ca-44be-b560-c1674b6ef608"}]} 2026-07-02 06:22:20.930 7 INFO neutron.services.segments.plugin [-] Segment 9a09b2bc-a014-4b81-8003-99acd70912d4 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 9a09b2bc-a014-4b81-8003-99acd70912d4 found for delete ", "request_id": "req-39e758e0-dc09-401f-a913-0f4c271275eb"}]} [pid: 8|app: 0|req: 1142/2199] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:22:20 2026] GET /v2.0/security-groups?tenant_id=2eba45e30cf947bc880beced9106060e&name=default => generated 2929 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:22:21.014 8 INFO neutron.services.segments.plugin [-] Segment 0e086647-0e0a-439c-85c5-a3636cdb68e0 resource provider aggregate not found 2026-07-02 06:22:21.021 8 INFO neutron.services.segments.plugin [-] Segment 0e086647-0e0a-439c-85c5-a3636cdb68e0 resource provider aggregate not found 2026-07-02 06:22:21.033 8 INFO neutron.services.segments.plugin [-] Segment 0e086647-0e0a-439c-85c5-a3636cdb68e0 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 0e086647-0e0a-439c-85c5-a3636cdb68e0 found for delete ", "request_id": "req-a0fc458e-b8db-48b8-b9ea-e06b0d2128cf"}]} 2026-07-02 06:22:21.037 8 INFO neutron.services.segments.plugin [-] Segment 0e086647-0e0a-439c-85c5-a3636cdb68e0 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 0e086647-0e0a-439c-85c5-a3636cdb68e0 found for delete ", "request_id": "req-c4254369-08e6-481c-a4dc-0921cf8b49b1"}]} [pid: 7|app: 0|req: 1058/2200] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:22:20 2026] DELETE /v2.0/security-groups/bb071ce3-7384-4329-8bd2-96607716e050 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2201] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:22:21 2026] GET /v2.0/security-groups?tenant_id=d90331e3030949c18ecf2cd65df132a3&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2202] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:22:21 2026] DELETE /v2.0/security-groups/fc28f4f1-0e00-4d57-ae2e-c771884c32a1 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2203] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:22:21 2026] GET /v2.0/security-groups?tenant_id=0abb51161080463f95aaef4b50c0ec93&name=default => generated 2929 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2204] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:22:21 2026] DELETE /v2.0/security-groups/73480962-0269-497f-9744-cfd67abf5ec0 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2205] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:22:24 2026] GET /v2.0/security-groups?tenant_id=f10833d7c85341a28df11c58ad180c9e&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: 1146/2206] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:22:25 2026] DELETE /v2.0/security-groups/85e8c6e9-f97d-409a-a5f2-c294c45e2a3d => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2207] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:22:25 2026] GET /v2.0/security-groups?tenant_id=c48e002b7a3a41a6ba359dd7e656a334&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2208] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:22:25 2026] DELETE /v2.0/security-groups/ac765662-a993-443f-8571-a21788937b24 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2209] 10.0.0.28 () {34 vars in 675 bytes} [Thu Jul 2 06:22:24 2026] POST /v2.0/floatingips => generated 552 bytes in 631 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2210] 10.0.0.28 () {34 vars in 758 bytes} [Thu Jul 2 06:22:25 2026] PUT /v2.0/floatingips/b59aca40-75d5-4ec9-a442-39aa83b9d7cf/tags => generated 25 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2211] 10.0.0.28 () {32 vars in 738 bytes} [Thu Jul 2 06:22:25 2026] GET /v2.0/floatingips/b59aca40-75d5-4ec9-a442-39aa83b9d7cf/tags => generated 25 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2212] 10.0.0.28 () {34 vars in 769 bytes} [Thu Jul 2 06:22:25 2026] PUT /v2.0/floatingips/b59aca40-75d5-4ec9-a442-39aa83b9d7cf/tags/green => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2213] 10.0.0.28 () {32 vars in 738 bytes} [Thu Jul 2 06:22:25 2026] GET /v2.0/floatingips/b59aca40-75d5-4ec9-a442-39aa83b9d7cf/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2214] 10.0.0.28 () {34 vars in 765 bytes} [Thu Jul 2 06:22:25 2026] PUT /v2.0/floatingips/b59aca40-75d5-4ec9-a442-39aa83b9d7cf/tags/red => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2215] 10.0.0.28 () {32 vars in 738 bytes} [Thu Jul 2 06:22:25 2026] GET /v2.0/floatingips/b59aca40-75d5-4ec9-a442-39aa83b9d7cf/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: 1152/2216] 10.0.0.28 () {34 vars in 787 bytes} [Thu Jul 2 06:22:25 2026] PUT /v2.0/floatingips/b59aca40-75d5-4ec9-a442-39aa83b9d7cf/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: 7|app: 0|req: 1065/2217] 10.0.0.28 () {32 vars in 738 bytes} [Thu Jul 2 06:22:25 2026] GET /v2.0/floatingips/b59aca40-75d5-4ec9-a442-39aa83b9d7cf/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2218] 10.0.0.28 () {34 vars in 758 bytes} [Thu Jul 2 06:22:26 2026] PUT /v2.0/floatingips/b59aca40-75d5-4ec9-a442-39aa83b9d7cf/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2219] 10.0.0.28 () {32 vars in 738 bytes} [Thu Jul 2 06:22:26 2026] GET /v2.0/floatingips/b59aca40-75d5-4ec9-a442-39aa83b9d7cf/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: 1154/2220] 10.0.0.28 () {32 vars in 746 bytes} [Thu Jul 2 06:22:26 2026] GET /v2.0/floatingips/b59aca40-75d5-4ec9-a442-39aa83b9d7cf/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:22:26.206 7 INFO neutron.api.v2.resource [None req-ad5c4b79-65c8-4bba-a07e-7bafc932dca6 79d7271f457e4a09be2272760c4dbb71 bb58eb2f4a264ee59a76036f7562efe3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1067/2221] 10.0.0.28 () {32 vars in 750 bytes} [Thu Jul 2 06:22:26 2026] GET /v2.0/floatingips/b59aca40-75d5-4ec9-a442-39aa83b9d7cf/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: 1155/2222] 10.0.0.28 () {32 vars in 749 bytes} [Thu Jul 2 06:22:26 2026] DELETE /v2.0/floatingips/b59aca40-75d5-4ec9-a442-39aa83b9d7cf/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: 1068/2223] 10.0.0.28 () {32 vars in 738 bytes} [Thu Jul 2 06:22:26 2026] GET /v2.0/floatingips/b59aca40-75d5-4ec9-a442-39aa83b9d7cf/tags => generated 30 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:22:26.370 8 INFO neutron.api.v2.resource [None req-9d8a13b3-849d-4c90-9669-cdcf79dd0d62 79d7271f457e4a09be2272760c4dbb71 bb58eb2f4a264ee59a76036f7562efe3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1156/2224] 10.0.0.28 () {32 vars in 753 bytes} [Thu Jul 2 06:22:26 2026] DELETE /v2.0/floatingips/b59aca40-75d5-4ec9-a442-39aa83b9d7cf/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2225] 10.0.0.28 () {32 vars in 741 bytes} [Thu Jul 2 06:22:26 2026] DELETE /v2.0/floatingips/b59aca40-75d5-4ec9-a442-39aa83b9d7cf/tags => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2226] 10.0.0.28 () {32 vars in 738 bytes} [Thu Jul 2 06:22:26 2026] GET /v2.0/floatingips/b59aca40-75d5-4ec9-a442-39aa83b9d7cf/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:22:26.603 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5018202-037f-4fa9-b621-f3d3bc7fb2b0 79d7271f457e4a09be2272760c4dbb71 bb58eb2f4a264ee59a76036f7562efe3 - - default default] TaaS: Handle Delete Port: 2f9cd322-a385-4826-903c-ac424f44ec62 2026-07-02 06:22:26.606 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5018202-037f-4fa9-b621-f3d3bc7fb2b0 79d7271f457e4a09be2272760c4dbb71 bb58eb2f4a264ee59a76036f7562efe3 - - default default] Tap Mirror: Handle Delete Port: 2f9cd322-a385-4826-903c-ac424f44ec62 [pid: 7|app: 0|req: 1070/2227] 10.0.0.28 () {32 vars in 731 bytes} [Thu Jul 2 06:22:26 2026] DELETE /v2.0/floatingips/b59aca40-75d5-4ec9-a442-39aa83b9d7cf => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2228] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:22:27 2026] GET /v2.0/security-groups?tenant_id=bb58eb2f4a264ee59a76036f7562efe3&name=default => generated 2929 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2229] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:22:27 2026] DELETE /v2.0/security-groups/514e2e91-cb66-4586-a175-a51deb32f34e => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2230] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:22:27 2026] GET /v2.0/security-groups?tenant_id=48d29eadd7444c2881190f3bd9c9e76a&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: 1072/2231] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:22:27 2026] DELETE /v2.0/security-groups/edc32d49-92ec-4138-8a63-e339f836967e => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2232] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:22:28 2026] GET /v2.0/security-groups?tenant_id=9f118d6f65954b73bbad54355644718e&name=default => generated 2929 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2233] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:22:28 2026] DELETE /v2.0/security-groups/fd2c7147-64aa-4754-988d-f5c0d8b60b16 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:22:31.467 8 INFO neutron.db.segments_db [None req-04e89ce5-598b-4a40-98fd-8677d5b503dc f2cc6afa343d4c528821dfbe280223ba e780e65f214941ff909954d3fef9e4eb - - default default] Added segment 64bc5fec-853a-49af-a041-363ccb4b262e of type vxlan for network ea2489d8-665b-4a49-997b-78dd99f9f848 [pid: 8|app: 0|req: 1161/2234] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:22:31 2026] POST /v2.0/networks => generated 631 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2235] 10.0.0.28 () {34 vars in 752 bytes} [Thu Jul 2 06:22:31 2026] PUT /v2.0/networks/ea2489d8-665b-4a49-997b-78dd99f9f848/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: 1162/2236] 10.0.0.28 () {32 vars in 732 bytes} [Thu Jul 2 06:22:31 2026] GET /v2.0/networks/ea2489d8-665b-4a49-997b-78dd99f9f848/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2237] 10.0.0.28 () {34 vars in 763 bytes} [Thu Jul 2 06:22:31 2026] PUT /v2.0/networks/ea2489d8-665b-4a49-997b-78dd99f9f848/tags/green => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2238] 10.0.0.28 () {32 vars in 732 bytes} [Thu Jul 2 06:22:31 2026] GET /v2.0/networks/ea2489d8-665b-4a49-997b-78dd99f9f848/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2239] 10.0.0.28 () {34 vars in 759 bytes} [Thu Jul 2 06:22:31 2026] PUT /v2.0/networks/ea2489d8-665b-4a49-997b-78dd99f9f848/tags/red => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2240] 10.0.0.28 () {32 vars in 732 bytes} [Thu Jul 2 06:22:31 2026] GET /v2.0/networks/ea2489d8-665b-4a49-997b-78dd99f9f848/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2241] 10.0.0.28 () {34 vars in 781 bytes} [Thu Jul 2 06:22:31 2026] PUT /v2.0/networks/ea2489d8-665b-4a49-997b-78dd99f9f848/tags/black.or.white => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2242] 10.0.0.28 () {32 vars in 732 bytes} [Thu Jul 2 06:22:31 2026] GET /v2.0/networks/ea2489d8-665b-4a49-997b-78dd99f9f848/tags => generated 52 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2243] 10.0.0.28 () {34 vars in 752 bytes} [Thu Jul 2 06:22:32 2026] PUT /v2.0/networks/ea2489d8-665b-4a49-997b-78dd99f9f848/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2244] 10.0.0.28 () {32 vars in 732 bytes} [Thu Jul 2 06:22:32 2026] GET /v2.0/networks/ea2489d8-665b-4a49-997b-78dd99f9f848/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2245] 10.0.0.28 () {32 vars in 740 bytes} [Thu Jul 2 06:22:32 2026] GET /v2.0/networks/ea2489d8-665b-4a49-997b-78dd99f9f848/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:22:32.268 8 INFO neutron.api.v2.resource [None req-6c096b70-1dd7-49b0-9e4a-d448f3cbc750 f2cc6afa343d4c528821dfbe280223ba e780e65f214941ff909954d3fef9e4eb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1167/2246] 10.0.0.28 () {32 vars in 744 bytes} [Thu Jul 2 06:22:32 2026] GET /v2.0/networks/ea2489d8-665b-4a49-997b-78dd99f9f848/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2248] 10.0.0.28 () {32 vars in 743 bytes} [Thu Jul 2 06:22:32 2026] DELETE /v2.0/networks/ea2489d8-665b-4a49-997b-78dd99f9f848/tags/red => 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: 1081/2250] 10.0.0.28 () {32 vars in 732 bytes} [Thu Jul 2 06:22:32 2026] GET /v2.0/networks/ea2489d8-665b-4a49-997b-78dd99f9f848/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:22:32.445 8 INFO neutron.api.v2.resource [None req-f6810c93-93c1-4dea-b7f4-9891a9fa8b95 f2cc6afa343d4c528821dfbe280223ba e780e65f214941ff909954d3fef9e4eb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1170/2251] 10.0.0.28 () {32 vars in 747 bytes} [Thu Jul 2 06:22:32 2026] DELETE /v2.0/networks/ea2489d8-665b-4a49-997b-78dd99f9f848/tags/green => generated 99 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2252] 10.0.0.28 () {32 vars in 735 bytes} [Thu Jul 2 06:22:32 2026] DELETE /v2.0/networks/ea2489d8-665b-4a49-997b-78dd99f9f848/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2253] 10.0.0.28 () {32 vars in 732 bytes} [Thu Jul 2 06:22:32 2026] GET /v2.0/networks/ea2489d8-665b-4a49-997b-78dd99f9f848/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:22:32.662 7 INFO neutron.services.segments.plugin [-] Segment 64bc5fec-853a-49af-a041-363ccb4b262e resource provider aggregate not found 2026-07-02 06:22:32.669 7 INFO neutron.services.segments.plugin [-] Segment 64bc5fec-853a-49af-a041-363ccb4b262e resource provider aggregate not found 2026-07-02 06:22:32.679 7 INFO neutron.services.segments.plugin [-] Segment 64bc5fec-853a-49af-a041-363ccb4b262e 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 64bc5fec-853a-49af-a041-363ccb4b262e found for delete ", "request_id": "req-43502ea8-e4a0-4d61-af83-0fe3a95be844"}]} 2026-07-02 06:22:32.691 7 INFO neutron.services.segments.plugin [-] Segment 64bc5fec-853a-49af-a041-363ccb4b262e 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 64bc5fec-853a-49af-a041-363ccb4b262e found for delete ", "request_id": "req-2c7e65d9-88e2-411e-9645-e306e79020d9"}]} [pid: 7|app: 0|req: 1083/2254] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:22:32 2026] DELETE /v2.0/networks/ea2489d8-665b-4a49-997b-78dd99f9f848 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2255] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:22:33 2026] GET /v2.0/security-groups?tenant_id=e780e65f214941ff909954d3fef9e4eb&name=default => generated 2929 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2256] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:22:33 2026] DELETE /v2.0/security-groups/fe66cd27-67e1-4f5e-9e86-27b7f7e94ddf => 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: 1173/2257] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:22:33 2026] GET /v2.0/security-groups?tenant_id=ad618397055b416aa08f8d25df18a0d8&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2258] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:22:33 2026] DELETE /v2.0/security-groups/3429f5c7-3c71-4c27-91ee-a5b14ce5f676 => 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: 1174/2259] 10.0.0.28 () {34 vars in 677 bytes} [Thu Jul 2 06:22:36 2026] POST /v2.0/qos/policies => generated 359 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2260] 10.0.0.28 () {34 vars in 752 bytes} [Thu Jul 2 06:22:37 2026] PUT /v2.0/policies/dc56e5ee-1fbf-47a9-a947-a60347261916/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2261] 10.0.0.28 () {32 vars in 732 bytes} [Thu Jul 2 06:22:37 2026] GET /v2.0/policies/dc56e5ee-1fbf-47a9-a947-a60347261916/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: 1087/2262] 10.0.0.28 () {34 vars in 763 bytes} [Thu Jul 2 06:22:37 2026] PUT /v2.0/policies/dc56e5ee-1fbf-47a9-a947-a60347261916/tags/green => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2263] 10.0.0.28 () {32 vars in 732 bytes} [Thu Jul 2 06:22:37 2026] GET /v2.0/policies/dc56e5ee-1fbf-47a9-a947-a60347261916/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2264] 10.0.0.28 () {34 vars in 759 bytes} [Thu Jul 2 06:22:37 2026] PUT /v2.0/policies/dc56e5ee-1fbf-47a9-a947-a60347261916/tags/red => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2265] 10.0.0.28 () {32 vars in 732 bytes} [Thu Jul 2 06:22:37 2026] GET /v2.0/policies/dc56e5ee-1fbf-47a9-a947-a60347261916/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2266] 10.0.0.28 () {34 vars in 781 bytes} [Thu Jul 2 06:22:37 2026] PUT /v2.0/policies/dc56e5ee-1fbf-47a9-a947-a60347261916/tags/black.or.white => 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: 1178/2267] 10.0.0.28 () {32 vars in 732 bytes} [Thu Jul 2 06:22:37 2026] GET /v2.0/policies/dc56e5ee-1fbf-47a9-a947-a60347261916/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: 1090/2268] 10.0.0.28 () {34 vars in 752 bytes} [Thu Jul 2 06:22:37 2026] PUT /v2.0/policies/dc56e5ee-1fbf-47a9-a947-a60347261916/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2269] 10.0.0.28 () {32 vars in 732 bytes} [Thu Jul 2 06:22:37 2026] GET /v2.0/policies/dc56e5ee-1fbf-47a9-a947-a60347261916/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2270] 10.0.0.28 () {32 vars in 740 bytes} [Thu Jul 2 06:22:37 2026] GET /v2.0/policies/dc56e5ee-1fbf-47a9-a947-a60347261916/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:22:37.615 8 INFO neutron.api.v2.resource [None req-7590351d-8941-40c7-ad93-23670bf00b6b e52c532ef2ac4e508df93d07ef479537 214dba851a714508aff171a6739a8a28 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1180/2271] 10.0.0.28 () {32 vars in 744 bytes} [Thu Jul 2 06:22:37 2026] GET /v2.0/policies/dc56e5ee-1fbf-47a9-a947-a60347261916/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2272] 10.0.0.28 () {32 vars in 743 bytes} [Thu Jul 2 06:22:37 2026] DELETE /v2.0/policies/dc56e5ee-1fbf-47a9-a947-a60347261916/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2273] 10.0.0.28 () {32 vars in 732 bytes} [Thu Jul 2 06:22:37 2026] GET /v2.0/policies/dc56e5ee-1fbf-47a9-a947-a60347261916/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:22:37.748 7 INFO neutron.api.v2.resource [None req-3d6a930c-20d3-4c88-a71b-9080569e620a e52c532ef2ac4e508df93d07ef479537 214dba851a714508aff171a6739a8a28 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1093/2274] 10.0.0.28 () {32 vars in 747 bytes} [Thu Jul 2 06:22:37 2026] DELETE /v2.0/policies/dc56e5ee-1fbf-47a9-a947-a60347261916/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: 1182/2275] 10.0.0.28 () {32 vars in 735 bytes} [Thu Jul 2 06:22:37 2026] DELETE /v2.0/policies/dc56e5ee-1fbf-47a9-a947-a60347261916/tags => 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: 1094/2276] 10.0.0.28 () {32 vars in 732 bytes} [Thu Jul 2 06:22:37 2026] GET /v2.0/policies/dc56e5ee-1fbf-47a9-a947-a60347261916/tags => 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: 1183/2277] 10.0.0.28 () {32 vars in 733 bytes} [Thu Jul 2 06:22:37 2026] DELETE /v2.0/qos/policies/dc56e5ee-1fbf-47a9-a947-a60347261916 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2278] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:22:38 2026] GET /v2.0/security-groups?tenant_id=214dba851a714508aff171a6739a8a28&name=default => generated 2929 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2279] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:22:38 2026] GET /v2.0/security-groups?tenant_id=6afcf4e17d2742a59e1b28f2bf714373&name=default => generated 2929 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2280] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:22:38 2026] DELETE /v2.0/security-groups/70f677e3-7694-4839-b8f2-6419e9f92333 => 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: 1185/2281] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:22:38 2026] DELETE /v2.0/security-groups/0dee964b-402c-48dc-b02e-6813358007d5 => 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: 1097/2282] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:22:39 2026] GET /v2.0/security-groups?tenant_id=95f89f83a5c24628acd28faa1e6b4359&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: 1186/2283] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:22:39 2026] DELETE /v2.0/security-groups/ab14e641-4fbd-4249-9e3c-1b55baf0cbca => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:22:42.339 7 INFO neutron.db.segments_db [None req-bd41f722-15d5-4875-8c29-3272d0d0625a f2fe4490a4484d91892c110a9b3d44bf d71aebf2c0b946c5b7251a734f924ff1 - - default default] Added segment 20f3d9fa-5f80-47b7-8863-881164ee2e67 of type vxlan for network 9aed42bb-b629-4ebc-8ee0-173bdf4e4f5e [pid: 7|app: 0|req: 1098/2284] 10.0.0.28 () {34 vars in 670 bytes} [Thu Jul 2 06:22:41 2026] POST /v2.0/networks => generated 632 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:22:42.508 8 INFO neutron.db.segments_db [None req-16a572cb-e406-4bf0-bacf-ede046029ade f2fe4490a4484d91892c110a9b3d44bf d71aebf2c0b946c5b7251a734f924ff1 - - default default] Added segment 471609ac-dee2-4f45-a9e2-cfadcef55812 of type vxlan for network d86a3d4f-c129-45ea-be54-71de429364c2 2026-07-02 06:22:42.758 8 INFO neutron.db.l3_hamode_db [None req-16a572cb-e406-4bf0-bacf-ede046029ade f2fe4490a4484d91892c110a9b3d44bf d71aebf2c0b946c5b7251a734f924ff1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:22:43.580 8 INFO neutron.db.l3_hamode_db [None req-16a572cb-e406-4bf0-bacf-ede046029ade f2fe4490a4484d91892c110a9b3d44bf d71aebf2c0b946c5b7251a734f924ff1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1187/2285] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:22:42 2026] POST /v2.0/routers => generated 694 bytes in 2008 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2286] 10.0.0.28 () {32 vars in 775 bytes} [Thu Jul 2 06:22:44 2026] GET /v2.0/subnets?project_id=d71aebf2c0b946c5b7251a734f924ff1&cidr=10.100.0.0%2F28 => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2287] 10.0.0.28 () {32 vars in 693 bytes} [Thu Jul 2 06:22:44 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2288] 10.0.0.28 () {32 vars in 783 bytes} [Thu Jul 2 06:22:44 2026] GET /v2.0/subnets?network_id=164cf595-8aa6-4ad1-8acb-0f35f2c9f97b&cidr=10.100.0.0%2F28 => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2289] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:22:44 2026] POST /v2.0/subnets => generated 657 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2290] 10.0.0.28 () {34 vars in 782 bytes} [Thu Jul 2 06:22:44 2026] PUT /v2.0/routers/c052137d-70a6-419f-8053-556a2fef7174/add_router_interface => generated 309 bytes in 1340 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2291] 10.0.0.28 () {32 vars in 648 bytes} [Thu Jul 2 06:22:46 2026] GET /v2.0/networks => generated 3606 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2292] 10.0.0.28 () {32 vars in 646 bytes} [Thu Jul 2 06:22:46 2026] GET /v2.0/subnets => generated 2595 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2293] 10.0.0.28 () {32 vars in 646 bytes} [Thu Jul 2 06:22:46 2026] GET /v2.0/routers => generated 737 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2294] 10.0.0.28 () {34 vars in 684 bytes} [Thu Jul 2 06:22:46 2026] POST /v2.0/security-groups => generated 1677 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2295] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:22:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2296] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:22:46 2026] POST /v2.0/security-group-rules => generated 596 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2297] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:22:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2298] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:22:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:22:47.162 8 INFO neutron.db.securitygroups_db [None req-76c7708f-1094-470b-8c6e-52f3e3bcbe0c f2fe4490a4484d91892c110a9b3d44bf d71aebf2c0b946c5b7251a734f924ff1 - - default default] Project d71aebf2c0b946c5b7251a734f924ff1 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: 1194/2299] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:22:47 2026] POST /v2.0/security-group-rules => generated 607 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:22:47.298 7 INFO neutron.db.securitygroups_db [None req-f9f7293e-4562-4b4f-8eae-eea3eb05bccc f2fe4490a4484d91892c110a9b3d44bf d71aebf2c0b946c5b7251a734f924ff1 - - default default] Project d71aebf2c0b946c5b7251a734f924ff1 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: 1106/2302] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:22:47 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: 8|app: 0|req: 1197/2303] 10.0.0.28 () {32 vars in 648 bytes} [Thu Jul 2 06:22:47 2026] GET /v2.0/networks => generated 1297 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2304] 10.0.0.44 () {34 vars in 1099 bytes} [Thu Jul 2 06:22:47 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1375452500&fields=id&tenant_id=d71aebf2c0b946c5b7251a734f924ff1 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2305] 10.0.0.44 () {34 vars in 981 bytes} [Thu Jul 2 06:22:47 2026] GET /v2.0/networks?id=9aed42bb-b629-4ebc-8ee0-173bdf4e4f5e => generated 660 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2306] 10.0.0.44 () {34 vars in 964 bytes} [Thu Jul 2 06:22:48 2026] GET /v2.0/quotas/d71aebf2c0b946c5b7251a734f924ff1 => 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: 1199/2307] 10.0.0.44 () {34 vars in 1001 bytes} [Thu Jul 2 06:22:48 2026] GET /v2.0/ports?tenant_id=d71aebf2c0b946c5b7251a734f924ff1&fields=id => generated 103 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2308] 10.0.0.44 () {34 vars in 1007 bytes} [Thu Jul 2 06:22:48 2026] GET /v2.0/networks/9aed42bb-b629-4ebc-8ee0-173bdf4e4f5e?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: 1200/2309] 10.0.0.44 () {34 vars in 1107 bytes} [Thu Jul 2 06:22:48 2026] GET /v2.0/networks/9aed42bb-b629-4ebc-8ee0-173bdf4e4f5e?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: 7|app: 0|req: 1110/2310] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:22:48 2026] GET /v2.0/ports?device_id=04f79289-b547-4fdf-9d54-36e73b078956 => 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: 1201/2311] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:22:49 2026] GET /v2.0/ports?device_id=04f79289-b547-4fdf-9d54-36e73b078956 => 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: 1111/2312] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:22:50 2026] GET /v2.0/ports?device_id=04f79289-b547-4fdf-9d54-36e73b078956 => 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: 1202/2313] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:22:51 2026] GET /v2.0/ports?device_id=04f79289-b547-4fdf-9d54-36e73b078956 => 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: 1112/2314] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:22:52 2026] GET /v2.0/networks?id=9aed42bb-b629-4ebc-8ee0-173bdf4e4f5e => generated 660 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2315] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:22:52 2026] GET /v2.0/ports?device_id=04f79289-b547-4fdf-9d54-36e73b078956 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2316] 199.204.45.3 () {34 vars in 1048 bytes} [Thu Jul 2 06:22:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d71aebf2c0b946c5b7251a734f924ff1 => generated 181 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2317] 199.204.45.3 () {38 vars in 953 bytes} [Thu Jul 2 06:22:52 2026] POST /v2.0/ports => generated 954 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2318] 199.204.45.3 () {38 vars in 1026 bytes} [Thu Jul 2 06:22:53 2026] PUT /v2.0/ports/70d3a874-841e-4b06-b166-fc5e2e57626b => generated 1235 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:22:53.684 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a18af301-11e0-4fa8-bcb2-ab7684a77dfe'] response: {'name': 'network-changed', 'server_uuid': '04f79289-b547-4fdf-9d54-36e73b078956', 'tag': '70d3a874-841e-4b06-b166-fc5e2e57626b', '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: 1205/2319] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:22:53 2026] GET /v2.0/ports?device_id=04f79289-b547-4fdf-9d54-36e73b078956 => generated 969 bytes in 37 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: 1115/2320] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:22:53 2026] GET /v2.0/security-groups?id=bb8205ca-8df9-4c88-92fb-b3e059334a5b&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: 8|app: 0|req: 1206/2321] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:22:54 2026] GET /v2.0/ports?tenant_id=d71aebf2c0b946c5b7251a734f924ff1&device_id=04f79289-b547-4fdf-9d54-36e73b078956 => generated 1238 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2322] 199.204.45.3 () {34 vars in 1016 bytes} [Thu Jul 2 06:22:54 2026] GET /v2.0/networks?tenant_id=d71aebf2c0b946c5b7251a734f924ff1&shared=False => generated 756 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2323] 199.204.45.3 () {34 vars in 928 bytes} [Thu Jul 2 06:22:54 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2324] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:22:54 2026] GET /v2.0/ports?device_id=04f79289-b547-4fdf-9d54-36e73b078956 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2325] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:22:55 2026] GET /v2.0/security-groups?id=bb8205ca-8df9-4c88-92fb-b3e059334a5b&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: 7|app: 0|req: 1118/2326] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:22:55 2026] GET /v2.0/ports?tenant_id=d71aebf2c0b946c5b7251a734f924ff1&device_id=04f79289-b547-4fdf-9d54-36e73b078956 => 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: 1209/2327] 199.204.45.3 () {34 vars in 1056 bytes} [Thu Jul 2 06:22:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=70d3a874-841e-4b06-b166-fc5e2e57626b => 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: 1119/2328] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:22:55 2026] GET /v2.0/subnets?id=bc4673e5-520d-4811-b755-b09a32e76099 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2329] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:22:55 2026] GET /v2.0/ports?network_id=9aed42bb-b629-4ebc-8ee0-173bdf4e4f5e&device_owner=network%3Adhcp => generated 1244 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2330] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:22:55 2026] GET /v2.0/networks/9aed42bb-b629-4ebc-8ee0-173bdf4e4f5e?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: 1211/2331] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:22:55 2026] GET /v2.0/networks/9aed42bb-b629-4ebc-8ee0-173bdf4e4f5e?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: 1121/2332] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:22:56 2026] GET /v2.0/ports?device_id=04f79289-b547-4fdf-9d54-36e73b078956 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2333] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:22:56 2026] GET /v2.0/security-groups?id=bb8205ca-8df9-4c88-92fb-b3e059334a5b&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: 1122/2334] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:22:57 2026] GET /v2.0/ports?device_id=04f79289-b547-4fdf-9d54-36e73b078956 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2335] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:22:57 2026] GET /v2.0/security-groups?id=bb8205ca-8df9-4c88-92fb-b3e059334a5b&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: 7|app: 0|req: 1123/2336] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:22:58 2026] GET /v2.0/ports?device_id=04f79289-b547-4fdf-9d54-36e73b078956 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2337] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:22:58 2026] GET /v2.0/security-groups?id=bb8205ca-8df9-4c88-92fb-b3e059334a5b&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: 1124/2338] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:22:59 2026] GET /v2.0/ports?device_id=04f79289-b547-4fdf-9d54-36e73b078956 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2339] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:22:59 2026] GET /v2.0/security-groups?id=bb8205ca-8df9-4c88-92fb-b3e059334a5b&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2340] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:23:00 2026] GET /v2.0/ports?device_id=04f79289-b547-4fdf-9d54-36e73b078956 => 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: 1216/2341] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:23:00 2026] GET /v2.0/security-groups?id=bb8205ca-8df9-4c88-92fb-b3e059334a5b&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: 1126/2342] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:23:00 2026] GET /v2.0/ports?device_id=04f79289-b547-4fdf-9d54-36e73b078956 => 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: 1217/2343] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:23:00 2026] GET /v2.0/security-groups?id=bb8205ca-8df9-4c88-92fb-b3e059334a5b&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: 1127/2344] 10.0.0.28 () {32 vars in 735 bytes} [Thu Jul 2 06:23:00 2026] GET /v2.0/ports?device_id=04f79289-b547-4fdf-9d54-36e73b078956 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:23:01.798 8 INFO neutron.db.l3_db [None req-1f24bc8f-f7c0-4db3-8030-be3932944e6d f2fe4490a4484d91892c110a9b3d44bf d71aebf2c0b946c5b7251a734f924ff1 - - default default] Floating IP 51b68be2-d229-4992-b733-3575c20527fc associated. External IP: 10.96.250.209, port: 70d3a874-841e-4b06-b166-fc5e2e57626b. [pid: 8|app: 0|req: 1218/2345] 10.0.0.28 () {34 vars in 676 bytes} [Thu Jul 2 06:23:01 2026] POST /v2.0/floatingips => generated 855 bytes in 1194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:23:02.251 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c021939-7eed-46e6-8ec8-dd7923f4b76b'] response: {'name': 'network-changed', 'server_uuid': '04f79289-b547-4fdf-9d54-36e73b078956', 'tag': '70d3a874-841e-4b06-b166-fc5e2e57626b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1128/2346] 10.0.0.28 () {32 vars in 728 bytes} [Thu Jul 2 06:23:02 2026] GET /v2.0/floatingips/51b68be2-d229-4992-b733-3575c20527fc => generated 855 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2349] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:23:02 2026] GET /v2.0/ports?tenant_id=d71aebf2c0b946c5b7251a734f924ff1&device_id=04f79289-b547-4fdf-9d54-36e73b078956 => 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: 1130/2350] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:23:02 2026] GET /v2.0/networks?id=9aed42bb-b629-4ebc-8ee0-173bdf4e4f5e => generated 756 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2351] 199.204.45.3 () {34 vars in 1056 bytes} [Thu Jul 2 06:23:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=70d3a874-841e-4b06-b166-fc5e2e57626b => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2352] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:23:02 2026] GET /v2.0/subnets?id=bc4673e5-520d-4811-b755-b09a32e76099 => 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: 1222/2353] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:23:02 2026] GET /v2.0/ports?network_id=9aed42bb-b629-4ebc-8ee0-173bdf4e4f5e&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2354] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:23:02 2026] GET /v2.0/networks/9aed42bb-b629-4ebc-8ee0-173bdf4e4f5e?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2355] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:23:03 2026] GET /v2.0/networks/9aed42bb-b629-4ebc-8ee0-173bdf4e4f5e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2356] 10.0.0.28 () {32 vars in 728 bytes} [Thu Jul 2 06:23:03 2026] GET /v2.0/floatingips/51b68be2-d229-4992-b733-3575c20527fc => generated 855 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2357] 10.0.0.28 () {32 vars in 728 bytes} [Thu Jul 2 06:23:04 2026] GET /v2.0/floatingips/51b68be2-d229-4992-b733-3575c20527fc => generated 857 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2358] 10.0.0.16 () {34 vars in 989 bytes} [Thu Jul 2 06:23:11 2026] GET /v2.0/ports?device_id=04f79289-b547-4fdf-9d54-36e73b078956 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2359] 10.0.0.16 () {34 vars in 1039 bytes} [Thu Jul 2 06:23:11 2026] GET /v2.0/security-groups?id=bb8205ca-8df9-4c88-92fb-b3e059334a5b&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: 1227/2362] 10.0.0.28 () {32 vars in 825 bytes} [Thu Jul 2 06:23:21 2026] GET /v2.0/ports?project_id=d71aebf2c0b946c5b7251a734f924ff1&network_id=9aed42bb-b629-4ebc-8ee0-173bdf4e4f5e => generated 3691 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2363] 10.0.0.28 () {32 vars in 741 bytes} [Thu Jul 2 06:23:21 2026] GET /v2.0/subnets?network_id=164cf595-8aa6-4ad1-8acb-0f35f2c9f97b => generated 667 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:23:22.162 8 INFO neutron.db.l3_db [None req-ee6f3df3-f186-42d5-9197-98828e9b6c0e f2fe4490a4484d91892c110a9b3d44bf d71aebf2c0b946c5b7251a734f924ff1 - - default default] Floating IP 51b68be2-d229-4992-b733-3575c20527fc disassociated. External IP: 10.96.250.209, port: 70d3a874-841e-4b06-b166-fc5e2e57626b. [pid: 8|app: 0|req: 1228/2364] 10.0.0.28 () {34 vars in 748 bytes} [Thu Jul 2 06:23:22 2026] PUT /v2.0/floatingips/51b68be2-d229-4992-b733-3575c20527fc => generated 554 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:23:22.572 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-52fed356-699e-4ac6-8ee3-3f70ea16dfa9'] response: {'name': 'network-changed', 'server_uuid': '04f79289-b547-4fdf-9d54-36e73b078956', 'tag': '70d3a874-841e-4b06-b166-fc5e2e57626b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1137/2365] 10.0.0.28 () {32 vars in 728 bytes} [Thu Jul 2 06:23:22 2026] GET /v2.0/floatingips/51b68be2-d229-4992-b733-3575c20527fc => generated 554 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2366] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:23:23 2026] GET /v2.0/ports?tenant_id=d71aebf2c0b946c5b7251a734f924ff1&device_id=04f79289-b547-4fdf-9d54-36e73b078956 => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2367] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:23:23 2026] GET /v2.0/networks?id=9aed42bb-b629-4ebc-8ee0-173bdf4e4f5e => generated 756 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2368] 199.204.45.3 () {34 vars in 1056 bytes} [Thu Jul 2 06:23:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=70d3a874-841e-4b06-b166-fc5e2e57626b => 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: 1139/2369] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:23:23 2026] GET /v2.0/subnets?id=bc4673e5-520d-4811-b755-b09a32e76099 => 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: 1231/2370] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:23:23 2026] GET /v2.0/ports?network_id=9aed42bb-b629-4ebc-8ee0-173bdf4e4f5e&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: 1140/2371] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:23:23 2026] GET /v2.0/networks/9aed42bb-b629-4ebc-8ee0-173bdf4e4f5e?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2372] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:23:23 2026] GET /v2.0/networks/9aed42bb-b629-4ebc-8ee0-173bdf4e4f5e?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: 1141/2373] 10.0.0.28 () {32 vars in 728 bytes} [Thu Jul 2 06:23:23 2026] GET /v2.0/floatingips/51b68be2-d229-4992-b733-3575c20527fc => generated 554 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2374] 10.0.0.28 () {32 vars in 728 bytes} [Thu Jul 2 06:23:24 2026] GET /v2.0/floatingips/51b68be2-d229-4992-b733-3575c20527fc => generated 552 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2375] 10.0.0.28 () {34 vars in 684 bytes} [Thu Jul 2 06:23:25 2026] POST /v2.0/security-groups => generated 1675 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2376] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:23:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2377] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:23:25 2026] POST /v2.0/security-group-rules => generated 596 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2378] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:23:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2379] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:23:26 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) 2026-07-02 06:23:26.374 8 INFO neutron.db.securitygroups_db [None req-622183b2-d4f5-4559-877d-d6701880938a f2fe4490a4484d91892c110a9b3d44bf d71aebf2c0b946c5b7251a734f924ff1 - - default default] Project d71aebf2c0b946c5b7251a734f924ff1 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: 1236/2380] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:23:26 2026] POST /v2.0/security-group-rules => generated 607 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:23:26.501 7 INFO neutron.db.securitygroups_db [None req-963fdd09-1914-45c0-9402-a937ffd1ddb1 f2fe4490a4484d91892c110a9b3d44bf d71aebf2c0b946c5b7251a734f924ff1 - - default default] Project d71aebf2c0b946c5b7251a734f924ff1 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: 1145/2381] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:23:26 2026] POST /v2.0/security-group-rules => generated 606 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2382] 10.0.0.28 () {32 vars in 648 bytes} [Thu Jul 2 06:23:26 2026] GET /v2.0/networks => generated 1297 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2383] 10.0.0.44 () {34 vars in 1097 bytes} [Thu Jul 2 06:23:27 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-641998039&fields=id&tenant_id=d71aebf2c0b946c5b7251a734f924ff1 => 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: 1238/2384] 10.0.0.44 () {34 vars in 981 bytes} [Thu Jul 2 06:23:27 2026] GET /v2.0/networks?id=9aed42bb-b629-4ebc-8ee0-173bdf4e4f5e => generated 660 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2385] 10.0.0.44 () {34 vars in 964 bytes} [Thu Jul 2 06:23:27 2026] GET /v2.0/quotas/d71aebf2c0b946c5b7251a734f924ff1 => 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: 1239/2386] 10.0.0.44 () {34 vars in 1001 bytes} [Thu Jul 2 06:23:27 2026] GET /v2.0/ports?tenant_id=d71aebf2c0b946c5b7251a734f924ff1&fields=id => generated 149 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2387] 10.0.0.44 () {34 vars in 1007 bytes} [Thu Jul 2 06:23:27 2026] GET /v2.0/networks/9aed42bb-b629-4ebc-8ee0-173bdf4e4f5e?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2388] 10.0.0.44 () {34 vars in 1107 bytes} [Thu Jul 2 06:23:27 2026] GET /v2.0/networks/9aed42bb-b629-4ebc-8ee0-173bdf4e4f5e?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: 1149/2389] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:23:27 2026] GET /v2.0/ports?device_id=d3ea8859-32ed-4daf-a0f2-b4da76be1e65 => 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: 1241/2390] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:23:28 2026] GET /v2.0/ports?device_id=d3ea8859-32ed-4daf-a0f2-b4da76be1e65 => 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: 1150/2391] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:23:29 2026] GET /v2.0/ports?device_id=d3ea8859-32ed-4daf-a0f2-b4da76be1e65 => 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: 1242/2392] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:23:30 2026] GET /v2.0/ports?device_id=d3ea8859-32ed-4daf-a0f2-b4da76be1e65 => 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: 1151/2393] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:23:31 2026] GET /v2.0/networks?id=9aed42bb-b629-4ebc-8ee0-173bdf4e4f5e => generated 660 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2394] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:23:31 2026] GET /v2.0/ports?device_id=d3ea8859-32ed-4daf-a0f2-b4da76be1e65 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2395] 199.204.45.3 () {34 vars in 1048 bytes} [Thu Jul 2 06:23:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d71aebf2c0b946c5b7251a734f924ff1 => generated 273 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2396] 199.204.45.3 () {38 vars in 953 bytes} [Thu Jul 2 06:23:31 2026] POST /v2.0/ports => generated 958 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2399] 199.204.45.3 () {38 vars in 1026 bytes} [Thu Jul 2 06:23:32 2026] PUT /v2.0/ports/a8038f0f-6c61-42b3-8832-41966b5b88fb => generated 1239 bytes in 426 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:23:32.807 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-29308689-6bc8-4090-babc-8674ef86ed23'] response: {'name': 'network-changed', 'server_uuid': 'd3ea8859-32ed-4daf-a0f2-b4da76be1e65', 'tag': 'a8038f0f-6c61-42b3-8832-41966b5b88fb', '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: 1246/2400] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:23:32 2026] GET /v2.0/ports?device_id=d3ea8859-32ed-4daf-a0f2-b4da76be1e65 => generated 973 bytes in 85 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: 1155/2401] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:23:33 2026] GET /v2.0/security-groups?id=9dc7975f-5f37-4063-b6c2-3faa2be1891a&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: 1247/2402] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:23:33 2026] GET /v2.0/ports?tenant_id=d71aebf2c0b946c5b7251a734f924ff1&device_id=d3ea8859-32ed-4daf-a0f2-b4da76be1e65 => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2403] 199.204.45.3 () {34 vars in 1016 bytes} [Thu Jul 2 06:23:33 2026] GET /v2.0/networks?tenant_id=d71aebf2c0b946c5b7251a734f924ff1&shared=False => generated 756 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2404] 199.204.45.3 () {34 vars in 928 bytes} [Thu Jul 2 06:23:33 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: 1157/2405] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:23:34 2026] GET /v2.0/ports?device_id=d3ea8859-32ed-4daf-a0f2-b4da76be1e65 => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2406] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:23:34 2026] GET /v2.0/security-groups?id=9dc7975f-5f37-4063-b6c2-3faa2be1891a&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: 1158/2407] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:23:34 2026] GET /v2.0/ports?tenant_id=d71aebf2c0b946c5b7251a734f924ff1&device_id=d3ea8859-32ed-4daf-a0f2-b4da76be1e65 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2408] 199.204.45.3 () {34 vars in 1058 bytes} [Thu Jul 2 06:23:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=a8038f0f-6c61-42b3-8832-41966b5b88fb => 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: 1159/2409] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:23:34 2026] GET /v2.0/subnets?id=bc4673e5-520d-4811-b755-b09a32e76099 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2410] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:23:34 2026] GET /v2.0/ports?network_id=9aed42bb-b629-4ebc-8ee0-173bdf4e4f5e&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: 1160/2411] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:23:34 2026] GET /v2.0/networks/9aed42bb-b629-4ebc-8ee0-173bdf4e4f5e?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2412] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:23:34 2026] GET /v2.0/networks/9aed42bb-b629-4ebc-8ee0-173bdf4e4f5e?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: 1161/2413] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:23:35 2026] GET /v2.0/ports?device_id=d3ea8859-32ed-4daf-a0f2-b4da76be1e65 => 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: 1253/2414] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:23:35 2026] GET /v2.0/security-groups?id=9dc7975f-5f37-4063-b6c2-3faa2be1891a&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: 1162/2415] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:23:36 2026] GET /v2.0/ports?device_id=d3ea8859-32ed-4daf-a0f2-b4da76be1e65 => 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: 1254/2416] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:23:36 2026] GET /v2.0/security-groups?id=9dc7975f-5f37-4063-b6c2-3faa2be1891a&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: 1163/2417] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:23:37 2026] GET /v2.0/ports?device_id=d3ea8859-32ed-4daf-a0f2-b4da76be1e65 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2418] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:23:37 2026] GET /v2.0/security-groups?id=9dc7975f-5f37-4063-b6c2-3faa2be1891a&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: 1164/2419] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:23:38 2026] GET /v2.0/ports?device_id=d3ea8859-32ed-4daf-a0f2-b4da76be1e65 => generated 975 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2420] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:23:39 2026] GET /v2.0/security-groups?id=9dc7975f-5f37-4063-b6c2-3faa2be1891a&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: 7|app: 0|req: 1165/2421] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:23:40 2026] GET /v2.0/ports?device_id=d3ea8859-32ed-4daf-a0f2-b4da76be1e65 => generated 975 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2422] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:23:40 2026] GET /v2.0/security-groups?id=9dc7975f-5f37-4063-b6c2-3faa2be1891a&fields=id&fields=name => generated 113 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2423] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:23:40 2026] GET /v2.0/ports?device_id=d3ea8859-32ed-4daf-a0f2-b4da76be1e65 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2424] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:23:40 2026] GET /v2.0/security-groups?id=9dc7975f-5f37-4063-b6c2-3faa2be1891a&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2425] 10.0.0.28 () {32 vars in 735 bytes} [Thu Jul 2 06:23:40 2026] GET /v2.0/ports?device_id=d3ea8859-32ed-4daf-a0f2-b4da76be1e65 => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:23:40.854 8 INFO neutron.db.l3_db [None req-92ac898b-8989-4d24-b99b-e84a3aa0ef61 f2fe4490a4484d91892c110a9b3d44bf d71aebf2c0b946c5b7251a734f924ff1 - - default default] Floating IP 51b68be2-d229-4992-b733-3575c20527fc associated. External IP: 10.96.250.209, port: a8038f0f-6c61-42b3-8832-41966b5b88fb. [pid: 8|app: 0|req: 1259/2426] 10.0.0.28 () {34 vars in 748 bytes} [Thu Jul 2 06:23:40 2026] PUT /v2.0/floatingips/51b68be2-d229-4992-b733-3575c20527fc => generated 856 bytes in 558 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:23:41.153 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-40d38466-f2f6-4444-9f36-502156f5d46a'] response: {'name': 'network-changed', 'server_uuid': 'd3ea8859-32ed-4daf-a0f2-b4da76be1e65', 'tag': 'a8038f0f-6c61-42b3-8832-41966b5b88fb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1168/2427] 10.0.0.28 () {32 vars in 728 bytes} [Thu Jul 2 06:23:41 2026] GET /v2.0/floatingips/51b68be2-d229-4992-b733-3575c20527fc => generated 856 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2428] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:23:41 2026] GET /v2.0/ports?tenant_id=d71aebf2c0b946c5b7251a734f924ff1&device_id=d3ea8859-32ed-4daf-a0f2-b4da76be1e65 => 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: 1169/2429] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:23:41 2026] GET /v2.0/networks?id=9aed42bb-b629-4ebc-8ee0-173bdf4e4f5e => generated 756 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2430] 199.204.45.3 () {34 vars in 1058 bytes} [Thu Jul 2 06:23:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=a8038f0f-6c61-42b3-8832-41966b5b88fb => generated 859 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2431] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:23:41 2026] GET /v2.0/subnets?id=bc4673e5-520d-4811-b755-b09a32e76099 => 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: 1262/2432] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:23:41 2026] GET /v2.0/ports?network_id=9aed42bb-b629-4ebc-8ee0-173bdf4e4f5e&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: 1171/2433] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:23:41 2026] GET /v2.0/networks/9aed42bb-b629-4ebc-8ee0-173bdf4e4f5e?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: 1263/2434] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:23:41 2026] GET /v2.0/networks/9aed42bb-b629-4ebc-8ee0-173bdf4e4f5e?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: 7|app: 0|req: 1172/2435] 10.0.0.28 () {32 vars in 728 bytes} [Thu Jul 2 06:23:42 2026] GET /v2.0/floatingips/51b68be2-d229-4992-b733-3575c20527fc => generated 856 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2436] 10.0.0.28 () {32 vars in 728 bytes} [Thu Jul 2 06:23:43 2026] GET /v2.0/floatingips/51b68be2-d229-4992-b733-3575c20527fc => generated 858 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2439] 10.0.0.16 () {34 vars in 989 bytes} [Thu Jul 2 06:23:50 2026] GET /v2.0/ports?device_id=d3ea8859-32ed-4daf-a0f2-b4da76be1e65 => 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: 1266/2440] 10.0.0.16 () {34 vars in 1039 bytes} [Thu Jul 2 06:23:50 2026] GET /v2.0/security-groups?id=9dc7975f-5f37-4063-b6c2-3faa2be1891a&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: 7|app: 0|req: 1175/2441] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:24:01 2026] GET /v2.0/ports?device_id=d3ea8859-32ed-4daf-a0f2-b4da76be1e65 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2442] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:24:01 2026] GET /v2.0/security-groups?id=9dc7975f-5f37-4063-b6c2-3faa2be1891a&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2445] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:24:02 2026] GET /v2.0/ports?device_id=d3ea8859-32ed-4daf-a0f2-b4da76be1e65 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2446] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:24:02 2026] GET /v2.0/security-groups?id=9dc7975f-5f37-4063-b6c2-3faa2be1891a&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: 1270/2447] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:24:03 2026] GET /v2.0/ports?device_id=d3ea8859-32ed-4daf-a0f2-b4da76be1e65 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2448] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:24:03 2026] GET /v2.0/security-groups?id=9dc7975f-5f37-4063-b6c2-3faa2be1891a&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: 1271/2449] 199.204.45.3 () {34 vars in 992 bytes} [Thu Jul 2 06:24:04 2026] GET /v2.0/ports?device_id=d3ea8859-32ed-4daf-a0f2-b4da76be1e65 => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:24:04.277 7 INFO neutron_taas.services.taas.taas_plugin [req-b7f37262-53a5-4a7a-ab67-cad2ee40e993 req-0cb19c73-0539-4e9a-a51a-f463c2428f15 f2fe4490a4484d91892c110a9b3d44bf d71aebf2c0b946c5b7251a734f924ff1 - - default default] TaaS: Handle Delete Port: a8038f0f-6c61-42b3-8832-41966b5b88fb 2026-07-02 06:24:04.280 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b7f37262-53a5-4a7a-ab67-cad2ee40e993 req-0cb19c73-0539-4e9a-a51a-f463c2428f15 f2fe4490a4484d91892c110a9b3d44bf d71aebf2c0b946c5b7251a734f924ff1 - - default default] Tap Mirror: Handle Delete Port: a8038f0f-6c61-42b3-8832-41966b5b88fb 2026-07-02 06:24:04.420 7 INFO neutron.db.l3_db [req-b7f37262-53a5-4a7a-ab67-cad2ee40e993 req-0cb19c73-0539-4e9a-a51a-f463c2428f15 f2fe4490a4484d91892c110a9b3d44bf d71aebf2c0b946c5b7251a734f924ff1 - - default default] Floating IP 51b68be2-d229-4992-b733-3575c20527fc disassociated. External IP: 10.96.250.209, port: a8038f0f-6c61-42b3-8832-41966b5b88fb. [pid: 7|app: 0|req: 1179/2450] 199.204.45.3 () {36 vars in 995 bytes} [Thu Jul 2 06:24:04 2026] DELETE /v2.0/ports/a8038f0f-6c61-42b3-8832-41966b5b88fb => generated 0 bytes in 641 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:24:04.881 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dee7a04a-0389-4571-86af-940710c5caf6'] response: {'server_uuid': 'd3ea8859-32ed-4daf-a0f2-b4da76be1e65', 'name': 'network-vif-deleted', 'tag': 'a8038f0f-6c61-42b3-8832-41966b5b88fb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1272/2451] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:24:04 2026] GET /v2.0/ports?device_id=d3ea8859-32ed-4daf-a0f2-b4da76be1e65 => 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: 1180/2452] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:24:06 2026] GET /v2.0/ports?device_id=d3ea8859-32ed-4daf-a0f2-b4da76be1e65 => 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: 1273/2453] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:24:07 2026] GET /v2.0/ports?device_id=d3ea8859-32ed-4daf-a0f2-b4da76be1e65 => 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: 1181/2454] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:24:08 2026] DELETE /v2.0/security-groups/9dc7975f-5f37-4063-b6c2-3faa2be1891a => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:24:08.558 8 INFO neutron_taas.services.taas.taas_plugin [None req-5446b7bd-d3f0-4377-ad74-7e6f715f98d4 f2fe4490a4484d91892c110a9b3d44bf d71aebf2c0b946c5b7251a734f924ff1 - - default default] TaaS: Handle Delete Port: 3ac301fb-ee28-448e-bc14-76952e53e915 2026-07-02 06:24:08.561 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5446b7bd-d3f0-4377-ad74-7e6f715f98d4 f2fe4490a4484d91892c110a9b3d44bf d71aebf2c0b946c5b7251a734f924ff1 - - default default] Tap Mirror: Handle Delete Port: 3ac301fb-ee28-448e-bc14-76952e53e915 [pid: 8|app: 0|req: 1274/2455] 10.0.0.28 () {32 vars in 731 bytes} [Thu Jul 2 06:24:08 2026] DELETE /v2.0/floatingips/51b68be2-d229-4992-b733-3575c20527fc => generated 0 bytes in 289 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2456] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:24:08 2026] GET /v2.0/ports?device_id=04f79289-b547-4fdf-9d54-36e73b078956 => 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: 1275/2457] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:24:08 2026] GET /v2.0/security-groups?id=bb8205ca-8df9-4c88-92fb-b3e059334a5b&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: 1183/2458] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:24:10 2026] GET /v2.0/ports?device_id=04f79289-b547-4fdf-9d54-36e73b078956 => 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: 1276/2459] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:24:10 2026] GET /v2.0/security-groups?id=bb8205ca-8df9-4c88-92fb-b3e059334a5b&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: 1184/2460] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:24:11 2026] GET /v2.0/ports?device_id=04f79289-b547-4fdf-9d54-36e73b078956 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2461] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:24:11 2026] GET /v2.0/security-groups?id=bb8205ca-8df9-4c88-92fb-b3e059334a5b&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: 1277/2462] 199.204.45.3 () {34 vars in 992 bytes} [Thu Jul 2 06:24:11 2026] GET /v2.0/ports?device_id=04f79289-b547-4fdf-9d54-36e73b078956 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:24:11.459 7 INFO neutron_taas.services.taas.taas_plugin [req-1505a2d2-3ed1-41f7-90d0-8476dff1dcab req-c9fb6629-d766-45c9-9f8a-fa23c43ad560 f2fe4490a4484d91892c110a9b3d44bf d71aebf2c0b946c5b7251a734f924ff1 - - default default] TaaS: Handle Delete Port: 70d3a874-841e-4b06-b166-fc5e2e57626b 2026-07-02 06:24:11.461 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1505a2d2-3ed1-41f7-90d0-8476dff1dcab req-c9fb6629-d766-45c9-9f8a-fa23c43ad560 f2fe4490a4484d91892c110a9b3d44bf d71aebf2c0b946c5b7251a734f924ff1 - - default default] Tap Mirror: Handle Delete Port: 70d3a874-841e-4b06-b166-fc5e2e57626b [pid: 7|app: 0|req: 1186/2463] 199.204.45.3 () {36 vars in 995 bytes} [Thu Jul 2 06:24:11 2026] DELETE /v2.0/ports/70d3a874-841e-4b06-b166-fc5e2e57626b => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:24:11.601 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-707d0702-22ab-4f0b-8014-e30395aad41f'] response: {'server_uuid': '04f79289-b547-4fdf-9d54-36e73b078956', 'name': 'network-vif-deleted', 'tag': '70d3a874-841e-4b06-b166-fc5e2e57626b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1278/2464] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:24:12 2026] GET /v2.0/ports?device_id=04f79289-b547-4fdf-9d54-36e73b078956 => 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: 1187/2465] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:24:13 2026] GET /v2.0/ports?device_id=04f79289-b547-4fdf-9d54-36e73b078956 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2466] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:24:14 2026] GET /v2.0/ports?device_id=04f79289-b547-4fdf-9d54-36e73b078956 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2467] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:24:15 2026] DELETE /v2.0/security-groups/bb8205ca-8df9-4c88-92fb-b3e059334a5b => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:24:16.243 8 INFO neutron_taas.services.taas.taas_plugin [None req-8b0332a9-0aca-47ac-b1b6-5d3d999cc888 f2fe4490a4484d91892c110a9b3d44bf d71aebf2c0b946c5b7251a734f924ff1 - - default default] TaaS: Handle Delete Port: 90cb3771-9b37-41f5-bbf6-b7f79f6f48aa 2026-07-02 06:24:16.247 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b0332a9-0aca-47ac-b1b6-5d3d999cc888 f2fe4490a4484d91892c110a9b3d44bf d71aebf2c0b946c5b7251a734f924ff1 - - default default] Tap Mirror: Handle Delete Port: 90cb3771-9b37-41f5-bbf6-b7f79f6f48aa [pid: 8|app: 0|req: 1280/2468] 10.0.0.28 () {34 vars in 788 bytes} [Thu Jul 2 06:24:15 2026] PUT /v2.0/routers/c052137d-70a6-419f-8053-556a2fef7174/remove_router_interface => generated 309 bytes in 971 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2469] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:24:16 2026] DELETE /v2.0/subnets/bc4673e5-520d-4811-b755-b09a32e76099 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:24:17.200 8 INFO neutron_taas.services.taas.taas_plugin [None req-ec45f564-1377-4861-a64c-61ddb2bbc19b f2fe4490a4484d91892c110a9b3d44bf d71aebf2c0b946c5b7251a734f924ff1 - - default default] TaaS: Handle Delete Port: f216bbe6-b9a7-44d0-86ad-7902980d2867 2026-07-02 06:24:17.202 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec45f564-1377-4861-a64c-61ddb2bbc19b f2fe4490a4484d91892c110a9b3d44bf d71aebf2c0b946c5b7251a734f924ff1 - - default default] Tap Mirror: Handle Delete Port: f216bbe6-b9a7-44d0-86ad-7902980d2867 2026-07-02 06:24:17.427 8 INFO neutron_taas.services.taas.taas_plugin [None req-ec45f564-1377-4861-a64c-61ddb2bbc19b f2fe4490a4484d91892c110a9b3d44bf d71aebf2c0b946c5b7251a734f924ff1 - - default default] TaaS: Handle Delete Port: 4899ee4a-17d8-4db4-941d-4d324bfe8bec 2026-07-02 06:24:17.430 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec45f564-1377-4861-a64c-61ddb2bbc19b f2fe4490a4484d91892c110a9b3d44bf d71aebf2c0b946c5b7251a734f924ff1 - - default default] Tap Mirror: Handle Delete Port: 4899ee4a-17d8-4db4-941d-4d324bfe8bec 2026-07-02 06:24:17.795 8 INFO neutron.db.l3_hamode_db [None req-ec45f564-1377-4861-a64c-61ddb2bbc19b f2fe4490a4484d91892c110a9b3d44bf d71aebf2c0b946c5b7251a734f924ff1 - - default default] HA network d86a3d4f-c129-45ea-be54-71de429364c2 was deleted as no HA routers are present in tenant d71aebf2c0b946c5b7251a734f924ff1. [pid: 8|app: 0|req: 1281/2472] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:24:16 2026] DELETE /v2.0/routers/c052137d-70a6-419f-8053-556a2fef7174 => generated 0 bytes in 831 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:24:17.807 8 INFO neutron.services.segments.plugin [-] Segment 471609ac-dee2-4f45-a9e2-cfadcef55812 resource provider aggregate not found 2026-07-02 06:24:17.818 8 INFO neutron.services.segments.plugin [-] Segment 471609ac-dee2-4f45-a9e2-cfadcef55812 resource provider aggregate not found 2026-07-02 06:24:17.828 8 INFO neutron.services.segments.plugin [-] Segment 471609ac-dee2-4f45-a9e2-cfadcef55812 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 471609ac-dee2-4f45-a9e2-cfadcef55812 found for delete ", "request_id": "req-b500cb80-d95b-4ce6-be08-e487e81e2e3a"}]} 2026-07-02 06:24:17.833 8 INFO neutron.services.segments.plugin [-] Segment 471609ac-dee2-4f45-a9e2-cfadcef55812 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 471609ac-dee2-4f45-a9e2-cfadcef55812 found for delete ", "request_id": "req-6361ddf5-994c-4e10-aee0-e8ebc33460d3"}]} [pid: 7|app: 0|req: 1192/2473] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:24:17 2026] DELETE /v2.0/networks/9aed42bb-b629-4ebc-8ee0-173bdf4e4f5e => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:24:17.941 7 INFO neutron.services.segments.plugin [-] Segment 20f3d9fa-5f80-47b7-8863-881164ee2e67 resource provider aggregate not found 2026-07-02 06:24:17.946 7 INFO neutron.services.segments.plugin [-] Segment 20f3d9fa-5f80-47b7-8863-881164ee2e67 resource provider aggregate not found 2026-07-02 06:24:17.964 7 INFO neutron.services.segments.plugin [-] Segment 20f3d9fa-5f80-47b7-8863-881164ee2e67 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 20f3d9fa-5f80-47b7-8863-881164ee2e67 found for delete ", "request_id": "req-9667af22-00a4-41bf-903f-81eaa9beeca5"}]} 2026-07-02 06:24:17.966 7 INFO neutron.services.segments.plugin [-] Segment 20f3d9fa-5f80-47b7-8863-881164ee2e67 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 20f3d9fa-5f80-47b7-8863-881164ee2e67 found for delete ", "request_id": "req-cfb49483-c629-42e9-8e6d-f716f8695669"}]} [pid: 8|app: 0|req: 1282/2474] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:24:18 2026] GET /v2.0/security-groups?tenant_id=d71aebf2c0b946c5b7251a734f924ff1&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2475] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:24:18 2026] DELETE /v2.0/security-groups/ef3d6dc4-cc7f-424b-8546-677ee71b9702 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2476] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:24:18 2026] GET /v2.0/security-groups?tenant_id=209fb4f94042413b80d633884d95951b&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: 1194/2477] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:24:18 2026] DELETE /v2.0/security-groups/6727fcd5-c060-4560-98fc-8414136c2f12 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:24:27.989 8 INFO neutron.db.segments_db [None req-ad2f0277-479e-4122-a51f-19841cc32336 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] Added segment cc02dd94-122f-42fe-bd79-175cf7558293 of type vxlan for network 0e63bc68-1801-4a81-9024-5bc2ef30b632 [pid: 8|app: 0|req: 1284/2478] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:24:27 2026] POST /v2.0/networks => generated 639 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2479] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:24:28 2026] POST /v2.0/subnets => generated 658 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2480] 10.0.0.28 () {32 vars in 721 bytes} [Thu Jul 2 06:24:28 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2481] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:24:28 2026] POST /v2.0/subnets => generated 731 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:24:28.647 8 INFO neutron.db.segments_db [None req-fe05e77b-e1e6-46bb-9d48-e7548a2a0876 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] Added segment b1ef67e4-169e-472a-ba46-0236a4f92f11 of type vxlan for network 1483a042-9aa7-4aec-bfd4-9a09f942adb0 [pid: 8|app: 0|req: 1286/2482] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:24:28 2026] POST /v2.0/networks => generated 637 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2483] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:24:28 2026] POST /v2.0/subnets => generated 656 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2484] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:24:28 2026] POST /v2.0/subnets => generated 726 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:24:29.302 7 INFO neutron.db.segments_db [None req-9d257518-1540-4268-be91-749413e2ef41 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] Added segment 27ed043d-1268-4b95-8885-e840596b8604 of type vxlan for network 3aeb80ee-5f2f-4549-83ce-72392f09a7d3 [pid: 7|app: 0|req: 1198/2485] 10.0.0.28 () {34 vars in 669 bytes} [Thu Jul 2 06:24:29 2026] POST /v2.0/networks => generated 638 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2486] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:24:29 2026] POST /v2.0/subnets => generated 655 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2487] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:24:29 2026] POST /v2.0/subnets => generated 729 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:24:29.957 8 INFO neutron.db.segments_db [None req-f39b3b75-8337-4b93-9b0b-03ce58bba94c 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] Added segment e0aa379f-5f74-45e1-ac8b-5ef38b587ac5 of type vxlan for network c0db97e3-5967-43cc-84c5-7c8c137db0f8 2026-07-02 06:24:30.242 8 INFO neutron.db.l3_hamode_db [None req-f39b3b75-8337-4b93-9b0b-03ce58bba94c 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:24:31.012 8 INFO neutron.db.l3_hamode_db [None req-f39b3b75-8337-4b93-9b0b-03ce58bba94c 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1289/2488] 10.0.0.28 () {34 vars in 668 bytes} [Thu Jul 2 06:24:29 2026] POST /v2.0/routers => generated 685 bytes in 2017 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2491] 10.0.0.28 () {34 vars in 782 bytes} [Thu Jul 2 06:24:31 2026] PUT /v2.0/routers/fd3e9355-726d-4eea-b3b2-f595933c2776/add_router_interface => generated 309 bytes in 1540 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2492] 10.0.0.28 () {34 vars in 782 bytes} [Thu Jul 2 06:24:33 2026] PUT /v2.0/routers/fd3e9355-726d-4eea-b3b2-f595933c2776/add_router_interface => generated 309 bytes in 1440 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2493] 10.0.0.28 () {34 vars in 782 bytes} [Thu Jul 2 06:24:34 2026] PUT /v2.0/routers/fd3e9355-726d-4eea-b3b2-f595933c2776/add_router_interface => generated 309 bytes in 1371 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2494] 10.0.0.28 () {34 vars in 683 bytes} [Thu Jul 2 06:24:36 2026] POST /v2.0/security-groups => generated 1629 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2495] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:24:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2496] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:24:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2497] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:24:36 2026] POST /v2.0/security-group-rules => generated 599 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2498] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:24:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2499] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:24:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2500] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:24:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2501] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:24:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2502] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:24:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2503] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:24:37 2026] POST /v2.0/security-group-rules => generated 599 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2504] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:24:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2505] 10.0.0.28 () {34 vars in 694 bytes} [Thu Jul 2 06:24:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2506] 10.0.0.44 () {34 vars in 1093 bytes} [Thu Jul 2 06:24:38 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-729681681&fields=id&tenant_id=bef2f873742e4f4eb6b2c226e7e331ac => 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: 1208/2507] 10.0.0.44 () {34 vars in 981 bytes} [Thu Jul 2 06:24:38 2026] GET /v2.0/networks?id=1483a042-9aa7-4aec-bfd4-9a09f942adb0 => generated 704 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2508] 10.0.0.44 () {34 vars in 964 bytes} [Thu Jul 2 06:24:38 2026] GET /v2.0/quotas/bef2f873742e4f4eb6b2c226e7e331ac => 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: 1209/2509] 10.0.0.44 () {34 vars in 1001 bytes} [Thu Jul 2 06:24:38 2026] GET /v2.0/ports?tenant_id=bef2f873742e4f4eb6b2c226e7e331ac&fields=id => generated 287 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2510] 10.0.0.44 () {34 vars in 1007 bytes} [Thu Jul 2 06:24:38 2026] GET /v2.0/networks/1483a042-9aa7-4aec-bfd4-9a09f942adb0?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2511] 10.0.0.44 () {34 vars in 1107 bytes} [Thu Jul 2 06:24:38 2026] GET /v2.0/networks/1483a042-9aa7-4aec-bfd4-9a09f942adb0?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: 8|app: 0|req: 1302/2512] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:24:38 2026] GET /v2.0/ports?device_id=afa58419-3761-43ee-aa31-25d4390a33a1 => 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: 1211/2513] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:24:43 2026] GET /v2.0/networks?id=1483a042-9aa7-4aec-bfd4-9a09f942adb0 => generated 704 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2514] 199.204.45.3 () {34 vars in 1048 bytes} [Thu Jul 2 06:24:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bef2f873742e4f4eb6b2c226e7e331ac => generated 178 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2515] 199.204.45.3 () {38 vars in 953 bytes} [Thu Jul 2 06:24:43 2026] POST /v2.0/ports => generated 1183 bytes in 484 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: 7|app: 0|req: 1213/2516] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:24:44 2026] GET /v2.0/ports?device_id=afa58419-3761-43ee-aa31-25d4390a33a1 => generated 1198 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2517] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:24:44 2026] GET /v2.0/security-groups?id=93b01f5b-af77-46be-b78f-6318100d8724&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2518] 199.204.45.3 () {38 vars in 1026 bytes} [Thu Jul 2 06:24:43 2026] PUT /v2.0/ports/2903bd15-7165-48be-839a-0966a9a9a8c8 => generated 1464 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:24:44.392 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dc84c0d5-1371-4399-83fc-c9408844fafd'] response: {'name': 'network-changed', 'server_uuid': 'afa58419-3761-43ee-aa31-25d4390a33a1', 'tag': '2903bd15-7165-48be-839a-0966a9a9a8c8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1215/2519] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:24:44 2026] GET /v2.0/ports?tenant_id=bef2f873742e4f4eb6b2c226e7e331ac&device_id=afa58419-3761-43ee-aa31-25d4390a33a1 => generated 1467 bytes in 34 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: 1305/2520] 199.204.45.3 () {34 vars in 1016 bytes} [Thu Jul 2 06:24:44 2026] GET /v2.0/networks?tenant_id=bef2f873742e4f4eb6b2c226e7e331ac&shared=False => generated 2373 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2521] 199.204.45.3 () {34 vars in 928 bytes} [Thu Jul 2 06:24:45 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: 1306/2522] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:24:46 2026] GET /v2.0/ports?tenant_id=bef2f873742e4f4eb6b2c226e7e331ac&device_id=afa58419-3761-43ee-aa31-25d4390a33a1 => generated 1467 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2523] 199.204.45.3 () {34 vars in 1056 bytes} [Thu Jul 2 06:24:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.182&port_id=2903bd15-7165-48be-839a-0966a9a9a8c8 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2524] 199.204.45.3 () {34 vars in 1102 bytes} [Thu Jul 2 06:24:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A188&port_id=2903bd15-7165-48be-839a-0966a9a9a8c8 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2525] 199.204.45.3 () {34 vars in 1062 bytes} [Thu Jul 2 06:24:46 2026] GET /v2.0/subnets?id=458252db-b093-4155-8d7e-76d0b68b5485&id=383e115c-2b2f-4afa-a237-eecb9c51b455 => generated 1411 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2526] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:24:46 2026] GET /v2.0/ports?network_id=1483a042-9aa7-4aec-bfd4-9a09f942adb0&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2527] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:24:46 2026] GET /v2.0/ports?network_id=1483a042-9aa7-4aec-bfd4-9a09f942adb0&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2528] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:24:46 2026] GET /v2.0/networks/1483a042-9aa7-4aec-bfd4-9a09f942adb0?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: 1220/2529] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:24:46 2026] GET /v2.0/networks/1483a042-9aa7-4aec-bfd4-9a09f942adb0?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: 1222/2532] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:24:49 2026] GET /v2.0/ports?device_id=afa58419-3761-43ee-aa31-25d4390a33a1 => generated 1200 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2533] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:24:49 2026] GET /v2.0/security-groups?id=93b01f5b-af77-46be-b78f-6318100d8724&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2534] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:24:54 2026] GET /v2.0/ports?device_id=afa58419-3761-43ee-aa31-25d4390a33a1 => generated 1200 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2535] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:24:54 2026] GET /v2.0/security-groups?id=93b01f5b-af77-46be-b78f-6318100d8724&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2536] 10.0.0.28 () {32 vars in 817 bytes} [Thu Jul 2 06:24:54 2026] GET /v2.0/ports?network_id=1483a042-9aa7-4aec-bfd4-9a09f942adb0&mac_address=fa%3A16%3A3e%3A56%3A65%3A53 => generated 1200 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:24:55.325 8 INFO neutron.db.l3_db [None req-1d90979d-7054-4c21-9c86-7095012393e1 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] Floating IP 7fd3776d-93a1-48ae-9248-4271e6c6eb1d associated. External IP: 10.96.250.219, port: 2903bd15-7165-48be-839a-0966a9a9a8c8. [pid: 8|app: 0|req: 1313/2537] 10.0.0.28 () {34 vars in 676 bytes} [Thu Jul 2 06:24:54 2026] POST /v2.0/floatingips => generated 855 bytes in 1033 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:24:55.635 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9b0c83a6-bdea-4ae0-908a-f2afb90d5076'] response: {'name': 'network-changed', 'server_uuid': 'afa58419-3761-43ee-aa31-25d4390a33a1', 'tag': '2903bd15-7165-48be-839a-0966a9a9a8c8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1225/2538] 10.0.0.44 () {34 vars in 1093 bytes} [Thu Jul 2 06:24:55 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-729681681&fields=id&tenant_id=bef2f873742e4f4eb6b2c226e7e331ac => 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: 1314/2539] 10.0.0.44 () {34 vars in 981 bytes} [Thu Jul 2 06:24:55 2026] GET /v2.0/networks?id=3aeb80ee-5f2f-4549-83ce-72392f09a7d3 => generated 705 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2540] 10.0.0.44 () {34 vars in 964 bytes} [Thu Jul 2 06:24:55 2026] GET /v2.0/quotas/bef2f873742e4f4eb6b2c226e7e331ac => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2541] 10.0.0.44 () {34 vars in 1001 bytes} [Thu Jul 2 06:24:55 2026] GET /v2.0/ports?tenant_id=bef2f873742e4f4eb6b2c226e7e331ac&fields=id => generated 333 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2542] 10.0.0.44 () {34 vars in 1007 bytes} [Thu Jul 2 06:24:55 2026] GET /v2.0/networks/3aeb80ee-5f2f-4549-83ce-72392f09a7d3?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: 1316/2543] 10.0.0.44 () {34 vars in 1107 bytes} [Thu Jul 2 06:24:56 2026] GET /v2.0/networks/3aeb80ee-5f2f-4549-83ce-72392f09a7d3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2544] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:24:56 2026] GET /v2.0/ports?device_id=d3e1d8a7-b03e-4691-a604-aef314af8f80 => 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: 1228/2545] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:24:56 2026] GET /v2.0/ports?tenant_id=bef2f873742e4f4eb6b2c226e7e331ac&device_id=afa58419-3761-43ee-aa31-25d4390a33a1 => generated 1469 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2546] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:24:56 2026] GET /v2.0/networks?id=1483a042-9aa7-4aec-bfd4-9a09f942adb0 => generated 799 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2547] 199.204.45.3 () {34 vars in 1056 bytes} [Thu Jul 2 06:24:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.182&port_id=2903bd15-7165-48be-839a-0966a9a9a8c8 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2548] 199.204.45.3 () {34 vars in 1102 bytes} [Thu Jul 2 06:24:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A188&port_id=2903bd15-7165-48be-839a-0966a9a9a8c8 => 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: 1230/2549] 199.204.45.3 () {34 vars in 1062 bytes} [Thu Jul 2 06:24:56 2026] GET /v2.0/subnets?id=458252db-b093-4155-8d7e-76d0b68b5485&id=383e115c-2b2f-4afa-a237-eecb9c51b455 => generated 1411 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2550] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:24:56 2026] GET /v2.0/ports?network_id=1483a042-9aa7-4aec-bfd4-9a09f942adb0&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2551] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:24:56 2026] GET /v2.0/ports?network_id=1483a042-9aa7-4aec-bfd4-9a09f942adb0&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2552] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:24:56 2026] GET /v2.0/networks/1483a042-9aa7-4aec-bfd4-9a09f942adb0?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2553] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:24:56 2026] GET /v2.0/networks/1483a042-9aa7-4aec-bfd4-9a09f942adb0?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: 1322/2554] 10.0.0.16 () {34 vars in 989 bytes} [Thu Jul 2 06:25:00 2026] GET /v2.0/ports?device_id=afa58419-3761-43ee-aa31-25d4390a33a1 => generated 1469 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2555] 10.0.0.16 () {34 vars in 1039 bytes} [Thu Jul 2 06:25:00 2026] GET /v2.0/security-groups?id=93b01f5b-af77-46be-b78f-6318100d8724&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2556] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:25:00 2026] GET /v2.0/networks?id=3aeb80ee-5f2f-4549-83ce-72392f09a7d3 => generated 705 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2557] 199.204.45.3 () {34 vars in 1048 bytes} [Thu Jul 2 06:25:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bef2f873742e4f4eb6b2c226e7e331ac => generated 178 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2558] 199.204.45.3 () {38 vars in 953 bytes} [Thu Jul 2 06:25:00 2026] POST /v2.0/ports => generated 1187 bytes in 451 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: 1325/2559] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:25:01 2026] GET /v2.0/ports?device_id=d3e1d8a7-b03e-4691-a604-aef314af8f80 => generated 1202 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2560] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:25:01 2026] GET /v2.0/security-groups?id=93b01f5b-af77-46be-b78f-6318100d8724&fields=id&fields=name => generated 111 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2561] 199.204.45.3 () {38 vars in 1026 bytes} [Thu Jul 2 06:25:01 2026] PUT /v2.0/ports/ed60194e-2fb4-41c8-b7cf-49bc96b412c8 => generated 1468 bytes in 596 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:25:01.659 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2bcbcf14-4f2b-4be0-bbc1-e0b84b681a0d'] response: {'name': 'network-changed', 'server_uuid': 'd3e1d8a7-b03e-4691-a604-aef314af8f80', 'tag': 'ed60194e-2fb4-41c8-b7cf-49bc96b412c8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1327/2562] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:25:02 2026] GET /v2.0/ports?tenant_id=bef2f873742e4f4eb6b2c226e7e331ac&device_id=d3e1d8a7-b03e-4691-a604-aef314af8f80 => generated 1471 bytes in 50 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: 1236/2563] 199.204.45.3 () {34 vars in 1016 bytes} [Thu Jul 2 06:25:02 2026] GET /v2.0/networks?tenant_id=bef2f873742e4f4eb6b2c226e7e331ac&shared=False => generated 2373 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2566] 199.204.45.3 () {34 vars in 928 bytes} [Thu Jul 2 06:25:02 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2567] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:25:03 2026] GET /v2.0/ports?tenant_id=bef2f873742e4f4eb6b2c226e7e331ac&device_id=d3e1d8a7-b03e-4691-a604-aef314af8f80 => generated 1471 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2568] 199.204.45.3 () {34 vars in 1056 bytes} [Thu Jul 2 06:25:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.160&port_id=ed60194e-2fb4-41c8-b7cf-49bc96b412c8 => 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: 1240/2569] 199.204.45.3 () {34 vars in 1104 bytes} [Thu Jul 2 06:25:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A236&port_id=ed60194e-2fb4-41c8-b7cf-49bc96b412c8 => 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: 1330/2570] 199.204.45.3 () {34 vars in 1062 bytes} [Thu Jul 2 06:25:03 2026] GET /v2.0/subnets?id=133527e6-4fbd-4ef5-91ea-e183b7d5009d&id=681698da-ca77-49ce-8249-0460cc6729a8 => generated 1413 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2571] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:25:03 2026] GET /v2.0/ports?network_id=3aeb80ee-5f2f-4549-83ce-72392f09a7d3&device_owner=network%3Adhcp => generated 1461 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2572] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:25:03 2026] GET /v2.0/ports?network_id=3aeb80ee-5f2f-4549-83ce-72392f09a7d3&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: 7|app: 0|req: 1242/2573] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:25:03 2026] GET /v2.0/networks/3aeb80ee-5f2f-4549-83ce-72392f09a7d3?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: 1332/2574] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:25:03 2026] GET /v2.0/networks/3aeb80ee-5f2f-4549-83ce-72392f09a7d3?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: 1243/2575] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:25:06 2026] GET /v2.0/ports?device_id=d3e1d8a7-b03e-4691-a604-aef314af8f80 => generated 1202 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2576] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:25:06 2026] GET /v2.0/security-groups?id=93b01f5b-af77-46be-b78f-6318100d8724&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2577] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:25:11 2026] GET /v2.0/ports?device_id=d3e1d8a7-b03e-4691-a604-aef314af8f80 => generated 1204 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2578] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:25:11 2026] GET /v2.0/security-groups?id=93b01f5b-af77-46be-b78f-6318100d8724&fields=id&fields=name => generated 111 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2579] 10.0.0.28 () {32 vars in 817 bytes} [Thu Jul 2 06:25:11 2026] GET /v2.0/ports?network_id=3aeb80ee-5f2f-4549-83ce-72392f09a7d3&mac_address=fa%3A16%3A3e%3A9c%3A77%3Afc => generated 1204 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:25:12.800 8 INFO neutron.db.l3_db [None req-aa54d842-e9ca-491b-96d8-a9652e922784 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] Floating IP 8a1a8fe7-d9e3-4909-a4ff-c677a39da833 associated. External IP: 10.96.250.220, port: ed60194e-2fb4-41c8-b7cf-49bc96b412c8. [pid: 8|app: 0|req: 1335/2580] 10.0.0.28 () {34 vars in 676 bytes} [Thu Jul 2 06:25:11 2026] POST /v2.0/floatingips => generated 855 bytes in 1295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:25:13.229 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-431f3f1e-a6b3-4f34-a4f7-2e93c0e3b5c4'] response: {'name': 'network-changed', 'server_uuid': 'd3e1d8a7-b03e-4691-a604-aef314af8f80', 'tag': 'ed60194e-2fb4-41c8-b7cf-49bc96b412c8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1246/2581] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:25:13 2026] GET /v2.0/ports?tenant_id=bef2f873742e4f4eb6b2c226e7e331ac&device_id=d3e1d8a7-b03e-4691-a604-aef314af8f80 => generated 1473 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2582] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:25:13 2026] GET /v2.0/networks?id=3aeb80ee-5f2f-4549-83ce-72392f09a7d3 => generated 800 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2583] 199.204.45.3 () {34 vars in 1056 bytes} [Thu Jul 2 06:25:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.160&port_id=ed60194e-2fb4-41c8-b7cf-49bc96b412c8 => generated 858 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2584] 199.204.45.3 () {34 vars in 1104 bytes} [Thu Jul 2 06:25:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A236&port_id=ed60194e-2fb4-41c8-b7cf-49bc96b412c8 => 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: 1248/2585] 199.204.45.3 () {34 vars in 1062 bytes} [Thu Jul 2 06:25:13 2026] GET /v2.0/subnets?id=133527e6-4fbd-4ef5-91ea-e183b7d5009d&id=681698da-ca77-49ce-8249-0460cc6729a8 => generated 1413 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2586] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:25:14 2026] GET /v2.0/ports?network_id=3aeb80ee-5f2f-4549-83ce-72392f09a7d3&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: 1249/2587] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:25:14 2026] GET /v2.0/ports?network_id=3aeb80ee-5f2f-4549-83ce-72392f09a7d3&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: 8|app: 0|req: 1339/2588] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:25:14 2026] GET /v2.0/networks/3aeb80ee-5f2f-4549-83ce-72392f09a7d3?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2589] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:25:14 2026] GET /v2.0/networks/3aeb80ee-5f2f-4549-83ce-72392f09a7d3?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: 1341/2592] 10.0.0.16 () {34 vars in 989 bytes} [Thu Jul 2 06:25:20 2026] GET /v2.0/ports?device_id=d3e1d8a7-b03e-4691-a604-aef314af8f80 => generated 1473 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2593] 10.0.0.16 () {34 vars in 1039 bytes} [Thu Jul 2 06:25:20 2026] GET /v2.0/security-groups?id=93b01f5b-af77-46be-b78f-6318100d8724&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2596] 10.0.0.28 () {32 vars in 720 bytes} [Thu Jul 2 06:25:35 2026] GET /v2.0/subnets/cbfe04f1-069b-4cc3-b824-de4c538f9a47 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2597] 10.0.0.202 () {30 vars in 690 bytes} [Thu Jul 2 06:25:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2598] 10.0.0.202 () {30 vars in 692 bytes} [Thu Jul 2 06:25:36 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: 1255/2599] 10.0.0.202 () {30 vars in 668 bytes} [Thu Jul 2 06:25:36 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: 1345/2600] 10.0.0.202 () {30 vars in 704 bytes} [Thu Jul 2 06:25:36 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: 1256/2601] 10.0.0.202 () {28 vars in 439 bytes} [Thu Jul 2 06:25:37 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: 1346/2602] 10.0.0.202 () {30 vars in 728 bytes} [Thu Jul 2 06:25:37 2026] GET /v2.0/subnets/cbfe04f1-069b-4cc3-b824-de4c538f9a47 => generated 658 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2603] 10.0.0.202 () {30 vars in 690 bytes} [Thu Jul 2 06:25:37 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: 1347/2604] 10.0.0.202 () {30 vars in 692 bytes} [Thu Jul 2 06:25:37 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: 1258/2605] 10.0.0.202 () {30 vars in 668 bytes} [Thu Jul 2 06:25:37 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: 1348/2606] 10.0.0.202 () {30 vars in 704 bytes} [Thu Jul 2 06:25:37 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: 1259/2607] 10.0.0.202 () {30 vars in 728 bytes} [Thu Jul 2 06:25:37 2026] GET /v2.0/subnets/cbfe04f1-069b-4cc3-b824-de4c538f9a47 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2608] 10.0.0.202 () {30 vars in 690 bytes} [Thu Jul 2 06:25:37 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: 1260/2609] 10.0.0.202 () {30 vars in 692 bytes} [Thu Jul 2 06:25:37 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: 1350/2610] 10.0.0.202 () {30 vars in 668 bytes} [Thu Jul 2 06:25:37 2026] GET /v2.0/extensions/qos => 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: 1261/2611] 10.0.0.202 () {30 vars in 704 bytes} [Thu Jul 2 06:25:37 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: 1351/2612] 10.0.0.202 () {30 vars in 730 bytes} [Thu Jul 2 06:25:37 2026] GET /v2.0/networks/0e63bc68-1801-4a81-9024-5bc2ef30b632 => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2613] 10.0.0.202 () {30 vars in 682 bytes} [Thu Jul 2 06:25:37 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2614] 10.0.0.202 () {34 vars in 704 bytes} [Thu Jul 2 06:25:37 2026] POST /v2.0/ports => generated 1124 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2615] 199.204.45.3 () {30 vars in 701 bytes} [Thu Jul 2 06:25:40 2026] GET /v2.0/extensions/security-group => generated 170 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, ' [pid: 8|app: 0|req: 1353/2616] 199.204.45.3 () {30 vars in 703 bytes} [Thu Jul 2 06:25:40 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: 1264/2617] 199.204.45.3 () {30 vars in 679 bytes} [Thu Jul 2 06:25:40 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: 1354/2618] 199.204.45.3 () {30 vars in 715 bytes} [Thu Jul 2 06:25:40 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: 1265/2619] 199.204.45.3 () {30 vars in 735 bytes} [Thu Jul 2 06:25:40 2026] GET /v2.0/ports/20399241-dd62-4767-8bcd-2d5b17a61f92 => generated 1124 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2620] 199.204.45.3 () {30 vars in 701 bytes} [Thu Jul 2 06:25:41 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: 1266/2621] 199.204.45.3 () {30 vars in 703 bytes} [Thu Jul 2 06:25:41 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: 1356/2622] 199.204.45.3 () {30 vars in 679 bytes} [Thu Jul 2 06:25:41 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: 1267/2623] 199.204.45.3 () {30 vars in 715 bytes} [Thu Jul 2 06:25:41 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) 2026-07-02 06:25:41.093 8 INFO neutron.api.v2.resource [None req-0e403ba6-8bae-4e80-98e5-0ca84cd7c0f5 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1357/2624] 199.204.45.3 () {30 vars in 761 bytes} [Thu Jul 2 06:25:41 2026] GET /v2.0/security-groups/lb-2bf5a520-3e55-4763-a404-10f9e5155b26 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2625] 199.204.45.3 () {30 vars in 783 bytes} [Thu Jul 2 06:25:41 2026] GET /v2.0/security-groups?name=lb-2bf5a520-3e55-4763-a404-10f9e5155b26 => generated 23 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2626] 199.204.45.3 () {34 vars in 734 bytes} [Thu Jul 2 06:25:41 2026] POST /v2.0/security-groups => generated 1638 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2627] 199.204.45.3 () {30 vars in 813 bytes} [Thu Jul 2 06:25:41 2026] GET /v2.0/security-group-rules?security_group_id=064ca31a-e658-45ec-baa5-7863c2134104 => generated 1182 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2628] 199.204.45.3 () {34 vars in 787 bytes} [Thu Jul 2 06:25:41 2026] PUT /v2.0/ports/20399241-dd62-4767-8bcd-2d5b17a61f92 => generated 1124 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2629] 199.204.45.3 () {30 vars in 701 bytes} [Thu Jul 2 06:25:41 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) /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: 1360/2630] 199.204.45.3 () {30 vars in 703 bytes} [Thu Jul 2 06:25:41 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: 1271/2631] 199.204.45.3 () {30 vars in 679 bytes} [Thu Jul 2 06:25:41 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: 1361/2632] 199.204.45.3 () {30 vars in 715 bytes} [Thu Jul 2 06:25:41 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: 1272/2633] 199.204.45.3 () {30 vars in 739 bytes} [Thu Jul 2 06:25:41 2026] GET /v2.0/subnets/cbfe04f1-069b-4cc3-b824-de4c538f9a47 => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2636] 10.0.0.44 () {34 vars in 1015 bytes} [Thu Jul 2 06:25:48 2026] GET /v2.0/security-groups?id=3694cafd-87b1-4274-a30e-b8ce0fe7b0dd&fields=id => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2637] 10.0.0.44 () {34 vars in 981 bytes} [Thu Jul 2 06:25:48 2026] GET /v2.0/networks?id=eb0c3567-be83-45d3-840f-d535793525cd => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2638] 10.0.0.44 () {34 vars in 964 bytes} [Thu Jul 2 06:25:49 2026] GET /v2.0/quotas/057b225d5ff2431e9a07834b1c87b5ae => 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: 1275/2639] 10.0.0.44 () {34 vars in 1001 bytes} [Thu Jul 2 06:25:49 2026] GET /v2.0/ports?tenant_id=057b225d5ff2431e9a07834b1c87b5ae&fields=id => generated 149 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2640] 10.0.0.44 () {34 vars in 1007 bytes} [Thu Jul 2 06:25:49 2026] GET /v2.0/networks/eb0c3567-be83-45d3-840f-d535793525cd?fields=segments => generated 14 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2641] 10.0.0.44 () {34 vars in 1107 bytes} [Thu Jul 2 06:25:49 2026] GET /v2.0/networks/eb0c3567-be83-45d3-840f-d535793525cd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2642] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:25:49 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => 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: 1277/2643] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:25:49 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => 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: 1367/2644] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:25:52 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2645] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:25:52 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => 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: 1368/2646] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:25:53 2026] GET /v2.0/networks?id=eb0c3567-be83-45d3-840f-d535793525cd => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2647] 199.204.45.3 () {34 vars in 1048 bytes} [Thu Jul 2 06:25:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=057b225d5ff2431e9a07834b1c87b5ae => generated 343 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2648] 199.204.45.3 () {38 vars in 953 bytes} [Thu Jul 2 06:25:53 2026] POST /v2.0/ports => generated 1078 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2649] 199.204.45.3 () {38 vars in 1026 bytes} [Thu Jul 2 06:25:54 2026] PUT /v2.0/ports/d63dd8ce-5f62-45b7-9d36-be47ebb152e9 => generated 1239 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:25:54.724 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1c357e42-d558-4133-88ac-312a98bdad9a'] response: {'name': 'network-changed', 'server_uuid': '5179b7c7-77fd-4dcb-bb87-d3bd56634ec0', 'tag': 'd63dd8ce-5f62-45b7-9d36-be47ebb152e9', '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: 1370/2650] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:25:55 2026] GET /v2.0/ports?tenant_id=057b225d5ff2431e9a07834b1c87b5ae&device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 1242 bytes in 52 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: 1281/2651] 199.204.45.3 () {34 vars in 1016 bytes} [Thu Jul 2 06:25:55 2026] GET /v2.0/networks?tenant_id=057b225d5ff2431e9a07834b1c87b5ae&shared=False => generated 735 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2652] 199.204.45.3 () {34 vars in 928 bytes} [Thu Jul 2 06:25:55 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2653] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:25:56 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2654] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:25:56 2026] GET /v2.0/security-groups?id=3694cafd-87b1-4274-a30e-b8ce0fe7b0dd&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2655] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:25:56 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2656] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:25:56 2026] GET /v2.0/ports?tenant_id=057b225d5ff2431e9a07834b1c87b5ae&device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2657] 199.204.45.3 () {34 vars in 1058 bytes} [Thu Jul 2 06:25:56 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.95&port_id=d63dd8ce-5f62-45b7-9d36-be47ebb152e9 => 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: 1374/2658] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:25:56 2026] GET /v2.0/subnets?id=526ea48f-fd63-4268-b10e-1cf4b67c0dfc => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2659] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:25:56 2026] GET /v2.0/ports?network_id=eb0c3567-be83-45d3-840f-d535793525cd&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: 8|app: 0|req: 1375/2660] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:25:56 2026] GET /v2.0/networks/eb0c3567-be83-45d3-840f-d535793525cd?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: 1286/2661] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:25:56 2026] GET /v2.0/networks/eb0c3567-be83-45d3-840f-d535793525cd?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: 1376/2662] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:25:59 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2663] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:25:59 2026] GET /v2.0/security-groups?id=3694cafd-87b1-4274-a30e-b8ce0fe7b0dd&fields=id&fields=name => generated 96 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2664] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:25:59 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2665] 199.204.45.3 () {34 vars in 992 bytes} [Thu Jul 2 06:26:00 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => 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: 1378/2666] 199.204.45.3 () {34 vars in 1042 bytes} [Thu Jul 2 06:26:00 2026] GET /v2.0/security-groups?id=3694cafd-87b1-4274-a30e-b8ce0fe7b0dd&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2669] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:26:02 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => 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: 1381/2670] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:26:02 2026] GET /v2.0/security-groups?id=3694cafd-87b1-4274-a30e-b8ce0fe7b0dd&fields=id&fields=name => generated 96 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2671] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:26:02 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => 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: 1382/2672] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:26:05 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => 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: 1291/2673] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:26:05 2026] GET /v2.0/security-groups?id=3694cafd-87b1-4274-a30e-b8ce0fe7b0dd&fields=id&fields=name => generated 96 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2674] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:26:05 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2679] 199.204.45.3 () {30 vars in 701 bytes} [Thu Jul 2 06:26:40 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: 1386/2680] 199.204.45.3 () {30 vars in 703 bytes} [Thu Jul 2 06:26:40 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: 1295/2681] 199.204.45.3 () {30 vars in 679 bytes} [Thu Jul 2 06:26:40 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: 1387/2682] 199.204.45.3 () {30 vars in 715 bytes} [Thu Jul 2 06:26:40 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: 1296/2683] 199.204.45.3 () {30 vars in 739 bytes} [Thu Jul 2 06:26:40 2026] GET /v2.0/subnets/cbfe04f1-069b-4cc3-b824-de4c538f9a47 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2684] 199.204.45.3 () {30 vars in 767 bytes} [Thu Jul 2 06:26:40 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => 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: 1297/2685] 199.204.45.3 () {34 vars in 715 bytes} [Thu Jul 2 06:26:40 2026] POST /v2.0/ports => generated 1055 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2686] 10.0.0.44 () {34 vars in 970 bytes} [Thu Jul 2 06:26:40 2026] GET /v2.0/ports/31d0a6a3-3508-49de-b2f8-38bf750786b6 => generated 1055 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2687] 10.0.0.44 () {34 vars in 906 bytes} [Thu Jul 2 06:26:40 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2688] 199.204.45.3 () {34 vars in 1260 bytes} [Thu Jul 2 06:26:42 2026] GET /v2.0/ports/31d0a6a3-3508-49de-b2f8-38bf750786b6?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2689] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:26:42 2026] GET /v2.0/networks/0e63bc68-1801-4a81-9024-5bc2ef30b632?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2690] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:26:42 2026] GET /v2.0/networks/0e63bc68-1801-4a81-9024-5bc2ef30b632?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: 7|app: 0|req: 1300/2691] 199.204.45.3 () {34 vars in 973 bytes} [Thu Jul 2 06:26:42 2026] GET /v2.0/ports/31d0a6a3-3508-49de-b2f8-38bf750786b6 => generated 1055 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2692] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:26:42 2026] GET /v2.0/networks?id=0e63bc68-1801-4a81-9024-5bc2ef30b632 => generated 802 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2693] 199.204.45.3 () {38 vars in 1026 bytes} [Thu Jul 2 06:26:42 2026] PUT /v2.0/ports/31d0a6a3-3508-49de-b2f8-38bf750786b6 => generated 1245 bytes in 438 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:26:43.270 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-32aec975-26d2-4480-b351-230a4604933b'] response: {'name': 'network-changed', 'server_uuid': '5179b7c7-77fd-4dcb-bb87-d3bd56634ec0', 'tag': '31d0a6a3-3508-49de-b2f8-38bf750786b6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1393/2694] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:26:43 2026] GET /v2.0/ports?tenant_id=057b225d5ff2431e9a07834b1c87b5ae&device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 2481 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2695] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:26:43 2026] GET /v2.0/networks?id=0e63bc68-1801-4a81-9024-5bc2ef30b632 => generated 802 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2696] 199.204.45.3 () {34 vars in 1054 bytes} [Thu Jul 2 06:26:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.12&port_id=31d0a6a3-3508-49de-b2f8-38bf750786b6 => 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: 1303/2697] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:26:43 2026] GET /v2.0/subnets?id=cbfe04f1-069b-4cc3-b824-de4c538f9a47 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2698] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:26:43 2026] GET /v2.0/ports?network_id=0e63bc68-1801-4a81-9024-5bc2ef30b632&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: 1304/2699] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:26:44 2026] GET /v2.0/networks/0e63bc68-1801-4a81-9024-5bc2ef30b632?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2700] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:26:44 2026] GET /v2.0/networks/0e63bc68-1801-4a81-9024-5bc2ef30b632?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2701] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:26:45 2026] GET /v2.0/ports?tenant_id=057b225d5ff2431e9a07834b1c87b5ae&device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 2481 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2702] 199.204.45.3 () {34 vars in 1058 bytes} [Thu Jul 2 06:26:45 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.95&port_id=d63dd8ce-5f62-45b7-9d36-be47ebb152e9 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2703] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:26:45 2026] GET /v2.0/subnets?id=526ea48f-fd63-4268-b10e-1cf4b67c0dfc => generated 654 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2704] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:26:45 2026] GET /v2.0/ports?network_id=eb0c3567-be83-45d3-840f-d535793525cd&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: 1307/2705] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:26:45 2026] GET /v2.0/networks/eb0c3567-be83-45d3-840f-d535793525cd?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: 1399/2706] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:26:45 2026] GET /v2.0/networks/eb0c3567-be83-45d3-840f-d535793525cd?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: 1308/2707] 199.204.45.3 () {34 vars in 1054 bytes} [Thu Jul 2 06:26:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.12&port_id=31d0a6a3-3508-49de-b2f8-38bf750786b6 => 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: 1400/2708] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:26:45 2026] GET /v2.0/subnets?id=cbfe04f1-069b-4cc3-b824-de4c538f9a47 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2709] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:26:45 2026] GET /v2.0/ports?network_id=0e63bc68-1801-4a81-9024-5bc2ef30b632&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: 8|app: 0|req: 1401/2710] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:26:45 2026] GET /v2.0/networks/0e63bc68-1801-4a81-9024-5bc2ef30b632?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: 1310/2711] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:26:45 2026] GET /v2.0/networks/0e63bc68-1801-4a81-9024-5bc2ef30b632?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: 7|app: 0|req: 1312/2714] 10.0.0.44 () {34 vars in 970 bytes} [Thu Jul 2 06:26:49 2026] GET /v2.0/ports/31d0a6a3-3508-49de-b2f8-38bf750786b6 => generated 1247 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2715] 199.204.45.3 () {34 vars in 787 bytes} [Thu Jul 2 06:26:49 2026] PUT /v2.0/ports/31d0a6a3-3508-49de-b2f8-38bf750786b6 => generated 1270 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:26:49.861 7 INFO neutron.api.v2.resource [None req-c3934bc0-6379-40ca-9d96-379e6979579a 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1313/2716] 199.204.45.3 () {30 vars in 761 bytes} [Thu Jul 2 06:26:49 2026] GET /v2.0/security-groups/lb-2bf5a520-3e55-4763-a404-10f9e5155b26 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:26:49.883 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e0c63126-590c-4ff6-a631-24f55730a606'] response: {'name': 'network-changed', 'server_uuid': '5179b7c7-77fd-4dcb-bb87-d3bd56634ec0', 'tag': '31d0a6a3-3508-49de-b2f8-38bf750786b6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1404/2717] 199.204.45.3 () {30 vars in 783 bytes} [Thu Jul 2 06:26:49 2026] GET /v2.0/security-groups?name=lb-2bf5a520-3e55-4763-a404-10f9e5155b26 => 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: 1314/2718] 199.204.45.3 () {34 vars in 787 bytes} [Thu Jul 2 06:26:49 2026] PUT /v2.0/ports/31d0a6a3-3508-49de-b2f8-38bf750786b6 => generated 1308 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:26:50.188 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2317d880-cfe9-4ff5-b064-94b003177302'] response: {'name': 'network-changed', 'server_uuid': '5179b7c7-77fd-4dcb-bb87-d3bd56634ec0', 'tag': '31d0a6a3-3508-49de-b2f8-38bf750786b6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1405/2719] 199.204.45.3 () {30 vars in 701 bytes} [Thu Jul 2 06:26:50 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) /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/2720] 199.204.45.3 () {30 vars in 703 bytes} [Thu Jul 2 06:26:50 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: 1406/2721] 199.204.45.3 () {30 vars in 679 bytes} [Thu Jul 2 06:26:50 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: 1407/2722] 199.204.45.3 () {30 vars in 715 bytes} [Thu Jul 2 06:26:50 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: 8|app: 0|req: 1408/2723] 199.204.45.3 () {30 vars in 739 bytes} [Thu Jul 2 06:26:50 2026] GET /v2.0/subnets/cbfe04f1-069b-4cc3-b824-de4c538f9a47 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2724] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:26:50 2026] GET /v2.0/ports?tenant_id=057b225d5ff2431e9a07834b1c87b5ae&device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 2580 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2725] 199.204.45.3 () {30 vars in 735 bytes} [Thu Jul 2 06:26:50 2026] GET /v2.0/ports/20399241-dd62-4767-8bcd-2d5b17a61f92 => generated 1124 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2726] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:26:50 2026] GET /v2.0/networks?id=0e63bc68-1801-4a81-9024-5bc2ef30b632 => generated 802 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2727] 199.204.45.3 () {34 vars in 1054 bytes} [Thu Jul 2 06:26:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.12&port_id=31d0a6a3-3508-49de-b2f8-38bf750786b6 => 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: 1410/2728] 199.204.45.3 () {30 vars in 735 bytes} [Thu Jul 2 06:26:50 2026] GET /v2.0/ports/31d0a6a3-3508-49de-b2f8-38bf750786b6 => generated 1344 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2729] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:26:50 2026] GET /v2.0/subnets?id=cbfe04f1-069b-4cc3-b824-de4c538f9a47 => generated 679 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2730] 199.204.45.3 () {30 vars in 739 bytes} [Thu Jul 2 06:26:50 2026] GET /v2.0/subnets/cbfe04f1-069b-4cc3-b824-de4c538f9a47 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2731] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:26:50 2026] GET /v2.0/ports?network_id=0e63bc68-1801-4a81-9024-5bc2ef30b632&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: 1412/2732] 199.204.45.3 () {30 vars in 741 bytes} [Thu Jul 2 06:26:50 2026] GET /v2.0/networks/0e63bc68-1801-4a81-9024-5bc2ef30b632 => 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: 1321/2733] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:26:50 2026] GET /v2.0/networks/0e63bc68-1801-4a81-9024-5bc2ef30b632?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: 1413/2734] 199.204.45.3 () {30 vars in 735 bytes} [Thu Jul 2 06:26:50 2026] GET /v2.0/ports/20399241-dd62-4767-8bcd-2d5b17a61f92 => generated 1124 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2735] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:26:50 2026] GET /v2.0/networks/0e63bc68-1801-4a81-9024-5bc2ef30b632?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: 1414/2736] 199.204.45.3 () {30 vars in 739 bytes} [Thu Jul 2 06:26:50 2026] GET /v2.0/subnets/cbfe04f1-069b-4cc3-b824-de4c538f9a47 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2737] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:26:51 2026] GET /v2.0/ports?tenant_id=057b225d5ff2431e9a07834b1c87b5ae&device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 2580 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2738] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:26:51 2026] GET /v2.0/networks?id=0e63bc68-1801-4a81-9024-5bc2ef30b632 => generated 802 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2739] 199.204.45.3 () {34 vars in 1054 bytes} [Thu Jul 2 06:26:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.12&port_id=31d0a6a3-3508-49de-b2f8-38bf750786b6 => 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: 1416/2740] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:26:51 2026] GET /v2.0/subnets?id=cbfe04f1-069b-4cc3-b824-de4c538f9a47 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2741] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:26:51 2026] GET /v2.0/ports?network_id=0e63bc68-1801-4a81-9024-5bc2ef30b632&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: 8|app: 0|req: 1417/2742] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:26:51 2026] GET /v2.0/networks/0e63bc68-1801-4a81-9024-5bc2ef30b632?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2743] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:26:51 2026] GET /v2.0/networks/0e63bc68-1801-4a81-9024-5bc2ef30b632?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) 2026-07-02 06:26:59.719 8 INFO neutron.db.l3_db [None req-787db309-b975-400b-9cb2-61ea4e483daa 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] Floating IP 9b9664c5-91a5-46d2-bea0-b8ea59544be6 associated. External IP: 10.96.250.203, port: 20399241-dd62-4767-8bcd-2d5b17a61f92. [pid: 8|app: 0|req: 1418/2744] 10.0.0.28 () {34 vars in 676 bytes} [Thu Jul 2 06:26:58 2026] POST /v2.0/floatingips => generated 897 bytes in 1061 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2747] 199.204.45.3 () {30 vars in 701 bytes} [Thu Jul 2 06:27:03 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: 1420/2748] 199.204.45.3 () {30 vars in 703 bytes} [Thu Jul 2 06:27:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2749] 199.204.45.3 () {30 vars in 679 bytes} [Thu Jul 2 06:27:03 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: 1421/2750] 199.204.45.3 () {30 vars in 715 bytes} [Thu Jul 2 06:27:03 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) 2026-07-02 06:27:03.146 7 INFO neutron.api.v2.resource [None req-4d9fac9f-3753-4b1c-9901-70543bd3ee39 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1330/2751] 199.204.45.3 () {30 vars in 761 bytes} [Thu Jul 2 06:27:03 2026] GET /v2.0/security-groups/lb-2bf5a520-3e55-4763-a404-10f9e5155b26 => generated 149 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2752] 199.204.45.3 () {30 vars in 783 bytes} [Thu Jul 2 06:27:03 2026] GET /v2.0/security-groups?name=lb-2bf5a520-3e55-4763-a404-10f9e5155b26 => generated 1639 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2753] 199.204.45.3 () {30 vars in 813 bytes} [Thu Jul 2 06:27:03 2026] GET /v2.0/security-group-rules?security_group_id=064ca31a-e658-45ec-baa5-7863c2134104 => 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: 1423/2754] 199.204.45.3 () {34 vars in 745 bytes} [Thu Jul 2 06:27:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2755] 199.204.45.3 () {34 vars in 745 bytes} [Thu Jul 2 06:27:03 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: 8|app: 0|req: 1424/2756] 10.0.0.202 () {30 vars in 690 bytes} [Thu Jul 2 06:27:10 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: 1333/2757] 10.0.0.202 () {30 vars in 692 bytes} [Thu Jul 2 06:27:10 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: 1425/2758] 10.0.0.202 () {30 vars in 668 bytes} [Thu Jul 2 06:27:10 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: 1334/2759] 10.0.0.202 () {30 vars in 704 bytes} [Thu Jul 2 06:27:10 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: 1426/2760] 10.0.0.202 () {28 vars in 439 bytes} [Thu Jul 2 06:27:11 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: 1335/2761] 10.0.0.202 () {30 vars in 728 bytes} [Thu Jul 2 06:27:11 2026] GET /v2.0/subnets/458252db-b093-4155-8d7e-76d0b68b5485 => generated 656 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2762] 199.204.45.3 () {30 vars in 701 bytes} [Thu Jul 2 06:27:12 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: 1336/2763] 199.204.45.3 () {30 vars in 703 bytes} [Thu Jul 2 06:27:12 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: 1428/2764] 199.204.45.3 () {30 vars in 679 bytes} [Thu Jul 2 06:27:12 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: 7|app: 0|req: 1337/2765] 199.204.45.3 () {30 vars in 715 bytes} [Thu Jul 2 06:27:12 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: 8|app: 0|req: 1429/2766] 199.204.45.3 () {30 vars in 739 bytes} [Thu Jul 2 06:27:12 2026] GET /v2.0/subnets/458252db-b093-4155-8d7e-76d0b68b5485 => generated 674 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2767] 199.204.45.3 () {30 vars in 767 bytes} [Thu Jul 2 06:27:12 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 2580 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2768] 199.204.45.3 () {30 vars in 701 bytes} [Thu Jul 2 06:27:12 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: 1339/2769] 199.204.45.3 () {30 vars in 703 bytes} [Thu Jul 2 06:27:12 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: 1431/2770] 199.204.45.3 () {30 vars in 679 bytes} [Thu Jul 2 06:27:12 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: 1340/2771] 199.204.45.3 () {30 vars in 715 bytes} [Thu Jul 2 06:27:12 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: 1432/2772] 199.204.45.3 () {34 vars in 715 bytes} [Thu Jul 2 06:27:12 2026] POST /v2.0/ports => generated 1328 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2773] 10.0.0.44 () {34 vars in 970 bytes} [Thu Jul 2 06:27:12 2026] GET /v2.0/ports/d8f91a39-f135-4114-a16c-8dceee582196 => generated 1328 bytes in 30 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: 1433/2774] 199.204.45.3 () {34 vars in 1260 bytes} [Thu Jul 2 06:27:13 2026] GET /v2.0/ports/d8f91a39-f135-4114-a16c-8dceee582196?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: 1342/2775] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:27:14 2026] GET /v2.0/networks/1483a042-9aa7-4aec-bfd4-9a09f942adb0?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: 1434/2776] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:27:14 2026] GET /v2.0/networks/1483a042-9aa7-4aec-bfd4-9a09f942adb0?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: 1343/2777] 199.204.45.3 () {34 vars in 973 bytes} [Thu Jul 2 06:27:14 2026] GET /v2.0/ports/d8f91a39-f135-4114-a16c-8dceee582196 => generated 1328 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2778] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:27:14 2026] GET /v2.0/networks?id=1483a042-9aa7-4aec-bfd4-9a09f942adb0 => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2779] 199.204.45.3 () {38 vars in 1026 bytes} [Thu Jul 2 06:27:14 2026] PUT /v2.0/ports/d8f91a39-f135-4114-a16c-8dceee582196 => generated 1518 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:27:15.222 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a36430c1-6a5a-4c04-9bfa-399e01ae9e0f'] response: {'name': 'network-changed', 'server_uuid': '5179b7c7-77fd-4dcb-bb87-d3bd56634ec0', 'tag': 'd8f91a39-f135-4114-a16c-8dceee582196', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1436/2780] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:27:15 2026] GET /v2.0/ports?tenant_id=057b225d5ff2431e9a07834b1c87b5ae&device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 4090 bytes in 46 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: 1345/2781] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:27:15 2026] GET /v2.0/networks?id=1483a042-9aa7-4aec-bfd4-9a09f942adb0 => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2782] 199.204.45.3 () {34 vars in 1056 bytes} [Thu Jul 2 06:27:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.174&port_id=d8f91a39-f135-4114-a16c-8dceee582196 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2783] 199.204.45.3 () {34 vars in 1102 bytes} [Thu Jul 2 06:27:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A343&port_id=d8f91a39-f135-4114-a16c-8dceee582196 => 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: 1438/2784] 199.204.45.3 () {34 vars in 1062 bytes} [Thu Jul 2 06:27:15 2026] GET /v2.0/subnets?id=458252db-b093-4155-8d7e-76d0b68b5485&id=383e115c-2b2f-4afa-a237-eecb9c51b455 => generated 1411 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2785] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:27:15 2026] GET /v2.0/ports?network_id=1483a042-9aa7-4aec-bfd4-9a09f942adb0&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: 8|app: 0|req: 1439/2786] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:27:15 2026] GET /v2.0/ports?network_id=1483a042-9aa7-4aec-bfd4-9a09f942adb0&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2787] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:27:16 2026] GET /v2.0/networks/1483a042-9aa7-4aec-bfd4-9a09f942adb0?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2788] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:27:16 2026] GET /v2.0/networks/1483a042-9aa7-4aec-bfd4-9a09f942adb0?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: 1349/2789] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:27:17 2026] GET /v2.0/ports?tenant_id=057b225d5ff2431e9a07834b1c87b5ae&device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 4090 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2790] 199.204.45.3 () {34 vars in 1058 bytes} [Thu Jul 2 06:27:17 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.95&port_id=d63dd8ce-5f62-45b7-9d36-be47ebb152e9 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2791] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:27:17 2026] GET /v2.0/subnets?id=526ea48f-fd63-4268-b10e-1cf4b67c0dfc => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2792] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:27:17 2026] GET /v2.0/ports?network_id=eb0c3567-be83-45d3-840f-d535793525cd&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2795] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:27:17 2026] GET /v2.0/networks/eb0c3567-be83-45d3-840f-d535793525cd?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2796] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:27:17 2026] GET /v2.0/networks/eb0c3567-be83-45d3-840f-d535793525cd?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: 1352/2797] 199.204.45.3 () {34 vars in 1054 bytes} [Thu Jul 2 06:27:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.12&port_id=31d0a6a3-3508-49de-b2f8-38bf750786b6 => 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: 1446/2798] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:27:17 2026] GET /v2.0/subnets?id=cbfe04f1-069b-4cc3-b824-de4c538f9a47 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2799] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:27:17 2026] GET /v2.0/ports?network_id=0e63bc68-1801-4a81-9024-5bc2ef30b632&device_owner=network%3Adhcp => generated 1461 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2800] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:27:17 2026] GET /v2.0/networks/0e63bc68-1801-4a81-9024-5bc2ef30b632?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: 1354/2801] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:27:17 2026] GET /v2.0/networks/0e63bc68-1801-4a81-9024-5bc2ef30b632?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: 1448/2802] 199.204.45.3 () {34 vars in 1056 bytes} [Thu Jul 2 06:27:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.174&port_id=d8f91a39-f135-4114-a16c-8dceee582196 => 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: 1355/2803] 199.204.45.3 () {34 vars in 1102 bytes} [Thu Jul 2 06:27:17 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A343&port_id=d8f91a39-f135-4114-a16c-8dceee582196 => 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: 1449/2804] 199.204.45.3 () {34 vars in 1062 bytes} [Thu Jul 2 06:27:17 2026] GET /v2.0/subnets?id=458252db-b093-4155-8d7e-76d0b68b5485&id=383e115c-2b2f-4afa-a237-eecb9c51b455 => generated 1411 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2805] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:27:17 2026] GET /v2.0/ports?network_id=1483a042-9aa7-4aec-bfd4-9a09f942adb0&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2806] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:27:17 2026] GET /v2.0/ports?network_id=1483a042-9aa7-4aec-bfd4-9a09f942adb0&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2807] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:27:17 2026] GET /v2.0/networks/1483a042-9aa7-4aec-bfd4-9a09f942adb0?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2808] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:27:17 2026] GET /v2.0/networks/1483a042-9aa7-4aec-bfd4-9a09f942adb0?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: 1358/2809] 10.0.0.44 () {34 vars in 970 bytes} [Thu Jul 2 06:27:21 2026] GET /v2.0/ports/d8f91a39-f135-4114-a16c-8dceee582196 => generated 1520 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2810] 199.204.45.3 () {30 vars in 741 bytes} [Thu Jul 2 06:27:22 2026] GET /v2.0/networks/1483a042-9aa7-4aec-bfd4-9a09f942adb0 => generated 796 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2811] 199.204.45.3 () {30 vars in 739 bytes} [Thu Jul 2 06:27:22 2026] GET /v2.0/subnets/458252db-b093-4155-8d7e-76d0b68b5485 => generated 674 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2812] 199.204.45.3 () {30 vars in 739 bytes} [Thu Jul 2 06:27:22 2026] GET /v2.0/subnets/383e115c-2b2f-4afa-a237-eecb9c51b455 => generated 744 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2813] 199.204.45.3 () {30 vars in 701 bytes} [Thu Jul 2 06:27:22 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: 1454/2814] 199.204.45.3 () {30 vars in 703 bytes} [Thu Jul 2 06:27:22 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: 1361/2815] 199.204.45.3 () {30 vars in 679 bytes} [Thu Jul 2 06:27: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: 8|app: 0|req: 1455/2816] 199.204.45.3 () {30 vars in 715 bytes} [Thu Jul 2 06:27:22 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: 1362/2817] 199.204.45.3 () {30 vars in 739 bytes} [Thu Jul 2 06:27:22 2026] GET /v2.0/subnets/cbfe04f1-069b-4cc3-b824-de4c538f9a47 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2818] 199.204.45.3 () {30 vars in 735 bytes} [Thu Jul 2 06:27:22 2026] GET /v2.0/ports/20399241-dd62-4767-8bcd-2d5b17a61f92 => generated 1124 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2819] 199.204.45.3 () {30 vars in 735 bytes} [Thu Jul 2 06:27:22 2026] GET /v2.0/ports/31d0a6a3-3508-49de-b2f8-38bf750786b6 => generated 1344 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2820] 199.204.45.3 () {30 vars in 739 bytes} [Thu Jul 2 06:27:22 2026] GET /v2.0/subnets/cbfe04f1-069b-4cc3-b824-de4c538f9a47 => generated 676 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2821] 199.204.45.3 () {30 vars in 741 bytes} [Thu Jul 2 06:27:22 2026] GET /v2.0/networks/0e63bc68-1801-4a81-9024-5bc2ef30b632 => generated 799 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2822] 199.204.45.3 () {30 vars in 735 bytes} [Thu Jul 2 06:27:22 2026] GET /v2.0/ports/20399241-dd62-4767-8bcd-2d5b17a61f92 => generated 1124 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2823] 199.204.45.3 () {30 vars in 739 bytes} [Thu Jul 2 06:27:22 2026] GET /v2.0/subnets/cbfe04f1-069b-4cc3-b824-de4c538f9a47 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2824] 10.0.0.202 () {30 vars in 690 bytes} [Thu Jul 2 06:27: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: 7|app: 0|req: 1366/2825] 10.0.0.202 () {30 vars in 692 bytes} [Thu Jul 2 06:27:31 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: 8|app: 0|req: 1460/2826] 10.0.0.202 () {30 vars in 668 bytes} [Thu Jul 2 06:27:31 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: 1367/2827] 10.0.0.202 () {30 vars in 704 bytes} [Thu Jul 2 06:27:31 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: 8|app: 0|req: 1461/2828] 10.0.0.202 () {28 vars in 439 bytes} [Thu Jul 2 06:27:32 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: 1368/2829] 10.0.0.202 () {30 vars in 728 bytes} [Thu Jul 2 06:27:32 2026] GET /v2.0/subnets/681698da-ca77-49ce-8249-0460cc6729a8 => generated 655 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2832] 199.204.45.3 () {30 vars in 701 bytes} [Thu Jul 2 06:27: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: 8|app: 0|req: 1463/2833] 199.204.45.3 () {30 vars in 703 bytes} [Thu Jul 2 06:27: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: 7|app: 0|req: 1371/2834] 199.204.45.3 () {30 vars in 679 bytes} [Thu Jul 2 06:27:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2835] 199.204.45.3 () {30 vars in 715 bytes} [Thu Jul 2 06:27:33 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/2836] 199.204.45.3 () {30 vars in 739 bytes} [Thu Jul 2 06:27:33 2026] GET /v2.0/subnets/458252db-b093-4155-8d7e-76d0b68b5485 => 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: 1465/2837] 199.204.45.3 () {30 vars in 739 bytes} [Thu Jul 2 06:27:33 2026] GET /v2.0/subnets/681698da-ca77-49ce-8249-0460cc6729a8 => generated 673 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2838] 199.204.45.3 () {30 vars in 767 bytes} [Thu Jul 2 06:27:33 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 4092 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2839] 199.204.45.3 () {30 vars in 701 bytes} [Thu Jul 2 06:27: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) [pid: 7|app: 0|req: 1374/2840] 199.204.45.3 () {30 vars in 703 bytes} [Thu Jul 2 06:27:33 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: 1467/2841] 199.204.45.3 () {30 vars in 679 bytes} [Thu Jul 2 06:27:33 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: 7|app: 0|req: 1375/2842] 199.204.45.3 () {30 vars in 715 bytes} [Thu Jul 2 06:27:33 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: 1468/2843] 199.204.45.3 () {34 vars in 715 bytes} [Thu Jul 2 06:27:33 2026] POST /v2.0/ports => generated 1332 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2844] 10.0.0.44 () {34 vars in 970 bytes} [Thu Jul 2 06:27:33 2026] GET /v2.0/ports/aca84965-e4e7-44ca-a737-cbaea4a843cb => generated 1332 bytes in 34 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: 1469/2845] 199.204.45.3 () {34 vars in 1260 bytes} [Thu Jul 2 06:27:34 2026] GET /v2.0/ports/aca84965-e4e7-44ca-a737-cbaea4a843cb?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2846] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:27:35 2026] GET /v2.0/networks/3aeb80ee-5f2f-4549-83ce-72392f09a7d3?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2847] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:27:35 2026] GET /v2.0/networks/3aeb80ee-5f2f-4549-83ce-72392f09a7d3?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: 1378/2848] 199.204.45.3 () {34 vars in 973 bytes} [Thu Jul 2 06:27:35 2026] GET /v2.0/ports/aca84965-e4e7-44ca-a737-cbaea4a843cb => generated 1332 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2849] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:27:35 2026] GET /v2.0/networks?id=3aeb80ee-5f2f-4549-83ce-72392f09a7d3 => generated 800 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2850] 199.204.45.3 () {38 vars in 1026 bytes} [Thu Jul 2 06:27:35 2026] PUT /v2.0/ports/aca84965-e4e7-44ca-a737-cbaea4a843cb => generated 1522 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:27:36.221 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-eb47c070-4ef5-435a-9a33-8e6229742216'] response: {'name': 'network-changed', 'server_uuid': '5179b7c7-77fd-4dcb-bb87-d3bd56634ec0', 'tag': 'aca84965-e4e7-44ca-a737-cbaea4a843cb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1472/2851] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:27:36 2026] GET /v2.0/ports?tenant_id=057b225d5ff2431e9a07834b1c87b5ae&device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 5606 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: 1380/2852] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:27:36 2026] GET /v2.0/networks?id=3aeb80ee-5f2f-4549-83ce-72392f09a7d3 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2853] 199.204.45.3 () {34 vars in 1056 bytes} [Thu Jul 2 06:27:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.136&port_id=aca84965-e4e7-44ca-a737-cbaea4a843cb => 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: 1381/2854] 199.204.45.3 () {34 vars in 1104 bytes} [Thu Jul 2 06:27:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A21a&port_id=aca84965-e4e7-44ca-a737-cbaea4a843cb => 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: 1474/2855] 199.204.45.3 () {34 vars in 1062 bytes} [Thu Jul 2 06:27:36 2026] GET /v2.0/subnets?id=133527e6-4fbd-4ef5-91ea-e183b7d5009d&id=681698da-ca77-49ce-8249-0460cc6729a8 => generated 1413 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2856] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:27:36 2026] GET /v2.0/ports?network_id=3aeb80ee-5f2f-4549-83ce-72392f09a7d3&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2857] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:27:36 2026] GET /v2.0/ports?network_id=3aeb80ee-5f2f-4549-83ce-72392f09a7d3&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2858] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:27:37 2026] GET /v2.0/networks/3aeb80ee-5f2f-4549-83ce-72392f09a7d3?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: 1476/2859] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:27:37 2026] GET /v2.0/networks/3aeb80ee-5f2f-4549-83ce-72392f09a7d3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2860] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:27:38 2026] GET /v2.0/ports?tenant_id=057b225d5ff2431e9a07834b1c87b5ae&device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 5606 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2861] 199.204.45.3 () {34 vars in 1058 bytes} [Thu Jul 2 06:27:38 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.95&port_id=d63dd8ce-5f62-45b7-9d36-be47ebb152e9 => 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: 1385/2862] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:27:38 2026] GET /v2.0/subnets?id=526ea48f-fd63-4268-b10e-1cf4b67c0dfc => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2863] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:27:38 2026] GET /v2.0/ports?network_id=eb0c3567-be83-45d3-840f-d535793525cd&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: 1386/2864] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:27:38 2026] GET /v2.0/networks/eb0c3567-be83-45d3-840f-d535793525cd?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: 1479/2865] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:27:38 2026] GET /v2.0/networks/eb0c3567-be83-45d3-840f-d535793525cd?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: 7|app: 0|req: 1387/2866] 199.204.45.3 () {34 vars in 1054 bytes} [Thu Jul 2 06:27:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.12&port_id=31d0a6a3-3508-49de-b2f8-38bf750786b6 => 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: 1480/2867] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:27:38 2026] GET /v2.0/subnets?id=cbfe04f1-069b-4cc3-b824-de4c538f9a47 => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2868] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:27:38 2026] GET /v2.0/ports?network_id=0e63bc68-1801-4a81-9024-5bc2ef30b632&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: 1481/2869] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:27:38 2026] GET /v2.0/networks/0e63bc68-1801-4a81-9024-5bc2ef30b632?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: 1389/2870] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:27:38 2026] GET /v2.0/networks/0e63bc68-1801-4a81-9024-5bc2ef30b632?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2871] 199.204.45.3 () {34 vars in 1056 bytes} [Thu Jul 2 06:27:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.174&port_id=d8f91a39-f135-4114-a16c-8dceee582196 => 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: 1390/2872] 199.204.45.3 () {34 vars in 1102 bytes} [Thu Jul 2 06:27:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A343&port_id=d8f91a39-f135-4114-a16c-8dceee582196 => 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: 1483/2873] 199.204.45.3 () {34 vars in 1062 bytes} [Thu Jul 2 06:27:38 2026] GET /v2.0/subnets?id=458252db-b093-4155-8d7e-76d0b68b5485&id=383e115c-2b2f-4afa-a237-eecb9c51b455 => generated 1411 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2874] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:27:38 2026] GET /v2.0/ports?network_id=1483a042-9aa7-4aec-bfd4-9a09f942adb0&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: 8|app: 0|req: 1484/2875] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:27:38 2026] GET /v2.0/ports?network_id=1483a042-9aa7-4aec-bfd4-9a09f942adb0&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: 1392/2876] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:27:38 2026] GET /v2.0/networks/1483a042-9aa7-4aec-bfd4-9a09f942adb0?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: 1485/2877] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:27:38 2026] GET /v2.0/networks/1483a042-9aa7-4aec-bfd4-9a09f942adb0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2878] 199.204.45.3 () {34 vars in 1056 bytes} [Thu Jul 2 06:27:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.136&port_id=aca84965-e4e7-44ca-a737-cbaea4a843cb => 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: 1486/2879] 199.204.45.3 () {34 vars in 1104 bytes} [Thu Jul 2 06:27:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A21a&port_id=aca84965-e4e7-44ca-a737-cbaea4a843cb => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2880] 199.204.45.3 () {34 vars in 1062 bytes} [Thu Jul 2 06:27:38 2026] GET /v2.0/subnets?id=133527e6-4fbd-4ef5-91ea-e183b7d5009d&id=681698da-ca77-49ce-8249-0460cc6729a8 => generated 1413 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2881] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:27:39 2026] GET /v2.0/ports?network_id=3aeb80ee-5f2f-4549-83ce-72392f09a7d3&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: 7|app: 0|req: 1395/2882] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:27:39 2026] GET /v2.0/ports?network_id=3aeb80ee-5f2f-4549-83ce-72392f09a7d3&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: 1488/2883] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:27:39 2026] GET /v2.0/networks/3aeb80ee-5f2f-4549-83ce-72392f09a7d3?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2884] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:27:39 2026] GET /v2.0/networks/3aeb80ee-5f2f-4549-83ce-72392f09a7d3?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: 1489/2885] 10.0.0.44 () {34 vars in 970 bytes} [Thu Jul 2 06:27:43 2026] GET /v2.0/ports/aca84965-e4e7-44ca-a737-cbaea4a843cb => generated 1524 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2886] 199.204.45.3 () {30 vars in 741 bytes} [Thu Jul 2 06:27:43 2026] GET /v2.0/networks/3aeb80ee-5f2f-4549-83ce-72392f09a7d3 => generated 797 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2887] 199.204.45.3 () {30 vars in 739 bytes} [Thu Jul 2 06:27:43 2026] GET /v2.0/subnets/681698da-ca77-49ce-8249-0460cc6729a8 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2888] 199.204.45.3 () {30 vars in 739 bytes} [Thu Jul 2 06:27:43 2026] GET /v2.0/subnets/133527e6-4fbd-4ef5-91ea-e183b7d5009d => generated 747 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2889] 199.204.45.3 () {30 vars in 735 bytes} [Thu Jul 2 06:27:43 2026] GET /v2.0/ports/d8f91a39-f135-4114-a16c-8dceee582196 => generated 1520 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2890] 199.204.45.3 () {34 vars in 788 bytes} [Thu Jul 2 06:27:43 2026] PUT /v2.0/ports/d8f91a39-f135-4114-a16c-8dceee582196 => generated 1255 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:27:43.651 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a37a9060-46f0-405e-b57b-b19f6fd688a0'] response: {'name': 'network-changed', 'server_uuid': '5179b7c7-77fd-4dcb-bb87-d3bd56634ec0', 'tag': 'd8f91a39-f135-4114-a16c-8dceee582196', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1492/2891] 199.204.45.3 () {30 vars in 741 bytes} [Thu Jul 2 06:27:43 2026] GET /v2.0/networks/1483a042-9aa7-4aec-bfd4-9a09f942adb0 => generated 796 bytes in 45 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: 1400/2892] 199.204.45.3 () {30 vars in 739 bytes} [Thu Jul 2 06:27:43 2026] GET /v2.0/subnets/458252db-b093-4155-8d7e-76d0b68b5485 => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2893] 199.204.45.3 () {30 vars in 701 bytes} [Thu Jul 2 06:27:43 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: 1401/2894] 199.204.45.3 () {30 vars in 703 bytes} [Thu Jul 2 06:27:43 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: 1494/2895] 199.204.45.3 () {30 vars in 679 bytes} [Thu Jul 2 06:27:43 2026] GET /v2.0/extensions/qos => 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: 1402/2896] 199.204.45.3 () {30 vars in 715 bytes} [Thu Jul 2 06:27:43 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: 1495/2897] 199.204.45.3 () {30 vars in 739 bytes} [Thu Jul 2 06:27:43 2026] GET /v2.0/subnets/cbfe04f1-069b-4cc3-b824-de4c538f9a47 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2898] 199.204.45.3 () {30 vars in 735 bytes} [Thu Jul 2 06:27:43 2026] GET /v2.0/ports/20399241-dd62-4767-8bcd-2d5b17a61f92 => generated 1124 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2899] 199.204.45.3 () {30 vars in 735 bytes} [Thu Jul 2 06:27:43 2026] GET /v2.0/ports/31d0a6a3-3508-49de-b2f8-38bf750786b6 => generated 1344 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2900] 199.204.45.3 () {30 vars in 739 bytes} [Thu Jul 2 06:27:43 2026] GET /v2.0/subnets/cbfe04f1-069b-4cc3-b824-de4c538f9a47 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2901] 199.204.45.3 () {30 vars in 741 bytes} [Thu Jul 2 06:27:44 2026] GET /v2.0/networks/0e63bc68-1801-4a81-9024-5bc2ef30b632 => generated 799 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2902] 199.204.45.3 () {30 vars in 735 bytes} [Thu Jul 2 06:27:44 2026] GET /v2.0/ports/20399241-dd62-4767-8bcd-2d5b17a61f92 => generated 1124 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2903] 199.204.45.3 () {30 vars in 739 bytes} [Thu Jul 2 06:27:44 2026] GET /v2.0/subnets/cbfe04f1-069b-4cc3-b824-de4c538f9a47 => generated 676 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2904] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:27:44 2026] GET /v2.0/ports?tenant_id=057b225d5ff2431e9a07834b1c87b5ae&device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 5379 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2905] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:27:44 2026] GET /v2.0/networks?id=1483a042-9aa7-4aec-bfd4-9a09f942adb0 => generated 799 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2906] 199.204.45.3 () {34 vars in 1056 bytes} [Thu Jul 2 06:27:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.174&port_id=d8f91a39-f135-4114-a16c-8dceee582196 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2907] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:27:44 2026] GET /v2.0/subnets?id=458252db-b093-4155-8d7e-76d0b68b5485 => 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: 1408/2908] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:27:44 2026] GET /v2.0/ports?network_id=1483a042-9aa7-4aec-bfd4-9a09f942adb0&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2909] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:27:44 2026] GET /v2.0/networks/1483a042-9aa7-4aec-bfd4-9a09f942adb0?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2910] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:27:44 2026] GET /v2.0/networks/1483a042-9aa7-4aec-bfd4-9a09f942adb0?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: 1411/2913] 199.204.45.3 () {30 vars in 701 bytes} [Thu Jul 2 06:27:56 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: 1503/2914] 199.204.45.3 () {30 vars in 703 bytes} [Thu Jul 2 06:27:56 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: 1412/2915] 199.204.45.3 () {30 vars in 679 bytes} [Thu Jul 2 06:27:56 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: 1504/2916] 199.204.45.3 () {30 vars in 715 bytes} [Thu Jul 2 06:27:56 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: 1413/2917] 199.204.45.3 () {30 vars in 739 bytes} [Thu Jul 2 06:27:56 2026] GET /v2.0/subnets/458252db-b093-4155-8d7e-76d0b68b5485 => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2918] 199.204.45.3 () {30 vars in 767 bytes} [Thu Jul 2 06:27:56 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 5379 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2919] 199.204.45.3 () {30 vars in 701 bytes} [Thu Jul 2 06:27:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2920] 199.204.45.3 () {30 vars in 703 bytes} [Thu Jul 2 06:27:57 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/2921] 199.204.45.3 () {30 vars in 679 bytes} [Thu Jul 2 06:27:57 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: 1507/2922] 199.204.45.3 () {30 vars in 715 bytes} [Thu Jul 2 06:27:57 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: 1416/2923] 199.204.45.3 () {30 vars in 735 bytes} [Thu Jul 2 06:27:57 2026] GET /v2.0/ports/aca84965-e4e7-44ca-a737-cbaea4a843cb => generated 1524 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2924] 199.204.45.3 () {34 vars in 788 bytes} [Thu Jul 2 06:27:57 2026] PUT /v2.0/ports/aca84965-e4e7-44ca-a737-cbaea4a843cb => generated 1255 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2925] 199.204.45.3 () {30 vars in 741 bytes} [Thu Jul 2 06:27:57 2026] GET /v2.0/networks/3aeb80ee-5f2f-4549-83ce-72392f09a7d3 => generated 797 bytes in 41 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: 1509/2926] 199.204.45.3 () {30 vars in 739 bytes} [Thu Jul 2 06:27:57 2026] GET /v2.0/subnets/681698da-ca77-49ce-8249-0460cc6729a8 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2927] 199.204.45.3 () {30 vars in 735 bytes} [Thu Jul 2 06:27:57 2026] GET /v2.0/ports/aca84965-e4e7-44ca-a737-cbaea4a843cb => generated 1291 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:27:57.713 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3bbd233c-ad92-4650-9abc-583ebdfdb269'] response: {'name': 'network-changed', 'server_uuid': '5179b7c7-77fd-4dcb-bb87-d3bd56634ec0', 'tag': 'aca84965-e4e7-44ca-a737-cbaea4a843cb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1510/2928] 199.204.45.3 () {34 vars in 787 bytes} [Thu Jul 2 06:27:57 2026] PUT /v2.0/ports/aca84965-e4e7-44ca-a737-cbaea4a843cb => generated 1080 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2929] 199.204.45.3 () {30 vars in 741 bytes} [Thu Jul 2 06:27:58 2026] GET /v2.0/networks/3aeb80ee-5f2f-4549-83ce-72392f09a7d3 => generated 797 bytes in 45 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: 1511/2930] 199.204.45.3 () {30 vars in 767 bytes} [Thu Jul 2 06:27:58 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 4971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2931] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:27:58 2026] GET /v2.0/ports?tenant_id=057b225d5ff2431e9a07834b1c87b5ae&device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 4971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2932] 199.204.45.3 () {30 vars in 767 bytes} [Thu Jul 2 06:27:58 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 4971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2933] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:27:58 2026] GET /v2.0/networks?id=3aeb80ee-5f2f-4549-83ce-72392f09a7d3 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2934] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:27:58 2026] GET /v2.0/networks/3aeb80ee-5f2f-4549-83ce-72392f09a7d3?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: 1422/2935] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:27:58 2026] GET /v2.0/networks/3aeb80ee-5f2f-4549-83ce-72392f09a7d3?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: 8|app: 0|req: 1514/2936] 199.204.45.3 () {30 vars in 767 bytes} [Thu Jul 2 06:27:59 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 4971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:27:59.745 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab7ce783-1efb-4f23-9276-304f04003684'] response: {'name': 'network-changed', 'server_uuid': '5179b7c7-77fd-4dcb-bb87-d3bd56634ec0', 'tag': 'aca84965-e4e7-44ca-a737-cbaea4a843cb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1423/2937] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:28:00 2026] GET /v2.0/ports?tenant_id=057b225d5ff2431e9a07834b1c87b5ae&device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 4971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2938] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:28:00 2026] GET /v2.0/networks?id=3aeb80ee-5f2f-4549-83ce-72392f09a7d3 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2939] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:28:00 2026] GET /v2.0/networks/3aeb80ee-5f2f-4549-83ce-72392f09a7d3?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: 1516/2940] 199.204.45.3 () {30 vars in 767 bytes} [Thu Jul 2 06:28:00 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 4971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2941] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:28:00 2026] GET /v2.0/networks/3aeb80ee-5f2f-4549-83ce-72392f09a7d3?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: 1517/2942] 199.204.45.3 () {34 vars in 973 bytes} [Thu Jul 2 06:28:00 2026] GET /v2.0/ports/aca84965-e4e7-44ca-a737-cbaea4a843cb => generated 1116 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2943] 199.204.45.3 () {34 vars in 1058 bytes} [Thu Jul 2 06:28:00 2026] GET /v2.0/ports/aca84965-e4e7-44ca-a737-cbaea4a843cb?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/2944] 199.204.45.3 () {34 vars in 1014 bytes} [Thu Jul 2 06:28:00 2026] GET /v2.0/networks/3aeb80ee-5f2f-4549-83ce-72392f09a7d3?fields=dns_domain => generated 29 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2945] 199.204.45.3 () {38 vars in 1026 bytes} [Thu Jul 2 06:28:00 2026] PUT /v2.0/ports/aca84965-e4e7-44ca-a737-cbaea4a843cb => generated 917 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/2946] 199.204.45.3 () {30 vars in 767 bytes} [Thu Jul 2 06:28:01 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 3863 bytes in 51 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-07-02 06:28:01.592 7 INFO neutron_taas.services.taas.taas_plugin [None req-90afae60-4d37-4ec4-8d0b-bc33d8797e34 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: aca84965-e4e7-44ca-a737-cbaea4a843cb 2026-07-02 06:28:01.595 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90afae60-4d37-4ec4-8d0b-bc33d8797e34 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: aca84965-e4e7-44ca-a737-cbaea4a843cb [pid: 7|app: 0|req: 1428/2947] 199.204.45.3 () {32 vars in 757 bytes} [Thu Jul 2 06:28:01 2026] DELETE /v2.0/ports/aca84965-e4e7-44ca-a737-cbaea4a843cb => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2948] 199.204.45.3 () {30 vars in 701 bytes} [Thu Jul 2 06:28:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2949] 199.204.45.3 () {30 vars in 703 bytes} [Thu Jul 2 06:28:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2950] 199.204.45.3 () {30 vars in 679 bytes} [Thu Jul 2 06:28:01 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: 1430/2951] 199.204.45.3 () {30 vars in 715 bytes} [Thu Jul 2 06:28:01 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: 8|app: 0|req: 1522/2952] 199.204.45.3 () {30 vars in 739 bytes} [Thu Jul 2 06:28:01 2026] GET /v2.0/subnets/cbfe04f1-069b-4cc3-b824-de4c538f9a47 => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2953] 199.204.45.3 () {30 vars in 735 bytes} [Thu Jul 2 06:28:01 2026] GET /v2.0/ports/20399241-dd62-4767-8bcd-2d5b17a61f92 => generated 1124 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/2954] 199.204.45.3 () {30 vars in 735 bytes} [Thu Jul 2 06:28:01 2026] GET /v2.0/ports/31d0a6a3-3508-49de-b2f8-38bf750786b6 => generated 1344 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2955] 199.204.45.3 () {30 vars in 739 bytes} [Thu Jul 2 06:28:01 2026] GET /v2.0/subnets/cbfe04f1-069b-4cc3-b824-de4c538f9a47 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/2956] 199.204.45.3 () {30 vars in 741 bytes} [Thu Jul 2 06:28:02 2026] GET /v2.0/networks/0e63bc68-1801-4a81-9024-5bc2ef30b632 => generated 799 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2957] 199.204.45.3 () {30 vars in 735 bytes} [Thu Jul 2 06:28:02 2026] GET /v2.0/ports/20399241-dd62-4767-8bcd-2d5b17a61f92 => generated 1124 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2958] 199.204.45.3 () {30 vars in 739 bytes} [Thu Jul 2 06:28:02 2026] GET /v2.0/subnets/cbfe04f1-069b-4cc3-b824-de4c538f9a47 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2961] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:28:02 2026] GET /v2.0/ports?tenant_id=057b225d5ff2431e9a07834b1c87b5ae&device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 3863 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/2962] 199.204.45.3 () {34 vars in 1224 bytes} [Thu Jul 2 06:28:02 2026] GET /v2.0/networks?id=eb0c3567-be83-45d3-840f-d535793525cd&id=0e63bc68-1801-4a81-9024-5bc2ef30b632&id=1483a042-9aa7-4aec-bfd4-9a09f942adb0&id=3aeb80ee-5f2f-4549-83ce-72392f09a7d3 => generated 3094 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2963] 199.204.45.3 () {34 vars in 1058 bytes} [Thu Jul 2 06:28:02 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.95&port_id=d63dd8ce-5f62-45b7-9d36-be47ebb152e9 => 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: 1528/2964] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:28:02 2026] GET /v2.0/subnets?id=526ea48f-fd63-4268-b10e-1cf4b67c0dfc => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2965] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:28:02 2026] GET /v2.0/ports?network_id=eb0c3567-be83-45d3-840f-d535793525cd&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: 1529/2966] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:28:02 2026] GET /v2.0/networks/eb0c3567-be83-45d3-840f-d535793525cd?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: 1438/2967] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:28:02 2026] GET /v2.0/networks/eb0c3567-be83-45d3-840f-d535793525cd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/2968] 199.204.45.3 () {34 vars in 1054 bytes} [Thu Jul 2 06:28:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.12&port_id=31d0a6a3-3508-49de-b2f8-38bf750786b6 => 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: 1439/2969] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:28:02 2026] GET /v2.0/subnets?id=cbfe04f1-069b-4cc3-b824-de4c538f9a47 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/2970] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:28:02 2026] GET /v2.0/ports?network_id=0e63bc68-1801-4a81-9024-5bc2ef30b632&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: 1440/2971] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:28:02 2026] GET /v2.0/networks/0e63bc68-1801-4a81-9024-5bc2ef30b632?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/2972] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:28:02 2026] GET /v2.0/networks/0e63bc68-1801-4a81-9024-5bc2ef30b632?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: 1441/2973] 199.204.45.3 () {34 vars in 1056 bytes} [Thu Jul 2 06:28:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.174&port_id=d8f91a39-f135-4114-a16c-8dceee582196 => 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: 1533/2974] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:28:02 2026] GET /v2.0/subnets?id=458252db-b093-4155-8d7e-76d0b68b5485 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2975] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:28:03 2026] GET /v2.0/ports?network_id=1483a042-9aa7-4aec-bfd4-9a09f942adb0&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: 1534/2976] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:28:03 2026] GET /v2.0/networks/1483a042-9aa7-4aec-bfd4-9a09f942adb0?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: 1443/2977] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:28:03 2026] GET /v2.0/networks/1483a042-9aa7-4aec-bfd4-9a09f942adb0?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: 1535/2978] 199.204.45.3 () {30 vars in 701 bytes} [Thu Jul 2 06:28:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2979] 199.204.45.3 () {30 vars in 703 bytes} [Thu Jul 2 06:28:07 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: 8|app: 0|req: 1536/2980] 199.204.45.3 () {30 vars in 679 bytes} [Thu Jul 2 06:28:07 2026] GET /v2.0/extensions/qos => 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: 1445/2981] 199.204.45.3 () {30 vars in 715 bytes} [Thu Jul 2 06:28:07 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: 1537/2982] 199.204.45.3 () {30 vars in 767 bytes} [Thu Jul 2 06:28:07 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 3863 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2983] 199.204.45.3 () {30 vars in 701 bytes} [Thu Jul 2 06:28:07 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: 1538/2984] 199.204.45.3 () {30 vars in 703 bytes} [Thu Jul 2 06:28:07 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: 1447/2985] 199.204.45.3 () {30 vars in 679 bytes} [Thu Jul 2 06:28:07 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: 1539/2986] 199.204.45.3 () {30 vars in 715 bytes} [Thu Jul 2 06:28:07 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: 1448/2987] 199.204.45.3 () {30 vars in 735 bytes} [Thu Jul 2 06:28:07 2026] GET /v2.0/ports/d8f91a39-f135-4114-a16c-8dceee582196 => generated 1291 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/2988] 199.204.45.3 () {34 vars in 787 bytes} [Thu Jul 2 06:28:07 2026] PUT /v2.0/ports/d8f91a39-f135-4114-a16c-8dceee582196 => generated 1080 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:28:07.961 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-18d0afd0-fdba-47a1-b73e-01944c650d29'] response: {'name': 'network-changed', 'server_uuid': '5179b7c7-77fd-4dcb-bb87-d3bd56634ec0', 'tag': 'd8f91a39-f135-4114-a16c-8dceee582196', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1449/2989] 199.204.45.3 () {30 vars in 741 bytes} [Thu Jul 2 06:28:07 2026] GET /v2.0/networks/1483a042-9aa7-4aec-bfd4-9a09f942adb0 => generated 796 bytes in 48 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: 1541/2990] 199.204.45.3 () {30 vars in 767 bytes} [Thu Jul 2 06:28:07 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 3688 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2991] 199.204.45.3 () {30 vars in 767 bytes} [Thu Jul 2 06:28:08 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 3688 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/2992] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:28:08 2026] GET /v2.0/ports?tenant_id=057b225d5ff2431e9a07834b1c87b5ae&device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 3688 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2993] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:28:08 2026] GET /v2.0/networks?id=1483a042-9aa7-4aec-bfd4-9a09f942adb0 => generated 799 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/2994] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:28:08 2026] GET /v2.0/networks/1483a042-9aa7-4aec-bfd4-9a09f942adb0?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: 1452/2995] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:28:08 2026] GET /v2.0/networks/1483a042-9aa7-4aec-bfd4-9a09f942adb0?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: 1544/2996] 199.204.45.3 () {30 vars in 767 bytes} [Thu Jul 2 06:28:09 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 3688 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2997] 199.204.45.3 () {34 vars in 973 bytes} [Thu Jul 2 06:28:10 2026] GET /v2.0/ports/d8f91a39-f135-4114-a16c-8dceee582196 => generated 1116 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/2998] 199.204.45.3 () {34 vars in 1058 bytes} [Thu Jul 2 06:28:10 2026] GET /v2.0/ports/d8f91a39-f135-4114-a16c-8dceee582196?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2999] 199.204.45.3 () {34 vars in 1014 bytes} [Thu Jul 2 06:28:10 2026] GET /v2.0/networks/1483a042-9aa7-4aec-bfd4-9a09f942adb0?fields=dns_domain => generated 29 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3000] 199.204.45.3 () {30 vars in 767 bytes} [Thu Jul 2 06:28:10 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 3688 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/3001] 199.204.45.3 () {38 vars in 1026 bytes} [Thu Jul 2 06:28:10 2026] PUT /v2.0/ports/d8f91a39-f135-4114-a16c-8dceee582196 => generated 917 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3002] 199.204.45.3 () {30 vars in 767 bytes} [Thu Jul 2 06:28:11 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 2580 bytes in 46 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-07-02 06:28:11.478 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f8b4d04-8731-46f9-a5fa-0ddfa9caaf47 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: d8f91a39-f135-4114-a16c-8dceee582196 2026-07-02 06:28:11.480 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f8b4d04-8731-46f9-a5fa-0ddfa9caaf47 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: d8f91a39-f135-4114-a16c-8dceee582196 [pid: 7|app: 0|req: 1456/3003] 199.204.45.3 () {32 vars in 757 bytes} [Thu Jul 2 06:28:11 2026] DELETE /v2.0/ports/d8f91a39-f135-4114-a16c-8dceee582196 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3004] 199.204.45.3 () {30 vars in 701 bytes} [Thu Jul 2 06:28: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: 1457/3005] 199.204.45.3 () {30 vars in 703 bytes} [Thu Jul 2 06:28:11 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: 1549/3006] 199.204.45.3 () {30 vars in 679 bytes} [Thu Jul 2 06:28:11 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: 7|app: 0|req: 1458/3007] 199.204.45.3 () {30 vars in 715 bytes} [Thu Jul 2 06:28:11 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: 1550/3008] 199.204.45.3 () {30 vars in 739 bytes} [Thu Jul 2 06:28:11 2026] GET /v2.0/subnets/cbfe04f1-069b-4cc3-b824-de4c538f9a47 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/3009] 199.204.45.3 () {30 vars in 735 bytes} [Thu Jul 2 06:28:11 2026] GET /v2.0/ports/20399241-dd62-4767-8bcd-2d5b17a61f92 => generated 1124 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3010] 199.204.45.3 () {30 vars in 735 bytes} [Thu Jul 2 06:28:11 2026] GET /v2.0/ports/31d0a6a3-3508-49de-b2f8-38bf750786b6 => generated 1344 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/3011] 199.204.45.3 () {30 vars in 739 bytes} [Thu Jul 2 06:28:11 2026] GET /v2.0/subnets/cbfe04f1-069b-4cc3-b824-de4c538f9a47 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3012] 199.204.45.3 () {30 vars in 741 bytes} [Thu Jul 2 06:28:11 2026] GET /v2.0/networks/0e63bc68-1801-4a81-9024-5bc2ef30b632 => generated 799 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3013] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:28:12 2026] GET /v2.0/ports?tenant_id=057b225d5ff2431e9a07834b1c87b5ae&device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 2580 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3014] 199.204.45.3 () {34 vars in 1144 bytes} [Thu Jul 2 06:28:12 2026] GET /v2.0/networks?id=eb0c3567-be83-45d3-840f-d535793525cd&id=0e63bc68-1801-4a81-9024-5bc2ef30b632&id=1483a042-9aa7-4aec-bfd4-9a09f942adb0 => generated 2308 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3015] 199.204.45.3 () {34 vars in 1058 bytes} [Thu Jul 2 06:28:12 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.95&port_id=d63dd8ce-5f62-45b7-9d36-be47ebb152e9 => 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: 1556/3016] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:28:12 2026] GET /v2.0/subnets?id=526ea48f-fd63-4268-b10e-1cf4b67c0dfc => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3017] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:28:12 2026] GET /v2.0/ports?network_id=eb0c3567-be83-45d3-840f-d535793525cd&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: 8|app: 0|req: 1558/3018] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:28:12 2026] GET /v2.0/networks/eb0c3567-be83-45d3-840f-d535793525cd?fields=segments => 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: 1559/3019] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:28:12 2026] GET /v2.0/networks/eb0c3567-be83-45d3-840f-d535793525cd?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: 1461/3020] 199.204.45.3 () {30 vars in 735 bytes} [Thu Jul 2 06:28:11 2026] GET /v2.0/ports/20399241-dd62-4767-8bcd-2d5b17a61f92 => generated 1124 bytes in 496 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3021] 199.204.45.3 () {34 vars in 1054 bytes} [Thu Jul 2 06:28:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.12&port_id=31d0a6a3-3508-49de-b2f8-38bf750786b6 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/3022] 199.204.45.3 () {30 vars in 739 bytes} [Thu Jul 2 06:28:12 2026] GET /v2.0/subnets/cbfe04f1-069b-4cc3-b824-de4c538f9a47 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3023] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:28:12 2026] GET /v2.0/subnets?id=cbfe04f1-069b-4cc3-b824-de4c538f9a47 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/3024] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:28:12 2026] GET /v2.0/ports?network_id=0e63bc68-1801-4a81-9024-5bc2ef30b632&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: 1562/3025] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:28:12 2026] GET /v2.0/networks/0e63bc68-1801-4a81-9024-5bc2ef30b632?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: 1464/3026] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:28:12 2026] GET /v2.0/networks/0e63bc68-1801-4a81-9024-5bc2ef30b632?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3029] 199.204.45.3 () {30 vars in 701 bytes} [Thu Jul 2 06:28:24 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: 1466/3030] 199.204.45.3 () {30 vars in 703 bytes} [Thu Jul 2 06:28:24 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: 1565/3031] 199.204.45.3 () {30 vars in 679 bytes} [Thu Jul 2 06:28:24 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: 1467/3032] 199.204.45.3 () {30 vars in 715 bytes} [Thu Jul 2 06:28:24 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) 2026-07-02 06:28:24.642 8 INFO neutron.api.v2.resource [None req-fb9acb64-1134-453c-9189-564df97a210b 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1566/3033] 199.204.45.3 () {30 vars in 761 bytes} [Thu Jul 2 06:28:24 2026] GET /v2.0/security-groups/lb-2bf5a520-3e55-4763-a404-10f9e5155b26 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/3034] 199.204.45.3 () {30 vars in 783 bytes} [Thu Jul 2 06:28:24 2026] GET /v2.0/security-groups?name=lb-2bf5a520-3e55-4763-a404-10f9e5155b26 => generated 2865 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3035] 199.204.45.3 () {30 vars in 813 bytes} [Thu Jul 2 06:28:24 2026] GET /v2.0/security-group-rules?security_group_id=064ca31a-e658-45ec-baa5-7863c2134104 => generated 2334 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/3036] 199.204.45.3 () {32 vars in 787 bytes} [Thu Jul 2 06:28:24 2026] DELETE /v2.0/security-group-rules/08a7ab9e-8c97-4412-aa6e-b605e54ed320 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3037] 199.204.45.3 () {32 vars in 787 bytes} [Thu Jul 2 06:28:24 2026] DELETE /v2.0/security-group-rules/a3886605-236a-432e-9d60-030dcdafcf87 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:28:27.412 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f659dd3-6add-47f5-bc2b-ecf6492e1e14 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] TaaS: Handle Delete Port: 87630004-5410-4c47-ab0f-b351b51d2c94 2026-07-02 06:28:27.416 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f659dd3-6add-47f5-bc2b-ecf6492e1e14 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] Tap Mirror: Handle Delete Port: 87630004-5410-4c47-ab0f-b351b51d2c94 2026-07-02 06:28:27.601 7 INFO neutron.db.l3_db [None req-2f659dd3-6add-47f5-bc2b-ecf6492e1e14 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] Floating IP 9b9664c5-91a5-46d2-bea0-b8ea59544be6 disassociated (deleted). External IP: 10.96.250.203, port: 20399241-dd62-4767-8bcd-2d5b17a61f92. [pid: 7|app: 0|req: 1470/3038] 10.0.0.28 () {32 vars in 731 bytes} [Thu Jul 2 06:28:27 2026] DELETE /v2.0/floatingips/9b9664c5-91a5-46d2-bea0-b8ea59544be6 => generated 0 bytes in 627 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:28:27.933 8 INFO neutron.api.v2.resource [None req-b1c1c0fc-9264-449d-b948-75f5f8652915 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1569/3039] 10.0.0.28 () {32 vars in 728 bytes} [Thu Jul 2 06:28:27 2026] GET /v2.0/floatingips/9b9664c5-91a5-46d2-bea0-b8ea59544be6 => 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: 1471/3040] 199.204.45.3 () {30 vars in 701 bytes} [Thu Jul 2 06:28:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3041] 199.204.45.3 () {30 vars in 703 bytes} [Thu Jul 2 06:28: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: 1472/3042] 199.204.45.3 () {30 vars in 679 bytes} [Thu Jul 2 06:28:29 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: 1571/3043] 199.204.45.3 () {30 vars in 715 bytes} [Thu Jul 2 06:28:30 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) 2026-07-02 06:28:30.048 7 INFO neutron.api.v2.resource [None req-b7e1f99d-1d4f-439c-9b8e-e6bd3ff7272c 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1473/3044] 199.204.45.3 () {30 vars in 761 bytes} [Thu Jul 2 06:28:30 2026] GET /v2.0/security-groups/lb-2bf5a520-3e55-4763-a404-10f9e5155b26 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3045] 199.204.45.3 () {30 vars in 783 bytes} [Thu Jul 2 06:28:30 2026] GET /v2.0/security-groups?name=lb-2bf5a520-3e55-4763-a404-10f9e5155b26 => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/3046] 199.204.45.3 () {30 vars in 813 bytes} [Thu Jul 2 06:28:30 2026] GET /v2.0/security-group-rules?security_group_id=064ca31a-e658-45ec-baa5-7863c2134104 => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3047] 199.204.45.3 () {30 vars in 701 bytes} [Thu Jul 2 06:28:30 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: 1475/3048] 199.204.45.3 () {30 vars in 703 bytes} [Thu Jul 2 06:28:30 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: 1574/3049] 199.204.45.3 () {30 vars in 679 bytes} [Thu Jul 2 06:28:30 2026] GET /v2.0/extensions/qos => 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: 1476/3050] 199.204.45.3 () {30 vars in 715 bytes} [Thu Jul 2 06:28:30 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: 8|app: 0|req: 1575/3051] 199.204.45.3 () {30 vars in 739 bytes} [Thu Jul 2 06:28:30 2026] GET /v2.0/subnets/cbfe04f1-069b-4cc3-b824-de4c538f9a47 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/3052] 199.204.45.3 () {30 vars in 767 bytes} [Thu Jul 2 06:28:30 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 2580 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3053] 199.204.45.3 () {30 vars in 767 bytes} [Thu Jul 2 06:28:30 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 2580 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/3054] 199.204.45.3 () {30 vars in 767 bytes} [Thu Jul 2 06:28:30 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 2580 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3055] 199.204.45.3 () {30 vars in 767 bytes} [Thu Jul 2 06:28:31 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 2580 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/3058] 199.204.45.3 () {34 vars in 973 bytes} [Thu Jul 2 06:28:32 2026] GET /v2.0/ports/31d0a6a3-3508-49de-b2f8-38bf750786b6 => generated 1344 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3059] 199.204.45.3 () {34 vars in 1058 bytes} [Thu Jul 2 06:28:32 2026] GET /v2.0/ports/31d0a6a3-3508-49de-b2f8-38bf750786b6?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3060] 199.204.45.3 () {30 vars in 767 bytes} [Thu Jul 2 06:28:32 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 2580 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3061] 199.204.45.3 () {34 vars in 1014 bytes} [Thu Jul 2 06:28:32 2026] GET /v2.0/networks/0e63bc68-1801-4a81-9024-5bc2ef30b632?fields=dns_domain => generated 29 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/3062] 199.204.45.3 () {38 vars in 1026 bytes} [Thu Jul 2 06:28:32 2026] PUT /v2.0/ports/31d0a6a3-3508-49de-b2f8-38bf750786b6 => generated 1145 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3063] 199.204.45.3 () {30 vars in 767 bytes} [Thu Jul 2 06:28:33 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 1244 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: 7|app: 0|req: 1483/3064] 199.204.45.3 () {34 vars in 787 bytes} [Thu Jul 2 06:28:34 2026] PUT /v2.0/ports/31d0a6a3-3508-49de-b2f8-38bf750786b6 => generated 1086 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3065] 199.204.45.3 () {30 vars in 735 bytes} [Thu Jul 2 06:28:34 2026] GET /v2.0/ports/31d0a6a3-3508-49de-b2f8-38bf750786b6 => generated 1086 bytes in 31 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-07-02 06:28:34.443 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b06e613-6688-4213-a016-87184f2ed33f 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: 31d0a6a3-3508-49de-b2f8-38bf750786b6 2026-07-02 06:28:34.446 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b06e613-6688-4213-a016-87184f2ed33f 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: 31d0a6a3-3508-49de-b2f8-38bf750786b6 [pid: 7|app: 0|req: 1484/3066] 199.204.45.3 () {32 vars in 757 bytes} [Thu Jul 2 06:28:34 2026] DELETE /v2.0/ports/31d0a6a3-3508-49de-b2f8-38bf750786b6 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3067] 199.204.45.3 () {30 vars in 701 bytes} [Thu Jul 2 06:28:34 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: 1485/3068] 199.204.45.3 () {30 vars in 703 bytes} [Thu Jul 2 06:28:34 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: 1584/3069] 199.204.45.3 () {30 vars in 679 bytes} [Thu Jul 2 06:28:34 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: 1486/3070] 199.204.45.3 () {30 vars in 715 bytes} [Thu Jul 2 06:28:34 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) 2026-07-02 06:28:34.742 8 INFO neutron.pecan_wsgi.hooks.translation [None req-51872a8f-ae57-4805-bbd5-28aa894ece6e 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1585/3071] 199.204.45.3 () {32 vars in 757 bytes} [Thu Jul 2 06:28:34 2026] DELETE /v2.0/ports/31d0a6a3-3508-49de-b2f8-38bf750786b6 => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3072] 199.204.45.3 () {30 vars in 735 bytes} [Thu Jul 2 06:28:34 2026] GET /v2.0/ports/20399241-dd62-4767-8bcd-2d5b17a61f92 => generated 1124 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:28:34.814 7 INFO neutron.api.v2.resource [None req-439221a7-0e47-4a9d-8b47-eb992ec4529a 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1488/3073] 199.204.45.3 () {30 vars in 761 bytes} [Thu Jul 2 06:28:34 2026] GET /v2.0/security-groups/lb-2bf5a520-3e55-4763-a404-10f9e5155b26 => 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: 1586/3074] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:28:34 2026] GET /v2.0/ports?tenant_id=057b225d5ff2431e9a07834b1c87b5ae&device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3075] 199.204.45.3 () {30 vars in 783 bytes} [Thu Jul 2 06:28:34 2026] GET /v2.0/security-groups?name=lb-2bf5a520-3e55-4763-a404-10f9e5155b26 => generated 1639 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3076] 199.204.45.3 () {30 vars in 735 bytes} [Thu Jul 2 06:28:34 2026] GET /v2.0/ports/20399241-dd62-4767-8bcd-2d5b17a61f92 => generated 1124 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3077] 199.204.45.3 () {34 vars in 1064 bytes} [Thu Jul 2 06:28:34 2026] GET /v2.0/networks?id=eb0c3567-be83-45d3-840f-d535793525cd&id=0e63bc68-1801-4a81-9024-5bc2ef30b632 => generated 1523 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3078] 199.204.45.3 () {34 vars in 1058 bytes} [Thu Jul 2 06:28:34 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.95&port_id=d63dd8ce-5f62-45b7-9d36-be47ebb152e9 => 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: 1589/3079] 199.204.45.3 () {34 vars in 982 bytes} [Thu Jul 2 06:28:34 2026] GET /v2.0/subnets?id=526ea48f-fd63-4268-b10e-1cf4b67c0dfc => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3080] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:28:34 2026] GET /v2.0/ports?network_id=eb0c3567-be83-45d3-840f-d535793525cd&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3081] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:28:35 2026] GET /v2.0/networks/eb0c3567-be83-45d3-840f-d535793525cd?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: 1592/3082] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:28:35 2026] GET /v2.0/networks/eb0c3567-be83-45d3-840f-d535793525cd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3083] 199.204.45.3 () {34 vars in 787 bytes} [Thu Jul 2 06:28:34 2026] PUT /v2.0/ports/20399241-dd62-4767-8bcd-2d5b17a61f92 => generated 1086 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3084] 199.204.45.3 () {32 vars in 777 bytes} [Thu Jul 2 06:28:35 2026] DELETE /v2.0/security-groups/064ca31a-e658-45ec-baa5-7863c2134104 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:28:35.413 7 INFO neutron_taas.services.taas.taas_plugin [None req-7cc0a361-7f58-4614-a14b-67e41829cad9 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: 20399241-dd62-4767-8bcd-2d5b17a61f92 2026-07-02 06:28:35.416 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cc0a361-7f58-4614-a14b-67e41829cad9 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: 20399241-dd62-4767-8bcd-2d5b17a61f92 [pid: 7|app: 0|req: 1492/3085] 199.204.45.3 () {32 vars in 757 bytes} [Thu Jul 2 06:28:35 2026] DELETE /v2.0/ports/20399241-dd62-4767-8bcd-2d5b17a61f92 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3086] 199.204.45.3 () {34 vars in 992 bytes} [Thu Jul 2 06:28:38 2026] GET /v2.0/ports?device_id=5179b7c7-77fd-4dcb-bb87-d3bd56634ec0 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:28:38.273 8 INFO neutron_taas.services.taas.taas_plugin [req-0a29b1d5-21bb-4aac-b09b-5727e0093200 req-21958675-9288-437f-ada7-5a5af82f9ca0 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] TaaS: Handle Delete Port: d63dd8ce-5f62-45b7-9d36-be47ebb152e9 2026-07-02 06:28:38.276 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0a29b1d5-21bb-4aac-b09b-5727e0093200 req-21958675-9288-437f-ada7-5a5af82f9ca0 3ca5a49d71594c5b88f315b7c868b68e 057b225d5ff2431e9a07834b1c87b5ae - - default default] Tap Mirror: Handle Delete Port: d63dd8ce-5f62-45b7-9d36-be47ebb152e9 2026-07-02 06:28:38.283 7 INFO neutron_taas.services.taas.taas_plugin [None req-02ef8072-29b8-4d88-90e0-ab923987b4e8 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] TaaS: Handle Delete Port: 83f03b88-312a-45be-812d-d6c04528a8bc 2026-07-02 06:28:38.286 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02ef8072-29b8-4d88-90e0-ab923987b4e8 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] Tap Mirror: Handle Delete Port: 83f03b88-312a-45be-812d-d6c04528a8bc [pid: 8|app: 0|req: 1595/3087] 199.204.45.3 () {36 vars in 995 bytes} [Thu Jul 2 06:28:38 2026] DELETE /v2.0/ports/d63dd8ce-5f62-45b7-9d36-be47ebb152e9 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:28:38.455 7 INFO neutron.db.l3_db [None req-02ef8072-29b8-4d88-90e0-ab923987b4e8 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] Floating IP 8a1a8fe7-d9e3-4909-a4ff-c677a39da833 disassociated (deleted). External IP: 10.96.250.220, port: ed60194e-2fb4-41c8-b7cf-49bc96b412c8. 2026-07-02 06:28:38.456 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f4571aa5-5963-431d-9a2e-1610f56a53ed'] response: {'server_uuid': '5179b7c7-77fd-4dcb-bb87-d3bd56634ec0', 'name': 'network-vif-deleted', 'tag': 'd63dd8ce-5f62-45b7-9d36-be47ebb152e9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1493/3088] 10.0.0.28 () {32 vars in 731 bytes} [Thu Jul 2 06:28:38 2026] DELETE /v2.0/floatingips/8a1a8fe7-d9e3-4909-a4ff-c677a39da833 => generated 0 bytes in 578 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:28:38.754 8 INFO neutron.api.v2.resource [None req-7d67b358-0d4b-4fd6-acda-2d8e139874fb 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1596/3089] 10.0.0.28 () {32 vars in 728 bytes} [Thu Jul 2 06:28:38 2026] GET /v2.0/floatingips/8a1a8fe7-d9e3-4909-a4ff-c677a39da833 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:28:38.776 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-31520622-ae0f-4603-87d9-0ca6519a6995'] response: {'name': 'network-changed', 'server_uuid': 'd3e1d8a7-b03e-4691-a604-aef314af8f80', 'tag': 'ed60194e-2fb4-41c8-b7cf-49bc96b412c8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1494/3090] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:28:38 2026] GET /v2.0/ports?device_id=d3e1d8a7-b03e-4691-a604-aef314af8f80 => generated 1204 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3091] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:28:39 2026] GET /v2.0/security-groups?id=93b01f5b-af77-46be-b78f-6318100d8724&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3092] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:28:39 2026] GET /v2.0/ports?tenant_id=bef2f873742e4f4eb6b2c226e7e331ac&device_id=d3e1d8a7-b03e-4691-a604-aef314af8f80 => generated 1473 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3093] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:28:39 2026] GET /v2.0/networks?id=3aeb80ee-5f2f-4549-83ce-72392f09a7d3 => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3094] 199.204.45.3 () {34 vars in 1056 bytes} [Thu Jul 2 06:28:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.160&port_id=ed60194e-2fb4-41c8-b7cf-49bc96b412c8 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3095] 199.204.45.3 () {34 vars in 1104 bytes} [Thu Jul 2 06:28:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A236&port_id=ed60194e-2fb4-41c8-b7cf-49bc96b412c8 => 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: 1497/3096] 199.204.45.3 () {34 vars in 1062 bytes} [Thu Jul 2 06:28:39 2026] GET /v2.0/subnets?id=133527e6-4fbd-4ef5-91ea-e183b7d5009d&id=681698da-ca77-49ce-8249-0460cc6729a8 => generated 1413 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3097] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:28:39 2026] GET /v2.0/ports?network_id=3aeb80ee-5f2f-4549-83ce-72392f09a7d3&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: 1498/3098] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:28:39 2026] GET /v2.0/ports?network_id=3aeb80ee-5f2f-4549-83ce-72392f09a7d3&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: 8|app: 0|req: 1601/3099] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:28:39 2026] GET /v2.0/networks/3aeb80ee-5f2f-4549-83ce-72392f09a7d3?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: 1499/3100] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:28:39 2026] GET /v2.0/networks/3aeb80ee-5f2f-4549-83ce-72392f09a7d3?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: 1602/3101] 199.204.45.3 () {34 vars in 992 bytes} [Thu Jul 2 06:28:41 2026] GET /v2.0/ports?device_id=d3e1d8a7-b03e-4691-a604-aef314af8f80 => generated 1204 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:28:41.530 7 INFO neutron_taas.services.taas.taas_plugin [req-f60e9159-985f-4254-9a6a-1918682afdc2 req-269310f1-2de8-4a6e-bc42-d1dd34caef6c 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] TaaS: Handle Delete Port: ed60194e-2fb4-41c8-b7cf-49bc96b412c8 2026-07-02 06:28:41.533 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f60e9159-985f-4254-9a6a-1918682afdc2 req-269310f1-2de8-4a6e-bc42-d1dd34caef6c 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] Tap Mirror: Handle Delete Port: ed60194e-2fb4-41c8-b7cf-49bc96b412c8 [pid: 7|app: 0|req: 1500/3102] 199.204.45.3 () {36 vars in 995 bytes} [Thu Jul 2 06:28:41 2026] DELETE /v2.0/ports/ed60194e-2fb4-41c8-b7cf-49bc96b412c8 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:28:41.730 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ff28010-90cb-44c4-ab9c-736a5867dff6'] response: {'server_uuid': 'd3e1d8a7-b03e-4691-a604-aef314af8f80', 'name': 'network-vif-deleted', 'tag': 'ed60194e-2fb4-41c8-b7cf-49bc96b412c8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1603/3103] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:28:44 2026] GET /v2.0/ports?device_id=d3e1d8a7-b03e-4691-a604-aef314af8f80 => generated 12 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:28:49.402 8 INFO neutron_taas.services.taas.taas_plugin [None req-d1a9dcad-3945-4a8d-86b0-94a08f66f398 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] TaaS: Handle Delete Port: 7ea127f8-dd0e-40e8-a124-50a5b1735aa2 2026-07-02 06:28:49.405 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1a9dcad-3945-4a8d-86b0-94a08f66f398 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] Tap Mirror: Handle Delete Port: 7ea127f8-dd0e-40e8-a124-50a5b1735aa2 2026-07-02 06:28:49.584 8 INFO neutron.db.l3_db [None req-d1a9dcad-3945-4a8d-86b0-94a08f66f398 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] Floating IP 7fd3776d-93a1-48ae-9248-4271e6c6eb1d disassociated (deleted). External IP: 10.96.250.219, port: 2903bd15-7165-48be-839a-0966a9a9a8c8. [pid: 8|app: 0|req: 1605/3106] 10.0.0.28 () {32 vars in 731 bytes} [Thu Jul 2 06:28:49 2026] DELETE /v2.0/floatingips/7fd3776d-93a1-48ae-9248-4271e6c6eb1d => generated 0 bytes in 1136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:28:50.432 7 INFO neutron.api.v2.resource [None req-578870df-96ec-400d-9ea2-62f97af10ee9 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1502/3107] 10.0.0.28 () {32 vars in 728 bytes} [Thu Jul 2 06:28:50 2026] GET /v2.0/floatingips/7fd3776d-93a1-48ae-9248-4271e6c6eb1d => generated 144 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:28:50.439 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7fc84aad-8343-4a59-a313-fa7d18ca720f'] response: {'name': 'network-changed', 'server_uuid': 'afa58419-3761-43ee-aa31-25d4390a33a1', 'tag': '2903bd15-7165-48be-839a-0966a9a9a8c8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1606/3108] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:28:50 2026] GET /v2.0/ports?device_id=afa58419-3761-43ee-aa31-25d4390a33a1 => generated 1200 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3109] 10.0.0.44 () {34 vars in 1039 bytes} [Thu Jul 2 06:28:50 2026] GET /v2.0/security-groups?id=93b01f5b-af77-46be-b78f-6318100d8724&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3110] 199.204.45.3 () {34 vars in 1078 bytes} [Thu Jul 2 06:28:50 2026] GET /v2.0/ports?tenant_id=bef2f873742e4f4eb6b2c226e7e331ac&device_id=afa58419-3761-43ee-aa31-25d4390a33a1 => generated 1469 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3111] 199.204.45.3 () {34 vars in 984 bytes} [Thu Jul 2 06:28:50 2026] GET /v2.0/networks?id=1483a042-9aa7-4aec-bfd4-9a09f942adb0 => generated 799 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3112] 199.204.45.3 () {34 vars in 1056 bytes} [Thu Jul 2 06:28:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.182&port_id=2903bd15-7165-48be-839a-0966a9a9a8c8 => 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: 1505/3113] 199.204.45.3 () {34 vars in 1102 bytes} [Thu Jul 2 06:28:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A188&port_id=2903bd15-7165-48be-839a-0966a9a9a8c8 => 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: 1609/3114] 199.204.45.3 () {34 vars in 1062 bytes} [Thu Jul 2 06:28:51 2026] GET /v2.0/subnets?id=458252db-b093-4155-8d7e-76d0b68b5485&id=383e115c-2b2f-4afa-a237-eecb9c51b455 => generated 1411 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3115] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:28:51 2026] GET /v2.0/ports?network_id=1483a042-9aa7-4aec-bfd4-9a09f942adb0&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3116] 199.204.45.3 () {34 vars in 1050 bytes} [Thu Jul 2 06:28:51 2026] GET /v2.0/ports?network_id=1483a042-9aa7-4aec-bfd4-9a09f942adb0&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3117] 199.204.45.3 () {34 vars in 909 bytes} [Thu Jul 2 06:28:51 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3118] 199.204.45.3 () {34 vars in 1010 bytes} [Thu Jul 2 06:28:51 2026] GET /v2.0/networks/1483a042-9aa7-4aec-bfd4-9a09f942adb0?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: 1508/3119] 199.204.45.3 () {34 vars in 1110 bytes} [Thu Jul 2 06:28:51 2026] GET /v2.0/networks/1483a042-9aa7-4aec-bfd4-9a09f942adb0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3120] 199.204.45.3 () {34 vars in 992 bytes} [Thu Jul 2 06:28:53 2026] GET /v2.0/ports?device_id=afa58419-3761-43ee-aa31-25d4390a33a1 => generated 1198 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:28:53.308 7 INFO neutron_taas.services.taas.taas_plugin [req-7821897c-c20b-41da-9b1f-a95bcf5c89ce req-94849741-f559-4af0-adb9-261a02f21f33 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] TaaS: Handle Delete Port: 2903bd15-7165-48be-839a-0966a9a9a8c8 2026-07-02 06:28:53.311 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7821897c-c20b-41da-9b1f-a95bcf5c89ce req-94849741-f559-4af0-adb9-261a02f21f33 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] Tap Mirror: Handle Delete Port: 2903bd15-7165-48be-839a-0966a9a9a8c8 [pid: 7|app: 0|req: 1509/3121] 199.204.45.3 () {36 vars in 995 bytes} [Thu Jul 2 06:28:53 2026] DELETE /v2.0/ports/2903bd15-7165-48be-839a-0966a9a9a8c8 => generated 0 bytes in 361 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:28:53.543 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3cd51d7b-b39b-4326-abab-510eca8ecb75'] response: {'server_uuid': 'afa58419-3761-43ee-aa31-25d4390a33a1', 'name': 'network-vif-deleted', 'tag': '2903bd15-7165-48be-839a-0966a9a9a8c8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1613/3122] 10.0.0.44 () {34 vars in 989 bytes} [Thu Jul 2 06:28:55 2026] GET /v2.0/ports?device_id=afa58419-3761-43ee-aa31-25d4390a33a1 => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3123] 10.0.0.28 () {32 vars in 749 bytes} [Thu Jul 2 06:29:00 2026] DELETE /v2.0/security-group-rules/ccca12ae-d4da-42fa-86e9-606c9ba16ba6 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:29:00.979 8 INFO neutron.api.v2.resource [None req-427b57ae-ebb0-4f0f-badb-70e5b8e7338d 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1614/3124] 10.0.0.28 () {32 vars in 746 bytes} [Thu Jul 2 06:29:00 2026] GET /v2.0/security-group-rules/ccca12ae-d4da-42fa-86e9-606c9ba16ba6 => generated 155 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3125] 10.0.0.28 () {32 vars in 749 bytes} [Thu Jul 2 06:29:00 2026] DELETE /v2.0/security-group-rules/ffb8bc32-3be3-444f-a4d8-dd4844305d62 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:29:01.074 8 INFO neutron.api.v2.resource [None req-6cf0146c-5d9e-4704-ba1d-a52ddd7ea2ca 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1615/3126] 10.0.0.28 () {32 vars in 746 bytes} [Thu Jul 2 06:29:01 2026] GET /v2.0/security-group-rules/ffb8bc32-3be3-444f-a4d8-dd4844305d62 => generated 155 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3127] 10.0.0.28 () {32 vars in 749 bytes} [Thu Jul 2 06:29:01 2026] DELETE /v2.0/security-group-rules/d575b4d0-58f6-4958-ac01-f18f7c8d2ec6 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:29:01.167 8 INFO neutron.api.v2.resource [None req-8d499de4-24bf-4ab3-a8ce-f23b6b3c92e0 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1616/3128] 10.0.0.28 () {32 vars in 746 bytes} [Thu Jul 2 06:29:01 2026] GET /v2.0/security-group-rules/d575b4d0-58f6-4958-ac01-f18f7c8d2ec6 => generated 155 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3129] 10.0.0.28 () {32 vars in 749 bytes} [Thu Jul 2 06:29:01 2026] DELETE /v2.0/security-group-rules/31fe5a72-748c-4acd-a562-3c1b9e1029cf => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:29:01.273 8 INFO neutron.api.v2.resource [None req-3678c8a1-be40-4025-9758-8e50541dfb9b 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1617/3130] 10.0.0.28 () {32 vars in 746 bytes} [Thu Jul 2 06:29:01 2026] GET /v2.0/security-group-rules/31fe5a72-748c-4acd-a562-3c1b9e1029cf => generated 155 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3131] 10.0.0.28 () {32 vars in 749 bytes} [Thu Jul 2 06:29:01 2026] DELETE /v2.0/security-group-rules/d308281f-4995-48a8-9d64-c1d69283255c => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:29:01.356 8 INFO neutron.api.v2.resource [None req-0656d3f6-3f6e-4386-829e-7089b1a6899b 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1618/3132] 10.0.0.28 () {32 vars in 746 bytes} [Thu Jul 2 06:29:01 2026] GET /v2.0/security-group-rules/d308281f-4995-48a8-9d64-c1d69283255c => 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: 1515/3133] 10.0.0.28 () {32 vars in 749 bytes} [Thu Jul 2 06:29:01 2026] DELETE /v2.0/security-group-rules/c0f8bbc8-4ba9-440e-b5b7-10c53f0dd1b6 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:29:01.451 8 INFO neutron.api.v2.resource [None req-d0028265-6446-4aca-a68d-4c0f257a8cfe 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1619/3134] 10.0.0.28 () {32 vars in 746 bytes} [Thu Jul 2 06:29:01 2026] GET /v2.0/security-group-rules/c0f8bbc8-4ba9-440e-b5b7-10c53f0dd1b6 => 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: 1516/3135] 10.0.0.28 () {32 vars in 749 bytes} [Thu Jul 2 06:29:01 2026] DELETE /v2.0/security-group-rules/b48c855a-4a9b-465e-84dc-224220a776a0 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:29:01.536 8 INFO neutron.api.v2.resource [None req-881bdb6b-80e8-46bf-973d-37cae1712258 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1620/3136] 10.0.0.28 () {32 vars in 746 bytes} [Thu Jul 2 06:29:01 2026] GET /v2.0/security-group-rules/b48c855a-4a9b-465e-84dc-224220a776a0 => 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: 1517/3137] 10.0.0.28 () {32 vars in 749 bytes} [Thu Jul 2 06:29:01 2026] DELETE /v2.0/security-group-rules/c811fd75-719d-47ba-a77c-981f084cf54e => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:29:01.619 8 INFO neutron.api.v2.resource [None req-b5cfb287-88b2-4fb4-b8b5-5fac5efc9879 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1621/3138] 10.0.0.28 () {32 vars in 746 bytes} [Thu Jul 2 06:29:01 2026] GET /v2.0/security-group-rules/c811fd75-719d-47ba-a77c-981f084cf54e => 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: 1518/3139] 10.0.0.28 () {32 vars in 749 bytes} [Thu Jul 2 06:29:01 2026] DELETE /v2.0/security-group-rules/851796a6-eabf-414a-b434-9d03ccb424c7 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:29:01.699 8 INFO neutron.api.v2.resource [None req-13d72b9f-66ae-4884-8ba8-255bc7aa2c17 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1622/3140] 10.0.0.28 () {32 vars in 746 bytes} [Thu Jul 2 06:29:01 2026] GET /v2.0/security-group-rules/851796a6-eabf-414a-b434-9d03ccb424c7 => 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: 1519/3141] 10.0.0.28 () {32 vars in 749 bytes} [Thu Jul 2 06:29:01 2026] DELETE /v2.0/security-group-rules/7f22374f-be5a-467f-b328-7bb52e22d84b => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:29:01.796 8 INFO neutron.api.v2.resource [None req-9c767e33-cd41-4e08-98df-6c40eb401787 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1623/3142] 10.0.0.28 () {32 vars in 746 bytes} [Thu Jul 2 06:29:01 2026] GET /v2.0/security-group-rules/7f22374f-be5a-467f-b328-7bb52e22d84b => 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: 1520/3143] 10.0.0.28 () {32 vars in 749 bytes} [Thu Jul 2 06:29:01 2026] DELETE /v2.0/security-group-rules/204f4531-7801-464c-86af-e2cfebad28ad => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:29:01.883 8 INFO neutron.api.v2.resource [None req-f3d9735b-4cb7-4bbe-b0b7-8f9e9f50ea2d 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1624/3144] 10.0.0.28 () {32 vars in 746 bytes} [Thu Jul 2 06:29:01 2026] GET /v2.0/security-group-rules/204f4531-7801-464c-86af-e2cfebad28ad => 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: 1521/3145] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:29:01 2026] DELETE /v2.0/security-groups/93b01f5b-af77-46be-b78f-6318100d8724 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:29:01.982 8 INFO neutron.api.v2.resource [None req-8412d2c7-7183-4d22-8729-9d063e8cf4ad 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1625/3146] 10.0.0.28 () {32 vars in 736 bytes} [Thu Jul 2 06:29:01 2026] GET /v2.0/security-groups/93b01f5b-af77-46be-b78f-6318100d8724 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:29:02.477 7 INFO neutron_taas.services.taas.taas_plugin [None req-59e792f0-4813-48ca-8cc1-ecce70fc8bc3 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] TaaS: Handle Delete Port: 50373ce3-9868-4412-8dae-b1550079a9d7 2026-07-02 06:29:02.480 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59e792f0-4813-48ca-8cc1-ecce70fc8bc3 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] Tap Mirror: Handle Delete Port: 50373ce3-9868-4412-8dae-b1550079a9d7 [pid: 7|app: 0|req: 1522/3149] 10.0.0.28 () {34 vars in 788 bytes} [Thu Jul 2 06:29:02 2026] PUT /v2.0/routers/fd3e9355-726d-4eea-b3b2-f595933c2776/remove_router_interface => generated 309 bytes in 1043 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:29:03.277 8 INFO neutron.api.v2.resource [None req-6184d939-7044-45b3-9e81-cea02c64caa3 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1628/3150] 10.0.0.28 () {34 vars in 788 bytes} [Thu Jul 2 06:29:03 2026] PUT /v2.0/routers/fd3e9355-726d-4eea-b3b2-f595933c2776/remove_router_interface => generated 198 bytes in 187 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:29:03.647 7 INFO neutron_taas.services.taas.taas_plugin [None req-ec1182ee-1aae-47c5-b924-fdce17c16fc9 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] TaaS: Handle Delete Port: 77f294df-f1c8-4ad0-90cb-e6f7cb21ffdc 2026-07-02 06:29:03.651 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec1182ee-1aae-47c5-b924-fdce17c16fc9 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] Tap Mirror: Handle Delete Port: 77f294df-f1c8-4ad0-90cb-e6f7cb21ffdc [pid: 7|app: 0|req: 1523/3151] 10.0.0.28 () {34 vars in 788 bytes} [Thu Jul 2 06:29:03 2026] PUT /v2.0/routers/fd3e9355-726d-4eea-b3b2-f595933c2776/remove_router_interface => generated 309 bytes in 991 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:29:04.440 8 INFO neutron.api.v2.resource [None req-3aeb1b6e-cf51-49ba-a677-6c0f1ff67aa1 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1629/3152] 10.0.0.28 () {34 vars in 788 bytes} [Thu Jul 2 06:29:04 2026] PUT /v2.0/routers/fd3e9355-726d-4eea-b3b2-f595933c2776/remove_router_interface => generated 198 bytes in 157 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:29:04.821 7 INFO neutron_taas.services.taas.taas_plugin [None req-9ef5473b-3e03-4ce1-aec9-13926aa26096 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] TaaS: Handle Delete Port: 567e70e1-f7bb-42a9-8328-9b4e29f94da9 2026-07-02 06:29:04.825 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ef5473b-3e03-4ce1-aec9-13926aa26096 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] Tap Mirror: Handle Delete Port: 567e70e1-f7bb-42a9-8328-9b4e29f94da9 [pid: 7|app: 0|req: 1524/3153] 10.0.0.28 () {34 vars in 788 bytes} [Thu Jul 2 06:29:04 2026] PUT /v2.0/routers/fd3e9355-726d-4eea-b3b2-f595933c2776/remove_router_interface => generated 309 bytes in 944 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:29:05.558 8 INFO neutron.api.v2.resource [None req-e23aa3f2-85c6-4fbc-88b0-491456722211 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1630/3154] 10.0.0.28 () {34 vars in 788 bytes} [Thu Jul 2 06:29:05 2026] PUT /v2.0/routers/fd3e9355-726d-4eea-b3b2-f595933c2776/remove_router_interface => generated 198 bytes in 164 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:29:05.772 7 INFO neutron_taas.services.taas.taas_plugin [None req-01a03d94-0011-4af0-b321-9e43731fd94f 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] TaaS: Handle Delete Port: ed601414-34c6-4af8-b35d-06f5df0ed719 2026-07-02 06:29:05.775 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01a03d94-0011-4af0-b321-9e43731fd94f 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] Tap Mirror: Handle Delete Port: ed601414-34c6-4af8-b35d-06f5df0ed719 2026-07-02 06:29:06.023 7 INFO neutron_taas.services.taas.taas_plugin [None req-01a03d94-0011-4af0-b321-9e43731fd94f 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] TaaS: Handle Delete Port: 332901e5-2630-48cc-b6c6-a66136caf7da 2026-07-02 06:29:06.027 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01a03d94-0011-4af0-b321-9e43731fd94f 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] Tap Mirror: Handle Delete Port: 332901e5-2630-48cc-b6c6-a66136caf7da 2026-07-02 06:29:06.419 7 INFO neutron.services.segments.plugin [-] Segment e0aa379f-5f74-45e1-ac8b-5ef38b587ac5 resource provider aggregate not found 2026-07-02 06:29:06.425 7 INFO neutron.services.segments.plugin [-] Segment e0aa379f-5f74-45e1-ac8b-5ef38b587ac5 resource provider aggregate not found 2026-07-02 06:29:06.439 7 INFO neutron.services.segments.plugin [-] Segment e0aa379f-5f74-45e1-ac8b-5ef38b587ac5 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 e0aa379f-5f74-45e1-ac8b-5ef38b587ac5 found for delete ", "request_id": "req-20c8af20-7a95-4402-8754-04ea214469b2"}]} 2026-07-02 06:29:06.440 7 INFO neutron.services.segments.plugin [-] Segment e0aa379f-5f74-45e1-ac8b-5ef38b587ac5 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 e0aa379f-5f74-45e1-ac8b-5ef38b587ac5 found for delete ", "request_id": "req-3bed23ff-7d2c-41bf-99dc-45c2401749b2"}]} 2026-07-02 06:29:06.452 7 INFO neutron.db.l3_hamode_db [None req-01a03d94-0011-4af0-b321-9e43731fd94f 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] HA network c0db97e3-5967-43cc-84c5-7c8c137db0f8 was deleted as no HA routers are present in tenant bef2f873742e4f4eb6b2c226e7e331ac. [pid: 7|app: 0|req: 1525/3155] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:29:05 2026] DELETE /v2.0/routers/fd3e9355-726d-4eea-b3b2-f595933c2776 => generated 0 bytes in 893 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:29:06.481 8 INFO neutron.api.v2.resource [None req-6d67643c-1bab-4ba2-91f6-b15e34e187fe 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1631/3156] 10.0.0.28 () {32 vars in 720 bytes} [Thu Jul 2 06:29:06 2026] GET /v2.0/routers/fd3e9355-726d-4eea-b3b2-f595933c2776 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3157] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:29:06 2026] DELETE /v2.0/subnets/133527e6-4fbd-4ef5-91ea-e183b7d5009d => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:29:06.648 8 INFO neutron.pecan_wsgi.hooks.translation [None req-adddb8f1-8b3e-4107-b63b-f8a5435f0cba 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1632/3158] 10.0.0.28 () {32 vars in 720 bytes} [Thu Jul 2 06:29:06 2026] GET /v2.0/subnets/133527e6-4fbd-4ef5-91ea-e183b7d5009d => 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: 1527/3159] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:29:06 2026] DELETE /v2.0/subnets/681698da-ca77-49ce-8249-0460cc6729a8 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:29:06.826 8 INFO neutron.pecan_wsgi.hooks.translation [None req-be9916be-fdc7-4182-8e3e-3c206befd65f 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1633/3160] 10.0.0.28 () {32 vars in 720 bytes} [Thu Jul 2 06:29:06 2026] GET /v2.0/subnets/681698da-ca77-49ce-8249-0460cc6729a8 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:29:06.925 7 INFO neutron_taas.services.taas.taas_plugin [None req-1bf93f6f-afb8-4b32-a518-5fcf1bcc8fea 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] TaaS: Handle Delete Port: 76f18a1f-66c8-4adc-9c9d-7366489a4c6c 2026-07-02 06:29:06.928 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bf93f6f-afb8-4b32-a518-5fcf1bcc8fea 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] Tap Mirror: Handle Delete Port: 76f18a1f-66c8-4adc-9c9d-7366489a4c6c [pid: 7|app: 0|req: 1528/3161] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:29:06 2026] DELETE /v2.0/networks/3aeb80ee-5f2f-4549-83ce-72392f09a7d3 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:29:07.121 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9f61720f-276e-4144-9cfd-8abdf35cb0a6 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1634/3162] 10.0.0.28 () {32 vars in 722 bytes} [Thu Jul 2 06:29:07 2026] GET /v2.0/networks/3aeb80ee-5f2f-4549-83ce-72392f09a7d3 => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3163] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:29:07 2026] DELETE /v2.0/subnets/383e115c-2b2f-4afa-a237-eecb9c51b455 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:29:07.323 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b9a0d5ff-4276-48e2-b4f6-a2cf5b37b2b3 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1635/3164] 10.0.0.28 () {32 vars in 720 bytes} [Thu Jul 2 06:29:07 2026] GET /v2.0/subnets/383e115c-2b2f-4afa-a237-eecb9c51b455 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3165] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:29:07 2026] DELETE /v2.0/subnets/458252db-b093-4155-8d7e-76d0b68b5485 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:29:07.515 8 INFO neutron.pecan_wsgi.hooks.translation [None req-27d47a76-1cc2-4f91-a4ee-f12334b788bf 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1636/3166] 10.0.0.28 () {32 vars in 720 bytes} [Thu Jul 2 06:29:07 2026] GET /v2.0/subnets/458252db-b093-4155-8d7e-76d0b68b5485 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:29:07.594 7 INFO neutron_taas.services.taas.taas_plugin [None req-e6ef09c7-0eca-47ca-a645-da5edfb69c82 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] TaaS: Handle Delete Port: 78fb35d5-5bdb-404e-adc3-1c7350e76c8a 2026-07-02 06:29:07.596 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6ef09c7-0eca-47ca-a645-da5edfb69c82 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] Tap Mirror: Handle Delete Port: 78fb35d5-5bdb-404e-adc3-1c7350e76c8a [pid: 7|app: 0|req: 1531/3167] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:29:07 2026] DELETE /v2.0/networks/1483a042-9aa7-4aec-bfd4-9a09f942adb0 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:29:07.803 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7f8c382a-ab28-4f4e-a498-0810a173328f 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1637/3168] 10.0.0.28 () {32 vars in 722 bytes} [Thu Jul 2 06:29:07 2026] GET /v2.0/networks/1483a042-9aa7-4aec-bfd4-9a09f942adb0 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3169] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:29:07 2026] DELETE /v2.0/subnets/be846edd-a3ac-4ee0-b520-df43bc584119 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:29:07.979 8 INFO neutron.pecan_wsgi.hooks.translation [None req-671873da-5fcc-45cf-a36f-9ec48894797d 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1638/3170] 10.0.0.28 () {32 vars in 720 bytes} [Thu Jul 2 06:29:07 2026] GET /v2.0/subnets/be846edd-a3ac-4ee0-b520-df43bc584119 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3171] 10.0.0.28 () {32 vars in 723 bytes} [Thu Jul 2 06:29:07 2026] DELETE /v2.0/subnets/cbfe04f1-069b-4cc3-b824-de4c538f9a47 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:29:08.120 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7cb9be84-89b9-4b45-8055-3f7803c51ce8 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1639/3172] 10.0.0.28 () {32 vars in 720 bytes} [Thu Jul 2 06:29:08 2026] GET /v2.0/subnets/cbfe04f1-069b-4cc3-b824-de4c538f9a47 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:29:08.236 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ae066d6-1312-4c83-a960-049338a25b77 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] TaaS: Handle Delete Port: a393e237-f08a-4bd4-b710-b2a0f2c141b2 2026-07-02 06:29:08.239 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ae066d6-1312-4c83-a960-049338a25b77 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] Tap Mirror: Handle Delete Port: a393e237-f08a-4bd4-b710-b2a0f2c141b2 [pid: 7|app: 0|req: 1534/3173] 10.0.0.28 () {32 vars in 725 bytes} [Thu Jul 2 06:29:08 2026] DELETE /v2.0/networks/0e63bc68-1801-4a81-9024-5bc2ef30b632 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:29:08.453 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cab3f668-736b-4a37-9d6e-27b9b4d14181 1b23f262e37c4190a92e965d90ea9e36 bef2f873742e4f4eb6b2c226e7e331ac - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1640/3174] 10.0.0.28 () {32 vars in 722 bytes} [Thu Jul 2 06:29:08 2026] GET /v2.0/networks/0e63bc68-1801-4a81-9024-5bc2ef30b632 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:29:08.457 7 INFO neutron.services.segments.plugin [-] Segment 27ed043d-1268-4b95-8885-e840596b8604 resource provider aggregate not found 2026-07-02 06:29:08.461 7 INFO neutron.services.segments.plugin [-] Segment 27ed043d-1268-4b95-8885-e840596b8604 resource provider aggregate not found 2026-07-02 06:29:08.473 7 INFO neutron.services.segments.plugin [-] Segment 27ed043d-1268-4b95-8885-e840596b8604 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 27ed043d-1268-4b95-8885-e840596b8604 found for delete ", "request_id": "req-aa6b985f-5d99-4def-a8fa-111e5f252678"}]} 2026-07-02 06:29:08.478 7 INFO neutron.services.segments.plugin [-] Segment 27ed043d-1268-4b95-8885-e840596b8604 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 27ed043d-1268-4b95-8885-e840596b8604 found for delete ", "request_id": "req-7af95137-f8c9-4f5c-b734-8de54a1c93e0"}]} 2026-07-02 06:29:08.492 7 INFO neutron.services.segments.plugin [-] Segment b1ef67e4-169e-472a-ba46-0236a4f92f11 resource provider aggregate not found 2026-07-02 06:29:08.496 7 INFO neutron.services.segments.plugin [-] Segment b1ef67e4-169e-472a-ba46-0236a4f92f11 resource provider aggregate not found 2026-07-02 06:29:08.511 7 INFO neutron.services.segments.plugin [-] Segment b1ef67e4-169e-472a-ba46-0236a4f92f11 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 b1ef67e4-169e-472a-ba46-0236a4f92f11 found for delete ", "request_id": "req-2e5bb922-caea-4a42-a672-063ef3544858"}]} 2026-07-02 06:29:08.512 7 INFO neutron.services.segments.plugin [-] Segment b1ef67e4-169e-472a-ba46-0236a4f92f11 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 b1ef67e4-169e-472a-ba46-0236a4f92f11 found for delete ", "request_id": "req-2c94c774-a26b-4cb1-b797-2a8c55910ec8"}]} 2026-07-02 06:29:08.528 7 INFO neutron.services.segments.plugin [-] Segment cc02dd94-122f-42fe-bd79-175cf7558293 resource provider aggregate not found 2026-07-02 06:29:08.534 7 INFO neutron.services.segments.plugin [-] Segment cc02dd94-122f-42fe-bd79-175cf7558293 resource provider aggregate not found 2026-07-02 06:29:08.547 7 INFO neutron.services.segments.plugin [-] Segment cc02dd94-122f-42fe-bd79-175cf7558293 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 cc02dd94-122f-42fe-bd79-175cf7558293 found for delete ", "request_id": "req-51560b8b-efbe-4d32-bfd8-72dafe8a940b"}]} 2026-07-02 06:29:08.549 7 INFO neutron.services.segments.plugin [-] Segment cc02dd94-122f-42fe-bd79-175cf7558293 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 cc02dd94-122f-42fe-bd79-175cf7558293 found for delete ", "request_id": "req-8f84c1ae-2480-448d-93d9-9a9737b308a5"}]} [pid: 7|app: 0|req: 1535/3175] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:29:10 2026] GET /v2.0/security-groups?tenant_id=32338b3019c14dee8af5a5a6059d094a&name=default => generated 2929 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3176] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:29:10 2026] DELETE /v2.0/security-groups/38997e1a-7370-401b-a72c-71c34eb86820 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3177] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:29:10 2026] GET /v2.0/security-groups?tenant_id=5d07214106094f85ab068ba35cc25cfa&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3178] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:29:10 2026] DELETE /v2.0/security-groups/5d9eacb8-e263-49c1-b4ff-b8c218e17fe9 => 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: 1537/3179] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:29:11 2026] GET /v2.0/security-groups?tenant_id=bef2f873742e4f4eb6b2c226e7e331ac&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3180] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:29:11 2026] DELETE /v2.0/security-groups/b184c1a9-3e52-44d2-a9f6-1a5753d5e9f9 => 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: 1538/3181] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:29:11 2026] GET /v2.0/security-groups?tenant_id=d13e8cc22eb64b36afc63f3c1a8ba969&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3182] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:29:11 2026] DELETE /v2.0/security-groups/34388898-26e7-40cd-a6d7-10c37cbf91f4 => 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: 1539/3183] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:29:11 2026] GET /v2.0/security-groups?tenant_id=0a8c154a6621461da8667c2f638b6ee5&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3184] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:29:11 2026] DELETE /v2.0/security-groups/7c44faab-f469-4fd7-a7e7-0dbb55a7b54d => 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: 1540/3185] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:29:12 2026] GET /v2.0/security-groups?tenant_id=ebd13fc89ab248a7997443cc70e8d439&name=default => generated 2929 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3186] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:29:12 2026] DELETE /v2.0/security-groups/28eed002-fc7f-4bea-b6c7-215131fa3ef7 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3187] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:29:12 2026] GET /v2.0/security-groups?tenant_id=89823edc6cd94a5ab0e587f9c4d4be0f&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: 1647/3188] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:29:12 2026] DELETE /v2.0/security-groups/3c18f7cd-4191-4ba8-9aad-86959d15190e => 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: 1542/3191] 10.0.0.28 () {34 vars in 675 bytes} [Thu Jul 2 06:29:16 2026] POST /v2.0/floatingips => generated 552 bytes in 684 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3192] 10.0.0.28 () {34 vars in 675 bytes} [Thu Jul 2 06:29:17 2026] POST /v2.0/floatingips => generated 552 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3193] 10.0.0.28 () {34 vars in 675 bytes} [Thu Jul 2 06:29:17 2026] POST /v2.0/floatingips => generated 552 bytes in 539 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3194] 10.0.0.28 () {34 vars in 675 bytes} [Thu Jul 2 06:29:18 2026] POST /v2.0/floatingips => generated 552 bytes in 513 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3195] 10.0.0.28 () {34 vars in 675 bytes} [Thu Jul 2 06:29:18 2026] POST /v2.0/floatingips => generated 552 bytes in 526 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3196] 10.0.0.28 () {34 vars in 758 bytes} [Thu Jul 2 06:29:19 2026] PUT /v2.0/floatingips/c9ef93d0-3a2c-4acb-8e82-fc6ec498849a/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3197] 10.0.0.28 () {34 vars in 758 bytes} [Thu Jul 2 06:29:19 2026] PUT /v2.0/floatingips/00cbac3c-814b-4d34-b2d2-2e84c84d0947/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: 1653/3198] 10.0.0.28 () {34 vars in 758 bytes} [Thu Jul 2 06:29:19 2026] PUT /v2.0/floatingips/b371bd7e-84b0-4f2c-9b5e-a67af5f20866/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3199] 10.0.0.28 () {34 vars in 758 bytes} [Thu Jul 2 06:29:19 2026] PUT /v2.0/floatingips/04a2ab43-6d46-4a3c-b408-20094642de2c/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: 1654/3200] 10.0.0.28 () {32 vars in 671 bytes} [Thu Jul 2 06:29:19 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3201] 10.0.0.28 () {32 vars in 685 bytes} [Thu Jul 2 06:29:19 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3202] 10.0.0.28 () {32 vars in 681 bytes} [Thu Jul 2 06:29:19 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3203] 10.0.0.28 () {32 vars in 693 bytes} [Thu Jul 2 06:29:19 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3204] 10.0.0.28 () {32 vars in 679 bytes} [Thu Jul 2 06:29:19 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3205] 10.0.0.28 () {32 vars in 693 bytes} [Thu Jul 2 06:29:20 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3206] 10.0.0.28 () {32 vars in 689 bytes} [Thu Jul 2 06:29:20 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3207] 10.0.0.28 () {32 vars in 701 bytes} [Thu Jul 2 06:29:20 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-07-02 06:29:20.347 8 INFO neutron_taas.services.taas.taas_plugin [None req-e2c5efbc-5016-4f61-a5da-1baa21c634cd 0de024ba22064066b964bef87be32519 32443c1a80b042d0b4242e6ecdbf6d39 - - default default] TaaS: Handle Delete Port: 6f3dc89b-c091-44b8-b71b-9695a0b3ff5e 2026-07-02 06:29:20.350 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2c5efbc-5016-4f61-a5da-1baa21c634cd 0de024ba22064066b964bef87be32519 32443c1a80b042d0b4242e6ecdbf6d39 - - default default] Tap Mirror: Handle Delete Port: 6f3dc89b-c091-44b8-b71b-9695a0b3ff5e [pid: 8|app: 0|req: 1658/3208] 10.0.0.28 () {32 vars in 731 bytes} [Thu Jul 2 06:29:20 2026] DELETE /v2.0/floatingips/c9ef93d0-3a2c-4acb-8e82-fc6ec498849a => generated 0 bytes in 246 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:29:20.612 7 INFO neutron_taas.services.taas.taas_plugin [None req-eaabf8df-7380-4647-ade0-9da021557b8f 0de024ba22064066b964bef87be32519 32443c1a80b042d0b4242e6ecdbf6d39 - - default default] TaaS: Handle Delete Port: 67b98411-49c9-424f-a942-70faf46f00bd 2026-07-02 06:29:20.615 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eaabf8df-7380-4647-ade0-9da021557b8f 0de024ba22064066b964bef87be32519 32443c1a80b042d0b4242e6ecdbf6d39 - - default default] Tap Mirror: Handle Delete Port: 67b98411-49c9-424f-a942-70faf46f00bd [pid: 7|app: 0|req: 1551/3209] 10.0.0.28 () {32 vars in 731 bytes} [Thu Jul 2 06:29:20 2026] DELETE /v2.0/floatingips/00cbac3c-814b-4d34-b2d2-2e84c84d0947 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:29:20.903 8 INFO neutron_taas.services.taas.taas_plugin [None req-65c03ede-b9c5-472f-88bb-5620d7d22d2d 0de024ba22064066b964bef87be32519 32443c1a80b042d0b4242e6ecdbf6d39 - - default default] TaaS: Handle Delete Port: d31a7915-9bd3-46e9-bfc4-f089f8e4a72d 2026-07-02 06:29:20.908 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65c03ede-b9c5-472f-88bb-5620d7d22d2d 0de024ba22064066b964bef87be32519 32443c1a80b042d0b4242e6ecdbf6d39 - - default default] Tap Mirror: Handle Delete Port: d31a7915-9bd3-46e9-bfc4-f089f8e4a72d [pid: 8|app: 0|req: 1659/3210] 10.0.0.28 () {32 vars in 731 bytes} [Thu Jul 2 06:29:20 2026] DELETE /v2.0/floatingips/b371bd7e-84b0-4f2c-9b5e-a67af5f20866 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:29:21.227 7 INFO neutron_taas.services.taas.taas_plugin [None req-6b537f64-3482-4015-a717-98856285a735 0de024ba22064066b964bef87be32519 32443c1a80b042d0b4242e6ecdbf6d39 - - default default] TaaS: Handle Delete Port: 88ec845e-0acb-4f81-9751-0449358ad416 2026-07-02 06:29:21.229 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b537f64-3482-4015-a717-98856285a735 0de024ba22064066b964bef87be32519 32443c1a80b042d0b4242e6ecdbf6d39 - - default default] Tap Mirror: Handle Delete Port: 88ec845e-0acb-4f81-9751-0449358ad416 [pid: 7|app: 0|req: 1552/3211] 10.0.0.28 () {32 vars in 731 bytes} [Thu Jul 2 06:29:21 2026] DELETE /v2.0/floatingips/04a2ab43-6d46-4a3c-b408-20094642de2c => generated 0 bytes in 327 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:29:21.499 8 INFO neutron_taas.services.taas.taas_plugin [None req-a999879c-ef85-4f15-8bb1-0616c7a3cab6 0de024ba22064066b964bef87be32519 32443c1a80b042d0b4242e6ecdbf6d39 - - default default] TaaS: Handle Delete Port: fc20b131-41c5-4671-8095-612d5b22ea4c 2026-07-02 06:29:21.502 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a999879c-ef85-4f15-8bb1-0616c7a3cab6 0de024ba22064066b964bef87be32519 32443c1a80b042d0b4242e6ecdbf6d39 - - default default] Tap Mirror: Handle Delete Port: fc20b131-41c5-4671-8095-612d5b22ea4c [pid: 8|app: 0|req: 1660/3212] 10.0.0.28 () {32 vars in 731 bytes} [Thu Jul 2 06:29:21 2026] DELETE /v2.0/floatingips/dd3f5557-3edb-4556-a0bc-4057eac93e26 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3213] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:29:22 2026] GET /v2.0/security-groups?tenant_id=37d5fb642ba740f2aee1e1bd201a8e56&name=default => generated 2929 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3214] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:29:22 2026] DELETE /v2.0/security-groups/a65acddf-34e2-4313-beba-615d889e966e => 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: 1554/3215] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:29:22 2026] GET /v2.0/security-groups?tenant_id=8521a94fbac7437fb640f947355000ea&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3216] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:29:23 2026] DELETE /v2.0/security-groups/e6ec8657-7d8b-4e29-aadf-e8f951c07601 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3217] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:29:23 2026] GET /v2.0/security-groups?tenant_id=32443c1a80b042d0b4242e6ecdbf6d39&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: 1663/3218] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:29:23 2026] DELETE /v2.0/security-groups/b144b589-8a24-46bb-9090-1e02921b5e0f => 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: 1556/3219] 10.0.0.28 () {34 vars in 683 bytes} [Thu Jul 2 06:29:26 2026] POST /v2.0/security-groups => generated 1603 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1664/3220] 10.0.0.28 () {34 vars in 766 bytes} [Thu Jul 2 06:29:26 2026] PUT /v2.0/security-groups/a318d0b2-81ea-4252-a4bb-d362ae24415b/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3221] 10.0.0.28 () {32 vars in 746 bytes} [Thu Jul 2 06:29:27 2026] GET /v2.0/security-groups/a318d0b2-81ea-4252-a4bb-d362ae24415b/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3222] 10.0.0.28 () {34 vars in 777 bytes} [Thu Jul 2 06:29:27 2026] PUT /v2.0/security-groups/a318d0b2-81ea-4252-a4bb-d362ae24415b/tags/green => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3223] 10.0.0.28 () {32 vars in 746 bytes} [Thu Jul 2 06:29:27 2026] GET /v2.0/security-groups/a318d0b2-81ea-4252-a4bb-d362ae24415b/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1666/3224] 10.0.0.28 () {34 vars in 773 bytes} [Thu Jul 2 06:29:27 2026] PUT /v2.0/security-groups/a318d0b2-81ea-4252-a4bb-d362ae24415b/tags/red => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3225] 10.0.0.28 () {32 vars in 746 bytes} [Thu Jul 2 06:29:27 2026] GET /v2.0/security-groups/a318d0b2-81ea-4252-a4bb-d362ae24415b/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1667/3226] 10.0.0.28 () {34 vars in 795 bytes} [Thu Jul 2 06:29:27 2026] PUT /v2.0/security-groups/a318d0b2-81ea-4252-a4bb-d362ae24415b/tags/black.or.white => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3227] 10.0.0.28 () {32 vars in 746 bytes} [Thu Jul 2 06:29:27 2026] GET /v2.0/security-groups/a318d0b2-81ea-4252-a4bb-d362ae24415b/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1668/3228] 10.0.0.28 () {34 vars in 766 bytes} [Thu Jul 2 06:29:27 2026] PUT /v2.0/security-groups/a318d0b2-81ea-4252-a4bb-d362ae24415b/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3229] 10.0.0.28 () {32 vars in 746 bytes} [Thu Jul 2 06:29:27 2026] GET /v2.0/security-groups/a318d0b2-81ea-4252-a4bb-d362ae24415b/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3230] 10.0.0.28 () {32 vars in 754 bytes} [Thu Jul 2 06:29:27 2026] GET /v2.0/security-groups/a318d0b2-81ea-4252-a4bb-d362ae24415b/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:29:27.573 7 INFO neutron.api.v2.resource [None req-6d317bdb-cf5a-4b0f-815f-64f9d984e462 d977c80aa9654e359d480ee9d923373e 1209eecb8a804857b37664b612be0097 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1562/3231] 10.0.0.28 () {32 vars in 758 bytes} [Thu Jul 2 06:29:27 2026] GET /v2.0/security-groups/a318d0b2-81ea-4252-a4bb-d362ae24415b/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1670/3232] 10.0.0.28 () {32 vars in 757 bytes} [Thu Jul 2 06:29:27 2026] DELETE /v2.0/security-groups/a318d0b2-81ea-4252-a4bb-d362ae24415b/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3233] 10.0.0.28 () {32 vars in 746 bytes} [Thu Jul 2 06:29:27 2026] GET /v2.0/security-groups/a318d0b2-81ea-4252-a4bb-d362ae24415b/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:29:27.714 8 INFO neutron.api.v2.resource [None req-146a2d8f-569f-469d-b91f-311eec38a6b4 d977c80aa9654e359d480ee9d923373e 1209eecb8a804857b37664b612be0097 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1671/3234] 10.0.0.28 () {32 vars in 761 bytes} [Thu Jul 2 06:29:27 2026] DELETE /v2.0/security-groups/a318d0b2-81ea-4252-a4bb-d362ae24415b/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3235] 10.0.0.28 () {32 vars in 749 bytes} [Thu Jul 2 06:29:27 2026] DELETE /v2.0/security-groups/a318d0b2-81ea-4252-a4bb-d362ae24415b/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1672/3236] 10.0.0.28 () {32 vars in 746 bytes} [Thu Jul 2 06:29:27 2026] GET /v2.0/security-groups/a318d0b2-81ea-4252-a4bb-d362ae24415b/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3237] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:29:27 2026] DELETE /v2.0/security-groups/a318d0b2-81ea-4252-a4bb-d362ae24415b => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1673/3238] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:29:28 2026] GET /v2.0/security-groups?tenant_id=1209eecb8a804857b37664b612be0097&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3239] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:29:28 2026] DELETE /v2.0/security-groups/3fb4103a-5d3d-4ae2-8c3a-63464f167e84 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3240] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:29:28 2026] GET /v2.0/security-groups?tenant_id=d952be30de804b13a2d2037f9a36bf9e&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: 1567/3241] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:29:28 2026] DELETE /v2.0/security-groups/e244c591-ed85-48a7-90dc-de4c99110e32 => 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: 1675/3244] 10.0.0.28 () {34 vars in 675 bytes} [Thu Jul 2 06:29:32 2026] POST /v2.0/subnetpools => generated 516 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3245] 10.0.0.28 () {34 vars in 758 bytes} [Thu Jul 2 06:29:32 2026] PUT /v2.0/subnetpools/fb4a2d42-b193-4e03-9e71-c0f742a488b1/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1676/3246] 10.0.0.28 () {32 vars in 738 bytes} [Thu Jul 2 06:29:32 2026] GET /v2.0/subnetpools/fb4a2d42-b193-4e03-9e71-c0f742a488b1/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3247] 10.0.0.28 () {34 vars in 769 bytes} [Thu Jul 2 06:29:32 2026] PUT /v2.0/subnetpools/fb4a2d42-b193-4e03-9e71-c0f742a488b1/tags/green => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1677/3248] 10.0.0.28 () {32 vars in 738 bytes} [Thu Jul 2 06:29:32 2026] GET /v2.0/subnetpools/fb4a2d42-b193-4e03-9e71-c0f742a488b1/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3249] 10.0.0.28 () {34 vars in 765 bytes} [Thu Jul 2 06:29:32 2026] PUT /v2.0/subnetpools/fb4a2d42-b193-4e03-9e71-c0f742a488b1/tags/red => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1678/3250] 10.0.0.28 () {32 vars in 738 bytes} [Thu Jul 2 06:29:32 2026] GET /v2.0/subnetpools/fb4a2d42-b193-4e03-9e71-c0f742a488b1/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3251] 10.0.0.28 () {34 vars in 787 bytes} [Thu Jul 2 06:29:32 2026] PUT /v2.0/subnetpools/fb4a2d42-b193-4e03-9e71-c0f742a488b1/tags/black.or.white => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3252] 10.0.0.28 () {32 vars in 738 bytes} [Thu Jul 2 06:29:32 2026] GET /v2.0/subnetpools/fb4a2d42-b193-4e03-9e71-c0f742a488b1/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3253] 10.0.0.28 () {34 vars in 758 bytes} [Thu Jul 2 06:29:32 2026] PUT /v2.0/subnetpools/fb4a2d42-b193-4e03-9e71-c0f742a488b1/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1680/3254] 10.0.0.28 () {32 vars in 738 bytes} [Thu Jul 2 06:29:32 2026] GET /v2.0/subnetpools/fb4a2d42-b193-4e03-9e71-c0f742a488b1/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3255] 10.0.0.28 () {32 vars in 746 bytes} [Thu Jul 2 06:29:32 2026] GET /v2.0/subnetpools/fb4a2d42-b193-4e03-9e71-c0f742a488b1/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:29:32.899 8 INFO neutron.api.v2.resource [None req-f23f7ca2-7f78-4b2b-9053-0f0dbc6789fa 78712190a21a4429962c64c2cf4c4e82 6fdd94087d284579a015dc6acc44e37f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1681/3256] 10.0.0.28 () {32 vars in 750 bytes} [Thu Jul 2 06:29:32 2026] GET /v2.0/subnetpools/fb4a2d42-b193-4e03-9e71-c0f742a488b1/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3257] 10.0.0.28 () {32 vars in 749 bytes} [Thu Jul 2 06:29:32 2026] DELETE /v2.0/subnetpools/fb4a2d42-b193-4e03-9e71-c0f742a488b1/tags/red => 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: 1682/3258] 10.0.0.28 () {32 vars in 738 bytes} [Thu Jul 2 06:29:32 2026] GET /v2.0/subnetpools/fb4a2d42-b193-4e03-9e71-c0f742a488b1/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:29:33.011 7 INFO neutron.api.v2.resource [None req-346933de-7016-40d9-8482-0cbcc37427a3 78712190a21a4429962c64c2cf4c4e82 6fdd94087d284579a015dc6acc44e37f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1577/3259] 10.0.0.28 () {32 vars in 753 bytes} [Thu Jul 2 06:29:32 2026] DELETE /v2.0/subnetpools/fb4a2d42-b193-4e03-9e71-c0f742a488b1/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1683/3260] 10.0.0.28 () {32 vars in 741 bytes} [Thu Jul 2 06:29:33 2026] DELETE /v2.0/subnetpools/fb4a2d42-b193-4e03-9e71-c0f742a488b1/tags => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3261] 10.0.0.28 () {32 vars in 738 bytes} [Thu Jul 2 06:29:33 2026] GET /v2.0/subnetpools/fb4a2d42-b193-4e03-9e71-c0f742a488b1/tags => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1684/3262] 10.0.0.28 () {32 vars in 731 bytes} [Thu Jul 2 06:29:33 2026] DELETE /v2.0/subnetpools/fb4a2d42-b193-4e03-9e71-c0f742a488b1 => 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/3263] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:29:33 2026] GET /v2.0/security-groups?tenant_id=7524a7448a3b4f35b36060a3bf299e97&name=default => generated 2929 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1685/3264] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:29:33 2026] DELETE /v2.0/security-groups/01aec846-db68-475e-950e-966db6d46e94 => 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: 1580/3265] 10.0.0.28 () {32 vars in 773 bytes} [Thu Jul 2 06:29:34 2026] GET /v2.0/security-groups?tenant_id=6fdd94087d284579a015dc6acc44e37f&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1686/3266] 10.0.0.28 () {32 vars in 739 bytes} [Thu Jul 2 06:29:34 2026] DELETE /v2.0/security-groups/ffb519a6-e24d-42c7-8d50-2f79d5c3e8cc => 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: 1581/3267] 10.0.0.28 () {32 vars in 648 bytes} [Thu Jul 2 06:29:36 2026] GET /v2.0/networks => generated 2168 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1687/3268] 10.0.0.28 () {32 vars in 654 bytes} [Thu Jul 2 06:29:38 2026] GET /v2.0/floatingips => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3269] 10.0.0.28 () {32 vars in 646 bytes} [Thu Jul 2 06:29:38 2026] GET /v2.0/routers => generated 15 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1688/3270] 10.0.0.28 () {32 vars in 642 bytes} [Thu Jul 2 06:29:38 2026] GET /v2.0/ports => generated 4725 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3271] 10.0.0.28 () {32 vars in 646 bytes} [Thu Jul 2 06:29:38 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1689/3272] 10.0.0.28 () {32 vars in 648 bytes} [Thu Jul 2 06:29:38 2026] GET /v2.0/networks => generated 2168 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3273] 10.0.0.28 () {32 vars in 662 bytes} [Thu Jul 2 06:29:38 2026] GET /v2.0/security-groups => generated 17401 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1690/3274] 10.0.0.28 () {32 vars in 654 bytes} [Thu Jul 2 06:29:38 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)