+ 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 [Sun May 31 06:29:37 2026] *** compiled with version: 13.3.0 on 30 May 2026 02:39:39 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: neutron-server-598d65ff5d-zt8fh 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 0x7f594b21e668 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)... 2026-05-31 06:29:41.735 8 INFO neutron.common.config [-] Logging enabled! 2026-05-31 06:29:41.736 8 INFO neutron.common.config [-] uwsgi version 27.0.3.dev12 2026-05-31 06:29:41.855 7 INFO neutron.common.config [-] Logging enabled! 2026-05-31 06:29:41.855 7 INFO neutron.common.config [-] uwsgi version 27.0.3.dev12 2026-05-31 06:29:42.094 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-31 06:29:42.229 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-31 06:29:43.575 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-31 06:29:43.578 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-31 06:29:43.581 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-31 06:29:43.582 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-31 06:29:43.582 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-31 06:29:43.583 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-31 06:29:43.583 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-31 06:29:43.590 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-31 06:29:43.591 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-31 06:29:43.591 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-31 06:29:43.612 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-31 06:29:43.613 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-31 06:29:43.614 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-31 06:29:43.643 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-31 06:29:43.644 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-31 06:29:43.644 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-31 06:29:43.644 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-31 06:29:43.826 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-31 06:29:43.829 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-31 06:29:43.833 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-31 06:29:43.834 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-31 06:29:43.834 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-31 06:29:43.834 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-31 06:29:43.834 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-31 06:29:43.841 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-31 06:29:43.841 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-31 06:29:43.842 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-31 06:29:43.863 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-31 06:29:43.864 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-31 06:29:43.864 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-31 06:29:43.893 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-31 06:29:43.894 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-31 06:29:43.894 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-31 06:29:43.894 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-31 06:29:43.941 8 INFO neutron.plugins.ml2.managers [None req-531512c5-f274-4c36-8cfb-7aed17356e7a - - - - - -] Initializing driver for type 'vlan' 2026-05-31 06:29:44.203 7 INFO neutron.plugins.ml2.managers [None req-3e416895-3194-44de-8bb7-95d47e954e05 - - - - - -] Initializing driver for type 'vlan' 2026-05-31 06:29:44.232 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-531512c5-f274-4c36-8cfb-7aed17356e7a - - - - - -] VlanTypeDriver initialization complete 2026-05-31 06:29:44.232 8 INFO neutron.plugins.ml2.managers [None req-531512c5-f274-4c36-8cfb-7aed17356e7a - - - - - -] Initializing driver for type 'vxlan' 2026-05-31 06:29:44.232 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-531512c5-f274-4c36-8cfb-7aed17356e7a - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-31 06:29:44.245 8 INFO neutron.plugins.ml2.managers [None req-531512c5-f274-4c36-8cfb-7aed17356e7a - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-31 06:29:44.245 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-531512c5-f274-4c36-8cfb-7aed17356e7a - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-31 06:29:44.245 8 INFO neutron.plugins.ml2.managers [None req-531512c5-f274-4c36-8cfb-7aed17356e7a - - - - - -] Initializing extension driver 'port_security' 2026-05-31 06:29:44.245 8 INFO neutron.plugins.ml2.extensions.port_security [None req-531512c5-f274-4c36-8cfb-7aed17356e7a - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-31 06:29:44.245 8 INFO neutron.plugins.ml2.managers [None req-531512c5-f274-4c36-8cfb-7aed17356e7a - - - - - -] Initializing extension driver 'qos' 2026-05-31 06:29:44.246 8 INFO neutron.plugins.ml2.managers [None req-531512c5-f274-4c36-8cfb-7aed17356e7a - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-31 06:29:44.246 8 INFO neutron.plugins.ml2.managers [None req-531512c5-f274-4c36-8cfb-7aed17356e7a - - - - - -] Initializing mechanism driver 'l2population' 2026-05-31 06:29:44.257 8 INFO neutron.quota [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded quota_driver: . 2026-05-31 06:29:44.257 8 INFO neutron.plugins.ml2.plugin [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Modular L2 Plugin initialization complete 2026-05-31 06:29:44.257 8 INFO neutron.plugins.ml2.managers [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-31 06:29:44.258 8 INFO neutron.plugins.ml2.managers [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-31 06:29:44.258 8 INFO neutron.plugins.ml2.managers [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Got port-security extension from driver 'port_security' 2026-05-31 06:29:44.258 8 INFO neutron.manager [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loading Plugin: qos 2026-05-31 06:29:44.270 8 INFO neutron.manager [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loading Plugin: router 2026-05-31 06:29:44.310 8 INFO neutron.services.service_base [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-31 06:29:44.310 8 INFO neutron.manager [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loading Plugin: segments 2026-05-31 06:29:44.407 8 INFO neutron.manager [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loading Plugin: trunk 2026-05-31 06:29:44.422 8 INFO neutron.manager [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loading Plugin: vpnaas 2026-05-31 06:29:44.459 8 WARNING stevedore.named [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-31 06:29:44.500 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-3e416895-3194-44de-8bb7-95d47e954e05 - - - - - -] VlanTypeDriver initialization complete 2026-05-31 06:29:44.501 7 INFO neutron.plugins.ml2.managers [None req-3e416895-3194-44de-8bb7-95d47e954e05 - - - - - -] Initializing driver for type 'vxlan' 2026-05-31 06:29:44.501 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-3e416895-3194-44de-8bb7-95d47e954e05 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-31 06:29:44.513 7 INFO neutron.plugins.ml2.managers [None req-3e416895-3194-44de-8bb7-95d47e954e05 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-31 06:29:44.514 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-3e416895-3194-44de-8bb7-95d47e954e05 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-31 06:29:44.514 7 INFO neutron.plugins.ml2.managers [None req-3e416895-3194-44de-8bb7-95d47e954e05 - - - - - -] Initializing extension driver 'port_security' 2026-05-31 06:29:44.514 7 INFO neutron.plugins.ml2.extensions.port_security [None req-3e416895-3194-44de-8bb7-95d47e954e05 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-31 06:29:44.514 7 INFO neutron.plugins.ml2.managers [None req-3e416895-3194-44de-8bb7-95d47e954e05 - - - - - -] Initializing extension driver 'qos' 2026-05-31 06:29:44.515 7 INFO neutron.plugins.ml2.managers [None req-3e416895-3194-44de-8bb7-95d47e954e05 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-31 06:29:44.515 7 INFO neutron.plugins.ml2.managers [None req-3e416895-3194-44de-8bb7-95d47e954e05 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-31 06:29:44.516 8 INFO neutron_vpnaas.services.vpn.plugin [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-31 06:29:44.517 8 INFO neutron.common.utils [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-31 06:29:44.517 8 INFO neutron.manager [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loading Plugin: taas 2026-05-31 06:29:44.529 7 INFO neutron.quota [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded quota_driver: . 2026-05-31 06:29:44.530 7 INFO neutron.plugins.ml2.plugin [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Modular L2 Plugin initialization complete 2026-05-31 06:29:44.530 7 INFO neutron.plugins.ml2.managers [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-31 06:29:44.530 7 INFO neutron.plugins.ml2.managers [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-31 06:29:44.531 7 INFO neutron.plugins.ml2.managers [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Got port-security extension from driver 'port_security' 2026-05-31 06:29:44.531 7 INFO neutron.manager [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loading Plugin: qos 2026-05-31 06:29:44.538 8 WARNING stevedore.named [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-31 06:29:44.544 7 INFO neutron.manager [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loading Plugin: router 2026-05-31 06:29:44.558 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-31 06:29:44.558 8 INFO neutron.manager [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loading Plugin: tapmirror 2026-05-31 06:29:44.567 8 WARNING stevedore.named [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-31 06:29:44.578 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-31 06:29:44.579 8 INFO neutron.manager [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loading Plugin: auto_allocate 2026-05-31 06:29:44.585 8 INFO neutron.manager [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loading Plugin: tag 2026-05-31 06:29:44.586 7 INFO neutron.services.service_base [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-31 06:29:44.586 7 INFO neutron.manager [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loading Plugin: segments 2026-05-31 06:29:44.592 8 INFO neutron.manager [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loading Plugin: timestamp 2026-05-31 06:29:44.595 8 INFO neutron.manager [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loading Plugin: network_ip_availability 2026-05-31 06:29:44.598 8 INFO neutron.manager [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loading Plugin: flavors 2026-05-31 06:29:44.602 8 INFO neutron.manager [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loading Plugin: revisions 2026-05-31 06:29:44.605 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Initializing extension manager. 2026-05-31 06:29:44.607 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: address-group 2026-05-31 06:29:44.607 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: address-scope 2026-05-31 06:29:44.608 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-31 06:29:44.609 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: agent 2026-05-31 06:29:44.610 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: agent-resources-synced 2026-05-31 06:29:44.611 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: allowed-address-pairs 2026-05-31 06:29:44.611 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: auto-allocated-topology 2026-05-31 06:29:44.612 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: availability_zone 2026-05-31 06:29:44.613 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: availability_zone_filter 2026-05-31 06:29:44.613 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-31 06:29:44.614 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: default-subnetpools 2026-05-31 06:29:44.615 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-31 06:29:44.616 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: dns-integration 2026-05-31 06:29:44.616 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: dns-domain-ports 2026-05-31 06:29:44.617 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-31 06:29:44.617 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: dvr 2026-05-31 06:29:44.618 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-31 06:29:44.618 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: empty-string-filtering 2026-05-31 06:29:44.619 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-31 06:29:44.619 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-31 06:29:44.620 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: external-net 2026-05-31 06:29:44.620 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-31 06:29:44.621 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: extraroute 2026-05-31 06:29:44.621 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: extraroute-atomic 2026-05-31 06:29:44.622 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-31 06:29:44.622 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-31 06:29:44.623 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-31 06:29:44.623 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-31 06:29:44.624 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: fip-port-details 2026-05-31 06:29:44.625 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: flavors 2026-05-31 06:29:44.626 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-31 06:29:44.627 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: floatingip-pools 2026-05-31 06:29:44.628 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: ip_allocation 2026-05-31 06:29:44.628 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: ip-substring-filtering 2026-05-31 06:29:44.628 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: l2_adjacency 2026-05-31 06:29:44.630 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: router 2026-05-31 06:29:44.631 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-31 06:29:44.632 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-31 06:29:44.632 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-31 06:29:44.633 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: ext-gw-mode 2026-05-31 06:29:44.633 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: l3-ha 2026-05-31 06:29:44.634 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-31 06:29:44.634 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-31 06:29:44.635 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: l3-flavors 2026-05-31 06:29:44.636 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-31 06:29:44.637 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-31 06:29:44.639 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-31 06:29:44.640 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-31 06:29:44.641 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-31 06:29:44.642 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-31 06:29:44.642 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-31 06:29:44.643 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: multi-provider 2026-05-31 06:29:44.643 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: net-mtu 2026-05-31 06:29:44.644 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: net-mtu-writable 2026-05-31 06:29:44.644 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: network_availability_zone 2026-05-31 06:29:44.645 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: network_ha 2026-05-31 06:29:44.646 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: network-ip-availability 2026-05-31 06:29:44.647 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-31 06:29:44.647 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: pagination 2026-05-31 06:29:44.647 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: port-device-profile 2026-05-31 06:29:44.648 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-31 06:29:44.648 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-31 06:29:44.650 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-31 06:29:44.650 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: port-mac-override 2026-05-31 06:29:44.650 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-31 06:29:44.651 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-31 06:29:44.651 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-31 06:29:44.652 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: port-resource-request 2026-05-31 06:29:44.652 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: port-resource-request-groups 2026-05-31 06:29:44.653 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-31 06:29:44.653 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: binding 2026-05-31 06:29:44.654 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: binding-extended 2026-05-31 06:29:44.655 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: port-security 2026-05-31 06:29:44.655 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: project-id 2026-05-31 06:29:44.656 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: provider 2026-05-31 06:29:44.656 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-31 06:29:44.660 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: qos 2026-05-31 06:29:44.660 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-31 06:29:44.661 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-31 06:29:44.662 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: qos-default 2026-05-31 06:29:44.662 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: qos-fip 2026-05-31 06:29:44.663 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-31 06:29:44.663 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: qos-gateway-ip 2026-05-31 06:29:44.664 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: qos-port-network-policy 2026-05-31 06:29:44.664 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: qos-pps-minimum 2026-05-31 06:29:44.665 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-31 06:29:44.665 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: qos-pps 2026-05-31 06:29:44.666 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: qos-rule-type-details 2026-05-31 06:29:44.666 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-31 06:29:44.667 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: qos-rules-alias 2026-05-31 06:29:44.668 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: quota-check-limit 2026-05-31 06:29:44.668 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: quota-check-limit-default 2026-05-31 06:29:44.670 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: quotas 2026-05-31 06:29:44.671 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: quota_details 2026-05-31 06:29:44.673 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: rbac-policies 2026-05-31 06:29:44.673 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: rbac-address-group 2026-05-31 06:29:44.674 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: rbac-address-scope 2026-05-31 06:29:44.674 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: rbac-security-groups 2026-05-31 06:29:44.675 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: rbac-subnetpool 2026-05-31 06:29:44.675 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: revision-if-match 2026-05-31 06:29:44.676 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: standard-attr-revisions 2026-05-31 06:29:44.677 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: router_availability_zone 2026-05-31 06:29:44.677 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-31 06:29:44.680 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: security-groups-default-rules 2026-05-31 06:29:44.681 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-31 06:29:44.681 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-31 06:29:44.682 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-31 06:29:44.683 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-31 06:29:44.683 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-31 06:29:44.688 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: security-group 2026-05-31 06:29:44.689 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: segment 2026-05-31 06:29:44.690 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-31 06:29:44.690 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: service-type 2026-05-31 06:29:44.691 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: sorting 2026-05-31 06:29:44.691 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: standard-attr-segment 2026-05-31 06:29:44.692 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: standard-attr-description 2026-05-31 06:29:44.693 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: stateful-security-group 2026-05-31 06:29:44.693 8 WARNING neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-31 06:29:44.693 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-31 06:29:44.694 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: subnet-external-network 2026-05-31 06:29:44.695 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: subnet_onboard 2026-05-31 06:29:44.695 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-31 06:29:44.695 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: subnet-service-types 2026-05-31 06:29:44.696 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: subnet_allocation 2026-05-31 06:29:44.697 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-31 06:29:44.697 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: tag-creation 2026-05-31 06:29:44.698 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-31 06:29:44.702 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: standard-attr-tag 2026-05-31 06:29:44.702 7 INFO neutron.manager [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loading Plugin: trunk 2026-05-31 06:29:44.703 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-31 06:29:44.703 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: trunk 2026-05-31 06:29:44.704 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: trunk-details 2026-05-31 06:29:44.704 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-31 06:29:44.705 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-31 06:29:44.705 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-31 06:29:44.706 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-31 06:29:44.708 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-31 06:29:44.709 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-31 06:29:44.709 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: vpn-flavors 2026-05-31 06:29:44.711 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: vpnaas 2026-05-31 06:29:44.712 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: taas 2026-05-31 06:29:44.713 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: tap-mirror 2026-05-31 06:29:44.713 8 INFO neutron.api.extensions [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Loaded extension: taas-vlan-filter 2026-05-31 06:29:44.716 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-31 06:29:44.716 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-31 06:29:44.716 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-31 06:29:44.716 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-31 06:29:44.719 7 INFO neutron.manager [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loading Plugin: vpnaas 2026-05-31 06:29:44.719 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-31 06:29:44.720 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-31 06:29:44.724 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-31 06:29:44.725 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-31 06:29:44.725 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-31 06:29:44.726 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-31 06:29:44.726 8 WARNING neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] subnetpool is already registered 2026-05-31 06:29:44.727 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-31 06:29:44.727 8 WARNING neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] subnetpool is already registered 2026-05-31 06:29:44.727 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-31 06:29:44.728 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-31 06:29:44.728 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-31 06:29:44.728 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-31 06:29:44.729 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-31 06:29:44.729 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-31 06:29:44.730 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-31 06:29:44.730 8 WARNING neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] ipsecpolicy is already registered 2026-05-31 06:29:44.730 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-31 06:29:44.730 8 WARNING neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] ikepolicy is already registered 2026-05-31 06:29:44.735 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-31 06:29:44.735 8 WARNING neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] router is already registered 2026-05-31 06:29:44.735 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-31 06:29:44.735 8 WARNING neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] floatingip is already registered 2026-05-31 06:29:44.739 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-31 06:29:44.739 8 WARNING neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] rbac_policy is already registered 2026-05-31 06:29:44.740 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-31 06:29:44.740 8 WARNING neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] security_group is already registered 2026-05-31 06:29:44.740 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-31 06:29:44.740 8 WARNING neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] security_group_rule is already registered 2026-05-31 06:29:44.741 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-31 06:29:44.741 8 WARNING neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] subnetpool is already registered 2026-05-31 06:29:44.741 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-31 06:29:44.742 8 WARNING neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] subnetpool is already registered 2026-05-31 06:29:44.742 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-31 06:29:44.742 8 WARNING neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] trunk is already registered 2026-05-31 06:29:44.742 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-31 06:29:44.743 8 WARNING neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] ikepolicy is already registered 2026-05-31 06:29:44.743 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-31 06:29:44.743 8 WARNING neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] ipsecpolicy is already registered 2026-05-31 06:29:44.743 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-31 06:29:44.744 8 WARNING neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] endpoint_group is already registered 2026-05-31 06:29:44.744 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-31 06:29:44.744 8 WARNING neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] vpnservice is already registered 2026-05-31 06:29:44.744 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-31 06:29:44.745 8 WARNING neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] ipsec_site_connection is already registered 2026-05-31 06:29:44.745 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-31 06:29:44.745 8 WARNING neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] ipsecpolicy is already registered 2026-05-31 06:29:44.745 8 INFO neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-31 06:29:44.746 8 WARNING neutron.quota.resource_registry [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] ikepolicy is already registered 2026-05-31 06:29:44.758 7 WARNING stevedore.named [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-31 06:29:44.784 8 WARNING keystonemiddleware._common.config [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-31 06:29:44.790 8 WARNING oslo_config.cfg [None req-d8db2387-485e-4d21-b5ae-79da8b55a12f - - - - - -] 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 0x7f594b21e668 pid: 8 (default app) 2026-05-31 06:29:44.822 7 INFO neutron_vpnaas.services.vpn.plugin [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-31 06:29:44.822 7 INFO neutron.common.utils [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-31 06:29:44.823 7 INFO neutron.manager [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loading Plugin: taas 2026-05-31 06:29:44.850 7 WARNING stevedore.named [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-31 06:29:44.877 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-31 06:29:44.878 7 INFO neutron.manager [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loading Plugin: tapmirror 2026-05-31 06:29:44.894 7 WARNING stevedore.named [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-31 06:29:44.909 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-31 06:29:44.910 7 INFO neutron.manager [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loading Plugin: auto_allocate 2026-05-31 06:29:44.918 7 INFO neutron.manager [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loading Plugin: tag 2026-05-31 06:29:44.930 7 INFO neutron.manager [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loading Plugin: timestamp 2026-05-31 06:29:44.932 7 INFO neutron.manager [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loading Plugin: network_ip_availability 2026-05-31 06:29:44.936 7 INFO neutron.manager [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loading Plugin: flavors 2026-05-31 06:29:44.940 7 INFO neutron.manager [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loading Plugin: revisions 2026-05-31 06:29:44.944 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Initializing extension manager. 2026-05-31 06:29:44.945 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: address-group 2026-05-31 06:29:44.946 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: address-scope 2026-05-31 06:29:44.946 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-31 06:29:44.947 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: agent 2026-05-31 06:29:44.948 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: agent-resources-synced 2026-05-31 06:29:44.949 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: allowed-address-pairs 2026-05-31 06:29:44.950 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: auto-allocated-topology 2026-05-31 06:29:44.951 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: availability_zone 2026-05-31 06:29:44.951 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: availability_zone_filter 2026-05-31 06:29:44.952 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-31 06:29:44.952 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: default-subnetpools 2026-05-31 06:29:44.954 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-31 06:29:44.954 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: dns-integration 2026-05-31 06:29:44.955 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: dns-domain-ports 2026-05-31 06:29:44.955 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-31 06:29:44.956 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: dvr 2026-05-31 06:29:44.956 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-31 06:29:44.957 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: empty-string-filtering 2026-05-31 06:29:44.957 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-31 06:29:44.958 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-31 06:29:44.958 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: external-net 2026-05-31 06:29:44.959 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-31 06:29:44.960 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: extraroute 2026-05-31 06:29:44.961 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: extraroute-atomic 2026-05-31 06:29:44.961 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-31 06:29:44.962 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-31 06:29:44.962 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-31 06:29:44.963 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-31 06:29:44.963 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: fip-port-details 2026-05-31 06:29:44.964 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: flavors 2026-05-31 06:29:44.965 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-31 06:29:44.966 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: floatingip-pools 2026-05-31 06:29:44.967 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: ip_allocation 2026-05-31 06:29:44.967 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: ip-substring-filtering 2026-05-31 06:29:44.968 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: l2_adjacency 2026-05-31 06:29:44.969 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: router 2026-05-31 06:29:44.970 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-31 06:29:44.971 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-31 06:29:44.971 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-31 06:29:44.972 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: ext-gw-mode 2026-05-31 06:29:44.972 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: l3-ha 2026-05-31 06:29:44.973 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-31 06:29:44.973 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-31 06:29:44.974 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: l3-flavors 2026-05-31 06:29:44.975 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-31 06:29:44.975 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-31 06:29:44.977 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-31 06:29:44.979 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-31 06:29:44.979 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-31 06:29:44.981 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-31 06:29:44.981 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-31 06:29:44.982 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: multi-provider 2026-05-31 06:29:44.982 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: net-mtu 2026-05-31 06:29:44.983 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: net-mtu-writable 2026-05-31 06:29:44.983 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: network_availability_zone 2026-05-31 06:29:44.985 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: network_ha 2026-05-31 06:29:44.986 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: network-ip-availability 2026-05-31 06:29:44.987 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-31 06:29:44.987 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: pagination 2026-05-31 06:29:44.988 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: port-device-profile 2026-05-31 06:29:44.989 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-31 06:29:44.989 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-31 06:29:44.989 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-31 06:29:44.990 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: port-mac-override 2026-05-31 06:29:44.990 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-31 06:29:44.991 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-31 06:29:44.991 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-31 06:29:44.992 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: port-resource-request 2026-05-31 06:29:44.993 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: port-resource-request-groups 2026-05-31 06:29:44.993 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-31 06:29:44.994 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: binding 2026-05-31 06:29:44.995 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: binding-extended 2026-05-31 06:29:44.995 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: port-security 2026-05-31 06:29:44.996 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: project-id 2026-05-31 06:29:44.996 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: provider 2026-05-31 06:29:44.997 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-31 06:29:44.999 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: qos 2026-05-31 06:29:44.999 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-31 06:29:45.000 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-31 06:29:45.000 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: qos-default 2026-05-31 06:29:45.001 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: qos-fip 2026-05-31 06:29:45.001 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-31 06:29:45.002 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: qos-gateway-ip 2026-05-31 06:29:45.002 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: qos-port-network-policy 2026-05-31 06:29:45.003 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: qos-pps-minimum 2026-05-31 06:29:45.003 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-31 06:29:45.004 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: qos-pps 2026-05-31 06:29:45.005 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: qos-rule-type-details 2026-05-31 06:29:45.005 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-31 06:29:45.006 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: qos-rules-alias 2026-05-31 06:29:45.006 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: quota-check-limit 2026-05-31 06:29:45.007 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: quota-check-limit-default 2026-05-31 06:29:45.009 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: quotas 2026-05-31 06:29:45.010 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: quota_details 2026-05-31 06:29:45.011 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: rbac-policies 2026-05-31 06:29:45.012 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: rbac-address-group 2026-05-31 06:29:45.012 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: rbac-address-scope 2026-05-31 06:29:45.013 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: rbac-security-groups 2026-05-31 06:29:45.013 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: rbac-subnetpool 2026-05-31 06:29:45.014 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: revision-if-match 2026-05-31 06:29:45.015 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: standard-attr-revisions 2026-05-31 06:29:45.015 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: router_availability_zone 2026-05-31 06:29:45.016 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-31 06:29:45.017 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: security-groups-default-rules 2026-05-31 06:29:45.018 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-31 06:29:45.018 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-31 06:29:45.019 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-31 06:29:45.019 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-31 06:29:45.020 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-31 06:29:45.024 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: security-group 2026-05-31 06:29:45.025 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: segment 2026-05-31 06:29:45.026 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-31 06:29:45.027 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: service-type 2026-05-31 06:29:45.027 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: sorting 2026-05-31 06:29:45.028 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: standard-attr-segment 2026-05-31 06:29:45.029 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: standard-attr-description 2026-05-31 06:29:45.029 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: stateful-security-group 2026-05-31 06:29:45.030 7 WARNING neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-31 06:29:45.030 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-31 06:29:45.031 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: subnet-external-network 2026-05-31 06:29:45.031 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: subnet_onboard 2026-05-31 06:29:45.032 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-31 06:29:45.032 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: subnet-service-types 2026-05-31 06:29:45.033 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: subnet_allocation 2026-05-31 06:29:45.034 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-31 06:29:45.034 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: tag-creation 2026-05-31 06:29:45.035 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-31 06:29:45.038 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: standard-attr-tag 2026-05-31 06:29:45.039 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-31 06:29:45.040 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: trunk 2026-05-31 06:29:45.040 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: trunk-details 2026-05-31 06:29:45.041 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-31 06:29:45.042 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-31 06:29:45.042 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-31 06:29:45.043 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-31 06:29:45.045 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-31 06:29:45.046 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-31 06:29:45.046 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: vpn-flavors 2026-05-31 06:29:45.048 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: vpnaas 2026-05-31 06:29:45.050 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: taas 2026-05-31 06:29:45.051 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: tap-mirror 2026-05-31 06:29:45.051 7 INFO neutron.api.extensions [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Loaded extension: taas-vlan-filter 2026-05-31 06:29:45.054 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-31 06:29:45.054 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-31 06:29:45.054 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-31 06:29:45.054 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-31 06:29:45.061 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-31 06:29:45.061 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-31 06:29:45.069 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-31 06:29:45.070 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-31 06:29:45.070 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-31 06:29:45.071 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-31 06:29:45.071 7 WARNING neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] subnetpool is already registered 2026-05-31 06:29:45.071 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-31 06:29:45.072 7 WARNING neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] subnetpool is already registered 2026-05-31 06:29:45.072 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-31 06:29:45.072 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-31 06:29:45.073 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-31 06:29:45.073 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-31 06:29:45.074 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-31 06:29:45.074 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-31 06:29:45.075 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-31 06:29:45.075 7 WARNING neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] ipsecpolicy is already registered 2026-05-31 06:29:45.075 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-31 06:29:45.075 7 WARNING neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] ikepolicy is already registered 2026-05-31 06:29:45.080 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-31 06:29:45.080 7 WARNING neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] router is already registered 2026-05-31 06:29:45.080 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-31 06:29:45.081 7 WARNING neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] floatingip is already registered 2026-05-31 06:29:45.084 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-31 06:29:45.084 7 WARNING neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] rbac_policy is already registered 2026-05-31 06:29:45.085 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-31 06:29:45.085 7 WARNING neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] security_group is already registered 2026-05-31 06:29:45.085 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-31 06:29:45.085 7 WARNING neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] security_group_rule is already registered 2026-05-31 06:29:45.086 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-31 06:29:45.086 7 WARNING neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] subnetpool is already registered 2026-05-31 06:29:45.087 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-31 06:29:45.087 7 WARNING neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] subnetpool is already registered 2026-05-31 06:29:45.087 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-31 06:29:45.087 7 WARNING neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] trunk is already registered 2026-05-31 06:29:45.088 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-31 06:29:45.088 7 WARNING neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] ikepolicy is already registered 2026-05-31 06:29:45.088 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-31 06:29:45.088 7 WARNING neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] ipsecpolicy is already registered 2026-05-31 06:29:45.089 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-31 06:29:45.089 7 WARNING neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] endpoint_group is already registered 2026-05-31 06:29:45.089 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-31 06:29:45.089 7 WARNING neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] vpnservice is already registered 2026-05-31 06:29:45.090 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-31 06:29:45.090 7 WARNING neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] ipsec_site_connection is already registered 2026-05-31 06:29:45.090 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-31 06:29:45.090 7 WARNING neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] ipsecpolicy is already registered 2026-05-31 06:29:45.091 7 INFO neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-31 06:29:45.091 7 WARNING neutron.quota.resource_registry [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] ikepolicy is already registered 2026-05-31 06:29:45.127 7 WARNING keystonemiddleware._common.config [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-31 06:29:45.135 7 WARNING oslo_config.cfg [None req-ce111086-9fd6-4f2e-bba9-51ceca80b47a - - - - - -] 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 0x7f594b21e668 pid: 7 (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-05-31 06:29:49.377 8 INFO neutron.pecan_wsgi.hooks.translation [None req-23df14ba-de47-43fa-b49a-4e747e1eb05b 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.138 () {44 vars in 927 bytes} [Sun May 31 06:29:48 2026] GET /v2.0/networks/public => generated 108 bytes in 762 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: 7|app: 0|req: 1/4] 199.204.45.138 () {44 vars in 949 bytes} [Sun May 31 06:29:49 2026] GET /v2.0/networks?name=public => generated 15 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 06:29:50.105 8 WARNING neutron.services.revisions.revision_plugin [None req-421acdb7-37db-4c19-814a-ef7752295bcf 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Could not find related network for resource to bump revision. 2026-05-31 06:29:50.138 8 INFO neutron.db.segments_db [None req-421acdb7-37db-4c19-814a-ef7752295bcf 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Added segment 849c63b7-2b0b-4ab5-96df-4c572e03cc3b of type flat for network e18ebd4f-51d5-41c5-8b62-10ba2c9984da 2026-05-31 06:29:50.205 8 INFO neutron.pecan_wsgi.hooks.translation [None req-421acdb7-37db-4c19-814a-ef7752295bcf 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.204.45.138 () {48 vars in 967 bytes} [Sun May 31 06:29:49 2026] POST /v2.0/networks => generated 124 bytes in 484 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 06:29:56.073 8 INFO neutron.pecan_wsgi.hooks.translation [None req-76220323-20b6-4590-8090-3499db01d8a5 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.138 () {44 vars in 927 bytes} [Sun May 31 06:29:56 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.204.45.138 () {44 vars in 949 bytes} [Sun May 31 06:29:56 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-05-31 06:29:56.145 8 WARNING neutron.services.revisions.revision_plugin [None req-136c1a8a-4441-40ca-b185-e11c8a821b99 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Could not find related network for resource to bump revision. 2026-05-31 06:29:56.158 8 INFO neutron.db.segments_db [None req-136c1a8a-4441-40ca-b185-e11c8a821b99 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Added segment 0a801a1c-2b66-43fe-b1a5-8eb1008b1754 of type flat for network 213a836c-9282-42dc-94b2-baa34ad6afd7 2026-05-31 06:29:56.180 8 INFO neutron.pecan_wsgi.hooks.translation [None req-136c1a8a-4441-40ca-b185-e11c8a821b99 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.138 () {48 vars in 967 bytes} [Sun May 31 06:29:56 2026] POST /v2.0/networks => generated 124 bytes in 93 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 06:30:02.302 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cb3932d5-7cc6-40d0-9524-cdc7a28489ec 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.204.45.138 () {44 vars in 927 bytes} [Sun May 31 06:30:01 2026] GET /v2.0/networks/public => generated 108 bytes in 346 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 199.204.45.138 () {44 vars in 949 bytes} [Sun May 31 06:30:02 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 06:30:02.547 7 WARNING neutron.services.revisions.revision_plugin [None req-27fc7d30-15e9-4970-9b36-7d6e0c2e4a0c 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Could not find related network for resource to bump revision. 2026-05-31 06:30:02.572 7 INFO neutron.db.segments_db [None req-27fc7d30-15e9-4970-9b36-7d6e0c2e4a0c 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Added segment e87cab23-734f-4976-b28b-7ff282840d23 of type flat for network fc4a98be-05d9-4206-9b03-d26b9f40a659 2026-05-31 06:30:02.629 7 INFO neutron.pecan_wsgi.hooks.translation [None req-27fc7d30-15e9-4970-9b36-7d6e0c2e4a0c 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.204.45.138 () {48 vars in 967 bytes} [Sun May 31 06:30:02 2026] POST /v2.0/networks => generated 124 bytes in 313 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 06:30:08.466 7 INFO neutron.pecan_wsgi.hooks.translation [None req-978272d4-0684-4fe7-a68a-7c8e97d9446a 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.204.45.138 () {44 vars in 927 bytes} [Sun May 31 06:30:08 2026] GET /v2.0/networks/public => generated 108 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.204.45.138 () {44 vars in 949 bytes} [Sun May 31 06:30:08 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 06:30:08.530 7 WARNING neutron.services.revisions.revision_plugin [None req-03f36617-8ffa-4786-bd43-f261ec189fe1 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Could not find related network for resource to bump revision. 2026-05-31 06:30:08.550 7 INFO neutron.db.segments_db [None req-03f36617-8ffa-4786-bd43-f261ec189fe1 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Added segment 4f9a67f2-cadb-43ed-bcef-c8009766c9ec of type flat for network 5e1c032b-ec51-4c43-ba00-c704e3ecc0c6 2026-05-31 06:30:08.574 7 INFO neutron.pecan_wsgi.hooks.translation [None req-03f36617-8ffa-4786-bd43-f261ec189fe1 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.204.45.138 () {48 vars in 967 bytes} [Sun May 31 06:30:08 2026] POST /v2.0/networks => generated 124 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 06:30:14.396 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4dde7cf7-1860-453b-bd8a-453817c4ecf8 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.138 () {44 vars in 927 bytes} [Sun May 31 06:30:14 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.204.45.138 () {44 vars in 949 bytes} [Sun May 31 06:30:14 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 06:30:14.468 8 WARNING neutron.services.revisions.revision_plugin [None req-4a927ae3-f25a-4195-b164-1fc35eed8f10 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Could not find related network for resource to bump revision. 2026-05-31 06:30:14.490 8 INFO neutron.db.segments_db [None req-4a927ae3-f25a-4195-b164-1fc35eed8f10 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Added segment c0501cea-2c79-4842-a35c-faeda0aa2c98 of type flat for network 186f5438-7d5d-410c-aa48-b78a5238c3ce 2026-05-31 06:30:14.513 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4a927ae3-f25a-4195-b164-1fc35eed8f10 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.204.45.138 () {48 vars in 967 bytes} [Sun May 31 06:30:14 2026] POST /v2.0/networks => generated 124 bytes in 108 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 06:30:20.382 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e1641f8c-9f7c-42cb-8bc1-35748c3a9f27 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/20] 199.204.45.138 () {44 vars in 927 bytes} [Sun May 31 06:30:20 2026] GET /v2.0/networks/public => generated 108 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/21] 199.204.45.138 () {44 vars in 949 bytes} [Sun May 31 06:30:20 2026] GET /v2.0/networks?name=public => generated 15 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 06:30:20.444 7 WARNING neutron.services.revisions.revision_plugin [None req-bf3565d4-52da-4eec-9469-32ca01a62275 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Could not find related network for resource to bump revision. 2026-05-31 06:30:20.461 7 INFO neutron.db.segments_db [None req-bf3565d4-52da-4eec-9469-32ca01a62275 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Added segment 15fcd572-83b1-4e4c-8761-014465121cc6 of type flat for network 0c07368b-1837-4832-85af-8afb9ebab2ad 2026-05-31 06:30:20.487 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bf3565d4-52da-4eec-9469-32ca01a62275 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/22] 199.204.45.138 () {48 vars in 967 bytes} [Sun May 31 06:30:20 2026] POST /v2.0/networks => generated 124 bytes in 97 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 06:30:26.983 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6957fa82-9c4b-4baf-8c31-a7e7f777ac11 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.204.45.138 () {44 vars in 927 bytes} [Sun May 31 06:30:26 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 199.204.45.138 () {44 vars in 949 bytes} [Sun May 31 06:30:26 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 06:30:27.061 7 WARNING neutron.services.revisions.revision_plugin [None req-68f87c4b-53b1-4d52-8f6a-968644f818ab 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Could not find related network for resource to bump revision. 2026-05-31 06:30:27.084 7 INFO neutron.db.segments_db [None req-68f87c4b-53b1-4d52-8f6a-968644f818ab 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Added segment 7e82a4aa-8924-414b-b2a5-c821a1e4c72f of type flat for network 7718519d-e946-4b10-8e89-d30bcda8dbc8 [pid: 7|app: 0|req: 12/26] 199.204.45.138 () {48 vars in 967 bytes} [Sun May 31 06:30:27 2026] POST /v2.0/networks => generated 706 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 06:30:28.294 8 INFO neutron.pecan_wsgi.hooks.translation [None req-503b0a1d-4741-49a9-9c03-7d4d460fc3fb 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 15/27] 199.204.45.138 () {44 vars in 927 bytes} [Sun May 31 06:30:28 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: 7|app: 0|req: 13/28] 199.204.45.138 () {44 vars in 949 bytes} [Sun May 31 06:30:28 2026] GET /v2.0/networks?name=public => generated 709 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 06:30:28.367 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f9e9271c-a7c9-48a7-8de2-ff13a66577d8 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 16/29] 199.204.45.138 () {44 vars in 1034 bytes} [Sun May 31 06:30:28 2026] GET /v2.0/subnets/public-subnet?network_id=7718519d-e946-4b10-8e89-d30bcda8dbc8 => generated 113 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/30] 199.204.45.138 () {44 vars in 1057 bytes} [Sun May 31 06:30:28 2026] GET /v2.0/subnets?name=public-subnet&network_id=7718519d-e946-4b10-8e89-d30bcda8dbc8 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 17/31] 199.204.45.138 () {48 vars in 965 bytes} [Sun May 31 06:30:28 2026] POST /v2.0/subnets => generated 664 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 06:35:17.354 8 INFO neutron.pecan_wsgi.hooks.translation [None req-46c82ab7-0b8f-451e-bd28-5e38427bb876 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/69] 199.204.45.138 () {44 vars in 937 bytes} [Sun May 31 06:35:17 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/70] 199.204.45.138 () {44 vars in 959 bytes} [Sun May 31 06:35:17 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 06:35:17.434 8 INFO neutron.db.segments_db [None req-1fb247c4-d99c-4fd4-b1be-327d1322958c 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Added segment 8efe8e84-dcbf-4df3-9611-c32ec5d97e4d of type vxlan for network 93f796b8-6dc4-4249-95e8-df0b5b2cfa3a [pid: 8|app: 0|req: 37/71] 199.204.45.138 () {48 vars in 966 bytes} [Sun May 31 06:35:17 2026] POST /v2.0/networks => generated 707 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 06:35:18.438 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a9d9cc75-5760-4aa2-a301-35918f534ce9 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/72] 199.204.45.138 () {44 vars in 937 bytes} [Sun May 31 06:35:18 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/73] 199.204.45.138 () {44 vars in 959 bytes} [Sun May 31 06:35:18 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 06:35:18.509 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3abf263d-f903-4f59-a00b-2aa1c863a11c 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/74] 199.204.45.138 () {44 vars in 1036 bytes} [Sun May 31 06:35:18 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=93f796b8-6dc4-4249-95e8-df0b5b2cfa3a => 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: 39/75] 199.204.45.138 () {44 vars in 1059 bytes} [Sun May 31 06:35:18 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=93f796b8-6dc4-4249-95e8-df0b5b2cfa3a => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/76] 199.204.45.138 () {48 vars in 965 bytes} [Sun May 31 06:35:18 2026] POST /v2.0/subnets => generated 651 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 06:35:19.851 8 INFO neutron.api.v2.resource [None req-27238741-313b-4f8e-982b-acd597d8950e 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 40/77] 199.204.45.138 () {44 vars in 971 bytes} [Sun May 31 06:35:19 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/78] 199.204.45.138 () {44 vars in 993 bytes} [Sun May 31 06:35:19 2026] GET /v2.0/security-groups?name=lb-health-mgr-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: 41/79] 199.204.45.138 () {48 vars in 980 bytes} [Sun May 31 06:35:19 2026] POST /v2.0/security-groups => generated 1616 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/80] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 06:35:21 2026] GET /v2.0/security-groups/4cbe1663-90ed-4a3d-9839-7009d4334a4e => generated 1616 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/81] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 06:35:21 2026] GET /v2.0/security-groups/4cbe1663-90ed-4a3d-9839-7009d4334a4e => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/82] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 06:35:21 2026] GET /v2.0/security-groups/4cbe1663-90ed-4a3d-9839-7009d4334a4e => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/83] 199.204.45.138 () {48 vars in 991 bytes} [Sun May 31 06:35:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/86] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 06:35:22 2026] GET /v2.0/security-groups/4cbe1663-90ed-4a3d-9839-7009d4334a4e => generated 2230 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/87] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 06:35:22 2026] GET /v2.0/security-groups/4cbe1663-90ed-4a3d-9839-7009d4334a4e => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/88] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 06:35:22 2026] GET /v2.0/security-groups/4cbe1663-90ed-4a3d-9839-7009d4334a4e => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/89] 199.204.45.138 () {48 vars in 991 bytes} [Sun May 31 06:35:22 2026] POST /v2.0/security-group-rules => generated 603 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/90] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 06:35:23 2026] GET /v2.0/security-groups/4cbe1663-90ed-4a3d-9839-7009d4334a4e => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/91] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 06:35:23 2026] GET /v2.0/security-groups/4cbe1663-90ed-4a3d-9839-7009d4334a4e => generated 2846 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/92] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 06:35:23 2026] GET /v2.0/security-groups/4cbe1663-90ed-4a3d-9839-7009d4334a4e => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/93] 199.204.45.138 () {48 vars in 991 bytes} [Sun May 31 06:35:23 2026] POST /v2.0/security-group-rules => generated 603 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/94] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 06:35:24 2026] GET /v2.0/security-groups/4cbe1663-90ed-4a3d-9839-7009d4334a4e => generated 3462 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/95] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 06:35:24 2026] GET /v2.0/security-groups/4cbe1663-90ed-4a3d-9839-7009d4334a4e => generated 3462 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/96] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 06:35:24 2026] GET /v2.0/security-groups/4cbe1663-90ed-4a3d-9839-7009d4334a4e => generated 3462 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/97] 199.204.45.138 () {48 vars in 991 bytes} [Sun May 31 06:35:24 2026] POST /v2.0/security-group-rules => generated 603 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/98] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 06:35:25 2026] GET /v2.0/security-groups/4cbe1663-90ed-4a3d-9839-7009d4334a4e => generated 4078 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/99] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 06:35:25 2026] GET /v2.0/security-groups/4cbe1663-90ed-4a3d-9839-7009d4334a4e => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/100] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 06:35:25 2026] GET /v2.0/security-groups/4cbe1663-90ed-4a3d-9839-7009d4334a4e => generated 4078 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/101] 199.204.45.138 () {48 vars in 991 bytes} [Sun May 31 06:35:25 2026] POST /v2.0/security-group-rules => generated 603 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/102] 199.204.45.138 () {44 vars in 987 bytes} [Sun May 31 06:35:26 2026] GET /v2.0/networks/93f796b8-6dc4-4249-95e8-df0b5b2cfa3a => generated 732 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 06:35:26.696 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c99434f9-4286-4b5e-b450-35b3fbf5e629 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/103] 199.204.45.138 () {44 vars in 1076 bytes} [Sun May 31 06:35:26 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=93f796b8-6dc4-4249-95e8-df0b5b2cfa3a => generated 132 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/104] 199.204.45.138 () {44 vars in 1099 bytes} [Sun May 31 06:35:26 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=93f796b8-6dc4-4249-95e8-df0b5b2cfa3a => 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: 54/105] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 06:35:26 2026] GET /v2.0/security-groups/4cbe1663-90ed-4a3d-9839-7009d4334a4e => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/106] 199.204.45.138 () {48 vars in 961 bytes} [Sun May 31 06:35:26 2026] POST /v2.0/ports => generated 1096 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-31 06:35:34.241 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3ce02ab6-8a82-478e-8c17-7563a79d4083 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 55/107] 199.204.45.138 () {44 vars in 979 bytes} [Sun May 31 06:35:34 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 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: 7|app: 0|req: 53/108] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 06:35:34 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/109] 199.204.45.138 () {48 vars in 1031 bytes} [Sun May 31 06:35:34 2026] PUT /v2.0/ports/16be6277-e88a-4e83-aaec-2616b2a05f41 => generated 1245 bytes in 725 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/110] 199.204.45.138 () {44 vars in 920 bytes} [Sun May 31 06:35:36 2026] GET /v2.0/ports => generated 3726 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 06:35:37.541 7 INFO neutron.api.v2.resource [None req-9bfc1832-8e02-461d-b3c8-f18fd90a87c2 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/113] 199.204.45.138 () {44 vars in 959 bytes} [Sun May 31 06:35:37 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 39 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: 58/114] 199.204.45.138 () {44 vars in 981 bytes} [Sun May 31 06:35:37 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/115] 199.204.45.138 () {48 vars in 980 bytes} [Sun May 31 06:35:37 2026] POST /v2.0/security-groups => generated 1610 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/116] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 06:35:38 2026] GET /v2.0/security-groups/54d7520e-dc5b-40ac-b7fe-17e7754af6ea => generated 1610 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/117] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 06:35:38 2026] GET /v2.0/security-groups/54d7520e-dc5b-40ac-b7fe-17e7754af6ea => generated 1610 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/118] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 06:35:38 2026] GET /v2.0/security-groups/54d7520e-dc5b-40ac-b7fe-17e7754af6ea => 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: 59/119] 199.204.45.138 () {48 vars in 991 bytes} [Sun May 31 06:35:38 2026] POST /v2.0/security-group-rules => generated 621 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/120] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 06:35:39 2026] GET /v2.0/security-groups/54d7520e-dc5b-40ac-b7fe-17e7754af6ea => generated 2244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/121] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 06:35:39 2026] GET /v2.0/security-groups/54d7520e-dc5b-40ac-b7fe-17e7754af6ea => generated 2244 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/122] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 06:35:39 2026] GET /v2.0/security-groups/54d7520e-dc5b-40ac-b7fe-17e7754af6ea => generated 2244 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/123] 199.204.45.138 () {48 vars in 991 bytes} [Sun May 31 06:35:39 2026] POST /v2.0/security-group-rules => generated 625 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 67/134] 199.204.45.138 () {44 vars in 975 bytes} [Sun May 31 06:36:51 2026] GET /v2.0/quotas/5c237ca7e70148089a2c7d4336d524ef => 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: 68/135] 199.204.45.138 () {48 vars in 1027 bytes} [Sun May 31 06:36:52 2026] PUT /v2.0/quotas/5c237ca7e70148089a2c7d4336d524ef => generated 291 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-05-31 06:39:13.545 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fdb56149-faff-4a62-9d7e-8434287337b4 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 78/154] 199.204.45.138 () {30 vars in 741 bytes} [Sun May 31 06:39:13 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 145 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 77/155] 199.204.45.138 () {30 vars in 763 bytes} [Sun May 31 06:39:13 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 06:39:15.407 8 INFO neutron.pecan_wsgi.hooks.translation [None req-19a13bb4-2a00-4ef9-9e00-82d64a4371b2 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 79/156] 199.204.45.138 () {30 vars in 741 bytes} [Sun May 31 06:39:15 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 150 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 78/157] 199.204.45.138 () {30 vars in 763 bytes} [Sun May 31 06:39:15 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 06:47:20.196 7 INFO neutron.api.v2.resource [None req-62a44898-1e5b-4910-b75e-37f42ed7fb1f 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 111/222] 199.204.45.138 () {44 vars in 1074 bytes} [Sun May 31 06:47:20 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=af3dd0a338fb45f584ca75a37e3536eb => generated 139 bytes in 157 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/223] 199.204.45.138 () {44 vars in 1097 bytes} [Sun May 31 06:47:20 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=af3dd0a338fb45f584ca75a37e3536eb => generated 23 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/224] 199.204.45.138 () {48 vars in 981 bytes} [Sun May 31 06:47:20 2026] POST /v2.0/security-groups => generated 1624 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/225] 199.204.45.138 () {44 vars in 1088 bytes} [Sun May 31 06:47:21 2026] GET /v2.0/security-groups/f6813e66-e4e1-4e40-adf8-4d1806e11db6?project_id=af3dd0a338fb45f584ca75a37e3536eb => 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: 113/228] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 06:47:21 2026] GET /v2.0/security-groups/f6813e66-e4e1-4e40-adf8-4d1806e11db6 => generated 1624 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/229] 199.204.45.138 () {44 vars in 1088 bytes} [Sun May 31 06:47:21 2026] GET /v2.0/security-groups/f6813e66-e4e1-4e40-adf8-4d1806e11db6?project_id=af3dd0a338fb45f584ca75a37e3536eb => generated 1624 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/230] 199.204.45.138 () {48 vars in 991 bytes} [Sun May 31 06:47:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/231] 199.204.45.138 () {44 vars in 1088 bytes} [Sun May 31 06:47:22 2026] GET /v2.0/security-groups/f6813e66-e4e1-4e40-adf8-4d1806e11db6?project_id=af3dd0a338fb45f584ca75a37e3536eb => generated 2234 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/232] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 06:47:22 2026] GET /v2.0/security-groups/f6813e66-e4e1-4e40-adf8-4d1806e11db6 => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/233] 199.204.45.138 () {44 vars in 1088 bytes} [Sun May 31 06:47:22 2026] GET /v2.0/security-groups/f6813e66-e4e1-4e40-adf8-4d1806e11db6?project_id=af3dd0a338fb45f584ca75a37e3536eb => 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: 116/234] 199.204.45.138 () {48 vars in 991 bytes} [Sun May 31 06:47:22 2026] POST /v2.0/security-group-rules => generated 599 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/235] 199.204.45.138 () {44 vars in 1088 bytes} [Sun May 31 06:47:23 2026] GET /v2.0/security-groups/f6813e66-e4e1-4e40-adf8-4d1806e11db6?project_id=af3dd0a338fb45f584ca75a37e3536eb => generated 2846 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/236] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 06:47:23 2026] GET /v2.0/security-groups/f6813e66-e4e1-4e40-adf8-4d1806e11db6 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/237] 199.204.45.138 () {44 vars in 1088 bytes} [Sun May 31 06:47:24 2026] GET /v2.0/security-groups/f6813e66-e4e1-4e40-adf8-4d1806e11db6?project_id=af3dd0a338fb45f584ca75a37e3536eb => generated 2846 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/238] 199.204.45.138 () {48 vars in 991 bytes} [Sun May 31 06:47:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/239] 199.204.45.138 () {44 vars in 1088 bytes} [Sun May 31 06:47:25 2026] GET /v2.0/security-groups/f6813e66-e4e1-4e40-adf8-4d1806e11db6?project_id=af3dd0a338fb45f584ca75a37e3536eb => generated 3460 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/240] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 06:47:25 2026] GET /v2.0/security-groups/f6813e66-e4e1-4e40-adf8-4d1806e11db6 => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/241] 199.204.45.138 () {44 vars in 1088 bytes} [Sun May 31 06:47:25 2026] GET /v2.0/security-groups/f6813e66-e4e1-4e40-adf8-4d1806e11db6?project_id=af3dd0a338fb45f584ca75a37e3536eb => generated 3460 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/242] 199.204.45.138 () {48 vars in 991 bytes} [Sun May 31 06:47:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/261] 199.204.45.138 () {30 vars in 740 bytes} [Sun May 31 06:49:42 2026] GET /v2.0/networks?tenant_id=af3dd0a338fb45f584ca75a37e3536eb&shared=False => generated 15 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 06:49:43.028 7 INFO neutron.db.segments_db [None req-50591ba6-aaf5-40bc-ba97-c9be06766350 fa0412323042461f99d5c49c09e6d117 af3dd0a338fb45f584ca75a37e3536eb - - 74ff1387b05a436bbc93ffff4007f930 74ff1387b05a436bbc93ffff4007f930] Added segment c28af003-b39a-4818-8b99-00bc303af314 of type vxlan for network a707ec1c-63af-4428-83c3-a6829b49fa09 [pid: 7|app: 0|req: 130/262] 199.204.45.138 () {34 vars in 682 bytes} [Sun May 31 06:49:42 2026] POST /v2.0/networks => generated 718 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/263] 199.204.45.138 () {30 vars in 722 bytes} [Sun May 31 06:49:43 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/264] 199.204.45.138 () {30 vars in 633 bytes} [Sun May 31 06:49:43 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: 134/265] 199.204.45.138 () {34 vars in 677 bytes} [Sun May 31 06:49:43 2026] POST /v2.0/ports => generated 999 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/266] 199.204.45.138 () {30 vars in 703 bytes} [Sun May 31 06:49:43 2026] GET /v2.0/networks/a707ec1c-63af-4428-83c3-a6829b49fa09 => generated 705 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/267] 199.204.45.138 () {30 vars in 722 bytes} [Sun May 31 06:49:45 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/268] 199.204.45.138 () {30 vars in 703 bytes} [Sun May 31 06:49:45 2026] GET /v2.0/networks/a707ec1c-63af-4428-83c3-a6829b49fa09 => generated 705 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/273] 199.204.45.138 () {44 vars in 975 bytes} [Sun May 31 06:50:11 2026] GET /v2.0/quotas/af3dd0a338fb45f584ca75a37e3536eb => 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: 138/274] 199.204.45.138 () {48 vars in 1027 bytes} [Sun May 31 06:50:11 2026] PUT /v2.0/quotas/af3dd0a338fb45f584ca75a37e3536eb => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:01:34.970 8 INFO neutron.pecan_wsgi.hooks.translation [None req-418ccf35-3f51-4a40-a6d6-153c008019f7 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/365] 199.204.45.138 () {44 vars in 927 bytes} [Sun May 31 07:01:34 2026] GET /v2.0/networks/public => generated 108 bytes in 135 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/366] 199.204.45.138 () {44 vars in 949 bytes} [Sun May 31 07:01:34 2026] GET /v2.0/networks?name=public => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:01:36.062 8 INFO neutron.pecan_wsgi.hooks.translation [None req-acb732ea-6844-466a-a778-ee2e9ae1d8e5 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/367] 199.204.45.138 () {44 vars in 927 bytes} [Sun May 31 07:01:36 2026] GET /v2.0/networks/public => generated 108 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/368] 199.204.45.138 () {44 vars in 949 bytes} [Sun May 31 07:01:36 2026] GET /v2.0/networks?name=public => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:01:36.132 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bd9eb6f3-e4d6-4ba4-8aa6-e3952b350b78 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 186/369] 199.204.45.138 () {44 vars in 1034 bytes} [Sun May 31 07:01:36 2026] GET /v2.0/subnets/public-subnet?network_id=7718519d-e946-4b10-8e89-d30bcda8dbc8 => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/370] 199.204.45.138 () {44 vars in 1057 bytes} [Sun May 31 07:01:36 2026] GET /v2.0/subnets?name=public-subnet&network_id=7718519d-e946-4b10-8e89-d30bcda8dbc8 => generated 667 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:02:02.458 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fbcb6a76-aa24-4e90-9114-d98a2a6c9a95 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 187/375] 199.204.45.138 () {44 vars in 937 bytes} [Sun May 31 07:02:02 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/376] 199.204.45.138 () {44 vars in 959 bytes} [Sun May 31 07:02:02 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-05-31 07:02:03.444 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7347ce2e-e6b4-440a-9ccf-5be094e55b54 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 188/377] 199.204.45.138 () {44 vars in 937 bytes} [Sun May 31 07:02:03 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/378] 199.204.45.138 () {44 vars in 959 bytes} [Sun May 31 07:02:03 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:02:03.512 7 INFO neutron.pecan_wsgi.hooks.translation [None req-488916cf-14eb-498b-9770-169512faeb9b 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 189/379] 199.204.45.138 () {44 vars in 1036 bytes} [Sun May 31 07:02:03 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=93f796b8-6dc4-4249-95e8-df0b5b2cfa3a => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/380] 199.204.45.138 () {44 vars in 1059 bytes} [Sun May 31 07:02:03 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=93f796b8-6dc4-4249-95e8-df0b5b2cfa3a => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:02:04.630 7 INFO neutron.api.v2.resource [None req-d8702b0a-7f7b-4099-9e66-aac9da64da41 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 190/381] 199.204.45.138 () {44 vars in 971 bytes} [Sun May 31 07:02:04 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/382] 199.204.45.138 () {44 vars in 993 bytes} [Sun May 31 07:02:04 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/383] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 07:02:05 2026] GET /v2.0/security-groups/4cbe1663-90ed-4a3d-9839-7009d4334a4e => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/384] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 07:02:05 2026] GET /v2.0/security-groups/4cbe1663-90ed-4a3d-9839-7009d4334a4e => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/385] 199.204.45.138 () {44 vars in 1011 bytes} [Sun May 31 07:02:05 2026] GET /v2.0/security-group-rules/ea01060a-37ab-4bd3-b29f-28ff264b616e => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/388] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 07:02:06 2026] GET /v2.0/security-groups/4cbe1663-90ed-4a3d-9839-7009d4334a4e => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/389] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 07:02:06 2026] GET /v2.0/security-groups/4cbe1663-90ed-4a3d-9839-7009d4334a4e => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/390] 199.204.45.138 () {44 vars in 1011 bytes} [Sun May 31 07:02:06 2026] GET /v2.0/security-group-rules/36f9a392-f3a2-4dd3-b305-3ebd17491425 => generated 603 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/391] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 07:02:07 2026] GET /v2.0/security-groups/4cbe1663-90ed-4a3d-9839-7009d4334a4e => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/392] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 07:02:07 2026] GET /v2.0/security-groups/4cbe1663-90ed-4a3d-9839-7009d4334a4e => 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: 197/393] 199.204.45.138 () {44 vars in 1011 bytes} [Sun May 31 07:02:07 2026] GET /v2.0/security-group-rules/59a35c3f-e00a-474d-b4cb-485e73ef6b5c => 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: 197/394] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 07:02:08 2026] GET /v2.0/security-groups/4cbe1663-90ed-4a3d-9839-7009d4334a4e => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/395] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 07:02:08 2026] GET /v2.0/security-groups/4cbe1663-90ed-4a3d-9839-7009d4334a4e => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/396] 199.204.45.138 () {44 vars in 1011 bytes} [Sun May 31 07:02:08 2026] GET /v2.0/security-group-rules/efda59d6-1eb8-4f32-a3dd-bf1d55992008 => 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: 199/397] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 07:02:09 2026] GET /v2.0/security-groups/4cbe1663-90ed-4a3d-9839-7009d4334a4e => 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: 199/398] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 07:02:09 2026] GET /v2.0/security-groups/4cbe1663-90ed-4a3d-9839-7009d4334a4e => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/399] 199.204.45.138 () {44 vars in 1011 bytes} [Sun May 31 07:02:09 2026] GET /v2.0/security-group-rules/30ba9dfd-7f92-4c3b-8721-725cc5fb3456 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/400] 199.204.45.138 () {44 vars in 987 bytes} [Sun May 31 07:02:10 2026] GET /v2.0/networks/93f796b8-6dc4-4249-95e8-df0b5b2cfa3a => generated 732 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:02:10.808 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c64fd81f-7137-4311-9127-f1f4547d1b75 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 201/401] 199.204.45.138 () {44 vars in 1076 bytes} [Sun May 31 07:02:10 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=93f796b8-6dc4-4249-95e8-df0b5b2cfa3a => generated 132 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/402] 199.204.45.138 () {44 vars in 1099 bytes} [Sun May 31 07:02:10 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=93f796b8-6dc4-4249-95e8-df0b5b2cfa3a => generated 1250 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/403] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 07:02:10 2026] GET /v2.0/security-groups/4cbe1663-90ed-4a3d-9839-7009d4334a4e => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:02:18.426 8 INFO neutron.pecan_wsgi.hooks.translation [None req-91f54603-f9e0-480a-bcb2-0142dfaea006 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 202/404] 199.204.45.138 () {44 vars in 979 bytes} [Sun May 31 07:02:18 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/405] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 07:02:18 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/406] 199.204.45.138 () {44 vars in 920 bytes} [Sun May 31 07:02:19 2026] GET /v2.0/ports => generated 4721 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:02:20.982 7 INFO neutron.api.v2.resource [None req-530ce8d5-7611-4950-95a1-07cf496d1248 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 204/407] 199.204.45.138 () {44 vars in 959 bytes} [Sun May 31 07:02:20 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/408] 199.204.45.138 () {44 vars in 981 bytes} [Sun May 31 07:02:20 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/411] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 07:02:21 2026] GET /v2.0/security-groups/54d7520e-dc5b-40ac-b7fe-17e7754af6ea => generated 2882 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/412] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 07:02:21 2026] GET /v2.0/security-groups/54d7520e-dc5b-40ac-b7fe-17e7754af6ea => generated 2882 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/413] 199.204.45.138 () {44 vars in 1011 bytes} [Sun May 31 07:02:21 2026] GET /v2.0/security-group-rules/a2df271d-edba-4abe-a9d9-16af0485dafe => generated 621 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/414] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 07:02:22 2026] GET /v2.0/security-groups/54d7520e-dc5b-40ac-b7fe-17e7754af6ea => generated 2882 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/415] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 07:02:22 2026] GET /v2.0/security-groups/54d7520e-dc5b-40ac-b7fe-17e7754af6ea => generated 2882 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/416] 199.204.45.138 () {44 vars in 1011 bytes} [Sun May 31 07:02:22 2026] GET /v2.0/security-group-rules/ff9968be-c781-42f8-8def-68d13b382185 => generated 625 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/417] 199.204.45.138 () {44 vars in 975 bytes} [Sun May 31 07:02:34 2026] GET /v2.0/quotas/5c237ca7e70148089a2c7d4336d524ef => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:03:28.488 7 INFO neutron.api.v2.resource [None req-722b1f1f-b36c-4c53-b292-9b6cd83b0d80 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 213/426] 199.204.45.138 () {44 vars in 1074 bytes} [Sun May 31 07:03:28 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=af3dd0a338fb45f584ca75a37e3536eb => generated 139 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/427] 199.204.45.138 () {44 vars in 1097 bytes} [Sun May 31 07:03:28 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=af3dd0a338fb45f584ca75a37e3536eb => generated 4072 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/428] 199.204.45.138 () {44 vars in 1088 bytes} [Sun May 31 07:03:29 2026] GET /v2.0/security-groups/f6813e66-e4e1-4e40-adf8-4d1806e11db6?project_id=af3dd0a338fb45f584ca75a37e3536eb => generated 4075 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/429] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 07:03:29 2026] GET /v2.0/security-groups/f6813e66-e4e1-4e40-adf8-4d1806e11db6 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/430] 199.204.45.138 () {44 vars in 1011 bytes} [Sun May 31 07:03:29 2026] GET /v2.0/security-group-rules/4febdc63-89dd-40c9-966d-d7570b2810b5 => generated 597 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/431] 199.204.45.138 () {44 vars in 1088 bytes} [Sun May 31 07:03:30 2026] GET /v2.0/security-groups/f6813e66-e4e1-4e40-adf8-4d1806e11db6?project_id=af3dd0a338fb45f584ca75a37e3536eb => 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: 216/432] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 07:03:30 2026] GET /v2.0/security-groups/f6813e66-e4e1-4e40-adf8-4d1806e11db6 => generated 4075 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/433] 199.204.45.138 () {44 vars in 1011 bytes} [Sun May 31 07:03:30 2026] GET /v2.0/security-group-rules/7474e755-ec6c-480d-9acc-f6d5ceca9df4 => generated 599 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/434] 199.204.45.138 () {44 vars in 1088 bytes} [Sun May 31 07:03:31 2026] GET /v2.0/security-groups/f6813e66-e4e1-4e40-adf8-4d1806e11db6?project_id=af3dd0a338fb45f584ca75a37e3536eb => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/435] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 07:03:31 2026] GET /v2.0/security-groups/f6813e66-e4e1-4e40-adf8-4d1806e11db6 => 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: 218/436] 199.204.45.138 () {44 vars in 1011 bytes} [Sun May 31 07:03:31 2026] GET /v2.0/security-group-rules/068088ca-c21c-4ac3-b1d7-b073a990f656 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/437] 199.204.45.138 () {44 vars in 1088 bytes} [Sun May 31 07:03:32 2026] GET /v2.0/security-groups/f6813e66-e4e1-4e40-adf8-4d1806e11db6?project_id=af3dd0a338fb45f584ca75a37e3536eb => generated 4075 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/438] 199.204.45.138 () {44 vars in 1001 bytes} [Sun May 31 07:03:32 2026] GET /v2.0/security-groups/f6813e66-e4e1-4e40-adf8-4d1806e11db6 => generated 4075 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/439] 199.204.45.138 () {44 vars in 1011 bytes} [Sun May 31 07:03:32 2026] GET /v2.0/security-group-rules/e029ca36-c51d-402f-b289-58ecd3dc9cfb => generated 602 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/442] 199.204.45.138 () {44 vars in 975 bytes} [Sun May 31 07:03:39 2026] GET /v2.0/quotas/af3dd0a338fb45f584ca75a37e3536eb => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/449] 199.204.45.138 () {44 vars in 949 bytes} [Sun May 31 07:04:29 2026] GET /v2.0/networks?name=public => generated 753 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/456] 10.0.0.248 () {32 vars in 649 bytes} [Sun May 31 07:05:07 2026] GET /v2.0/networks => generated 2168 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/457] 10.0.0.248 () {32 vars in 655 bytes} [Sun May 31 07:05:09 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: 7|app: 0|req: 229/458] 10.0.0.248 () {32 vars in 647 bytes} [Sun May 31 07:05:09 2026] GET /v2.0/routers => generated 15 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/459] 10.0.0.248 () {32 vars in 643 bytes} [Sun May 31 07:05:09 2026] GET /v2.0/ports => generated 4721 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/460] 10.0.0.248 () {32 vars in 647 bytes} [Sun May 31 07:05:09 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/461] 10.0.0.248 () {32 vars in 649 bytes} [Sun May 31 07:05:09 2026] GET /v2.0/networks => generated 2168 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/462] 10.0.0.248 () {32 vars in 663 bytes} [Sun May 31 07:05:09 2026] GET /v2.0/security-groups => generated 17397 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/463] 10.0.0.248 () {32 vars in 655 bytes} [Sun May 31 07:05:09 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:05:19.904 7 INFO neutron.db.segments_db [None req-98284a28-5634-495a-aa22-7808c6dfc6bc 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Added segment de2c5ebb-00e4-4b08-8299-86fb9ffcb0a7 of type vxlan for network 71a46244-36ed-41ed-babe-c83b4aaee389 2026-05-31 07:05:19.920 8 INFO neutron.db.segments_db [None req-4105c5f8-4b03-4141-ab19-d3230fbaa9ee 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Added segment 501ad457-a2ed-4d5a-964a-e3d66e95620e of type vxlan for network f22b6ae1-448e-47ed-a608-81a120115e2d [pid: 7|app: 0|req: 232/464] 10.0.0.248 () {34 vars in 671 bytes} [Sun May 31 07:05:19 2026] POST /v2.0/networks => generated 743 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/465] 10.0.0.248 () {34 vars in 671 bytes} [Sun May 31 07:05:19 2026] POST /v2.0/networks => generated 748 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/466] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:05:20 2026] POST /v2.0/subnets => generated 690 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:05:20.195 7 INFO neutron.db.segments_db [None req-a324373d-d8f6-4aa1-bc95-e59075020a88 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Added segment 3d561926-807c-4f1f-9107-8dfe721df31d of type vxlan for network 4d43cec6-51c6-478d-a439-9eba048da4be [pid: 7|app: 0|req: 233/467] 10.0.0.248 () {34 vars in 671 bytes} [Sun May 31 07:05:19 2026] POST /v2.0/networks => generated 745 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:05:20.321 7 INFO neutron.db.segments_db [None req-8eac99c1-c5ac-46eb-a9a2-feb4334f7775 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Added segment dc56461d-321d-427c-b89b-8e414f028d5e of type vxlan for network cbb377f1-cc1b-4af3-93ec-d45b5f350941 [pid: 8|app: 0|req: 235/468] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:05:20 2026] POST /v2.0/subnets => generated 695 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/469] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:05:20 2026] POST /v2.0/subnets => generated 692 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:05:20.573 7 INFO neutron.db.l3_hamode_db [None req-8eac99c1-c5ac-46eb-a9a2-feb4334f7775 9e7252bd5f474bda8c7816e58c2cac92 3f74fef2f041414d801d321a4cc4da1c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 07:05:20.630 8 INFO neutron.db.segments_db [None req-5f172cc5-7fc6-4639-837a-472ba2a5d86d 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Added segment 4534766c-8f8b-43e6-8279-d5ab993488f8 of type vxlan for network b8202463-d9f7-43fa-8eda-234022f7f411 2026-05-31 07:05:20.894 8 INFO neutron.db.l3_hamode_db [None req-5f172cc5-7fc6-4639-837a-472ba2a5d86d 9e7252bd5f474bda8c7816e58c2cac92 a18ba42d65574ed99f67e7f528e19675 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 07:05:21.253 7 INFO neutron.db.l3_hamode_db [None req-8eac99c1-c5ac-46eb-a9a2-feb4334f7775 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 07:05:21.876 8 INFO neutron.db.l3_hamode_db [None req-5f172cc5-7fc6-4639-837a-472ba2a5d86d 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 234/470] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:05:20 2026] POST /v2.0/routers => generated 730 bytes in 2107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/471] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:05:22 2026] GET /v2.0/security-groups?tenant_id=ce0b3ecbb3884a78a7b6b13b560a7eec&name=default => generated 2922 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:05:22.612 7 INFO neutron.db.segments_db [None req-5c4ab76a-528c-4ba1-bedb-ffc83b844b2c 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Added segment d1b2210e-e43a-447b-8c81-9fe58d653d2e of type vxlan for network 46eceb93-ef85-4ccb-9fdc-ab604f151cae [pid: 8|app: 0|req: 237/472] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:05:20 2026] POST /v2.0/routers => generated 735 bytes in 2222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:05:22.848 7 INFO neutron.db.l3_hamode_db [None req-5c4ab76a-528c-4ba1-bedb-ffc83b844b2c 9e7252bd5f474bda8c7816e58c2cac92 d872086db7294083b90fccee6f8645bc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 07:05:23.643 7 INFO neutron.db.l3_hamode_db [None req-5c4ab76a-528c-4ba1-bedb-ffc83b844b2c 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 240/475] 10.0.0.248 () {34 vars in 783 bytes} [Sun May 31 07:05:22 2026] PUT /v2.0/routers/b2d1f3e8-65b3-4795-b737-37015ad40088/add_router_interface => generated 309 bytes in 1094 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/476] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:05:23 2026] DELETE /v2.0/security-groups/483a9479-116d-47b2-ac9d-c9ea4ebbc78a => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/477] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:05:22 2026] POST /v2.0/routers => generated 732 bytes in 1968 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/478] 10.0.0.248 () {34 vars in 685 bytes} [Sun May 31 07:05:24 2026] POST /v2.0/security-groups => generated 1660 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/479] 10.0.0.248 () {34 vars in 783 bytes} [Sun May 31 07:05:24 2026] PUT /v2.0/routers/7d8ecff3-7fe8-41a1-beb7-660f0845cb57/add_router_interface => generated 309 bytes in 1128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/480] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:05:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/481] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:05:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/482] 10.0.0.248 () {34 vars in 783 bytes} [Sun May 31 07:05:24 2026] PUT /v2.0/routers/6f0f8747-f592-497b-b916-c12663d6cadc/add_router_interface => generated 309 bytes in 1054 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/483] 10.0.0.248 () {34 vars in 676 bytes} [Sun May 31 07:05:25 2026] POST /v2.0/floatingips => generated 552 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:05:26.007 7 INFO neutron.db.segments_db [None req-d753dbba-a02e-4671-b599-932a716b4ea7 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Added segment d30f1f2f-2738-4f0a-a43e-d903ae182780 of type vxlan for network b82992d5-0130-4498-a37d-1aea1b8ea158 [pid: 7|app: 0|req: 239/484] 10.0.0.248 () {34 vars in 671 bytes} [Sun May 31 07:05:25 2026] POST /v2.0/networks => generated 751 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/485] 10.0.0.237 () {38 vars in 971 bytes} [Sun May 31 07:05:25 2026] POST /v2.0/security-groups => generated 1684 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/486] 10.0.0.237 () {34 vars in 991 bytes} [Sun May 31 07:05:26 2026] GET /v2.0/security-groups/946b4160-2f3e-4c72-bac2-2961e46a98f9 => generated 1684 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/487] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:05:26 2026] POST /v2.0/subnets => generated 698 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:05:26.307 7 INFO neutron.db.segments_db [None req-a5cf69c8-7c58-4401-8359-e0164c623a8a 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Added segment 04282198-6db7-439e-b3ea-eb943603ae2e of type vxlan for network aec6d4c5-f0ba-4cdf-bf82-5fd801feda27 [pid: 8|app: 0|req: 248/488] 10.0.0.237 () {38 vars in 981 bytes} [Sun May 31 07:05:26 2026] POST /v2.0/security-group-rules => generated 614 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/489] 10.0.0.237 () {34 vars in 1100 bytes} [Sun May 31 07:05:26 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1998017612&fields=id&tenant_id=3f74fef2f041414d801d321a4cc4da1c => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/490] 10.0.0.237 () {34 vars in 982 bytes} [Sun May 31 07:05:26 2026] GET /v2.0/networks?id=71a46244-36ed-41ed-babe-c83b4aaee389 => generated 675 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:05:26.564 7 INFO neutron.db.l3_hamode_db [None req-a5cf69c8-7c58-4401-8359-e0164c623a8a 9e7252bd5f474bda8c7816e58c2cac92 0153b92a5f754e2691b9c3d9790678b4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 251/491] 10.0.0.237 () {38 vars in 971 bytes} [Sun May 31 07:05:26 2026] POST /v2.0/security-groups => generated 1681 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/492] 10.0.0.237 () {34 vars in 965 bytes} [Sun May 31 07:05:26 2026] GET /v2.0/quotas/3f74fef2f041414d801d321a4cc4da1c => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/493] 10.0.0.237 () {34 vars in 1002 bytes} [Sun May 31 07:05:26 2026] GET /v2.0/ports?tenant_id=3f74fef2f041414d801d321a4cc4da1c&fields=id => generated 103 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/494] 10.0.0.237 () {38 vars in 971 bytes} [Sun May 31 07:05:26 2026] POST /v2.0/security-groups => generated 1685 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/495] 10.0.0.237 () {38 vars in 971 bytes} [Sun May 31 07:05:26 2026] POST /v2.0/security-groups => generated 1680 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/496] 10.0.0.237 () {34 vars in 991 bytes} [Sun May 31 07:05:27 2026] GET /v2.0/security-groups/d4aed6e5-c6c1-4d84-8705-dcc9fb93ad90 => generated 1685 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/497] 10.0.0.237 () {38 vars in 981 bytes} [Sun May 31 07:05:27 2026] POST /v2.0/security-group-rules => generated 614 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:05:27.195 7 INFO neutron.db.l3_hamode_db [None req-a5cf69c8-7c58-4401-8359-e0164c623a8a 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 258/498] 10.0.0.237 () {34 vars in 907 bytes} [Sun May 31 07:05:27 2026] GET /v2.0/extensions => generated 21537 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/499] 10.0.0.237 () {38 vars in 971 bytes} [Sun May 31 07:05:27 2026] POST /v2.0/security-groups => generated 1680 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/500] 10.0.0.237 () {34 vars in 1008 bytes} [Sun May 31 07:05:27 2026] GET /v2.0/networks/71a46244-36ed-41ed-babe-c83b4aaee389?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: 261/501] 10.0.0.237 () {34 vars in 991 bytes} [Sun May 31 07:05:27 2026] GET /v2.0/security-groups/d4aed6e5-c6c1-4d84-8705-dcc9fb93ad90 => generated 2310 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/502] 10.0.0.237 () {34 vars in 1108 bytes} [Sun May 31 07:05:27 2026] GET /v2.0/networks/71a46244-36ed-41ed-babe-c83b4aaee389?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: 8|app: 0|req: 263/503] 10.0.0.237 () {38 vars in 981 bytes} [Sun May 31 07:05:27 2026] POST /v2.0/security-group-rules => generated 619 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/504] 10.0.0.237 () {34 vars in 1002 bytes} [Sun May 31 07:05:27 2026] GET /v2.0/security-groups?tenant_id=d872086db7294083b90fccee6f8645bc => generated 7902 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/505] 10.0.0.237 () {34 vars in 991 bytes} [Sun May 31 07:05:27 2026] GET /v2.0/security-groups/d4aed6e5-c6c1-4d84-8705-dcc9fb93ad90 => generated 2940 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/506] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:05:26 2026] POST /v2.0/routers => generated 738 bytes in 1654 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/507] 10.0.0.237 () {34 vars in 991 bytes} [Sun May 31 07:05:27 2026] GET /v2.0/security-groups/ce9e08af-966b-4955-8b11-e8214f7c76c5 => generated 2918 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/508] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:27 2026] GET /v2.0/ports?device_id=87cc760c-e56e-4eb5-a981-cf13c6f9f091 => generated 12 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/509] 10.0.0.237 () {34 vars in 991 bytes} [Sun May 31 07:05:28 2026] GET /v2.0/security-groups/ce9e08af-966b-4955-8b11-e8214f7c76c5 => generated 2918 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/510] 10.0.0.237 () {34 vars in 1001 bytes} [Sun May 31 07:05:28 2026] GET /v2.0/security-group-rules/1bf7e848-b853-4dee-ac4d-6bb121c9b960 => generated 616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/511] 10.0.0.237 () {34 vars in 991 bytes} [Sun May 31 07:05:28 2026] GET /v2.0/security-groups/f054841a-7ed7-466a-979c-280952a0ecb4 => generated 1681 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/512] 10.0.0.237 () {34 vars in 991 bytes} [Sun May 31 07:05:28 2026] GET /v2.0/security-groups/d4aed6e5-c6c1-4d84-8705-dcc9fb93ad90 => generated 2940 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/513] 10.0.0.237 () {36 vars in 1013 bytes} [Sun May 31 07:05:28 2026] DELETE /v2.0/security-groups/f054841a-7ed7-466a-979c-280952a0ecb4 => 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: 248/514] 10.0.0.237 () {36 vars in 1023 bytes} [Sun May 31 07:05:28 2026] DELETE /v2.0/security-group-rules/1bf7e848-b853-4dee-ac4d-6bb121c9b960 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:05:28.506 7 INFO neutron.api.v2.resource [req-448798c5-aa14-42de-9e2c-4c7f9b333d8e req-0f657ad6-a6e6-4811-9178-8963776af85a ab416a7349294cf98d53520e2093a367 d872086db7294083b90fccee6f8645bc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 249/515] 10.0.0.237 () {34 vars in 991 bytes} [Sun May 31 07:05:28 2026] GET /v2.0/security-groups/f054841a-7ed7-466a-979c-280952a0ecb4 => generated 146 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/516] 10.0.0.237 () {34 vars in 991 bytes} [Sun May 31 07:05:28 2026] GET /v2.0/security-groups/d4aed6e5-c6c1-4d84-8705-dcc9fb93ad90 => generated 2310 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/517] 10.0.0.237 () {34 vars in 991 bytes} [Sun May 31 07:05:28 2026] GET /v2.0/security-groups/6291eb9b-b7af-4c92-9501-dedfcbac2f8d => generated 1680 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/518] 10.0.0.237 () {36 vars in 1013 bytes} [Sun May 31 07:05:28 2026] DELETE /v2.0/security-groups/d4aed6e5-c6c1-4d84-8705-dcc9fb93ad90 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/519] 10.0.0.237 () {36 vars in 1013 bytes} [Sun May 31 07:05:28 2026] DELETE /v2.0/security-groups/6291eb9b-b7af-4c92-9501-dedfcbac2f8d => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/520] 10.0.0.237 () {34 vars in 991 bytes} [Sun May 31 07:05:28 2026] GET /v2.0/security-groups/946b4160-2f3e-4c72-bac2-2961e46a98f9 => generated 2309 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:05:28.752 7 INFO neutron.api.v2.resource [req-a16ed212-810f-4d95-8372-b57f5d852716 req-62d8bc49-4cf4-4b26-ab96-b0cc6b1fa925 ab416a7349294cf98d53520e2093a367 d872086db7294083b90fccee6f8645bc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 255/521] 10.0.0.237 () {34 vars in 991 bytes} [Sun May 31 07:05:28 2026] GET /v2.0/security-groups/6291eb9b-b7af-4c92-9501-dedfcbac2f8d => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/522] 10.0.0.237 () {36 vars in 1013 bytes} [Sun May 31 07:05:28 2026] DELETE /v2.0/security-groups/946b4160-2f3e-4c72-bac2-2961e46a98f9 => 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: 257/523] 10.0.0.237 () {34 vars in 991 bytes} [Sun May 31 07:05:28 2026] GET /v2.0/security-groups/226f56ec-c683-4697-a900-073bf4a4dbb3 => generated 1680 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/524] 10.0.0.248 () {34 vars in 783 bytes} [Sun May 31 07:05:27 2026] PUT /v2.0/routers/30aca3e0-c2bc-4912-840b-a987a85d7dff/add_router_interface => generated 309 bytes in 1075 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/525] 10.0.0.237 () {36 vars in 1013 bytes} [Sun May 31 07:05:29 2026] DELETE /v2.0/security-groups/226f56ec-c683-4697-a900-073bf4a4dbb3 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:05:29.158 8 INFO neutron.api.v2.resource [req-0d7314d0-5e92-4084-8aee-22fa8379da49 req-4b9e06bb-f3fa-4941-8586-6c5f643db090 ab416a7349294cf98d53520e2093a367 d872086db7294083b90fccee6f8645bc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 269/526] 10.0.0.237 () {34 vars in 991 bytes} [Sun May 31 07:05:29 2026] GET /v2.0/security-groups/226f56ec-c683-4697-a900-073bf4a4dbb3 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/527] 10.0.0.237 () {34 vars in 1002 bytes} [Sun May 31 07:05:29 2026] GET /v2.0/security-groups?tenant_id=d872086db7294083b90fccee6f8645bc => generated 2921 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/528] 10.0.0.237 () {34 vars in 991 bytes} [Sun May 31 07:05:29 2026] GET /v2.0/security-groups/ce9e08af-966b-4955-8b11-e8214f7c76c5 => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:05:29.260 7 INFO neutron_taas.services.taas.taas_plugin [None req-6aa7f967-0754-4c2d-884e-e79f38b6b59e 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: 0da0119b-4a16-4ef7-abe2-93fc5ee4c596 2026-05-31 07:05:29.270 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6aa7f967-0754-4c2d-884e-e79f38b6b59e 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: 0da0119b-4a16-4ef7-abe2-93fc5ee4c596 [pid: 8|app: 0|req: 272/529] 10.0.0.237 () {34 vars in 991 bytes} [Sun May 31 07:05:29 2026] GET /v2.0/security-groups/ce9e08af-966b-4955-8b11-e8214f7c76c5 => generated 2918 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/530] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:29 2026] GET /v2.0/ports?device_id=87cc760c-e56e-4eb5-a981-cf13c6f9f091 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:05:29.342 8 INFO neutron.api.v2.resource [req-8b895d3f-325f-4b22-8ef1-069157ac86e5 req-c66d46cc-e3f7-4ee3-984a-f3b65f2b8e30 ab416a7349294cf98d53520e2093a367 d872086db7294083b90fccee6f8645bc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 274/531] 10.0.0.237 () {34 vars in 991 bytes} [Sun May 31 07:05:29 2026] GET /v2.0/security-groups/226f56ec-c683-4697-a900-073bf4a4dbb3 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:05:29.378 8 INFO neutron.api.v2.resource [req-2798d36e-f495-4047-9dd7-84d9fd67dfb4 req-146c0018-3ebb-4aad-b8c0-f3cd816a18e3 ab416a7349294cf98d53520e2093a367 d872086db7294083b90fccee6f8645bc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 275/532] 10.0.0.237 () {34 vars in 991 bytes} [Sun May 31 07:05:29 2026] GET /v2.0/security-groups/6291eb9b-b7af-4c92-9501-dedfcbac2f8d => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:05:29.414 8 INFO neutron.api.v2.resource [req-6a85e136-c188-4ada-a44f-497e7c1e3c1e req-007eddb8-74d5-409c-99af-9397c6d18fb1 ab416a7349294cf98d53520e2093a367 d872086db7294083b90fccee6f8645bc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 276/533] 10.0.0.237 () {34 vars in 991 bytes} [Sun May 31 07:05:29 2026] GET /v2.0/security-groups/f054841a-7ed7-466a-979c-280952a0ecb4 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/534] 10.0.0.248 () {34 vars in 789 bytes} [Sun May 31 07:05:28 2026] PUT /v2.0/routers/7d8ecff3-7fe8-41a1-beb7-660f0845cb57/remove_router_interface => generated 309 bytes in 918 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/535] 10.0.0.248 () {34 vars in 685 bytes} [Sun May 31 07:05:29 2026] POST /v2.0/security-groups => generated 1660 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-31 07:05:29.858 8 INFO neutron_taas.services.taas.taas_plugin [None req-9e19b6ff-695b-4752-be4b-194892597723 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: bca28be4-7632-4d24-90e8-660747a04e52 2026-05-31 07:05:29.872 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e19b6ff-695b-4752-be4b-194892597723 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: bca28be4-7632-4d24-90e8-660747a04e52 2026-05-31 07:05:30.005 7 INFO neutron_taas.services.taas.taas_plugin [None req-a263d905-a9b4-4f57-8873-4715f7375ee7 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: ccb3cfe0-7782-4b91-8fe7-cb495ef026ac 2026-05-31 07:05:30.008 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a263d905-a9b4-4f57-8873-4715f7375ee7 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: ccb3cfe0-7782-4b91-8fe7-cb495ef026ac 2026-05-31 07:05:30.199 7 INFO neutron_taas.services.taas.taas_plugin [None req-a263d905-a9b4-4f57-8873-4715f7375ee7 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: cbe5bdbc-2544-482d-862b-15c1b3b7f306 2026-05-31 07:05:30.201 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a263d905-a9b4-4f57-8873-4715f7375ee7 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: cbe5bdbc-2544-482d-862b-15c1b3b7f306 2026-05-31 07:05:30.263 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-a263d905-a9b4-4f57-8873-4715f7375ee7 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - 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 152, 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 152, 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 69, 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 45, 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 341, 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 2245, 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 646, 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 717, 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: 8|app: 0|req: 277/536] 10.0.0.248 () {34 vars in 789 bytes} [Sun May 31 07:05:29 2026] PUT /v2.0/routers/6f0f8747-f592-497b-b916-c12663d6cadc/remove_router_interface => generated 309 bytes in 982 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/537] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:05:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:05:30.594 7 INFO neutron.db.l3_hamode_db [None req-a263d905-a9b4-4f57-8873-4715f7375ee7 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] HA network b8202463-d9f7-43fa-8eda-234022f7f411 was deleted as no HA routers are present in tenant a18ba42d65574ed99f67e7f528e19675. [pid: 7|app: 0|req: 260/538] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:05:29 2026] DELETE /v2.0/routers/7d8ecff3-7fe8-41a1-beb7-660f0845cb57 => generated 0 bytes in 749 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/539] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:30 2026] GET /v2.0/ports?device_id=87cc760c-e56e-4eb5-a981-cf13c6f9f091 => 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: 262/540] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:05:30 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:05:30.735 8 INFO neutron_taas.services.taas.taas_plugin [None req-3fdce373-b1da-48c7-9bc6-3f38510492d4 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: d0cacd5f-16e5-405e-b82a-51f66df81cd3 2026-05-31 07:05:30.737 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fdce373-b1da-48c7-9bc6-3f38510492d4 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: d0cacd5f-16e5-405e-b82a-51f66df81cd3 [pid: 7|app: 0|req: 263/541] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:05:30 2026] DELETE /v2.0/subnets/d425aa26-9f73-4c64-92a1-e61ca6c4784b => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:05:30.936 7 INFO neutron.services.segments.plugin [-] Segment 4534766c-8f8b-43e6-8279-d5ab993488f8 resource provider aggregate not found 2026-05-31 07:05:30.957 7 INFO neutron.services.segments.plugin [-] Segment 4534766c-8f8b-43e6-8279-d5ab993488f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4534766c-8f8b-43e6-8279-d5ab993488f8 found for delete ", "request_id": "req-38f4989b-488f-4b45-85a1-7e6a2e0d1563"}]} 2026-05-31 07:05:30.959 7 INFO neutron.services.segments.plugin [-] Segment 4534766c-8f8b-43e6-8279-d5ab993488f8 resource provider aggregate not found 2026-05-31 07:05:30.971 8 INFO neutron_taas.services.taas.taas_plugin [None req-3fdce373-b1da-48c7-9bc6-3f38510492d4 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: 483c4c86-59b6-4136-9bba-8803f711807a 2026-05-31 07:05:30.974 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fdce373-b1da-48c7-9bc6-3f38510492d4 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: 483c4c86-59b6-4136-9bba-8803f711807a 2026-05-31 07:05:30.976 7 INFO neutron.services.segments.plugin [-] Segment 4534766c-8f8b-43e6-8279-d5ab993488f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4534766c-8f8b-43e6-8279-d5ab993488f8 found for delete ", "request_id": "req-0a043198-b333-4eec-98db-12c0020b8be7"}]} 2026-05-31 07:05:31.041 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-3fdce373-b1da-48c7-9bc6-3f38510492d4 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - 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 152, 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 152, 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 69, 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 45, 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 341, 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 2245, 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 646, 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 717, 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-05-31 07:05:31.362 8 INFO neutron.db.l3_hamode_db [None req-3fdce373-b1da-48c7-9bc6-3f38510492d4 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] HA network 46eceb93-ef85-4ccb-9fdc-ab604f151cae was deleted as no HA routers are present in tenant d872086db7294083b90fccee6f8645bc. [pid: 8|app: 0|req: 279/542] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:05:30 2026] DELETE /v2.0/routers/6f0f8747-f592-497b-b916-c12663d6cadc => generated 0 bytes in 860 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/543] 10.0.0.248 () {34 vars in 676 bytes} [Sun May 31 07:05:30 2026] POST /v2.0/floatingips => generated 552 bytes in 559 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/544] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:05:31 2026] DELETE /v2.0/networks/f22b6ae1-448e-47ed-a608-81a120115e2d => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/545] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:05:31 2026] DELETE /v2.0/subnets/99ee60a0-934b-442e-be9e-41a82bdd6222 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/546] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:05:31 2026] GET /v2.0/security-groups?tenant_id=a18ba42d65574ed99f67e7f528e19675&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:05:31.704 8 INFO neutron_taas.services.taas.taas_plugin [None req-9da9df52-d872-4530-8a37-8c6d18b0b1ba 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: 13565ad6-aa15-4cc7-a34e-9ffc6f8d3006 2026-05-31 07:05:31.706 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9da9df52-d872-4530-8a37-8c6d18b0b1ba 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: 13565ad6-aa15-4cc7-a34e-9ffc6f8d3006 [pid: 7|app: 0|req: 267/547] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:05:31 2026] DELETE /v2.0/security-groups/39cf6d66-4cf0-4a56-a352-b9d42b242b37 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/548] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:31 2026] GET /v2.0/ports?device_id=87cc760c-e56e-4eb5-a981-cf13c6f9f091 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:05:31.853 8 INFO neutron.services.segments.plugin [-] Segment d1b2210e-e43a-447b-8c81-9fe58d653d2e resource provider aggregate not found 2026-05-31 07:05:31.854 8 INFO neutron.services.segments.plugin [-] Segment d1b2210e-e43a-447b-8c81-9fe58d653d2e resource provider aggregate not found 2026-05-31 07:05:31.880 8 INFO neutron.services.segments.plugin [-] Segment d1b2210e-e43a-447b-8c81-9fe58d653d2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1b2210e-e43a-447b-8c81-9fe58d653d2e found for delete ", "request_id": "req-fce4a185-e4a3-4ff7-93ac-a718f1d63a31"}]} 2026-05-31 07:05:31.881 8 INFO neutron.services.segments.plugin [-] Segment d1b2210e-e43a-447b-8c81-9fe58d653d2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1b2210e-e43a-447b-8c81-9fe58d653d2e found for delete ", "request_id": "req-44e70a28-9003-49ea-a18a-8972152e23e1"}]} [pid: 8|app: 0|req: 281/549] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:05:31 2026] DELETE /v2.0/networks/4d43cec6-51c6-478d-a439-9eba048da4be => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/550] 10.0.0.237 () {34 vars in 1100 bytes} [Sun May 31 07:05:31 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1785052729&fields=id&tenant_id=0153b92a5f754e2691b9c3d9790678b4 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/551] 10.0.0.237 () {34 vars in 982 bytes} [Sun May 31 07:05:31 2026] GET /v2.0/networks?id=b82992d5-0130-4498-a37d-1aea1b8ea158 => generated 683 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/552] 10.0.0.237 () {34 vars in 965 bytes} [Sun May 31 07:05:31 2026] GET /v2.0/quotas/0153b92a5f754e2691b9c3d9790678b4 => 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: 283/553] 10.0.0.237 () {34 vars in 1002 bytes} [Sun May 31 07:05:32 2026] GET /v2.0/ports?tenant_id=0153b92a5f754e2691b9c3d9790678b4&fields=id => generated 57 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/554] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:05:32 2026] GET /v2.0/security-groups?tenant_id=d872086db7294083b90fccee6f8645bc&name=default => generated 2921 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/555] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:05:32 2026] DELETE /v2.0/security-groups/ce9e08af-966b-4955-8b11-e8214f7c76c5 => 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: 272/556] 10.0.0.237 () {34 vars in 907 bytes} [Sun May 31 07:05:32 2026] GET /v2.0/extensions => generated 21537 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/557] 10.0.0.237 () {34 vars in 1008 bytes} [Sun May 31 07:05:32 2026] GET /v2.0/networks/b82992d5-0130-4498-a37d-1aea1b8ea158?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/558] 10.0.0.237 () {34 vars in 1108 bytes} [Sun May 31 07:05:32 2026] GET /v2.0/networks/b82992d5-0130-4498-a37d-1aea1b8ea158?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: 273/559] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:05:32 2026] GET /v2.0/networks?id=71a46244-36ed-41ed-babe-c83b4aaee389 => generated 675 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/560] 199.204.45.138 () {34 vars in 911 bytes} [Sun May 31 07:05:32 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: 7|app: 0|req: 274/561] 199.204.45.138 () {34 vars in 1050 bytes} [Sun May 31 07:05:32 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3f74fef2f041414d801d321a4cc4da1c => generated 181 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/562] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:32 2026] GET /v2.0/ports?device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => 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: 276/563] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:32 2026] GET /v2.0/ports?device_id=87cc760c-e56e-4eb5-a981-cf13c6f9f091 => 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: 288/564] 199.204.45.138 () {38 vars in 955 bytes} [Sun May 31 07:05:32 2026] POST /v2.0/ports => generated 958 bytes in 396 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-05-31 07:05:33.823 8 INFO neutron.db.segments_db [None req-d8e4dfbf-beee-422d-9214-1123a333323f 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Added segment e1596210-bacb-4575-9613-bdf249b23b8e of type vxlan for network b190996b-68d7-4f0e-8916-8c4782684b57 2026-05-31 07:05:33.900 8 INFO neutron.services.segments.plugin [-] Segment 501ad457-a2ed-4d5a-964a-e3d66e95620e resource provider aggregate not found 2026-05-31 07:05:33.903 8 INFO neutron.services.segments.plugin [-] Segment 501ad457-a2ed-4d5a-964a-e3d66e95620e resource provider aggregate not found [pid: 8|app: 0|req: 289/565] 10.0.0.248 () {34 vars in 671 bytes} [Sun May 31 07:05:33 2026] POST /v2.0/networks => generated 748 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:05:33.918 8 INFO neutron.services.segments.plugin [-] Segment 501ad457-a2ed-4d5a-964a-e3d66e95620e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 501ad457-a2ed-4d5a-964a-e3d66e95620e found for delete ", "request_id": "req-c84df240-7503-4a13-8084-2b7728c14b08"}]} 2026-05-31 07:05:33.925 8 INFO neutron.services.segments.plugin [-] Segment 501ad457-a2ed-4d5a-964a-e3d66e95620e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 501ad457-a2ed-4d5a-964a-e3d66e95620e found for delete ", "request_id": "req-a52383d3-35cf-40cd-8040-4ae7685806ec"}]} 2026-05-31 07:05:33.935 8 INFO neutron.services.segments.plugin [-] Segment 3d561926-807c-4f1f-9107-8dfe721df31d resource provider aggregate not found 2026-05-31 07:05:33.954 8 INFO neutron.services.segments.plugin [-] Segment 3d561926-807c-4f1f-9107-8dfe721df31d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d561926-807c-4f1f-9107-8dfe721df31d found for delete ", "request_id": "req-dd1095e6-9ea8-41b6-9042-eb685747cd20"}]} 2026-05-31 07:05:33.956 8 INFO neutron.services.segments.plugin [-] Segment 3d561926-807c-4f1f-9107-8dfe721df31d resource provider aggregate not found 2026-05-31 07:05:33.973 8 INFO neutron.services.segments.plugin [-] Segment 3d561926-807c-4f1f-9107-8dfe721df31d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d561926-807c-4f1f-9107-8dfe721df31d found for delete ", "request_id": "req-93eb1199-0946-4642-9ada-9192c061e5c4"}]} [pid: 7|app: 0|req: 277/566] 199.204.45.138 () {38 vars in 1028 bytes} [Sun May 31 07:05:33 2026] PUT /v2.0/ports/2379629e-e7cf-4a32-bb5c-cdeae5f5f72d => generated 1239 bytes in 641 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: 278/567] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:34 2026] GET /v2.0/ports?device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:05:34.175 8 INFO neutron.db.segments_db [None req-51c011cd-5394-4a38-9375-f6487e39dd7b 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Added segment c073101e-5fc1-45a7-95af-7ba49f54aec9 of type vxlan for network ff003ab1-cf9c-41c9-8e9d-092c7c9caeac [pid: 8|app: 0|req: 290/568] 10.0.0.248 () {34 vars in 671 bytes} [Sun May 31 07:05:33 2026] POST /v2.0/networks => generated 738 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/569] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:34 2026] GET /v2.0/ports?device_id=87cc760c-e56e-4eb5-a981-cf13c6f9f091 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/570] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:05:34 2026] POST /v2.0/subnets => generated 695 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/571] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:34 2026] GET /v2.0/security-groups?id=1d6cf90a-78b5-4376-bef4-372d1142783a&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:05:34.493 7 INFO neutron.db.segments_db [None req-1fa1fe9b-8300-4aaf-9267-204820ed9037 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Added segment e5ab64ff-a86a-485a-85b7-568f848152c7 of type vxlan for network b34ff002-3a09-4ca3-ba8e-801059a9fbdf [pid: 8|app: 0|req: 292/572] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:05:34 2026] POST /v2.0/subnets => generated 685 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:05:34.572 8 INFO neutron.db.segments_db [None req-09d746bb-41db-4a79-bb3b-448d8823d613 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Added segment dc1df4d4-cd7a-4d77-985f-83f1f5dc46c5 of type vxlan for network 8da5f430-e812-4bca-90ff-ac1faae64ab9 2026-05-31 07:05:34.620 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a7877b9a-f617-48d6-a29a-e3c327472860'] response: {'name': 'network-changed', 'server_uuid': '87cc760c-e56e-4eb5-a981-cf13c6f9f091', 'tag': '2379629e-e7cf-4a32-bb5c-cdeae5f5f72d', 'status': 'completed', 'code': 200} 2026-05-31 07:05:34.762 7 INFO neutron.db.l3_hamode_db [None req-1fa1fe9b-8300-4aaf-9267-204820ed9037 9e7252bd5f474bda8c7816e58c2cac92 3b97bbc3f75243f6a85be8fd36c401a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 07:05:34.862 8 INFO neutron.db.l3_hamode_db [None req-09d746bb-41db-4a79-bb3b-448d8823d613 9e7252bd5f474bda8c7816e58c2cac92 44bf4182eba54da6a188e0f539efa49c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 07:05:35.437 7 INFO neutron.db.l3_hamode_db [None req-1fa1fe9b-8300-4aaf-9267-204820ed9037 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 07:05:35.545 8 INFO neutron.db.l3_hamode_db [None req-09d746bb-41db-4a79-bb3b-448d8823d613 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 293/573] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:05:34 2026] POST /v2.0/routers => generated 725 bytes in 1738 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/574] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:05:34 2026] POST /v2.0/routers => generated 735 bytes in 1848 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/575] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:05:36 2026] GET /v2.0/ports?tenant_id=3f74fef2f041414d801d321a4cc4da1c&device_id=87cc760c-e56e-4eb5-a981-cf13c6f9f091 => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/576] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:36 2026] GET /v2.0/ports?device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => 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: 295/577] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:36 2026] GET /v2.0/ports?device_id=87cc760c-e56e-4eb5-a981-cf13c6f9f091 => generated 973 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/578] 10.0.0.248 () {34 vars in 783 bytes} [Sun May 31 07:05:36 2026] PUT /v2.0/routers/8df9dc69-47b3-4e33-9578-30a0591533f4/add_router_interface => generated 309 bytes in 1294 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/579] 199.204.45.138 () {34 vars in 1018 bytes} [Sun May 31 07:05:37 2026] GET /v2.0/networks?tenant_id=3f74fef2f041414d801d321a4cc4da1c&shared=False => generated 771 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/580] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:37 2026] GET /v2.0/security-groups?id=1d6cf90a-78b5-4376-bef4-372d1142783a&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: 301/583] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:05:37 2026] GET /v2.0/networks?id=b82992d5-0130-4498-a37d-1aea1b8ea158 => generated 683 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/584] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:37 2026] GET /v2.0/ports?device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => 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: 283/585] 10.0.0.248 () {34 vars in 783 bytes} [Sun May 31 07:05:36 2026] PUT /v2.0/routers/9e58710f-9273-4dc8-9f6b-3f69c0a339ac/add_router_interface => generated 309 bytes in 1448 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/586] 199.204.45.138 () {34 vars in 1050 bytes} [Sun May 31 07:05:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0153b92a5f754e2691b9c3d9790678b4 => generated 181 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/587] 199.204.45.138 () {34 vars in 930 bytes} [Sun May 31 07:05:37 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: 8|app: 0|req: 304/588] 10.0.0.248 () {34 vars in 685 bytes} [Sun May 31 07:05:38 2026] POST /v2.0/security-groups => generated 1661 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/589] 199.204.45.138 () {38 vars in 955 bytes} [Sun May 31 07:05:37 2026] POST /v2.0/ports => generated 958 bytes in 457 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: 305/590] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:05:38 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: 7|app: 0|req: 286/591] 10.0.0.248 () {34 vars in 685 bytes} [Sun May 31 07:05:38 2026] POST /v2.0/security-groups => generated 1660 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/592] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:05:38 2026] POST /v2.0/security-group-rules => generated 602 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/593] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:05:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/594] 199.204.45.138 () {38 vars in 1028 bytes} [Sun May 31 07:05:38 2026] PUT /v2.0/ports/c4c5de57-db16-4c7d-9a9d-4fc2baa7d078 => generated 1239 bytes in 375 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: 307/595] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:05:38 2026] POST /v2.0/security-group-rules => generated 602 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/596] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:38 2026] GET /v2.0/ports?device_id=87cc760c-e56e-4eb5-a981-cf13c6f9f091 => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/597] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:05:38 2026] GET /v2.0/ports?tenant_id=3f74fef2f041414d801d321a4cc4da1c&device_id=87cc760c-e56e-4eb5-a981-cf13c6f9f091 => generated 1242 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/598] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:38 2026] GET /v2.0/ports?device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => generated 973 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/599] 10.0.0.248 () {34 vars in 676 bytes} [Sun May 31 07:05:38 2026] POST /v2.0/floatingips => generated 552 bytes in 465 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/600] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:39 2026] GET /v2.0/security-groups?id=1d6cf90a-78b5-4376-bef4-372d1142783a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/601] 199.204.45.138 () {34 vars in 1060 bytes} [Sun May 31 07:05:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=2379629e-e7cf-4a32-bb5c-cdeae5f5f72d => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:05:39.123 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-09f52150-ab38-4774-9eb3-e07ffadac42d'] response: {'name': 'network-changed', 'server_uuid': '7e80e017-10fc-4a8c-a642-e62dc4a10157', 'tag': 'c4c5de57-db16-4c7d-9a9d-4fc2baa7d078', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 292/602] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:39 2026] GET /v2.0/security-groups?id=5edbee26-e3ff-49ce-b619-ed6e79b0bf1f&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: 7|app: 0|req: 293/603] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:05:39 2026] GET /v2.0/subnets?id=691bb886-dbb3-4dcf-a6b8-e288d0b38c4f => generated 693 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/604] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:05:39 2026] GET /v2.0/ports?network_id=71a46244-36ed-41ed-babe-c83b4aaee389&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/605] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:05:39 2026] GET /v2.0/networks/71a46244-36ed-41ed-babe-c83b4aaee389?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: 296/606] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:05:39 2026] GET /v2.0/networks/71a46244-36ed-41ed-babe-c83b4aaee389?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/607] 10.0.0.248 () {34 vars in 676 bytes} [Sun May 31 07:05:38 2026] POST /v2.0/floatingips => generated 552 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/608] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:05:39 2026] GET /v2.0/ports?tenant_id=0153b92a5f754e2691b9c3d9790678b4&device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => generated 1242 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/609] 199.204.45.138 () {34 vars in 1018 bytes} [Sun May 31 07:05:39 2026] GET /v2.0/networks?tenant_id=0153b92a5f754e2691b9c3d9790678b4&shared=False => generated 779 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/610] 199.204.45.138 () {34 vars in 930 bytes} [Sun May 31 07:05:39 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/611] 10.0.0.237 () {34 vars in 1100 bytes} [Sun May 31 07:05:39 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1862478624&fields=id&tenant_id=44bf4182eba54da6a188e0f539efa49c => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/612] 10.0.0.237 () {34 vars in 982 bytes} [Sun May 31 07:05:39 2026] GET /v2.0/networks?id=ff003ab1-cf9c-41c9-8e9d-092c7c9caeac => generated 670 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/613] 10.0.0.237 () {34 vars in 965 bytes} [Sun May 31 07:05:39 2026] GET /v2.0/quotas/44bf4182eba54da6a188e0f539efa49c => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/614] 10.0.0.237 () {34 vars in 1002 bytes} [Sun May 31 07:05:39 2026] GET /v2.0/ports?tenant_id=44bf4182eba54da6a188e0f539efa49c&fields=id => generated 57 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/615] 10.0.0.237 () {34 vars in 1008 bytes} [Sun May 31 07:05:40 2026] GET /v2.0/networks/ff003ab1-cf9c-41c9-8e9d-092c7c9caeac?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: 316/616] 10.0.0.237 () {34 vars in 1108 bytes} [Sun May 31 07:05:40 2026] GET /v2.0/networks/ff003ab1-cf9c-41c9-8e9d-092c7c9caeac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/617] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:40 2026] GET /v2.0/ports?device_id=87cc760c-e56e-4eb5-a981-cf13c6f9f091 => generated 973 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/618] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:40 2026] GET /v2.0/security-groups?id=1d6cf90a-78b5-4376-bef4-372d1142783a&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: 302/619] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:40 2026] GET /v2.0/ports?device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/620] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:40 2026] GET /v2.0/security-groups?id=5edbee26-e3ff-49ce-b619-ed6e79b0bf1f&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/621] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:40 2026] GET /v2.0/ports?device_id=73388166-3770-4d33-a401-15f5a5f2362e => 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: 319/622] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:05:40 2026] GET /v2.0/ports?tenant_id=0153b92a5f754e2691b9c3d9790678b4&device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/623] 199.204.45.138 () {34 vars in 1060 bytes} [Sun May 31 07:05:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=c4c5de57-db16-4c7d-9a9d-4fc2baa7d078 => 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: 320/624] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:05:40 2026] GET /v2.0/subnets?id=50064259-65ed-46e4-ad36-5e061bd9bd77 => generated 701 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/625] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:05:40 2026] GET /v2.0/ports?network_id=b82992d5-0130-4498-a37d-1aea1b8ea158&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: 321/626] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:05:40 2026] GET /v2.0/networks/b82992d5-0130-4498-a37d-1aea1b8ea158?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: 306/627] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:05:41 2026] GET /v2.0/networks/b82992d5-0130-4498-a37d-1aea1b8ea158?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: 322/628] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:41 2026] GET /v2.0/ports?device_id=87cc760c-e56e-4eb5-a981-cf13c6f9f091 => 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: 307/629] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:41 2026] GET /v2.0/security-groups?id=1d6cf90a-78b5-4376-bef4-372d1142783a&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: 323/630] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:41 2026] GET /v2.0/ports?device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/631] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:41 2026] GET /v2.0/ports?device_id=73388166-3770-4d33-a401-15f5a5f2362e => 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: 324/632] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:41 2026] GET /v2.0/security-groups?id=5edbee26-e3ff-49ce-b619-ed6e79b0bf1f&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/633] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:42 2026] GET /v2.0/ports?device_id=87cc760c-e56e-4eb5-a981-cf13c6f9f091 => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/634] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:42 2026] GET /v2.0/ports?device_id=73388166-3770-4d33-a401-15f5a5f2362e => 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: 325/635] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:42 2026] GET /v2.0/security-groups?id=1d6cf90a-78b5-4376-bef4-372d1142783a&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/636] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:42 2026] GET /v2.0/ports?device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => generated 973 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/637] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:42 2026] GET /v2.0/security-groups?id=5edbee26-e3ff-49ce-b619-ed6e79b0bf1f&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: 7|app: 0|req: 312/638] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:43 2026] GET /v2.0/ports?device_id=73388166-3770-4d33-a401-15f5a5f2362e => 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: 327/639] 10.0.0.237 () {34 vars in 1100 bytes} [Sun May 31 07:05:43 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1451367032&fields=id&tenant_id=3b97bbc3f75243f6a85be8fd36c401a0 => generated 69 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/640] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:43 2026] GET /v2.0/ports?device_id=87cc760c-e56e-4eb5-a981-cf13c6f9f091 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/641] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:43 2026] GET /v2.0/security-groups?id=1d6cf90a-78b5-4376-bef4-372d1142783a&fields=id&fields=name => generated 114 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/642] 10.0.0.237 () {34 vars in 982 bytes} [Sun May 31 07:05:43 2026] GET /v2.0/networks?id=b190996b-68d7-4f0e-8916-8c4782684b57 => generated 680 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/643] 10.0.0.237 () {34 vars in 965 bytes} [Sun May 31 07:05:43 2026] GET /v2.0/quotas/3b97bbc3f75243f6a85be8fd36c401a0 => generated 292 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/644] 10.0.0.237 () {34 vars in 1002 bytes} [Sun May 31 07:05:43 2026] GET /v2.0/ports?tenant_id=3b97bbc3f75243f6a85be8fd36c401a0&fields=id => generated 103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/645] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:43 2026] GET /v2.0/ports?device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/646] 10.0.0.237 () {34 vars in 1008 bytes} [Sun May 31 07:05:43 2026] GET /v2.0/networks/b190996b-68d7-4f0e-8916-8c4782684b57?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/647] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:43 2026] GET /v2.0/security-groups?id=5edbee26-e3ff-49ce-b619-ed6e79b0bf1f&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: 7|app: 0|req: 316/648] 10.0.0.237 () {34 vars in 1108 bytes} [Sun May 31 07:05:43 2026] GET /v2.0/networks/b190996b-68d7-4f0e-8916-8c4782684b57?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/649] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:44 2026] GET /v2.0/ports?device_id=bdf85933-cef9-4d26-bd4a-8e84cfb376f3 => 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: 317/650] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:05:44 2026] GET /v2.0/networks?id=ff003ab1-cf9c-41c9-8e9d-092c7c9caeac => generated 670 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/651] 199.204.45.138 () {34 vars in 1050 bytes} [Sun May 31 07:05:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=44bf4182eba54da6a188e0f539efa49c => generated 181 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/652] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:44 2026] GET /v2.0/ports?device_id=73388166-3770-4d33-a401-15f5a5f2362e => 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: 319/653] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:44 2026] GET /v2.0/ports?device_id=87cc760c-e56e-4eb5-a981-cf13c6f9f091 => generated 973 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/654] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:44 2026] GET /v2.0/security-groups?id=1d6cf90a-78b5-4376-bef4-372d1142783a&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: 321/655] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:44 2026] GET /v2.0/ports?device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => generated 973 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/656] 199.204.45.138 () {38 vars in 955 bytes} [Sun May 31 07:05:44 2026] POST /v2.0/ports => generated 954 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/657] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:45 2026] GET /v2.0/security-groups?id=5edbee26-e3ff-49ce-b619-ed6e79b0bf1f&fields=id&fields=name => generated 114 bytes in 29 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: 323/658] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:45 2026] GET /v2.0/ports?device_id=bdf85933-cef9-4d26-bd4a-8e84cfb376f3 => 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: 336/659] 199.204.45.138 () {38 vars in 1028 bytes} [Sun May 31 07:05:45 2026] PUT /v2.0/ports/129c01c0-a587-4729-9cfb-26041877d401 => generated 1235 bytes in 414 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:05:45.571 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b8a1b0e-b8c0-499d-887f-6691375aa5cb'] response: {'name': 'network-changed', 'server_uuid': '73388166-3770-4d33-a401-15f5a5f2362e', 'tag': '129c01c0-a587-4729-9cfb-26041877d401', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 324/660] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:45 2026] GET /v2.0/ports?device_id=73388166-3770-4d33-a401-15f5a5f2362e => generated 969 bytes in 71 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: 337/661] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:45 2026] GET /v2.0/security-groups?id=a0d94b83-e2c3-4734-b27c-76cadaaca3e2&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: 325/662] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:46 2026] GET /v2.0/ports?device_id=87cc760c-e56e-4eb5-a981-cf13c6f9f091 => 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: 338/663] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:05:46 2026] GET /v2.0/ports?tenant_id=44bf4182eba54da6a188e0f539efa49c&device_id=73388166-3770-4d33-a401-15f5a5f2362e => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/664] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:46 2026] GET /v2.0/security-groups?id=1d6cf90a-78b5-4376-bef4-372d1142783a&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/665] 199.204.45.138 () {34 vars in 1018 bytes} [Sun May 31 07:05:46 2026] GET /v2.0/networks?tenant_id=44bf4182eba54da6a188e0f539efa49c&shared=False => generated 766 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/666] 199.204.45.138 () {34 vars in 930 bytes} [Sun May 31 07:05:46 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/667] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:46 2026] GET /v2.0/ports?device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/668] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:46 2026] GET /v2.0/security-groups?id=5edbee26-e3ff-49ce-b619-ed6e79b0bf1f&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: 341/669] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:46 2026] GET /v2.0/ports?device_id=bdf85933-cef9-4d26-bd4a-8e84cfb376f3 => 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: 329/670] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:46 2026] GET /v2.0/ports?device_id=73388166-3770-4d33-a401-15f5a5f2362e => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/671] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:47 2026] GET /v2.0/security-groups?id=a0d94b83-e2c3-4734-b27c-76cadaaca3e2&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/672] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:47 2026] GET /v2.0/ports?device_id=87cc760c-e56e-4eb5-a981-cf13c6f9f091 => 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: 343/673] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:05:47 2026] GET /v2.0/ports?tenant_id=44bf4182eba54da6a188e0f539efa49c&device_id=73388166-3770-4d33-a401-15f5a5f2362e => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/674] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:47 2026] GET /v2.0/security-groups?id=1d6cf90a-78b5-4376-bef4-372d1142783a&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: 8|app: 0|req: 344/675] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:05:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=129c01c0-a587-4729-9cfb-26041877d401 => 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: 332/676] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:05:47 2026] GET /v2.0/subnets?id=11f0a76d-d13a-4866-810f-e54848ba3235 => generated 688 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/677] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:05:47 2026] GET /v2.0/ports?network_id=ff003ab1-cf9c-41c9-8e9d-092c7c9caeac&device_owner=network%3Adhcp => 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: 345/678] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:47 2026] GET /v2.0/ports?device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => 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: 346/679] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:47 2026] GET /v2.0/security-groups?id=5edbee26-e3ff-49ce-b619-ed6e79b0bf1f&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: 334/680] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:05:47 2026] GET /v2.0/networks/ff003ab1-cf9c-41c9-8e9d-092c7c9caeac?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/681] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:47 2026] GET /v2.0/ports?device_id=bdf85933-cef9-4d26-bd4a-8e84cfb376f3 => 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: 347/682] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:05:47 2026] GET /v2.0/networks/ff003ab1-cf9c-41c9-8e9d-092c7c9caeac?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: 336/683] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:48 2026] GET /v2.0/ports?device_id=73388166-3770-4d33-a401-15f5a5f2362e => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/684] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:48 2026] GET /v2.0/security-groups?id=a0d94b83-e2c3-4734-b27c-76cadaaca3e2&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/685] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:48 2026] GET /v2.0/ports?device_id=87cc760c-e56e-4eb5-a981-cf13c6f9f091 => 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: 349/686] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:48 2026] GET /v2.0/security-groups?id=1d6cf90a-78b5-4376-bef4-372d1142783a&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/687] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:48 2026] GET /v2.0/ports?device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/688] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:05:48 2026] GET /v2.0/networks?id=b190996b-68d7-4f0e-8916-8c4782684b57 => generated 680 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/689] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:48 2026] GET /v2.0/ports?device_id=87cc760c-e56e-4eb5-a981-cf13c6f9f091 => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/690] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:48 2026] GET /v2.0/security-groups?id=5edbee26-e3ff-49ce-b619-ed6e79b0bf1f&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: 340/691] 199.204.45.138 () {34 vars in 1050 bytes} [Sun May 31 07:05:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3b97bbc3f75243f6a85be8fd36c401a0 => generated 181 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/692] 199.204.45.138 () {38 vars in 955 bytes} [Sun May 31 07:05:48 2026] POST /v2.0/ports => generated 954 bytes in 340 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: 342/693] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:48 2026] GET /v2.0/ports?device_id=bdf85933-cef9-4d26-bd4a-8e84cfb376f3 => generated 957 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:05:49.038 8 INFO neutron.db.l3_db [None req-67945d3a-5822-4179-8e62-eb1a4b623f22 2c7a73a46cab47c4951497651a2e5329 3f74fef2f041414d801d321a4cc4da1c - - default default] Floating IP e0d09296-1fe3-4ab0-b0ae-98445540c6d4 associated. External IP: 10.96.250.215, port: 2379629e-e7cf-4a32-bb5c-cdeae5f5f72d. [pid: 8|app: 0|req: 352/694] 10.0.0.248 () {34 vars in 749 bytes} [Sun May 31 07:05:48 2026] PUT /v2.0/floatingips/e0d09296-1fe3-4ab0-b0ae-98445540c6d4 => generated 856 bytes in 697 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/695] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:49 2026] GET /v2.0/security-groups?id=b0f5f617-839c-4882-8a11-cac7231cbbe2&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: 354/696] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:49 2026] GET /v2.0/ports?device_id=73388166-3770-4d33-a401-15f5a5f2362e => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:05:49.409 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e4bc5b6-e17f-49b7-9730-e202f1cf984f'] response: {'name': 'network-changed', 'server_uuid': '87cc760c-e56e-4eb5-a981-cf13c6f9f091', 'tag': '2379629e-e7cf-4a32-bb5c-cdeae5f5f72d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 355/697] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:49 2026] GET /v2.0/security-groups?id=a0d94b83-e2c3-4734-b27c-76cadaaca3e2&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: 343/698] 199.204.45.138 () {38 vars in 1028 bytes} [Sun May 31 07:05:49 2026] PUT /v2.0/ports/54d54418-e594-404b-bf25-ab1c07f62905 => generated 1235 bytes in 447 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:05:49.508 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ce8aa625-9882-4ff0-9794-325e78692745'] response: {'name': 'network-changed', 'server_uuid': 'bdf85933-cef9-4d26-bd4a-8e84cfb376f3', 'tag': '54d54418-e594-404b-bf25-ab1c07f62905', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 356/699] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:49 2026] GET /v2.0/ports?device_id=87cc760c-e56e-4eb5-a981-cf13c6f9f091 => generated 975 bytes in 67 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: 344/700] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:49 2026] GET /v2.0/security-groups?id=1d6cf90a-78b5-4376-bef4-372d1142783a&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/701] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:49 2026] GET /v2.0/ports?device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/702] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:49 2026] GET /v2.0/security-groups?id=5edbee26-e3ff-49ce-b619-ed6e79b0bf1f&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/703] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:49 2026] GET /v2.0/ports?device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/704] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:49 2026] GET /v2.0/ports?device_id=87cc760c-e56e-4eb5-a981-cf13c6f9f091 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/705] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:05:49 2026] GET /v2.0/ports?tenant_id=3f74fef2f041414d801d321a4cc4da1c&device_id=87cc760c-e56e-4eb5-a981-cf13c6f9f091 => generated 1244 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/706] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:49 2026] GET /v2.0/security-groups?id=1d6cf90a-78b5-4376-bef4-372d1142783a&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/707] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:05:49 2026] GET /v2.0/networks?id=71a46244-36ed-41ed-babe-c83b4aaee389 => generated 771 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/708] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:05:50 2026] GET /v2.0/ports?tenant_id=3b97bbc3f75243f6a85be8fd36c401a0&device_id=bdf85933-cef9-4d26-bd4a-8e84cfb376f3 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/709] 199.204.45.138 () {34 vars in 1060 bytes} [Sun May 31 07:05:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=2379629e-e7cf-4a32-bb5c-cdeae5f5f72d => generated 859 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/710] 199.204.45.138 () {34 vars in 1018 bytes} [Sun May 31 07:05:50 2026] GET /v2.0/networks?tenant_id=3b97bbc3f75243f6a85be8fd36c401a0&shared=False => generated 776 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/711] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:05:50 2026] GET /v2.0/subnets?id=691bb886-dbb3-4dcf-a6b8-e288d0b38c4f => generated 693 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/712] 199.204.45.138 () {34 vars in 930 bytes} [Sun May 31 07:05:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:05:50.264 8 INFO neutron.db.l3_db [None req-eb0ae76a-346e-43d5-b5fe-a16dbed1772a e6c58d0957224eb5b204c3120922830f 0153b92a5f754e2691b9c3d9790678b4 - - default default] Floating IP 3a89ea50-b14d-4385-83e3-61dfbb9df93e associated. External IP: 10.96.250.217, port: c4c5de57-db16-4c7d-9a9d-4fc2baa7d078. [pid: 7|app: 0|req: 355/713] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:05:50 2026] GET /v2.0/ports?network_id=71a46244-36ed-41ed-babe-c83b4aaee389&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/714] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:05:50 2026] GET /v2.0/networks/71a46244-36ed-41ed-babe-c83b4aaee389?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: 357/715] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:05:50 2026] GET /v2.0/networks/71a46244-36ed-41ed-babe-c83b4aaee389?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/716] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:50 2026] GET /v2.0/ports?device_id=bdf85933-cef9-4d26-bd4a-8e84cfb376f3 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/717] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:50 2026] GET /v2.0/security-groups?id=b0f5f617-839c-4882-8a11-cac7231cbbe2&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: 360/718] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:50 2026] GET /v2.0/ports?device_id=73388166-3770-4d33-a401-15f5a5f2362e => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/719] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:50 2026] GET /v2.0/security-groups?id=a0d94b83-e2c3-4734-b27c-76cadaaca3e2&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/720] 10.0.0.248 () {34 vars in 749 bytes} [Sun May 31 07:05:49 2026] PUT /v2.0/floatingips/3a89ea50-b14d-4385-83e3-61dfbb9df93e => generated 856 bytes in 736 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/721] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:50 2026] GET /v2.0/ports?device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/722] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:50 2026] GET /v2.0/security-groups?id=5edbee26-e3ff-49ce-b619-ed6e79b0bf1f&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: 363/723] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:51 2026] GET /v2.0/ports?device_id=87cc760c-e56e-4eb5-a981-cf13c6f9f091 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/724] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:51 2026] GET /v2.0/security-groups?id=1d6cf90a-78b5-4376-bef4-372d1142783a&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/725] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:05:51 2026] GET /v2.0/ports?tenant_id=3b97bbc3f75243f6a85be8fd36c401a0&device_id=bdf85933-cef9-4d26-bd4a-8e84cfb376f3 => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/726] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:05:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=54d54418-e594-404b-bf25-ab1c07f62905 => 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: 365/727] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:05:51 2026] GET /v2.0/subnets?id=57639c17-1c0c-4c5d-9e3b-000f2289ba7f => generated 698 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:05:51.449 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-44144a37-151c-40cf-b93d-c1ad49b27d5b'] response: {'name': 'network-changed', 'server_uuid': '7e80e017-10fc-4a8c-a642-e62dc4a10157', 'tag': 'c4c5de57-db16-4c7d-9a9d-4fc2baa7d078', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 363/728] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:05:51 2026] GET /v2.0/ports?network_id=b190996b-68d7-4f0e-8916-8c4782684b57&device_owner=network%3Adhcp => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/729] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:05:51 2026] GET /v2.0/networks/b190996b-68d7-4f0e-8916-8c4782684b57?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: 364/730] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:05:51 2026] GET /v2.0/networks/b190996b-68d7-4f0e-8916-8c4782684b57?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: 367/733] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:51 2026] GET /v2.0/ports?device_id=bdf85933-cef9-4d26-bd4a-8e84cfb376f3 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/734] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:51 2026] GET /v2.0/security-groups?id=b0f5f617-839c-4882-8a11-cac7231cbbe2&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/735] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:51 2026] GET /v2.0/ports?device_id=73388166-3770-4d33-a401-15f5a5f2362e => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/736] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:51 2026] GET /v2.0/security-groups?id=a0d94b83-e2c3-4734-b27c-76cadaaca3e2&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: 369/737] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:05:51 2026] GET /v2.0/ports?tenant_id=0153b92a5f754e2691b9c3d9790678b4&device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/738] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:05:52 2026] GET /v2.0/networks?id=b82992d5-0130-4498-a37d-1aea1b8ea158 => generated 779 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/739] 199.204.45.138 () {34 vars in 1060 bytes} [Sun May 31 07:05:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=c4c5de57-db16-4c7d-9a9d-4fc2baa7d078 => generated 859 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/740] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:05:52 2026] GET /v2.0/subnets?id=50064259-65ed-46e4-ad36-5e061bd9bd77 => generated 701 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/741] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:05:52 2026] GET /v2.0/ports?network_id=b82992d5-0130-4498-a37d-1aea1b8ea158&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: 8|app: 0|req: 371/742] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:05:52 2026] GET /v2.0/networks/b82992d5-0130-4498-a37d-1aea1b8ea158?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/743] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:52 2026] GET /v2.0/ports?device_id=87cc760c-e56e-4eb5-a981-cf13c6f9f091 => 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: 372/744] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:05:52 2026] GET /v2.0/networks/b82992d5-0130-4498-a37d-1aea1b8ea158?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: 373/745] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:52 2026] GET /v2.0/security-groups?id=1d6cf90a-78b5-4376-bef4-372d1142783a&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: 373/746] 199.204.45.138 () {34 vars in 994 bytes} [Sun May 31 07:05:52 2026] GET /v2.0/ports?device_id=87cc760c-e56e-4eb5-a981-cf13c6f9f091 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:05:52.751 7 INFO neutron_taas.services.taas.taas_plugin [req-4ffa7927-120b-4aa1-b30e-b5ac484a82b2 req-4aa882de-3e10-4681-9c20-81c7c941aba0 2c7a73a46cab47c4951497651a2e5329 3f74fef2f041414d801d321a4cc4da1c - - default default] TaaS: Handle Delete Port: 2379629e-e7cf-4a32-bb5c-cdeae5f5f72d 2026-05-31 07:05:52.757 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4ffa7927-120b-4aa1-b30e-b5ac484a82b2 req-4aa882de-3e10-4681-9c20-81c7c941aba0 2c7a73a46cab47c4951497651a2e5329 3f74fef2f041414d801d321a4cc4da1c - - default default] Tap Mirror: Handle Delete Port: 2379629e-e7cf-4a32-bb5c-cdeae5f5f72d [pid: 8|app: 0|req: 374/747] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:52 2026] GET /v2.0/ports?device_id=bdf85933-cef9-4d26-bd4a-8e84cfb376f3 => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/748] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:52 2026] GET /v2.0/security-groups?id=b0f5f617-839c-4882-8a11-cac7231cbbe2&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-05-31 07:05:52.974 7 INFO neutron.db.l3_db [req-4ffa7927-120b-4aa1-b30e-b5ac484a82b2 req-4aa882de-3e10-4681-9c20-81c7c941aba0 2c7a73a46cab47c4951497651a2e5329 3f74fef2f041414d801d321a4cc4da1c - - default default] Floating IP e0d09296-1fe3-4ab0-b0ae-98445540c6d4 disassociated. External IP: 10.96.250.215, port: 2379629e-e7cf-4a32-bb5c-cdeae5f5f72d. [pid: 8|app: 0|req: 376/749] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:53 2026] GET /v2.0/ports?device_id=73388166-3770-4d33-a401-15f5a5f2362e => generated 971 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/750] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:53 2026] GET /v2.0/security-groups?id=a0d94b83-e2c3-4734-b27c-76cadaaca3e2&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/751] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:53 2026] GET /v2.0/ports?device_id=73388166-3770-4d33-a401-15f5a5f2362e => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/752] 199.204.45.138 () {36 vars in 997 bytes} [Sun May 31 07:05:52 2026] DELETE /v2.0/ports/2379629e-e7cf-4a32-bb5c-cdeae5f5f72d => generated 0 bytes in 792 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/753] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:53 2026] GET /v2.0/ports?device_id=87cc760c-e56e-4eb5-a981-cf13c6f9f091 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:05:53.451 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a8c7e49-f39b-4a3b-8a3a-ed9557b83ad9'] response: {'server_uuid': '87cc760c-e56e-4eb5-a981-cf13c6f9f091', 'name': 'network-vif-deleted', 'tag': '2379629e-e7cf-4a32-bb5c-cdeae5f5f72d', 'status': 'completed', 'code': 200} 2026-05-31 07:05:53.509 8 INFO neutron.db.l3_db [None req-f5b63254-7a7b-4925-89ef-26763622b381 7dd0d9250c8045bab400c56d09e64a35 44bf4182eba54da6a188e0f539efa49c - - default default] Floating IP a06305f8-a858-4e34-867b-3492a6ab6e9b associated. External IP: 10.96.250.206, port: 129c01c0-a587-4729-9cfb-26041877d401. [pid: 8|app: 0|req: 379/754] 10.0.0.248 () {34 vars in 749 bytes} [Sun May 31 07:05:53 2026] PUT /v2.0/floatingips/a06305f8-a858-4e34-867b-3492a6ab6e9b => generated 855 bytes in 537 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:05:53.848 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-89556bb4-49aa-4d74-880f-8f6f2cf59033'] response: {'name': 'network-changed', 'server_uuid': '73388166-3770-4d33-a401-15f5a5f2362e', 'tag': '129c01c0-a587-4729-9cfb-26041877d401', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 376/755] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:53 2026] GET /v2.0/ports?device_id=73388166-3770-4d33-a401-15f5a5f2362e => 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: 380/756] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:53 2026] GET /v2.0/security-groups?id=a0d94b83-e2c3-4734-b27c-76cadaaca3e2&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/757] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:53 2026] GET /v2.0/ports?device_id=bdf85933-cef9-4d26-bd4a-8e84cfb376f3 => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/758] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:54 2026] GET /v2.0/security-groups?id=b0f5f617-839c-4882-8a11-cac7231cbbe2&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: 378/759] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:54 2026] GET /v2.0/ports?device_id=73388166-3770-4d33-a401-15f5a5f2362e => 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: 382/760] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:54 2026] GET /v2.0/security-groups?id=a0d94b83-e2c3-4734-b27c-76cadaaca3e2&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/761] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:05:54 2026] GET /v2.0/ports?tenant_id=44bf4182eba54da6a188e0f539efa49c&device_id=73388166-3770-4d33-a401-15f5a5f2362e => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/762] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:05:54 2026] GET /v2.0/networks?id=ff003ab1-cf9c-41c9-8e9d-092c7c9caeac => generated 766 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/763] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:05:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=129c01c0-a587-4729-9cfb-26041877d401 => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/764] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:54 2026] GET /v2.0/ports?device_id=87cc760c-e56e-4eb5-a981-cf13c6f9f091 => 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: 381/765] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:05:54 2026] GET /v2.0/subnets?id=11f0a76d-d13a-4866-810f-e54848ba3235 => generated 688 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/766] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:05:54 2026] GET /v2.0/ports?network_id=ff003ab1-cf9c-41c9-8e9d-092c7c9caeac&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: 382/767] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:05:54 2026] GET /v2.0/networks/ff003ab1-cf9c-41c9-8e9d-092c7c9caeac?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: 386/768] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:05:54 2026] GET /v2.0/networks/ff003ab1-cf9c-41c9-8e9d-092c7c9caeac?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: 383/769] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:55 2026] GET /v2.0/ports?device_id=bdf85933-cef9-4d26-bd4a-8e84cfb376f3 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/770] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:55 2026] GET /v2.0/security-groups?id=b0f5f617-839c-4882-8a11-cac7231cbbe2&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: 384/771] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:55 2026] GET /v2.0/ports?device_id=73388166-3770-4d33-a401-15f5a5f2362e => 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: 388/772] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:55 2026] GET /v2.0/security-groups?id=a0d94b83-e2c3-4734-b27c-76cadaaca3e2&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/773] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:55 2026] GET /v2.0/ports?device_id=87cc760c-e56e-4eb5-a981-cf13c6f9f091 => 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: 389/774] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:56 2026] GET /v2.0/ports?device_id=bdf85933-cef9-4d26-bd4a-8e84cfb376f3 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/775] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:56 2026] GET /v2.0/security-groups?id=b0f5f617-839c-4882-8a11-cac7231cbbe2&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/776] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:56 2026] GET /v2.0/ports?device_id=73388166-3770-4d33-a401-15f5a5f2362e => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/777] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:56 2026] GET /v2.0/security-groups?id=a0d94b83-e2c3-4734-b27c-76cadaaca3e2&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: 391/778] 199.204.45.138 () {34 vars in 994 bytes} [Sun May 31 07:05:56 2026] GET /v2.0/ports?device_id=73388166-3770-4d33-a401-15f5a5f2362e => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:05:56.724 7 INFO neutron_taas.services.taas.taas_plugin [req-384b2ab3-930a-4f0b-a1a6-26f2ec66cbec req-3e2d4df7-e7f0-465f-b7c0-c7b5f7c89c6c 7dd0d9250c8045bab400c56d09e64a35 44bf4182eba54da6a188e0f539efa49c - - default default] TaaS: Handle Delete Port: 129c01c0-a587-4729-9cfb-26041877d401 2026-05-31 07:05:56.727 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-384b2ab3-930a-4f0b-a1a6-26f2ec66cbec req-3e2d4df7-e7f0-465f-b7c0-c7b5f7c89c6c 7dd0d9250c8045bab400c56d09e64a35 44bf4182eba54da6a188e0f539efa49c - - default default] Tap Mirror: Handle Delete Port: 129c01c0-a587-4729-9cfb-26041877d401 [pid: 8|app: 0|req: 392/779] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:05:56 2026] DELETE /v2.0/security-groups/1d6cf90a-78b5-4376-bef4-372d1142783a => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:05:56.804 8 INFO neutron.api.v2.resource [None req-9c800efa-4622-468a-9381-d3e23bf9d199 2c7a73a46cab47c4951497651a2e5329 3f74fef2f041414d801d321a4cc4da1c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 393/780] 10.0.0.248 () {32 vars in 737 bytes} [Sun May 31 07:05:56 2026] GET /v2.0/security-groups/1d6cf90a-78b5-4376-bef4-372d1142783a => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:05:56.833 7 INFO neutron.db.l3_db [req-384b2ab3-930a-4f0b-a1a6-26f2ec66cbec req-3e2d4df7-e7f0-465f-b7c0-c7b5f7c89c6c 7dd0d9250c8045bab400c56d09e64a35 44bf4182eba54da6a188e0f539efa49c - - default default] Floating IP a06305f8-a858-4e34-867b-3492a6ab6e9b disassociated. External IP: 10.96.250.206, port: 129c01c0-a587-4729-9cfb-26041877d401. 2026-05-31 07:05:56.885 8 INFO neutron_taas.services.taas.taas_plugin [None req-1ee4ef31-f63d-45f6-bead-7975e9a1235c 2c7a73a46cab47c4951497651a2e5329 3f74fef2f041414d801d321a4cc4da1c - - default default] TaaS: Handle Delete Port: 0e84f7ba-d2a5-4dba-a1d8-7e3e2857ae38 2026-05-31 07:05:56.890 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ee4ef31-f63d-45f6-bead-7975e9a1235c 2c7a73a46cab47c4951497651a2e5329 3f74fef2f041414d801d321a4cc4da1c - - default default] Tap Mirror: Handle Delete Port: 0e84f7ba-d2a5-4dba-a1d8-7e3e2857ae38 [pid: 8|app: 0|req: 394/781] 10.0.0.248 () {32 vars in 732 bytes} [Sun May 31 07:05:56 2026] DELETE /v2.0/floatingips/e0d09296-1fe3-4ab0-b0ae-98445540c6d4 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/782] 199.204.45.138 () {36 vars in 997 bytes} [Sun May 31 07:05:56 2026] DELETE /v2.0/ports/129c01c0-a587-4729-9cfb-26041877d401 => generated 0 bytes in 538 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:05:57.183 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d11c3844-21cb-4a2e-9bf6-5d8ecdaa7e99'] response: {'server_uuid': '73388166-3770-4d33-a401-15f5a5f2362e', 'name': 'network-vif-deleted', 'tag': '129c01c0-a587-4729-9cfb-26041877d401', 'status': 'completed', 'code': 200} 2026-05-31 07:05:57.458 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f2414d5-9d39-412b-8a94-a71c332a4072 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: 2ed93904-b2cb-4ed7-be55-c3f8be59d63d 2026-05-31 07:05:57.461 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f2414d5-9d39-412b-8a94-a71c332a4072 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: 2ed93904-b2cb-4ed7-be55-c3f8be59d63d [pid: 7|app: 0|req: 389/783] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:57 2026] GET /v2.0/ports?device_id=bdf85933-cef9-4d26-bd4a-8e84cfb376f3 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/784] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:57 2026] GET /v2.0/security-groups?id=b0f5f617-839c-4882-8a11-cac7231cbbe2&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/785] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:57 2026] GET /v2.0/ports?device_id=73388166-3770-4d33-a401-15f5a5f2362e => 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: 395/786] 10.0.0.248 () {34 vars in 789 bytes} [Sun May 31 07:05:57 2026] PUT /v2.0/routers/b2d1f3e8-65b3-4795-b737-37015ad40088/remove_router_interface => generated 309 bytes in 933 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:05:58.254 7 INFO neutron_taas.services.taas.taas_plugin [None req-bbee8a06-b46e-4571-9282-6584f3eaaccf 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: b125cf0f-900f-417a-8516-1c953dc2de35 2026-05-31 07:05:58.257 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbee8a06-b46e-4571-9282-6584f3eaaccf 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: b125cf0f-900f-417a-8516-1c953dc2de35 2026-05-31 07:05:58.497 7 INFO neutron_taas.services.taas.taas_plugin [None req-bbee8a06-b46e-4571-9282-6584f3eaaccf 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: 6f809d48-39a1-48e0-b058-12a610935f92 2026-05-31 07:05:58.500 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbee8a06-b46e-4571-9282-6584f3eaaccf 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: 6f809d48-39a1-48e0-b058-12a610935f92 [pid: 8|app: 0|req: 396/787] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:58 2026] GET /v2.0/ports?device_id=bdf85933-cef9-4d26-bd4a-8e84cfb376f3 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/788] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:58 2026] GET /v2.0/ports?device_id=73388166-3770-4d33-a401-15f5a5f2362e => 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: 398/789] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:58 2026] GET /v2.0/security-groups?id=b0f5f617-839c-4882-8a11-cac7231cbbe2&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:05:58.856 7 INFO neutron.services.segments.plugin [-] Segment dc56461d-321d-427c-b89b-8e414f028d5e resource provider aggregate not found 2026-05-31 07:05:58.856 7 INFO neutron.services.segments.plugin [-] Segment dc56461d-321d-427c-b89b-8e414f028d5e resource provider aggregate not found 2026-05-31 07:05:58.873 7 INFO neutron.services.segments.plugin [-] Segment dc56461d-321d-427c-b89b-8e414f028d5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc56461d-321d-427c-b89b-8e414f028d5e found for delete ", "request_id": "req-db150c44-06f7-45bf-8a3b-8727db68175d"}]} 2026-05-31 07:05:58.873 7 INFO neutron.db.l3_hamode_db [None req-bbee8a06-b46e-4571-9282-6584f3eaaccf 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] HA network cbb377f1-cc1b-4af3-93ec-d45b5f350941 was deleted as no HA routers are present in tenant 3f74fef2f041414d801d321a4cc4da1c. [pid: 7|app: 0|req: 392/790] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:05:58 2026] DELETE /v2.0/routers/b2d1f3e8-65b3-4795-b737-37015ad40088 => generated 0 bytes in 843 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:05:58.889 7 INFO neutron.services.segments.plugin [-] Segment dc56461d-321d-427c-b89b-8e414f028d5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc56461d-321d-427c-b89b-8e414f028d5e found for delete ", "request_id": "req-bc1adcd7-8df0-45c2-bb3a-9d3e5a1d0ad2"}]} [pid: 8|app: 0|req: 399/791] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:05:58 2026] DELETE /v2.0/subnets/691bb886-dbb3-4dcf-a6b8-e288d0b38c4f => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:05:59.231 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f4daf91-f09f-42f7-8589-1c518aef21f4 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: ea29ffc7-25a8-48d5-8a4a-2ac0c1f78191 2026-05-31 07:05:59.235 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f4daf91-f09f-42f7-8589-1c518aef21f4 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: ea29ffc7-25a8-48d5-8a4a-2ac0c1f78191 [pid: 7|app: 0|req: 393/792] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:05:59 2026] DELETE /v2.0/networks/71a46244-36ed-41ed-babe-c83b4aaee389 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/793] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:05:59 2026] GET /v2.0/security-groups?tenant_id=3f74fef2f041414d801d321a4cc4da1c&name=default => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/794] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:05:59 2026] DELETE /v2.0/security-groups/56dde37a-f7c3-4359-be0f-9292b2d70b4d => 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: 401/795] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:59 2026] GET /v2.0/ports?device_id=73388166-3770-4d33-a401-15f5a5f2362e => 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: 395/796] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:05:59 2026] GET /v2.0/ports?device_id=bdf85933-cef9-4d26-bd4a-8e84cfb376f3 => 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: 402/797] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:05:59 2026] GET /v2.0/security-groups?id=b0f5f617-839c-4882-8a11-cac7231cbbe2&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/798] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:00 2026] GET /v2.0/ports?device_id=bdf85933-cef9-4d26-bd4a-8e84cfb376f3 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:06:00.409 8 INFO neutron.db.l3_db [None req-f9b47a36-539a-4056-8f83-0343da43783c 01ab277fc72e4dfc9a1e9fa6e70e1be9 3b97bbc3f75243f6a85be8fd36c401a0 - - default default] Floating IP 76a7edc8-06ef-4cc5-b9fa-948a2cc9fa45 associated. External IP: 10.96.250.212, port: 54d54418-e594-404b-bf25-ab1c07f62905. [pid: 8|app: 0|req: 403/799] 10.0.0.248 () {34 vars in 749 bytes} [Sun May 31 07:06:00 2026] PUT /v2.0/floatingips/76a7edc8-06ef-4cc5-b9fa-948a2cc9fa45 => generated 855 bytes in 559 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:06:00.698 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-08d8fdfb-286f-41d7-b86a-3f7fcf266e72'] response: {'name': 'network-changed', 'server_uuid': 'bdf85933-cef9-4d26-bd4a-8e84cfb376f3', 'tag': '54d54418-e594-404b-bf25-ab1c07f62905', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 397/800] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:00 2026] GET /v2.0/ports?device_id=bdf85933-cef9-4d26-bd4a-8e84cfb376f3 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/801] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:06:00 2026] GET /v2.0/security-groups?id=b0f5f617-839c-4882-8a11-cac7231cbbe2&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-05-31 07:06:00.895 7 INFO neutron.services.segments.plugin [-] Segment de2c5ebb-00e4-4b08-8299-86fb9ffcb0a7 resource provider aggregate not found 2026-05-31 07:06:00.911 7 INFO neutron.services.segments.plugin [-] Segment de2c5ebb-00e4-4b08-8299-86fb9ffcb0a7 resource provider aggregate not found 2026-05-31 07:06:00.917 7 INFO neutron.services.segments.plugin [-] Segment de2c5ebb-00e4-4b08-8299-86fb9ffcb0a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de2c5ebb-00e4-4b08-8299-86fb9ffcb0a7 found for delete ", "request_id": "req-6b3954d8-e9dc-4e04-8c6c-14c6d08291c9"}]} 2026-05-31 07:06:00.927 7 INFO neutron.services.segments.plugin [-] Segment de2c5ebb-00e4-4b08-8299-86fb9ffcb0a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de2c5ebb-00e4-4b08-8299-86fb9ffcb0a7 found for delete ", "request_id": "req-e681fff8-fc35-4ca6-8823-7b0e84269e12"}]} [pid: 8|app: 0|req: 405/802] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:01 2026] GET /v2.0/ports?device_id=bdf85933-cef9-4d26-bd4a-8e84cfb376f3 => 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: 398/803] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:00 2026] DELETE /v2.0/security-groups/a0d94b83-e2c3-4734-b27c-76cadaaca3e2 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:06:01.084 7 INFO neutron.api.v2.resource [None req-61a4956f-06ef-45da-8933-cf19ecfc1340 7dd0d9250c8045bab400c56d09e64a35 44bf4182eba54da6a188e0f539efa49c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 399/804] 10.0.0.248 () {32 vars in 737 bytes} [Sun May 31 07:06:01 2026] GET /v2.0/security-groups/a0d94b83-e2c3-4734-b27c-76cadaaca3e2 => 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: 406/805] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:06:01 2026] GET /v2.0/security-groups?id=b0f5f617-839c-4882-8a11-cac7231cbbe2&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:06:01.202 7 INFO neutron_taas.services.taas.taas_plugin [None req-17b40048-5a95-4934-9036-9fc1b45f5e14 7dd0d9250c8045bab400c56d09e64a35 44bf4182eba54da6a188e0f539efa49c - - default default] TaaS: Handle Delete Port: cb1fd254-60d0-4e91-bdda-9ce10fefa284 2026-05-31 07:06:01.206 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17b40048-5a95-4934-9036-9fc1b45f5e14 7dd0d9250c8045bab400c56d09e64a35 44bf4182eba54da6a188e0f539efa49c - - default default] Tap Mirror: Handle Delete Port: cb1fd254-60d0-4e91-bdda-9ce10fefa284 [pid: 8|app: 0|req: 407/806] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:06:01 2026] GET /v2.0/ports?tenant_id=3b97bbc3f75243f6a85be8fd36c401a0&device_id=bdf85933-cef9-4d26-bd4a-8e84cfb376f3 => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/807] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:06:01 2026] GET /v2.0/networks?id=b190996b-68d7-4f0e-8916-8c4782684b57 => generated 776 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/808] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:06:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=54d54418-e594-404b-bf25-ab1c07f62905 => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/809] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:06:01 2026] GET /v2.0/subnets?id=57639c17-1c0c-4c5d-9e3b-000f2289ba7f => generated 698 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/810] 10.0.0.248 () {32 vars in 732 bytes} [Sun May 31 07:06:01 2026] DELETE /v2.0/floatingips/a06305f8-a858-4e34-867b-3492a6ab6e9b => generated 0 bytes in 323 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/811] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:06:01 2026] GET /v2.0/ports?network_id=b190996b-68d7-4f0e-8916-8c4782684b57&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: 412/812] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:06:01 2026] GET /v2.0/networks/b190996b-68d7-4f0e-8916-8c4782684b57?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/813] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:06:01 2026] GET /v2.0/networks/b190996b-68d7-4f0e-8916-8c4782684b57?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) 2026-05-31 07:06:01.760 8 INFO neutron.db.segments_db [None req-613c720f-172b-4b4b-b7bc-cfd5d0eb88f7 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Added segment bc7dcdd7-4275-4691-b644-c1da66904a88 of type vxlan for network ad9b8f0c-dbb9-4b41-8adf-66491842912d 2026-05-31 07:06:01.796 7 INFO neutron_taas.services.taas.taas_plugin [None req-75421e9e-d25f-40ba-b39b-8af6ab4c52d5 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: 7db1cdb3-4556-4bf5-aec8-38f37f681afa 2026-05-31 07:06:01.799 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75421e9e-d25f-40ba-b39b-8af6ab4c52d5 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: 7db1cdb3-4556-4bf5-aec8-38f37f681afa [pid: 8|app: 0|req: 414/814] 10.0.0.248 () {34 vars in 671 bytes} [Sun May 31 07:06:01 2026] POST /v2.0/networks => generated 743 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/815] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:06:01 2026] POST /v2.0/subnets => generated 690 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:06:02.152 8 INFO neutron.db.segments_db [None req-b3e440e3-813d-482b-bb6b-13ab11660c52 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Added segment d8ed7977-7c52-47fa-9e76-faf09753f80f of type vxlan for network e13439f8-2dc3-4ebe-8d7b-cec165697015 2026-05-31 07:06:02.342 8 INFO neutron.db.l3_hamode_db [None req-b3e440e3-813d-482b-bb6b-13ab11660c52 9e7252bd5f474bda8c7816e58c2cac92 e7c9c5ca8caf4f75ab23705659836f58 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 401/816] 10.0.0.248 () {34 vars in 789 bytes} [Sun May 31 07:06:01 2026] PUT /v2.0/routers/9e58710f-9273-4dc8-9f6b-3f69c0a339ac/remove_router_interface => generated 309 bytes in 1012 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/817] 10.0.0.203 () {34 vars in 990 bytes} [Sun May 31 07:06:02 2026] GET /v2.0/ports?device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => generated 1244 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/818] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:02 2026] GET /v2.0/ports?device_id=bdf85933-cef9-4d26-bd4a-8e84cfb376f3 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:06:02.818 7 INFO neutron_taas.services.taas.taas_plugin [None req-4dda42d9-657d-437e-a9ea-86ac59a6a0de 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: 25ba48d8-15bf-467a-b82b-00246112f923 2026-05-31 07:06:02.822 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4dda42d9-657d-437e-a9ea-86ac59a6a0de 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: 25ba48d8-15bf-467a-b82b-00246112f923 2026-05-31 07:06:03.122 7 INFO neutron_taas.services.taas.taas_plugin [None req-4dda42d9-657d-437e-a9ea-86ac59a6a0de 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: 433359a2-9097-4e65-9fe6-c58d0599106e 2026-05-31 07:06:03.125 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4dda42d9-657d-437e-a9ea-86ac59a6a0de 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: 433359a2-9097-4e65-9fe6-c58d0599106e 2026-05-31 07:06:03.334 8 INFO neutron.db.l3_hamode_db [None req-b3e440e3-813d-482b-bb6b-13ab11660c52 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 07:06:03.484 7 INFO neutron.services.segments.plugin [-] Segment dc1df4d4-cd7a-4d77-985f-83f1f5dc46c5 resource provider aggregate not found 2026-05-31 07:06:03.486 7 INFO neutron.services.segments.plugin [-] Segment dc1df4d4-cd7a-4d77-985f-83f1f5dc46c5 resource provider aggregate not found 2026-05-31 07:06:03.505 7 INFO neutron.services.segments.plugin [-] Segment dc1df4d4-cd7a-4d77-985f-83f1f5dc46c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc1df4d4-cd7a-4d77-985f-83f1f5dc46c5 found for delete ", "request_id": "req-448843e0-d585-4851-b0c9-e5fe1b1026a3"}]} 2026-05-31 07:06:03.508 7 INFO neutron.services.segments.plugin [-] Segment dc1df4d4-cd7a-4d77-985f-83f1f5dc46c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc1df4d4-cd7a-4d77-985f-83f1f5dc46c5 found for delete ", "request_id": "req-a8884a06-1446-4eb2-9add-7a5c31301a00"}]} 2026-05-31 07:06:03.511 7 INFO neutron.db.l3_hamode_db [None req-4dda42d9-657d-437e-a9ea-86ac59a6a0de 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] HA network 8da5f430-e812-4bca-90ff-ac1faae64ab9 was deleted as no HA routers are present in tenant 44bf4182eba54da6a188e0f539efa49c. [pid: 7|app: 0|req: 404/819] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:06:02 2026] DELETE /v2.0/routers/9e58710f-9273-4dc8-9f6b-3f69c0a339ac => generated 0 bytes in 904 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/820] 10.0.0.203 () {34 vars in 1040 bytes} [Sun May 31 07:06:03 2026] GET /v2.0/security-groups?id=5edbee26-e3ff-49ce-b619-ed6e79b0bf1f&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: 406/821] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:06:03 2026] GET /v2.0/security-groups?id=b0f5f617-839c-4882-8a11-cac7231cbbe2&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/822] 199.204.45.138 () {34 vars in 994 bytes} [Sun May 31 07:06:03 2026] GET /v2.0/ports?device_id=bdf85933-cef9-4d26-bd4a-8e84cfb376f3 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/823] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:06:03 2026] DELETE /v2.0/subnets/11f0a76d-d13a-4866-810f-e54848ba3235 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/824] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:06:02 2026] POST /v2.0/routers => generated 730 bytes in 1940 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:06:04.116 8 INFO neutron_taas.services.taas.taas_plugin [None req-9a6c0177-c65e-4177-b7bf-d99f7d65dce0 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: d7a84899-8fc9-4d48-afc4-beac5ff65dfb 2026-05-31 07:06:04.118 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a6c0177-c65e-4177-b7bf-d99f7d65dce0 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: d7a84899-8fc9-4d48-afc4-beac5ff65dfb 2026-05-31 07:06:04.127 7 INFO neutron_taas.services.taas.taas_plugin [req-ea23a02e-8c62-4b60-876c-fb1972934d28 req-f41fd40b-779c-475b-b4c0-8f766080e277 01ab277fc72e4dfc9a1e9fa6e70e1be9 3b97bbc3f75243f6a85be8fd36c401a0 - - default default] TaaS: Handle Delete Port: 54d54418-e594-404b-bf25-ab1c07f62905 2026-05-31 07:06:04.129 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ea23a02e-8c62-4b60-876c-fb1972934d28 req-f41fd40b-779c-475b-b4c0-8f766080e277 01ab277fc72e4dfc9a1e9fa6e70e1be9 3b97bbc3f75243f6a85be8fd36c401a0 - - default default] Tap Mirror: Handle Delete Port: 54d54418-e594-404b-bf25-ab1c07f62905 2026-05-31 07:06:04.228 7 INFO neutron.db.l3_db [req-ea23a02e-8c62-4b60-876c-fb1972934d28 req-f41fd40b-779c-475b-b4c0-8f766080e277 01ab277fc72e4dfc9a1e9fa6e70e1be9 3b97bbc3f75243f6a85be8fd36c401a0 - - default default] Floating IP 76a7edc8-06ef-4cc5-b9fa-948a2cc9fa45 disassociated. External IP: 10.96.250.212, port: 54d54418-e594-404b-bf25-ab1c07f62905. 2026-05-31 07:06:04.276 8 INFO neutron.services.segments.plugin [-] Segment c073101e-5fc1-45a7-95af-7ba49f54aec9 resource provider aggregate not found 2026-05-31 07:06:04.279 8 INFO neutron.services.segments.plugin [-] Segment c073101e-5fc1-45a7-95af-7ba49f54aec9 resource provider aggregate not found 2026-05-31 07:06:04.296 8 INFO neutron.services.segments.plugin [-] Segment c073101e-5fc1-45a7-95af-7ba49f54aec9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c073101e-5fc1-45a7-95af-7ba49f54aec9 found for delete ", "request_id": "req-0d5d740f-0d6e-4b54-94b8-cd610bf96ad4"}]} 2026-05-31 07:06:04.298 8 INFO neutron.services.segments.plugin [-] Segment c073101e-5fc1-45a7-95af-7ba49f54aec9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c073101e-5fc1-45a7-95af-7ba49f54aec9 found for delete ", "request_id": "req-3e54b763-4d0d-4e06-b50c-07eae9218b94"}]} [pid: 8|app: 0|req: 417/825] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:06:04 2026] DELETE /v2.0/networks/ff003ab1-cf9c-41c9-8e9d-092c7c9caeac => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/826] 199.204.45.138 () {36 vars in 997 bytes} [Sun May 31 07:06:03 2026] DELETE /v2.0/ports/54d54418-e594-404b-bf25-ab1c07f62905 => generated 0 bytes in 768 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/827] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:06:04 2026] GET /v2.0/security-groups?tenant_id=44bf4182eba54da6a188e0f539efa49c&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:06:04.545 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f740b155-43e7-4d17-a7c9-e4d2009885f4'] response: {'server_uuid': 'bdf85933-cef9-4d26-bd4a-8e84cfb376f3', 'name': 'network-vif-deleted', 'tag': '54d54418-e594-404b-bf25-ab1c07f62905', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 411/828] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:04 2026] DELETE /v2.0/security-groups/2e9faad0-07df-4d1c-8c81-3db6f9d4b196 => 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: 412/829] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:04 2026] GET /v2.0/ports?device_id=bdf85933-cef9-4d26-bd4a-8e84cfb376f3 => 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: 418/830] 10.0.0.248 () {34 vars in 783 bytes} [Sun May 31 07:06:04 2026] PUT /v2.0/routers/608f60b7-155c-4346-ab29-14b8b4bfa774/add_router_interface => generated 309 bytes in 1261 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/831] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:05 2026] GET /v2.0/ports?device_id=bdf85933-cef9-4d26-bd4a-8e84cfb376f3 => 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: 419/832] 10.0.0.248 () {34 vars in 685 bytes} [Sun May 31 07:06:06 2026] POST /v2.0/security-groups => generated 1660 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/833] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:06:06 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) [pid: 8|app: 0|req: 420/836] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:06:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/837] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:06 2026] GET /v2.0/ports?device_id=bdf85933-cef9-4d26-bd4a-8e84cfb376f3 => 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: 417/838] 10.0.0.248 () {34 vars in 676 bytes} [Sun May 31 07:06:06 2026] POST /v2.0/floatingips => generated 552 bytes in 554 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/839] 10.0.0.237 () {34 vars in 1100 bytes} [Sun May 31 07:06:07 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1823721095&fields=id&tenant_id=e7c9c5ca8caf4f75ab23705659836f58 => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/840] 10.0.0.237 () {34 vars in 982 bytes} [Sun May 31 07:06:07 2026] GET /v2.0/networks?id=ad9b8f0c-dbb9-4b41-8adf-66491842912d => generated 675 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/841] 10.0.0.237 () {34 vars in 965 bytes} [Sun May 31 07:06:07 2026] GET /v2.0/quotas/e7c9c5ca8caf4f75ab23705659836f58 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/842] 10.0.0.237 () {34 vars in 1002 bytes} [Sun May 31 07:06:07 2026] GET /v2.0/ports?tenant_id=e7c9c5ca8caf4f75ab23705659836f58&fields=id => generated 103 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/843] 10.0.0.237 () {34 vars in 1008 bytes} [Sun May 31 07:06:07 2026] GET /v2.0/networks/ad9b8f0c-dbb9-4b41-8adf-66491842912d?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: 420/844] 10.0.0.237 () {34 vars in 1108 bytes} [Sun May 31 07:06:07 2026] GET /v2.0/networks/ad9b8f0c-dbb9-4b41-8adf-66491842912d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/845] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:07 2026] GET /v2.0/ports?device_id=bdf85933-cef9-4d26-bd4a-8e84cfb376f3 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/846] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:08 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => 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: 426/847] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:09 2026] DELETE /v2.0/security-groups/b0f5f617-839c-4882-8a11-cac7231cbbe2 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:06:09.173 8 INFO neutron.api.v2.resource [None req-7ed16ce2-61be-4b8e-9117-0b7989bb7700 01ab277fc72e4dfc9a1e9fa6e70e1be9 3b97bbc3f75243f6a85be8fd36c401a0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 422/848] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:09 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => 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: 427/849] 10.0.0.248 () {32 vars in 737 bytes} [Sun May 31 07:06:09 2026] GET /v2.0/security-groups/b0f5f617-839c-4882-8a11-cac7231cbbe2 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:06:09.297 7 INFO neutron_taas.services.taas.taas_plugin [None req-284b1e21-a144-4add-9ffb-5ae28a83e1d7 01ab277fc72e4dfc9a1e9fa6e70e1be9 3b97bbc3f75243f6a85be8fd36c401a0 - - default default] TaaS: Handle Delete Port: 114ccea7-dcc4-4a24-baab-afa6e68948ac 2026-05-31 07:06:09.300 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-284b1e21-a144-4add-9ffb-5ae28a83e1d7 01ab277fc72e4dfc9a1e9fa6e70e1be9 3b97bbc3f75243f6a85be8fd36c401a0 - - default default] Tap Mirror: Handle Delete Port: 114ccea7-dcc4-4a24-baab-afa6e68948ac [pid: 7|app: 0|req: 423/850] 10.0.0.248 () {32 vars in 732 bytes} [Sun May 31 07:06:09 2026] DELETE /v2.0/floatingips/76a7edc8-06ef-4cc5-b9fa-948a2cc9fa45 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:06:09.810 8 INFO neutron_taas.services.taas.taas_plugin [None req-5cb5e164-a64b-4007-8c85-4889d4f17573 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: 9da92e43-2b5a-4d63-a9e4-7b8553f31639 2026-05-31 07:06:09.812 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5cb5e164-a64b-4007-8c85-4889d4f17573 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: 9da92e43-2b5a-4d63-a9e4-7b8553f31639 [pid: 7|app: 0|req: 424/851] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:06:09 2026] GET /v2.0/security-groups?tenant_id=668cb9a2493a461bbb7a3387f8c91fd4&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/852] 10.0.0.248 () {34 vars in 789 bytes} [Sun May 31 07:06:09 2026] PUT /v2.0/routers/8df9dc69-47b3-4e33-9578-30a0591533f4/remove_router_interface => generated 309 bytes in 852 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/853] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:10 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => 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: 425/854] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:10 2026] DELETE /v2.0/security-groups/999b5974-1564-46ff-aa39-69ba18ac8f21 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:06:10.505 8 INFO neutron_taas.services.taas.taas_plugin [None req-e31f98a7-3562-476c-990f-e29eb6f4ee12 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: 9a6a67eb-4a68-415e-b63c-7c17391409a3 2026-05-31 07:06:10.508 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e31f98a7-3562-476c-990f-e29eb6f4ee12 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: 9a6a67eb-4a68-415e-b63c-7c17391409a3 [pid: 7|app: 0|req: 426/855] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:06:10 2026] GET /v2.0/security-groups?tenant_id=f206810686554010977fb7160056d1b0&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/856] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:10 2026] DELETE /v2.0/security-groups/6c6afa08-bf8c-490a-a219-ca86fb429f64 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:06:10.738 8 INFO neutron_taas.services.taas.taas_plugin [None req-e31f98a7-3562-476c-990f-e29eb6f4ee12 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: 20d7d71c-3841-488c-a091-95ffdb1126ba 2026-05-31 07:06:10.741 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e31f98a7-3562-476c-990f-e29eb6f4ee12 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: 20d7d71c-3841-488c-a091-95ffdb1126ba 2026-05-31 07:06:11.122 8 INFO neutron.services.segments.plugin [-] Segment e5ab64ff-a86a-485a-85b7-568f848152c7 resource provider aggregate not found 2026-05-31 07:06:11.136 8 INFO neutron.services.segments.plugin [-] Segment e5ab64ff-a86a-485a-85b7-568f848152c7 resource provider aggregate not found 2026-05-31 07:06:11.140 8 INFO neutron.services.segments.plugin [-] Segment e5ab64ff-a86a-485a-85b7-568f848152c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5ab64ff-a86a-485a-85b7-568f848152c7 found for delete ", "request_id": "req-9b9c1459-57d9-4541-97df-be4c2e5cc527"}]} 2026-05-31 07:06:11.155 8 INFO neutron.services.segments.plugin [-] Segment e5ab64ff-a86a-485a-85b7-568f848152c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5ab64ff-a86a-485a-85b7-568f848152c7 found for delete ", "request_id": "req-0137871c-b39e-430a-8c49-5723904006b7"}]} 2026-05-31 07:06:11.163 8 INFO neutron.db.l3_hamode_db [None req-e31f98a7-3562-476c-990f-e29eb6f4ee12 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] HA network b34ff002-3a09-4ca3-ba8e-801059a9fbdf was deleted as no HA routers are present in tenant 3b97bbc3f75243f6a85be8fd36c401a0. [pid: 8|app: 0|req: 430/857] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:06:10 2026] DELETE /v2.0/routers/8df9dc69-47b3-4e33-9578-30a0591533f4 => generated 0 bytes in 840 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/858] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:06:11 2026] DELETE /v2.0/subnets/57639c17-1c0c-4c5d-9e3b-000f2289ba7f => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:06:11.434 8 INFO neutron_taas.services.taas.taas_plugin [None req-187899c9-e75e-4301-9e43-fd077e50949d 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: 3e9e673c-dd20-4038-94ee-3164b33f90c4 2026-05-31 07:06:11.437 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-187899c9-e75e-4301-9e43-fd077e50949d 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: 3e9e673c-dd20-4038-94ee-3164b33f90c4 [pid: 7|app: 0|req: 429/859] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:11 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => 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: 431/860] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:06:11 2026] DELETE /v2.0/networks/b190996b-68d7-4f0e-8916-8c4782684b57 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/861] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:06:11 2026] GET /v2.0/security-groups?tenant_id=3b97bbc3f75243f6a85be8fd36c401a0&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: 432/862] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:11 2026] DELETE /v2.0/security-groups/c782ff47-d77e-4c8f-ad84-f27770fc0a14 => 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: 431/863] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:06:12 2026] GET /v2.0/networks?id=ad9b8f0c-dbb9-4b41-8adf-66491842912d => generated 675 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/864] 199.204.45.138 () {34 vars in 1050 bytes} [Sun May 31 07:06:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e7c9c5ca8caf4f75ab23705659836f58 => generated 181 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/865] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:12 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => 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: 432/866] 199.204.45.138 () {38 vars in 955 bytes} [Sun May 31 07:06:12 2026] POST /v2.0/ports => generated 954 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:06:13.164 8 INFO neutron.services.segments.plugin [-] Segment e1596210-bacb-4575-9613-bdf249b23b8e resource provider aggregate not found 2026-05-31 07:06:13.181 8 INFO neutron.services.segments.plugin [-] Segment e1596210-bacb-4575-9613-bdf249b23b8e resource provider aggregate not found 2026-05-31 07:06:13.187 8 INFO neutron.services.segments.plugin [-] Segment e1596210-bacb-4575-9613-bdf249b23b8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1596210-bacb-4575-9613-bdf249b23b8e found for delete ", "request_id": "req-eec0af7c-43fd-4ec4-8e56-de2a2d9c510e"}]} 2026-05-31 07:06:13.202 8 INFO neutron.services.segments.plugin [-] Segment e1596210-bacb-4575-9613-bdf249b23b8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1596210-bacb-4575-9613-bdf249b23b8e found for delete ", "request_id": "req-0a6f8ec4-aba2-4527-84e9-6d52331d1e6c"}]} [pid: 8|app: 0|req: 435/867] 199.204.45.138 () {38 vars in 1028 bytes} [Sun May 31 07:06:12 2026] PUT /v2.0/ports/eba6f133-e028-4750-97a7-44a9455f159f => generated 1235 bytes in 489 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:06:13.355 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf472e49-01f9-499c-8276-382951cefd7f'] response: {'name': 'network-changed', 'server_uuid': 'ed791390-0f18-44e8-92e8-94042bf0ec78', 'tag': 'eba6f133-e028-4750-97a7-44a9455f159f', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 433/868] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:13 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => generated 969 bytes in 74 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: 436/869] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:06:13 2026] GET /v2.0/security-groups?id=4a68583e-62cb-449c-a1bf-902d0485df47&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: 434/870] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:06:13 2026] GET /v2.0/ports?tenant_id=e7c9c5ca8caf4f75ab23705659836f58&device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/871] 199.204.45.138 () {34 vars in 1018 bytes} [Sun May 31 07:06:13 2026] GET /v2.0/networks?tenant_id=e7c9c5ca8caf4f75ab23705659836f58&shared=False => generated 771 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/872] 199.204.45.138 () {34 vars in 930 bytes} [Sun May 31 07:06:13 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/873] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:14 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/874] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:06:14 2026] GET /v2.0/security-groups?id=4a68583e-62cb-449c-a1bf-902d0485df47&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: 439/875] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:06:15 2026] GET /v2.0/ports?tenant_id=e7c9c5ca8caf4f75ab23705659836f58&device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => generated 1238 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/876] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:06:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=eba6f133-e028-4750-97a7-44a9455f159f => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/877] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:06:15 2026] GET /v2.0/subnets?id=1efa5347-dcfe-404a-8e58-3495a54d78e0 => generated 693 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/878] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:06:15 2026] GET /v2.0/ports?network_id=ad9b8f0c-dbb9-4b41-8adf-66491842912d&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: 441/879] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:06:15 2026] GET /v2.0/networks/ad9b8f0c-dbb9-4b41-8adf-66491842912d?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/880] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:06:15 2026] GET /v2.0/networks/ad9b8f0c-dbb9-4b41-8adf-66491842912d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/881] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:06:15 2026] GET /v2.0/security-groups?tenant_id=268a175ff43e4410acae339f5ea46113&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/882] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:15 2026] DELETE /v2.0/security-groups/7423a6b0-905e-4ea8-9bdc-7df2bb73effe => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/883] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:06:15 2026] GET /v2.0/security-groups?tenant_id=545872c16e7c458ba9ad33739e7bfdf4&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/884] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:06:15 2026] GET /v2.0/security-groups?tenant_id=e63c740c8a994eb29e27951261eb7d5f&name=default => generated 2925 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/885] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:15 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => 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: 445/886] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:15 2026] DELETE /v2.0/security-groups/8d9101a6-1ac1-477a-8d79-2678965ad718 => 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: 446/887] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:06:16 2026] GET /v2.0/security-groups?id=4a68583e-62cb-449c-a1bf-902d0485df47&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/888] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:16 2026] DELETE /v2.0/security-groups/3f51df04-ab1f-475f-90d6-f58f86e6d012 => 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: 447/889] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:06:16 2026] GET /v2.0/security-groups?tenant_id=512c638bf51c4e8cb71c53c8c16a7394&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/890] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:16 2026] DELETE /v2.0/security-groups/abfea497-c38b-49ec-a915-0eab8b3c8f0a => 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: 448/891] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:17 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/892] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:06:17 2026] GET /v2.0/security-groups?id=4a68583e-62cb-449c-a1bf-902d0485df47&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/893] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:18 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/894] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:06:18 2026] GET /v2.0/security-groups?id=4a68583e-62cb-449c-a1bf-902d0485df47&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: 450/895] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:06:18 2026] GET /v2.0/security-groups?tenant_id=4a8c680367a443caa4d0a17bde61ae73&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/896] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:19 2026] DELETE /v2.0/security-groups/9c6f2fb2-31b3-45d8-a5f3-90ddc9e668fb => 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: 451/897] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:19 2026] GET /v2.0/ports?device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/898] 10.0.0.237 () {34 vars in 971 bytes} [Sun May 31 07:06:19 2026] GET /v2.0/ports/c4c5de57-db16-4c7d-9a9d-4fc2baa7d078 => generated 972 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/899] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:19 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => 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: 448/900] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:06:19 2026] GET /v2.0/security-groups?id=4a68583e-62cb-449c-a1bf-902d0485df47&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: 453/901] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:06:19 2026] GET /v2.0/security-groups?tenant_id=01541da09b6f4f0d8bdb4882199a5f44&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/902] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:19 2026] DELETE /v2.0/security-groups/d0a78212-ba6f-4f4c-8c5e-6052ee0782f1 => 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: 454/903] 199.204.45.138 () {34 vars in 1000 bytes} [Sun May 31 07:06:20 2026] GET /v2.0/subnets?network_id=b82992d5-0130-4498-a37d-1aea1b8ea158 => generated 683 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/904] 199.204.45.138 () {34 vars in 1146 bytes} [Sun May 31 07:06:20 2026] GET /v2.0/ports?device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157&device_owner=compute%3Anova&network_id=b82992d5-0130-4498-a37d-1aea1b8ea158 => 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: 451/905] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:06:20 2026] GET /v2.0/security-groups?tenant_id=a4a6895f60794085b403507711c8a9a9&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/906] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:20 2026] DELETE /v2.0/security-groups/47f9bc6d-abed-4196-ba8a-a713932fa178 => 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: 453/907] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:20 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/908] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:06:20 2026] GET /v2.0/security-groups?id=4a68583e-62cb-449c-a1bf-902d0485df47&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: 455/909] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:20 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/910] 199.204.45.138 () {38 vars in 1028 bytes} [Sun May 31 07:06:20 2026] PUT /v2.0/ports/c4c5de57-db16-4c7d-9a9d-4fc2baa7d078 => generated 1153 bytes in 672 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:06:20.845 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f3c0f175-1b07-4102-920a-8689aac7ead7'] response: {'name': 'network-changed', 'server_uuid': '7e80e017-10fc-4a8c-a642-e62dc4a10157', 'tag': 'c4c5de57-db16-4c7d-9a9d-4fc2baa7d078', '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, ' 2026-05-31 07:06:21.242 7 INFO neutron.db.l3_db [None req-657c5530-f630-4806-b47b-966d3749447a 5a209558c83c4534916122d38660000b e7c9c5ca8caf4f75ab23705659836f58 - - default default] Floating IP 62ecf015-446d-4629-8556-a38f394ace5a associated. External IP: 10.96.250.220, port: eba6f133-e028-4750-97a7-44a9455f159f. 2026-05-31 07:06:21.258 8 INFO neutron.db.segments_db [None req-ce4cc465-919f-45cb-aca6-92544c4ea730 297e14e0c855416cb76b6eadd112b36f d05d06939a8e4fbea755390990f3b353 - - default default] Added segment 66e7f232-9501-4883-871b-5217db715f92 of type vxlan for network c0608cf6-c4e6-49af-9d96-3441f546b6e5 2026-05-31 07:06:21.323 8 INFO neutron.db.segments_db [None req-ce4cc465-919f-45cb-aca6-92544c4ea730 297e14e0c855416cb76b6eadd112b36f d05d06939a8e4fbea755390990f3b353 - - default default] Added segment 5ff48e6e-7f40-4d16-9995-8dfaaae92321 of type vxlan for network 6f13b782-3af3-45ca-b5cd-fb7d40e43f5b [pid: 8|app: 0|req: 456/911] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:06:20 2026] POST /v2.0/networks => generated 1246 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/912] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:06:21 2026] GET /v2.0/ports?tenant_id=0153b92a5f754e2691b9c3d9790678b4&device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => generated 1425 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/913] 10.0.0.248 () {32 vars in 649 bytes} [Sun May 31 07:06:21 2026] GET /v2.0/networks => generated 1845 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/914] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:06:21 2026] GET /v2.0/networks?id=b82992d5-0130-4498-a37d-1aea1b8ea158 => generated 779 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/915] 10.0.0.248 () {34 vars in 749 bytes} [Sun May 31 07:06:20 2026] PUT /v2.0/floatingips/62ecf015-446d-4629-8556-a38f394ace5a => generated 855 bytes in 801 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:06:21.646 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9196d649-8523-4538-8379-f598f276f04a'] response: {'name': 'network-changed', 'server_uuid': 'ed791390-0f18-44e8-92e8-94042bf0ec78', 'tag': 'eba6f133-e028-4750-97a7-44a9455f159f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 457/916] 199.204.45.138 () {34 vars in 1060 bytes} [Sun May 31 07:06:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=c4c5de57-db16-4c7d-9a9d-4fc2baa7d078 => generated 861 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/919] 199.204.45.138 () {34 vars in 1060 bytes} [Sun May 31 07:06:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=c4c5de57-db16-4c7d-9a9d-4fc2baa7d078 => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/920] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:06:21 2026] GET /v2.0/subnets?id=50064259-65ed-46e4-ad36-5e061bd9bd77 => generated 701 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:06:21.722 8 INFO neutron.services.segments.plugin [-] Segment 66e7f232-9501-4883-871b-5217db715f92 resource provider aggregate not found 2026-05-31 07:06:21.734 8 INFO neutron.services.segments.plugin [-] Segment 66e7f232-9501-4883-871b-5217db715f92 resource provider aggregate not found 2026-05-31 07:06:21.739 8 INFO neutron.services.segments.plugin [-] Segment 66e7f232-9501-4883-871b-5217db715f92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66e7f232-9501-4883-871b-5217db715f92 found for delete ", "request_id": "req-f76ffb5b-0966-4904-bebb-873f871d6c3d"}]} [pid: 8|app: 0|req: 460/921] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:06:21 2026] DELETE /v2.0/networks/c0608cf6-c4e6-49af-9d96-3441f546b6e5 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:06:21.752 8 INFO neutron.services.segments.plugin [-] Segment 66e7f232-9501-4883-871b-5217db715f92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66e7f232-9501-4883-871b-5217db715f92 found for delete ", "request_id": "req-7d6e64bc-4326-401f-86bd-9821b9b363f5"}]} [pid: 7|app: 0|req: 462/922] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:06:21 2026] GET /v2.0/ports?network_id=b82992d5-0130-4498-a37d-1aea1b8ea158&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/923] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:06:21 2026] GET /v2.0/networks/b82992d5-0130-4498-a37d-1aea1b8ea158?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/924] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:06:21 2026] GET /v2.0/networks/b82992d5-0130-4498-a37d-1aea1b8ea158?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: 461/925] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:06:21 2026] DELETE /v2.0/networks/6f13b782-3af3-45ca-b5cd-fb7d40e43f5b => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/926] 10.0.0.248 () {32 vars in 649 bytes} [Sun May 31 07:06:21 2026] GET /v2.0/networks => generated 651 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:06:21.999 8 INFO neutron.db.segments_db [None req-ea257ae7-cb58-4ea2-b05b-591beca5c0a1 297e14e0c855416cb76b6eadd112b36f d05d06939a8e4fbea755390990f3b353 - - default default] Added segment 6b2905d1-21c0-4993-aa2a-e42228e1ed12 of type vxlan for network 2eab4631-2109-4889-98a2-d21b08563c04 [pid: 8|app: 0|req: 462/927] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:06:21 2026] POST /v2.0/networks => generated 650 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:06:22.173 7 INFO neutron.db.segments_db [None req-ce6d06de-2675-42aa-a5e9-847c3d6a7edf 297e14e0c855416cb76b6eadd112b36f d05d06939a8e4fbea755390990f3b353 - - default default] Added segment 039b5932-44e9-4195-abc6-6d23cfee3ef8 of type vxlan for network c930ae81-a362-44eb-91ae-e972d4f419c8 [pid: 8|app: 0|req: 463/928] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:06:22 2026] GET /v2.0/ports?tenant_id=e7c9c5ca8caf4f75ab23705659836f58&device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/929] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:06:22 2026] GET /v2.0/networks?id=ad9b8f0c-dbb9-4b41-8adf-66491842912d => generated 771 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/930] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:06:22 2026] POST /v2.0/networks => generated 650 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/931] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:06:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=eba6f133-e028-4750-97a7-44a9455f159f => 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: 466/932] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:06:22 2026] GET /v2.0/subnets?id=1efa5347-dcfe-404a-8e58-3495a54d78e0 => generated 693 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/933] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:06:22 2026] GET /v2.0/ports?network_id=ad9b8f0c-dbb9-4b41-8adf-66491842912d&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: 8|app: 0|req: 468/934] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:06:22 2026] GET /v2.0/networks/ad9b8f0c-dbb9-4b41-8adf-66491842912d?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: 469/935] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:06:22 2026] GET /v2.0/networks/ad9b8f0c-dbb9-4b41-8adf-66491842912d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/936] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:22 2026] GET /v2.0/ports?device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => generated 1156 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/937] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:06:22 2026] GET /v2.0/security-groups?id=5edbee26-e3ff-49ce-b619-ed6e79b0bf1f&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/938] 10.0.0.248 () {34 vars in 665 bytes} [Sun May 31 07:06:22 2026] POST /v2.0/ports => generated 1506 bytes in 544 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: 468/939] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:06:22 2026] GET /v2.0/ports?tenant_id=0153b92a5f754e2691b9c3d9790678b4&device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => generated 1425 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/940] 10.0.0.248 () {32 vars in 643 bytes} [Sun May 31 07:06:22 2026] GET /v2.0/ports => generated 1506 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/941] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:06:22 2026] GET /v2.0/networks?id=b82992d5-0130-4498-a37d-1aea1b8ea158 => generated 779 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/942] 199.204.45.138 () {34 vars in 1060 bytes} [Sun May 31 07:06:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=c4c5de57-db16-4c7d-9a9d-4fc2baa7d078 => generated 861 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/943] 199.204.45.138 () {34 vars in 1060 bytes} [Sun May 31 07:06:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=c4c5de57-db16-4c7d-9a9d-4fc2baa7d078 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:06:23.033 7 INFO neutron_taas.services.taas.taas_plugin [None req-b418a27b-7a04-4acd-abd9-ae39c6c03382 297e14e0c855416cb76b6eadd112b36f d05d06939a8e4fbea755390990f3b353 - - default default] TaaS: Handle Delete Port: 766a3d61-9034-4608-9616-4f741da2072f 2026-05-31 07:06:23.036 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b418a27b-7a04-4acd-abd9-ae39c6c03382 297e14e0c855416cb76b6eadd112b36f d05d06939a8e4fbea755390990f3b353 - - default default] Tap Mirror: Handle Delete Port: 766a3d61-9034-4608-9616-4f741da2072f [pid: 8|app: 0|req: 476/944] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:06:23 2026] GET /v2.0/subnets?id=50064259-65ed-46e4-ad36-5e061bd9bd77 => generated 701 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/945] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:06:23 2026] GET /v2.0/ports?network_id=b82992d5-0130-4498-a37d-1aea1b8ea158&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/946] 10.0.0.248 () {32 vars in 720 bytes} [Sun May 31 07:06:22 2026] DELETE /v2.0/ports/766a3d61-9034-4608-9616-4f741da2072f => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/947] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:06:23 2026] GET /v2.0/networks/b82992d5-0130-4498-a37d-1aea1b8ea158?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: 479/948] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:06:23 2026] GET /v2.0/networks/b82992d5-0130-4498-a37d-1aea1b8ea158?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) 2026-05-31 07:06:23.246 7 INFO neutron_taas.services.taas.taas_plugin [None req-f9b3183c-97b3-407d-8204-1f46f8cf8762 297e14e0c855416cb76b6eadd112b36f d05d06939a8e4fbea755390990f3b353 - - default default] TaaS: Handle Delete Port: 874630ae-7d26-4623-b539-2a9c31b11e06 2026-05-31 07:06:23.250 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9b3183c-97b3-407d-8204-1f46f8cf8762 297e14e0c855416cb76b6eadd112b36f d05d06939a8e4fbea755390990f3b353 - - default default] Tap Mirror: Handle Delete Port: 874630ae-7d26-4623-b539-2a9c31b11e06 [pid: 7|app: 0|req: 470/949] 10.0.0.248 () {32 vars in 720 bytes} [Sun May 31 07:06:23 2026] DELETE /v2.0/ports/874630ae-7d26-4623-b539-2a9c31b11e06 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/950] 10.0.0.248 () {32 vars in 643 bytes} [Sun May 31 07:06:23 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-05-31 07:06:23.436 7 INFO neutron.db.segments_db [None req-db653241-728e-4c51-81fc-d1289438df92 297e14e0c855416cb76b6eadd112b36f d05d06939a8e4fbea755390990f3b353 - - default default] Added segment de3b49f5-4183-4759-bc85-0ecaddbfda77 of type vxlan for network 6ea006fd-2145-470e-90b1-d4f726771b7f [pid: 7|app: 0|req: 471/951] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:06:23 2026] POST /v2.0/networks => generated 650 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:06:23.566 8 INFO neutron.db.segments_db [None req-dcc5a16a-4c3c-4bbe-98b0-0db8cf358907 297e14e0c855416cb76b6eadd112b36f d05d06939a8e4fbea755390990f3b353 - - default default] Added segment abd40cca-1d20-4d92-9804-a929dffe051f of type vxlan for network 21d6e9db-3d22-487f-9ab7-ad7292ee692b [pid: 8|app: 0|req: 481/952] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:06:23 2026] POST /v2.0/networks => generated 649 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:06:23.760 8 INFO neutron.services.segments.plugin [-] Segment 5ff48e6e-7f40-4d16-9995-8dfaaae92321 resource provider aggregate not found 2026-05-31 07:06:23.770 8 INFO neutron.services.segments.plugin [-] Segment 5ff48e6e-7f40-4d16-9995-8dfaaae92321 resource provider aggregate not found [pid: 8|app: 0|req: 482/953] 199.204.45.138 () {34 vars in 1120 bytes} [Sun May 31 07:06:23 2026] GET /v2.0/ports?device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.14 => generated 1156 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:06:23.779 8 INFO neutron.services.segments.plugin [-] Segment 5ff48e6e-7f40-4d16-9995-8dfaaae92321 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ff48e6e-7f40-4d16-9995-8dfaaae92321 found for delete ", "request_id": "req-aa303184-c85c-4724-adca-34378f074361"}]} 2026-05-31 07:06:23.783 8 INFO neutron.services.segments.plugin [-] Segment 5ff48e6e-7f40-4d16-9995-8dfaaae92321 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ff48e6e-7f40-4d16-9995-8dfaaae92321 found for delete ", "request_id": "req-b327918a-d5eb-4673-a185-05dc61960459"}]} [pid: 7|app: 0|req: 472/954] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:06:23 2026] POST /v2.0/subnets => generated 1274 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/955] 199.204.45.138 () {38 vars in 1028 bytes} [Sun May 31 07:06:23 2026] PUT /v2.0/ports/c4c5de57-db16-4c7d-9a9d-4fc2baa7d078 => generated 972 bytes in 328 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: 484/956] 10.0.0.248 () {32 vars in 647 bytes} [Sun May 31 07:06:24 2026] GET /v2.0/subnets => generated 1910 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:06:24.147 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d3493f1b-f8a9-4c78-b09f-f11d73f1bccc'] response: {'name': 'network-changed', 'server_uuid': '7e80e017-10fc-4a8c-a642-e62dc4a10157', 'tag': 'c4c5de57-db16-4c7d-9a9d-4fc2baa7d078', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 485/957] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:06:24 2026] DELETE /v2.0/subnets/dd6c9c1a-03f7-4bad-81c3-51ca5ce586b5 => 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: 473/958] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:06:24 2026] GET /v2.0/security-groups?tenant_id=031b63bcab504cc484ae359132511e23&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: 486/959] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:06:24 2026] DELETE /v2.0/subnets/55c8dfad-8a05-47d6-a005-ea7624fa6632 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/960] 10.0.0.248 () {32 vars in 647 bytes} [Sun May 31 07:06:24 2026] GET /v2.0/subnets => generated 649 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/961] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:24 2026] DELETE /v2.0/security-groups/41864e29-247a-49eb-91d3-67b00bdf7d53 => 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: 488/962] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:06:24 2026] DELETE /v2.0/networks/21d6e9db-3d22-487f-9ab7-ad7292ee692b => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:06:24.640 7 INFO neutron.services.segments.plugin [-] Segment de3b49f5-4183-4759-bc85-0ecaddbfda77 resource provider aggregate not found 2026-05-31 07:06:24.651 7 INFO neutron.services.segments.plugin [-] Segment de3b49f5-4183-4759-bc85-0ecaddbfda77 resource provider aggregate not found 2026-05-31 07:06:24.661 7 INFO neutron.services.segments.plugin [-] Segment de3b49f5-4183-4759-bc85-0ecaddbfda77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de3b49f5-4183-4759-bc85-0ecaddbfda77 found for delete ", "request_id": "req-d6db6d4d-a1ac-4a30-9418-69d72960be08"}]} 2026-05-31 07:06:24.668 7 INFO neutron.services.segments.plugin [-] Segment de3b49f5-4183-4759-bc85-0ecaddbfda77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de3b49f5-4183-4759-bc85-0ecaddbfda77 found for delete ", "request_id": "req-d15af4b6-75b1-4d5b-ad6f-f8dbe7905ae1"}]} [pid: 7|app: 0|req: 475/963] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:06:24 2026] DELETE /v2.0/networks/6ea006fd-2145-470e-90b1-d4f726771b7f => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/964] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:06:24 2026] GET /v2.0/ports?tenant_id=0153b92a5f754e2691b9c3d9790678b4&device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/965] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:06:24 2026] GET /v2.0/security-groups?tenant_id=f6afbf1747484958bc7dab45e63c3ab1&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: 490/966] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:06:24 2026] GET /v2.0/networks?id=b82992d5-0130-4498-a37d-1aea1b8ea158 => generated 779 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/967] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:06:24 2026] DELETE /v2.0/networks/c930ae81-a362-44eb-91ae-e972d4f419c8 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/968] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:24 2026] DELETE /v2.0/security-groups/87fb075b-048c-4437-bc88-a74895fad9f5 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/969] 199.204.45.138 () {34 vars in 1060 bytes} [Sun May 31 07:06:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=c4c5de57-db16-4c7d-9a9d-4fc2baa7d078 => 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: 479/970] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:06:24 2026] GET /v2.0/subnets?id=50064259-65ed-46e4-ad36-5e061bd9bd77 => generated 701 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/971] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:06:24 2026] DELETE /v2.0/networks/2eab4631-2109-4889-98a2-d21b08563c04 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/972] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:06:24 2026] GET /v2.0/ports?network_id=b82992d5-0130-4498-a37d-1aea1b8ea158&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: 8|app: 0|req: 493/973] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:06:24 2026] GET /v2.0/networks/b82992d5-0130-4498-a37d-1aea1b8ea158?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: 481/974] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:06:24 2026] GET /v2.0/networks/b82992d5-0130-4498-a37d-1aea1b8ea158?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: 494/975] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:06:25 2026] GET /v2.0/security-groups?tenant_id=d05d06939a8e4fbea755390990f3b353&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/976] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:25 2026] DELETE /v2.0/security-groups/f8c61996-d8b6-4ddd-85cf-4b90c8a386d5 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:06:25.800 8 INFO neutron.services.segments.plugin [-] Segment abd40cca-1d20-4d92-9804-a929dffe051f resource provider aggregate not found 2026-05-31 07:06:25.804 8 INFO neutron.services.segments.plugin [-] Segment abd40cca-1d20-4d92-9804-a929dffe051f resource provider aggregate not found 2026-05-31 07:06:25.818 8 INFO neutron.services.segments.plugin [-] Segment abd40cca-1d20-4d92-9804-a929dffe051f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abd40cca-1d20-4d92-9804-a929dffe051f found for delete ", "request_id": "req-50ca14b8-74fc-45b0-a0df-5a69ea0807bd"}]} 2026-05-31 07:06:25.822 8 INFO neutron.services.segments.plugin [-] Segment abd40cca-1d20-4d92-9804-a929dffe051f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abd40cca-1d20-4d92-9804-a929dffe051f found for delete ", "request_id": "req-a3dec696-d8be-4a34-9de0-77903e2f76f5"}]} 2026-05-31 07:06:25.836 8 INFO neutron.services.segments.plugin [-] Segment 6b2905d1-21c0-4993-aa2a-e42228e1ed12 resource provider aggregate not found 2026-05-31 07:06:25.840 8 INFO neutron.services.segments.plugin [-] Segment 6b2905d1-21c0-4993-aa2a-e42228e1ed12 resource provider aggregate not found 2026-05-31 07:06:25.849 8 INFO neutron.services.segments.plugin [-] Segment 6b2905d1-21c0-4993-aa2a-e42228e1ed12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b2905d1-21c0-4993-aa2a-e42228e1ed12 found for delete ", "request_id": "req-fb470140-de84-4eb8-8c67-2bf27e4d6c9f"}]} 2026-05-31 07:06:25.855 8 INFO neutron.services.segments.plugin [-] Segment 6b2905d1-21c0-4993-aa2a-e42228e1ed12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b2905d1-21c0-4993-aa2a-e42228e1ed12 found for delete ", "request_id": "req-97c6056e-19ba-4876-83fa-ab753c529ec8"}]} [pid: 8|app: 0|req: 495/977] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:06:26 2026] GET /v2.0/ports?tenant_id=0153b92a5f754e2691b9c3d9790678b4&device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/978] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:06:26 2026] GET /v2.0/networks?id=b82992d5-0130-4498-a37d-1aea1b8ea158 => generated 779 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/979] 199.204.45.138 () {34 vars in 1060 bytes} [Sun May 31 07:06:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=c4c5de57-db16-4c7d-9a9d-4fc2baa7d078 => generated 861 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/980] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:26 2026] GET /v2.0/ports?device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/981] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:06:26 2026] GET /v2.0/subnets?id=50064259-65ed-46e4-ad36-5e061bd9bd77 => generated 701 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/982] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:06:26 2026] GET /v2.0/security-groups?id=5edbee26-e3ff-49ce-b619-ed6e79b0bf1f&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: 486/983] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:06:26 2026] GET /v2.0/ports?network_id=b82992d5-0130-4498-a37d-1aea1b8ea158&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/984] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:06:26 2026] GET /v2.0/networks/b82992d5-0130-4498-a37d-1aea1b8ea158?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: 487/985] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:06:26 2026] GET /v2.0/networks/b82992d5-0130-4498-a37d-1aea1b8ea158?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-05-31 07:06:26.684 7 INFO neutron.services.segments.plugin [-] Segment 039b5932-44e9-4195-abc6-6d23cfee3ef8 resource provider aggregate not found 2026-05-31 07:06:26.687 7 INFO neutron.services.segments.plugin [-] Segment 039b5932-44e9-4195-abc6-6d23cfee3ef8 resource provider aggregate not found 2026-05-31 07:06:26.703 7 INFO neutron.services.segments.plugin [-] Segment 039b5932-44e9-4195-abc6-6d23cfee3ef8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 039b5932-44e9-4195-abc6-6d23cfee3ef8 found for delete ", "request_id": "req-ecd75363-76c7-48e7-950a-c234bc4fca28"}]} 2026-05-31 07:06:26.705 7 INFO neutron.services.segments.plugin [-] Segment 039b5932-44e9-4195-abc6-6d23cfee3ef8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 039b5932-44e9-4195-abc6-6d23cfee3ef8 found for delete ", "request_id": "req-5c2e4fdd-5701-48fe-ae54-733615162206"}]} [pid: 8|app: 0|req: 499/986] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:06:27 2026] GET /v2.0/security-groups?tenant_id=499d81ce75364b89a25762b196ade49a&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/987] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:27 2026] GET /v2.0/ports?device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/988] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:27 2026] DELETE /v2.0/security-groups/8242abca-2b7b-4470-bd6e-28092502b999 => 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: 489/989] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:06:27 2026] GET /v2.0/security-groups?id=5edbee26-e3ff-49ce-b619-ed6e79b0bf1f&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:06:27.504 8 INFO neutron.db.segments_db [None req-4f4f90d5-3cbd-4eff-bc30-1fc8ebb02af1 db154b15d0b84027b6c55d90c4c3fefc 586940514eb44d908faaa99b3fb7d95c - - default default] Added segment d8864723-d753-4092-8bcc-2237eb85fc57 of type vxlan for network f6ac8419-e82d-4813-94a7-b5b9cb64c799 [pid: 8|app: 0|req: 501/990] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:06:27 2026] POST /v2.0/networks => generated 647 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/991] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:06:28 2026] POST /v2.0/subnets => generated 673 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:06:28.343 8 INFO neutron.db.segments_db [None req-e11b9c92-c121-4316-9e81-683ccdfa945f db154b15d0b84027b6c55d90c4c3fefc 586940514eb44d908faaa99b3fb7d95c - - default default] Added segment bd87c68e-0597-4cf8-bd69-9d26c3305988 of type vxlan for network 4c668571-4c4f-4aa2-b2c2-a620e59704d3 [pid: 8|app: 0|req: 502/992] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:06:28 2026] POST /v2.0/networks => generated 648 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/993] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:28 2026] GET /v2.0/ports?device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => 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: 491/994] 10.0.0.248 () {34 vars in 743 bytes} [Sun May 31 07:06:28 2026] PUT /v2.0/networks/4c668571-4c4f-4aa2-b2c2-a620e59704d3 => generated 592 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/995] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:06:28 2026] GET /v2.0/security-groups?id=5edbee26-e3ff-49ce-b619-ed6e79b0bf1f&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/996] 199.204.45.138 () {34 vars in 994 bytes} [Sun May 31 07:06:28 2026] GET /v2.0/ports?device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => generated 975 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/997] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:06:28 2026] POST /v2.0/subnets => generated 646 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:06:28.732 8 INFO neutron_taas.services.taas.taas_plugin [req-40a5a4da-395d-49e6-b3e0-1ed1052d2621 req-49e19fea-8e99-4f23-a219-fe46129da000 e6c58d0957224eb5b204c3120922830f 0153b92a5f754e2691b9c3d9790678b4 - - default default] TaaS: Handle Delete Port: c4c5de57-db16-4c7d-9a9d-4fc2baa7d078 2026-05-31 07:06:28.738 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-40a5a4da-395d-49e6-b3e0-1ed1052d2621 req-49e19fea-8e99-4f23-a219-fe46129da000 e6c58d0957224eb5b204c3120922830f 0153b92a5f754e2691b9c3d9790678b4 - - default default] Tap Mirror: Handle Delete Port: c4c5de57-db16-4c7d-9a9d-4fc2baa7d078 2026-05-31 07:06:28.862 8 INFO neutron.db.l3_db [req-40a5a4da-395d-49e6-b3e0-1ed1052d2621 req-49e19fea-8e99-4f23-a219-fe46129da000 e6c58d0957224eb5b204c3120922830f 0153b92a5f754e2691b9c3d9790678b4 - - default default] Floating IP 3a89ea50-b14d-4385-83e3-61dfbb9df93e disassociated. External IP: 10.96.250.217, port: c4c5de57-db16-4c7d-9a9d-4fc2baa7d078. [pid: 7|app: 0|req: 493/998] 10.0.0.248 () {34 vars in 741 bytes} [Sun May 31 07:06:28 2026] PUT /v2.0/subnets/8023aa66-4834-4a52-89df-e00f38adee3c => generated 656 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:06:29.051 7 INFO neutron.services.segments.plugin [-] Segment bd87c68e-0597-4cf8-bd69-9d26c3305988 resource provider aggregate not found 2026-05-31 07:06:29.055 7 INFO neutron.services.segments.plugin [-] Segment bd87c68e-0597-4cf8-bd69-9d26c3305988 resource provider aggregate not found 2026-05-31 07:06:29.070 7 INFO neutron.services.segments.plugin [-] Segment bd87c68e-0597-4cf8-bd69-9d26c3305988 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd87c68e-0597-4cf8-bd69-9d26c3305988 found for delete ", "request_id": "req-e962f71a-fc33-4f9a-a222-3cd1c1bd2f81"}]} [pid: 7|app: 0|req: 494/999] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:06:28 2026] DELETE /v2.0/networks/4c668571-4c4f-4aa2-b2c2-a620e59704d3 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:06:29.075 7 INFO neutron.services.segments.plugin [-] Segment bd87c68e-0597-4cf8-bd69-9d26c3305988 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd87c68e-0597-4cf8-bd69-9d26c3305988 found for delete ", "request_id": "req-b4aa329f-9a53-46d4-b843-f9fc209dbb75"}]} [pid: 8|app: 0|req: 506/1000] 199.204.45.138 () {36 vars in 997 bytes} [Sun May 31 07:06:28 2026] DELETE /v2.0/ports/c4c5de57-db16-4c7d-9a9d-4fc2baa7d078 => generated 0 bytes in 553 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:06:29.209 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5b24af95-2a16-4502-90e9-65777d7e36f1 db154b15d0b84027b6c55d90c4c3fefc 586940514eb44d908faaa99b3fb7d95c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 507/1001] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:06:29 2026] DELETE /v2.0/networks/4c668571-4c4f-4aa2-b2c2-a620e59704d3 => 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: 495/1002] 10.0.0.248 () {32 vars in 653 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions => generated 21537 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1003] 10.0.0.248 () {32 vars in 681 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:06:29.238 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-846a04fc-edbf-4ef1-b882-d0fe25729c48'] response: {'server_uuid': '7e80e017-10fc-4a8c-a642-e62dc4a10157', 'name': 'network-vif-deleted', 'tag': 'c4c5de57-db16-4c7d-9a9d-4fc2baa7d078', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 497/1004] 10.0.0.248 () {32 vars in 681 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1005] 10.0.0.248 () {32 vars in 729 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1006] 10.0.0.248 () {32 vars in 665 bytes} [Sun May 31 07:06:29 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: 500/1007] 10.0.0.248 () {32 vars in 699 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1008] 10.0.0.248 () {32 vars in 697 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1009] 10.0.0.248 () {32 vars in 701 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1010] 10.0.0.248 () {32 vars in 694 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1011] 10.0.0.248 () {32 vars in 689 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/availability_zone => 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: 504/1012] 10.0.0.248 () {32 vars in 703 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1013] 10.0.0.248 () {32 vars in 693 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1014] 10.0.0.248 () {32 vars in 695 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1015] 10.0.0.248 () {32 vars in 685 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1016] 10.0.0.248 () {32 vars in 742 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/subnets?network_id=7718519d-e946-4b10-8e89-d30bcda8dbc8 => generated 649 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1017] 10.0.0.248 () {32 vars in 687 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1018] 10.0.0.248 () {32 vars in 661 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1019] 10.0.0.248 () {32 vars in 653 bytes} [Sun May 31 07:06:29 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: 7|app: 0|req: 510/1020] 10.0.0.248 () {32 vars in 699 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1021] 10.0.0.248 () {32 vars in 679 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1022] 10.0.0.248 () {32 vars in 683 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1023] 10.0.0.248 () {32 vars in 675 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1024] 10.0.0.248 () {32 vars in 689 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1025] 10.0.0.248 () {32 vars in 723 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1026] 10.0.0.248 () {32 vars in 649 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/networks => generated 1312 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1027] 10.0.0.248 () {32 vars in 687 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1028] 10.0.0.248 () {32 vars in 669 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/flavors => 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: 513/1029] 10.0.0.248 () {32 vars in 687 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1030] 10.0.0.248 () {32 vars in 681 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1031] 10.0.0.248 () {32 vars in 699 bytes} [Sun May 31 07:06:29 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: 517/1032] 10.0.0.248 () {32 vars in 647 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/subnets => generated 1312 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1033] 10.0.0.248 () {32 vars in 679 bytes} [Sun May 31 07:06:29 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: 518/1034] 10.0.0.248 () {32 vars in 667 bytes} [Sun May 31 07:06:29 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: 519/1035] 10.0.0.248 () {32 vars in 677 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1036] 10.0.0.248 () {32 vars in 665 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1037] 10.0.0.248 () {32 vars in 675 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1038] 10.0.0.248 () {32 vars in 713 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1039] 10.0.0.248 () {32 vars in 723 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/networks/f6ac8419-e82d-4813-94a7-b5b9cb64c799 => generated 672 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1040] 10.0.0.248 () {32 vars in 691 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1041] 10.0.0.248 () {32 vars in 683 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1042] 10.0.0.248 () {32 vars in 669 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1043] 10.0.0.248 () {32 vars in 687 bytes} [Sun May 31 07:06:29 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: 521/1044] 10.0.0.248 () {32 vars in 705 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1045] 10.0.0.248 () {32 vars in 721 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/subnets/d5f034bb-000b-4048-aca6-ea2dba3ed3fe => generated 673 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1046] 10.0.0.248 () {32 vars in 675 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1047] 10.0.0.248 () {32 vars in 701 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1048] 10.0.0.248 () {32 vars in 675 bytes} [Sun May 31 07:06:29 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) 2026-05-31 07:06:29.516 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1ab255f7-f82b-40b2-b191-43bab98d1a5d db154b15d0b84027b6c55d90c4c3fefc 586940514eb44d908faaa99b3fb7d95c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 523/1049] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:06:29 2026] DELETE /v2.0/subnets/8023aa66-4834-4a52-89df-e00f38adee3c => 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: 527/1050] 10.0.0.248 () {32 vars in 693 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1051] 10.0.0.248 () {32 vars in 689 bytes} [Sun May 31 07:06:29 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) 2026-05-31 07:06:29.528 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c5517a21-552c-423b-8a63-28293e93f7cb db154b15d0b84027b6c55d90c4c3fefc 586940514eb44d908faaa99b3fb7d95c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 524/1052] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:06:29 2026] DELETE /v2.0/networks/4c668571-4c4f-4aa2-b2c2-a620e59704d3 => generated 138 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1053] 10.0.0.248 () {32 vars in 709 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1054] 10.0.0.248 () {32 vars in 705 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1055] 10.0.0.248 () {32 vars in 719 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1056] 10.0.0.248 () {32 vars in 697 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1057] 10.0.0.248 () {32 vars in 711 bytes} [Sun May 31 07:06:29 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: 7|app: 0|req: 534/1058] 10.0.0.248 () {32 vars in 669 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/binding => generated 193 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1059] 10.0.0.248 () {32 vars in 687 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1060] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/ports?device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => 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: 537/1061] 10.0.0.248 () {32 vars in 681 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1062] 10.0.0.248 () {32 vars in 675 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1063] 10.0.0.248 () {32 vars in 671 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/provider => generated 191 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1064] 10.0.0.248 () {32 vars in 661 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1065] 10.0.0.248 () {32 vars in 699 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1066] 10.0.0.248 () {32 vars in 699 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1067] 10.0.0.248 () {32 vars in 677 bytes} [Sun May 31 07:06:29 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: 7|app: 0|req: 544/1068] 10.0.0.248 () {32 vars in 669 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1069] 10.0.0.248 () {32 vars in 683 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1070] 10.0.0.248 () {32 vars in 701 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1071] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:06:29 2026] DELETE /v2.0/subnets/d5f034bb-000b-4048-aca6-ea2dba3ed3fe => 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: 547/1072] 10.0.0.248 () {32 vars in 685 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1073] 10.0.0.248 () {32 vars in 707 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1074] 10.0.0.248 () {32 vars in 669 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1075] 10.0.0.248 () {32 vars in 697 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1076] 10.0.0.248 () {32 vars in 695 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1077] 10.0.0.248 () {32 vars in 685 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1078] 10.0.0.248 () {32 vars in 689 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1079] 10.0.0.248 () {32 vars in 705 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1080] 10.0.0.248 () {32 vars in 667 bytes} [Sun May 31 07:06:29 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: 7|app: 0|req: 556/1081] 10.0.0.248 () {32 vars in 681 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1082] 10.0.0.248 () {32 vars in 681 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1083] 10.0.0.248 () {32 vars in 691 bytes} [Sun May 31 07:06:29 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: 7|app: 0|req: 559/1084] 10.0.0.248 () {32 vars in 691 bytes} [Sun May 31 07:06:29 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: 7|app: 0|req: 560/1085] 10.0.0.248 () {32 vars in 695 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1086] 10.0.0.248 () {32 vars in 685 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1087] 10.0.0.248 () {32 vars in 689 bytes} [Sun May 31 07:06:29 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) 2026-05-31 07:06:29.770 8 INFO neutron.services.segments.plugin [-] Segment d8864723-d753-4092-8bcc-2237eb85fc57 resource provider aggregate not found 2026-05-31 07:06:29.772 8 INFO neutron.services.segments.plugin [-] Segment d8864723-d753-4092-8bcc-2237eb85fc57 resource provider aggregate not found [pid: 7|app: 0|req: 563/1088] 10.0.0.248 () {32 vars in 701 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1089] 10.0.0.248 () {32 vars in 703 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:06:29.787 8 INFO neutron.services.segments.plugin [-] Segment d8864723-d753-4092-8bcc-2237eb85fc57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8864723-d753-4092-8bcc-2237eb85fc57 found for delete ", "request_id": "req-5b576c18-b679-4f3f-8e54-3963cb61bb8a"}]} [pid: 7|app: 0|req: 565/1090] 10.0.0.248 () {32 vars in 713 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:06:29.791 8 INFO neutron.services.segments.plugin [-] Segment d8864723-d753-4092-8bcc-2237eb85fc57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8864723-d753-4092-8bcc-2237eb85fc57 found for delete ", "request_id": "req-e1958a85-8caa-468e-9afa-6a783b867f11"}]} [pid: 7|app: 0|req: 566/1091] 10.0.0.248 () {32 vars in 717 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1092] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:06:29 2026] DELETE /v2.0/networks/f6ac8419-e82d-4813-94a7-b5b9cb64c799 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1093] 10.0.0.248 () {32 vars in 715 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1094] 10.0.0.248 () {32 vars in 727 bytes} [Sun May 31 07:06:29 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: 7|app: 0|req: 568/1095] 10.0.0.248 () {32 vars in 741 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1096] 10.0.0.248 () {32 vars in 719 bytes} [Sun May 31 07:06:29 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: 7|app: 0|req: 569/1097] 10.0.0.248 () {32 vars in 683 bytes} [Sun May 31 07:06:29 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: 529/1098] 10.0.0.248 () {32 vars in 669 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/segment => generated 145 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1099] 10.0.0.248 () {32 vars in 719 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1100] 10.0.0.248 () {32 vars in 679 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1101] 10.0.0.248 () {32 vars in 669 bytes} [Sun May 31 07:06:29 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: 531/1102] 10.0.0.248 () {32 vars in 697 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1103] 10.0.0.248 () {32 vars in 705 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1104] 10.0.0.248 () {32 vars in 701 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1105] 10.0.0.248 () {32 vars in 701 bytes} [Sun May 31 07:06:29 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: 533/1106] 10.0.0.248 () {32 vars in 683 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1107] 10.0.0.248 () {32 vars in 705 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1108] 10.0.0.248 () {32 vars in 695 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1109] 10.0.0.248 () {32 vars in 689 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1110] 10.0.0.248 () {32 vars in 697 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1111] 10.0.0.248 () {32 vars in 679 bytes} [Sun May 31 07:06:29 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: 536/1112] 10.0.0.248 () {32 vars in 689 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1113] 10.0.0.248 () {32 vars in 701 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1114] 10.0.0.248 () {32 vars in 665 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1115] 10.0.0.248 () {32 vars in 681 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1116] 10.0.0.248 () {32 vars in 677 bytes} [Sun May 31 07:06:29 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1117] 10.0.0.248 () {32 vars in 693 bytes} [Sun May 31 07:06:30 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1118] 10.0.0.248 () {32 vars in 677 bytes} [Sun May 31 07:06:30 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1119] 10.0.0.248 () {32 vars in 667 bytes} [Sun May 31 07:06:30 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1120] 10.0.0.248 () {32 vars in 663 bytes} [Sun May 31 07:06:30 2026] GET /v2.0/extensions/taas => generated 175 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1121] 10.0.0.248 () {32 vars in 675 bytes} [Sun May 31 07:06:30 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1122] 10.0.0.248 () {32 vars in 687 bytes} [Sun May 31 07:06:30 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1123] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:06:30 2026] GET /v2.0/security-groups?tenant_id=586940514eb44d908faaa99b3fb7d95c&name=default => generated 2925 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1124] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:30 2026] DELETE /v2.0/security-groups/4c27f508-988a-450f-8101-4c378b269b49 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1125] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:06:30 2026] GET /v2.0/security-groups?tenant_id=4359fae99ca74b0194e61e8862bdf3b2&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1126] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:30 2026] GET /v2.0/ports?device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => 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: 584/1127] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:30 2026] DELETE /v2.0/security-groups/8ef680d2-627b-4ed5-a0c2-ef8d64b4553c => 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: 544/1128] 10.0.0.203 () {34 vars in 990 bytes} [Sun May 31 07:06:31 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => generated 1240 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1129] 10.0.0.203 () {34 vars in 1040 bytes} [Sun May 31 07:06:31 2026] GET /v2.0/security-groups?id=4a68583e-62cb-449c-a1bf-902d0485df47&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: 545/1130] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:31 2026] GET /v2.0/ports?device_id=7e80e017-10fc-4a8c-a642-e62dc4a10157 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:06:32.416 7 INFO neutron.db.segments_db [None req-3e56db2c-2a8e-4419-94d8-ea87efb3ebb6 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] Added segment 64f675e2-a682-4b0e-a2d5-c0ab01f0bad9 of type vxlan for network ea0275d5-d4e9-477f-b6b2-d9d935e6bef6 [pid: 7|app: 0|req: 586/1131] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:06:32 2026] POST /v2.0/networks => generated 629 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:06:32.542 7 INFO neutron.db.segments_db [None req-6513d119-676c-41db-8c86-4d48c05b1b57 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] Added segment 861dbd7e-9e59-4f80-9b61-bc9864511a21 of type vxlan for network 2ce2f990-19d2-450a-a4a3-e706a3b7694a [pid: 7|app: 0|req: 587/1132] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:06:32 2026] POST /v2.0/networks => generated 629 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:06:32.702 8 INFO neutron.db.segments_db [None req-4f991952-c6ca-4dbd-83f8-46abb3af59a2 8a3df89ef0ba43f789c9eae255bda197 c2167d3e4b124958a01c51c7f1ade8f9 - - default default] Added segment 84139342-4baf-4783-81df-c3ea33d91028 of type vxlan for network 4073b5b5-9ba1-4d4d-8ff5-38e8106c2c41 [pid: 8|app: 0|req: 546/1133] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:06:32 2026] POST /v2.0/networks => generated 644 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1134] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:06:32 2026] POST /v2.0/subnets => generated 626 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1135] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:32 2026] DELETE /v2.0/security-groups/5edbee26-e3ff-49ce-b619-ed6e79b0bf1f => 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: 547/1136] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:06:32 2026] POST /v2.0/subnets => generated 641 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:06:33.049 8 INFO neutron.api.v2.resource [None req-698dcdba-ef02-428d-83eb-c6d04ca2fa4f e6c58d0957224eb5b204c3120922830f 0153b92a5f754e2691b9c3d9790678b4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 548/1137] 10.0.0.248 () {32 vars in 737 bytes} [Sun May 31 07:06:33 2026] GET /v2.0/security-groups/5edbee26-e3ff-49ce-b619-ed6e79b0bf1f => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:06:33.098 8 INFO neutron.db.segments_db [None req-9f7fc369-e84c-48e0-84aa-8b83366c5c68 8a3df89ef0ba43f789c9eae255bda197 c2167d3e4b124958a01c51c7f1ade8f9 - - default default] Added segment ae36b3ce-7824-407f-89a7-249f0cf4a730 of type vxlan for network adb4b882-e3d7-4f0b-a558-e428da6d6acf [pid: 7|app: 0|req: 590/1138] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:06:32 2026] POST /v2.0/subnets => generated 626 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1139] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:06:33 2026] POST /v2.0/networks => generated 643 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:06:33.212 8 INFO neutron.db.segments_db [None req-161ceb79-ed0b-493e-b477-e4c7d8d32033 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] Added segment 28887b6b-505e-4623-8636-b2f368a0beb6 of type vxlan for network 769a6792-134b-48ba-b12f-adf730d085ce 2026-05-31 07:06:33.250 7 INFO neutron_taas.services.taas.taas_plugin [None req-3af1a801-a99c-4c5c-9e61-110098532f95 e6c58d0957224eb5b204c3120922830f 0153b92a5f754e2691b9c3d9790678b4 - - default default] TaaS: Handle Delete Port: a408269d-dfa9-426f-b555-032c66389a8f 2026-05-31 07:06:33.253 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3af1a801-a99c-4c5c-9e61-110098532f95 e6c58d0957224eb5b204c3120922830f 0153b92a5f754e2691b9c3d9790678b4 - - default default] Tap Mirror: Handle Delete Port: a408269d-dfa9-426f-b555-032c66389a8f [pid: 7|app: 0|req: 591/1140] 10.0.0.248 () {32 vars in 732 bytes} [Sun May 31 07:06:33 2026] DELETE /v2.0/floatingips/3a89ea50-b14d-4385-83e3-61dfbb9df93e => generated 0 bytes in 233 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:06:33.409 8 INFO neutron.db.l3_hamode_db [None req-161ceb79-ed0b-493e-b477-e4c7d8d32033 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 592/1141] 10.0.0.248 () {34 vars in 743 bytes} [Sun May 31 07:06:33 2026] PUT /v2.0/networks/adb4b882-e3d7-4f0b-a558-e428da6d6acf => generated 592 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:06:33.519 8 INFO neutron.db.l3_hamode_db [None req-161ceb79-ed0b-493e-b477-e4c7d8d32033 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 07:06:33.797 7 INFO neutron_taas.services.taas.taas_plugin [None req-489b5890-4d82-44ff-85fa-4d64117832ff 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: c2456e09-ea6b-4fdf-9c25-62cab1af81d7 2026-05-31 07:06:33.799 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-489b5890-4d82-44ff-85fa-4d64117832ff 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: c2456e09-ea6b-4fdf-9c25-62cab1af81d7 [pid: 8|app: 0|req: 550/1142] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:06:33 2026] POST /v2.0/routers => generated 505 bytes in 905 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1143] 10.0.0.248 () {34 vars in 789 bytes} [Sun May 31 07:06:33 2026] PUT /v2.0/routers/30aca3e0-c2bc-4912-840b-a987a85d7dff/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: 551/1144] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:06:34 2026] POST /v2.0/subnets => generated 626 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:06:34.511 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f1f7c50-f03e-40c6-bddf-3c8f48956910 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: 3fc27b76-0c9e-497d-98d8-147749fc7316 2026-05-31 07:06:34.514 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f1f7c50-f03e-40c6-bddf-3c8f48956910 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: 3fc27b76-0c9e-497d-98d8-147749fc7316 2026-05-31 07:06:34.771 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f1f7c50-f03e-40c6-bddf-3c8f48956910 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: d5f7f7cb-65ee-47d2-96c9-df90b0085257 2026-05-31 07:06:34.775 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f1f7c50-f03e-40c6-bddf-3c8f48956910 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: d5f7f7cb-65ee-47d2-96c9-df90b0085257 2026-05-31 07:06:35.125 8 INFO neutron.services.segments.plugin [-] Segment 04282198-6db7-439e-b3ea-eb943603ae2e resource provider aggregate not found 2026-05-31 07:06:35.125 8 INFO neutron.services.segments.plugin [-] Segment 04282198-6db7-439e-b3ea-eb943603ae2e resource provider aggregate not found 2026-05-31 07:06:35.148 8 INFO neutron.services.segments.plugin [-] Segment 04282198-6db7-439e-b3ea-eb943603ae2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04282198-6db7-439e-b3ea-eb943603ae2e found for delete ", "request_id": "req-c7157725-7b3b-44a4-ac69-7fa76ecd06b9"}]} 2026-05-31 07:06:35.149 8 INFO neutron.services.segments.plugin [-] Segment 04282198-6db7-439e-b3ea-eb943603ae2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04282198-6db7-439e-b3ea-eb943603ae2e found for delete ", "request_id": "req-c394c6d9-75c5-4382-93c9-562e364a218f"}]} 2026-05-31 07:06:35.152 8 INFO neutron.db.l3_hamode_db [None req-5f1f7c50-f03e-40c6-bddf-3c8f48956910 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] HA network aec6d4c5-f0ba-4cdf-bf82-5fd801feda27 was deleted as no HA routers are present in tenant 0153b92a5f754e2691b9c3d9790678b4. [pid: 8|app: 0|req: 552/1145] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:06:34 2026] DELETE /v2.0/routers/30aca3e0-c2bc-4912-840b-a987a85d7dff => generated 0 bytes in 857 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1146] 10.0.0.248 () {34 vars in 783 bytes} [Sun May 31 07:06:34 2026] PUT /v2.0/routers/d450df3b-f8bc-42a5-83e3-9f18391f7809/add_router_interface => generated 309 bytes in 943 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1147] 10.0.0.248 () {34 vars in 741 bytes} [Sun May 31 07:06:35 2026] PUT /v2.0/subnets/adc6721a-62c0-4eb7-86f3-ba1176e822b1 => generated 636 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1148] 10.0.0.248 () {32 vars in 717 bytes} [Sun May 31 07:06:35 2026] GET /v2.0/ports/d42a821f-aa81-406e-a2fb-36697b988043 => generated 955 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1149] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:06:35 2026] DELETE /v2.0/subnets/50064259-65ed-46e4-ad36-5e061bd9bd77 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1150] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:06:35 2026] DELETE /v2.0/networks/adb4b882-e3d7-4f0b-a558-e428da6d6acf => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:06:35.600 8 INFO neutron_taas.services.taas.taas_plugin [None req-24125ec2-d25d-45b5-954f-a4d19b785e90 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: 8e95e2f4-9693-491d-9a93-d38a82789095 2026-05-31 07:06:35.602 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24125ec2-d25d-45b5-954f-a4d19b785e90 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: 8e95e2f4-9693-491d-9a93-d38a82789095 [pid: 8|app: 0|req: 556/1151] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:06:35 2026] DELETE /v2.0/networks/b82992d5-0130-4498-a37d-1aea1b8ea158 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:06:35.789 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cd4689e4-66ca-4d06-bc35-2332a93589a5 8a3df89ef0ba43f789c9eae255bda197 c2167d3e4b124958a01c51c7f1ade8f9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 557/1152] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:06:35 2026] DELETE /v2.0/networks/adb4b882-e3d7-4f0b-a558-e428da6d6acf => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1153] 10.0.0.248 () {32 vars in 694 bytes} [Sun May 31 07:06:35 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1154] 10.0.0.248 () {32 vars in 742 bytes} [Sun May 31 07:06:35 2026] GET /v2.0/subnets?network_id=7718519d-e946-4b10-8e89-d30bcda8dbc8 => generated 649 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1155] 10.0.0.248 () {32 vars in 653 bytes} [Sun May 31 07:06:35 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1156] 10.0.0.248 () {32 vars in 649 bytes} [Sun May 31 07:06:35 2026] GET /v2.0/networks => generated 1309 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1157] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:06:35 2026] GET /v2.0/security-groups?tenant_id=0153b92a5f754e2691b9c3d9790678b4&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1158] 10.0.0.248 () {32 vars in 647 bytes} [Sun May 31 07:06:35 2026] GET /v2.0/subnets => generated 1280 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1159] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:35 2026] DELETE /v2.0/security-groups/bee80caf-65ea-4116-8ea6-647eb79dea48 => 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: 565/1160] 10.0.0.248 () {32 vars in 723 bytes} [Sun May 31 07:06:36 2026] GET /v2.0/networks/4073b5b5-9ba1-4d4d-8ff5-38e8106c2c41 => generated 669 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1161] 10.0.0.248 () {32 vars in 721 bytes} [Sun May 31 07:06:36 2026] GET /v2.0/subnets/226c382c-2dd4-4e58-aeff-c05f9e69f87e => generated 641 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:06:36.184 8 INFO neutron.pecan_wsgi.hooks.translation [None req-18885f48-dbbd-469e-a6bb-2f43f7de0d21 8a3df89ef0ba43f789c9eae255bda197 c2167d3e4b124958a01c51c7f1ade8f9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 567/1162] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:06:36 2026] DELETE /v2.0/subnets/adc6721a-62c0-4eb7-86f3-ba1176e822b1 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:06:36.202 8 INFO neutron.pecan_wsgi.hooks.translation [None req-caf25083-be41-43b0-aa86-57f2e30b8b52 8a3df89ef0ba43f789c9eae255bda197 c2167d3e4b124958a01c51c7f1ade8f9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 568/1163] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:06:36 2026] DELETE /v2.0/networks/adb4b882-e3d7-4f0b-a558-e428da6d6acf => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1164] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:06:36 2026] DELETE /v2.0/subnets/226c382c-2dd4-4e58-aeff-c05f9e69f87e => 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: 596/1165] 10.0.0.248 () {34 vars in 783 bytes} [Sun May 31 07:06:35 2026] PUT /v2.0/routers/d450df3b-f8bc-42a5-83e3-9f18391f7809/add_router_interface => generated 309 bytes in 1019 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1166] 10.0.0.248 () {32 vars in 717 bytes} [Sun May 31 07:06:36 2026] GET /v2.0/ports/7d561fb7-2edf-4227-a9ca-7d32512b9253 => generated 955 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1167] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:06:36 2026] DELETE /v2.0/networks/4073b5b5-9ba1-4d4d-8ff5-38e8106c2c41 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:06:36.794 7 INFO neutron_taas.services.taas.taas_plugin [None req-92c555ea-79bd-4a1c-bc11-a625abdc3a12 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] TaaS: Handle Delete Port: 7d561fb7-2edf-4227-a9ca-7d32512b9253 2026-05-31 07:06:36.800 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92c555ea-79bd-4a1c-bc11-a625abdc3a12 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] Tap Mirror: Handle Delete Port: 7d561fb7-2edf-4227-a9ca-7d32512b9253 2026-05-31 07:06:37.177 8 INFO neutron.services.segments.plugin [-] Segment ae36b3ce-7824-407f-89a7-249f0cf4a730 resource provider aggregate not found 2026-05-31 07:06:37.181 8 INFO neutron.services.segments.plugin [-] Segment ae36b3ce-7824-407f-89a7-249f0cf4a730 resource provider aggregate not found 2026-05-31 07:06:37.197 8 INFO neutron.services.segments.plugin [-] Segment ae36b3ce-7824-407f-89a7-249f0cf4a730 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae36b3ce-7824-407f-89a7-249f0cf4a730 found for delete ", "request_id": "req-62fd637f-76d6-459b-b5ca-608fa177e6c1"}]} 2026-05-31 07:06:37.200 8 INFO neutron.services.segments.plugin [-] Segment ae36b3ce-7824-407f-89a7-249f0cf4a730 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae36b3ce-7824-407f-89a7-249f0cf4a730 found for delete ", "request_id": "req-40f33040-f08e-4f06-999d-6d11ea48cc52"}]} 2026-05-31 07:06:37.215 8 INFO neutron.services.segments.plugin [-] Segment d30f1f2f-2738-4f0a-a43e-d903ae182780 resource provider aggregate not found 2026-05-31 07:06:37.223 8 INFO neutron.services.segments.plugin [-] Segment d30f1f2f-2738-4f0a-a43e-d903ae182780 resource provider aggregate not found 2026-05-31 07:06:37.233 8 INFO neutron.services.segments.plugin [-] Segment d30f1f2f-2738-4f0a-a43e-d903ae182780 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d30f1f2f-2738-4f0a-a43e-d903ae182780 found for delete ", "request_id": "req-8e868780-e1e4-4269-9a92-7b0386344a13"}]} 2026-05-31 07:06:37.242 8 INFO neutron.services.segments.plugin [-] Segment d30f1f2f-2738-4f0a-a43e-d903ae182780 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d30f1f2f-2738-4f0a-a43e-d903ae182780 found for delete ", "request_id": "req-deb386ce-f2dd-4efe-a379-791f7e43ed40"}]} 2026-05-31 07:06:37.256 8 INFO neutron.services.segments.plugin [-] Segment 84139342-4baf-4783-81df-c3ea33d91028 resource provider aggregate not found 2026-05-31 07:06:37.265 8 INFO neutron.services.segments.plugin [-] Segment 84139342-4baf-4783-81df-c3ea33d91028 resource provider aggregate not found 2026-05-31 07:06:37.283 8 INFO neutron.services.segments.plugin [-] Segment 84139342-4baf-4783-81df-c3ea33d91028 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84139342-4baf-4783-81df-c3ea33d91028 found for delete ", "request_id": "req-3226bf7c-ddac-4b41-9bac-8c89162cb33f"}]} 2026-05-31 07:06:37.284 8 INFO neutron.services.segments.plugin [-] Segment 84139342-4baf-4783-81df-c3ea33d91028 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84139342-4baf-4783-81df-c3ea33d91028 found for delete ", "request_id": "req-185e4b05-f39f-4a76-a686-4cebf4618c6f"}]} [pid: 8|app: 0|req: 573/1170] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:06:36 2026] GET /v2.0/security-groups?tenant_id=c2167d3e4b124958a01c51c7f1ade8f9&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1171] 10.0.0.248 () {34 vars in 789 bytes} [Sun May 31 07:06:36 2026] PUT /v2.0/routers/d450df3b-f8bc-42a5-83e3-9f18391f7809/remove_router_interface => generated 309 bytes in 862 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1172] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:37 2026] DELETE /v2.0/security-groups/bc744bdb-81c6-46dc-b842-b6ae03e3e64d => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:06:37.645 7 INFO neutron_taas.services.taas.taas_plugin [None req-6dac0d4a-cb75-40a7-a2f2-27ef8bebfdd4 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] TaaS: Handle Delete Port: d42a821f-aa81-406e-a2fb-36697b988043 2026-05-31 07:06:37.647 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6dac0d4a-cb75-40a7-a2f2-27ef8bebfdd4 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] Tap Mirror: Handle Delete Port: d42a821f-aa81-406e-a2fb-36697b988043 [pid: 7|app: 0|req: 599/1173] 10.0.0.248 () {34 vars in 789 bytes} [Sun May 31 07:06:37 2026] PUT /v2.0/routers/d450df3b-f8bc-42a5-83e3-9f18391f7809/remove_router_interface => generated 309 bytes in 629 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1174] 10.0.0.248 () {32 vars in 736 bytes} [Sun May 31 07:06:37 2026] GET /v2.0/ports?device_id=d450df3b-f8bc-42a5-83e3-9f18391f7809 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:06:38.099 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c0af86b-fbf8-4970-9625-7df6dabd949f cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] TaaS: Handle Delete Port: d5289608-395d-4a85-af10-c27adf9db40c 2026-05-31 07:06:38.101 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c0af86b-fbf8-4970-9625-7df6dabd949f cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] Tap Mirror: Handle Delete Port: d5289608-395d-4a85-af10-c27adf9db40c 2026-05-31 07:06:38.392 7 INFO neutron.services.segments.plugin [-] Segment 28887b6b-505e-4623-8636-b2f368a0beb6 resource provider aggregate not found 2026-05-31 07:06:38.399 7 INFO neutron.services.segments.plugin [-] Segment 28887b6b-505e-4623-8636-b2f368a0beb6 resource provider aggregate not found 2026-05-31 07:06:38.413 7 INFO neutron.services.segments.plugin [-] Segment 28887b6b-505e-4623-8636-b2f368a0beb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28887b6b-505e-4623-8636-b2f368a0beb6 found for delete ", "request_id": "req-b0deecca-af9c-43e3-a040-519beaa0d310"}]} 2026-05-31 07:06:38.419 7 INFO neutron.services.segments.plugin [-] Segment 28887b6b-505e-4623-8636-b2f368a0beb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28887b6b-505e-4623-8636-b2f368a0beb6 found for delete ", "request_id": "req-871056e4-b039-41e4-adca-597a008d9124"}]} 2026-05-31 07:06:38.424 7 INFO neutron.db.l3_hamode_db [None req-6c0af86b-fbf8-4970-9625-7df6dabd949f cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] HA network 769a6792-134b-48ba-b12f-adf730d085ce was deleted as no HA routers are present in tenant 0012b84a85d4477bb1af39a199244826. [pid: 7|app: 0|req: 600/1175] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:06:37 2026] DELETE /v2.0/routers/d450df3b-f8bc-42a5-83e3-9f18391f7809 => generated 0 bytes in 449 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1176] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:06:38 2026] DELETE /v2.0/subnets/245dff63-e564-4d1e-b529-4cef148e876c => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1177] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:06:38 2026] DELETE /v2.0/subnets/d627a216-570d-4a9e-b356-1ff957a4cca5 => 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: 577/1178] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:06:38 2026] DELETE /v2.0/networks/2ce2f990-19d2-450a-a4a3-e706a3b7694a => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:06:38.942 7 INFO neutron_taas.services.taas.taas_plugin [None req-eafe12b5-7332-428a-8cb2-73d647d1b0d0 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] TaaS: Handle Delete Port: 57fc5946-07b7-4e92-a650-db4b65c2a6c0 2026-05-31 07:06:38.945 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eafe12b5-7332-428a-8cb2-73d647d1b0d0 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] Tap Mirror: Handle Delete Port: 57fc5946-07b7-4e92-a650-db4b65c2a6c0 [pid: 7|app: 0|req: 602/1179] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:06:38 2026] DELETE /v2.0/networks/ea0275d5-d4e9-477f-b6b2-d9d935e6bef6 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1180] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:06:39 2026] GET /v2.0/security-groups?tenant_id=590bb38fa4fc4ba59e881851e32eab2a&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:06:39.300 7 INFO neutron.db.segments_db [None req-6da16878-659e-44b1-95b1-3ecef4400dec cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] Added segment b58213c9-ac62-44a7-b458-887d1135b933 of type vxlan for network 86b39d63-970a-47af-a4c7-c44acd743524 2026-05-31 07:06:39.308 8 INFO neutron.services.segments.plugin [-] Segment 861dbd7e-9e59-4f80-9b61-bc9864511a21 resource provider aggregate not found 2026-05-31 07:06:39.312 8 INFO neutron.services.segments.plugin [-] Segment 861dbd7e-9e59-4f80-9b61-bc9864511a21 resource provider aggregate not found 2026-05-31 07:06:39.333 8 INFO neutron.services.segments.plugin [-] Segment 861dbd7e-9e59-4f80-9b61-bc9864511a21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 861dbd7e-9e59-4f80-9b61-bc9864511a21 found for delete ", "request_id": "req-dd61adaa-ddc6-4e93-acb1-f7eb701be92c"}]} 2026-05-31 07:06:39.337 8 INFO neutron.services.segments.plugin [-] Segment 861dbd7e-9e59-4f80-9b61-bc9864511a21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 861dbd7e-9e59-4f80-9b61-bc9864511a21 found for delete ", "request_id": "req-6cefb71f-6714-43d5-9cd0-18ebc73c6a43"}]} [pid: 8|app: 0|req: 578/1181] 10.0.0.248 () {34 vars in 684 bytes} [Sun May 31 07:06:38 2026] POST /v2.0/security-groups => generated 1624 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1182] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:06:39 2026] POST /v2.0/networks => generated 629 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1183] 10.0.0.248 () {32 vars in 663 bytes} [Sun May 31 07:06:39 2026] GET /v2.0/security-groups => generated 4529 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1184] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:39 2026] DELETE /v2.0/security-groups/126407a1-9a46-42c2-8174-41ea2f5f2945 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1185] 10.0.0.248 () {34 vars in 758 bytes} [Sun May 31 07:06:39 2026] PUT /v2.0/security-groups/d5cd7d1d-72c4-4cf1-9cc3-1bae508c5613 => generated 1663 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1186] 10.0.0.248 () {32 vars in 737 bytes} [Sun May 31 07:06:39 2026] GET /v2.0/security-groups/d5cd7d1d-72c4-4cf1-9cc3-1bae508c5613 => generated 1663 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1187] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:39 2026] DELETE /v2.0/security-groups/d5cd7d1d-72c4-4cf1-9cc3-1bae508c5613 => 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: 606/1188] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:06:39 2026] POST /v2.0/subnets => generated 626 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1189] 10.0.0.248 () {32 vars in 663 bytes} [Sun May 31 07:06:39 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:06:39.673 8 INFO neutron.api.v2.resource [None req-a30c07db-be14-4f21-a4df-cc7b7d2945d5 a186966e3bcd4682908d1b7f9ec15928 494dd11ebfbf43efb475fe96e36c5257 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 584/1190] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:39 2026] DELETE /v2.0/security-groups/d5cd7d1d-72c4-4cf1-9cc3-1bae508c5613 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:06:39.682 7 INFO neutron.db.segments_db [None req-d974bf1e-a527-483e-ac73-b2ea70d86211 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] Added segment c6f3be1a-274d-4c1e-933b-7ca5bbf6518a of type vxlan for network 203a5a45-8c76-4107-ba51-0d7f5ac187b1 [pid: 8|app: 0|req: 585/1191] 10.0.0.248 () {34 vars in 684 bytes} [Sun May 31 07:06:39 2026] POST /v2.0/security-groups => generated 1625 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1192] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:06:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1193] 10.0.0.248 () {32 vars in 747 bytes} [Sun May 31 07:06:39 2026] GET /v2.0/security-group-rules/024cade0-7874-4211-bd12-7fa1a4ab55ca => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:06:39.937 7 INFO neutron.db.l3_hamode_db [None req-d974bf1e-a527-483e-ac73-b2ea70d86211 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 588/1194] 10.0.0.248 () {32 vars in 673 bytes} [Sun May 31 07:06:39 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1195] 10.0.0.248 () {32 vars in 750 bytes} [Sun May 31 07:06:39 2026] DELETE /v2.0/security-group-rules/024cade0-7874-4211-bd12-7fa1a4ab55ca => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:06:40.076 7 INFO neutron.db.l3_hamode_db [None req-d974bf1e-a527-483e-ac73-b2ea70d86211 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 590/1196] 10.0.0.248 () {32 vars in 673 bytes} [Sun May 31 07:06:40 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1197] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:06:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1198] 10.0.0.248 () {32 vars in 747 bytes} [Sun May 31 07:06:40 2026] GET /v2.0/security-group-rules/1c487b42-d10a-4844-9f6e-6b27db4d850b => 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: 593/1199] 10.0.0.248 () {32 vars in 673 bytes} [Sun May 31 07:06:40 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1200] 10.0.0.248 () {32 vars in 750 bytes} [Sun May 31 07:06:40 2026] DELETE /v2.0/security-group-rules/1c487b42-d10a-4844-9f6e-6b27db4d850b => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1201] 10.0.0.248 () {32 vars in 673 bytes} [Sun May 31 07:06:40 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:06:40.411 8 INFO neutron.db.securitygroups_db [None req-7bd38cd8-79e0-4dca-98da-11e0fe0a5ab7 a186966e3bcd4682908d1b7f9ec15928 494dd11ebfbf43efb475fe96e36c5257 - - default default] Project 494dd11ebfbf43efb475fe96e36c5257 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-31 07:06:40.441 7 INFO neutron.services.segments.plugin [-] Segment 64f675e2-a682-4b0e-a2d5-c0ab01f0bad9 resource provider aggregate not found 2026-05-31 07:06:40.445 7 INFO neutron.services.segments.plugin [-] Segment 64f675e2-a682-4b0e-a2d5-c0ab01f0bad9 resource provider aggregate not found 2026-05-31 07:06:40.455 7 INFO neutron.services.segments.plugin [-] Segment 64f675e2-a682-4b0e-a2d5-c0ab01f0bad9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64f675e2-a682-4b0e-a2d5-c0ab01f0bad9 found for delete ", "request_id": "req-2f0041d4-4753-4c39-8f5f-85c55f860d8e"}]} [pid: 8|app: 0|req: 596/1202] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:06:40 2026] POST /v2.0/security-group-rules => generated 607 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:06:40.463 7 INFO neutron.services.segments.plugin [-] Segment 64f675e2-a682-4b0e-a2d5-c0ab01f0bad9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64f675e2-a682-4b0e-a2d5-c0ab01f0bad9 found for delete ", "request_id": "req-bf95b7f2-38ac-45ff-aec1-b7b645ccc8a6"}]} [pid: 8|app: 0|req: 597/1203] 10.0.0.248 () {32 vars in 747 bytes} [Sun May 31 07:06:40 2026] GET /v2.0/security-group-rules/2ccb3fb5-fe69-47fa-a829-9c5bdb6371f0 => generated 607 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1204] 10.0.0.248 () {32 vars in 673 bytes} [Sun May 31 07:06:40 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1205] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:06:39 2026] POST /v2.0/routers => generated 507 bytes in 934 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1206] 10.0.0.248 () {32 vars in 750 bytes} [Sun May 31 07:06:40 2026] DELETE /v2.0/security-group-rules/2ccb3fb5-fe69-47fa-a829-9c5bdb6371f0 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1207] 10.0.0.248 () {32 vars in 673 bytes} [Sun May 31 07:06:40 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1208] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:40 2026] DELETE /v2.0/security-groups/40196752-7740-4bf1-9559-dd0066c93d54 => 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: 602/1209] 10.0.0.248 () {32 vars in 663 bytes} [Sun May 31 07:06:40 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: 603/1210] 10.0.0.248 () {32 vars in 663 bytes} [Sun May 31 07:06:40 2026] GET /v2.0/security-groups => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1211] 10.0.0.248 () {34 vars in 665 bytes} [Sun May 31 07:06:40 2026] POST /v2.0/ports => generated 951 bytes in 625 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: 609/1212] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:06:41 2026] GET /v2.0/security-groups?tenant_id=494dd11ebfbf43efb475fe96e36c5257&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1213] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:41 2026] DELETE /v2.0/security-groups/9d951f86-5767-4471-a1e7-61198d4f0592 => 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: 604/1214] 10.0.0.248 () {34 vars in 783 bytes} [Sun May 31 07:06:41 2026] PUT /v2.0/routers/142045d0-9443-4784-aa64-c2b1da0d502b/add_router_interface => generated 309 bytes in 1262 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1215] 10.0.0.248 () {32 vars in 717 bytes} [Sun May 31 07:06:42 2026] GET /v2.0/ports/72940b24-d231-4d19-a5be-106be3f4e73f => generated 1025 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, ' 2026-05-31 07:06:42.884 8 INFO neutron_taas.services.taas.taas_plugin [None req-29575f8e-41b7-4455-9451-73c1474aa45b cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] TaaS: Handle Delete Port: 72940b24-d231-4d19-a5be-106be3f4e73f 2026-05-31 07:06:42.888 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29575f8e-41b7-4455-9451-73c1474aa45b cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] Tap Mirror: Handle Delete Port: 72940b24-d231-4d19-a5be-106be3f4e73f [pid: 7|app: 0|req: 612/1216] 10.0.0.248 () {32 vars in 623 bytes} [Sun May 31 07:06:43 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1217] 10.0.0.248 () {32 vars in 633 bytes} [Sun May 31 07:06:43 2026] GET /v2.0/ => generated 632 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1218] 10.0.0.248 () {34 vars in 789 bytes} [Sun May 31 07:06:42 2026] PUT /v2.0/routers/142045d0-9443-4784-aa64-c2b1da0d502b/remove_router_interface => generated 309 bytes in 785 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: 614/1219] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:43 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1220] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:06:43 2026] GET /v2.0/security-groups?id=4a68583e-62cb-449c-a1bf-902d0485df47&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-05-31 07:06:43.405 8 INFO neutron.api.v2.resource [None req-84596f7e-eb9c-4423-b599-b9a1ff670cb2 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 606/1221] 10.0.0.248 () {34 vars in 789 bytes} [Sun May 31 07:06:43 2026] PUT /v2.0/routers/142045d0-9443-4784-aa64-c2b1da0d502b/remove_router_interface => generated 197 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1222] 10.0.0.248 () {32 vars in 736 bytes} [Sun May 31 07:06:43 2026] GET /v2.0/ports?device_id=142045d0-9443-4784-aa64-c2b1da0d502b => 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: 617/1223] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:43 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1224] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:06:43 2026] GET /v2.0/security-groups?id=4a68583e-62cb-449c-a1bf-902d0485df47&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:06:43.590 8 INFO neutron_taas.services.taas.taas_plugin [None req-4123dd24-433a-4adc-a1dc-a3d97099a302 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] TaaS: Handle Delete Port: 286ffba8-e14a-483a-b793-f93e20e2b822 2026-05-31 07:06:43.594 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4123dd24-433a-4adc-a1dc-a3d97099a302 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] Tap Mirror: Handle Delete Port: 286ffba8-e14a-483a-b793-f93e20e2b822 [pid: 7|app: 0|req: 619/1225] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:43 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:06:43.919 8 INFO neutron.services.segments.plugin [-] Segment c6f3be1a-274d-4c1e-933b-7ca5bbf6518a resource provider aggregate not found 2026-05-31 07:06:43.928 8 INFO neutron.services.segments.plugin [-] Segment c6f3be1a-274d-4c1e-933b-7ca5bbf6518a resource provider aggregate not found 2026-05-31 07:06:43.932 8 INFO neutron.services.segments.plugin [-] Segment c6f3be1a-274d-4c1e-933b-7ca5bbf6518a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6f3be1a-274d-4c1e-933b-7ca5bbf6518a found for delete ", "request_id": "req-47427d42-e0a4-4a87-8932-8fbec7372689"}]} 2026-05-31 07:06:43.942 8 INFO neutron.services.segments.plugin [-] Segment c6f3be1a-274d-4c1e-933b-7ca5bbf6518a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6f3be1a-274d-4c1e-933b-7ca5bbf6518a found for delete ", "request_id": "req-1bc76bea-56b2-4ba0-a3c2-f1bca6607074"}]} 2026-05-31 07:06:43.950 8 INFO neutron.db.l3_hamode_db [None req-4123dd24-433a-4adc-a1dc-a3d97099a302 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] HA network 203a5a45-8c76-4107-ba51-0d7f5ac187b1 was deleted as no HA routers are present in tenant 0012b84a85d4477bb1af39a199244826. [pid: 8|app: 0|req: 607/1226] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:06:43 2026] DELETE /v2.0/routers/142045d0-9443-4784-aa64-c2b1da0d502b => generated 0 bytes in 524 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1227] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:06:43 2026] GET /v2.0/security-groups?id=4a68583e-62cb-449c-a1bf-902d0485df47&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: 620/1228] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:06:43 2026] GET /v2.0/security-groups?tenant_id=6429f2b60b3c431c84f7701748affa0d&name=default => generated 2925 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1229] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:06:43 2026] DELETE /v2.0/subnets/e94865aa-03f0-482c-8749-f7a5ce014d92 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1230] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:44 2026] DELETE /v2.0/security-groups/ceb71a2c-e577-43bd-ae40-0b11d7eb7cd7 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:06:44.330 8 INFO neutron_taas.services.taas.taas_plugin [None req-ba519a8e-0971-4347-b858-e6da6fb450ab cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] TaaS: Handle Delete Port: 73dec55e-a899-4aef-bbee-51e891e040e0 2026-05-31 07:06:44.333 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba519a8e-0971-4347-b858-e6da6fb450ab cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] Tap Mirror: Handle Delete Port: 73dec55e-a899-4aef-bbee-51e891e040e0 [pid: 8|app: 0|req: 610/1231] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:06:44 2026] DELETE /v2.0/networks/86b39d63-970a-47af-a4c7-c44acd743524 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:06:44.590 7 INFO neutron.db.segments_db [None req-12505c1f-4b7b-4423-8fad-7fc53067f33a cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] Added segment 1259b8d3-a3f6-4971-86b2-abf11cf6c617 of type vxlan for network b0cbb497-979b-4f28-82bd-ce67db603989 [pid: 7|app: 0|req: 622/1232] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:06:44 2026] POST /v2.0/networks => generated 630 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1233] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:06:44 2026] POST /v2.0/subnets => generated 626 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:06:44.993 7 INFO neutron.db.segments_db [None req-f7026d3d-5cf3-467d-9c7b-22bc61305baa cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] Added segment c8473adf-9b25-4409-b7ac-9cd22aeeca3a of type vxlan for network 90424d04-1bc1-4d77-aee8-2962175403be [pid: 8|app: 0|req: 612/1234] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:45 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1235] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:06:45 2026] GET /v2.0/security-groups?id=4a68583e-62cb-449c-a1bf-902d0485df47&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-05-31 07:06:45.203 7 INFO neutron.db.l3_hamode_db [None req-f7026d3d-5cf3-467d-9c7b-22bc61305baa cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 07:06:45.306 7 INFO neutron.db.l3_hamode_db [None req-f7026d3d-5cf3-467d-9c7b-22bc61305baa cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 614/1236] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:06:45 2026] GET /v2.0/ports?tenant_id=e7c9c5ca8caf4f75ab23705659836f58&device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => 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: 615/1237] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:06:45 2026] GET /v2.0/networks?id=ad9b8f0c-dbb9-4b41-8adf-66491842912d => generated 771 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1238] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:06:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=eba6f133-e028-4750-97a7-44a9455f159f => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1239] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:06:45 2026] GET /v2.0/subnets?id=1efa5347-dcfe-404a-8e58-3495a54d78e0 => generated 693 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1240] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:06:45 2026] GET /v2.0/ports?network_id=ad9b8f0c-dbb9-4b41-8adf-66491842912d&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: 8|app: 0|req: 619/1241] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:06:45 2026] GET /v2.0/networks/ad9b8f0c-dbb9-4b41-8adf-66491842912d?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1242] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:06:45 2026] GET /v2.0/networks/ad9b8f0c-dbb9-4b41-8adf-66491842912d?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: 623/1243] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:06:44 2026] POST /v2.0/routers => generated 507 bytes in 842 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1244] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:06:45 2026] GET /v2.0/security-groups?tenant_id=7734f189026440978082d3eb16f818b9&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:06:45.953 8 INFO neutron.services.segments.plugin [-] Segment b58213c9-ac62-44a7-b458-887d1135b933 resource provider aggregate not found 2026-05-31 07:06:45.965 8 INFO neutron.services.segments.plugin [-] Segment b58213c9-ac62-44a7-b458-887d1135b933 resource provider aggregate not found 2026-05-31 07:06:45.980 8 INFO neutron.services.segments.plugin [-] Segment b58213c9-ac62-44a7-b458-887d1135b933 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b58213c9-ac62-44a7-b458-887d1135b933 found for delete ", "request_id": "req-4ca1aa90-ef75-4338-8f3c-272e233e2b9a"}]} 2026-05-31 07:06:45.995 8 INFO neutron.services.segments.plugin [-] Segment b58213c9-ac62-44a7-b458-887d1135b933 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b58213c9-ac62-44a7-b458-887d1135b933 found for delete ", "request_id": "req-ae225ceb-ba8c-4330-a53a-e7d51126e97b"}]} [pid: 8|app: 0|req: 622/1245] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:45 2026] DELETE /v2.0/security-groups/6c2953d6-8470-4a60-99bd-ac3b384e245b => 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: 623/1246] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:06:46 2026] GET /v2.0/security-groups?tenant_id=187c3fb1ce494a5fbab3f643017d912e&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1247] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:46 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => 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: 625/1248] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:46 2026] DELETE /v2.0/security-groups/89fe6cad-024c-4e10-86e4-b39fe7d2aac0 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1249] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:06:46 2026] GET /v2.0/security-groups?id=4a68583e-62cb-449c-a1bf-902d0485df47&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: 624/1250] 10.0.0.248 () {34 vars in 783 bytes} [Sun May 31 07:06:45 2026] PUT /v2.0/routers/f42fc7ce-8bbe-41d8-ba61-7d1bfb715241/add_router_interface => generated 309 bytes in 1064 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1251] 10.0.0.248 () {32 vars in 717 bytes} [Sun May 31 07:06:46 2026] GET /v2.0/ports/516f6b50-89ad-494e-9f24-10b019956c4b => generated 955 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:06:47.233 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6c75f01-497e-439c-9982-99f74d75a45f cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] TaaS: Handle Delete Port: 516f6b50-89ad-494e-9f24-10b019956c4b 2026-05-31 07:06:47.235 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6c75f01-497e-439c-9982-99f74d75a45f cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] Tap Mirror: Handle Delete Port: 516f6b50-89ad-494e-9f24-10b019956c4b [pid: 7|app: 0|req: 625/1252] 10.0.0.248 () {34 vars in 789 bytes} [Sun May 31 07:06:46 2026] PUT /v2.0/routers/f42fc7ce-8bbe-41d8-ba61-7d1bfb715241/remove_router_interface => generated 309 bytes in 673 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1253] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:47 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1254] 10.0.0.248 () {32 vars in 736 bytes} [Sun May 31 07:06:47 2026] GET /v2.0/ports?device_id=f42fc7ce-8bbe-41d8-ba61-7d1bfb715241 => 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: 629/1255] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:06:47 2026] GET /v2.0/security-groups?id=4a68583e-62cb-449c-a1bf-902d0485df47&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:06:47.747 7 INFO neutron_taas.services.taas.taas_plugin [None req-3e14639b-6a00-4c4a-a76d-48afe8be79f9 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] TaaS: Handle Delete Port: bfacda40-15f4-4c9a-b56a-c77131281481 2026-05-31 07:06:47.749 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e14639b-6a00-4c4a-a76d-48afe8be79f9 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] Tap Mirror: Handle Delete Port: bfacda40-15f4-4c9a-b56a-c77131281481 2026-05-31 07:06:48.073 7 INFO neutron.services.segments.plugin [-] Segment c8473adf-9b25-4409-b7ac-9cd22aeeca3a resource provider aggregate not found 2026-05-31 07:06:48.080 7 INFO neutron.services.segments.plugin [-] Segment c8473adf-9b25-4409-b7ac-9cd22aeeca3a resource provider aggregate not found 2026-05-31 07:06:48.094 7 INFO neutron.services.segments.plugin [-] Segment c8473adf-9b25-4409-b7ac-9cd22aeeca3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8473adf-9b25-4409-b7ac-9cd22aeeca3a found for delete ", "request_id": "req-5dddbf2e-c8d3-4c42-a457-1bfceca08fae"}]} 2026-05-31 07:06:48.096 7 INFO neutron.services.segments.plugin [-] Segment c8473adf-9b25-4409-b7ac-9cd22aeeca3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8473adf-9b25-4409-b7ac-9cd22aeeca3a found for delete ", "request_id": "req-c453a8ae-3990-4058-8054-1292d909dee6"}]} 2026-05-31 07:06:48.099 7 INFO neutron.db.l3_hamode_db [None req-3e14639b-6a00-4c4a-a76d-48afe8be79f9 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] HA network 90424d04-1bc1-4d77-aee8-2962175403be was deleted as no HA routers are present in tenant 0012b84a85d4477bb1af39a199244826. [pid: 7|app: 0|req: 627/1256] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:06:47 2026] DELETE /v2.0/routers/f42fc7ce-8bbe-41d8-ba61-7d1bfb715241 => generated 0 bytes in 489 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1257] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:06:48 2026] DELETE /v2.0/subnets/9a287c2f-08d7-44ee-9359-64ec8a576555 => 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: 628/1258] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:06:48 2026] DELETE /v2.0/networks/b0cbb497-979b-4f28-82bd-ce67db603989 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:06:48.420 8 INFO neutron.db.segments_db [None req-b1ad54ae-2a07-4591-b2cb-04794d4af7ee cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] Added segment 4a7c0689-5b63-415b-834c-39cd34bb5bf3 of type vxlan for network 3915907f-2bfc-4466-baa7-a29e6e5464d6 2026-05-31 07:06:48.678 8 INFO neutron.db.l3_hamode_db [None req-b1ad54ae-2a07-4591-b2cb-04794d4af7ee cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 629/1259] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:48 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1260] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:06:48 2026] GET /v2.0/security-groups?id=4a68583e-62cb-449c-a1bf-902d0485df47&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:06:49.455 8 INFO neutron.db.l3_hamode_db [None req-b1ad54ae-2a07-4591-b2cb-04794d4af7ee cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 631/1261] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:06:49 2026] GET /v2.0/security-groups?tenant_id=ecec6d6a42ec4a8bbe8f7d8deb6769ec&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1262] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:49 2026] DELETE /v2.0/security-groups/9b7b2bc2-ba9b-41fc-8999-0d6f2108c685 => 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: 633/1263] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:06:49 2026] GET /v2.0/security-groups?tenant_id=9a78df37b8804115a052f235d6c95195&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1264] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:49 2026] DELETE /v2.0/security-groups/1bcba9f3-6ccf-4feb-b36c-2ac99b73abfd => 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: 635/1265] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:49 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => generated 969 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1266] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:06:49 2026] GET /v2.0/security-groups?id=4a68583e-62cb-449c-a1bf-902d0485df47&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:06:50.112 7 INFO neutron.services.segments.plugin [-] Segment 1259b8d3-a3f6-4971-86b2-abf11cf6c617 resource provider aggregate not found 2026-05-31 07:06:50.118 7 INFO neutron.services.segments.plugin [-] Segment 1259b8d3-a3f6-4971-86b2-abf11cf6c617 resource provider aggregate not found 2026-05-31 07:06:50.152 7 INFO neutron.services.segments.plugin [-] Segment 1259b8d3-a3f6-4971-86b2-abf11cf6c617 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1259b8d3-a3f6-4971-86b2-abf11cf6c617 found for delete ", "request_id": "req-46e2919c-12ab-42da-90c5-9606a376e9cd"}]} 2026-05-31 07:06:50.154 7 INFO neutron.services.segments.plugin [-] Segment 1259b8d3-a3f6-4971-86b2-abf11cf6c617 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1259b8d3-a3f6-4971-86b2-abf11cf6c617 found for delete ", "request_id": "req-356da98a-fe28-44e1-80e1-8197601c726b"}]} [pid: 8|app: 0|req: 631/1267] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:06:48 2026] POST /v2.0/routers => generated 688 bytes in 1875 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1268] 10.0.0.248 () {32 vars in 721 bytes} [Sun May 31 07:06:50 2026] GET /v2.0/routers/aea81948-2a15-410a-94eb-1d635ec70aff => generated 694 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1269] 10.0.0.248 () {32 vars in 647 bytes} [Sun May 31 07:06:50 2026] GET /v2.0/routers => generated 697 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1270] 10.0.0.248 () {34 vars in 741 bytes} [Sun May 31 07:06:50 2026] PUT /v2.0/routers/aea81948-2a15-410a-94eb-1d635ec70aff => generated 701 bytes in 465 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1271] 10.0.0.248 () {32 vars in 721 bytes} [Sun May 31 07:06:50 2026] GET /v2.0/routers/aea81948-2a15-410a-94eb-1d635ec70aff => generated 701 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1272] 10.0.0.248 () {32 vars in 736 bytes} [Sun May 31 07:06:50 2026] GET /v2.0/ports?device_id=aea81948-2a15-410a-94eb-1d635ec70aff => 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: 640/1273] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:51 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1274] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:06:51 2026] GET /v2.0/security-groups?id=4a68583e-62cb-449c-a1bf-902d0485df47&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:06:51.219 8 INFO neutron_taas.services.taas.taas_plugin [None req-d684c681-3614-4d2e-932a-bbfadff75c01 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] TaaS: Handle Delete Port: e9500964-5333-4554-a34d-f51587cf88e4 2026-05-31 07:06:51.222 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d684c681-3614-4d2e-932a-bbfadff75c01 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] Tap Mirror: Handle Delete Port: e9500964-5333-4554-a34d-f51587cf88e4 2026-05-31 07:06:51.479 8 INFO neutron_taas.services.taas.taas_plugin [None req-d684c681-3614-4d2e-932a-bbfadff75c01 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] TaaS: Handle Delete Port: 757e9da7-dc54-4815-9d6b-25166fe6a866 2026-05-31 07:06:51.481 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d684c681-3614-4d2e-932a-bbfadff75c01 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] Tap Mirror: Handle Delete Port: 757e9da7-dc54-4815-9d6b-25166fe6a866 [pid: 7|app: 0|req: 642/1275] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:06:51 2026] GET /v2.0/security-groups?tenant_id=2f5b40b0123f4039a9c7e5099e44415b&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1276] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:51 2026] DELETE /v2.0/security-groups/f04c1ee9-e16f-4e2e-bea0-45cd34141872 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:06:51.798 8 INFO neutron.services.segments.plugin [-] Segment 4a7c0689-5b63-415b-834c-39cd34bb5bf3 resource provider aggregate not found 2026-05-31 07:06:51.802 8 INFO neutron.services.segments.plugin [-] Segment 4a7c0689-5b63-415b-834c-39cd34bb5bf3 resource provider aggregate not found 2026-05-31 07:06:51.819 8 INFO neutron.services.segments.plugin [-] Segment 4a7c0689-5b63-415b-834c-39cd34bb5bf3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a7c0689-5b63-415b-834c-39cd34bb5bf3 found for delete ", "request_id": "req-798c4dd3-5257-45cc-b978-4a4c408243ee"}]} 2026-05-31 07:06:51.820 8 INFO neutron.db.l3_hamode_db [None req-d684c681-3614-4d2e-932a-bbfadff75c01 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] HA network 3915907f-2bfc-4466-baa7-a29e6e5464d6 was deleted as no HA routers are present in tenant 0012b84a85d4477bb1af39a199244826. 2026-05-31 07:06:51.827 8 INFO neutron.services.segments.plugin [-] Segment 4a7c0689-5b63-415b-834c-39cd34bb5bf3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a7c0689-5b63-415b-834c-39cd34bb5bf3 found for delete ", "request_id": "req-c6ec1ffa-3af4-47d5-a492-e31bc3596d32"}]} [pid: 8|app: 0|req: 634/1279] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:06:51 2026] DELETE /v2.0/routers/aea81948-2a15-410a-94eb-1d635ec70aff => generated 0 bytes in 805 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1280] 10.0.0.248 () {32 vars in 736 bytes} [Sun May 31 07:06:51 2026] GET /v2.0/ports?device_id=aea81948-2a15-410a-94eb-1d635ec70aff => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:06:51.878 8 INFO neutron.api.v2.resource [None req-fff1fadf-a546-4f77-a9a5-b63753798c36 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 635/1281] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:06:51 2026] DELETE /v2.0/routers/aea81948-2a15-410a-94eb-1d635ec70aff => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1282] 10.0.0.248 () {32 vars in 736 bytes} [Sun May 31 07:06:51 2026] GET /v2.0/ports?device_id=f42fc7ce-8bbe-41d8-ba61-7d1bfb715241 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:06:51.928 8 INFO neutron.api.v2.resource [None req-2ed5b40a-e9ff-431f-8894-acc1f2861aac cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 636/1283] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:06:51 2026] DELETE /v2.0/routers/f42fc7ce-8bbe-41d8-ba61-7d1bfb715241 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:06:51.954 7 INFO neutron.pecan_wsgi.hooks.translation [None req-77a80f82-f357-4ab2-9e08-1f90501c0521 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 648/1284] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:06:51 2026] DELETE /v2.0/subnets/9a287c2f-08d7-44ee-9359-64ec8a576555 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1285] 10.0.0.248 () {32 vars in 736 bytes} [Sun May 31 07:06:51 2026] GET /v2.0/ports?device_id=142045d0-9443-4784-aa64-c2b1da0d502b => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:06:52.004 7 INFO neutron.api.v2.resource [None req-de9999ac-fb3f-4a6a-895b-2faecbf43bc2 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 649/1286] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:06:51 2026] DELETE /v2.0/routers/142045d0-9443-4784-aa64-c2b1da0d502b => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:06:52.023 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e1fca422-03c7-41d4-9bc2-aaff75865277 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 638/1287] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:06:52 2026] DELETE /v2.0/subnets/e94865aa-03f0-482c-8749-f7a5ce014d92 => 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: 650/1288] 10.0.0.248 () {32 vars in 736 bytes} [Sun May 31 07:06:52 2026] GET /v2.0/ports?device_id=d450df3b-f8bc-42a5-83e3-9f18391f7809 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:06:52.091 8 INFO neutron.api.v2.resource [None req-3d75d53d-6f15-4f55-be70-88df1e4990f8 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 639/1289] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:06:52 2026] DELETE /v2.0/routers/d450df3b-f8bc-42a5-83e3-9f18391f7809 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:06:52.115 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a21751c3-5ad6-4b97-a77f-49a31fa3c486 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 651/1290] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:06:52 2026] DELETE /v2.0/subnets/245dff63-e564-4d1e-b529-4cef148e876c => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:06:52.138 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7fbdd1e2-a4cb-4e5d-99f5-c4f59ca60f55 cb020fe361984b9ab789fc317b58d344 0012b84a85d4477bb1af39a199244826 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 640/1291] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:06:52 2026] DELETE /v2.0/subnets/d627a216-570d-4a9e-b356-1ff957a4cca5 => 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: 652/1292] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:52 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1293] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:06:52 2026] GET /v2.0/security-groups?id=4a68583e-62cb-449c-a1bf-902d0485df47&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1294] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:06:52 2026] GET /v2.0/security-groups?tenant_id=0012b84a85d4477bb1af39a199244826&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: 642/1295] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:52 2026] DELETE /v2.0/security-groups/795c5985-6555-4aae-ac4a-0f880013ad49 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1296] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:06:53 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1297] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:06:53 2026] GET /v2.0/security-groups?id=4a68583e-62cb-449c-a1bf-902d0485df47&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: 654/1298] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:06:53 2026] GET /v2.0/security-groups?tenant_id=99b4121582bf467eb8845fdfb4682683&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1299] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:53 2026] DELETE /v2.0/security-groups/5331d2ca-4787-435d-b71f-25254e9d8a7d => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:06:53.931 7 INFO neutron.db.segments_db [None req-4298cca5-c0c3-4ea9-aa8b-386753d70a71 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] Added segment 328b1caa-e550-42bd-8561-627efdd2a73f of type vxlan for network cc3c596b-dd01-43b2-874f-fb081adf56ed [pid: 7|app: 0|req: 655/1300] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:06:53 2026] POST /v2.0/networks => generated 634 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:06:54.072 8 INFO neutron.db.segments_db [None req-834a63e9-e84f-4248-9489-b3a44c0c79d8 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] Added segment 994c7d22-baae-4954-a302-5092b90cf3fa of type vxlan for network e171cd32-d00a-4407-86d3-a59dafff8954 [pid: 8|app: 0|req: 646/1301] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:06:54 2026] POST /v2.0/networks => generated 634 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1302] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:06:54 2026] POST /v2.0/subnets => generated 646 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1303] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:06:54 2026] POST /v2.0/subnets => generated 655 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:06:54.610 7 INFO neutron.db.segments_db [None req-6a33afd4-1a15-4d01-aaee-69c09392eed5 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] Added segment 2ac4a7c1-f8af-4ef3-8709-a79ad5ee8b31 of type vxlan for network 76664307-38a2-4e96-bb74-ad22c5a6f9b0 2026-05-31 07:06:54.855 7 INFO neutron.db.l3_hamode_db [None req-6a33afd4-1a15-4d01-aaee-69c09392eed5 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 07:06:54.967 7 INFO neutron.db.l3_hamode_db [None req-6a33afd4-1a15-4d01-aaee-69c09392eed5 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 648/1304] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:06:55 2026] GET /v2.0/security-groups?tenant_id=7749f51f29414b9183efb5fbe8942d81&name=default => generated 2925 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1305] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:06:54 2026] POST /v2.0/routers => generated 511 bytes in 955 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1306] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:06:55 2026] DELETE /v2.0/security-groups/0fa3b4e4-669f-447e-858a-113da514bcfe => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1307] 10.0.0.248 () {34 vars in 783 bytes} [Sun May 31 07:06:55 2026] PUT /v2.0/routers/23ffa84e-b497-45a5-bba0-1ab26395ebed/add_router_interface => generated 309 bytes in 1024 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1308] 10.0.0.248 () {32 vars in 717 bytes} [Sun May 31 07:06:56 2026] GET /v2.0/ports/ce08e357-9ee7-4b42-b62f-3eb01b90c9b8 => generated 959 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1309] 10.0.0.248 () {34 vars in 783 bytes} [Sun May 31 07:06:56 2026] PUT /v2.0/routers/23ffa84e-b497-45a5-bba0-1ab26395ebed/add_router_interface => generated 309 bytes in 1096 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1310] 10.0.0.248 () {32 vars in 717 bytes} [Sun May 31 07:06:57 2026] GET /v2.0/ports/506ac4f9-9298-4700-ac1f-8e0ba3fac5d6 => generated 967 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:06:58.118 7 INFO neutron_taas.services.taas.taas_plugin [None req-72450ffb-5274-434f-8f1f-cecf7cb0f973 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] TaaS: Handle Delete Port: 506ac4f9-9298-4700-ac1f-8e0ba3fac5d6 2026-05-31 07:06:58.122 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72450ffb-5274-434f-8f1f-cecf7cb0f973 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] Tap Mirror: Handle Delete Port: 506ac4f9-9298-4700-ac1f-8e0ba3fac5d6 2026-05-31 07:06:58.152 8 INFO neutron.db.segments_db [None req-deb1164d-8c82-46a8-9a48-2bf1756623f9 7b2706505e3c40eaa3a5497a091ca4ee 61f16c894abe46cbb80b9f1953b47006 - - default default] Added segment eaf4f666-649c-4303-a366-9633c6a5e881 of type vxlan for network 23171553-ba8f-4a2e-88c5-83e90cfb591c [pid: 8|app: 0|req: 652/1311] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:06:57 2026] POST /v2.0/networks => generated 631 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:06:58.303 8 INFO neutron.db.segments_db [None req-01e87d53-9cc8-48a3-a0e0-8f6cc951f7a8 7b2706505e3c40eaa3a5497a091ca4ee 61f16c894abe46cbb80b9f1953b47006 - - default default] Added segment b5d86959-4475-4b03-b637-0e91f46fe6c4 of type vxlan for network 75707e5b-0792-466c-9b1a-65c31134fc0c [pid: 8|app: 0|req: 653/1312] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:06:58 2026] POST /v2.0/networks => generated 632 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:06:58.431 8 INFO neutron.db.segments_db [None req-3ff49162-27bf-4d97-81cb-5b74899fd088 7b2706505e3c40eaa3a5497a091ca4ee 61f16c894abe46cbb80b9f1953b47006 - - default default] Added segment bd3daf2d-8973-4e74-ac2c-532a3c86c5e6 of type vxlan for network bb1af52f-d4c3-4a8b-8410-58ce80c0c7bd [pid: 7|app: 0|req: 660/1313] 10.0.0.248 () {34 vars in 789 bytes} [Sun May 31 07:06:57 2026] PUT /v2.0/routers/23ffa84e-b497-45a5-bba0-1ab26395ebed/remove_router_interface => generated 309 bytes in 698 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1314] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:06:58 2026] POST /v2.0/networks => generated 631 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:06:58.580 8 INFO neutron.db.segments_db [None req-7847795a-6ec3-46f9-8427-1cff33bc5807 7b2706505e3c40eaa3a5497a091ca4ee 61f16c894abe46cbb80b9f1953b47006 - - default default] Added segment 97a2e15a-a891-4d70-963d-63c0501f3c2a of type vxlan for network 4bff3938-baf0-4087-96f8-4c74532b43b8 [pid: 8|app: 0|req: 655/1315] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:06:58 2026] POST /v2.0/networks => generated 632 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:06:58.729 8 INFO neutron.db.segments_db [None req-c922c10b-c3ab-4d52-b5fe-beb65c4e5b2e 7b2706505e3c40eaa3a5497a091ca4ee 61f16c894abe46cbb80b9f1953b47006 - - default default] Added segment 3c271839-ab70-4c58-a0d9-9f9efc93c5c2 of type vxlan for network 3154cc5d-e344-416e-9719-ca1b30d82963 [pid: 8|app: 0|req: 656/1316] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:06:58 2026] POST /v2.0/networks => generated 631 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:06:58.853 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ff9ff1a-b815-41c4-914f-6c60ac07b9ee 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] TaaS: Handle Delete Port: ce08e357-9ee7-4b42-b62f-3eb01b90c9b8 2026-05-31 07:06:58.856 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ff9ff1a-b815-41c4-914f-6c60ac07b9ee 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] Tap Mirror: Handle Delete Port: ce08e357-9ee7-4b42-b62f-3eb01b90c9b8 [pid: 8|app: 0|req: 657/1317] 10.0.0.248 () {34 vars in 753 bytes} [Sun May 31 07:06:58 2026] PUT /v2.0/networks/23171553-ba8f-4a2e-88c5-83e90cfb591c/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1318] 10.0.0.248 () {34 vars in 753 bytes} [Sun May 31 07:06:58 2026] PUT /v2.0/networks/75707e5b-0792-466c-9b1a-65c31134fc0c/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1319] 10.0.0.248 () {34 vars in 753 bytes} [Sun May 31 07:06:58 2026] PUT /v2.0/networks/bb1af52f-d4c3-4a8b-8410-58ce80c0c7bd/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1320] 10.0.0.248 () {34 vars in 753 bytes} [Sun May 31 07:06:58 2026] PUT /v2.0/networks/4bff3938-baf0-4087-96f8-4c74532b43b8/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1321] 10.0.0.248 () {32 vars in 666 bytes} [Sun May 31 07:06:59 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1322] 10.0.0.248 () {32 vars in 680 bytes} [Sun May 31 07:06:59 2026] GET /v2.0/networks?tags=red%2Cblue => 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: 663/1323] 10.0.0.248 () {32 vars in 676 bytes} [Sun May 31 07:06:59 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1324] 10.0.0.248 () {34 vars in 789 bytes} [Sun May 31 07:06:58 2026] PUT /v2.0/routers/23ffa84e-b497-45a5-bba0-1ab26395ebed/remove_router_interface => generated 309 bytes in 732 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1325] 10.0.0.248 () {32 vars in 688 bytes} [Sun May 31 07:06:59 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1326] 10.0.0.248 () {32 vars in 736 bytes} [Sun May 31 07:06:59 2026] GET /v2.0/ports?device_id=23ffa84e-b497-45a5-bba0-1ab26395ebed => 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: 665/1327] 10.0.0.248 () {32 vars in 674 bytes} [Sun May 31 07:06:59 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1328] 10.0.0.248 () {32 vars in 688 bytes} [Sun May 31 07:06:59 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) 2026-05-31 07:06:59.431 7 INFO neutron_taas.services.taas.taas_plugin [None req-7492e4a0-eae2-46a4-9920-6ade184174fb 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] TaaS: Handle Delete Port: d53177d6-aa46-4a8a-912f-ac705c06a26c 2026-05-31 07:06:59.434 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7492e4a0-eae2-46a4-9920-6ade184174fb 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] Tap Mirror: Handle Delete Port: d53177d6-aa46-4a8a-912f-ac705c06a26c [pid: 8|app: 0|req: 667/1329] 10.0.0.248 () {32 vars in 684 bytes} [Sun May 31 07:06:59 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1330] 10.0.0.248 () {32 vars in 696 bytes} [Sun May 31 07:06:59 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:06:59.652 8 INFO neutron.services.segments.plugin [-] Segment eaf4f666-649c-4303-a366-9633c6a5e881 resource provider aggregate not found 2026-05-31 07:06:59.658 8 INFO neutron.services.segments.plugin [-] Segment eaf4f666-649c-4303-a366-9633c6a5e881 resource provider aggregate not found 2026-05-31 07:06:59.677 8 INFO neutron.services.segments.plugin [-] Segment eaf4f666-649c-4303-a366-9633c6a5e881 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eaf4f666-649c-4303-a366-9633c6a5e881 found for delete ", "request_id": "req-1ba4999d-e55f-4414-b197-3b60f9d76d76"}]} 2026-05-31 07:06:59.678 8 INFO neutron.services.segments.plugin [-] Segment eaf4f666-649c-4303-a366-9633c6a5e881 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eaf4f666-649c-4303-a366-9633c6a5e881 found for delete ", "request_id": "req-95c46bb9-a64a-49ae-af9c-1281a2ba7dc9"}]} [pid: 8|app: 0|req: 669/1331] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:06:59 2026] DELETE /v2.0/networks/23171553-ba8f-4a2e-88c5-83e90cfb591c => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:06:59.742 7 INFO neutron.services.segments.plugin [-] Segment 2ac4a7c1-f8af-4ef3-8709-a79ad5ee8b31 resource provider aggregate not found 2026-05-31 07:06:59.743 7 INFO neutron.services.segments.plugin [-] Segment 2ac4a7c1-f8af-4ef3-8709-a79ad5ee8b31 resource provider aggregate not found 2026-05-31 07:06:59.763 7 INFO neutron.services.segments.plugin [-] Segment 2ac4a7c1-f8af-4ef3-8709-a79ad5ee8b31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ac4a7c1-f8af-4ef3-8709-a79ad5ee8b31 found for delete ", "request_id": "req-68a8b0d1-4947-445e-a57c-2cbd0779bbb6"}]} 2026-05-31 07:06:59.767 7 INFO neutron.services.segments.plugin [-] Segment 2ac4a7c1-f8af-4ef3-8709-a79ad5ee8b31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ac4a7c1-f8af-4ef3-8709-a79ad5ee8b31 found for delete ", "request_id": "req-cfbabe59-33d2-4091-ac97-c6f396f3a6c9"}]} 2026-05-31 07:06:59.770 7 INFO neutron.db.l3_hamode_db [None req-7492e4a0-eae2-46a4-9920-6ade184174fb 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] HA network 76664307-38a2-4e96-bb74-ad22c5a6f9b0 was deleted as no HA routers are present in tenant 7f57fe90d9ca416dbd32d7f70ffff7e8. [pid: 7|app: 0|req: 663/1332] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:06:59 2026] DELETE /v2.0/routers/23ffa84e-b497-45a5-bba0-1ab26395ebed => generated 0 bytes in 509 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1333] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:06:59 2026] DELETE /v2.0/networks/75707e5b-0792-466c-9b1a-65c31134fc0c => 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: 664/1334] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:06:59 2026] DELETE /v2.0/subnets/54432976-33c5-4b55-b9ff-fd9bf7a297ea => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1335] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:06:59 2026] DELETE /v2.0/networks/bb1af52f-d4c3-4a8b-8410-58ce80c0c7bd => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1336] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:06:59 2026] DELETE /v2.0/networks/4bff3938-baf0-4087-96f8-4c74532b43b8 => 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: 665/1337] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:06:59 2026] DELETE /v2.0/subnets/61569ddb-0cff-4bf7-acec-619c4d796d83 => 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: 673/1338] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:07:00 2026] DELETE /v2.0/networks/3154cc5d-e344-416e-9719-ca1b30d82963 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1339] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:07:00 2026] DELETE /v2.0/networks/e171cd32-d00a-4407-86d3-a59dafff8954 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:07:00.272 8 INFO neutron_taas.services.taas.taas_plugin [None req-d42f9bff-d50b-4acb-81bf-a6a565be7cbf 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] TaaS: Handle Delete Port: 9bc05a64-0027-4586-b5e5-6d120fd61549 2026-05-31 07:07:00.275 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d42f9bff-d50b-4acb-81bf-a6a565be7cbf 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] Tap Mirror: Handle Delete Port: 9bc05a64-0027-4586-b5e5-6d120fd61549 [pid: 8|app: 0|req: 674/1340] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:07:00 2026] DELETE /v2.0/networks/cc3c596b-dd01-43b2-874f-fb081adf56ed => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:07:00.490 7 INFO neutron.db.segments_db [None req-25c76b35-0fd7-4515-8d43-13416ad67c61 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] Added segment 69e032ac-141e-4943-9cad-20a350f503ba of type vxlan for network faa6e7fe-bb06-43db-a553-a51b39963f3a [pid: 7|app: 0|req: 667/1341] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:07:00 2026] POST /v2.0/networks => generated 634 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1342] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:07:00 2026] POST /v2.0/subnets => generated 646 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:07:00.880 7 INFO neutron.db.segments_db [None req-3bc2f8ba-1b3d-406d-af9d-4b564f85e79a 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] Added segment 32e7375b-1184-4244-8885-f4f0fcc81ae4 of type vxlan for network f9872cc5-381a-44d3-99cf-0d619d666d80 2026-05-31 07:07:01.104 7 INFO neutron.db.l3_hamode_db [None req-3bc2f8ba-1b3d-406d-af9d-4b564f85e79a 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 676/1343] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:07:00 2026] GET /v2.0/security-groups?tenant_id=59ccc0dd9e854dce9e858d79a118495f&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:07:01.216 7 INFO neutron.db.l3_hamode_db [None req-3bc2f8ba-1b3d-406d-af9d-4b564f85e79a 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 677/1344] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:07:01 2026] DELETE /v2.0/security-groups/6f3b3cb3-f205-4d93-81e5-ad29b1be6ff5 => 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: 678/1345] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:07:01 2026] GET /v2.0/security-groups?tenant_id=61f16c894abe46cbb80b9f1953b47006&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1346] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:07:01 2026] DELETE /v2.0/security-groups/b32b300e-f895-4eb4-b36e-15d3a6a21f2a => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:07:01.702 8 INFO neutron.services.segments.plugin [-] Segment b5d86959-4475-4b03-b637-0e91f46fe6c4 resource provider aggregate not found 2026-05-31 07:07:01.707 8 INFO neutron.services.segments.plugin [-] Segment b5d86959-4475-4b03-b637-0e91f46fe6c4 resource provider aggregate not found 2026-05-31 07:07:01.723 8 INFO neutron.services.segments.plugin [-] Segment b5d86959-4475-4b03-b637-0e91f46fe6c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5d86959-4475-4b03-b637-0e91f46fe6c4 found for delete ", "request_id": "req-1c9b407a-6200-456f-b0c2-7bebfa183f06"}]} 2026-05-31 07:07:01.729 8 INFO neutron.services.segments.plugin [-] Segment b5d86959-4475-4b03-b637-0e91f46fe6c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5d86959-4475-4b03-b637-0e91f46fe6c4 found for delete ", "request_id": "req-a600e86a-2a5d-4a65-ad6d-24e9ee212c0e"}]} 2026-05-31 07:07:01.741 8 INFO neutron.services.segments.plugin [-] Segment bd3daf2d-8973-4e74-ac2c-532a3c86c5e6 resource provider aggregate not found 2026-05-31 07:07:01.753 8 INFO neutron.services.segments.plugin [-] Segment bd3daf2d-8973-4e74-ac2c-532a3c86c5e6 resource provider aggregate not found 2026-05-31 07:07:01.769 8 INFO neutron.services.segments.plugin [-] Segment bd3daf2d-8973-4e74-ac2c-532a3c86c5e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd3daf2d-8973-4e74-ac2c-532a3c86c5e6 found for delete ", "request_id": "req-64e7ee82-81d8-46d7-80b3-fdb8ea38c74a"}]} 2026-05-31 07:07:01.775 8 INFO neutron.services.segments.plugin [-] Segment bd3daf2d-8973-4e74-ac2c-532a3c86c5e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd3daf2d-8973-4e74-ac2c-532a3c86c5e6 found for delete ", "request_id": "req-33b65c7f-57c7-4bf7-8c02-995d270af3fe"}]} [pid: 7|app: 0|req: 668/1347] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:07:00 2026] POST /v2.0/routers => generated 510 bytes in 948 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:07:01.783 7 INFO neutron.services.segments.plugin [-] Segment 994c7d22-baae-4954-a302-5092b90cf3fa resource provider aggregate not found 2026-05-31 07:07:01.794 7 INFO neutron.services.segments.plugin [-] Segment 994c7d22-baae-4954-a302-5092b90cf3fa resource provider aggregate not found 2026-05-31 07:07:01.796 8 INFO neutron.services.segments.plugin [-] Segment 97a2e15a-a891-4d70-963d-63c0501f3c2a resource provider aggregate not found 2026-05-31 07:07:01.800 8 INFO neutron.services.segments.plugin [-] Segment 97a2e15a-a891-4d70-963d-63c0501f3c2a resource provider aggregate not found 2026-05-31 07:07:01.803 7 INFO neutron.services.segments.plugin [-] Segment 994c7d22-baae-4954-a302-5092b90cf3fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 994c7d22-baae-4954-a302-5092b90cf3fa found for delete ", "request_id": "req-5ea59039-8074-4e09-a513-48097bb82a63"}]} 2026-05-31 07:07:01.813 7 INFO neutron.services.segments.plugin [-] Segment 994c7d22-baae-4954-a302-5092b90cf3fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 994c7d22-baae-4954-a302-5092b90cf3fa found for delete ", "request_id": "req-2c497564-0082-495c-a694-de072433b256"}]} 2026-05-31 07:07:01.814 8 INFO neutron.services.segments.plugin [-] Segment 97a2e15a-a891-4d70-963d-63c0501f3c2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97a2e15a-a891-4d70-963d-63c0501f3c2a found for delete ", "request_id": "req-f99655cb-8432-43f8-aebb-2fb0ac662ce5"}]} 2026-05-31 07:07:01.819 8 INFO neutron.services.segments.plugin [-] Segment 97a2e15a-a891-4d70-963d-63c0501f3c2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97a2e15a-a891-4d70-963d-63c0501f3c2a found for delete ", "request_id": "req-509a9d84-2e8e-49b8-9edf-c8fb4b19652c"}]} 2026-05-31 07:07:01.835 8 INFO neutron.services.segments.plugin [-] Segment 3c271839-ab70-4c58-a0d9-9f9efc93c5c2 resource provider aggregate not found 2026-05-31 07:07:01.840 8 INFO neutron.services.segments.plugin [-] Segment 3c271839-ab70-4c58-a0d9-9f9efc93c5c2 resource provider aggregate not found 2026-05-31 07:07:01.859 8 INFO neutron.services.segments.plugin [-] Segment 3c271839-ab70-4c58-a0d9-9f9efc93c5c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c271839-ab70-4c58-a0d9-9f9efc93c5c2 found for delete ", "request_id": "req-f3bd6ffc-28ab-4058-b9ed-da5fef9e1901"}]} 2026-05-31 07:07:01.862 8 INFO neutron.services.segments.plugin [-] Segment 3c271839-ab70-4c58-a0d9-9f9efc93c5c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c271839-ab70-4c58-a0d9-9f9efc93c5c2 found for delete ", "request_id": "req-b2c8d443-9588-4b17-8131-60f791e2509b"}]} [pid: 8|app: 0|req: 680/1348] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:07:01 2026] GET /v2.0/security-groups?tenant_id=fd4a2de874c642e58eeca463f69cb5de&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:07:01.878 8 INFO neutron.services.segments.plugin [-] Segment 328b1caa-e550-42bd-8561-627efdd2a73f resource provider aggregate not found 2026-05-31 07:07:01.882 8 INFO neutron.services.segments.plugin [-] Segment 328b1caa-e550-42bd-8561-627efdd2a73f resource provider aggregate not found 2026-05-31 07:07:01.901 8 INFO neutron.services.segments.plugin [-] Segment 328b1caa-e550-42bd-8561-627efdd2a73f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 328b1caa-e550-42bd-8561-627efdd2a73f found for delete ", "request_id": "req-b54a8723-2315-46c7-bc0f-90fcf152a5ea"}]} 2026-05-31 07:07:01.901 8 INFO neutron.services.segments.plugin [-] Segment 328b1caa-e550-42bd-8561-627efdd2a73f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 328b1caa-e550-42bd-8561-627efdd2a73f found for delete ", "request_id": "req-4d476cef-5673-48de-92cb-4dc337c2c0ae"}]} [pid: 8|app: 0|req: 681/1349] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:07:01 2026] DELETE /v2.0/security-groups/9c56575c-d532-4e8b-bdb4-b11fb04ad5b4 => 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: 669/1350] 10.0.0.248 () {34 vars in 665 bytes} [Sun May 31 07:07:01 2026] POST /v2.0/ports => generated 959 bytes in 364 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: 670/1351] 10.0.0.203 () {34 vars in 990 bytes} [Sun May 31 07:07:02 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1352] 10.0.0.203 () {34 vars in 1040 bytes} [Sun May 31 07:07:02 2026] GET /v2.0/security-groups?id=4a68583e-62cb-449c-a1bf-902d0485df47&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1353] 10.0.0.248 () {34 vars in 783 bytes} [Sun May 31 07:07:02 2026] PUT /v2.0/routers/705590b8-2172-43a2-9180-3f4b3848ed2b/add_router_interface => generated 309 bytes in 1058 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.248 () {32 vars in 717 bytes} [Sun May 31 07:07:03 2026] GET /v2.0/ports/6bd232f3-9f12-4092-8c6b-a614929f24d9 => generated 1033 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, ' 2026-05-31 07:07:03.538 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb791307-fd0d-450a-9a79-a71137880574 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] TaaS: Handle Delete Port: 6bd232f3-9f12-4092-8c6b-a614929f24d9 2026-05-31 07:07:03.541 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb791307-fd0d-450a-9a79-a71137880574 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] Tap Mirror: Handle Delete Port: 6bd232f3-9f12-4092-8c6b-a614929f24d9 [pid: 8|app: 0|req: 683/1355] 10.0.0.248 () {34 vars in 789 bytes} [Sun May 31 07:07:03 2026] PUT /v2.0/routers/705590b8-2172-43a2-9180-3f4b3848ed2b/remove_router_interface => generated 309 bytes in 644 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:07:04.041 7 INFO neutron.api.v2.resource [None req-d1a4ef00-3d5b-4fdb-9d14-f0d671ea86d5 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 673/1356] 10.0.0.248 () {34 vars in 789 bytes} [Sun May 31 07:07:03 2026] PUT /v2.0/routers/705590b8-2172-43a2-9180-3f4b3848ed2b/remove_router_interface => generated 197 bytes in 127 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: 684/1357] 10.0.0.248 () {32 vars in 736 bytes} [Sun May 31 07:07:04 2026] GET /v2.0/ports?device_id=705590b8-2172-43a2-9180-3f4b3848ed2b => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:07:04.234 7 INFO neutron_taas.services.taas.taas_plugin [None req-4c126caa-078b-4652-a7c4-15d56132823c 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] TaaS: Handle Delete Port: fe470969-4880-422d-8b88-061f4dcb3973 2026-05-31 07:07:04.237 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c126caa-078b-4652-a7c4-15d56132823c 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] Tap Mirror: Handle Delete Port: fe470969-4880-422d-8b88-061f4dcb3973 2026-05-31 07:07:04.578 7 INFO neutron.services.segments.plugin [-] Segment 32e7375b-1184-4244-8885-f4f0fcc81ae4 resource provider aggregate not found 2026-05-31 07:07:04.583 7 INFO neutron.services.segments.plugin [-] Segment 32e7375b-1184-4244-8885-f4f0fcc81ae4 resource provider aggregate not found 2026-05-31 07:07:04.594 7 INFO neutron.services.segments.plugin [-] Segment 32e7375b-1184-4244-8885-f4f0fcc81ae4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32e7375b-1184-4244-8885-f4f0fcc81ae4 found for delete ", "request_id": "req-2cf634be-3d4b-4ec8-9691-deb675e1dc28"}]} 2026-05-31 07:07:04.599 7 INFO neutron.services.segments.plugin [-] Segment 32e7375b-1184-4244-8885-f4f0fcc81ae4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32e7375b-1184-4244-8885-f4f0fcc81ae4 found for delete ", "request_id": "req-1bd49b45-f908-4738-82ce-01acf96ead9e"}]} 2026-05-31 07:07:04.612 7 INFO neutron.db.l3_hamode_db [None req-4c126caa-078b-4652-a7c4-15d56132823c 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] HA network f9872cc5-381a-44d3-99cf-0d619d666d80 was deleted as no HA routers are present in tenant 7f57fe90d9ca416dbd32d7f70ffff7e8. [pid: 7|app: 0|req: 674/1358] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:07:04 2026] DELETE /v2.0/routers/705590b8-2172-43a2-9180-3f4b3848ed2b => generated 0 bytes in 543 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1359] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:07:04 2026] DELETE /v2.0/subnets/9599d6c8-aa56-40fe-810b-3b109ee10406 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:07:04.903 7 INFO neutron_taas.services.taas.taas_plugin [None req-767cb02a-40c7-4b92-a92a-7c0b96d8cae2 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] TaaS: Handle Delete Port: b076be0f-9c67-425e-a5ba-139290ff561f 2026-05-31 07:07:04.905 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-767cb02a-40c7-4b92-a92a-7c0b96d8cae2 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] Tap Mirror: Handle Delete Port: b076be0f-9c67-425e-a5ba-139290ff561f [pid: 7|app: 0|req: 675/1360] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:07:04 2026] DELETE /v2.0/networks/faa6e7fe-bb06-43db-a553-a51b39963f3a => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:07:05.151 8 INFO neutron.db.segments_db [None req-83e43bcf-6007-4b54-9e7f-6a4a9e8a0fca 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] Added segment 7ca18a5d-9a4e-49b7-beb8-f055f2da4061 of type vxlan for network 30648060-58cf-4888-b901-f870c65cf680 [pid: 8|app: 0|req: 686/1361] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:07:05 2026] POST /v2.0/networks => generated 633 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1362] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:07:05 2026] POST /v2.0/subnets => generated 646 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:07:05.548 8 INFO neutron.db.segments_db [None req-2ae08923-3bf9-4d44-bc27-14a1fd5be210 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] Added segment 16247608-fc73-4a91-aa21-08bea001cc8c of type vxlan for network 29302341-57ef-4c38-8401-3cf867bdaa62 2026-05-31 07:07:05.822 8 INFO neutron.db.l3_hamode_db [None req-2ae08923-3bf9-4d44-bc27-14a1fd5be210 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 07:07:05.938 8 INFO neutron.db.l3_hamode_db [None req-2ae08923-3bf9-4d44-bc27-14a1fd5be210 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 677/1363] 10.0.0.248 () {34 vars in 678 bytes} [Sun May 31 07:07:05 2026] POST /v2.0/qos/policies => generated 359 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1364] 10.0.0.248 () {34 vars in 678 bytes} [Sun May 31 07:07:05 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1365] 10.0.0.248 () {34 vars in 678 bytes} [Sun May 31 07:07:06 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1366] 10.0.0.248 () {34 vars in 678 bytes} [Sun May 31 07:07:06 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: 7|app: 0|req: 681/1367] 10.0.0.248 () {34 vars in 678 bytes} [Sun May 31 07:07:06 2026] POST /v2.0/qos/policies => generated 359 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1368] 10.0.0.248 () {34 vars in 753 bytes} [Sun May 31 07:07:06 2026] PUT /v2.0/policies/295a10d1-5c4d-42a5-b0a1-b83a9a59b916/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1369] 10.0.0.248 () {34 vars in 753 bytes} [Sun May 31 07:07:06 2026] PUT /v2.0/policies/8f1ef60e-9add-4aac-9f00-eebcf9d35768/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1370] 10.0.0.248 () {34 vars in 753 bytes} [Sun May 31 07:07:06 2026] PUT /v2.0/policies/730b274e-f68b-4b0b-92a0-65d8a87e88a8/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1371] 10.0.0.248 () {34 vars in 753 bytes} [Sun May 31 07:07:06 2026] PUT /v2.0/policies/2fa8dc18-b103-4dc5-95eb-50a922a9be7f/tags => 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: 687/1372] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:07:05 2026] POST /v2.0/routers => generated 511 bytes in 1082 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:07:06.639 7 INFO neutron.services.segments.plugin [-] Segment 69e032ac-141e-4943-9cad-20a350f503ba resource provider aggregate not found 2026-05-31 07:07:06.644 7 INFO neutron.services.segments.plugin [-] Segment 69e032ac-141e-4943-9cad-20a350f503ba resource provider aggregate not found 2026-05-31 07:07:06.663 7 INFO neutron.services.segments.plugin [-] Segment 69e032ac-141e-4943-9cad-20a350f503ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69e032ac-141e-4943-9cad-20a350f503ba found for delete ", "request_id": "req-b940ae41-5718-4f7a-994d-e5ac276319a4"}]} 2026-05-31 07:07:06.669 7 INFO neutron.services.segments.plugin [-] Segment 69e032ac-141e-4943-9cad-20a350f503ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69e032ac-141e-4943-9cad-20a350f503ba found for delete ", "request_id": "req-330de43d-ed0b-4ca1-884b-23fae9a5b1de"}]} [pid: 8|app: 0|req: 690/1375] 10.0.0.248 () {32 vars in 674 bytes} [Sun May 31 07:07:06 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1376] 10.0.0.248 () {32 vars in 688 bytes} [Sun May 31 07:07:06 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1377] 10.0.0.248 () {32 vars in 684 bytes} [Sun May 31 07:07:06 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1378] 10.0.0.248 () {32 vars in 696 bytes} [Sun May 31 07:07:06 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1379] 10.0.0.248 () {32 vars in 682 bytes} [Sun May 31 07:07:07 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1380] 10.0.0.248 () {32 vars in 696 bytes} [Sun May 31 07:07:07 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) [pid: 8|app: 0|req: 696/1381] 10.0.0.248 () {32 vars in 692 bytes} [Sun May 31 07:07:07 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1382] 10.0.0.248 () {32 vars in 704 bytes} [Sun May 31 07:07:07 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1383] 10.0.0.248 () {32 vars in 734 bytes} [Sun May 31 07:07:07 2026] DELETE /v2.0/qos/policies/295a10d1-5c4d-42a5-b0a1-b83a9a59b916 => 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: 699/1384] 10.0.0.248 () {32 vars in 734 bytes} [Sun May 31 07:07:07 2026] DELETE /v2.0/qos/policies/8f1ef60e-9add-4aac-9f00-eebcf9d35768 => 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: 700/1385] 10.0.0.248 () {32 vars in 734 bytes} [Sun May 31 07:07:07 2026] DELETE /v2.0/qos/policies/730b274e-f68b-4b0b-92a0-65d8a87e88a8 => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1386] 10.0.0.248 () {32 vars in 734 bytes} [Sun May 31 07:07:07 2026] DELETE /v2.0/qos/policies/2fa8dc18-b103-4dc5-95eb-50a922a9be7f => 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: 702/1387] 10.0.0.248 () {32 vars in 734 bytes} [Sun May 31 07:07:07 2026] DELETE /v2.0/qos/policies/5c58b440-903f-4b81-8d99-ec9d2ae8e3fc => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1388] 10.0.0.248 () {34 vars in 783 bytes} [Sun May 31 07:07:06 2026] PUT /v2.0/routers/bbe465af-76b7-4aaf-9182-91d2e9cd6bf3/add_router_interface => generated 309 bytes in 1062 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1389] 10.0.0.248 () {32 vars in 717 bytes} [Sun May 31 07:07:07 2026] GET /v2.0/ports/84d1b167-a312-4b0f-a449-2e38ec925be4 => generated 959 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:07:07.941 7 INFO neutron_taas.services.taas.taas_plugin [None req-b86349e1-b60d-4b1b-ac13-69fd52072d62 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] TaaS: Handle Delete Port: 84d1b167-a312-4b0f-a449-2e38ec925be4 2026-05-31 07:07:07.943 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b86349e1-b60d-4b1b-ac13-69fd52072d62 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] Tap Mirror: Handle Delete Port: 84d1b167-a312-4b0f-a449-2e38ec925be4 [pid: 8|app: 0|req: 704/1390] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:07:08 2026] GET /v2.0/security-groups?tenant_id=11222944710f46078c495d16e697691d&name=default => generated 2925 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1391] 10.0.0.248 () {34 vars in 789 bytes} [Sun May 31 07:07:07 2026] PUT /v2.0/routers/bbe465af-76b7-4aaf-9182-91d2e9cd6bf3/remove_router_interface => generated 309 bytes in 907 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1392] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:07:08 2026] DELETE /v2.0/security-groups/8659d040-c206-4c4b-9dd3-3f247077d2f8 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1393] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:07:08 2026] GET /v2.0/security-groups?tenant_id=d9d53f22976849e0b76628ae2e552877&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1394] 10.0.0.248 () {32 vars in 736 bytes} [Sun May 31 07:07:08 2026] GET /v2.0/ports?device_id=bbe465af-76b7-4aaf-9182-91d2e9cd6bf3 => 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: 706/1395] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:07:08 2026] DELETE /v2.0/security-groups/943e5a10-5f33-4560-959f-2324ceafdf46 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:07:08.903 7 INFO neutron_taas.services.taas.taas_plugin [None req-6cb51a55-8404-4507-98d8-747ad54b43b6 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] TaaS: Handle Delete Port: e2ed1d49-71cc-47dd-bad6-e168acfefd3d 2026-05-31 07:07:08.905 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cb51a55-8404-4507-98d8-747ad54b43b6 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] Tap Mirror: Handle Delete Port: e2ed1d49-71cc-47dd-bad6-e168acfefd3d [pid: 8|app: 0|req: 707/1396] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:07:08 2026] GET /v2.0/security-groups?tenant_id=32b38e68b05a4629be372771ffd03b3c&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1397] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:07:08 2026] DELETE /v2.0/security-groups/a5affe7f-2e8f-4787-87b5-3b65f3dace03 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:07:09.230 7 INFO neutron.services.segments.plugin [-] Segment 16247608-fc73-4a91-aa21-08bea001cc8c resource provider aggregate not found 2026-05-31 07:07:09.235 7 INFO neutron.services.segments.plugin [-] Segment 16247608-fc73-4a91-aa21-08bea001cc8c resource provider aggregate not found 2026-05-31 07:07:09.251 7 INFO neutron.services.segments.plugin [-] Segment 16247608-fc73-4a91-aa21-08bea001cc8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16247608-fc73-4a91-aa21-08bea001cc8c found for delete ", "request_id": "req-97626706-d9be-483a-9391-1fe012808049"}]} 2026-05-31 07:07:09.256 7 INFO neutron.services.segments.plugin [-] Segment 16247608-fc73-4a91-aa21-08bea001cc8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16247608-fc73-4a91-aa21-08bea001cc8c found for delete ", "request_id": "req-f2b59b20-a309-4c11-b03d-4ea875d5641b"}]} 2026-05-31 07:07:09.264 7 INFO neutron.db.l3_hamode_db [None req-6cb51a55-8404-4507-98d8-747ad54b43b6 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] HA network 29302341-57ef-4c38-8401-3cf867bdaa62 was deleted as no HA routers are present in tenant 7f57fe90d9ca416dbd32d7f70ffff7e8. [pid: 7|app: 0|req: 690/1398] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:07:08 2026] DELETE /v2.0/routers/bbe465af-76b7-4aaf-9182-91d2e9cd6bf3 => generated 0 bytes in 526 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1399] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:07:09 2026] GET /v2.0/security-groups?tenant_id=42aea667730c44cdabaf9c5c0331af0c&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1400] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:07:09 2026] DELETE /v2.0/subnets/efac755d-6d42-4239-a5f8-4cc32a09c179 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1401] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:07:09 2026] DELETE /v2.0/security-groups/1df0e2ae-78a7-4ef8-baf4-445f1a4253d3 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1402] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:07:09 2026] DELETE /v2.0/networks/30648060-58cf-4888-b901-f870c65cf680 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:07:09.612 8 INFO neutron.db.segments_db [None req-a6fc621a-b06b-4848-9e9f-0f50001bf965 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] Added segment aba2e406-6489-46ee-8ec6-a6ec084e5dfd of type vxlan for network cb4a58c3-bdbb-4b6e-9c60-ad4e44ed04ea 2026-05-31 07:07:09.829 8 INFO neutron.db.l3_hamode_db [None req-a6fc621a-b06b-4848-9e9f-0f50001bf965 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 07:07:10.528 8 INFO neutron.db.l3_hamode_db [None req-a6fc621a-b06b-4848-9e9f-0f50001bf965 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 711/1403] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:07:09 2026] POST /v2.0/routers => generated 691 bytes in 1681 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:07:11.272 7 INFO neutron.services.segments.plugin [-] Segment 7ca18a5d-9a4e-49b7-beb8-f055f2da4061 resource provider aggregate not found 2026-05-31 07:07:11.281 7 INFO neutron.services.segments.plugin [-] Segment 7ca18a5d-9a4e-49b7-beb8-f055f2da4061 resource provider aggregate not found 2026-05-31 07:07:11.297 7 INFO neutron.services.segments.plugin [-] Segment 7ca18a5d-9a4e-49b7-beb8-f055f2da4061 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ca18a5d-9a4e-49b7-beb8-f055f2da4061 found for delete ", "request_id": "req-96effe9b-f459-4769-a51e-0fdcd1a9c803"}]} [pid: 7|app: 0|req: 693/1404] 10.0.0.248 () {32 vars in 721 bytes} [Sun May 31 07:07:11 2026] GET /v2.0/routers/515304fd-ed78-4ebc-a039-68063f39fffe => generated 697 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:07:11.314 7 INFO neutron.services.segments.plugin [-] Segment 7ca18a5d-9a4e-49b7-beb8-f055f2da4061 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ca18a5d-9a4e-49b7-beb8-f055f2da4061 found for delete ", "request_id": "req-3a437599-df21-48b0-a9ab-14e0d21519dc"}]} [pid: 8|app: 0|req: 712/1405] 10.0.0.248 () {32 vars in 647 bytes} [Sun May 31 07:07:11 2026] GET /v2.0/routers => generated 700 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1406] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:11 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1407] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:11 2026] GET /v2.0/security-groups?id=4a68583e-62cb-449c-a1bf-902d0485df47&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: 715/1408] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:11 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1409] 10.0.0.248 () {34 vars in 741 bytes} [Sun May 31 07:07:11 2026] PUT /v2.0/routers/515304fd-ed78-4ebc-a039-68063f39fffe => generated 704 bytes in 447 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1410] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:11 2026] GET /v2.0/security-groups?id=4a68583e-62cb-449c-a1bf-902d0485df47&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1411] 10.0.0.248 () {32 vars in 721 bytes} [Sun May 31 07:07:11 2026] GET /v2.0/routers/515304fd-ed78-4ebc-a039-68063f39fffe => generated 704 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1412] 10.0.0.248 () {32 vars in 736 bytes} [Sun May 31 07:07:11 2026] GET /v2.0/ports?device_id=515304fd-ed78-4ebc-a039-68063f39fffe => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:07:12.130 8 INFO neutron.db.segments_db [None req-84d90b7f-13df-4936-9903-cfc44603788c c481c11987ed48f3b42ce529f3dcf6d6 4da438ff8d354f679aacdc2a6197485b - - default default] Added segment c3278ed2-6cac-4bce-bd90-edc0eb8e7d49 of type vxlan for network 1dbfc7a0-be96-480a-8461-d3a53e71c519 [pid: 8|app: 0|req: 716/1413] 10.0.0.248 () {34 vars in 671 bytes} [Sun May 31 07:07:11 2026] POST /v2.0/networks => generated 633 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:07:12.240 7 INFO neutron_taas.services.taas.taas_plugin [None req-f0bbac71-5375-49a9-b986-a5cde7eb2c18 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] TaaS: Handle Delete Port: 30b41e93-cdd1-4a27-a77f-e1b835aa8582 2026-05-31 07:07:12.243 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0bbac71-5375-49a9-b986-a5cde7eb2c18 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] Tap Mirror: Handle Delete Port: 30b41e93-cdd1-4a27-a77f-e1b835aa8582 2026-05-31 07:07:12.285 8 INFO neutron.db.segments_db [None req-09af7648-363e-4444-8429-138d3a525d70 c481c11987ed48f3b42ce529f3dcf6d6 4da438ff8d354f679aacdc2a6197485b - - default default] Added segment 7fd0ff8b-60dd-4027-9f22-4da80ae0fe99 of type vxlan for network abd00854-ec2e-4b58-aa3e-3d4062fd8074 2026-05-31 07:07:12.517 7 INFO neutron_taas.services.taas.taas_plugin [None req-f0bbac71-5375-49a9-b986-a5cde7eb2c18 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] TaaS: Handle Delete Port: 7c32cd07-1e98-4c7f-a6cd-8f0c8fa96d0c 2026-05-31 07:07:12.521 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0bbac71-5375-49a9-b986-a5cde7eb2c18 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] Tap Mirror: Handle Delete Port: 7c32cd07-1e98-4c7f-a6cd-8f0c8fa96d0c 2026-05-31 07:07:12.718 8 INFO neutron.db.l3_hamode_db [None req-09af7648-363e-4444-8429-138d3a525d70 c481c11987ed48f3b42ce529f3dcf6d6 4da438ff8d354f679aacdc2a6197485b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 07:07:12.838 7 INFO neutron.db.l3_hamode_db [None req-f0bbac71-5375-49a9-b986-a5cde7eb2c18 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] HA network cb4a58c3-bdbb-4b6e-9c60-ad4e44ed04ea was deleted as no HA routers are present in tenant 7f57fe90d9ca416dbd32d7f70ffff7e8. [pid: 7|app: 0|req: 698/1414] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:07:11 2026] DELETE /v2.0/routers/515304fd-ed78-4ebc-a039-68063f39fffe => generated 0 bytes in 877 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1415] 10.0.0.248 () {32 vars in 736 bytes} [Sun May 31 07:07:12 2026] GET /v2.0/ports?device_id=515304fd-ed78-4ebc-a039-68063f39fffe => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:07:12.895 7 INFO neutron.api.v2.resource [None req-8561fc45-bd6e-4cfb-a660-d5c5dcf41c70 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 700/1416] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:07:12 2026] DELETE /v2.0/routers/515304fd-ed78-4ebc-a039-68063f39fffe => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1417] 10.0.0.248 () {32 vars in 736 bytes} [Sun May 31 07:07:12 2026] GET /v2.0/ports?device_id=bbe465af-76b7-4aaf-9182-91d2e9cd6bf3 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:07:12.953 7 INFO neutron.api.v2.resource [None req-057c7890-b745-4348-a23b-e684c115ad24 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 702/1418] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:07:12 2026] DELETE /v2.0/routers/bbe465af-76b7-4aaf-9182-91d2e9cd6bf3 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1419] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:12 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:07:13.030 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bf30131b-324b-4396-a392-0d1c17581955 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 704/1420] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:07:13 2026] DELETE /v2.0/subnets/efac755d-6d42-4239-a5f8-4cc32a09c179 => 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: 705/1421] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:13 2026] GET /v2.0/security-groups?id=4a68583e-62cb-449c-a1bf-902d0485df47&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1422] 10.0.0.248 () {32 vars in 736 bytes} [Sun May 31 07:07:13 2026] GET /v2.0/ports?device_id=705590b8-2172-43a2-9180-3f4b3848ed2b => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:07:13.113 7 INFO neutron.api.v2.resource [None req-38b2e657-a6e6-4e0c-9ba4-f4d17464969e 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 707/1423] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:07:13 2026] DELETE /v2.0/routers/705590b8-2172-43a2-9180-3f4b3848ed2b => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:07:13.131 7 INFO neutron.pecan_wsgi.hooks.translation [None req-437cc722-5546-42a5-ad1b-278c1c7bbbc9 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 708/1424] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:07:13 2026] DELETE /v2.0/subnets/9599d6c8-aa56-40fe-810b-3b109ee10406 => 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: 709/1425] 10.0.0.248 () {32 vars in 736 bytes} [Sun May 31 07:07:13 2026] GET /v2.0/ports?device_id=23ffa84e-b497-45a5-bba0-1ab26395ebed => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:07:13.188 7 INFO neutron.api.v2.resource [None req-cd8f02cd-229a-4640-9ce1-dfbdad869a3b 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 710/1426] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:07:13 2026] DELETE /v2.0/routers/23ffa84e-b497-45a5-bba0-1ab26395ebed => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:07:13.206 7 INFO neutron.pecan_wsgi.hooks.translation [None req-82d35041-00f2-4fa0-8c6d-2c203d3e8de1 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 711/1427] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:07:13 2026] DELETE /v2.0/subnets/54432976-33c5-4b55-b9ff-fd9bf7a297ea => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:07:13.226 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7589883f-6237-40c4-94bd-8d49cc6161e5 772f7d30f9144fc49c3b422abd2fb54d 7f57fe90d9ca416dbd32d7f70ffff7e8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 712/1428] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:07:13 2026] DELETE /v2.0/subnets/61569ddb-0cff-4bf7-acec-619c4d796d83 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:07:13.315 7 INFO neutron.services.segments.plugin [-] Segment aba2e406-6489-46ee-8ec6-a6ec084e5dfd resource provider aggregate not found 2026-05-31 07:07:13.332 7 INFO neutron.services.segments.plugin [-] Segment aba2e406-6489-46ee-8ec6-a6ec084e5dfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aba2e406-6489-46ee-8ec6-a6ec084e5dfd found for delete ", "request_id": "req-02b0e930-dbfb-4f05-a5e8-5f1e64c757b2"}]} 2026-05-31 07:07:13.336 7 INFO neutron.services.segments.plugin [-] Segment aba2e406-6489-46ee-8ec6-a6ec084e5dfd resource provider aggregate not found 2026-05-31 07:07:13.353 7 INFO neutron.services.segments.plugin [-] Segment aba2e406-6489-46ee-8ec6-a6ec084e5dfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aba2e406-6489-46ee-8ec6-a6ec084e5dfd found for delete ", "request_id": "req-e231b15b-06e2-4bdc-948f-09332db2bbb6"}]} [pid: 7|app: 0|req: 713/1429] 10.0.0.248 () {34 vars in 684 bytes} [Sun May 31 07:07:13 2026] POST /v2.0/security-groups => generated 1601 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-31 07:07:13.802 8 INFO neutron.db.l3_hamode_db [None req-09af7648-363e-4444-8429-138d3a525d70 c481c11987ed48f3b42ce529f3dcf6d6 4da438ff8d354f679aacdc2a6197485b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 714/1430] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:07:13 2026] GET /v2.0/security-groups?tenant_id=7f57fe90d9ca416dbd32d7f70ffff7e8&name=default => generated 2925 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1431] 10.0.0.248 () {34 vars in 684 bytes} [Sun May 31 07:07:13 2026] POST /v2.0/security-groups => generated 1601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1432] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:07:13 2026] DELETE /v2.0/security-groups/b18517ae-342c-4f2b-ac89-9b8f1d12f889 => 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: 717/1433] 10.0.0.248 () {34 vars in 684 bytes} [Sun May 31 07:07:14 2026] POST /v2.0/security-groups => generated 1601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1434] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:14 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1435] 10.0.0.248 () {34 vars in 684 bytes} [Sun May 31 07:07:14 2026] POST /v2.0/security-groups => generated 1601 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1436] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:14 2026] GET /v2.0/security-groups?id=4a68583e-62cb-449c-a1bf-902d0485df47&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: 721/1437] 199.204.45.138 () {34 vars in 994 bytes} [Sun May 31 07:07:14 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1438] 10.0.0.248 () {34 vars in 684 bytes} [Sun May 31 07:07:14 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) 2026-05-31 07:07:14.556 7 INFO neutron_taas.services.taas.taas_plugin [req-5e7a0b15-81a7-45d4-9b73-9e8e9d8c423c req-7def9a24-1398-43cb-82c1-78b03382b8a5 5a209558c83c4534916122d38660000b e7c9c5ca8caf4f75ab23705659836f58 - - default default] TaaS: Handle Delete Port: eba6f133-e028-4750-97a7-44a9455f159f 2026-05-31 07:07:14.558 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5e7a0b15-81a7-45d4-9b73-9e8e9d8c423c req-7def9a24-1398-43cb-82c1-78b03382b8a5 5a209558c83c4534916122d38660000b e7c9c5ca8caf4f75ab23705659836f58 - - default default] Tap Mirror: Handle Delete Port: eba6f133-e028-4750-97a7-44a9455f159f [pid: 8|app: 0|req: 717/1439] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:07:12 2026] POST /v2.0/routers => generated 695 bytes in 2366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1440] 10.0.0.248 () {34 vars in 767 bytes} [Sun May 31 07:07:14 2026] PUT /v2.0/security-groups/4518a7c1-0e2f-4ad1-8e1a-ce11bcda5b3f/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:07:14.673 7 INFO neutron.db.l3_db [req-5e7a0b15-81a7-45d4-9b73-9e8e9d8c423c req-7def9a24-1398-43cb-82c1-78b03382b8a5 5a209558c83c4534916122d38660000b e7c9c5ca8caf4f75ab23705659836f58 - - default default] Floating IP 62ecf015-446d-4629-8556-a38f394ace5a disassociated. External IP: 10.96.250.220, port: eba6f133-e028-4750-97a7-44a9455f159f. [pid: 8|app: 0|req: 719/1441] 10.0.0.248 () {32 vars in 776 bytes} [Sun May 31 07:07:14 2026] GET /v2.0/subnets?project_id=4da438ff8d354f679aacdc2a6197485b&cidr=10.100.0.0%2F28 => generated 14 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1442] 10.0.0.248 () {34 vars in 767 bytes} [Sun May 31 07:07:14 2026] PUT /v2.0/security-groups/3f9c2ef6-ff2e-4a92-ab69-ced808d685f5/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: 721/1443] 10.0.0.248 () {32 vars in 694 bytes} [Sun May 31 07:07:14 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1444] 10.0.0.248 () {34 vars in 767 bytes} [Sun May 31 07:07:14 2026] PUT /v2.0/security-groups/64f29be6-159b-4d74-94d0-291fe45dba26/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1445] 10.0.0.248 () {32 vars in 784 bytes} [Sun May 31 07:07:14 2026] GET /v2.0/subnets?network_id=7718519d-e946-4b10-8e89-d30bcda8dbc8&cidr=10.100.0.0%2F28 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1446] 199.204.45.138 () {36 vars in 997 bytes} [Sun May 31 07:07:14 2026] DELETE /v2.0/ports/eba6f133-e028-4750-97a7-44a9455f159f => generated 0 bytes in 580 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1447] 10.0.0.248 () {34 vars in 767 bytes} [Sun May 31 07:07:14 2026] PUT /v2.0/security-groups/8b032228-4891-4662-972f-c17898fbc2e6/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:07:15.064 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6793e3a8-a510-44b1-94a1-dbc55e9654a2'] response: {'server_uuid': 'ed791390-0f18-44e8-92e8-94042bf0ec78', 'name': 'network-vif-deleted', 'tag': 'eba6f133-e028-4750-97a7-44a9455f159f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 725/1448] 10.0.0.248 () {32 vars in 680 bytes} [Sun May 31 07:07:15 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1449] 10.0.0.248 () {32 vars in 694 bytes} [Sun May 31 07:07:15 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1450] 10.0.0.248 () {32 vars in 690 bytes} [Sun May 31 07:07:15 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1451] 10.0.0.248 () {32 vars in 702 bytes} [Sun May 31 07:07:15 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1452] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:07:15 2026] POST /v2.0/subnets => generated 656 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1453] 10.0.0.248 () {32 vars in 688 bytes} [Sun May 31 07:07:15 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1454] 10.0.0.248 () {32 vars in 702 bytes} [Sun May 31 07:07:15 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1455] 10.0.0.248 () {32 vars in 698 bytes} [Sun May 31 07:07:15 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: 732/1456] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:15 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1457] 10.0.0.248 () {32 vars in 710 bytes} [Sun May 31 07:07:15 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1458] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:07:15 2026] DELETE /v2.0/security-groups/4518a7c1-0e2f-4ad1-8e1a-ce11bcda5b3f => 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: 735/1459] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:07:15 2026] DELETE /v2.0/security-groups/3f9c2ef6-ff2e-4a92-ab69-ced808d685f5 => 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: 736/1460] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:07:15 2026] DELETE /v2.0/security-groups/64f29be6-159b-4d74-94d0-291fe45dba26 => 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: 737/1461] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:07:15 2026] DELETE /v2.0/security-groups/8b032228-4891-4662-972f-c17898fbc2e6 => 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: 738/1462] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:07:15 2026] DELETE /v2.0/security-groups/874f4336-17ad-4f65-9a2a-d9c0a54cc4a4 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1463] 10.0.0.248 () {34 vars in 783 bytes} [Sun May 31 07:07:15 2026] PUT /v2.0/routers/ed4dcb65-45af-40fb-a94e-fbc88dcd95a3/add_router_interface => generated 309 bytes in 1133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1464] 10.0.0.248 () {32 vars in 649 bytes} [Sun May 31 07:07:16 2026] GET /v2.0/networks => generated 5060 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1465] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:16 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => 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: 740/1466] 10.0.0.248 () {32 vars in 647 bytes} [Sun May 31 07:07:16 2026] GET /v2.0/subnets => generated 3896 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1467] 10.0.0.248 () {32 vars in 647 bytes} [Sun May 31 07:07:16 2026] GET /v2.0/routers => generated 1464 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1468] 10.0.0.248 () {34 vars in 685 bytes} [Sun May 31 07:07:16 2026] POST /v2.0/security-groups => generated 1675 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1469] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:07:16 2026] GET /v2.0/security-groups?tenant_id=891d5ede6be84453828fa87903d4b0ca&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1470] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:07:16 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) [pid: 8|app: 0|req: 742/1471] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:07:16 2026] DELETE /v2.0/security-groups/9210f566-52dd-4751-9aff-38829782cc2a => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1472] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:07:16 2026] POST /v2.0/security-group-rules => generated 596 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1473] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:07:17 2026] POST /v2.0/security-group-rules => generated 602 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1474] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:07:17 2026] GET /v2.0/security-groups?tenant_id=d4d4558f6be848a0ae33b5b4bd78e957&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1475] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:07:17 2026] DELETE /v2.0/security-groups/3f9a94e6-403a-45d6-9d18-de19e9899f66 => 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: 744/1476] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:07:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:07:17.440 7 INFO neutron.db.securitygroups_db [None req-9e36f63a-a1b8-4c3c-96bc-d1120f3ffae8 c481c11987ed48f3b42ce529f3dcf6d6 4da438ff8d354f679aacdc2a6197485b - - default default] Project 4da438ff8d354f679aacdc2a6197485b 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: 733/1477] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:07:17 2026] POST /v2.0/security-group-rules => generated 607 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:07:17.546 8 INFO neutron.db.securitygroups_db [None req-78e8945d-dcfc-4f20-b921-f95cff3bfc16 c481c11987ed48f3b42ce529f3dcf6d6 4da438ff8d354f679aacdc2a6197485b - - default default] Project 4da438ff8d354f679aacdc2a6197485b 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: 734/1478] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:07:17 2026] GET /v2.0/security-groups?tenant_id=17d79ee60ad34b5c8763f7eca99ff9f5&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1479] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:07:17 2026] POST /v2.0/security-group-rules => generated 606 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1480] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:07:17 2026] DELETE /v2.0/security-groups/889fa56e-0773-40b2-85a2-d169e346d0a5 => 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: 746/1481] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:17 2026] GET /v2.0/ports?device_id=ed791390-0f18-44e8-92e8-94042bf0ec78 => 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: 736/1482] 10.0.0.248 () {32 vars in 649 bytes} [Sun May 31 07:07:18 2026] GET /v2.0/networks => generated 1298 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1483] 10.0.0.237 () {34 vars in 1100 bytes} [Sun May 31 07:07:18 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1572744564&fields=id&tenant_id=4da438ff8d354f679aacdc2a6197485b => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1484] 10.0.0.237 () {34 vars in 982 bytes} [Sun May 31 07:07:18 2026] GET /v2.0/networks?id=1dbfc7a0-be96-480a-8461-d3a53e71c519 => generated 661 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1485] 10.0.0.237 () {34 vars in 965 bytes} [Sun May 31 07:07:18 2026] GET /v2.0/quotas/4da438ff8d354f679aacdc2a6197485b => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1486] 10.0.0.237 () {34 vars in 1002 bytes} [Sun May 31 07:07:18 2026] GET /v2.0/ports?tenant_id=4da438ff8d354f679aacdc2a6197485b&fields=id => generated 57 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1487] 10.0.0.237 () {34 vars in 1008 bytes} [Sun May 31 07:07:18 2026] GET /v2.0/networks/1dbfc7a0-be96-480a-8461-d3a53e71c519?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1488] 10.0.0.237 () {34 vars in 1108 bytes} [Sun May 31 07:07:18 2026] GET /v2.0/networks/1dbfc7a0-be96-480a-8461-d3a53e71c519?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: 740/1489] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:18 2026] GET /v2.0/ports?device_id=eef3aad9-a79e-4f50-acbb-4dfce4d8673b => 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: 750/1490] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:07:18 2026] DELETE /v2.0/security-groups/4a68583e-62cb-449c-a1bf-902d0485df47 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:07:18.882 7 INFO neutron.api.v2.resource [None req-31f642d7-a81a-448f-b4f4-24ee606c4e54 5a209558c83c4534916122d38660000b e7c9c5ca8caf4f75ab23705659836f58 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 741/1491] 10.0.0.248 () {32 vars in 737 bytes} [Sun May 31 07:07:18 2026] GET /v2.0/security-groups/4a68583e-62cb-449c-a1bf-902d0485df47 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:07:18.993 8 INFO neutron_taas.services.taas.taas_plugin [None req-0d191a21-829b-431b-ab5e-f185b4f2ea30 5a209558c83c4534916122d38660000b e7c9c5ca8caf4f75ab23705659836f58 - - default default] TaaS: Handle Delete Port: 7cc90fd7-d24e-44dc-a367-044bdcc2b3b5 2026-05-31 07:07:18.997 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d191a21-829b-431b-ab5e-f185b4f2ea30 5a209558c83c4534916122d38660000b e7c9c5ca8caf4f75ab23705659836f58 - - default default] Tap Mirror: Handle Delete Port: 7cc90fd7-d24e-44dc-a367-044bdcc2b3b5 [pid: 8|app: 0|req: 751/1492] 10.0.0.248 () {32 vars in 732 bytes} [Sun May 31 07:07:18 2026] DELETE /v2.0/floatingips/62ecf015-446d-4629-8556-a38f394ace5a => generated 0 bytes in 284 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1493] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:07:18 2026] GET /v2.0/security-groups?tenant_id=8170df961d2649658ca0688b7d8d6713&name=default => generated 2925 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1494] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:07:19 2026] DELETE /v2.0/security-groups/28847e72-8ffa-49b0-b19e-a9daa81a4929 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:07:19.593 8 INFO neutron_taas.services.taas.taas_plugin [None req-9e35deb5-5175-440f-a669-c1c358404cf1 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: 0712ffcc-9957-4e45-9cf1-c2f8fe35947a 2026-05-31 07:07:19.596 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e35deb5-5175-440f-a669-c1c358404cf1 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: 0712ffcc-9957-4e45-9cf1-c2f8fe35947a [pid: 7|app: 0|req: 744/1495] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:07:19 2026] GET /v2.0/security-groups?tenant_id=806df4850f954230a6bd1da9c9615aa9&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1496] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:07:19 2026] DELETE /v2.0/security-groups/881dff5f-0206-40f5-a394-49c324d9184e => 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: 746/1497] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:19 2026] GET /v2.0/ports?device_id=eef3aad9-a79e-4f50-acbb-4dfce4d8673b => 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: 752/1498] 10.0.0.248 () {34 vars in 789 bytes} [Sun May 31 07:07:19 2026] PUT /v2.0/routers/608f60b7-155c-4346-ab29-14b8b4bfa774/remove_router_interface => generated 309 bytes in 1053 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:07:20.434 7 INFO neutron_taas.services.taas.taas_plugin [None req-8a089768-9ce8-4def-8e00-7f30e92f3a40 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: c80e09f4-5ad6-4155-99fe-ce2503f74f48 2026-05-31 07:07:20.447 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a089768-9ce8-4def-8e00-7f30e92f3a40 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: c80e09f4-5ad6-4155-99fe-ce2503f74f48 2026-05-31 07:07:20.786 7 INFO neutron_taas.services.taas.taas_plugin [None req-8a089768-9ce8-4def-8e00-7f30e92f3a40 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: c665b785-9a86-4c83-90ac-6ac2a44d9300 2026-05-31 07:07:20.788 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a089768-9ce8-4def-8e00-7f30e92f3a40 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: c665b785-9a86-4c83-90ac-6ac2a44d9300 [pid: 8|app: 0|req: 753/1499] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:20 2026] GET /v2.0/ports?device_id=eef3aad9-a79e-4f50-acbb-4dfce4d8673b => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:07:21.192 7 INFO neutron.services.segments.plugin [-] Segment d8ed7977-7c52-47fa-9e76-faf09753f80f resource provider aggregate not found 2026-05-31 07:07:21.200 7 INFO neutron.services.segments.plugin [-] Segment d8ed7977-7c52-47fa-9e76-faf09753f80f resource provider aggregate not found 2026-05-31 07:07:21.208 7 INFO neutron.services.segments.plugin [-] Segment d8ed7977-7c52-47fa-9e76-faf09753f80f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8ed7977-7c52-47fa-9e76-faf09753f80f found for delete ", "request_id": "req-fc641c4f-ee9b-4943-b373-a9736236e5c6"}]} 2026-05-31 07:07:21.220 7 INFO neutron.services.segments.plugin [-] Segment d8ed7977-7c52-47fa-9e76-faf09753f80f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8ed7977-7c52-47fa-9e76-faf09753f80f found for delete ", "request_id": "req-31f53ee5-bb9f-4f03-9984-1057532bbdbd"}]} 2026-05-31 07:07:21.225 7 INFO neutron.db.l3_hamode_db [None req-8a089768-9ce8-4def-8e00-7f30e92f3a40 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] HA network e13439f8-2dc3-4ebe-8d7b-cec165697015 was deleted as no HA routers are present in tenant e7c9c5ca8caf4f75ab23705659836f58. [pid: 7|app: 0|req: 747/1500] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:07:20 2026] DELETE /v2.0/routers/608f60b7-155c-4346-ab29-14b8b4bfa774 => generated 0 bytes in 1001 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1501] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:07:21 2026] DELETE /v2.0/subnets/1efa5347-dcfe-404a-8e58-3495a54d78e0 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:07:21.454 7 INFO neutron_taas.services.taas.taas_plugin [None req-29713243-45ef-4e8d-8fe7-75ffecd06a7d 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: 8ade8258-43df-4640-97d2-df55f122df59 2026-05-31 07:07:21.456 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29713243-45ef-4e8d-8fe7-75ffecd06a7d 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: 8ade8258-43df-4640-97d2-df55f122df59 [pid: 7|app: 0|req: 748/1504] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:07:21 2026] DELETE /v2.0/networks/ad9b8f0c-dbb9-4b41-8adf-66491842912d => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1505] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:07:21 2026] GET /v2.0/security-groups?tenant_id=e7c9c5ca8caf4f75ab23705659836f58&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: 749/1506] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:07:21 2026] DELETE /v2.0/security-groups/0e173ae9-44d6-4ff3-b620-03d592f8f2ae => 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: 750/1507] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:22 2026] GET /v2.0/ports?device_id=eef3aad9-a79e-4f50-acbb-4dfce4d8673b => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1508] 10.0.0.248 () {34 vars in 676 bytes} [Sun May 31 07:07:21 2026] POST /v2.0/subnetpools => generated 516 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1509] 10.0.0.248 () {34 vars in 676 bytes} [Sun May 31 07:07:22 2026] POST /v2.0/subnetpools => generated 516 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1510] 10.0.0.248 () {34 vars in 676 bytes} [Sun May 31 07:07:22 2026] POST /v2.0/subnetpools => generated 516 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1511] 10.0.0.248 () {34 vars in 676 bytes} [Sun May 31 07:07:22 2026] POST /v2.0/subnetpools => generated 516 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1512] 10.0.0.248 () {34 vars in 676 bytes} [Sun May 31 07:07:22 2026] POST /v2.0/subnetpools => generated 516 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1513] 10.0.0.248 () {34 vars in 759 bytes} [Sun May 31 07:07:22 2026] PUT /v2.0/subnetpools/d2cabf1d-bf8e-4e7d-b3a9-482bb42fb7ec/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1514] 10.0.0.248 () {34 vars in 759 bytes} [Sun May 31 07:07:22 2026] PUT /v2.0/subnetpools/0ec4942f-1c49-4623-9996-ca97ddf06cd4/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1515] 10.0.0.248 () {34 vars in 759 bytes} [Sun May 31 07:07:22 2026] PUT /v2.0/subnetpools/509b3677-99ac-4cd9-a3a0-cb6062cb9b2f/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1516] 10.0.0.248 () {34 vars in 759 bytes} [Sun May 31 07:07:22 2026] PUT /v2.0/subnetpools/0553c51f-6a43-44fc-bef9-5a0124f83273/tags => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1517] 10.0.0.248 () {32 vars in 672 bytes} [Sun May 31 07:07:22 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1518] 10.0.0.248 () {32 vars in 686 bytes} [Sun May 31 07:07:22 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1519] 10.0.0.248 () {32 vars in 682 bytes} [Sun May 31 07:07:22 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1520] 10.0.0.248 () {32 vars in 694 bytes} [Sun May 31 07:07:22 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1521] 10.0.0.248 () {32 vars in 680 bytes} [Sun May 31 07:07:22 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1522] 10.0.0.248 () {32 vars in 694 bytes} [Sun May 31 07:07:22 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1523] 10.0.0.248 () {32 vars in 690 bytes} [Sun May 31 07:07:22 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1524] 10.0.0.248 () {32 vars in 702 bytes} [Sun May 31 07:07:23 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1525] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:07:23 2026] GET /v2.0/networks?id=1dbfc7a0-be96-480a-8461-d3a53e71c519 => generated 661 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1526] 10.0.0.248 () {32 vars in 732 bytes} [Sun May 31 07:07:23 2026] DELETE /v2.0/subnetpools/d2cabf1d-bf8e-4e7d-b3a9-482bb42fb7ec => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1527] 199.204.45.138 () {34 vars in 1050 bytes} [Sun May 31 07:07:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4da438ff8d354f679aacdc2a6197485b => generated 181 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1528] 10.0.0.248 () {32 vars in 732 bytes} [Sun May 31 07:07:23 2026] DELETE /v2.0/subnetpools/0ec4942f-1c49-4623-9996-ca97ddf06cd4 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:07:23.232 7 INFO neutron.services.segments.plugin [-] Segment bc7dcdd7-4275-4691-b644-c1da66904a88 resource provider aggregate not found 2026-05-31 07:07:23.255 7 INFO neutron.services.segments.plugin [-] Segment bc7dcdd7-4275-4691-b644-c1da66904a88 resource provider aggregate not found 2026-05-31 07:07:23.262 7 INFO neutron.services.segments.plugin [-] Segment bc7dcdd7-4275-4691-b644-c1da66904a88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc7dcdd7-4275-4691-b644-c1da66904a88 found for delete ", "request_id": "req-1985bafd-7296-4e9f-a12a-db1c19c58e44"}]} [pid: 8|app: 0|req: 769/1529] 10.0.0.248 () {32 vars in 732 bytes} [Sun May 31 07:07:23 2026] DELETE /v2.0/subnetpools/509b3677-99ac-4cd9-a3a0-cb6062cb9b2f => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:07:23.277 7 INFO neutron.services.segments.plugin [-] Segment bc7dcdd7-4275-4691-b644-c1da66904a88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc7dcdd7-4275-4691-b644-c1da66904a88 found for delete ", "request_id": "req-6d4e7ce6-ea14-474d-8772-cfa2f7360136"}]} [pid: 8|app: 0|req: 770/1530] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:23 2026] GET /v2.0/ports?device_id=eef3aad9-a79e-4f50-acbb-4dfce4d8673b => 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: 771/1531] 10.0.0.248 () {32 vars in 732 bytes} [Sun May 31 07:07:23 2026] DELETE /v2.0/subnetpools/0553c51f-6a43-44fc-bef9-5a0124f83273 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1532] 10.0.0.248 () {32 vars in 732 bytes} [Sun May 31 07:07:23 2026] DELETE /v2.0/subnetpools/8b60ef69-8fae-4721-9410-cd955754af42 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1533] 199.204.45.138 () {38 vars in 955 bytes} [Sun May 31 07:07:23 2026] POST /v2.0/ports => generated 954 bytes in 435 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: 773/1534] 199.204.45.138 () {38 vars in 1028 bytes} [Sun May 31 07:07:23 2026] PUT /v2.0/ports/a3967e89-2711-49d2-99f6-f51ecea8755b => generated 1235 bytes in 380 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:07:24.026 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b34a04e2-e0a1-49a1-acd7-948e38766ce4'] response: {'name': 'network-changed', 'server_uuid': 'eef3aad9-a79e-4f50-acbb-4dfce4d8673b', 'tag': 'a3967e89-2711-49d2-99f6-f51ecea8755b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 762/1535] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:07:23 2026] GET /v2.0/security-groups?tenant_id=3f1446025a3d4d11acf715c48e51c00c&name=default => generated 2925 bytes in 307 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: 763/1536] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:07:24 2026] DELETE /v2.0/security-groups/5e4292e4-007d-4fac-9229-c2203be986d3 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:07:24.249 8 INFO neutron.db.segments_db [None req-c17e2020-954e-400c-97be-05f4189ff05a 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Added segment e284fb67-0a85-4f8b-9c0c-f7feb56cee6a of type vxlan for network f3834228-f3ce-4203-a31a-f30e428d3b11 [pid: 8|app: 0|req: 774/1537] 10.0.0.248 () {34 vars in 671 bytes} [Sun May 31 07:07:23 2026] POST /v2.0/networks => generated 746 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1538] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:07:24 2026] POST /v2.0/subnets => generated 693 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1539] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:24 2026] GET /v2.0/ports?device_id=eef3aad9-a79e-4f50-acbb-4dfce4d8673b => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:07:24.574 7 INFO neutron.db.segments_db [None req-7b921f99-8b87-4bbd-83c9-dcc746f6562d 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Added segment 10906db6-bd38-451f-ac99-199c39b97552 of type vxlan for network c64d306a-b64f-4fe8-a698-11f142652d9b [pid: 8|app: 0|req: 775/1540] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:07:24 2026] GET /v2.0/security-groups?tenant_id=84b3aa1678df48e5b5ea4232dfe4b741&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1541] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:07:24 2026] GET /v2.0/ports?tenant_id=4da438ff8d354f679aacdc2a6197485b&device_id=eef3aad9-a79e-4f50-acbb-4dfce4d8673b => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1542] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:24 2026] GET /v2.0/security-groups?id=79efdc77-ec65-45ad-b6cd-6a4eb3e566b9&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1543] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:07:24 2026] DELETE /v2.0/security-groups/2c14207a-bb9f-4c3f-adc5-f1758848a53a => 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: 779/1544] 199.204.45.138 () {34 vars in 1018 bytes} [Sun May 31 07:07:24 2026] GET /v2.0/networks?tenant_id=4da438ff8d354f679aacdc2a6197485b&shared=False => generated 757 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:07:24.806 7 INFO neutron.db.l3_hamode_db [None req-7b921f99-8b87-4bbd-83c9-dcc746f6562d 9e7252bd5f474bda8c7816e58c2cac92 561c23784a85439592fce41d7b1bfcfa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 780/1545] 199.204.45.138 () {34 vars in 930 bytes} [Sun May 31 07:07:24 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1546] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:07:24 2026] GET /v2.0/security-groups?tenant_id=84b6c883af494738871a98594fafe924&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1547] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:07:24 2026] DELETE /v2.0/security-groups/8e246953-7c76-4bf9-b523-17316346ae0b => 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: 783/1548] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:07:25 2026] GET /v2.0/security-groups?tenant_id=ddf5ddc6522d456284b86932912eebe1&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1549] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:07:25 2026] DELETE /v2.0/security-groups/2ae31907-2a4a-48cc-8d39-f7c892db437d => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:07:25.540 7 INFO neutron.db.l3_hamode_db [None req-7b921f99-8b87-4bbd-83c9-dcc746f6562d 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 785/1550] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:25 2026] GET /v2.0/ports?device_id=eef3aad9-a79e-4f50-acbb-4dfce4d8673b => generated 969 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1551] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:25 2026] GET /v2.0/security-groups?id=79efdc77-ec65-45ad-b6cd-6a4eb3e566b9&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: 787/1552] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:07:25 2026] GET /v2.0/ports?tenant_id=4da438ff8d354f679aacdc2a6197485b&device_id=eef3aad9-a79e-4f50-acbb-4dfce4d8673b => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1553] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:07:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=a3967e89-2711-49d2-99f6-f51ecea8755b => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1554] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:07:25 2026] GET /v2.0/subnets?id=333f915b-47ca-4a11-ac6d-a5631ef13587 => generated 677 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1555] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:07:25 2026] GET /v2.0/ports?network_id=1dbfc7a0-be96-480a-8461-d3a53e71c519&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1556] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:07:25 2026] GET /v2.0/networks/1dbfc7a0-be96-480a-8461-d3a53e71c519?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: 792/1557] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:07:26 2026] GET /v2.0/networks/1dbfc7a0-be96-480a-8461-d3a53e71c519?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: 766/1558] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:07:24 2026] POST /v2.0/routers => generated 733 bytes in 1829 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1559] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:26 2026] GET /v2.0/ports?device_id=eef3aad9-a79e-4f50-acbb-4dfce4d8673b => 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: 768/1560] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:26 2026] GET /v2.0/security-groups?id=79efdc77-ec65-45ad-b6cd-6a4eb3e566b9&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: 769/1561] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:07:27 2026] GET /v2.0/security-groups?tenant_id=59aa11628eba4ce4bb49af6366b4b97e&name=default => generated 2925 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1562] 10.0.0.248 () {34 vars in 783 bytes} [Sun May 31 07:07:26 2026] PUT /v2.0/routers/facf5ea1-c045-46cf-83a3-2f0739cb0dba/add_router_interface => generated 309 bytes in 1403 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1563] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:07:27 2026] DELETE /v2.0/security-groups/1cbaab4d-b440-4814-8c85-d1cf8f5a2e0d => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1564] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:28 2026] GET /v2.0/ports?device_id=eef3aad9-a79e-4f50-acbb-4dfce4d8673b => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1565] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:28 2026] GET /v2.0/security-groups?id=79efdc77-ec65-45ad-b6cd-6a4eb3e566b9&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1566] 10.0.0.237 () {34 vars in 982 bytes} [Sun May 31 07:07:28 2026] GET /v2.0/networks?id=f3834228-f3ce-4203-a31a-f30e428d3b11 => generated 678 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1567] 10.0.0.237 () {34 vars in 965 bytes} [Sun May 31 07:07:28 2026] GET /v2.0/quotas/561c23784a85439592fce41d7b1bfcfa => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1568] 10.0.0.237 () {34 vars in 1002 bytes} [Sun May 31 07:07:28 2026] GET /v2.0/ports?tenant_id=561c23784a85439592fce41d7b1bfcfa&fields=id => generated 103 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1569] 10.0.0.237 () {34 vars in 1008 bytes} [Sun May 31 07:07:28 2026] GET /v2.0/networks/f3834228-f3ce-4203-a31a-f30e428d3b11?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1570] 10.0.0.237 () {34 vars in 1108 bytes} [Sun May 31 07:07:28 2026] GET /v2.0/networks/f3834228-f3ce-4203-a31a-f30e428d3b11?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:07:28.971 8 INFO neutron.db.segments_db [None req-cdf6272e-dabd-4c85-9cfa-f3f41c50a621 f6cab579606d468a8e42addb7da700fc a15b94abbe34403a8d1b478b716adcb6 - - default default] Added segment 91e23487-0ea4-49bc-870d-4f7af7ff4d4c of type vxlan for network 36b5c947-beec-472e-be8b-3020f1241d3e [pid: 7|app: 0|req: 777/1571] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:29 2026] GET /v2.0/ports?device_id=382dbd68-480d-49bf-97bf-71da0d9725a8 => 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: 795/1572] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:07:28 2026] POST /v2.0/networks => generated 632 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1573] 10.0.0.248 () {34 vars in 753 bytes} [Sun May 31 07:07:29 2026] PUT /v2.0/networks/36b5c947-beec-472e-be8b-3020f1241d3e/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1574] 10.0.0.248 () {32 vars in 733 bytes} [Sun May 31 07:07:29 2026] GET /v2.0/networks/36b5c947-beec-472e-be8b-3020f1241d3e/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1575] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:29 2026] GET /v2.0/ports?device_id=eef3aad9-a79e-4f50-acbb-4dfce4d8673b => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1576] 10.0.0.248 () {34 vars in 764 bytes} [Sun May 31 07:07:29 2026] PUT /v2.0/networks/36b5c947-beec-472e-be8b-3020f1241d3e/tags/green => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1577] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:29 2026] GET /v2.0/security-groups?id=79efdc77-ec65-45ad-b6cd-6a4eb3e566b9&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: 798/1578] 10.0.0.248 () {32 vars in 733 bytes} [Sun May 31 07:07:29 2026] GET /v2.0/networks/36b5c947-beec-472e-be8b-3020f1241d3e/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1579] 10.0.0.248 () {34 vars in 760 bytes} [Sun May 31 07:07:29 2026] PUT /v2.0/networks/36b5c947-beec-472e-be8b-3020f1241d3e/tags/red => 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: 799/1580] 10.0.0.248 () {32 vars in 733 bytes} [Sun May 31 07:07:29 2026] GET /v2.0/networks/36b5c947-beec-472e-be8b-3020f1241d3e/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1581] 10.0.0.248 () {34 vars in 782 bytes} [Sun May 31 07:07:29 2026] PUT /v2.0/networks/36b5c947-beec-472e-be8b-3020f1241d3e/tags/black.or.white => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1582] 10.0.0.248 () {32 vars in 733 bytes} [Sun May 31 07:07:29 2026] GET /v2.0/networks/36b5c947-beec-472e-be8b-3020f1241d3e/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1583] 10.0.0.248 () {34 vars in 753 bytes} [Sun May 31 07:07:29 2026] PUT /v2.0/networks/36b5c947-beec-472e-be8b-3020f1241d3e/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1584] 10.0.0.248 () {32 vars in 733 bytes} [Sun May 31 07:07:29 2026] GET /v2.0/networks/36b5c947-beec-472e-be8b-3020f1241d3e/tags => generated 37 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1585] 10.0.0.248 () {32 vars in 741 bytes} [Sun May 31 07:07:29 2026] GET /v2.0/networks/36b5c947-beec-472e-be8b-3020f1241d3e/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:07:29.772 7 INFO neutron.api.v2.resource [None req-56f9c801-f9ca-4b4b-8aef-b7741c07ce94 f6cab579606d468a8e42addb7da700fc a15b94abbe34403a8d1b478b716adcb6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 786/1586] 10.0.0.248 () {32 vars in 745 bytes} [Sun May 31 07:07:29 2026] GET /v2.0/networks/36b5c947-beec-472e-be8b-3020f1241d3e/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1587] 10.0.0.248 () {32 vars in 744 bytes} [Sun May 31 07:07:29 2026] DELETE /v2.0/networks/36b5c947-beec-472e-be8b-3020f1241d3e/tags/red => 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: 788/1588] 10.0.0.248 () {32 vars in 733 bytes} [Sun May 31 07:07:29 2026] GET /v2.0/networks/36b5c947-beec-472e-be8b-3020f1241d3e/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:07:29.923 7 INFO neutron.api.v2.resource [None req-b0f13a06-c421-4192-94aa-4eb1ec12d514 f6cab579606d468a8e42addb7da700fc a15b94abbe34403a8d1b478b716adcb6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 789/1589] 10.0.0.248 () {32 vars in 748 bytes} [Sun May 31 07:07:29 2026] DELETE /v2.0/networks/36b5c947-beec-472e-be8b-3020f1241d3e/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-31 07:07:29.938 8 INFO neutron.db.segments_db [None req-d6fca175-f55f-431e-9812-ea3b2bc4712b 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Added segment 96414501-6c63-4257-9a41-4c51bc0b2aff of type vxlan for network 9aadf662-7718-4ea6-99d8-2b09e9ec22e8 [pid: 7|app: 0|req: 790/1590] 10.0.0.248 () {32 vars in 736 bytes} [Sun May 31 07:07:29 2026] DELETE /v2.0/networks/36b5c947-beec-472e-be8b-3020f1241d3e/tags => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1591] 10.0.0.248 () {32 vars in 733 bytes} [Sun May 31 07:07:29 2026] GET /v2.0/networks/36b5c947-beec-472e-be8b-3020f1241d3e/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1592] 10.0.0.248 () {34 vars in 671 bytes} [Sun May 31 07:07:29 2026] POST /v2.0/networks => generated 740 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:07:30.131 7 INFO neutron.services.segments.plugin [-] Segment 91e23487-0ea4-49bc-870d-4f7af7ff4d4c resource provider aggregate not found 2026-05-31 07:07:30.137 7 INFO neutron.services.segments.plugin [-] Segment 91e23487-0ea4-49bc-870d-4f7af7ff4d4c resource provider aggregate not found [pid: 7|app: 0|req: 792/1593] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:07:30 2026] DELETE /v2.0/networks/36b5c947-beec-472e-be8b-3020f1241d3e => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:07:30.158 7 INFO neutron.services.segments.plugin [-] Segment 91e23487-0ea4-49bc-870d-4f7af7ff4d4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91e23487-0ea4-49bc-870d-4f7af7ff4d4c found for delete ", "request_id": "req-74ae78da-1b75-4ea3-9e1c-38c2bb5ccc7e"}]} 2026-05-31 07:07:30.159 7 INFO neutron.services.segments.plugin [-] Segment 91e23487-0ea4-49bc-870d-4f7af7ff4d4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91e23487-0ea4-49bc-870d-4f7af7ff4d4c found for delete ", "request_id": "req-a58caa79-8401-44f3-9746-5897780b8496"}]} [pid: 7|app: 0|req: 793/1594] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:30 2026] GET /v2.0/ports?device_id=382dbd68-480d-49bf-97bf-71da0d9725a8 => 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: 802/1595] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:07:30 2026] POST /v2.0/subnets => generated 687 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:07:30.373 7 INFO neutron.db.segments_db [None req-ac5bf3b6-aafc-442b-99ce-58b8dbea8295 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Added segment f496df54-665e-43c1-954f-7f47321cff14 of type vxlan for network fc8e4a76-1483-4602-a122-bbb3e217518d [pid: 8|app: 0|req: 803/1596] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:30 2026] GET /v2.0/ports?device_id=eef3aad9-a79e-4f50-acbb-4dfce4d8673b => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1597] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:30 2026] GET /v2.0/security-groups?id=79efdc77-ec65-45ad-b6cd-6a4eb3e566b9&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:07:30.666 7 INFO neutron.db.l3_hamode_db [None req-ac5bf3b6-aafc-442b-99ce-58b8dbea8295 9e7252bd5f474bda8c7816e58c2cac92 2177dc2c8c004588ba28ffca5c56b111 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 805/1598] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:07:30 2026] GET /v2.0/security-groups?tenant_id=a15b94abbe34403a8d1b478b716adcb6&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1599] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:07:31 2026] DELETE /v2.0/security-groups/0ee625d6-4ae6-405a-a5c2-9d0ae934dec9 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1600] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:07:31 2026] GET /v2.0/security-groups?tenant_id=087421ae127e4ffdb755f222542f9b2b&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1601] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:31 2026] GET /v2.0/ports?device_id=382dbd68-480d-49bf-97bf-71da0d9725a8 => 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: 809/1602] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:07:31 2026] DELETE /v2.0/security-groups/6ccedd46-a3a1-4179-9d59-aa7ca96fbbda => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:07:31.533 7 INFO neutron.db.l3_hamode_db [None req-ac5bf3b6-aafc-442b-99ce-58b8dbea8295 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 810/1603] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:31 2026] GET /v2.0/ports?device_id=eef3aad9-a79e-4f50-acbb-4dfce4d8673b => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1604] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:31 2026] GET /v2.0/security-groups?id=79efdc77-ec65-45ad-b6cd-6a4eb3e566b9&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: 812/1605] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:32 2026] GET /v2.0/ports?device_id=eef3aad9-a79e-4f50-acbb-4dfce4d8673b => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1606] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:32 2026] GET /v2.0/security-groups?id=79efdc77-ec65-45ad-b6cd-6a4eb3e566b9&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: 814/1607] 10.0.0.248 () {32 vars in 736 bytes} [Sun May 31 07:07:32 2026] GET /v2.0/ports?device_id=eef3aad9-a79e-4f50-acbb-4dfce4d8673b => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1608] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:07:30 2026] POST /v2.0/routers => generated 727 bytes in 2152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1609] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:32 2026] GET /v2.0/ports?device_id=382dbd68-480d-49bf-97bf-71da0d9725a8 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:07:32.944 8 INFO neutron.db.l3_db [None req-61f40c24-bdd0-4a8a-ada3-7ad1a8158b69 c481c11987ed48f3b42ce529f3dcf6d6 4da438ff8d354f679aacdc2a6197485b - - default default] Floating IP 6269dfad-49e2-4120-ab05-d7cfeff2da23 associated. External IP: 10.96.250.211, port: a3967e89-2711-49d2-99f6-f51ecea8755b. [pid: 8|app: 0|req: 815/1610] 10.0.0.248 () {34 vars in 677 bytes} [Sun May 31 07:07:32 2026] POST /v2.0/floatingips => generated 855 bytes in 952 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1611] 10.0.0.248 () {32 vars in 729 bytes} [Sun May 31 07:07:33 2026] GET /v2.0/floatingips/6269dfad-49e2-4120-ab05-d7cfeff2da23 => generated 855 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:07:33.252 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-92288bda-d952-4af8-b424-a1c9480ded6f'] response: {'name': 'network-changed', 'server_uuid': 'eef3aad9-a79e-4f50-acbb-4dfce4d8673b', 'tag': 'a3967e89-2711-49d2-99f6-f51ecea8755b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 817/1612] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:07:33 2026] GET /v2.0/networks?id=f3834228-f3ce-4203-a31a-f30e428d3b11 => generated 678 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1613] 10.0.0.248 () {34 vars in 783 bytes} [Sun May 31 07:07:32 2026] PUT /v2.0/routers/e766d96e-8f58-4dc1-ae63-076ea063716a/add_router_interface => generated 309 bytes in 1109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1614] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:33 2026] GET /v2.0/ports?device_id=382dbd68-480d-49bf-97bf-71da0d9725a8 => 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: 798/1615] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:07:33 2026] GET /v2.0/ports?tenant_id=4da438ff8d354f679aacdc2a6197485b&device_id=eef3aad9-a79e-4f50-acbb-4dfce4d8673b => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1616] 199.204.45.138 () {38 vars in 955 bytes} [Sun May 31 07:07:33 2026] POST /v2.0/ports => generated 954 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1617] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:07:33 2026] GET /v2.0/networks?id=1dbfc7a0-be96-480a-8461-d3a53e71c519 => generated 757 bytes in 44 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: 800/1618] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:07:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=a3967e89-2711-49d2-99f6-f51ecea8755b => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1619] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:07:33 2026] GET /v2.0/subnets?id=333f915b-47ca-4a11-ac6d-a5631ef13587 => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1620] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:07:33 2026] GET /v2.0/ports?network_id=1dbfc7a0-be96-480a-8461-d3a53e71c519&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: 803/1621] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:07:33 2026] GET /v2.0/networks/1dbfc7a0-be96-480a-8461-d3a53e71c519?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: 804/1622] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:07:34 2026] GET /v2.0/networks/1dbfc7a0-be96-480a-8461-d3a53e71c519?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: 805/1623] 10.0.0.248 () {32 vars in 729 bytes} [Sun May 31 07:07:34 2026] GET /v2.0/floatingips/6269dfad-49e2-4120-ab05-d7cfeff2da23 => generated 855 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1624] 199.204.45.138 () {38 vars in 1028 bytes} [Sun May 31 07:07:33 2026] PUT /v2.0/ports/6e0aeeb3-1179-496e-8edb-6844964a902f => generated 1235 bytes in 447 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1625] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:34 2026] GET /v2.0/ports?device_id=382dbd68-480d-49bf-97bf-71da0d9725a8 => generated 969 bytes in 90 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: 820/1626] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:34 2026] GET /v2.0/security-groups?id=48f6dff4-759b-448e-af4a-7218a71235c0&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:07:35.286 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-103d59df-ed47-468b-96c4-e57e2b869bca'] response: {'name': 'network-changed', 'server_uuid': '382dbd68-480d-49bf-97bf-71da0d9725a8', 'tag': '6e0aeeb3-1179-496e-8edb-6844964a902f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 807/1627] 10.0.0.248 () {32 vars in 729 bytes} [Sun May 31 07:07:35 2026] GET /v2.0/floatingips/6269dfad-49e2-4120-ab05-d7cfeff2da23 => generated 857 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1628] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:07:35 2026] GET /v2.0/ports?tenant_id=561c23784a85439592fce41d7b1bfcfa&device_id=382dbd68-480d-49bf-97bf-71da0d9725a8 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1629] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:07:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=6e0aeeb3-1179-496e-8edb-6844964a902f => 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: 822/1630] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:07:35 2026] GET /v2.0/subnets?id=b8ee2dd4-d01d-43af-b07f-b3f2b9cc7708 => generated 696 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1631] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:07:35 2026] GET /v2.0/ports?network_id=f3834228-f3ce-4203-a31a-f30e428d3b11&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: 823/1632] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:07:35 2026] GET /v2.0/networks/f3834228-f3ce-4203-a31a-f30e428d3b11?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: 810/1633] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:07:35 2026] GET /v2.0/networks/f3834228-f3ce-4203-a31a-f30e428d3b11?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1634] 10.0.0.237 () {34 vars in 982 bytes} [Sun May 31 07:07:35 2026] GET /v2.0/networks?id=9aadf662-7718-4ea6-99d8-2b09e9ec22e8 => generated 672 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1635] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:35 2026] GET /v2.0/ports?device_id=382dbd68-480d-49bf-97bf-71da0d9725a8 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1636] 10.0.0.237 () {34 vars in 965 bytes} [Sun May 31 07:07:35 2026] GET /v2.0/quotas/2177dc2c8c004588ba28ffca5c56b111 => 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: 812/1637] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:35 2026] GET /v2.0/security-groups?id=48f6dff4-759b-448e-af4a-7218a71235c0&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: 826/1638] 10.0.0.237 () {34 vars in 1002 bytes} [Sun May 31 07:07:35 2026] GET /v2.0/ports?tenant_id=2177dc2c8c004588ba28ffca5c56b111&fields=id => generated 103 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1639] 10.0.0.237 () {34 vars in 1008 bytes} [Sun May 31 07:07:36 2026] GET /v2.0/networks/9aadf662-7718-4ea6-99d8-2b09e9ec22e8?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1640] 10.0.0.237 () {34 vars in 1108 bytes} [Sun May 31 07:07:36 2026] GET /v2.0/networks/9aadf662-7718-4ea6-99d8-2b09e9ec22e8?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: 814/1641] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:36 2026] GET /v2.0/ports?device_id=a5f24a96-9e46-4266-8308-94b84810e30e => 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: 829/1644] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:07:36 2026] GET /v2.0/ports?tenant_id=561c23784a85439592fce41d7b1bfcfa&device_id=382dbd68-480d-49bf-97bf-71da0d9725a8 => 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: 816/1645] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:07:36 2026] GET /v2.0/networks?id=f3834228-f3ce-4203-a31a-f30e428d3b11 => generated 774 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1646] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:07:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=6e0aeeb3-1179-496e-8edb-6844964a902f => 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: 817/1647] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:07:36 2026] GET /v2.0/subnets?id=b8ee2dd4-d01d-43af-b07f-b3f2b9cc7708 => generated 696 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1648] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:07:36 2026] GET /v2.0/ports?network_id=f3834228-f3ce-4203-a31a-f30e428d3b11&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1649] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:07:36 2026] GET /v2.0/networks/f3834228-f3ce-4203-a31a-f30e428d3b11?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: 832/1650] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:07:36 2026] GET /v2.0/networks/f3834228-f3ce-4203-a31a-f30e428d3b11?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1651] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:37 2026] GET /v2.0/ports?device_id=382dbd68-480d-49bf-97bf-71da0d9725a8 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1652] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:37 2026] GET /v2.0/security-groups?id=48f6dff4-759b-448e-af4a-7218a71235c0&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1653] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:37 2026] GET /v2.0/ports?device_id=a5f24a96-9e46-4266-8308-94b84810e30e => 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: 834/1654] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:38 2026] GET /v2.0/ports?device_id=382dbd68-480d-49bf-97bf-71da0d9725a8 => 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: 821/1655] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:38 2026] GET /v2.0/security-groups?id=48f6dff4-759b-448e-af4a-7218a71235c0&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: 835/1656] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:38 2026] GET /v2.0/ports?device_id=a5f24a96-9e46-4266-8308-94b84810e30e => 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: 822/1657] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:39 2026] GET /v2.0/ports?device_id=382dbd68-480d-49bf-97bf-71da0d9725a8 => 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: 836/1658] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:39 2026] GET /v2.0/security-groups?id=48f6dff4-759b-448e-af4a-7218a71235c0&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1659] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:39 2026] GET /v2.0/ports?device_id=a5f24a96-9e46-4266-8308-94b84810e30e => 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: 837/1660] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:40 2026] GET /v2.0/ports?device_id=382dbd68-480d-49bf-97bf-71da0d9725a8 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1661] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:40 2026] GET /v2.0/security-groups?id=48f6dff4-759b-448e-af4a-7218a71235c0&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: 824/1662] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:07:40 2026] GET /v2.0/networks?id=9aadf662-7718-4ea6-99d8-2b09e9ec22e8 => generated 672 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1663] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:40 2026] GET /v2.0/ports?device_id=a5f24a96-9e46-4266-8308-94b84810e30e => 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: 825/1664] 199.204.45.138 () {38 vars in 955 bytes} [Sun May 31 07:07:40 2026] POST /v2.0/ports => generated 954 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1665] 199.204.45.138 () {38 vars in 1028 bytes} [Sun May 31 07:07:41 2026] PUT /v2.0/ports/c04c6830-97b9-4bd0-aac6-59a31da6f55a => generated 1235 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:07:41.470 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ba862a41-d232-4ab2-93ae-23f61331126c'] response: {'name': 'network-changed', 'server_uuid': 'a5f24a96-9e46-4266-8308-94b84810e30e', 'tag': 'c04c6830-97b9-4bd0-aac6-59a31da6f55a', '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, ' /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: 826/1666] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:41 2026] GET /v2.0/ports?device_id=382dbd68-480d-49bf-97bf-71da0d9725a8 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1667] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:41 2026] GET /v2.0/ports?device_id=a5f24a96-9e46-4266-8308-94b84810e30e => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1668] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:41 2026] GET /v2.0/security-groups?id=48f6dff4-759b-448e-af4a-7218a71235c0&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1669] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:41 2026] GET /v2.0/security-groups?id=f38fd372-6e44-44aa-a67e-cee6c79d8d7d&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1670] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:07:41 2026] GET /v2.0/ports?tenant_id=2177dc2c8c004588ba28ffca5c56b111&device_id=a5f24a96-9e46-4266-8308-94b84810e30e => 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: 843/1671] 199.204.45.138 () {34 vars in 1018 bytes} [Sun May 31 07:07:42 2026] GET /v2.0/networks?tenant_id=2177dc2c8c004588ba28ffca5c56b111&shared=False => generated 768 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1672] 199.204.45.138 () {34 vars in 930 bytes} [Sun May 31 07:07:42 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1673] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:42 2026] GET /v2.0/ports?device_id=382dbd68-480d-49bf-97bf-71da0d9725a8 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1674] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:42 2026] GET /v2.0/security-groups?id=48f6dff4-759b-448e-af4a-7218a71235c0&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: 845/1675] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:42 2026] GET /v2.0/ports?device_id=a5f24a96-9e46-4266-8308-94b84810e30e => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1676] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:42 2026] GET /v2.0/security-groups?id=f38fd372-6e44-44aa-a67e-cee6c79d8d7d&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1677] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:07:43 2026] GET /v2.0/ports?tenant_id=2177dc2c8c004588ba28ffca5c56b111&device_id=a5f24a96-9e46-4266-8308-94b84810e30e => 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: 832/1678] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:07:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=c04c6830-97b9-4bd0-aac6-59a31da6f55a => 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: 847/1679] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:07:43 2026] GET /v2.0/subnets?id=9061cce1-8837-4137-bd75-c5338acb4713 => generated 690 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1680] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:07:43 2026] GET /v2.0/ports?network_id=9aadf662-7718-4ea6-99d8-2b09e9ec22e8&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1681] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:43 2026] GET /v2.0/ports?device_id=382dbd68-480d-49bf-97bf-71da0d9725a8 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1682] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:07:43 2026] GET /v2.0/networks/9aadf662-7718-4ea6-99d8-2b09e9ec22e8?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1683] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:43 2026] GET /v2.0/security-groups?id=48f6dff4-759b-448e-af4a-7218a71235c0&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: 7|app: 0|req: 835/1684] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:07:43 2026] GET /v2.0/networks/9aadf662-7718-4ea6-99d8-2b09e9ec22e8?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: 850/1685] 10.0.0.203 () {34 vars in 990 bytes} [Sun May 31 07:07:43 2026] GET /v2.0/ports?device_id=eef3aad9-a79e-4f50-acbb-4dfce4d8673b => generated 1240 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1686] 10.0.0.203 () {34 vars in 1040 bytes} [Sun May 31 07:07:43 2026] GET /v2.0/security-groups?id=79efdc77-ec65-45ad-b6cd-6a4eb3e566b9&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: 851/1687] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:44 2026] GET /v2.0/ports?device_id=a5f24a96-9e46-4266-8308-94b84810e30e => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1688] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:44 2026] GET /v2.0/security-groups?id=f38fd372-6e44-44aa-a67e-cee6c79d8d7d&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1689] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:44 2026] GET /v2.0/ports?device_id=382dbd68-480d-49bf-97bf-71da0d9725a8 => 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: 838/1690] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:44 2026] GET /v2.0/security-groups?id=48f6dff4-759b-448e-af4a-7218a71235c0&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1691] 199.204.45.138 () {34 vars in 994 bytes} [Sun May 31 07:07:44 2026] GET /v2.0/ports?device_id=382dbd68-480d-49bf-97bf-71da0d9725a8 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:07:44.660 7 INFO neutron_taas.services.taas.taas_plugin [req-737bd685-8355-4052-9634-df4a1c6aa5c1 req-4a827a82-6770-41a3-a0e5-4e234b872a88 e9b57e34981b49808c150e8aa53cc8ec 561c23784a85439592fce41d7b1bfcfa - - default default] TaaS: Handle Delete Port: 6e0aeeb3-1179-496e-8edb-6844964a902f 2026-05-31 07:07:44.662 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-737bd685-8355-4052-9634-df4a1c6aa5c1 req-4a827a82-6770-41a3-a0e5-4e234b872a88 e9b57e34981b49808c150e8aa53cc8ec 561c23784a85439592fce41d7b1bfcfa - - default default] Tap Mirror: Handle Delete Port: 6e0aeeb3-1179-496e-8edb-6844964a902f [pid: 7|app: 0|req: 839/1692] 199.204.45.138 () {36 vars in 997 bytes} [Sun May 31 07:07:44 2026] DELETE /v2.0/ports/6e0aeeb3-1179-496e-8edb-6844964a902f => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:07:44.812 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e35d8f05-b203-41ee-974e-16235d8d13bb'] response: {'server_uuid': '382dbd68-480d-49bf-97bf-71da0d9725a8', 'name': 'network-vif-deleted', 'tag': '6e0aeeb3-1179-496e-8edb-6844964a902f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 854/1693] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:45 2026] GET /v2.0/ports?device_id=a5f24a96-9e46-4266-8308-94b84810e30e => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1694] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:45 2026] GET /v2.0/security-groups?id=f38fd372-6e44-44aa-a67e-cee6c79d8d7d&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1695] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:45 2026] GET /v2.0/ports?device_id=382dbd68-480d-49bf-97bf-71da0d9725a8 => 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: 841/1696] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:46 2026] GET /v2.0/ports?device_id=a5f24a96-9e46-4266-8308-94b84810e30e => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1697] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:46 2026] GET /v2.0/security-groups?id=f38fd372-6e44-44aa-a67e-cee6c79d8d7d&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: 842/1698] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:46 2026] GET /v2.0/ports?device_id=382dbd68-480d-49bf-97bf-71da0d9725a8 => 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: 857/1699] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:47 2026] GET /v2.0/ports?device_id=a5f24a96-9e46-4266-8308-94b84810e30e => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1700] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:47 2026] GET /v2.0/security-groups?id=f38fd372-6e44-44aa-a67e-cee6c79d8d7d&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: 8|app: 0|req: 858/1701] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:47 2026] GET /v2.0/ports?device_id=382dbd68-480d-49bf-97bf-71da0d9725a8 => 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: 844/1702] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:48 2026] GET /v2.0/ports?device_id=a5f24a96-9e46-4266-8308-94b84810e30e => 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: 859/1703] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:48 2026] GET /v2.0/security-groups?id=f38fd372-6e44-44aa-a67e-cee6c79d8d7d&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-05-31 07:07:49.179 7 INFO neutron_taas.services.taas.taas_plugin [None req-5dc382e5-041d-45f9-9198-2b0730b7f1f7 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: 7975d6f4-055d-410b-8e8c-b2698edecf5d 2026-05-31 07:07:49.182 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5dc382e5-041d-45f9-9198-2b0730b7f1f7 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: 7975d6f4-055d-410b-8e8c-b2698edecf5d [pid: 7|app: 0|req: 845/1704] 10.0.0.248 () {34 vars in 789 bytes} [Sun May 31 07:07:48 2026] PUT /v2.0/routers/facf5ea1-c045-46cf-83a3-2f0739cb0dba/remove_router_interface => generated 309 bytes in 865 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:07:49.965 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a4ba7bc-a1f8-412a-94cf-021b704785bc 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: f65eb55e-db38-438c-976d-17f46d2a2047 2026-05-31 07:07:49.968 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a4ba7bc-a1f8-412a-94cf-021b704785bc 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: f65eb55e-db38-438c-976d-17f46d2a2047 [pid: 7|app: 0|req: 846/1705] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:50 2026] GET /v2.0/ports?device_id=a5f24a96-9e46-4266-8308-94b84810e30e => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1706] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:50 2026] GET /v2.0/security-groups?id=f38fd372-6e44-44aa-a67e-cee6c79d8d7d&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:07:50.297 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a4ba7bc-a1f8-412a-94cf-021b704785bc 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: 439bd416-af66-47fd-9893-8110c5473769 2026-05-31 07:07:50.300 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a4ba7bc-a1f8-412a-94cf-021b704785bc 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: 439bd416-af66-47fd-9893-8110c5473769 2026-05-31 07:07:50.671 8 INFO neutron.services.segments.plugin [-] Segment 10906db6-bd38-451f-ac99-199c39b97552 resource provider aggregate not found 2026-05-31 07:07:50.692 8 INFO neutron.services.segments.plugin [-] Segment 10906db6-bd38-451f-ac99-199c39b97552 resource provider aggregate not found 2026-05-31 07:07:50.715 8 INFO neutron.services.segments.plugin [-] Segment 10906db6-bd38-451f-ac99-199c39b97552 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10906db6-bd38-451f-ac99-199c39b97552 found for delete ", "request_id": "req-b6820e02-2e4e-486d-ad8e-7631821e2275"}]} 2026-05-31 07:07:50.720 8 INFO neutron.services.segments.plugin [-] Segment 10906db6-bd38-451f-ac99-199c39b97552 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10906db6-bd38-451f-ac99-199c39b97552 found for delete ", "request_id": "req-a57e1d94-7f78-414f-937e-df155b21834a"}]} 2026-05-31 07:07:50.721 8 INFO neutron.db.l3_hamode_db [None req-5a4ba7bc-a1f8-412a-94cf-021b704785bc 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] HA network c64d306a-b64f-4fe8-a698-11f142652d9b was deleted as no HA routers are present in tenant 561c23784a85439592fce41d7b1bfcfa. [pid: 8|app: 0|req: 860/1707] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:07:49 2026] DELETE /v2.0/routers/facf5ea1-c045-46cf-83a3-2f0739cb0dba => generated 0 bytes in 1017 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1708] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:07:50 2026] DELETE /v2.0/subnets/b8ee2dd4-d01d-43af-b07f-b3f2b9cc7708 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:07:50.984 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a9f3d70-89c0-47e3-a381-837e136417b6 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: a126dd3d-546e-4399-920d-1cba1daf5803 2026-05-31 07:07:50.987 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a9f3d70-89c0-47e3-a381-837e136417b6 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: a126dd3d-546e-4399-920d-1cba1daf5803 [pid: 8|app: 0|req: 861/1709] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:07:50 2026] DELETE /v2.0/networks/f3834228-f3ce-4203-a31a-f30e428d3b11 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1710] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:51 2026] GET /v2.0/ports?device_id=a5f24a96-9e46-4266-8308-94b84810e30e => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1711] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:07:51 2026] GET /v2.0/security-groups?tenant_id=561c23784a85439592fce41d7b1bfcfa&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: 850/1712] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:51 2026] GET /v2.0/security-groups?id=f38fd372-6e44-44aa-a67e-cee6c79d8d7d&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1713] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:07:51 2026] DELETE /v2.0/security-groups/48f6dff4-759b-448e-af4a-7218a71235c0 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1716] 10.0.0.248 () {32 vars in 826 bytes} [Sun May 31 07:07:52 2026] GET /v2.0/ports?project_id=4da438ff8d354f679aacdc2a6197485b&network_id=1dbfc7a0-be96-480a-8461-d3a53e71c519 => generated 3691 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1717] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:52 2026] GET /v2.0/ports?device_id=a5f24a96-9e46-4266-8308-94b84810e30e => 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: 853/1718] 10.0.0.248 () {32 vars in 742 bytes} [Sun May 31 07:07:52 2026] GET /v2.0/subnets?network_id=7718519d-e946-4b10-8e89-d30bcda8dbc8 => generated 667 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1719] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:07:52 2026] GET /v2.0/security-groups?id=f38fd372-6e44-44aa-a67e-cee6c79d8d7d&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1720] 199.204.45.138 () {34 vars in 994 bytes} [Sun May 31 07:07:52 2026] GET /v2.0/ports?device_id=a5f24a96-9e46-4266-8308-94b84810e30e => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:07:52.728 7 INFO neutron_taas.services.taas.taas_plugin [req-a62da422-b936-477f-acdb-b210fbb8e4fb req-c16b849e-75ba-4a00-ad27-4c9f8710e0e9 56f097cefbbf487092964bec78b6c20d 2177dc2c8c004588ba28ffca5c56b111 - - default default] TaaS: Handle Delete Port: c04c6830-97b9-4bd0-aac6-59a31da6f55a 2026-05-31 07:07:52.731 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a62da422-b936-477f-acdb-b210fbb8e4fb req-c16b849e-75ba-4a00-ad27-4c9f8710e0e9 56f097cefbbf487092964bec78b6c20d 2177dc2c8c004588ba28ffca5c56b111 - - default default] Tap Mirror: Handle Delete Port: c04c6830-97b9-4bd0-aac6-59a31da6f55a 2026-05-31 07:07:52.746 8 INFO neutron.services.segments.plugin [-] Segment e284fb67-0a85-4f8b-9c0c-f7feb56cee6a resource provider aggregate not found 2026-05-31 07:07:52.758 8 INFO neutron.services.segments.plugin [-] Segment e284fb67-0a85-4f8b-9c0c-f7feb56cee6a resource provider aggregate not found 2026-05-31 07:07:52.778 8 INFO neutron.services.segments.plugin [-] Segment e284fb67-0a85-4f8b-9c0c-f7feb56cee6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e284fb67-0a85-4f8b-9c0c-f7feb56cee6a found for delete ", "request_id": "req-5a863864-773c-44c8-95a2-8915ad9b5bdd"}]} 2026-05-31 07:07:52.780 8 INFO neutron.db.l3_db [None req-631a50f6-d74b-4d48-b47c-232ea973021b c481c11987ed48f3b42ce529f3dcf6d6 4da438ff8d354f679aacdc2a6197485b - - default default] Floating IP 6269dfad-49e2-4120-ab05-d7cfeff2da23 disassociated. External IP: 10.96.250.211, port: a3967e89-2711-49d2-99f6-f51ecea8755b. 2026-05-31 07:07:52.784 8 INFO neutron.services.segments.plugin [-] Segment e284fb67-0a85-4f8b-9c0c-f7feb56cee6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e284fb67-0a85-4f8b-9c0c-f7feb56cee6a found for delete ", "request_id": "req-6b7927fd-8b2b-43c3-bf19-90e799119819"}]} [pid: 7|app: 0|req: 855/1721] 199.204.45.138 () {36 vars in 997 bytes} [Sun May 31 07:07:52 2026] DELETE /v2.0/ports/c04c6830-97b9-4bd0-aac6-59a31da6f55a => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:07:52.922 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9734d686-ae6b-49a2-8e81-313c251e97f4'] response: {'server_uuid': 'a5f24a96-9e46-4266-8308-94b84810e30e', 'name': 'network-vif-deleted', 'tag': 'c04c6830-97b9-4bd0-aac6-59a31da6f55a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 867/1722] 10.0.0.248 () {34 vars in 749 bytes} [Sun May 31 07:07:52 2026] PUT /v2.0/floatingips/6269dfad-49e2-4120-ab05-d7cfeff2da23 => generated 554 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1723] 10.0.0.248 () {32 vars in 729 bytes} [Sun May 31 07:07:53 2026] GET /v2.0/floatingips/6269dfad-49e2-4120-ab05-d7cfeff2da23 => generated 554 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:07:53.112 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f76266eb-f510-4d94-a68a-e32fdcda5e32'] response: {'name': 'network-changed', 'server_uuid': 'eef3aad9-a79e-4f50-acbb-4dfce4d8673b', 'tag': 'a3967e89-2711-49d2-99f6-f51ecea8755b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 868/1724] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:53 2026] GET /v2.0/ports?device_id=a5f24a96-9e46-4266-8308-94b84810e30e => 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: 857/1725] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:07:53 2026] GET /v2.0/ports?tenant_id=4da438ff8d354f679aacdc2a6197485b&device_id=eef3aad9-a79e-4f50-acbb-4dfce4d8673b => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1726] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:07:53 2026] GET /v2.0/networks?id=1dbfc7a0-be96-480a-8461-d3a53e71c519 => generated 757 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1727] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:07:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=a3967e89-2711-49d2-99f6-f51ecea8755b => 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: 870/1728] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:07:53 2026] GET /v2.0/subnets?id=333f915b-47ca-4a11-ac6d-a5631ef13587 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1729] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:07:53 2026] GET /v2.0/ports?network_id=1dbfc7a0-be96-480a-8461-d3a53e71c519&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: 871/1730] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:07:53 2026] GET /v2.0/networks/1dbfc7a0-be96-480a-8461-d3a53e71c519?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: 860/1731] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:07:53 2026] GET /v2.0/networks/1dbfc7a0-be96-480a-8461-d3a53e71c519?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: 8|app: 0|req: 872/1732] 10.0.0.248 () {32 vars in 729 bytes} [Sun May 31 07:07:54 2026] GET /v2.0/floatingips/6269dfad-49e2-4120-ab05-d7cfeff2da23 => generated 554 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1733] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:54 2026] GET /v2.0/ports?device_id=a5f24a96-9e46-4266-8308-94b84810e30e => 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: 873/1734] 10.0.0.248 () {32 vars in 729 bytes} [Sun May 31 07:07:55 2026] GET /v2.0/floatingips/6269dfad-49e2-4120-ab05-d7cfeff2da23 => generated 552 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1735] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:07:55 2026] GET /v2.0/security-groups?tenant_id=ff06428f8dc142c49dcb218664d6f211&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1736] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:55 2026] GET /v2.0/ports?device_id=a5f24a96-9e46-4266-8308-94b84810e30e => 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: 874/1737] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:07:55 2026] DELETE /v2.0/security-groups/d4b746b2-9238-4ba1-8afb-cf38deccb1ba => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1738] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:07:55 2026] GET /v2.0/security-groups?tenant_id=4e6c68e22caa40fab68e26fb1baff14a&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1739] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:07:56 2026] DELETE /v2.0/security-groups/4b8558c8-7171-44e8-ad96-a588f5386775 => 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: 865/1740] 10.0.0.248 () {34 vars in 685 bytes} [Sun May 31 07:07:56 2026] POST /v2.0/security-groups => generated 1673 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1741] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:07:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1742] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:07:56 2026] POST /v2.0/security-group-rules => generated 596 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1743] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:07:56 2026] POST /v2.0/security-group-rules => generated 602 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1744] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:07:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:07:56.814 8 INFO neutron.db.securitygroups_db [None req-9c6268d8-ac80-4a6e-88ae-03fd02b10f69 c481c11987ed48f3b42ce529f3dcf6d6 4da438ff8d354f679aacdc2a6197485b - - default default] Project 4da438ff8d354f679aacdc2a6197485b 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: 878/1745] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:07:56 2026] POST /v2.0/security-group-rules => generated 607 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:07:56.926 7 INFO neutron.db.securitygroups_db [None req-28730a0b-9547-4d8a-b19a-4f1e93e7ca42 c481c11987ed48f3b42ce529f3dcf6d6 4da438ff8d354f679aacdc2a6197485b - - default default] Project 4da438ff8d354f679aacdc2a6197485b 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: 868/1746] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:07:56 2026] POST /v2.0/security-group-rules => generated 606 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1747] 10.0.0.248 () {32 vars in 649 bytes} [Sun May 31 07:07:57 2026] GET /v2.0/networks => generated 1298 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1748] 10.0.0.237 () {34 vars in 1098 bytes} [Sun May 31 07:07:57 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-938122329&fields=id&tenant_id=4da438ff8d354f679aacdc2a6197485b => 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: 880/1749] 10.0.0.237 () {34 vars in 982 bytes} [Sun May 31 07:07:57 2026] GET /v2.0/networks?id=1dbfc7a0-be96-480a-8461-d3a53e71c519 => generated 661 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1750] 10.0.0.237 () {34 vars in 965 bytes} [Sun May 31 07:07:57 2026] GET /v2.0/quotas/4da438ff8d354f679aacdc2a6197485b => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1751] 10.0.0.237 () {34 vars in 1002 bytes} [Sun May 31 07:07:57 2026] GET /v2.0/ports?tenant_id=4da438ff8d354f679aacdc2a6197485b&fields=id => generated 149 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1752] 10.0.0.237 () {34 vars in 1008 bytes} [Sun May 31 07:07:57 2026] GET /v2.0/networks/1dbfc7a0-be96-480a-8461-d3a53e71c519?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: 882/1753] 10.0.0.237 () {34 vars in 1108 bytes} [Sun May 31 07:07:57 2026] GET /v2.0/networks/1dbfc7a0-be96-480a-8461-d3a53e71c519?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: 883/1754] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:58 2026] GET /v2.0/ports?device_id=52678b4e-3f7d-404d-8b34-34e24101deaf => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:07:59.100 7 INFO neutron_taas.services.taas.taas_plugin [None req-57796660-b649-409f-98e9-c0a4e28f6b7c 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: bbea706d-0e84-4074-ba54-4db7754bc0f6 2026-05-31 07:07:59.102 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57796660-b649-409f-98e9-c0a4e28f6b7c 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: bbea706d-0e84-4074-ba54-4db7754bc0f6 [pid: 8|app: 0|req: 884/1755] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:07:59 2026] GET /v2.0/ports?device_id=52678b4e-3f7d-404d-8b34-34e24101deaf => 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: 872/1756] 10.0.0.248 () {34 vars in 789 bytes} [Sun May 31 07:07:57 2026] PUT /v2.0/routers/e766d96e-8f58-4dc1-ae63-076ea063716a/remove_router_interface => generated 309 bytes in 1688 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:07:59.859 8 INFO neutron_taas.services.taas.taas_plugin [None req-916a91ae-c9e5-473d-a8d1-b99df7554e41 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: f9e38ce4-c91a-43a4-a832-ba45a1cf972f 2026-05-31 07:07:59.861 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-916a91ae-c9e5-473d-a8d1-b99df7554e41 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: f9e38ce4-c91a-43a4-a832-ba45a1cf972f 2026-05-31 07:08:00.110 8 INFO neutron_taas.services.taas.taas_plugin [None req-916a91ae-c9e5-473d-a8d1-b99df7554e41 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: 41ca530b-6e83-4372-ace2-73a0e43f665d 2026-05-31 07:08:00.112 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-916a91ae-c9e5-473d-a8d1-b99df7554e41 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: 41ca530b-6e83-4372-ace2-73a0e43f665d [pid: 7|app: 0|req: 873/1757] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:00 2026] GET /v2.0/ports?device_id=52678b4e-3f7d-404d-8b34-34e24101deaf => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:08:00.454 8 INFO neutron.services.segments.plugin [-] Segment f496df54-665e-43c1-954f-7f47321cff14 resource provider aggregate not found 2026-05-31 07:08:00.462 8 INFO neutron.services.segments.plugin [-] Segment f496df54-665e-43c1-954f-7f47321cff14 resource provider aggregate not found 2026-05-31 07:08:00.478 8 INFO neutron.services.segments.plugin [-] Segment f496df54-665e-43c1-954f-7f47321cff14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f496df54-665e-43c1-954f-7f47321cff14 found for delete ", "request_id": "req-db4e0320-56fa-48f3-afbc-66e94428af5e"}]} 2026-05-31 07:08:00.480 8 INFO neutron.services.segments.plugin [-] Segment f496df54-665e-43c1-954f-7f47321cff14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f496df54-665e-43c1-954f-7f47321cff14 found for delete ", "request_id": "req-065fc2ce-7333-4d90-8249-b3f340b77935"}]} 2026-05-31 07:08:00.496 8 INFO neutron.db.l3_hamode_db [None req-916a91ae-c9e5-473d-a8d1-b99df7554e41 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] HA network fc8e4a76-1483-4602-a122-bbb3e217518d was deleted as no HA routers are present in tenant 2177dc2c8c004588ba28ffca5c56b111. [pid: 8|app: 0|req: 885/1758] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:07:59 2026] DELETE /v2.0/routers/e766d96e-8f58-4dc1-ae63-076ea063716a => generated 0 bytes in 836 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1759] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:08:00 2026] DELETE /v2.0/subnets/9061cce1-8837-4137-bd75-c5338acb4713 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:08:00.763 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d249d06-c51e-4ca9-a66c-ed1453effb95 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: 4b4ea579-20c2-4c37-a739-8cdcb8285dba 2026-05-31 07:08:00.765 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d249d06-c51e-4ca9-a66c-ed1453effb95 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: 4b4ea579-20c2-4c37-a739-8cdcb8285dba [pid: 8|app: 0|req: 886/1760] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:08:00 2026] DELETE /v2.0/networks/9aadf662-7718-4ea6-99d8-2b09e9ec22e8 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1761] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:08:01 2026] GET /v2.0/security-groups?tenant_id=2177dc2c8c004588ba28ffca5c56b111&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1762] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:08:01 2026] DELETE /v2.0/security-groups/f38fd372-6e44-44aa-a67e-cee6c79d8d7d => 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: 876/1763] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:01 2026] GET /v2.0/ports?device_id=52678b4e-3f7d-404d-8b34-34e24101deaf => 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: 888/1764] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:08:01 2026] GET /v2.0/security-groups?tenant_id=4640d3951830425f908663ecab21d6a2&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1765] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:08:01 2026] DELETE /v2.0/security-groups/241f591e-acff-456c-883d-3ffed8b93714 => 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: 889/1766] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:08:02 2026] GET /v2.0/security-groups?tenant_id=ce43cddb57fb4f5f995fbdd171abedb8&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1767] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:08:02 2026] GET /v2.0/networks?id=1dbfc7a0-be96-480a-8461-d3a53e71c519 => generated 661 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1768] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:08:02 2026] DELETE /v2.0/security-groups/078cf0d5-077f-4d4a-8407-483440826752 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1769] 199.204.45.138 () {34 vars in 1050 bytes} [Sun May 31 07:08:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4da438ff8d354f679aacdc2a6197485b => generated 273 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1770] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:02 2026] GET /v2.0/ports?device_id=52678b4e-3f7d-404d-8b34-34e24101deaf => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:08:02.505 8 INFO neutron.services.segments.plugin [-] Segment 96414501-6c63-4257-9a41-4c51bc0b2aff resource provider aggregate not found 2026-05-31 07:08:02.509 8 INFO neutron.services.segments.plugin [-] Segment 96414501-6c63-4257-9a41-4c51bc0b2aff resource provider aggregate not found 2026-05-31 07:08:02.530 8 INFO neutron.services.segments.plugin [-] Segment 96414501-6c63-4257-9a41-4c51bc0b2aff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96414501-6c63-4257-9a41-4c51bc0b2aff found for delete ", "request_id": "req-e771f262-537f-4e7a-ba84-d003092e6186"}]} 2026-05-31 07:08:02.548 8 INFO neutron.services.segments.plugin [-] Segment 96414501-6c63-4257-9a41-4c51bc0b2aff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96414501-6c63-4257-9a41-4c51bc0b2aff found for delete ", "request_id": "req-9ce32fbd-5088-4a10-901b-c410c433de68"}]} [pid: 8|app: 0|req: 892/1771] 199.204.45.138 () {38 vars in 955 bytes} [Sun May 31 07:08:02 2026] POST /v2.0/ports => generated 954 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1772] 199.204.45.138 () {38 vars in 1028 bytes} [Sun May 31 07:08:02 2026] PUT /v2.0/ports/112d2e3f-98de-41ce-a951-cf2af4a7e207 => generated 1235 bytes in 398 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:08:03.266 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0dab650d-4f51-4679-87a8-a7a3bc31ed6c'] response: {'name': 'network-changed', 'server_uuid': '52678b4e-3f7d-404d-8b34-34e24101deaf', 'tag': '112d2e3f-98de-41ce-a951-cf2af4a7e207', '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: 893/1773] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:03 2026] GET /v2.0/ports?device_id=52678b4e-3f7d-404d-8b34-34e24101deaf => generated 969 bytes in 70 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: 881/1774] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:08:03 2026] GET /v2.0/security-groups?id=3adf9f8f-64a9-4521-8f71-ee08b52f5dec&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: 8|app: 0|req: 894/1775] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:08:03 2026] GET /v2.0/ports?tenant_id=4da438ff8d354f679aacdc2a6197485b&device_id=52678b4e-3f7d-404d-8b34-34e24101deaf => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1776] 199.204.45.138 () {34 vars in 1018 bytes} [Sun May 31 07:08:03 2026] GET /v2.0/networks?tenant_id=4da438ff8d354f679aacdc2a6197485b&shared=False => generated 757 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1777] 199.204.45.138 () {34 vars in 930 bytes} [Sun May 31 07:08:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1778] 10.0.0.93 () {32 vars in 801 bytes} [Sun May 31 07:08:04 2026] GET /v2.0/extensions => generated 21537 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1779] 10.0.0.93 () {30 vars in 723 bytes} [Sun May 31 07:08:04 2026] GET /v2.0/quotas/8e915d14404e4e1d82dd894d6a34cd49/details => generated 847 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1780] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:04 2026] GET /v2.0/ports?device_id=52678b4e-3f7d-404d-8b34-34e24101deaf => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1781] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:08:04 2026] GET /v2.0/security-groups?id=3adf9f8f-64a9-4521-8f71-ee08b52f5dec&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: 885/1782] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:08:04 2026] GET /v2.0/ports?tenant_id=4da438ff8d354f679aacdc2a6197485b&device_id=52678b4e-3f7d-404d-8b34-34e24101deaf => generated 1238 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1783] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:08:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=112d2e3f-98de-41ce-a951-cf2af4a7e207 => 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: 886/1784] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:08:04 2026] GET /v2.0/subnets?id=333f915b-47ca-4a11-ac6d-a5631ef13587 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1785] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:08:05 2026] GET /v2.0/ports?network_id=1dbfc7a0-be96-480a-8461-d3a53e71c519&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: 7|app: 0|req: 887/1786] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:08:05 2026] GET /v2.0/networks/1dbfc7a0-be96-480a-8461-d3a53e71c519?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: 900/1787] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:08:05 2026] GET /v2.0/networks/1dbfc7a0-be96-480a-8461-d3a53e71c519?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: 888/1788] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:05 2026] GET /v2.0/ports?device_id=52678b4e-3f7d-404d-8b34-34e24101deaf => 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: 901/1789] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:08:05 2026] GET /v2.0/security-groups?id=3adf9f8f-64a9-4521-8f71-ee08b52f5dec&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: 903/1792] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:06 2026] GET /v2.0/ports?device_id=52678b4e-3f7d-404d-8b34-34e24101deaf => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1793] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:08:07 2026] GET /v2.0/security-groups?id=3adf9f8f-64a9-4521-8f71-ee08b52f5dec&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: 904/1794] 10.0.0.93 () {32 vars in 801 bytes} [Sun May 31 07:08:07 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1795] 10.0.0.93 () {30 vars in 723 bytes} [Sun May 31 07:08:07 2026] GET /v2.0/quotas/8e915d14404e4e1d82dd894d6a34cd49/details => generated 847 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1796] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:08:07 2026] GET /v2.0/security-groups?tenant_id=626090c777ac4dbbadc76e32c2470f61&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1797] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:08:08 2026] DELETE /v2.0/security-groups/c09d6eeb-ecb9-4c4b-9ede-5738b7469ff9 => 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: 892/1798] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:08 2026] GET /v2.0/ports?device_id=52678b4e-3f7d-404d-8b34-34e24101deaf => 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: 907/1799] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:08:08 2026] GET /v2.0/security-groups?id=3adf9f8f-64a9-4521-8f71-ee08b52f5dec&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: 893/1800] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:08:08 2026] GET /v2.0/security-groups?tenant_id=63928fdad8fb4ef997331184f13a5a5e&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1801] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:08:08 2026] DELETE /v2.0/security-groups/6ac33bd3-85da-47a6-91a0-78842f2632f4 => 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: 894/1802] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:09 2026] GET /v2.0/ports?device_id=52678b4e-3f7d-404d-8b34-34e24101deaf => 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: 909/1803] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:08:09 2026] GET /v2.0/security-groups?id=3adf9f8f-64a9-4521-8f71-ee08b52f5dec&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1804] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:10 2026] GET /v2.0/ports?device_id=52678b4e-3f7d-404d-8b34-34e24101deaf => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1805] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:08:10 2026] GET /v2.0/security-groups?id=3adf9f8f-64a9-4521-8f71-ee08b52f5dec&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: 896/1806] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:10 2026] GET /v2.0/ports?device_id=52678b4e-3f7d-404d-8b34-34e24101deaf => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1807] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:08:10 2026] GET /v2.0/security-groups?id=3adf9f8f-64a9-4521-8f71-ee08b52f5dec&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: 897/1808] 10.0.0.248 () {32 vars in 736 bytes} [Sun May 31 07:08:10 2026] GET /v2.0/ports?device_id=52678b4e-3f7d-404d-8b34-34e24101deaf => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:08:10.974 8 INFO neutron.db.l3_db [None req-a63177cc-e625-4ffa-a99a-22a1be03ea38 c481c11987ed48f3b42ce529f3dcf6d6 4da438ff8d354f679aacdc2a6197485b - - default default] Floating IP 6269dfad-49e2-4120-ab05-d7cfeff2da23 associated. External IP: 10.96.250.211, port: 112d2e3f-98de-41ce-a951-cf2af4a7e207. [pid: 7|app: 0|req: 898/1809] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:08:10 2026] GET /v2.0/security-groups?tenant_id=2e5f3af72aa74b18a843d68f132c7fb6&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1810] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:08:11 2026] GET /v2.0/security-groups?tenant_id=8e915d14404e4e1d82dd894d6a34cd49&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1811] 10.0.0.248 () {34 vars in 749 bytes} [Sun May 31 07:08:10 2026] PUT /v2.0/floatingips/6269dfad-49e2-4120-ab05-d7cfeff2da23 => generated 855 bytes in 550 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:08:11.312 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-90827e89-864d-4564-a591-93ff95c7d27a'] response: {'name': 'network-changed', 'server_uuid': '52678b4e-3f7d-404d-8b34-34e24101deaf', 'tag': '112d2e3f-98de-41ce-a951-cf2af4a7e207', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 900/1812] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:08:11 2026] DELETE /v2.0/security-groups/9ccb77b9-d9a2-4094-b6ff-3e23a9c4c919 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1813] 10.0.0.248 () {32 vars in 729 bytes} [Sun May 31 07:08:11 2026] GET /v2.0/floatingips/6269dfad-49e2-4120-ab05-d7cfeff2da23 => generated 855 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1814] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:08:11 2026] DELETE /v2.0/security-groups/6ffd8eb7-4d1b-462e-9865-2390fc66136d => 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: 902/1815] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:08:11 2026] GET /v2.0/ports?tenant_id=4da438ff8d354f679aacdc2a6197485b&device_id=52678b4e-3f7d-404d-8b34-34e24101deaf => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1816] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:08:11 2026] GET /v2.0/networks?id=1dbfc7a0-be96-480a-8461-d3a53e71c519 => generated 757 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1817] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:08:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=112d2e3f-98de-41ce-a951-cf2af4a7e207 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1818] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:08:11 2026] GET /v2.0/subnets?id=333f915b-47ca-4a11-ac6d-a5631ef13587 => generated 677 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1819] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:08:11 2026] GET /v2.0/ports?network_id=1dbfc7a0-be96-480a-8461-d3a53e71c519&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: 916/1820] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:08:12 2026] GET /v2.0/networks/1dbfc7a0-be96-480a-8461-d3a53e71c519?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1821] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:08:12 2026] GET /v2.0/networks/1dbfc7a0-be96-480a-8461-d3a53e71c519?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: 917/1822] 10.0.0.248 () {32 vars in 729 bytes} [Sun May 31 07:08:12 2026] GET /v2.0/floatingips/6269dfad-49e2-4120-ab05-d7cfeff2da23 => generated 855 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:08:13.251 7 INFO neutron.db.segments_db [None req-c1cef9a2-175c-4d78-9e5e-2d9ae5714bbf 7a080dca763e42e79cd8f6c8743b0db5 e42aa5becdae41489267f1b1cfe50aa3 - - default default] Added segment 2cd53fe6-446a-4d52-89e8-b53b099c7101 of type vxlan for network afcdaa3e-0080-41e4-a312-2f85d288da06 2026-05-31 07:08:13.309 8 INFO neutron.db.segments_db [None req-7d5acf1a-42e6-4fee-a4a3-ae4659f84960 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Added segment ea0334f4-d36e-4ade-a455-18a3d5b3d5a7 of type vxlan for network bf03dec0-907b-40ff-adab-4b81a027c522 [pid: 7|app: 0|req: 906/1823] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:08:12 2026] POST /v2.0/networks => generated 649 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1824] 10.0.0.248 () {34 vars in 671 bytes} [Sun May 31 07:08:13 2026] POST /v2.0/networks => generated 740 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1825] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:08:13 2026] POST /v2.0/subnets => generated 627 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1826] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:08:13 2026] POST /v2.0/subnets => generated 687 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1827] 10.0.0.248 () {32 vars in 729 bytes} [Sun May 31 07:08:13 2026] GET /v2.0/floatingips/6269dfad-49e2-4120-ab05-d7cfeff2da23 => generated 857 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:08:13.609 8 INFO neutron.db.segments_db [None req-a8486d67-f3ca-4402-a8c6-d8393f66f537 7a080dca763e42e79cd8f6c8743b0db5 e42aa5becdae41489267f1b1cfe50aa3 - - default default] Added segment 02c81095-1fe6-41ba-ad0c-029a518fbab3 of type vxlan for network 940dbf1d-f4d6-4b66-873f-2a5186f1c1c1 2026-05-31 07:08:13.612 7 INFO neutron.db.segments_db [None req-3567f322-e636-4b07-bc14-7113151d39d1 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Added segment e0b68c47-557e-459f-a71c-fbc8ed2843f6 of type vxlan for network d39924e1-83b7-456b-acc3-d6772fa48c83 2026-05-31 07:08:13.821 7 INFO neutron.db.l3_hamode_db [None req-3567f322-e636-4b07-bc14-7113151d39d1 9e7252bd5f474bda8c7816e58c2cac92 e5b3ab09c902443384be9a588dba4edc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 07:08:13.836 8 INFO neutron.db.l3_hamode_db [None req-a8486d67-f3ca-4402-a8c6-d8393f66f537 7a080dca763e42e79cd8f6c8743b0db5 e42aa5becdae41489267f1b1cfe50aa3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 07:08:14.498 7 INFO neutron.db.l3_hamode_db [None req-3567f322-e636-4b07-bc14-7113151d39d1 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 07:08:14.576 8 INFO neutron.db.l3_hamode_db [None req-a8486d67-f3ca-4402-a8c6-d8393f66f537 7a080dca763e42e79cd8f6c8743b0db5 e42aa5becdae41489267f1b1cfe50aa3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 909/1828] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:08:13 2026] POST /v2.0/routers => generated 727 bytes in 1767 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1829] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:08:13 2026] POST /v2.0/routers => generated 695 bytes in 2221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1830] 10.0.0.248 () {34 vars in 783 bytes} [Sun May 31 07:08:15 2026] PUT /v2.0/routers/bdf4b488-c103-429a-a6f6-ca6ebbf61a60/add_router_interface => generated 309 bytes in 1045 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1831] 10.0.0.248 () {34 vars in 783 bytes} [Sun May 31 07:08:15 2026] PUT /v2.0/routers/bcebf59d-07f9-4dda-aa48-fc15f2a94ef9/add_router_interface => generated 309 bytes in 1135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1832] 10.0.0.248 () {34 vars in 665 bytes} [Sun May 31 07:08:16 2026] POST /v2.0/ports => generated 958 bytes in 325 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-05-31 07:08:17.519 7 INFO neutron.db.segments_db [None req-fdf3dcfb-c2e3-4b00-b58c-f4e9414b0d2b 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Added segment 68d82ddb-9b1c-4375-af3b-a65e58a3f851 of type vxlan for network 3f28ff03-6c48-4fc8-8ef8-d34daeb89b1a [pid: 7|app: 0|req: 912/1833] 10.0.0.248 () {34 vars in 671 bytes} [Sun May 31 07:08:17 2026] POST /v2.0/networks => generated 740 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1834] 10.0.0.248 () {34 vars in 665 bytes} [Sun May 31 07:08:17 2026] POST /v2.0/ports => generated 955 bytes in 353 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: 913/1835] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:08:17 2026] POST /v2.0/subnets => generated 687 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:08:17.891 7 INFO neutron.db.segments_db [None req-9211c677-b9e8-44c6-8141-894699d07b55 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Added segment 4a890904-2f5d-4c99-afec-d581fdc13bda of type vxlan for network 3c8baad4-02b3-43a2-82a1-167ea9250cf2 2026-05-31 07:08:18.211 7 INFO neutron.db.l3_hamode_db [None req-9211c677-b9e8-44c6-8141-894699d07b55 9e7252bd5f474bda8c7816e58c2cac92 cc1e6a8813ba4dbe9f51b7839e106bc8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 07:08:18.415 8 INFO neutron.db.l3_db [None req-93363c62-f159-44a5-b2ef-f17fd2a57320 7a080dca763e42e79cd8f6c8743b0db5 e42aa5becdae41489267f1b1cfe50aa3 - - default default] Floating IP aac039e0-6910-4d01-8088-d2d8a18b3e2a associated. External IP: 10.96.250.201, port: 40469e1d-7789-4f37-870e-7c02824b4d0f. [pid: 8|app: 0|req: 923/1836] 10.0.0.248 () {34 vars in 677 bytes} [Sun May 31 07:08:17 2026] POST /v2.0/floatingips => generated 842 bytes in 1144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:08:18.829 7 INFO neutron.db.l3_hamode_db [None req-9211c677-b9e8-44c6-8141-894699d07b55 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 07:08:18.878 8 INFO neutron.db.l3_db [None req-647ab4f9-6c7e-4c5c-93dc-340e79aab2b7 7a080dca763e42e79cd8f6c8743b0db5 e42aa5becdae41489267f1b1cfe50aa3 - - default default] Floating IP aac039e0-6910-4d01-8088-d2d8a18b3e2a disassociated. External IP: 10.96.250.201, port: 40469e1d-7789-4f37-870e-7c02824b4d0f. [pid: 8|app: 0|req: 924/1837] 10.0.0.248 () {34 vars in 749 bytes} [Sun May 31 07:08:18 2026] PUT /v2.0/floatingips/aac039e0-6910-4d01-8088-d2d8a18b3e2a => generated 552 bytes in 390 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:08:19.253 8 INFO neutron_taas.services.taas.taas_plugin [None req-66c21ed5-e082-4092-9b6a-ed24efd85d6f 7a080dca763e42e79cd8f6c8743b0db5 e42aa5becdae41489267f1b1cfe50aa3 - - default default] TaaS: Handle Delete Port: 3c2d7067-c437-4a46-9672-417483b6d040 2026-05-31 07:08:19.257 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66c21ed5-e082-4092-9b6a-ed24efd85d6f 7a080dca763e42e79cd8f6c8743b0db5 e42aa5becdae41489267f1b1cfe50aa3 - - default default] Tap Mirror: Handle Delete Port: 3c2d7067-c437-4a46-9672-417483b6d040 [pid: 8|app: 0|req: 925/1838] 10.0.0.248 () {32 vars in 732 bytes} [Sun May 31 07:08:19 2026] DELETE /v2.0/floatingips/aac039e0-6910-4d01-8088-d2d8a18b3e2a => generated 0 bytes in 247 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1839] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:08:17 2026] POST /v2.0/routers => generated 727 bytes in 1830 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:08:20.136 8 INFO neutron.db.l3_db [None req-bba6c3ba-ec66-4dd1-8e07-bcc4b0e96309 7a080dca763e42e79cd8f6c8743b0db5 e42aa5becdae41489267f1b1cfe50aa3 - - default default] Floating IP 8d856a52-1c15-4ab8-8ac1-0ba497b817cd associated. External IP: 10.96.250.210, port: bc957289-6348-4f06-90c1-7626ad31e50e. [pid: 8|app: 0|req: 926/1840] 10.0.0.248 () {34 vars in 677 bytes} [Sun May 31 07:08:19 2026] POST /v2.0/floatingips => generated 842 bytes in 1017 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1841] 10.0.0.248 () {32 vars in 729 bytes} [Sun May 31 07:08:20 2026] GET /v2.0/floatingips/8d856a52-1c15-4ab8-8ac1-0ba497b817cd => generated 842 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1842] 10.0.0.248 () {32 vars in 655 bytes} [Sun May 31 07:08:20 2026] GET /v2.0/floatingips => generated 845 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1843] 10.0.0.248 () {34 vars in 783 bytes} [Sun May 31 07:08:19 2026] PUT /v2.0/routers/42f47ffb-afde-4f6b-a7bc-d6a39c24b9cb/add_router_interface => generated 309 bytes in 1150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:08:20.939 8 INFO neutron.db.l3_db [None req-0b7d8519-4aee-4f04-a8f9-74bf2dcffaa2 7a080dca763e42e79cd8f6c8743b0db5 e42aa5becdae41489267f1b1cfe50aa3 - - default default] Floating IP 8d856a52-1c15-4ab8-8ac1-0ba497b817cd associated. External IP: 10.96.250.210, port: bc957289-6348-4f06-90c1-7626ad31e50e. [pid: 8|app: 0|req: 929/1844] 10.0.0.248 () {34 vars in 749 bytes} [Sun May 31 07:08:20 2026] PUT /v2.0/floatingips/8d856a52-1c15-4ab8-8ac1-0ba497b817cd => generated 842 bytes in 906 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:08:21.613 7 INFO neutron.db.l3_db [None req-7e9a29f5-e68e-4c2a-8f55-c7af76136119 7a080dca763e42e79cd8f6c8743b0db5 e42aa5becdae41489267f1b1cfe50aa3 - - default default] Floating IP 8d856a52-1c15-4ab8-8ac1-0ba497b817cd disassociated. External IP: 10.96.250.210, port: 40469e1d-7789-4f37-870e-7c02824b4d0f. [pid: 8|app: 0|req: 930/1845] 10.0.0.248 () {34 vars in 685 bytes} [Sun May 31 07:08:21 2026] POST /v2.0/security-groups => generated 1675 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1846] 10.0.0.203 () {34 vars in 990 bytes} [Sun May 31 07:08:21 2026] GET /v2.0/ports?device_id=52678b4e-3f7d-404d-8b34-34e24101deaf => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1849] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:08:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1850] 10.0.0.203 () {34 vars in 1040 bytes} [Sun May 31 07:08:21 2026] GET /v2.0/security-groups?id=3adf9f8f-64a9-4521-8f71-ee08b52f5dec&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: 936/1851] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:08:21 2026] POST /v2.0/security-group-rules => generated 596 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1852] 10.0.0.248 () {34 vars in 749 bytes} [Sun May 31 07:08:21 2026] PUT /v2.0/floatingips/8d856a52-1c15-4ab8-8ac1-0ba497b817cd => generated 552 bytes in 506 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1853] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:08:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:08:22.141 7 INFO neutron_taas.services.taas.taas_plugin [None req-9707d5f1-36ec-44fe-93d3-277ba0075ee6 7a080dca763e42e79cd8f6c8743b0db5 e42aa5becdae41489267f1b1cfe50aa3 - - default default] TaaS: Handle Delete Port: b4e1fe8a-4456-446e-aa0b-fcab296d25e5 2026-05-31 07:08:22.144 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9707d5f1-36ec-44fe-93d3-277ba0075ee6 7a080dca763e42e79cd8f6c8743b0db5 e42aa5becdae41489267f1b1cfe50aa3 - - default default] Tap Mirror: Handle Delete Port: b4e1fe8a-4456-446e-aa0b-fcab296d25e5 [pid: 8|app: 0|req: 938/1854] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:08:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:08:22.338 8 INFO neutron.db.securitygroups_db [None req-8c9207c6-a6b7-4c20-9ac3-4b0a5ef4e11d 33f2673676cc4dc48a50e31dbf3742bf e5b3ab09c902443384be9a588dba4edc - - default default] Project e5b3ab09c902443384be9a588dba4edc 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: 917/1855] 10.0.0.248 () {32 vars in 732 bytes} [Sun May 31 07:08:22 2026] DELETE /v2.0/floatingips/8d856a52-1c15-4ab8-8ac1-0ba497b817cd => generated 0 bytes in 372 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:08:22.393 7 INFO neutron.api.v2.resource [None req-8b3f6c72-747b-4184-8a4e-04ef3626aa31 7a080dca763e42e79cd8f6c8743b0db5 e42aa5becdae41489267f1b1cfe50aa3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 918/1856] 10.0.0.248 () {32 vars in 732 bytes} [Sun May 31 07:08:22 2026] DELETE /v2.0/floatingips/8d856a52-1c15-4ab8-8ac1-0ba497b817cd => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1857] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:08:22 2026] POST /v2.0/security-group-rules => generated 607 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:08:22.463 8 INFO neutron.db.securitygroups_db [None req-0d6e1cd5-d4bf-4fd9-9434-b38cbb6799fa 33f2673676cc4dc48a50e31dbf3742bf e5b3ab09c902443384be9a588dba4edc - - default default] Project e5b3ab09c902443384be9a588dba4edc 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: 940/1858] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:08:22 2026] POST /v2.0/security-group-rules => generated 606 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:08:22.560 7 INFO neutron_taas.services.taas.taas_plugin [None req-0ea1104c-2560-434d-aff7-80e2a6172a06 7a080dca763e42e79cd8f6c8743b0db5 e42aa5becdae41489267f1b1cfe50aa3 - - default default] TaaS: Handle Delete Port: 40469e1d-7789-4f37-870e-7c02824b4d0f 2026-05-31 07:08:22.563 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ea1104c-2560-434d-aff7-80e2a6172a06 7a080dca763e42e79cd8f6c8743b0db5 e42aa5becdae41489267f1b1cfe50aa3 - - default default] Tap Mirror: Handle Delete Port: 40469e1d-7789-4f37-870e-7c02824b4d0f [pid: 7|app: 0|req: 919/1859] 10.0.0.248 () {32 vars in 720 bytes} [Sun May 31 07:08:22 2026] DELETE /v2.0/ports/40469e1d-7789-4f37-870e-7c02824b4d0f => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:08:22.859 8 INFO neutron_taas.services.taas.taas_plugin [None req-00154c00-e5d2-4a03-a06a-088996d91a6c 7a080dca763e42e79cd8f6c8743b0db5 e42aa5becdae41489267f1b1cfe50aa3 - - default default] TaaS: Handle Delete Port: bc957289-6348-4f06-90c1-7626ad31e50e 2026-05-31 07:08:22.862 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00154c00-e5d2-4a03-a06a-088996d91a6c 7a080dca763e42e79cd8f6c8743b0db5 e42aa5becdae41489267f1b1cfe50aa3 - - default default] Tap Mirror: Handle Delete Port: bc957289-6348-4f06-90c1-7626ad31e50e [pid: 8|app: 0|req: 941/1860] 10.0.0.248 () {32 vars in 720 bytes} [Sun May 31 07:08:22 2026] DELETE /v2.0/ports/bc957289-6348-4f06-90c1-7626ad31e50e => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1861] 10.0.0.248 () {32 vars in 736 bytes} [Sun May 31 07:08:23 2026] GET /v2.0/ports?device_id=bcebf59d-07f9-4dda-aa48-fc15f2a94ef9 => generated 958 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1862] 10.0.0.248 () {34 vars in 685 bytes} [Sun May 31 07:08:22 2026] POST /v2.0/security-groups => generated 1661 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1863] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:08:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1864] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:08:23 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) 2026-05-31 07:08:23.448 8 INFO neutron_taas.services.taas.taas_plugin [None req-bbe66f84-bebd-426b-96e7-ff562e6e6e59 7a080dca763e42e79cd8f6c8743b0db5 e42aa5becdae41489267f1b1cfe50aa3 - - default default] TaaS: Handle Delete Port: 8438fd94-44b3-488e-842c-157b63f1ac03 2026-05-31 07:08:23.451 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbe66f84-bebd-426b-96e7-ff562e6e6e59 7a080dca763e42e79cd8f6c8743b0db5 e42aa5becdae41489267f1b1cfe50aa3 - - default default] Tap Mirror: Handle Delete Port: 8438fd94-44b3-488e-842c-157b63f1ac03 [pid: 7|app: 0|req: 923/1865] 10.0.0.248 () {34 vars in 676 bytes} [Sun May 31 07:08:23 2026] POST /v2.0/floatingips => generated 552 bytes in 529 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1866] 10.0.0.248 () {34 vars in 789 bytes} [Sun May 31 07:08:23 2026] PUT /v2.0/routers/bcebf59d-07f9-4dda-aa48-fc15f2a94ef9/remove_router_interface => generated 309 bytes in 934 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1867] 10.0.0.237 () {34 vars in 1100 bytes} [Sun May 31 07:08:23 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1046971757&fields=id&tenant_id=e5b3ab09c902443384be9a588dba4edc => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1868] 10.0.0.237 () {34 vars in 1100 bytes} [Sun May 31 07:08:24 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1414433812&fields=id&tenant_id=e5b3ab09c902443384be9a588dba4edc => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1869] 10.0.0.237 () {34 vars in 982 bytes} [Sun May 31 07:08:24 2026] GET /v2.0/networks?id=bf03dec0-907b-40ff-adab-4b81a027c522 => generated 672 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1870] 10.0.0.237 () {34 vars in 965 bytes} [Sun May 31 07:08:24 2026] GET /v2.0/quotas/e5b3ab09c902443384be9a588dba4edc => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1871] 10.0.0.237 () {34 vars in 1002 bytes} [Sun May 31 07:08:24 2026] GET /v2.0/ports?tenant_id=e5b3ab09c902443384be9a588dba4edc&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:08:24.195 8 INFO neutron_taas.services.taas.taas_plugin [None req-9da0c413-10da-439a-8f21-d88e70be98d5 7a080dca763e42e79cd8f6c8743b0db5 e42aa5becdae41489267f1b1cfe50aa3 - - default default] TaaS: Handle Delete Port: 08ecf079-f74a-4e20-9a23-fc8985246ee7 2026-05-31 07:08:24.198 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9da0c413-10da-439a-8f21-d88e70be98d5 7a080dca763e42e79cd8f6c8743b0db5 e42aa5becdae41489267f1b1cfe50aa3 - - default default] Tap Mirror: Handle Delete Port: 08ecf079-f74a-4e20-9a23-fc8985246ee7 [pid: 7|app: 0|req: 929/1872] 10.0.0.237 () {34 vars in 1008 bytes} [Sun May 31 07:08:24 2026] GET /v2.0/networks/bf03dec0-907b-40ff-adab-4b81a027c522?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: 930/1873] 10.0.0.237 () {34 vars in 1108 bytes} [Sun May 31 07:08:24 2026] GET /v2.0/networks/bf03dec0-907b-40ff-adab-4b81a027c522?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) 2026-05-31 07:08:24.444 8 INFO neutron_taas.services.taas.taas_plugin [None req-9da0c413-10da-439a-8f21-d88e70be98d5 7a080dca763e42e79cd8f6c8743b0db5 e42aa5becdae41489267f1b1cfe50aa3 - - default default] TaaS: Handle Delete Port: 13da0910-1aa6-44cf-aa1c-04abc1dcb4a5 [pid: 7|app: 0|req: 931/1874] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:24 2026] GET /v2.0/ports?device_id=f80e6561-aee3-486e-9ec1-2ac6b7b0db66 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:08:24.447 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9da0c413-10da-439a-8f21-d88e70be98d5 7a080dca763e42e79cd8f6c8743b0db5 e42aa5becdae41489267f1b1cfe50aa3 - - default default] Tap Mirror: Handle Delete Port: 13da0910-1aa6-44cf-aa1c-04abc1dcb4a5 2026-05-31 07:08:24.734 8 INFO neutron.services.segments.plugin [-] Segment 02c81095-1fe6-41ba-ad0c-029a518fbab3 resource provider aggregate not found 2026-05-31 07:08:24.740 8 INFO neutron.services.segments.plugin [-] Segment 02c81095-1fe6-41ba-ad0c-029a518fbab3 resource provider aggregate not found 2026-05-31 07:08:24.753 8 INFO neutron.services.segments.plugin [-] Segment 02c81095-1fe6-41ba-ad0c-029a518fbab3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02c81095-1fe6-41ba-ad0c-029a518fbab3 found for delete ", "request_id": "req-8573c7fa-6df6-46e1-9126-94a3b38caecd"}]} 2026-05-31 07:08:24.755 8 INFO neutron.db.l3_hamode_db [None req-9da0c413-10da-439a-8f21-d88e70be98d5 7a080dca763e42e79cd8f6c8743b0db5 e42aa5becdae41489267f1b1cfe50aa3 - - default default] HA network 940dbf1d-f4d6-4b66-873f-2a5186f1c1c1 was deleted as no HA routers are present in tenant e42aa5becdae41489267f1b1cfe50aa3. 2026-05-31 07:08:24.760 8 INFO neutron.services.segments.plugin [-] Segment 02c81095-1fe6-41ba-ad0c-029a518fbab3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02c81095-1fe6-41ba-ad0c-029a518fbab3 found for delete ", "request_id": "req-061957e6-fe79-41d6-ab06-8f40b669524f"}]} [pid: 8|app: 0|req: 944/1875] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:08:24 2026] DELETE /v2.0/routers/bcebf59d-07f9-4dda-aa48-fc15f2a94ef9 => generated 0 bytes in 757 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1876] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:08:24 2026] DELETE /v2.0/subnets/5c735eb0-cc23-4cec-973f-51baf3a44f2f => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1877] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:08:24 2026] DELETE /v2.0/networks/afcdaa3e-0080-41e4-a312-2f85d288da06 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1878] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:25 2026] GET /v2.0/ports?device_id=f80e6561-aee3-486e-9ec1-2ac6b7b0db66 => 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: 946/1879] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:08:25 2026] GET /v2.0/security-groups?tenant_id=e42aa5becdae41489267f1b1cfe50aa3&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1880] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:08:25 2026] DELETE /v2.0/security-groups/ee7b12c9-5008-4b97-906a-272ccb23af78 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1881] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:26 2026] GET /v2.0/ports?device_id=f80e6561-aee3-486e-9ec1-2ac6b7b0db66 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:08:26.769 8 INFO neutron.services.segments.plugin [-] Segment 2cd53fe6-446a-4d52-89e8-b53b099c7101 resource provider aggregate not found 2026-05-31 07:08:26.778 8 INFO neutron.services.segments.plugin [-] Segment 2cd53fe6-446a-4d52-89e8-b53b099c7101 resource provider aggregate not found 2026-05-31 07:08:26.785 8 INFO neutron.services.segments.plugin [-] Segment 2cd53fe6-446a-4d52-89e8-b53b099c7101 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2cd53fe6-446a-4d52-89e8-b53b099c7101 found for delete ", "request_id": "req-67fcf68c-1293-48ad-be08-c3845eed13c0"}]} 2026-05-31 07:08:26.793 8 INFO neutron.services.segments.plugin [-] Segment 2cd53fe6-446a-4d52-89e8-b53b099c7101 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2cd53fe6-446a-4d52-89e8-b53b099c7101 found for delete ", "request_id": "req-36edf432-f45d-479d-9896-e9c9dbb9b3f1"}]} [pid: 8|app: 0|req: 948/1882] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:27 2026] GET /v2.0/ports?device_id=f80e6561-aee3-486e-9ec1-2ac6b7b0db66 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:08:27.780 7 INFO neutron.db.segments_db [None req-d0896e9d-00e4-487a-9df5-8e1b39d92f10 a87e3cdfb639421e84e2c1e9315fbd52 2d4d1a4d16ee4f5980293bef847fb4e3 - - default default] Added segment 053979a2-cabe-4afc-9d9e-1be8a06227c0 of type vxlan for network d4e314b9-0340-4de0-aeb6-bdb98b81d778 2026-05-31 07:08:27.839 7 INFO neutron.db.segments_db [None req-d0896e9d-00e4-487a-9df5-8e1b39d92f10 a87e3cdfb639421e84e2c1e9315fbd52 2d4d1a4d16ee4f5980293bef847fb4e3 - - default default] Added segment 3569a45d-a20b-49ca-9d5e-6605c9a49beb of type vxlan for network f4a5d134-a35e-4188-b9ed-55f7b01699c7 [pid: 7|app: 0|req: 935/1883] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:08:27 2026] POST /v2.0/networks => generated 1245 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1884] 10.0.0.248 () {32 vars in 649 bytes} [Sun May 31 07:08:27 2026] GET /v2.0/networks => generated 1844 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:08:28.122 7 INFO neutron.services.segments.plugin [-] Segment 053979a2-cabe-4afc-9d9e-1be8a06227c0 resource provider aggregate not found 2026-05-31 07:08:28.126 7 INFO neutron.services.segments.plugin [-] Segment 053979a2-cabe-4afc-9d9e-1be8a06227c0 resource provider aggregate not found 2026-05-31 07:08:28.142 7 INFO neutron.services.segments.plugin [-] Segment 053979a2-cabe-4afc-9d9e-1be8a06227c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 053979a2-cabe-4afc-9d9e-1be8a06227c0 found for delete ", "request_id": "req-249328c2-040f-4a9f-afde-b694a5260a2c"}]} 2026-05-31 07:08:28.143 7 INFO neutron.services.segments.plugin [-] Segment 053979a2-cabe-4afc-9d9e-1be8a06227c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 053979a2-cabe-4afc-9d9e-1be8a06227c0 found for delete ", "request_id": "req-248c785a-110e-4a93-9804-ba7365d48703"}]} [pid: 7|app: 0|req: 936/1885] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:08:28 2026] DELETE /v2.0/networks/d4e314b9-0340-4de0-aeb6-bdb98b81d778 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1886] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:08:28 2026] DELETE /v2.0/networks/f4a5d134-a35e-4188-b9ed-55f7b01699c7 => 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: 937/1887] 10.0.0.248 () {32 vars in 649 bytes} [Sun May 31 07:08:28 2026] GET /v2.0/networks => generated 651 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:08:28.387 8 INFO neutron.db.segments_db [None req-66400828-8807-456b-8f76-a42ff944559a a87e3cdfb639421e84e2c1e9315fbd52 2d4d1a4d16ee4f5980293bef847fb4e3 - - default default] Added segment e0adcb3c-1da5-4b2d-a9da-f939873ecfaf of type vxlan for network d2ef02e6-c484-4733-a7ff-e858a68202da [pid: 8|app: 0|req: 951/1888] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:08:28 2026] POST /v2.0/networks => generated 654 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:08:28.535 7 INFO neutron.db.segments_db [None req-068d04c2-80b9-41b0-864e-220351037bb0 a87e3cdfb639421e84e2c1e9315fbd52 2d4d1a4d16ee4f5980293bef847fb4e3 - - default default] Added segment 0f202199-46cd-4110-af94-c836152e483f of type vxlan for network 41e37ca3-92ed-46a5-a75e-1a2c7ef0ad62 [pid: 7|app: 0|req: 938/1889] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:08:28 2026] POST /v2.0/networks => generated 654 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1890] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:08:28 2026] GET /v2.0/networks?id=bf03dec0-907b-40ff-adab-4b81a027c522 => generated 672 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:08:28.814 8 INFO neutron.services.segments.plugin [-] Segment 3569a45d-a20b-49ca-9d5e-6605c9a49beb resource provider aggregate not found [pid: 7|app: 0|req: 940/1891] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:28 2026] GET /v2.0/ports?device_id=f80e6561-aee3-486e-9ec1-2ac6b7b0db66 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:08:28.819 8 INFO neutron.services.segments.plugin [-] Segment 3569a45d-a20b-49ca-9d5e-6605c9a49beb resource provider aggregate not found 2026-05-31 07:08:28.840 8 INFO neutron.services.segments.plugin [-] Segment 3569a45d-a20b-49ca-9d5e-6605c9a49beb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3569a45d-a20b-49ca-9d5e-6605c9a49beb found for delete ", "request_id": "req-022a94e9-3017-4dfa-ac82-526e579cf1f1"}]} 2026-05-31 07:08:28.844 8 INFO neutron.services.segments.plugin [-] Segment 3569a45d-a20b-49ca-9d5e-6605c9a49beb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3569a45d-a20b-49ca-9d5e-6605c9a49beb found for delete ", "request_id": "req-3efa32dc-1880-4c43-9b79-41684fef7bab"}]} [pid: 7|app: 0|req: 941/1892] 199.204.45.138 () {34 vars in 1050 bytes} [Sun May 31 07:08:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e5b3ab09c902443384be9a588dba4edc => generated 274 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1893] 199.204.45.138 () {38 vars in 955 bytes} [Sun May 31 07:08:28 2026] POST /v2.0/ports => generated 997 bytes in 334 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: 952/1894] 10.0.0.248 () {34 vars in 665 bytes} [Sun May 31 07:08:28 2026] POST /v2.0/ports => generated 1506 bytes in 616 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: 953/1895] 10.0.0.248 () {32 vars in 643 bytes} [Sun May 31 07:08:29 2026] GET /v2.0/ports => generated 1506 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:08:29.377 8 INFO neutron_taas.services.taas.taas_plugin [None req-1b03730f-deb5-4392-a6b6-0326568f5f4a a87e3cdfb639421e84e2c1e9315fbd52 2d4d1a4d16ee4f5980293bef847fb4e3 - - default default] TaaS: Handle Delete Port: 0aab8360-df35-46d1-aa8c-6f4e7a4d69ee 2026-05-31 07:08:29.379 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b03730f-deb5-4392-a6b6-0326568f5f4a a87e3cdfb639421e84e2c1e9315fbd52 2d4d1a4d16ee4f5980293bef847fb4e3 - - default default] Tap Mirror: Handle Delete Port: 0aab8360-df35-46d1-aa8c-6f4e7a4d69ee [pid: 8|app: 0|req: 954/1896] 10.0.0.248 () {32 vars in 720 bytes} [Sun May 31 07:08:29 2026] DELETE /v2.0/ports/0aab8360-df35-46d1-aa8c-6f4e7a4d69ee => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:08:29.549 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a102a90-40f3-4ea7-8709-ceddeb82a081 a87e3cdfb639421e84e2c1e9315fbd52 2d4d1a4d16ee4f5980293bef847fb4e3 - - default default] TaaS: Handle Delete Port: de308bda-998e-439a-a791-6fbb6b143a24 2026-05-31 07:08:29.553 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a102a90-40f3-4ea7-8709-ceddeb82a081 a87e3cdfb639421e84e2c1e9315fbd52 2d4d1a4d16ee4f5980293bef847fb4e3 - - default default] Tap Mirror: Handle Delete Port: de308bda-998e-439a-a791-6fbb6b143a24 [pid: 7|app: 0|req: 943/1897] 199.204.45.138 () {38 vars in 1028 bytes} [Sun May 31 07:08:29 2026] PUT /v2.0/ports/501d7dac-2375-464f-a3d7-673afbee3dd6 => generated 1278 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:08:29.648 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-faf43b91-bb93-441c-a0c9-ba912816172a'] response: {'name': 'network-changed', 'server_uuid': 'f80e6561-aee3-486e-9ec1-2ac6b7b0db66', 'tag': '501d7dac-2375-464f-a3d7-673afbee3dd6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 955/1898] 10.0.0.248 () {32 vars in 720 bytes} [Sun May 31 07:08:29 2026] DELETE /v2.0/ports/de308bda-998e-439a-a791-6fbb6b143a24 => generated 0 bytes in 188 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: 944/1899] 10.0.0.248 () {32 vars in 643 bytes} [Sun May 31 07:08:29 2026] GET /v2.0/ports => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:08:29.756 8 INFO neutron.db.segments_db [None req-ac9f2990-dfbd-4e33-a6b9-ac5abd100c34 a87e3cdfb639421e84e2c1e9315fbd52 2d4d1a4d16ee4f5980293bef847fb4e3 - - default default] Added segment 65788eae-6318-4f02-a021-145f6578e3b1 of type vxlan for network acff01db-174e-404d-96ae-46ff506f702b [pid: 8|app: 0|req: 956/1900] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:08:29 2026] POST /v2.0/networks => generated 654 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:08:29.899 7 INFO neutron.db.segments_db [None req-9702d5f5-9cc4-45d5-b12c-bb206b0074e6 a87e3cdfb639421e84e2c1e9315fbd52 2d4d1a4d16ee4f5980293bef847fb4e3 - - default default] Added segment b97d191c-ce04-4cab-aabc-1f97c698d0e6 of type vxlan for network 980a1dfc-6475-4d01-bf53-0e8e8c533f0f [pid: 8|app: 0|req: 957/1901] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:29 2026] GET /v2.0/ports?device_id=f80e6561-aee3-486e-9ec1-2ac6b7b0db66 => generated 1012 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1902] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:08:29 2026] POST /v2.0/networks => generated 654 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1903] 10.0.0.237 () {34 vars in 1120 bytes} [Sun May 31 07:08:29 2026] GET /v2.0/security-groups?id=50c48c3a-495b-4096-81e5-4f84f80b8c48&id=48fa3fe7-f89d-49a0-ac41-e509b00605e7&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1904] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:08:30 2026] GET /v2.0/ports?tenant_id=e5b3ab09c902443384be9a588dba4edc&device_id=f80e6561-aee3-486e-9ec1-2ac6b7b0db66 => generated 1281 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1905] 199.204.45.138 () {34 vars in 1018 bytes} [Sun May 31 07:08:30 2026] GET /v2.0/networks?tenant_id=e5b3ab09c902443384be9a588dba4edc&shared=False => generated 768 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1906] 199.204.45.138 () {34 vars in 930 bytes} [Sun May 31 07:08:30 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: 8|app: 0|req: 960/1907] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:08:30 2026] POST /v2.0/subnets => generated 1323 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1908] 10.0.0.248 () {32 vars in 647 bytes} [Sun May 31 07:08:30 2026] GET /v2.0/subnets => generated 1959 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1909] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:08:30 2026] DELETE /v2.0/subnets/d70c2207-1bd7-4790-81b0-03525e1c472e => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1910] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:31 2026] GET /v2.0/ports?device_id=f80e6561-aee3-486e-9ec1-2ac6b7b0db66 => generated 1012 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1911] 10.0.0.237 () {34 vars in 1120 bytes} [Sun May 31 07:08:31 2026] GET /v2.0/security-groups?id=50c48c3a-495b-4096-81e5-4f84f80b8c48&id=48fa3fe7-f89d-49a0-ac41-e509b00605e7&fields=id&fields=name => generated 207 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1912] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:08:31 2026] DELETE /v2.0/subnets/ffb2137e-996a-459d-bc36-50c52c7bb93b => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1913] 10.0.0.248 () {32 vars in 647 bytes} [Sun May 31 07:08:31 2026] GET /v2.0/subnets => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1914] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:08:31 2026] GET /v2.0/ports?tenant_id=e5b3ab09c902443384be9a588dba4edc&device_id=f80e6561-aee3-486e-9ec1-2ac6b7b0db66 => generated 1281 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:08:31.384 8 INFO neutron.services.segments.plugin [-] Segment b97d191c-ce04-4cab-aabc-1f97c698d0e6 resource provider aggregate not found [pid: 7|app: 0|req: 953/1915] 199.204.45.138 () {34 vars in 1060 bytes} [Sun May 31 07:08:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=501d7dac-2375-464f-a3d7-673afbee3dd6 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:08:31.393 8 INFO neutron.services.segments.plugin [-] Segment b97d191c-ce04-4cab-aabc-1f97c698d0e6 resource provider aggregate not found 2026-05-31 07:08:31.399 8 INFO neutron.services.segments.plugin [-] Segment b97d191c-ce04-4cab-aabc-1f97c698d0e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b97d191c-ce04-4cab-aabc-1f97c698d0e6 found for delete ", "request_id": "req-5ac9cc4c-425e-4e8f-a8eb-c0d27e21e2eb"}]} 2026-05-31 07:08:31.415 8 INFO neutron.services.segments.plugin [-] Segment b97d191c-ce04-4cab-aabc-1f97c698d0e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b97d191c-ce04-4cab-aabc-1f97c698d0e6 found for delete ", "request_id": "req-4459b29e-cad1-4c09-b948-288abbaaa9db"}]} [pid: 7|app: 0|req: 954/1916] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:08:31 2026] GET /v2.0/subnets?id=9111330b-8438-4b45-a194-9269f76356b9 => generated 690 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1917] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:08:31 2026] DELETE /v2.0/networks/980a1dfc-6475-4d01-bf53-0e8e8c533f0f => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1918] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:08:31 2026] GET /v2.0/ports?network_id=bf03dec0-907b-40ff-adab-4b81a027c522&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1919] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:08:31 2026] GET /v2.0/networks/bf03dec0-907b-40ff-adab-4b81a027c522?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: 964/1920] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:08:31 2026] DELETE /v2.0/networks/acff01db-174e-404d-96ae-46ff506f702b => 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: 957/1921] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:08:31 2026] GET /v2.0/networks/bf03dec0-907b-40ff-adab-4b81a027c522?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1922] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:08:31 2026] DELETE /v2.0/networks/41e37ca3-92ed-46a5-a75e-1a2c7ef0ad62 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:08:31.808 7 INFO neutron.services.segments.plugin [-] Segment e0adcb3c-1da5-4b2d-a9da-f939873ecfaf resource provider aggregate not found 2026-05-31 07:08:31.812 7 INFO neutron.services.segments.plugin [-] Segment e0adcb3c-1da5-4b2d-a9da-f939873ecfaf resource provider aggregate not found 2026-05-31 07:08:31.832 7 INFO neutron.services.segments.plugin [-] Segment e0adcb3c-1da5-4b2d-a9da-f939873ecfaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0adcb3c-1da5-4b2d-a9da-f939873ecfaf found for delete ", "request_id": "req-c66c075b-23e3-4b9d-99e8-5ecc9547e2ca"}]} 2026-05-31 07:08:31.841 7 INFO neutron.services.segments.plugin [-] Segment e0adcb3c-1da5-4b2d-a9da-f939873ecfaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0adcb3c-1da5-4b2d-a9da-f939873ecfaf found for delete ", "request_id": "req-2d119d4c-d25d-4b3d-a042-d2f54ec10e9a"}]} [pid: 7|app: 0|req: 958/1923] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:08:31 2026] DELETE /v2.0/networks/d2ef02e6-c484-4733-a7ff-e858a68202da => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1924] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:31 2026] GET /v2.0/ports?device_id=52678b4e-3f7d-404d-8b34-34e24101deaf => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1925] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:08:31 2026] GET /v2.0/security-groups?id=3adf9f8f-64a9-4521-8f71-ee08b52f5dec&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1926] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:32 2026] GET /v2.0/ports?device_id=f80e6561-aee3-486e-9ec1-2ac6b7b0db66 => generated 1012 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1927] 10.0.0.237 () {34 vars in 1120 bytes} [Sun May 31 07:08:32 2026] GET /v2.0/security-groups?id=50c48c3a-495b-4096-81e5-4f84f80b8c48&id=48fa3fe7-f89d-49a0-ac41-e509b00605e7&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1928] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:08:32 2026] GET /v2.0/security-groups?tenant_id=2d4d1a4d16ee4f5980293bef847fb4e3&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1929] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:08:32 2026] DELETE /v2.0/security-groups/ac424bcc-ffbf-44b3-adad-f36221570cd4 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1930] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:33 2026] GET /v2.0/ports?device_id=52678b4e-3f7d-404d-8b34-34e24101deaf => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1931] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:08:33 2026] GET /v2.0/security-groups?id=3adf9f8f-64a9-4521-8f71-ee08b52f5dec&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-05-31 07:08:33.422 8 INFO neutron.services.segments.plugin [-] Segment 65788eae-6318-4f02-a021-145f6578e3b1 resource provider aggregate not found [pid: 8|app: 0|req: 970/1932] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:33 2026] GET /v2.0/ports?device_id=f80e6561-aee3-486e-9ec1-2ac6b7b0db66 => generated 1012 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:08:33.440 8 INFO neutron.services.segments.plugin [-] Segment 65788eae-6318-4f02-a021-145f6578e3b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65788eae-6318-4f02-a021-145f6578e3b1 found for delete ", "request_id": "req-7d134dbc-9474-434f-be27-dd2acd471527"}]} 2026-05-31 07:08:33.444 8 INFO neutron.services.segments.plugin [-] Segment 65788eae-6318-4f02-a021-145f6578e3b1 resource provider aggregate not found 2026-05-31 07:08:33.459 8 INFO neutron.services.segments.plugin [-] Segment 0f202199-46cd-4110-af94-c836152e483f resource provider aggregate not found 2026-05-31 07:08:33.464 8 INFO neutron.services.segments.plugin [-] Segment 65788eae-6318-4f02-a021-145f6578e3b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65788eae-6318-4f02-a021-145f6578e3b1 found for delete ", "request_id": "req-b5ea4ea8-c4d2-4b06-bc23-22a160217883"}]} 2026-05-31 07:08:33.475 8 INFO neutron.services.segments.plugin [-] Segment 0f202199-46cd-4110-af94-c836152e483f resource provider aggregate not found 2026-05-31 07:08:33.482 8 INFO neutron.services.segments.plugin [-] Segment 0f202199-46cd-4110-af94-c836152e483f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f202199-46cd-4110-af94-c836152e483f found for delete ", "request_id": "req-6f0172ab-dce1-487c-a860-5d34496a3c14"}]} [pid: 7|app: 0|req: 963/1933] 10.0.0.237 () {34 vars in 1120 bytes} [Sun May 31 07:08:33 2026] GET /v2.0/security-groups?id=50c48c3a-495b-4096-81e5-4f84f80b8c48&id=48fa3fe7-f89d-49a0-ac41-e509b00605e7&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:08:33.486 8 INFO neutron.services.segments.plugin [-] Segment 0f202199-46cd-4110-af94-c836152e483f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f202199-46cd-4110-af94-c836152e483f found for delete ", "request_id": "req-e0c719c3-27f2-419d-bfce-ca66a97f85cf"}]} [pid: 8|app: 0|req: 971/1934] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:34 2026] GET /v2.0/ports?device_id=52678b4e-3f7d-404d-8b34-34e24101deaf => 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: 964/1935] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:08:34 2026] GET /v2.0/security-groups?id=3adf9f8f-64a9-4521-8f71-ee08b52f5dec&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: 972/1936] 199.204.45.138 () {34 vars in 994 bytes} [Sun May 31 07:08:34 2026] GET /v2.0/ports?device_id=52678b4e-3f7d-404d-8b34-34e24101deaf => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:08:34.379 7 INFO neutron_taas.services.taas.taas_plugin [req-c718aeb2-9d3a-4bbe-b5ca-b0193067661c req-ab31848e-2cfb-4354-bb9a-08915499f5b9 c481c11987ed48f3b42ce529f3dcf6d6 4da438ff8d354f679aacdc2a6197485b - - default default] TaaS: Handle Delete Port: 112d2e3f-98de-41ce-a951-cf2af4a7e207 2026-05-31 07:08:34.383 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c718aeb2-9d3a-4bbe-b5ca-b0193067661c req-ab31848e-2cfb-4354-bb9a-08915499f5b9 c481c11987ed48f3b42ce529f3dcf6d6 4da438ff8d354f679aacdc2a6197485b - - default default] Tap Mirror: Handle Delete Port: 112d2e3f-98de-41ce-a951-cf2af4a7e207 2026-05-31 07:08:34.513 7 INFO neutron.db.l3_db [req-c718aeb2-9d3a-4bbe-b5ca-b0193067661c req-ab31848e-2cfb-4354-bb9a-08915499f5b9 c481c11987ed48f3b42ce529f3dcf6d6 4da438ff8d354f679aacdc2a6197485b - - default default] Floating IP 6269dfad-49e2-4120-ab05-d7cfeff2da23 disassociated. External IP: 10.96.250.211, port: 112d2e3f-98de-41ce-a951-cf2af4a7e207. 2026-05-31 07:08:34.573 8 INFO neutron.db.segments_db [None req-78d47504-258a-4cd0-8258-38a4652728e0 ac1ecfe2023e43f882ffb2ce98c0554a 6a18b28ba6834ea59b5fe15b76f6d2d5 - - default default] Added segment 95dd09b6-4034-4f41-9f50-b57f4ddc1688 of type vxlan for network fb6bf2bc-7206-40d6-8381-b01d475b064e [pid: 8|app: 0|req: 973/1937] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:08:34 2026] POST /v2.0/networks => generated 648 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1938] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:34 2026] GET /v2.0/ports?device_id=f80e6561-aee3-486e-9ec1-2ac6b7b0db66 => generated 1012 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1939] 199.204.45.138 () {36 vars in 997 bytes} [Sun May 31 07:08:34 2026] DELETE /v2.0/ports/112d2e3f-98de-41ce-a951-cf2af4a7e207 => generated 0 bytes in 591 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:08:34.883 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-80daf258-f1ec-4bd3-974d-408e6a00d57c'] response: {'server_uuid': '52678b4e-3f7d-404d-8b34-34e24101deaf', 'name': 'network-vif-deleted', 'tag': '112d2e3f-98de-41ce-a951-cf2af4a7e207', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 966/1940] 199.204.45.138 () {34 vars in 994 bytes} [Sun May 31 07:08:34 2026] GET /v2.0/ports?device_id=f80e6561-aee3-486e-9ec1-2ac6b7b0db66 => generated 1281 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1941] 10.0.0.237 () {34 vars in 1120 bytes} [Sun May 31 07:08:34 2026] GET /v2.0/security-groups?id=50c48c3a-495b-4096-81e5-4f84f80b8c48&id=48fa3fe7-f89d-49a0-ac41-e509b00605e7&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1942] 199.204.45.138 () {34 vars in 1124 bytes} [Sun May 31 07:08:34 2026] GET /v2.0/security-groups?id=50c48c3a-495b-4096-81e5-4f84f80b8c48&id=48fa3fe7-f89d-49a0-ac41-e509b00605e7&fields=id&fields=name => generated 207 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1943] 10.0.0.248 () {34 vars in 665 bytes} [Sun May 31 07:08:34 2026] POST /v2.0/ports => generated 778 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:08:35.069 7 INFO neutron.db.segments_db [None req-5edcc6c0-6655-4884-8782-5425fde9d47d ac1ecfe2023e43f882ffb2ce98c0554a 6a18b28ba6834ea59b5fe15b76f6d2d5 - - default default] Added segment a2a65788-b3cd-45e7-bdf3-38b324f4e6f4 of type vxlan for network d1c72f0e-441d-40b1-a97e-bfa9dabde97c [pid: 7|app: 0|req: 969/1944] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:08:35 2026] POST /v2.0/networks => generated 636 bytes in 126 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: 970/1945] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:35 2026] GET /v2.0/ports?device_id=52678b4e-3f7d-404d-8b34-34e24101deaf => 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: 976/1946] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:08:35 2026] POST /v2.0/subnets => generated 646 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1947] 10.0.0.248 () {34 vars in 665 bytes} [Sun May 31 07:08:35 2026] POST /v2.0/ports => generated 962 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:08:35.868 8 INFO neutron_taas.services.taas.taas_plugin [None req-7784702a-17b9-400a-a51f-c2210b5c275b ac1ecfe2023e43f882ffb2ce98c0554a 6a18b28ba6834ea59b5fe15b76f6d2d5 - - default default] TaaS: Handle Delete Port: 3861f3e9-b2a4-45b2-8715-07799d321628 2026-05-31 07:08:35.872 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7784702a-17b9-400a-a51f-c2210b5c275b ac1ecfe2023e43f882ffb2ce98c0554a 6a18b28ba6834ea59b5fe15b76f6d2d5 - - default default] Tap Mirror: Handle Delete Port: 3861f3e9-b2a4-45b2-8715-07799d321628 [pid: 8|app: 0|req: 977/1948] 10.0.0.248 () {32 vars in 720 bytes} [Sun May 31 07:08:35 2026] DELETE /v2.0/ports/3861f3e9-b2a4-45b2-8715-07799d321628 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-31 07:08:36.007 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f01bba63-32d3-4276-993b-ac59ba3e179e ac1ecfe2023e43f882ffb2ce98c0554a 6a18b28ba6834ea59b5fe15b76f6d2d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 972/1949] 10.0.0.248 () {32 vars in 720 bytes} [Sun May 31 07:08:35 2026] DELETE /v2.0/ports/3861f3e9-b2a4-45b2-8715-07799d321628 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:08:36.029 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dabf72f8-0dfc-474f-8b7d-71abcd64a8eb ac1ecfe2023e43f882ffb2ce98c0554a 6a18b28ba6834ea59b5fe15b76f6d2d5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 973/1950] 10.0.0.248 () {32 vars in 717 bytes} [Sun May 31 07:08:36 2026] GET /v2.0/ports/3861f3e9-b2a4-45b2-8715-07799d321628 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1951] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:35 2026] GET /v2.0/ports?device_id=f80e6561-aee3-486e-9ec1-2ac6b7b0db66 => generated 1014 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1952] 10.0.0.237 () {34 vars in 1120 bytes} [Sun May 31 07:08:36 2026] GET /v2.0/security-groups?id=50c48c3a-495b-4096-81e5-4f84f80b8c48&id=48fa3fe7-f89d-49a0-ac41-e509b00605e7&fields=id&fields=name => generated 207 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1953] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:08:36 2026] DELETE /v2.0/subnets/3e3265cf-222c-4dd3-aa3f-da069e28211d => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:08:36.304 8 INFO neutron.services.segments.plugin [-] Segment a2a65788-b3cd-45e7-bdf3-38b324f4e6f4 resource provider aggregate not found 2026-05-31 07:08:36.307 8 INFO neutron.services.segments.plugin [-] Segment a2a65788-b3cd-45e7-bdf3-38b324f4e6f4 resource provider aggregate not found 2026-05-31 07:08:36.325 8 INFO neutron.services.segments.plugin [-] Segment a2a65788-b3cd-45e7-bdf3-38b324f4e6f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2a65788-b3cd-45e7-bdf3-38b324f4e6f4 found for delete ", "request_id": "req-d37336fe-7312-4630-a6d3-12ef5f716402"}]} 2026-05-31 07:08:36.330 8 INFO neutron.services.segments.plugin [-] Segment a2a65788-b3cd-45e7-bdf3-38b324f4e6f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2a65788-b3cd-45e7-bdf3-38b324f4e6f4 found for delete ", "request_id": "req-7c43c3a8-0327-4bb7-9c33-e16e1f845f04"}]} [pid: 8|app: 0|req: 980/1954] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:08:36 2026] DELETE /v2.0/networks/d1c72f0e-441d-40b1-a97e-bfa9dabde97c => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:08:36.397 7 INFO neutron.db.segments_db [None req-c749751b-d3f7-4c38-be79-80ae58e78161 ac1ecfe2023e43f882ffb2ce98c0554a 6a18b28ba6834ea59b5fe15b76f6d2d5 - - default default] Added segment 1254d3aa-eacc-4cab-b729-d481bb77b752 of type vxlan for network 03f88523-b1bf-4020-81a7-9074aa4f6b98 [pid: 8|app: 0|req: 981/1955] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:36 2026] GET /v2.0/ports?device_id=52678b4e-3f7d-404d-8b34-34e24101deaf => 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: 975/1956] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:08:36 2026] POST /v2.0/networks => generated 635 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1959] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:08:36 2026] POST /v2.0/subnets => generated 646 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1960] 10.0.0.248 () {34 vars in 665 bytes} [Sun May 31 07:08:36 2026] POST /v2.0/ports => generated 928 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:08:37.176 8 INFO neutron_taas.services.taas.taas_plugin [None req-45b92dcc-d8e8-4ac6-ad9c-fca6c2bf6670 ac1ecfe2023e43f882ffb2ce98c0554a 6a18b28ba6834ea59b5fe15b76f6d2d5 - - default default] TaaS: Handle Delete Port: 31a10495-db54-4487-8ee4-de6009108e11 2026-05-31 07:08:37.179 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45b92dcc-d8e8-4ac6-ad9c-fca6c2bf6670 ac1ecfe2023e43f882ffb2ce98c0554a 6a18b28ba6834ea59b5fe15b76f6d2d5 - - default default] Tap Mirror: Handle Delete Port: 31a10495-db54-4487-8ee4-de6009108e11 [pid: 7|app: 0|req: 979/1961] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:37 2026] GET /v2.0/ports?device_id=f80e6561-aee3-486e-9ec1-2ac6b7b0db66 => generated 1014 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1962] 10.0.0.248 () {32 vars in 720 bytes} [Sun May 31 07:08:37 2026] DELETE /v2.0/ports/31a10495-db54-4487-8ee4-de6009108e11 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:08:37.304 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7ba04613-1054-46c8-a98c-2efa22c69032 ac1ecfe2023e43f882ffb2ce98c0554a 6a18b28ba6834ea59b5fe15b76f6d2d5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 984/1963] 10.0.0.248 () {32 vars in 717 bytes} [Sun May 31 07:08:37 2026] GET /v2.0/ports/31a10495-db54-4487-8ee4-de6009108e11 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1964] 10.0.0.237 () {34 vars in 1120 bytes} [Sun May 31 07:08:37 2026] GET /v2.0/security-groups?id=50c48c3a-495b-4096-81e5-4f84f80b8c48&id=48fa3fe7-f89d-49a0-ac41-e509b00605e7&fields=id&fields=name => generated 207 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1965] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:37 2026] GET /v2.0/ports?device_id=f80e6561-aee3-486e-9ec1-2ac6b7b0db66 => generated 1014 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1966] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:08:37 2026] DELETE /v2.0/subnets/0b31f823-368d-4c09-b2e9-a317130fbe39 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1967] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:08:37 2026] DELETE /v2.0/networks/03f88523-b1bf-4020-81a7-9074aa4f6b98 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1968] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:37 2026] GET /v2.0/ports?device_id=52678b4e-3f7d-404d-8b34-34e24101deaf => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:08:37.753 7 INFO neutron.db.l3_db [None req-f94d5d4f-550c-4373-ae6d-c18f7b09a657 33f2673676cc4dc48a50e31dbf3742bf e5b3ab09c902443384be9a588dba4edc - - default default] Floating IP 79050ef7-9b2e-4d60-9b3b-ed634a258dc6 associated. External IP: 10.96.250.202, port: 501d7dac-2375-464f-a3d7-673afbee3dd6. [pid: 8|app: 0|req: 988/1969] 10.0.0.248 () {34 vars in 665 bytes} [Sun May 31 07:08:37 2026] POST /v2.0/ports => generated 779 bytes in 228 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: 989/1970] 10.0.0.248 () {34 vars in 737 bytes} [Sun May 31 07:08:37 2026] PUT /v2.0/ports/83a386c4-963c-415f-af6a-1a6a8caf1b09 => generated 752 bytes in 139 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-05-31 07:08:38.066 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e650f4f-257b-43e4-97ef-a8e2a3d93161 ac1ecfe2023e43f882ffb2ce98c0554a 6a18b28ba6834ea59b5fe15b76f6d2d5 - - default default] TaaS: Handle Delete Port: 83a386c4-963c-415f-af6a-1a6a8caf1b09 2026-05-31 07:08:38.069 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e650f4f-257b-43e4-97ef-a8e2a3d93161 ac1ecfe2023e43f882ffb2ce98c0554a 6a18b28ba6834ea59b5fe15b76f6d2d5 - - default default] Tap Mirror: Handle Delete Port: 83a386c4-963c-415f-af6a-1a6a8caf1b09 [pid: 7|app: 0|req: 982/1971] 10.0.0.248 () {34 vars in 749 bytes} [Sun May 31 07:08:37 2026] PUT /v2.0/floatingips/79050ef7-9b2e-4d60-9b3b-ed634a258dc6 => generated 856 bytes in 662 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:08:38.131 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e120e5c3-e3bb-4f31-991d-a4e0284b37b2'] response: {'name': 'network-changed', 'server_uuid': 'f80e6561-aee3-486e-9ec1-2ac6b7b0db66', 'tag': '501d7dac-2375-464f-a3d7-673afbee3dd6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 990/1972] 10.0.0.248 () {32 vars in 720 bytes} [Sun May 31 07:08:37 2026] DELETE /v2.0/ports/83a386c4-963c-415f-af6a-1a6a8caf1b09 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1973] 10.0.0.248 () {32 vars in 643 bytes} [Sun May 31 07:08:38 2026] GET /v2.0/ports => generated 781 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:08:38.235 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ad922228-6315-4178-b96b-04bfee85843d ac1ecfe2023e43f882ffb2ce98c0554a 6a18b28ba6834ea59b5fe15b76f6d2d5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 991/1974] 10.0.0.248 () {32 vars in 717 bytes} [Sun May 31 07:08:38 2026] GET /v2.0/ports/83a386c4-963c-415f-af6a-1a6a8caf1b09 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1975] 10.0.0.248 () {32 vars in 643 bytes} [Sun May 31 07:08:38 2026] GET /v2.0/ports => generated 781 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:08:38.349 8 INFO neutron.services.segments.plugin [-] Segment 1254d3aa-eacc-4cab-b729-d481bb77b752 resource provider aggregate not found 2026-05-31 07:08:38.354 8 INFO neutron.services.segments.plugin [-] Segment 1254d3aa-eacc-4cab-b729-d481bb77b752 resource provider aggregate not found [pid: 8|app: 0|req: 992/1976] 10.0.0.248 () {32 vars in 717 bytes} [Sun May 31 07:08:38 2026] GET /v2.0/ports/5f48fe0a-9d68-4ea1-a537-2e836e9a37e5 => generated 778 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:08:38.367 8 INFO neutron.services.segments.plugin [-] Segment 1254d3aa-eacc-4cab-b729-d481bb77b752 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1254d3aa-eacc-4cab-b729-d481bb77b752 found for delete ", "request_id": "req-1bdd82cd-aee2-4f21-8efb-164862a4f487"}]} 2026-05-31 07:08:38.380 8 INFO neutron.services.segments.plugin [-] Segment 1254d3aa-eacc-4cab-b729-d481bb77b752 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1254d3aa-eacc-4cab-b729-d481bb77b752 found for delete ", "request_id": "req-a3a16fc5-3f59-4111-bee0-990b7e8e38e2"}]} 2026-05-31 07:08:38.391 7 INFO neutron.pecan_wsgi.hooks.translation [None req-77f33355-f6ce-4d9b-bb31-e1f804397892 ac1ecfe2023e43f882ffb2ce98c0554a 6a18b28ba6834ea59b5fe15b76f6d2d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 985/1977] 10.0.0.248 () {32 vars in 720 bytes} [Sun May 31 07:08:38 2026] DELETE /v2.0/ports/31a10495-db54-4487-8ee4-de6009108e11 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:08:38.415 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f9dd7e77-dfe5-4a95-8a6f-f5340b9e6abf ac1ecfe2023e43f882ffb2ce98c0554a 6a18b28ba6834ea59b5fe15b76f6d2d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 993/1978] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:08:38 2026] DELETE /v2.0/subnets/0b31f823-368d-4c09-b2e9-a317130fbe39 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:08:38.436 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4b75c0bf-f989-46c7-b18f-4ff028fdfc5f ac1ecfe2023e43f882ffb2ce98c0554a 6a18b28ba6834ea59b5fe15b76f6d2d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 986/1979] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:08:38 2026] DELETE /v2.0/subnets/3e3265cf-222c-4dd3-aa3f-da069e28211d => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:08:38.550 8 INFO neutron_taas.services.taas.taas_plugin [None req-424b2de5-47ac-4467-8ac1-9f7490e46813 ac1ecfe2023e43f882ffb2ce98c0554a 6a18b28ba6834ea59b5fe15b76f6d2d5 - - default default] TaaS: Handle Delete Port: 5f48fe0a-9d68-4ea1-a537-2e836e9a37e5 2026-05-31 07:08:38.553 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-424b2de5-47ac-4467-8ac1-9f7490e46813 ac1ecfe2023e43f882ffb2ce98c0554a 6a18b28ba6834ea59b5fe15b76f6d2d5 - - default default] Tap Mirror: Handle Delete Port: 5f48fe0a-9d68-4ea1-a537-2e836e9a37e5 [pid: 8|app: 0|req: 994/1980] 10.0.0.248 () {32 vars in 720 bytes} [Sun May 31 07:08:38 2026] DELETE /v2.0/ports/5f48fe0a-9d68-4ea1-a537-2e836e9a37e5 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1981] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:08:38 2026] GET /v2.0/ports?tenant_id=e5b3ab09c902443384be9a588dba4edc&device_id=f80e6561-aee3-486e-9ec1-2ac6b7b0db66 => generated 1283 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1982] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:08:38 2026] DELETE /v2.0/security-groups/3adf9f8f-64a9-4521-8f71-ee08b52f5dec => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:08:38.809 7 INFO neutron.services.segments.plugin [-] Segment 95dd09b6-4034-4f41-9f50-b57f4ddc1688 resource provider aggregate not found 2026-05-31 07:08:38.813 7 INFO neutron.services.segments.plugin [-] Segment 95dd09b6-4034-4f41-9f50-b57f4ddc1688 resource provider aggregate not found [pid: 8|app: 0|req: 996/1983] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:08:38 2026] GET /v2.0/networks?id=bf03dec0-907b-40ff-adab-4b81a027c522 => generated 768 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:08:38.832 7 INFO neutron.services.segments.plugin [-] Segment 95dd09b6-4034-4f41-9f50-b57f4ddc1688 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95dd09b6-4034-4f41-9f50-b57f4ddc1688 found for delete ", "request_id": "req-21a8b3a6-282a-4109-89c2-f049582106eb"}]} 2026-05-31 07:08:38.839 7 INFO neutron.services.segments.plugin [-] Segment 95dd09b6-4034-4f41-9f50-b57f4ddc1688 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95dd09b6-4034-4f41-9f50-b57f4ddc1688 found for delete ", "request_id": "req-763d8d4a-9217-4984-a6f2-ed79798f25c7"}]} [pid: 7|app: 0|req: 988/1984] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:08:38 2026] DELETE /v2.0/networks/fb6bf2bc-7206-40d6-8381-b01d475b064e => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1985] 199.204.45.138 () {34 vars in 1060 bytes} [Sun May 31 07:08:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=501d7dac-2375-464f-a3d7-673afbee3dd6 => generated 859 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:08:38.937 8 INFO neutron_taas.services.taas.taas_plugin [None req-f91c11dd-60e2-42b0-9cbd-55653ca0c37d c481c11987ed48f3b42ce529f3dcf6d6 4da438ff8d354f679aacdc2a6197485b - - default default] TaaS: Handle Delete Port: 403af918-a4f7-48e8-be8a-8ad9fbf0b0ad 2026-05-31 07:08:38.940 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f91c11dd-60e2-42b0-9cbd-55653ca0c37d c481c11987ed48f3b42ce529f3dcf6d6 4da438ff8d354f679aacdc2a6197485b - - default default] Tap Mirror: Handle Delete Port: 403af918-a4f7-48e8-be8a-8ad9fbf0b0ad [pid: 7|app: 0|req: 990/1986] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:08:38 2026] GET /v2.0/subnets?id=9111330b-8438-4b45-a194-9269f76356b9 => generated 690 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1987] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:08:38 2026] GET /v2.0/ports?network_id=bf03dec0-907b-40ff-adab-4b81a027c522&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: 992/1988] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:08:39 2026] GET /v2.0/networks/bf03dec0-907b-40ff-adab-4b81a027c522?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: 993/1989] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:08:39 2026] GET /v2.0/networks/bf03dec0-907b-40ff-adab-4b81a027c522?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: 8|app: 0|req: 997/1990] 10.0.0.248 () {32 vars in 732 bytes} [Sun May 31 07:08:38 2026] DELETE /v2.0/floatingips/6269dfad-49e2-4120-ab05-d7cfeff2da23 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1991] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:39 2026] GET /v2.0/ports?device_id=eef3aad9-a79e-4f50-acbb-4dfce4d8673b => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1992] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:08:39 2026] GET /v2.0/security-groups?id=79efdc77-ec65-45ad-b6cd-6a4eb3e566b9&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: 995/1993] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:08:39 2026] GET /v2.0/security-groups?tenant_id=6a18b28ba6834ea59b5fe15b76f6d2d5&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1994] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:08:39 2026] DELETE /v2.0/security-groups/106f028c-2395-4b0d-b81e-15bd37f1e9cb => 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: 996/1995] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:40 2026] GET /v2.0/ports?device_id=eef3aad9-a79e-4f50-acbb-4dfce4d8673b => 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: 1000/1996] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:08:40 2026] GET /v2.0/security-groups?id=79efdc77-ec65-45ad-b6cd-6a4eb3e566b9&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:08:41.543 7 INFO neutron.db.segments_db [None req-b79cca20-8eab-4168-a469-c1abed4498a1 885d4bc5506e4441a6d91b2f3346d921 a9be87f487ec43dfa5c2a91ebb7ad8e4 - - default default] Added segment 50880119-a19a-4a00-ab6d-f4aed690c7a2 of type vxlan for network 678d7d84-a313-4fbd-9fd3-de97849cdabc [pid: 7|app: 0|req: 997/1997] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:08:41 2026] POST /v2.0/networks => generated 645 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1998] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:41 2026] GET /v2.0/ports?device_id=eef3aad9-a79e-4f50-acbb-4dfce4d8673b => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1999] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:08:41 2026] GET /v2.0/security-groups?id=79efdc77-ec65-45ad-b6cd-6a4eb3e566b9&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2000] 199.204.45.138 () {34 vars in 994 bytes} [Sun May 31 07:08:41 2026] GET /v2.0/ports?device_id=eef3aad9-a79e-4f50-acbb-4dfce4d8673b => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:08:41.857 8 INFO neutron_taas.services.taas.taas_plugin [req-ab5ab559-9df4-456f-a06b-0c74400c446c req-b0ab76b7-3524-48a3-b4ce-333c68d8791d c481c11987ed48f3b42ce529f3dcf6d6 4da438ff8d354f679aacdc2a6197485b - - default default] TaaS: Handle Delete Port: a3967e89-2711-49d2-99f6-f51ecea8755b 2026-05-31 07:08:41.859 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ab5ab559-9df4-456f-a06b-0c74400c446c req-b0ab76b7-3524-48a3-b4ce-333c68d8791d c481c11987ed48f3b42ce529f3dcf6d6 4da438ff8d354f679aacdc2a6197485b - - default default] Tap Mirror: Handle Delete Port: a3967e89-2711-49d2-99f6-f51ecea8755b [pid: 7|app: 0|req: 998/2001] 10.0.0.248 () {34 vars in 665 bytes} [Sun May 31 07:08:41 2026] POST /v2.0/ports => generated 775 bytes in 254 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-05-31 07:08:41.924 7 INFO neutron.db.segments_db [None req-1aba96d5-22c4-4cb9-bd57-53b327e3ed88 885d4bc5506e4441a6d91b2f3346d921 a9be87f487ec43dfa5c2a91ebb7ad8e4 - - default default] Added segment d63cb47b-5a62-424f-9f4e-40c6433026dc of type vxlan for network 6fa72420-a8f2-40cc-935c-4ffccc9ec21c [pid: 8|app: 0|req: 1004/2002] 199.204.45.138 () {36 vars in 997 bytes} [Sun May 31 07:08:41 2026] DELETE /v2.0/ports/a3967e89-2711-49d2-99f6-f51ecea8755b => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2003] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:08:41 2026] POST /v2.0/networks => generated 632 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:08:42.047 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aabc3d2c-8bc9-40eb-bda4-6596e86b992e'] response: {'server_uuid': 'eef3aad9-a79e-4f50-acbb-4dfce4d8673b', 'name': 'network-vif-deleted', 'tag': 'a3967e89-2711-49d2-99f6-f51ecea8755b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1005/2004] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:08:42 2026] POST /v2.0/subnets => generated 626 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2005] 10.0.0.248 () {34 vars in 665 bytes} [Sun May 31 07:08:42 2026] POST /v2.0/ports => generated 950 bytes in 389 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: 1001/2006] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:42 2026] GET /v2.0/ports?device_id=eef3aad9-a79e-4f50-acbb-4dfce4d8673b => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:08:42.837 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e686f16-6b00-49a8-af86-342caeb0a94a 885d4bc5506e4441a6d91b2f3346d921 a9be87f487ec43dfa5c2a91ebb7ad8e4 - - default default] TaaS: Handle Delete Port: 52ee8a85-107b-4846-b29c-43d80df504fc 2026-05-31 07:08:42.843 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e686f16-6b00-49a8-af86-342caeb0a94a 885d4bc5506e4441a6d91b2f3346d921 a9be87f487ec43dfa5c2a91ebb7ad8e4 - - default default] Tap Mirror: Handle Delete Port: 52ee8a85-107b-4846-b29c-43d80df504fc [pid: 8|app: 0|req: 1006/2007] 10.0.0.248 () {32 vars in 720 bytes} [Sun May 31 07:08:42 2026] DELETE /v2.0/ports/52ee8a85-107b-4846-b29c-43d80df504fc => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:08:43.056 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aa304566-2dd6-44e7-b1ce-c593bf21d072 885d4bc5506e4441a6d91b2f3346d921 a9be87f487ec43dfa5c2a91ebb7ad8e4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1002/2008] 10.0.0.248 () {32 vars in 720 bytes} [Sun May 31 07:08:43 2026] DELETE /v2.0/ports/52ee8a85-107b-4846-b29c-43d80df504fc => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:08:43.080 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1116694d-4761-4d20-9587-68cb94f7fe1a 885d4bc5506e4441a6d91b2f3346d921 a9be87f487ec43dfa5c2a91ebb7ad8e4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1007/2009] 10.0.0.248 () {32 vars in 717 bytes} [Sun May 31 07:08:43 2026] GET /v2.0/ports/52ee8a85-107b-4846-b29c-43d80df504fc => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2010] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:08:43 2026] DELETE /v2.0/subnets/b0a37037-5a1e-43ab-8913-d26913e00544 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:08:43.326 8 INFO neutron.services.segments.plugin [-] Segment d63cb47b-5a62-424f-9f4e-40c6433026dc resource provider aggregate not found 2026-05-31 07:08:43.329 8 INFO neutron.services.segments.plugin [-] Segment d63cb47b-5a62-424f-9f4e-40c6433026dc resource provider aggregate not found 2026-05-31 07:08:43.345 8 INFO neutron.services.segments.plugin [-] Segment d63cb47b-5a62-424f-9f4e-40c6433026dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d63cb47b-5a62-424f-9f4e-40c6433026dc found for delete ", "request_id": "req-4eef4cac-1117-42c5-a9fa-41d696fdab1e"}]} 2026-05-31 07:08:43.346 8 INFO neutron.services.segments.plugin [-] Segment d63cb47b-5a62-424f-9f4e-40c6433026dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d63cb47b-5a62-424f-9f4e-40c6433026dc found for delete ", "request_id": "req-7629fa02-fedc-4647-b599-51d0609dec49"}]} [pid: 8|app: 0|req: 1008/2011] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:08:43 2026] DELETE /v2.0/networks/6fa72420-a8f2-40cc-935c-4ffccc9ec21c => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:08:43.424 7 INFO neutron.db.segments_db [None req-259f1855-be62-4d20-ab25-4d0b5bb61990 885d4bc5506e4441a6d91b2f3346d921 a9be87f487ec43dfa5c2a91ebb7ad8e4 - - default default] Added segment eef362c2-aab5-4884-bb8e-1f9b9d2f49fc of type vxlan for network a399331d-aaa1-4722-9141-723764103a4f [pid: 7|app: 0|req: 1004/2012] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:08:43 2026] POST /v2.0/networks => generated 632 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2013] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:08:43 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) [pid: 8|app: 0|req: 1010/2014] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:43 2026] GET /v2.0/ports?device_id=eef3aad9-a79e-4f50-acbb-4dfce4d8673b => 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: 1005/2015] 10.0.0.248 () {34 vars in 665 bytes} [Sun May 31 07:08:43 2026] POST /v2.0/ports => generated 912 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:08:44.166 8 INFO neutron_taas.services.taas.taas_plugin [None req-1e201655-dfb1-4ebe-938d-a890409b179c 885d4bc5506e4441a6d91b2f3346d921 a9be87f487ec43dfa5c2a91ebb7ad8e4 - - default default] TaaS: Handle Delete Port: 61b8dce7-dde1-4ca9-a4a3-b686cd1271f0 2026-05-31 07:08:44.168 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e201655-dfb1-4ebe-938d-a890409b179c 885d4bc5506e4441a6d91b2f3346d921 a9be87f487ec43dfa5c2a91ebb7ad8e4 - - default default] Tap Mirror: Handle Delete Port: 61b8dce7-dde1-4ca9-a4a3-b686cd1271f0 [pid: 8|app: 0|req: 1011/2016] 10.0.0.248 () {32 vars in 720 bytes} [Sun May 31 07:08:44 2026] DELETE /v2.0/ports/61b8dce7-dde1-4ca9-a4a3-b686cd1271f0 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:08:44.297 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fe6ec4f1-ddb2-42ed-90a9-f7274313a93a 885d4bc5506e4441a6d91b2f3346d921 a9be87f487ec43dfa5c2a91ebb7ad8e4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1006/2017] 10.0.0.248 () {32 vars in 717 bytes} [Sun May 31 07:08:44 2026] GET /v2.0/ports/61b8dce7-dde1-4ca9-a4a3-b686cd1271f0 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2018] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:08:44 2026] DELETE /v2.0/subnets/6b706d8c-e0bb-4cf6-9a8e-6ad772528d68 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:08:44.532 7 INFO neutron.services.segments.plugin [-] Segment eef362c2-aab5-4884-bb8e-1f9b9d2f49fc resource provider aggregate not found 2026-05-31 07:08:44.538 7 INFO neutron.services.segments.plugin [-] Segment eef362c2-aab5-4884-bb8e-1f9b9d2f49fc resource provider aggregate not found 2026-05-31 07:08:44.556 7 INFO neutron.services.segments.plugin [-] Segment eef362c2-aab5-4884-bb8e-1f9b9d2f49fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eef362c2-aab5-4884-bb8e-1f9b9d2f49fc found for delete ", "request_id": "req-3746c5b9-055c-4392-9bc3-df3eca745931"}]} 2026-05-31 07:08:44.557 7 INFO neutron.services.segments.plugin [-] Segment eef362c2-aab5-4884-bb8e-1f9b9d2f49fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eef362c2-aab5-4884-bb8e-1f9b9d2f49fc found for delete ", "request_id": "req-bdee6f6c-7323-4ef8-9c5f-f988ebd26f4f"}]} [pid: 7|app: 0|req: 1007/2019] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:08:44 2026] DELETE /v2.0/networks/a399331d-aaa1-4722-9141-723764103a4f => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2020] 10.0.0.248 () {34 vars in 665 bytes} [Sun May 31 07:08:44 2026] POST /v2.0/ports => generated 774 bytes in 248 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: 1014/2021] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:44 2026] GET /v2.0/ports?device_id=eef3aad9-a79e-4f50-acbb-4dfce4d8673b => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2022] 10.0.0.248 () {34 vars in 737 bytes} [Sun May 31 07:08:44 2026] PUT /v2.0/ports/128147b0-3e5a-45b0-947a-b78e394ab791 => generated 752 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:08:45.099 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0eb7326-b1fd-47a2-acef-4eb4eb18c5a4 885d4bc5506e4441a6d91b2f3346d921 a9be87f487ec43dfa5c2a91ebb7ad8e4 - - default default] TaaS: Handle Delete Port: 128147b0-3e5a-45b0-947a-b78e394ab791 2026-05-31 07:08:45.102 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0eb7326-b1fd-47a2-acef-4eb4eb18c5a4 885d4bc5506e4441a6d91b2f3346d921 a9be87f487ec43dfa5c2a91ebb7ad8e4 - - default default] Tap Mirror: Handle Delete Port: 128147b0-3e5a-45b0-947a-b78e394ab791 [pid: 8|app: 0|req: 1015/2023] 10.0.0.248 () {32 vars in 720 bytes} [Sun May 31 07:08:45 2026] DELETE /v2.0/ports/128147b0-3e5a-45b0-947a-b78e394ab791 => generated 0 bytes in 184 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: 1009/2024] 10.0.0.248 () {32 vars in 643 bytes} [Sun May 31 07:08:45 2026] GET /v2.0/ports => generated 778 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:08:45.261 8 INFO neutron.pecan_wsgi.hooks.translation [None req-60a0c792-3c3d-431a-9134-81a988e87980 885d4bc5506e4441a6d91b2f3346d921 a9be87f487ec43dfa5c2a91ebb7ad8e4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1016/2025] 10.0.0.248 () {32 vars in 717 bytes} [Sun May 31 07:08:45 2026] GET /v2.0/ports/128147b0-3e5a-45b0-947a-b78e394ab791 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2026] 10.0.0.248 () {32 vars in 643 bytes} [Sun May 31 07:08:45 2026] GET /v2.0/ports => generated 778 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2027] 10.0.0.248 () {32 vars in 717 bytes} [Sun May 31 07:08:45 2026] GET /v2.0/ports/964e47da-c020-4d01-b9f5-6199f53f7879 => generated 775 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:08:45.368 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7faaed22-2d8a-4e32-bfd3-1ce1b55301e0 885d4bc5506e4441a6d91b2f3346d921 a9be87f487ec43dfa5c2a91ebb7ad8e4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1011/2028] 10.0.0.248 () {32 vars in 720 bytes} [Sun May 31 07:08:45 2026] DELETE /v2.0/ports/61b8dce7-dde1-4ca9-a4a3-b686cd1271f0 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:08:45.388 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bbc68a2a-4195-45a0-8912-baa0f06524cc 885d4bc5506e4441a6d91b2f3346d921 a9be87f487ec43dfa5c2a91ebb7ad8e4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1018/2029] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:08:45 2026] DELETE /v2.0/subnets/6b706d8c-e0bb-4cf6-9a8e-6ad772528d68 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:08:45.408 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c5234a01-912f-419c-b9c2-bbc8373ff3f0 885d4bc5506e4441a6d91b2f3346d921 a9be87f487ec43dfa5c2a91ebb7ad8e4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1012/2030] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:08:45 2026] DELETE /v2.0/subnets/b0a37037-5a1e-43ab-8913-d26913e00544 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2031] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:45 2026] GET /v2.0/ports?device_id=f80e6561-aee3-486e-9ec1-2ac6b7b0db66 => 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: 1020/2032] 10.0.0.237 () {34 vars in 1120 bytes} [Sun May 31 07:08:45 2026] GET /v2.0/security-groups?id=50c48c3a-495b-4096-81e5-4f84f80b8c48&id=48fa3fe7-f89d-49a0-ac41-e509b00605e7&fields=id&fields=name => generated 207 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:08:45.508 7 INFO neutron_taas.services.taas.taas_plugin [None req-0de82370-30ef-4fdb-87cc-77be37061d87 885d4bc5506e4441a6d91b2f3346d921 a9be87f487ec43dfa5c2a91ebb7ad8e4 - - default default] TaaS: Handle Delete Port: 964e47da-c020-4d01-b9f5-6199f53f7879 2026-05-31 07:08:45.512 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0de82370-30ef-4fdb-87cc-77be37061d87 885d4bc5506e4441a6d91b2f3346d921 a9be87f487ec43dfa5c2a91ebb7ad8e4 - - default default] Tap Mirror: Handle Delete Port: 964e47da-c020-4d01-b9f5-6199f53f7879 [pid: 7|app: 0|req: 1013/2033] 10.0.0.248 () {32 vars in 720 bytes} [Sun May 31 07:08:45 2026] DELETE /v2.0/ports/964e47da-c020-4d01-b9f5-6199f53f7879 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2034] 10.0.0.248 () {32 vars in 736 bytes} [Sun May 31 07:08:45 2026] GET /v2.0/ports?device_id=f80e6561-aee3-486e-9ec1-2ac6b7b0db66 => generated 1283 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2035] 10.0.0.248 () {32 vars in 858 bytes} [Sun May 31 07:08:45 2026] GET /v2.0/floatingips?floating_network_id=7718519d-e946-4b10-8e89-d30bcda8dbc8&port_id=501d7dac-2375-464f-a3d7-673afbee3dd6 => generated 861 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2036] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:08:45 2026] DELETE /v2.0/networks/678d7d84-a313-4fbd-9fd3-de97849cdabc => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2037] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:08:46 2026] DELETE /v2.0/security-groups/79efdc77-ec65-45ad-b6cd-6a4eb3e566b9 => 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: 1024/2038] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:08:46 2026] GET /v2.0/security-groups?tenant_id=a9be87f487ec43dfa5c2a91ebb7ad8e4&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2039] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:08:46 2026] DELETE /v2.0/security-groups/679afb5e-8b89-460b-94fc-fde9a00d47da => 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: 1026/2040] 10.0.0.203 () {34 vars in 990 bytes} [Sun May 31 07:08:46 2026] GET /v2.0/ports?device_id=f80e6561-aee3-486e-9ec1-2ac6b7b0db66 => generated 1283 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2041] 10.0.0.203 () {34 vars in 1120 bytes} [Sun May 31 07:08:46 2026] GET /v2.0/security-groups?id=48fa3fe7-f89d-49a0-ac41-e509b00605e7&id=50c48c3a-495b-4096-81e5-4f84f80b8c48&fields=id&fields=name => generated 207 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:08:46.550 7 INFO neutron_taas.services.taas.taas_plugin [None req-62cd9350-07ff-4b36-b384-e6bd423095a5 c481c11987ed48f3b42ce529f3dcf6d6 4da438ff8d354f679aacdc2a6197485b - - default default] TaaS: Handle Delete Port: b091406d-dd28-41f9-af34-526786620327 2026-05-31 07:08:46.553 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62cd9350-07ff-4b36-b384-e6bd423095a5 c481c11987ed48f3b42ce529f3dcf6d6 4da438ff8d354f679aacdc2a6197485b - - default default] Tap Mirror: Handle Delete Port: b091406d-dd28-41f9-af34-526786620327 2026-05-31 07:08:46.586 7 INFO neutron.services.segments.plugin [-] Segment 50880119-a19a-4a00-ab6d-f4aed690c7a2 resource provider aggregate not found 2026-05-31 07:08:46.591 7 INFO neutron.services.segments.plugin [-] Segment 50880119-a19a-4a00-ab6d-f4aed690c7a2 resource provider aggregate not found 2026-05-31 07:08:46.613 7 INFO neutron.services.segments.plugin [-] Segment 50880119-a19a-4a00-ab6d-f4aed690c7a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50880119-a19a-4a00-ab6d-f4aed690c7a2 found for delete ", "request_id": "req-a018fd1c-0b57-4bc6-8c2a-6f017a79a721"}]} 2026-05-31 07:08:46.615 7 INFO neutron.services.segments.plugin [-] Segment 50880119-a19a-4a00-ab6d-f4aed690c7a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50880119-a19a-4a00-ab6d-f4aed690c7a2 found for delete ", "request_id": "req-b0aff655-15ad-4121-bc2f-d74e974113c9"}]} [pid: 7|app: 0|req: 1015/2042] 10.0.0.248 () {34 vars in 789 bytes} [Sun May 31 07:08:46 2026] PUT /v2.0/routers/ed4dcb65-45af-40fb-a94e-fbc88dcd95a3/remove_router_interface => generated 309 bytes in 908 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2043] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:08:47 2026] DELETE /v2.0/subnets/333f915b-47ca-4a11-ac6d-a5631ef13587 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:08:47.434 7 INFO neutron_taas.services.taas.taas_plugin [None req-efef2424-c820-4493-ad1d-a02228e5ab60 c481c11987ed48f3b42ce529f3dcf6d6 4da438ff8d354f679aacdc2a6197485b - - default default] TaaS: Handle Delete Port: b49707a0-6f1f-49c0-8551-218827d81e5d 2026-05-31 07:08:47.437 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efef2424-c820-4493-ad1d-a02228e5ab60 c481c11987ed48f3b42ce529f3dcf6d6 4da438ff8d354f679aacdc2a6197485b - - default default] Tap Mirror: Handle Delete Port: b49707a0-6f1f-49c0-8551-218827d81e5d 2026-05-31 07:08:47.715 7 INFO neutron_taas.services.taas.taas_plugin [None req-efef2424-c820-4493-ad1d-a02228e5ab60 c481c11987ed48f3b42ce529f3dcf6d6 4da438ff8d354f679aacdc2a6197485b - - default default] TaaS: Handle Delete Port: 4253466c-e061-464e-9736-a47c32d67e46 2026-05-31 07:08:47.717 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efef2424-c820-4493-ad1d-a02228e5ab60 c481c11987ed48f3b42ce529f3dcf6d6 4da438ff8d354f679aacdc2a6197485b - - default default] Tap Mirror: Handle Delete Port: 4253466c-e061-464e-9736-a47c32d67e46 2026-05-31 07:08:48.022 7 INFO neutron.db.l3_hamode_db [None req-efef2424-c820-4493-ad1d-a02228e5ab60 c481c11987ed48f3b42ce529f3dcf6d6 4da438ff8d354f679aacdc2a6197485b - - default default] HA network abd00854-ec2e-4b58-aa3e-3d4062fd8074 was deleted as no HA routers are present in tenant 4da438ff8d354f679aacdc2a6197485b. [pid: 7|app: 0|req: 1016/2044] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:08:47 2026] DELETE /v2.0/routers/ed4dcb65-45af-40fb-a94e-fbc88dcd95a3 => generated 0 bytes in 791 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:08:48.154 8 INFO neutron_taas.services.taas.taas_plugin [None req-d782d1fc-bd20-4a03-b3ed-9a18cde5ed20 c481c11987ed48f3b42ce529f3dcf6d6 4da438ff8d354f679aacdc2a6197485b - - default default] TaaS: Handle Delete Port: f9f33c68-d1ae-4242-816f-e5ac3ce97104 2026-05-31 07:08:48.158 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d782d1fc-bd20-4a03-b3ed-9a18cde5ed20 c481c11987ed48f3b42ce529f3dcf6d6 4da438ff8d354f679aacdc2a6197485b - - default default] Tap Mirror: Handle Delete Port: f9f33c68-d1ae-4242-816f-e5ac3ce97104 2026-05-31 07:08:48.319 8 INFO neutron.services.segments.plugin [-] Segment c3278ed2-6cac-4bce-bd90-edc0eb8e7d49 resource provider aggregate not found 2026-05-31 07:08:48.321 8 INFO neutron.services.segments.plugin [-] Segment c3278ed2-6cac-4bce-bd90-edc0eb8e7d49 resource provider aggregate not found 2026-05-31 07:08:48.341 8 INFO neutron.services.segments.plugin [-] Segment c3278ed2-6cac-4bce-bd90-edc0eb8e7d49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3278ed2-6cac-4bce-bd90-edc0eb8e7d49 found for delete ", "request_id": "req-02b2b156-c9b9-4859-9eb2-9d852aa5fe60"}]} 2026-05-31 07:08:48.341 8 INFO neutron.services.segments.plugin [-] Segment c3278ed2-6cac-4bce-bd90-edc0eb8e7d49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3278ed2-6cac-4bce-bd90-edc0eb8e7d49 found for delete ", "request_id": "req-3bd9f61b-c4ab-4fa6-9015-524764e128e5"}]} [pid: 8|app: 0|req: 1029/2045] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:08:48 2026] DELETE /v2.0/networks/1dbfc7a0-be96-480a-8461-d3a53e71c519 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2046] 10.0.0.248 () {34 vars in 684 bytes} [Sun May 31 07:08:48 2026] POST /v2.0/security-groups => generated 1625 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2047] 10.0.0.248 () {32 vars in 663 bytes} [Sun May 31 07:08:48 2026] GET /v2.0/security-groups => generated 4530 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:08:48.635 7 INFO neutron.services.segments.plugin [-] Segment 7fd0ff8b-60dd-4027-9f22-4da80ae0fe99 resource provider aggregate not found 2026-05-31 07:08:48.638 7 INFO neutron.services.segments.plugin [-] Segment 7fd0ff8b-60dd-4027-9f22-4da80ae0fe99 resource provider aggregate not found [pid: 7|app: 0|req: 1018/2048] 10.0.0.248 () {34 vars in 758 bytes} [Sun May 31 07:08:48 2026] PUT /v2.0/security-groups/531d5989-934f-4f5b-9dd1-e8ead23e909b => generated 1663 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:08:48.658 7 INFO neutron.services.segments.plugin [-] Segment 7fd0ff8b-60dd-4027-9f22-4da80ae0fe99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fd0ff8b-60dd-4027-9f22-4da80ae0fe99 found for delete ", "request_id": "req-a518b49f-5e43-40aa-8cd2-65f8b69dcc6d"}]} 2026-05-31 07:08:48.660 7 INFO neutron.services.segments.plugin [-] Segment 7fd0ff8b-60dd-4027-9f22-4da80ae0fe99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fd0ff8b-60dd-4027-9f22-4da80ae0fe99 found for delete ", "request_id": "req-1776de9d-0021-469a-b83a-781df0c27325"}]} [pid: 8|app: 0|req: 1031/2049] 10.0.0.248 () {32 vars in 737 bytes} [Sun May 31 07:08:48 2026] GET /v2.0/security-groups/531d5989-934f-4f5b-9dd1-e8ead23e909b => generated 1663 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2050] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:08:48 2026] DELETE /v2.0/security-groups/531d5989-934f-4f5b-9dd1-e8ead23e909b => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2051] 10.0.0.248 () {32 vars in 663 bytes} [Sun May 31 07:08:48 2026] GET /v2.0/security-groups => generated 2925 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:08:48.837 7 INFO neutron.api.v2.resource [None req-755e8290-e5af-45fb-a2af-c796b42f1039 26abda1411e340598fe2c51caf63b5df fcde1dd781ef4d58835e17bda89bbacf - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1020/2052] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:08:48 2026] DELETE /v2.0/security-groups/531d5989-934f-4f5b-9dd1-e8ead23e909b => 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: 1033/2053] 10.0.0.248 () {34 vars in 684 bytes} [Sun May 31 07:08:48 2026] POST /v2.0/security-groups => generated 1625 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2054] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:08:49 2026] GET /v2.0/security-groups?tenant_id=4da438ff8d354f679aacdc2a6197485b&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2055] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:49 2026] GET /v2.0/ports?device_id=f80e6561-aee3-486e-9ec1-2ac6b7b0db66 => generated 1014 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2056] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:08:49 2026] DELETE /v2.0/security-groups/8b58aec4-b8ab-4c18-b2ab-05db7cfd66ef => 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: 1037/2057] 10.0.0.237 () {34 vars in 1120 bytes} [Sun May 31 07:08:49 2026] GET /v2.0/security-groups?id=50c48c3a-495b-4096-81e5-4f84f80b8c48&id=48fa3fe7-f89d-49a0-ac41-e509b00605e7&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2058] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:08:49 2026] POST /v2.0/security-group-rules => generated 601 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2059] 10.0.0.248 () {32 vars in 747 bytes} [Sun May 31 07:08:49 2026] GET /v2.0/security-group-rules/04390464-42d9-4be2-aa58-a8bb62167d6b => generated 601 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2060] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:08:49 2026] GET /v2.0/security-groups?tenant_id=5ff678c04ea24fcdb565858a3b931815&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2061] 10.0.0.248 () {32 vars in 673 bytes} [Sun May 31 07:08:49 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2062] 10.0.0.248 () {32 vars in 750 bytes} [Sun May 31 07:08:49 2026] DELETE /v2.0/security-group-rules/04390464-42d9-4be2-aa58-a8bb62167d6b => 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: 1039/2063] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:08:49 2026] DELETE /v2.0/security-groups/1ef3dbde-583c-49dc-a8bc-0c3120c0518b => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2064] 10.0.0.248 () {32 vars in 673 bytes} [Sun May 31 07:08:49 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2065] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:08:49 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2066] 10.0.0.248 () {32 vars in 747 bytes} [Sun May 31 07:08:49 2026] GET /v2.0/security-group-rules/8207f524-9059-4842-8e72-bcda608b8557 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2067] 10.0.0.248 () {32 vars in 673 bytes} [Sun May 31 07:08:49 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2068] 10.0.0.248 () {32 vars in 750 bytes} [Sun May 31 07:08:49 2026] DELETE /v2.0/security-group-rules/8207f524-9059-4842-8e72-bcda608b8557 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2069] 10.0.0.248 () {32 vars in 673 bytes} [Sun May 31 07:08:49 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2070] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:08:50 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2071] 10.0.0.248 () {32 vars in 747 bytes} [Sun May 31 07:08:50 2026] GET /v2.0/security-group-rules/5e8b287f-3429-43da-b088-42ba42aac475 => generated 602 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2072] 10.0.0.248 () {32 vars in 673 bytes} [Sun May 31 07:08:50 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2073] 10.0.0.248 () {32 vars in 750 bytes} [Sun May 31 07:08:50 2026] DELETE /v2.0/security-group-rules/5e8b287f-3429-43da-b088-42ba42aac475 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2074] 10.0.0.248 () {32 vars in 673 bytes} [Sun May 31 07:08:50 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2075] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:50 2026] GET /v2.0/ports?device_id=f80e6561-aee3-486e-9ec1-2ac6b7b0db66 => generated 1014 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2076] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:08:50 2026] DELETE /v2.0/security-groups/f9b06e11-629c-4f8a-b10f-8b2183647900 => 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: 1032/2077] 10.0.0.237 () {34 vars in 1120 bytes} [Sun May 31 07:08:50 2026] GET /v2.0/security-groups?id=50c48c3a-495b-4096-81e5-4f84f80b8c48&id=48fa3fe7-f89d-49a0-ac41-e509b00605e7&fields=id&fields=name => generated 207 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2078] 10.0.0.248 () {32 vars in 663 bytes} [Sun May 31 07:08:50 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2079] 10.0.0.248 () {32 vars in 663 bytes} [Sun May 31 07:08:50 2026] GET /v2.0/security-groups => generated 2925 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2080] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:08:51 2026] GET /v2.0/security-groups?tenant_id=fcde1dd781ef4d58835e17bda89bbacf&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2081] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:08:51 2026] DELETE /v2.0/security-groups/406d606d-3d2b-4470-b227-8603d8e4529c => 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: 1048/2082] 199.204.45.138 () {34 vars in 994 bytes} [Sun May 31 07:08:51 2026] GET /v2.0/ports?device_id=f80e6561-aee3-486e-9ec1-2ac6b7b0db66 => generated 1012 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2083] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:51 2026] GET /v2.0/ports?device_id=f80e6561-aee3-486e-9ec1-2ac6b7b0db66 => generated 1012 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2084] 10.0.0.237 () {34 vars in 1120 bytes} [Sun May 31 07:08:51 2026] GET /v2.0/security-groups?id=50c48c3a-495b-4096-81e5-4f84f80b8c48&id=48fa3fe7-f89d-49a0-ac41-e509b00605e7&fields=id&fields=name => generated 207 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:08:51.654 8 INFO neutron_taas.services.taas.taas_plugin [req-6fea1cc5-b3e5-4321-910f-5a05ff4da496 req-400a13a3-3732-4292-bb9d-9b0ad3431d49 33f2673676cc4dc48a50e31dbf3742bf e5b3ab09c902443384be9a588dba4edc - - default default] TaaS: Handle Delete Port: 501d7dac-2375-464f-a3d7-673afbee3dd6 2026-05-31 07:08:51.658 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6fea1cc5-b3e5-4321-910f-5a05ff4da496 req-400a13a3-3732-4292-bb9d-9b0ad3431d49 33f2673676cc4dc48a50e31dbf3742bf e5b3ab09c902443384be9a588dba4edc - - default default] Tap Mirror: Handle Delete Port: 501d7dac-2375-464f-a3d7-673afbee3dd6 2026-05-31 07:08:51.786 8 INFO neutron.db.l3_db [req-6fea1cc5-b3e5-4321-910f-5a05ff4da496 req-400a13a3-3732-4292-bb9d-9b0ad3431d49 33f2673676cc4dc48a50e31dbf3742bf e5b3ab09c902443384be9a588dba4edc - - default default] Floating IP 79050ef7-9b2e-4d60-9b3b-ed634a258dc6 disassociated. External IP: 10.96.250.202, port: 501d7dac-2375-464f-a3d7-673afbee3dd6. [pid: 8|app: 0|req: 1049/2087] 199.204.45.138 () {36 vars in 997 bytes} [Sun May 31 07:08:51 2026] DELETE /v2.0/ports/501d7dac-2375-464f-a3d7-673afbee3dd6 => generated 0 bytes in 581 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:08:52.159 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0f13bd7a-c5f7-458f-b88d-f7daf950b2a3'] response: {'server_uuid': 'f80e6561-aee3-486e-9ec1-2ac6b7b0db66', 'name': 'network-vif-deleted', 'tag': '501d7dac-2375-464f-a3d7-673afbee3dd6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1039/2088] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:52 2026] GET /v2.0/ports?device_id=f80e6561-aee3-486e-9ec1-2ac6b7b0db66 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2089] 10.0.0.248 () {34 vars in 676 bytes} [Sun May 31 07:08:52 2026] POST /v2.0/subnetpools => generated 548 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2090] 10.0.0.248 () {32 vars in 729 bytes} [Sun May 31 07:08:53 2026] GET /v2.0/subnetpools/6e932449-516c-424f-8792-4755f3e920a2 => generated 548 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2091] 10.0.0.248 () {34 vars in 749 bytes} [Sun May 31 07:08:53 2026] PUT /v2.0/subnetpools/6e932449-516c-424f-8792-4755f3e920a2 => generated 500 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2092] 10.0.0.248 () {32 vars in 732 bytes} [Sun May 31 07:08:53 2026] DELETE /v2.0/subnetpools/6e932449-516c-424f-8792-4755f3e920a2 => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:08:53.361 8 INFO neutron.api.v2.resource [None req-03ae844f-a48e-40a6-a9d3-40844cacb199 9fc69bc61da140e99745ade870d34190 2b46eed7ab3b43ccb7f09eb8ac81d822 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1052/2093] 10.0.0.248 () {32 vars in 729 bytes} [Sun May 31 07:08:53 2026] GET /v2.0/subnetpools/6e932449-516c-424f-8792-4755f3e920a2 => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:08:53.385 7 INFO neutron.api.v2.resource [None req-9833c9fe-ca97-4e04-aecc-c6f28c64d0f9 9fc69bc61da140e99745ade870d34190 2b46eed7ab3b43ccb7f09eb8ac81d822 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1042/2094] 10.0.0.248 () {32 vars in 732 bytes} [Sun May 31 07:08:53 2026] DELETE /v2.0/subnetpools/6e932449-516c-424f-8792-4755f3e920a2 => generated 145 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2095] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:53 2026] GET /v2.0/ports?device_id=f80e6561-aee3-486e-9ec1-2ac6b7b0db66 => 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: 1043/2096] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:08:53 2026] GET /v2.0/security-groups?tenant_id=2b46eed7ab3b43ccb7f09eb8ac81d822&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2097] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:08:54 2026] DELETE /v2.0/security-groups/99f58eca-e6f3-481f-98fd-64d2caabda5c => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2098] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:08:54 2026] GET /v2.0/ports?device_id=f80e6561-aee3-486e-9ec1-2ac6b7b0db66 => 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: 1055/2099] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:08:56 2026] DELETE /v2.0/security-groups/50c48c3a-495b-4096-81e5-4f84f80b8c48 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:08:56.138 7 INFO neutron.api.v2.resource [None req-3955a22b-e894-411f-b3b2-8afd547b8afa 33f2673676cc4dc48a50e31dbf3742bf e5b3ab09c902443384be9a588dba4edc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1045/2100] 10.0.0.248 () {32 vars in 737 bytes} [Sun May 31 07:08:56 2026] GET /v2.0/security-groups/50c48c3a-495b-4096-81e5-4f84f80b8c48 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:08:56.258 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2ea5743-2451-454b-8894-fae30ce7aa10 33f2673676cc4dc48a50e31dbf3742bf e5b3ab09c902443384be9a588dba4edc - - default default] TaaS: Handle Delete Port: ceef20ad-3cb4-41bc-b671-cc6cd564d07d 2026-05-31 07:08:56.261 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2ea5743-2451-454b-8894-fae30ce7aa10 33f2673676cc4dc48a50e31dbf3742bf e5b3ab09c902443384be9a588dba4edc - - default default] Tap Mirror: Handle Delete Port: ceef20ad-3cb4-41bc-b671-cc6cd564d07d [pid: 8|app: 0|req: 1056/2101] 10.0.0.248 () {32 vars in 732 bytes} [Sun May 31 07:08:56 2026] DELETE /v2.0/floatingips/79050ef7-9b2e-4d60-9b3b-ed634a258dc6 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2102] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:08:56 2026] DELETE /v2.0/security-groups/48fa3fe7-f89d-49a0-ac41-e509b00605e7 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:08:56.900 8 INFO neutron_taas.services.taas.taas_plugin [None req-176151b1-9e42-4dcb-999a-4fb17c3a6fc1 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: a3187c3a-7224-47d8-badc-55631f77f81b 2026-05-31 07:08:56.902 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-176151b1-9e42-4dcb-999a-4fb17c3a6fc1 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: a3187c3a-7224-47d8-badc-55631f77f81b [pid: 8|app: 0|req: 1057/2103] 10.0.0.248 () {34 vars in 789 bytes} [Sun May 31 07:08:56 2026] PUT /v2.0/routers/bdf4b488-c103-429a-a6f6-ca6ebbf61a60/remove_router_interface => generated 309 bytes in 838 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:08:57.612 7 INFO neutron_taas.services.taas.taas_plugin [None req-8fa24f15-b6f2-425e-808d-ef08776fc7a1 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: 78ee6201-3672-43a7-85b0-a4fdac7faa7f 2026-05-31 07:08:57.614 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8fa24f15-b6f2-425e-808d-ef08776fc7a1 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: 78ee6201-3672-43a7-85b0-a4fdac7faa7f 2026-05-31 07:08:57.836 7 INFO neutron_taas.services.taas.taas_plugin [None req-8fa24f15-b6f2-425e-808d-ef08776fc7a1 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: 998ffc66-0766-475d-a9ab-8e42276e008b 2026-05-31 07:08:57.838 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8fa24f15-b6f2-425e-808d-ef08776fc7a1 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: 998ffc66-0766-475d-a9ab-8e42276e008b 2026-05-31 07:08:58.172 7 INFO neutron.services.segments.plugin [-] Segment e0b68c47-557e-459f-a71c-fbc8ed2843f6 resource provider aggregate not found 2026-05-31 07:08:58.176 7 INFO neutron.services.segments.plugin [-] Segment e0b68c47-557e-459f-a71c-fbc8ed2843f6 resource provider aggregate not found 2026-05-31 07:08:58.192 7 INFO neutron.services.segments.plugin [-] Segment e0b68c47-557e-459f-a71c-fbc8ed2843f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0b68c47-557e-459f-a71c-fbc8ed2843f6 found for delete ", "request_id": "req-94937fe6-fba5-4a2e-ba72-b824195b18f8"}]} 2026-05-31 07:08:58.193 7 INFO neutron.services.segments.plugin [-] Segment e0b68c47-557e-459f-a71c-fbc8ed2843f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0b68c47-557e-459f-a71c-fbc8ed2843f6 found for delete ", "request_id": "req-d7b95101-961a-4e5b-8ec5-48434b02a594"}]} 2026-05-31 07:08:58.196 7 INFO neutron.db.l3_hamode_db [None req-8fa24f15-b6f2-425e-808d-ef08776fc7a1 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] HA network d39924e1-83b7-456b-acc3-d6772fa48c83 was deleted as no HA routers are present in tenant e5b3ab09c902443384be9a588dba4edc. [pid: 7|app: 0|req: 1047/2104] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:08:57 2026] DELETE /v2.0/routers/bdf4b488-c103-429a-a6f6-ca6ebbf61a60 => generated 0 bytes in 773 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2105] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:08:58 2026] DELETE /v2.0/subnets/9111330b-8438-4b45-a194-9269f76356b9 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:08:58.440 8 INFO neutron_taas.services.taas.taas_plugin [None req-1f0485e8-a7ff-43a4-b8a2-9aead1accea9 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: b786b78d-d5e8-42e6-afea-d91bc8564590 2026-05-31 07:08:58.442 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f0485e8-a7ff-43a4-b8a2-9aead1accea9 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: b786b78d-d5e8-42e6-afea-d91bc8564590 2026-05-31 07:08:58.559 7 INFO neutron.db.segments_db [None req-7e31f2a8-a71d-4cab-99d7-496b588bfb3e 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] Added segment b3f29b73-f4a7-4334-9d2a-1000f70ba42e of type vxlan for network 8234fbc9-37ff-4f48-a3f6-17d397c6d55b 2026-05-31 07:08:58.579 8 INFO neutron.services.segments.plugin [-] Segment ea0334f4-d36e-4ade-a455-18a3d5b3d5a7 resource provider aggregate not found 2026-05-31 07:08:58.585 8 INFO neutron.services.segments.plugin [-] Segment ea0334f4-d36e-4ade-a455-18a3d5b3d5a7 resource provider aggregate not found 2026-05-31 07:08:58.598 8 INFO neutron.services.segments.plugin [-] Segment ea0334f4-d36e-4ade-a455-18a3d5b3d5a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea0334f4-d36e-4ade-a455-18a3d5b3d5a7 found for delete ", "request_id": "req-9e02870d-afbb-435b-8b55-937fa150195f"}]} 2026-05-31 07:08:58.599 8 INFO neutron.services.segments.plugin [-] Segment ea0334f4-d36e-4ade-a455-18a3d5b3d5a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea0334f4-d36e-4ade-a455-18a3d5b3d5a7 found for delete ", "request_id": "req-99cfd09a-1e94-4be3-b9e6-5ba6efd259ec"}]} [pid: 8|app: 0|req: 1059/2106] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:08:58 2026] DELETE /v2.0/networks/bf03dec0-907b-40ff-adab-4b81a027c522 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2107] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:08:58 2026] POST /v2.0/networks => generated 639 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2108] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:08:58 2026] POST /v2.0/subnets => generated 657 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2109] 10.0.0.248 () {32 vars in 722 bytes} [Sun May 31 07:08:58 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:08:58.930 8 INFO neutron_taas.services.taas.taas_plugin [None req-afe14bf3-40c2-418b-9352-4ef9bf7d0419 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: b24d6beb-1832-4c9a-8212-65ef613e4b9a 2026-05-31 07:08:58.932 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-afe14bf3-40c2-418b-9352-4ef9bf7d0419 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: b24d6beb-1832-4c9a-8212-65ef613e4b9a [pid: 7|app: 0|req: 1051/2110] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:08:58 2026] POST /v2.0/subnets => generated 731 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:08:59.193 7 INFO neutron.db.segments_db [None req-a471e2a7-312c-46e0-80ec-3685ca594d61 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] Added segment 5569abf7-bc51-410a-832b-71259dc986d7 of type vxlan for network b5c65271-5d56-42c0-850c-9ae714411b12 [pid: 7|app: 0|req: 1052/2111] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:08:59 2026] POST /v2.0/networks => generated 636 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2112] 10.0.0.248 () {34 vars in 789 bytes} [Sun May 31 07:08:58 2026] PUT /v2.0/routers/42f47ffb-afde-4f6b-a7bc-d6a39c24b9cb/remove_router_interface => generated 309 bytes in 847 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2113] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:08:59 2026] POST /v2.0/subnets => generated 655 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:08:59.688 8 INFO neutron_taas.services.taas.taas_plugin [None req-8d65b0f7-7eda-46b5-ac2c-f15221f26704 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: 5ebf7892-fd55-4e4f-87e6-45ab0eed03c5 2026-05-31 07:08:59.691 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d65b0f7-7eda-46b5-ac2c-f15221f26704 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: 5ebf7892-fd55-4e4f-87e6-45ab0eed03c5 [pid: 7|app: 0|req: 1054/2114] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:08:59 2026] POST /v2.0/subnets => generated 725 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:08:59.826 7 INFO neutron.db.segments_db [None req-e7b20087-9907-4e31-af4c-a778b9514c37 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] Added segment 76ebd7dd-05ed-4c33-a782-db1ff7901fba of type vxlan for network bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a [pid: 7|app: 0|req: 1055/2115] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:08:59 2026] POST /v2.0/networks => generated 637 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:08:59.931 8 INFO neutron_taas.services.taas.taas_plugin [None req-8d65b0f7-7eda-46b5-ac2c-f15221f26704 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: 8747d19d-85a8-43e7-a172-88ea518f5518 2026-05-31 07:08:59.935 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d65b0f7-7eda-46b5-ac2c-f15221f26704 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: 8747d19d-85a8-43e7-a172-88ea518f5518 [pid: 7|app: 0|req: 1056/2116] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:08:59 2026] POST /v2.0/subnets => generated 656 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:09:00.331 8 INFO neutron.db.l3_hamode_db [None req-8d65b0f7-7eda-46b5-ac2c-f15221f26704 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] HA network 3c8baad4-02b3-43a2-82a1-167ea9250cf2 was deleted as no HA routers are present in tenant cc1e6a8813ba4dbe9f51b7839e106bc8. [pid: 8|app: 0|req: 1061/2117] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:08:59 2026] DELETE /v2.0/routers/42f47ffb-afde-4f6b-a7bc-d6a39c24b9cb => generated 0 bytes in 875 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2118] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:09:00 2026] POST /v2.0/subnets => generated 730 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2119] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:09:00 2026] DELETE /v2.0/subnets/5b2bc85f-1de0-44d4-ad5d-0dd46d334984 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:09:00.531 8 INFO neutron.db.segments_db [None req-b8520fa7-6e07-47d7-b244-dcfc019cef0a 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] Added segment c71a89b8-0524-48c0-b72f-398b7a099718 of type vxlan for network f770cbc9-55da-44d3-bb9a-ead8532ce576 2026-05-31 07:09:00.568 7 INFO neutron_taas.services.taas.taas_plugin [None req-634d3255-d4d6-43b0-9b9d-bb38cc6f1c9c 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: 63194981-9a11-4eca-ab4d-c0af49e4006f 2026-05-31 07:09:00.570 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-634d3255-d4d6-43b0-9b9d-bb38cc6f1c9c 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: 63194981-9a11-4eca-ab4d-c0af49e4006f 2026-05-31 07:09:00.625 8 INFO neutron.services.segments.plugin [-] Segment 4a890904-2f5d-4c99-afec-d581fdc13bda resource provider aggregate not found 2026-05-31 07:09:00.629 8 INFO neutron.services.segments.plugin [-] Segment 4a890904-2f5d-4c99-afec-d581fdc13bda resource provider aggregate not found 2026-05-31 07:09:00.645 8 INFO neutron.services.segments.plugin [-] Segment 4a890904-2f5d-4c99-afec-d581fdc13bda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a890904-2f5d-4c99-afec-d581fdc13bda found for delete ", "request_id": "req-38a623f1-5dd8-4a02-98e8-2a0c060479b4"}]} 2026-05-31 07:09:00.649 8 INFO neutron.services.segments.plugin [-] Segment 4a890904-2f5d-4c99-afec-d581fdc13bda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a890904-2f5d-4c99-afec-d581fdc13bda found for delete ", "request_id": "req-e3bc4fb5-4791-48e1-8b9a-3e6961b7fa17"}]} 2026-05-31 07:09:00.764 7 INFO neutron.services.segments.plugin [-] Segment 68d82ddb-9b1c-4375-af3b-a65e58a3f851 resource provider aggregate not found 2026-05-31 07:09:00.771 7 INFO neutron.services.segments.plugin [-] Segment 68d82ddb-9b1c-4375-af3b-a65e58a3f851 resource provider aggregate not found 2026-05-31 07:09:00.787 7 INFO neutron.services.segments.plugin [-] Segment 68d82ddb-9b1c-4375-af3b-a65e58a3f851 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68d82ddb-9b1c-4375-af3b-a65e58a3f851 found for delete ", "request_id": "req-f9380c49-6076-41b1-98e4-dbb4f2969ff8"}]} 2026-05-31 07:09:00.801 7 INFO neutron.services.segments.plugin [-] Segment 68d82ddb-9b1c-4375-af3b-a65e58a3f851 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68d82ddb-9b1c-4375-af3b-a65e58a3f851 found for delete ", "request_id": "req-32baefb7-abb9-4181-a2b7-1931e207658b"}]} [pid: 7|app: 0|req: 1058/2120] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:09:00 2026] DELETE /v2.0/networks/3f28ff03-6c48-4fc8-8ef8-d34daeb89b1a => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:09:00.808 8 INFO neutron.db.l3_hamode_db [None req-b8520fa7-6e07-47d7-b244-dcfc019cef0a 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1059/2121] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:09:01 2026] GET /v2.0/security-groups?tenant_id=cc1e6a8813ba4dbe9f51b7839e106bc8&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2122] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:09:01 2026] DELETE /v2.0/security-groups/d9650f2f-7e36-4609-b745-d7d2a8c890e9 => 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: 1061/2123] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:09:01 2026] GET /v2.0/security-groups?tenant_id=e5b3ab09c902443384be9a588dba4edc&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:09:01.506 8 INFO neutron.db.l3_hamode_db [None req-b8520fa7-6e07-47d7-b244-dcfc019cef0a 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1062/2124] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:09:01 2026] DELETE /v2.0/security-groups/7bb28fac-ccaf-4403-ac67-2a42584740e5 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2125] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:09:00 2026] POST /v2.0/routers => generated 684 bytes in 2224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2126] 10.0.0.248 () {34 vars in 783 bytes} [Sun May 31 07:09:02 2026] PUT /v2.0/routers/d3513808-f1f3-4805-9f66-ace2ceea0210/add_router_interface => generated 309 bytes in 1337 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2127] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:09:03 2026] GET /v2.0/security-groups?tenant_id=4bbfd6b70b7248c7b5b0e087847531a1&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: 1065/2128] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:09:04 2026] DELETE /v2.0/security-groups/aaec465a-4042-4174-accf-4a10e043d1d7 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2129] 10.0.0.248 () {34 vars in 783 bytes} [Sun May 31 07:09:04 2026] PUT /v2.0/routers/d3513808-f1f3-4805-9f66-ace2ceea0210/add_router_interface => generated 309 bytes in 1167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:09:06.098 7 INFO neutron.db.segments_db [None req-8c067155-2b6b-4511-8a8f-b7ed39e6d6c4 6e9f76ee989146ee9e637e2454346d3d 0b6b052170fd4a0d9ba782a001cafabf - - default default] Added segment 662ce3a6-7247-4fee-a56a-9f10a9b0b3f9 of type vxlan for network c4668383-319e-4f11-81f8-44853c32841e [pid: 7|app: 0|req: 1065/2130] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:09:05 2026] POST /v2.0/networks => generated 727 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2131] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:09:06 2026] POST /v2.0/subnets => generated 644 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:09:06.376 7 WARNING neutron.api.v2.base [None req-30901e67-cdd5-4a9e-a3f2-112dda657fb9 6e9f76ee989146ee9e637e2454346d3d 0b6b052170fd4a0d9ba782a001cafabf - - 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-05-31 07:09:06.377 7 INFO neutron.api.v2.resource [None req-30901e67-cdd5-4a9e-a3f2-112dda657fb9 6e9f76ee989146ee9e637e2454346d3d 0b6b052170fd4a0d9ba782a001cafabf - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1067/2132] 10.0.0.248 () {34 vars in 681 bytes} [Sun May 31 07:09:06 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) [pid: 8|app: 0|req: 1066/2133] 10.0.0.248 () {34 vars in 783 bytes} [Sun May 31 07:09:05 2026] PUT /v2.0/routers/d3513808-f1f3-4805-9f66-ace2ceea0210/add_router_interface => generated 309 bytes in 1307 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:09:06.557 7 INFO neutron.services.segments.plugin [-] Segment 662ce3a6-7247-4fee-a56a-9f10a9b0b3f9 resource provider aggregate not found 2026-05-31 07:09:06.558 7 INFO neutron.services.segments.plugin [-] Segment 662ce3a6-7247-4fee-a56a-9f10a9b0b3f9 resource provider aggregate not found 2026-05-31 07:09:06.582 7 INFO neutron.services.segments.plugin [-] Segment 662ce3a6-7247-4fee-a56a-9f10a9b0b3f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 662ce3a6-7247-4fee-a56a-9f10a9b0b3f9 found for delete ", "request_id": "req-e9c91579-e37b-4fc2-b4bb-b66d218dbaef"}]} 2026-05-31 07:09:06.584 7 INFO neutron.services.segments.plugin [-] Segment 662ce3a6-7247-4fee-a56a-9f10a9b0b3f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 662ce3a6-7247-4fee-a56a-9f10a9b0b3f9 found for delete ", "request_id": "req-1ed87d35-ede5-44e5-8d1c-ae4e2b478739"}]} [pid: 7|app: 0|req: 1068/2134] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:09:06 2026] DELETE /v2.0/networks/c4668383-319e-4f11-81f8-44853c32841e => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:09:06.653 8 INFO neutron.db.segments_db [None req-c46c1a44-3d94-46da-abd5-ead12648db15 6e9f76ee989146ee9e637e2454346d3d 0b6b052170fd4a0d9ba782a001cafabf - - default default] Added segment 379b5a16-43f4-47f4-864e-2c50443ea980 of type vxlan for network edf66c69-aea6-4f01-981a-c7b18820ff7d [pid: 8|app: 0|req: 1067/2137] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:09:06 2026] POST /v2.0/networks => generated 724 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2138] 10.0.0.248 () {34 vars in 684 bytes} [Sun May 31 07:09:06 2026] POST /v2.0/security-groups => generated 1627 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2139] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:09:06 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: 8|app: 0|req: 1068/2140] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:09:06 2026] POST /v2.0/subnets => generated 647 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:09:06.919 8 WARNING neutron.api.v2.base [None req-c0741df6-2c60-4513-b7be-dd646fbe6963 6e9f76ee989146ee9e637e2454346d3d 0b6b052170fd4a0d9ba782a001cafabf - - 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-05-31 07:09:06.920 8 INFO neutron.api.v2.resource [None req-c0741df6-2c60-4513-b7be-dd646fbe6963 6e9f76ee989146ee9e637e2454346d3d 0b6b052170fd4a0d9ba782a001cafabf - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1069/2141] 10.0.0.248 () {34 vars in 681 bytes} [Sun May 31 07:09:06 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: 7|app: 0|req: 1073/2142] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:09:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:09:07.095 8 INFO neutron.services.segments.plugin [-] Segment 379b5a16-43f4-47f4-864e-2c50443ea980 resource provider aggregate not found 2026-05-31 07:09:07.103 8 INFO neutron.services.segments.plugin [-] Segment 379b5a16-43f4-47f4-864e-2c50443ea980 resource provider aggregate not found 2026-05-31 07:09:07.109 8 INFO neutron.services.segments.plugin [-] Segment 379b5a16-43f4-47f4-864e-2c50443ea980 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 379b5a16-43f4-47f4-864e-2c50443ea980 found for delete ", "request_id": "req-76487565-e1af-430f-aa2a-19b55d941a5a"}]} [pid: 7|app: 0|req: 1074/2143] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:09:06 2026] POST /v2.0/security-group-rules => generated 599 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:09:07.126 8 INFO neutron.services.segments.plugin [-] Segment 379b5a16-43f4-47f4-864e-2c50443ea980 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 379b5a16-43f4-47f4-864e-2c50443ea980 found for delete ", "request_id": "req-63c4253f-095d-454e-91f9-09c89829519b"}]} [pid: 8|app: 0|req: 1070/2144] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:09:06 2026] DELETE /v2.0/networks/edf66c69-aea6-4f01-981a-c7b18820ff7d => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:09:07.182 8 INFO neutron.db.segments_db [None req-65b5bb6c-0b41-4e2c-9127-f97c0ca4d281 6e9f76ee989146ee9e637e2454346d3d 0b6b052170fd4a0d9ba782a001cafabf - - default default] Added segment a6c39c22-69f6-4498-912d-74930400ede4 of type vxlan for network 2e82f0a2-8579-4821-8d23-9c294c7ee538 [pid: 7|app: 0|req: 1075/2145] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:09:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2146] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:09:07 2026] POST /v2.0/networks => generated 727 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2147] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:09:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2148] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:09:07 2026] POST /v2.0/subnets => generated 647 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2149] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:09:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2150] 10.0.0.248 () {34 vars in 681 bytes} [Sun May 31 07:09:07 2026] POST /v2.0/rbac-policies => generated 324 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2151] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:09:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2152] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:09:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2153] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:09:07 2026] POST /v2.0/security-group-rules => generated 599 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2154] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:09:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2155] 10.0.0.248 () {32 vars in 723 bytes} [Sun May 31 07:09:07 2026] GET /v2.0/networks/2e82f0a2-8579-4821-8d23-9c294c7ee538 => generated 655 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2156] 10.0.0.248 () {34 vars in 695 bytes} [Sun May 31 07:09:08 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: 1077/2157] 10.0.0.237 () {34 vars in 1094 bytes} [Sun May 31 07:09:08 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-186944396&fields=id&tenant_id=9f07a70d12354a25b76ae3f0c927bc17 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:09:08.411 7 INFO neutron.db.segments_db [None req-1a3729b2-beaa-4ddb-bdb0-2f544efc0107 be007da6666042b797a05d57b4e47d59 7e62b3e2117d45aeb574eaa042400661 - - default default] Added segment a2e6c050-b7ac-42bd-96b1-909beca6e2dc of type vxlan for network 088832a9-e626-4899-8a62-6bc599c556cd [pid: 8|app: 0|req: 1078/2158] 10.0.0.237 () {34 vars in 982 bytes} [Sun May 31 07:09:08 2026] GET /v2.0/networks?id=b5c65271-5d56-42c0-850c-9ae714411b12 => generated 703 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2159] 10.0.0.237 () {34 vars in 965 bytes} [Sun May 31 07:09:08 2026] GET /v2.0/quotas/9f07a70d12354a25b76ae3f0c927bc17 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2160] 10.0.0.237 () {34 vars in 1002 bytes} [Sun May 31 07:09:08 2026] GET /v2.0/ports?tenant_id=9f07a70d12354a25b76ae3f0c927bc17&fields=id => generated 287 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:09:08.694 7 INFO neutron.db.l3_hamode_db [None req-1a3729b2-beaa-4ddb-bdb0-2f544efc0107 be007da6666042b797a05d57b4e47d59 7e62b3e2117d45aeb574eaa042400661 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 07:09:08.697 8 INFO neutron.pecan_wsgi.hooks.translation [None req-28cc5c14-4aa2-4562-8dc5-d57749ea6972 ba3c9349723649b5bcd6ebdddbe10d6e ec7f95e234cc4c9b80e5774739184930 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1081/2161] 10.0.0.248 () {32 vars in 723 bytes} [Sun May 31 07:09:08 2026] GET /v2.0/networks/2e82f0a2-8579-4821-8d23-9c294c7ee538 => generated 138 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2162] 10.0.0.237 () {34 vars in 1008 bytes} [Sun May 31 07:09:08 2026] GET /v2.0/networks/b5c65271-5d56-42c0-850c-9ae714411b12?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:09:08.837 7 INFO neutron.db.l3_hamode_db [None req-1a3729b2-beaa-4ddb-bdb0-2f544efc0107 be007da6666042b797a05d57b4e47d59 7e62b3e2117d45aeb574eaa042400661 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1083/2163] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:09:08 2026] DELETE /v2.0/networks/2e82f0a2-8579-4821-8d23-9c294c7ee538 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2164] 10.0.0.237 () {34 vars in 1108 bytes} [Sun May 31 07:09:08 2026] GET /v2.0/networks/b5c65271-5d56-42c0-850c-9ae714411b12?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:09:08.986 8 INFO neutron.pecan_wsgi.hooks.translation [None req-63bca683-d44b-4558-b75c-19e829bacd6a 6e9f76ee989146ee9e637e2454346d3d 0b6b052170fd4a0d9ba782a001cafabf - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1085/2165] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:09:08 2026] DELETE /v2.0/subnets/98aacba7-3737-45ab-b2dd-01acdd33d53a => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:09:09.004 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b39fda62-317b-4870-b5bb-73a8ea95152f 6e9f76ee989146ee9e637e2454346d3d 0b6b052170fd4a0d9ba782a001cafabf - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1086/2166] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:09:08 2026] DELETE /v2.0/subnets/99c7d381-0998-4fff-9efc-3b3ddf96ad81 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:09:09.017 8 INFO neutron.pecan_wsgi.hooks.translation [None req-125fa6b7-40cd-42e4-94a2-235ec7903421 6e9f76ee989146ee9e637e2454346d3d 0b6b052170fd4a0d9ba782a001cafabf - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1087/2167] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:09:09 2026] DELETE /v2.0/subnets/b407b280-d138-4c1e-aa41-fba6751f5096 => generated 136 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2168] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:09:09 2026] GET /v2.0/ports?device_id=6bee5858-3e23-4bb0-a98b-43cbc8a58e82 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:09:09.129 8 INFO neutron.services.segments.plugin [-] Segment a6c39c22-69f6-4498-912d-74930400ede4 resource provider aggregate not found 2026-05-31 07:09:09.141 8 INFO neutron.services.segments.plugin [-] Segment a6c39c22-69f6-4498-912d-74930400ede4 resource provider aggregate not found 2026-05-31 07:09:09.149 8 INFO neutron.services.segments.plugin [-] Segment a6c39c22-69f6-4498-912d-74930400ede4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6c39c22-69f6-4498-912d-74930400ede4 found for delete ", "request_id": "req-a8ea2879-5baa-430c-9c3f-400bea53bcc0"}]} 2026-05-31 07:09:09.158 8 INFO neutron.services.segments.plugin [-] Segment a6c39c22-69f6-4498-912d-74930400ede4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6c39c22-69f6-4498-912d-74930400ede4 found for delete ", "request_id": "req-cbe0cb4f-1a83-45ad-b3cb-3027187792f8"}]} [pid: 7|app: 0|req: 1081/2169] 10.0.0.248 () {34 vars in 668 bytes} [Sun May 31 07:09:08 2026] POST /v2.0/routers => generated 474 bytes in 1027 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:09:09.371 8 INFO neutron.db.l3_hamode_db [None req-8106eec1-ce8f-45d2-85cb-7d8cfea4a437 be007da6666042b797a05d57b4e47d59 7e62b3e2117d45aeb574eaa042400661 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 07:09:09.476 8 INFO neutron.db.l3_hamode_db [None req-8106eec1-ce8f-45d2-85cb-7d8cfea4a437 be007da6666042b797a05d57b4e47d59 7e62b3e2117d45aeb574eaa042400661 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1082/2170] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:09:09 2026] GET /v2.0/security-groups?tenant_id=ec7f95e234cc4c9b80e5774739184930&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: 1089/2171] 10.0.0.248 () {34 vars in 668 bytes} [Sun May 31 07:09:09 2026] POST /v2.0/routers => generated 474 bytes in 687 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:09:10.064 8 INFO neutron.db.l3_hamode_db [None req-812d256d-cecf-4349-b754-26af70bdd2a6 be007da6666042b797a05d57b4e47d59 7e62b3e2117d45aeb574eaa042400661 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1083/2172] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:09:10 2026] DELETE /v2.0/security-groups/70a03f84-dd8e-4362-821c-95d3a212fdcb => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:09:10.177 8 INFO neutron.db.l3_hamode_db [None req-812d256d-cecf-4349-b754-26af70bdd2a6 be007da6666042b797a05d57b4e47d59 7e62b3e2117d45aeb574eaa042400661 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1084/2173] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:09:10 2026] GET /v2.0/security-groups?tenant_id=0b6b052170fd4a0d9ba782a001cafabf&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2174] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:09:10 2026] DELETE /v2.0/security-groups/1f0955f4-bfc8-47f0-8164-65a982ae8b32 => 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: 1086/2175] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:09:10 2026] GET /v2.0/security-groups?tenant_id=142339ce88a142e197b1c73ff0029d54&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2176] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:09:10 2026] DELETE /v2.0/security-groups/bcc9f26a-cf1c-47ac-a820-c76d8565fd0e => 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: 1090/2177] 10.0.0.248 () {34 vars in 668 bytes} [Sun May 31 07:09:10 2026] POST /v2.0/routers => generated 474 bytes in 722 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:09:10.804 7 INFO neutron.db.l3_hamode_db [None req-e01bffa8-801b-4028-a353-eabcb1e0740d be007da6666042b797a05d57b4e47d59 7e62b3e2117d45aeb574eaa042400661 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 07:09:10.911 7 INFO neutron.db.l3_hamode_db [None req-e01bffa8-801b-4028-a353-eabcb1e0740d be007da6666042b797a05d57b4e47d59 7e62b3e2117d45aeb574eaa042400661 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1088/2178] 10.0.0.248 () {34 vars in 668 bytes} [Sun May 31 07:09:10 2026] POST /v2.0/routers => generated 474 bytes in 727 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:09:11.545 8 INFO neutron.db.l3_hamode_db [None req-8dac5288-0604-4f53-8a68-4836718dd5dc be007da6666042b797a05d57b4e47d59 7e62b3e2117d45aeb574eaa042400661 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 07:09:11.668 8 INFO neutron.db.l3_hamode_db [None req-8dac5288-0604-4f53-8a68-4836718dd5dc be007da6666042b797a05d57b4e47d59 7e62b3e2117d45aeb574eaa042400661 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1091/2179] 10.0.0.248 () {34 vars in 668 bytes} [Sun May 31 07:09:11 2026] POST /v2.0/routers => generated 474 bytes in 719 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2180] 10.0.0.248 () {34 vars in 751 bytes} [Sun May 31 07:09:12 2026] PUT /v2.0/routers/9e0d86f6-ef04-437b-b10b-5fee031ae72f/tags => generated 17 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2181] 10.0.0.248 () {34 vars in 751 bytes} [Sun May 31 07:09:12 2026] PUT /v2.0/routers/05d5c215-6cba-4c45-9f7e-a81ad4df75ec/tags => generated 25 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2182] 10.0.0.248 () {34 vars in 751 bytes} [Sun May 31 07:09:12 2026] PUT /v2.0/routers/454f77cc-1ebc-477f-9e44-ff2559ed96c8/tags => generated 34 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2183] 10.0.0.248 () {34 vars in 751 bytes} [Sun May 31 07:09:12 2026] PUT /v2.0/routers/835ed276-8a49-4795-9e65-bfa3078242bf/tags => generated 19 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2184] 10.0.0.248 () {32 vars in 664 bytes} [Sun May 31 07:09:12 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2185] 10.0.0.248 () {32 vars in 678 bytes} [Sun May 31 07:09:12 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2186] 10.0.0.248 () {32 vars in 674 bytes} [Sun May 31 07:09:12 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2187] 10.0.0.248 () {32 vars in 686 bytes} [Sun May 31 07:09:12 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2188] 10.0.0.248 () {32 vars in 672 bytes} [Sun May 31 07:09:12 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2189] 10.0.0.248 () {32 vars in 686 bytes} [Sun May 31 07:09:13 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2190] 10.0.0.248 () {32 vars in 682 bytes} [Sun May 31 07:09:13 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2191] 10.0.0.248 () {32 vars in 694 bytes} [Sun May 31 07:09:13 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2192] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:09:13 2026] GET /v2.0/networks?id=b5c65271-5d56-42c0-850c-9ae714411b12 => generated 703 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2193] 10.0.0.248 () {32 vars in 721 bytes} [Sun May 31 07:09:13 2026] GET /v2.0/routers/9e0d86f6-ef04-437b-b10b-5fee031ae72f => generated 485 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2194] 199.204.45.138 () {34 vars in 1050 bytes} [Sun May 31 07:09:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9f07a70d12354a25b76ae3f0c927bc17 => generated 178 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2195] 199.204.45.138 () {38 vars in 955 bytes} [Sun May 31 07:09:13 2026] POST /v2.0/ports => generated 1183 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2196] 10.0.0.248 () {34 vars in 742 bytes} [Sun May 31 07:09:13 2026] PUT /v2.0/routers/9e0d86f6-ef04-437b-b10b-5fee031ae72f => generated 485 bytes in 466 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: 1101/2197] 10.0.0.248 () {32 vars in 736 bytes} [Sun May 31 07:09:13 2026] GET /v2.0/ports?device_id=9e0d86f6-ef04-437b-b10b-5fee031ae72f => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:09:14.057 8 INFO neutron_taas.services.taas.taas_plugin [None req-7e883c5a-8a06-4560-a2b2-f4a3b823e008 be007da6666042b797a05d57b4e47d59 7e62b3e2117d45aeb574eaa042400661 - - default default] TaaS: Handle Delete Port: aa499df8-335c-4de7-b979-9f1d05a2b8cc 2026-05-31 07:09:14.062 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e883c5a-8a06-4560-a2b2-f4a3b823e008 be007da6666042b797a05d57b4e47d59 7e62b3e2117d45aeb574eaa042400661 - - default default] Tap Mirror: Handle Delete Port: aa499df8-335c-4de7-b979-9f1d05a2b8cc [pid: 8|app: 0|req: 1102/2198] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:09:13 2026] DELETE /v2.0/routers/9e0d86f6-ef04-437b-b10b-5fee031ae72f => generated 0 bytes in 341 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2199] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:09:14 2026] GET /v2.0/ports?device_id=6bee5858-3e23-4bb0-a98b-43cbc8a58e82 => generated 1198 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2200] 199.204.45.138 () {38 vars in 1028 bytes} [Sun May 31 07:09:13 2026] PUT /v2.0/ports/356f7dc7-763f-498f-842c-68d3d08ccbd0 => generated 1464 bytes in 420 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: 1104/2201] 10.0.0.248 () {32 vars in 721 bytes} [Sun May 31 07:09:14 2026] GET /v2.0/routers/05d5c215-6cba-4c45-9f7e-a81ad4df75ec => generated 493 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:09:14.348 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d8aba71d-f36d-45bf-88f6-1fe581bbc5ed'] response: {'name': 'network-changed', 'server_uuid': '6bee5858-3e23-4bb0-a98b-43cbc8a58e82', 'tag': '356f7dc7-763f-498f-842c-68d3d08ccbd0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1098/2202] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:09:14 2026] GET /v2.0/security-groups?id=d24e1cf5-2fc9-4eea-b214-6f63277312c8&fields=id&fields=name => generated 111 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2203] 10.0.0.248 () {34 vars in 742 bytes} [Sun May 31 07:09:14 2026] PUT /v2.0/routers/05d5c215-6cba-4c45-9f7e-a81ad4df75ec => generated 493 bytes in 527 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2204] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:09:14 2026] GET /v2.0/ports?tenant_id=9f07a70d12354a25b76ae3f0c927bc17&device_id=6bee5858-3e23-4bb0-a98b-43cbc8a58e82 => generated 1467 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2205] 10.0.0.248 () {32 vars in 736 bytes} [Sun May 31 07:09:14 2026] GET /v2.0/ports?device_id=05d5c215-6cba-4c45-9f7e-a81ad4df75ec => 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: 1108/2206] 199.204.45.138 () {34 vars in 1018 bytes} [Sun May 31 07:09:14 2026] GET /v2.0/networks?tenant_id=9f07a70d12354a25b76ae3f0c927bc17&shared=False => generated 2373 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:09:14.992 7 INFO neutron.db.segments_db [None req-a738e038-0c7a-4d12-8c63-b8df01436050 584a2c6df37f4f1abe2dea4111ea00dd 1285fbfdff3643f39909f8d7eb5a27e6 - - default default] Added segment 73acc978-2712-4c59-9d4e-4169b6cc1b69 of type vxlan for network 2537e450-5f7e-482b-b1e1-dbad56af55b0 [pid: 7|app: 0|req: 1099/2207] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:09:14 2026] POST /v2.0/networks => generated 631 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2208] 199.204.45.138 () {34 vars in 930 bytes} [Sun May 31 07:09:15 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-05-31 07:09:15.134 8 INFO neutron_taas.services.taas.taas_plugin [None req-f7c648d9-3789-45b7-b773-42fc742302d5 be007da6666042b797a05d57b4e47d59 7e62b3e2117d45aeb574eaa042400661 - - default default] TaaS: Handle Delete Port: 3896908e-1492-4ddd-8e8a-8ffdfd8929ad 2026-05-31 07:09:15.137 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7c648d9-3789-45b7-b773-42fc742302d5 be007da6666042b797a05d57b4e47d59 7e62b3e2117d45aeb574eaa042400661 - - default default] Tap Mirror: Handle Delete Port: 3896908e-1492-4ddd-8e8a-8ffdfd8929ad [pid: 8|app: 0|req: 1109/2209] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:09:14 2026] DELETE /v2.0/routers/05d5c215-6cba-4c45-9f7e-a81ad4df75ec => generated 0 bytes in 320 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2210] 10.0.0.248 () {32 vars in 721 bytes} [Sun May 31 07:09:15 2026] GET /v2.0/routers/454f77cc-1ebc-477f-9e44-ff2559ed96c8 => generated 502 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2211] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:09:15 2026] POST /v2.0/subnets => generated 626 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:09:15.484 7 INFO neutron.db.segments_db [None req-a7e9f3be-241f-497a-83ab-756ea4b993e7 584a2c6df37f4f1abe2dea4111ea00dd 1285fbfdff3643f39909f8d7eb5a27e6 - - default default] Added segment c815f9b3-5e08-4eb9-8f4f-b7fc30dc0f52 of type vxlan for network 6ca4417f-6de5-4db2-a4a7-1bf6e473685a [pid: 7|app: 0|req: 1102/2212] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:09:15 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: 1111/2213] 10.0.0.248 () {34 vars in 742 bytes} [Sun May 31 07:09:15 2026] PUT /v2.0/routers/454f77cc-1ebc-477f-9e44-ff2559ed96c8 => generated 502 bytes in 487 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2214] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:09:15 2026] POST /v2.0/subnets => generated 629 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2215] 10.0.0.248 () {32 vars in 736 bytes} [Sun May 31 07:09:15 2026] GET /v2.0/ports?device_id=454f77cc-1ebc-477f-9e44-ff2559ed96c8 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:09:15.914 7 INFO neutron.db.segments_db [None req-13b7597e-809a-4b74-9d16-e51a1a585fb9 584a2c6df37f4f1abe2dea4111ea00dd 1285fbfdff3643f39909f8d7eb5a27e6 - - default default] Added segment b9ec3c2e-905f-4638-8730-0b3a07902e0e of type vxlan for network 28bdca65-6901-4515-a23c-0cc8d6c94a68 2026-05-31 07:09:15.995 8 INFO neutron_taas.services.taas.taas_plugin [None req-34591284-fa81-4ac9-a612-51f9c4516b40 be007da6666042b797a05d57b4e47d59 7e62b3e2117d45aeb574eaa042400661 - - default default] TaaS: Handle Delete Port: 13e0cff5-3b16-497f-9821-15ae2eea0d9a 2026-05-31 07:09:15.998 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34591284-fa81-4ac9-a612-51f9c4516b40 be007da6666042b797a05d57b4e47d59 7e62b3e2117d45aeb574eaa042400661 - - default default] Tap Mirror: Handle Delete Port: 13e0cff5-3b16-497f-9821-15ae2eea0d9a [pid: 7|app: 0|req: 1104/2216] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:09:15 2026] POST /v2.0/networks => generated 632 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2217] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:09:15 2026] DELETE /v2.0/routers/454f77cc-1ebc-477f-9e44-ff2559ed96c8 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2218] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:09:16 2026] GET /v2.0/ports?tenant_id=9f07a70d12354a25b76ae3f0c927bc17&device_id=6bee5858-3e23-4bb0-a98b-43cbc8a58e82 => generated 1467 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2219] 10.0.0.248 () {32 vars in 721 bytes} [Sun May 31 07:09:16 2026] GET /v2.0/routers/835ed276-8a49-4795-9e65-bfa3078242bf => generated 487 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2220] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:09:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.222&port_id=356f7dc7-763f-498f-842c-68d3d08ccbd0 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2221] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:09:16 2026] POST /v2.0/subnets => generated 629 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2222] 199.204.45.138 () {34 vars in 1104 bytes} [Sun May 31 07:09:16 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A26a&port_id=356f7dc7-763f-498f-842c-68d3d08ccbd0 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:09:16.360 7 INFO neutron.db.segments_db [None req-e2dfbeef-86c8-4134-b92e-2d78a29c665a 584a2c6df37f4f1abe2dea4111ea00dd 1285fbfdff3643f39909f8d7eb5a27e6 - - default default] Added segment 3b919a5c-2bab-48d1-907c-d9abf28bc54a of type vxlan for network 78ce06e5-012f-4bc4-90c7-f0b479e0d1e0 [pid: 7|app: 0|req: 1107/2223] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:09:16 2026] POST /v2.0/networks => generated 632 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2224] 199.204.45.138 () {34 vars in 1064 bytes} [Sun May 31 07:09:16 2026] GET /v2.0/subnets?id=e8bf40c5-7553-4d10-af29-951caacc6919&id=ad8fcfe2-cf74-4098-be44-3da2702b8cb2 => generated 1409 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2225] 10.0.0.248 () {34 vars in 742 bytes} [Sun May 31 07:09:16 2026] PUT /v2.0/routers/835ed276-8a49-4795-9e65-bfa3078242bf => generated 487 bytes in 463 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2226] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:09: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: 1118/2227] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:09:16 2026] GET /v2.0/ports?network_id=b5c65271-5d56-42c0-850c-9ae714411b12&device_owner=network%3Adhcp => generated 1457 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2228] 10.0.0.248 () {32 vars in 736 bytes} [Sun May 31 07:09:16 2026] GET /v2.0/ports?device_id=835ed276-8a49-4795-9e65-bfa3078242bf => 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: 1111/2229] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:09:16 2026] GET /v2.0/ports?network_id=b5c65271-5d56-42c0-850c-9ae714411b12&device_owner=network%3Adhcp => generated 1457 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:09:16.783 8 INFO neutron.db.segments_db [None req-fccbf2a0-578a-4266-862f-df2aef5eeaea 584a2c6df37f4f1abe2dea4111ea00dd 1285fbfdff3643f39909f8d7eb5a27e6 - - default default] Added segment f29ad705-006c-4e48-921c-a609c127767e of type vxlan for network 858bb849-b74f-4f64-a4df-963ebdecc584 [pid: 8|app: 0|req: 1119/2230] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:09:16 2026] POST /v2.0/networks => generated 630 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2231] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:09:16 2026] GET /v2.0/networks/b5c65271-5d56-42c0-850c-9ae714411b12?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:09:16.934 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f0f90b6-38f2-44b4-a063-09074fe51dbc be007da6666042b797a05d57b4e47d59 7e62b3e2117d45aeb574eaa042400661 - - default default] TaaS: Handle Delete Port: 7999be22-3767-4fb4-a8a6-17d0a9a55d32 2026-05-31 07:09:16.937 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f0f90b6-38f2-44b4-a063-09074fe51dbc be007da6666042b797a05d57b4e47d59 7e62b3e2117d45aeb574eaa042400661 - - default default] Tap Mirror: Handle Delete Port: 7999be22-3767-4fb4-a8a6-17d0a9a55d32 [pid: 7|app: 0|req: 1112/2232] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:09:16 2026] DELETE /v2.0/routers/835ed276-8a49-4795-9e65-bfa3078242bf => generated 0 bytes in 347 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2233] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:09:16 2026] POST /v2.0/subnets => generated 629 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2234] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:09:17 2026] GET /v2.0/networks/b5c65271-5d56-42c0-850c-9ae714411b12?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: 1122/2235] 10.0.0.248 () {32 vars in 721 bytes} [Sun May 31 07:09:17 2026] GET /v2.0/routers/92c73db9-4b9b-4251-a9d1-fda8dfedf823 => generated 480 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2236] 10.0.0.248 () {34 vars in 751 bytes} [Sun May 31 07:09:17 2026] PUT /v2.0/subnets/f2c7631e-15c3-4a45-a442-dc40fc0a89b5/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2237] 10.0.0.248 () {34 vars in 751 bytes} [Sun May 31 07:09:17 2026] PUT /v2.0/subnets/5dd65677-df8b-403e-bb16-5ea34ff58eae/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: 1116/2238] 10.0.0.248 () {34 vars in 751 bytes} [Sun May 31 07:09:17 2026] PUT /v2.0/subnets/6fda23c3-c357-4faf-b582-ddb1cde15604/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: 1117/2239] 10.0.0.248 () {34 vars in 751 bytes} [Sun May 31 07:09:17 2026] PUT /v2.0/subnets/2a6e5763-5de1-488b-84fb-9e769c6378cf/tags => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2240] 10.0.0.248 () {32 vars in 664 bytes} [Sun May 31 07:09:17 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2241] 10.0.0.248 () {32 vars in 678 bytes} [Sun May 31 07:09:17 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2242] 10.0.0.248 () {32 vars in 674 bytes} [Sun May 31 07:09:17 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2243] 10.0.0.248 () {32 vars in 686 bytes} [Sun May 31 07:09:17 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2244] 10.0.0.248 () {32 vars in 672 bytes} [Sun May 31 07:09:17 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2245] 10.0.0.248 () {32 vars in 686 bytes} [Sun May 31 07:09:17 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2246] 10.0.0.248 () {32 vars in 682 bytes} [Sun May 31 07:09:17 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2247] 10.0.0.248 () {34 vars in 742 bytes} [Sun May 31 07:09:17 2026] PUT /v2.0/routers/92c73db9-4b9b-4251-a9d1-fda8dfedf823 => generated 480 bytes in 465 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2248] 10.0.0.248 () {32 vars in 694 bytes} [Sun May 31 07:09:17 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2249] 10.0.0.248 () {32 vars in 736 bytes} [Sun May 31 07:09:17 2026] GET /v2.0/ports?device_id=92c73db9-4b9b-4251-a9d1-fda8dfedf823 => 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: 1126/2250] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:09:17 2026] DELETE /v2.0/subnets/f2c7631e-15c3-4a45-a442-dc40fc0a89b5 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:09:17.865 8 INFO neutron_taas.services.taas.taas_plugin [None req-1656f596-1f59-464b-a514-5b05fe858d8e be007da6666042b797a05d57b4e47d59 7e62b3e2117d45aeb574eaa042400661 - - default default] TaaS: Handle Delete Port: 8dfe42f9-7514-4f30-8b28-6f2f55922ebc 2026-05-31 07:09:17.868 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1656f596-1f59-464b-a514-5b05fe858d8e be007da6666042b797a05d57b4e47d59 7e62b3e2117d45aeb574eaa042400661 - - default default] Tap Mirror: Handle Delete Port: 8dfe42f9-7514-4f30-8b28-6f2f55922ebc [pid: 7|app: 0|req: 1127/2251] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:09:17 2026] DELETE /v2.0/subnets/5dd65677-df8b-403e-bb16-5ea34ff58eae => generated 0 bytes in 84 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2252] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:09:17 2026] DELETE /v2.0/subnets/6fda23c3-c357-4faf-b582-ddb1cde15604 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2253] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:09:17 2026] DELETE /v2.0/subnets/2a6e5763-5de1-488b-84fb-9e769c6378cf => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2254] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:09:18 2026] DELETE /v2.0/subnets/f4f1cd46-0ad4-4a3d-ab94-db7f8ac7a197 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:09:18.216 8 INFO neutron.services.segments.plugin [-] Segment a2e6c050-b7ac-42bd-96b1-909beca6e2dc resource provider aggregate not found 2026-05-31 07:09:18.225 8 INFO neutron.services.segments.plugin [-] Segment a2e6c050-b7ac-42bd-96b1-909beca6e2dc resource provider aggregate not found 2026-05-31 07:09:18.245 8 INFO neutron.services.segments.plugin [-] Segment a2e6c050-b7ac-42bd-96b1-909beca6e2dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2e6c050-b7ac-42bd-96b1-909beca6e2dc found for delete ", "request_id": "req-2821da2d-24e0-4606-ba85-e75bcc072ec9"}]} 2026-05-31 07:09:18.252 8 INFO neutron.services.segments.plugin [-] Segment a2e6c050-b7ac-42bd-96b1-909beca6e2dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2e6c050-b7ac-42bd-96b1-909beca6e2dc found for delete ", "request_id": "req-1e683e8e-6c52-4a02-b250-8974433ec502"}]} 2026-05-31 07:09:18.265 8 INFO neutron.db.l3_hamode_db [None req-1656f596-1f59-464b-a514-5b05fe858d8e be007da6666042b797a05d57b4e47d59 7e62b3e2117d45aeb574eaa042400661 - - default default] HA network 088832a9-e626-4899-8a62-6bc599c556cd was deleted as no HA routers are present in tenant 7e62b3e2117d45aeb574eaa042400661. [pid: 8|app: 0|req: 1125/2255] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:09:17 2026] DELETE /v2.0/routers/92c73db9-4b9b-4251-a9d1-fda8dfedf823 => generated 0 bytes in 580 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:09:18.345 7 INFO neutron.services.segments.plugin [-] Segment 73acc978-2712-4c59-9d4e-4169b6cc1b69 resource provider aggregate not found 2026-05-31 07:09:18.349 7 INFO neutron.services.segments.plugin [-] Segment 73acc978-2712-4c59-9d4e-4169b6cc1b69 resource provider aggregate not found 2026-05-31 07:09:18.363 7 INFO neutron.services.segments.plugin [-] Segment 73acc978-2712-4c59-9d4e-4169b6cc1b69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73acc978-2712-4c59-9d4e-4169b6cc1b69 found for delete ", "request_id": "req-5f00b5fb-2134-4d89-8e2c-53867a74efc3"}]} 2026-05-31 07:09:18.370 7 INFO neutron.services.segments.plugin [-] Segment 73acc978-2712-4c59-9d4e-4169b6cc1b69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73acc978-2712-4c59-9d4e-4169b6cc1b69 found for delete ", "request_id": "req-20925427-707a-43d3-a26a-0ce6bfaa18b5"}]} [pid: 7|app: 0|req: 1131/2256] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:09:18 2026] DELETE /v2.0/networks/2537e450-5f7e-482b-b1e1-dbad56af55b0 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2257] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:09:18 2026] DELETE /v2.0/networks/6ca4417f-6de5-4db2-a4a7-1bf6e473685a => 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: 1132/2258] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:09:18 2026] DELETE /v2.0/networks/28bdca65-6901-4515-a23c-0cc8d6c94a68 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2259] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:09:18 2026] DELETE /v2.0/networks/78ce06e5-012f-4bc4-90c7-f0b479e0d1e0 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2260] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:09:18 2026] DELETE /v2.0/networks/858bb849-b74f-4f64-a4df-963ebdecc584 => 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: 1128/2261] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:09:19 2026] GET /v2.0/security-groups?tenant_id=7e62b3e2117d45aeb574eaa042400661&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2262] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:09:19 2026] DELETE /v2.0/security-groups/b14fa2b8-d6dd-49aa-8284-b3fb95070516 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2263] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:09:19 2026] GET /v2.0/ports?device_id=6bee5858-3e23-4bb0-a98b-43cbc8a58e82 => generated 1198 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2264] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:09:19 2026] GET /v2.0/security-groups?id=d24e1cf5-2fc9-4eea-b214-6f63277312c8&fields=id&fields=name => generated 111 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2265] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:09:19 2026] GET /v2.0/security-groups?tenant_id=14fcb77a3827438eb5d224f2947d3fa7&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2266] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:09:19 2026] DELETE /v2.0/security-groups/c6c7d7ab-2e13-4ba4-8226-f7be8c95ae95 => 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: 1136/2267] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:09:19 2026] GET /v2.0/security-groups?tenant_id=1285fbfdff3643f39909f8d7eb5a27e6&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: 1132/2268] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:09:19 2026] DELETE /v2.0/security-groups/06aed7d3-8f9e-4635-8262-c2bbf9cb35c6 => 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: 1137/2269] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:09:19 2026] GET /v2.0/security-groups?tenant_id=7b79307d32c9420897aba5de72229d12&name=default => generated 2929 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2270] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:09:20 2026] DELETE /v2.0/security-groups/da12ac57-35cd-4cf8-8707-86cbfcd18f13 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:09:20.260 8 INFO neutron.services.segments.plugin [-] Segment c815f9b3-5e08-4eb9-8f4f-b7fc30dc0f52 resource provider aggregate not found 2026-05-31 07:09:20.276 8 INFO neutron.services.segments.plugin [-] Segment c815f9b3-5e08-4eb9-8f4f-b7fc30dc0f52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c815f9b3-5e08-4eb9-8f4f-b7fc30dc0f52 found for delete ", "request_id": "req-f3870ec7-3a54-4147-b87d-c95a03926e1e"}]} 2026-05-31 07:09:20.280 8 INFO neutron.services.segments.plugin [-] Segment c815f9b3-5e08-4eb9-8f4f-b7fc30dc0f52 resource provider aggregate not found 2026-05-31 07:09:20.294 8 INFO neutron.services.segments.plugin [-] Segment c815f9b3-5e08-4eb9-8f4f-b7fc30dc0f52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c815f9b3-5e08-4eb9-8f4f-b7fc30dc0f52 found for delete ", "request_id": "req-bc5ae717-d5eb-4b00-bc91-d06a4de57380"}]} 2026-05-31 07:09:20.299 8 INFO neutron.services.segments.plugin [-] Segment 3b919a5c-2bab-48d1-907c-d9abf28bc54a resource provider aggregate not found 2026-05-31 07:09:20.316 8 INFO neutron.services.segments.plugin [-] Segment 3b919a5c-2bab-48d1-907c-d9abf28bc54a resource provider aggregate not found 2026-05-31 07:09:20.321 8 INFO neutron.services.segments.plugin [-] Segment 3b919a5c-2bab-48d1-907c-d9abf28bc54a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b919a5c-2bab-48d1-907c-d9abf28bc54a found for delete ", "request_id": "req-a0db5d4d-1263-44e4-b9e8-398569edd0f9"}]} 2026-05-31 07:09:20.331 8 INFO neutron.services.segments.plugin [-] Segment 3b919a5c-2bab-48d1-907c-d9abf28bc54a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b919a5c-2bab-48d1-907c-d9abf28bc54a found for delete ", "request_id": "req-54627a79-fb42-4a06-a63b-07b967862ff9"}]} 2026-05-31 07:09:20.380 7 INFO neutron.services.segments.plugin [-] Segment b9ec3c2e-905f-4638-8730-0b3a07902e0e resource provider aggregate not found [pid: 7|app: 0|req: 1138/2271] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:09:20 2026] GET /v2.0/security-groups?tenant_id=0659c0c4066a4e559acfc2090eaa95d1&name=default => generated 2929 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:09:20.396 7 INFO neutron.services.segments.plugin [-] Segment b9ec3c2e-905f-4638-8730-0b3a07902e0e resource provider aggregate not found 2026-05-31 07:09:20.397 7 INFO neutron.services.segments.plugin [-] Segment b9ec3c2e-905f-4638-8730-0b3a07902e0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9ec3c2e-905f-4638-8730-0b3a07902e0e found for delete ", "request_id": "req-d127d0ef-c049-4fcb-9ab4-b8ce7fdd5abd"}]} 2026-05-31 07:09:20.413 7 INFO neutron.services.segments.plugin [-] Segment f29ad705-006c-4e48-921c-a609c127767e resource provider aggregate not found 2026-05-31 07:09:20.416 7 INFO neutron.services.segments.plugin [-] Segment b9ec3c2e-905f-4638-8730-0b3a07902e0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9ec3c2e-905f-4638-8730-0b3a07902e0e found for delete ", "request_id": "req-49a98c8f-a1f4-4d61-883c-ec034f2ce940"}]} 2026-05-31 07:09:20.434 7 INFO neutron.services.segments.plugin [-] Segment f29ad705-006c-4e48-921c-a609c127767e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f29ad705-006c-4e48-921c-a609c127767e found for delete ", "request_id": "req-d1b19418-47db-4cee-90e0-22eca70d6a64"}]} 2026-05-31 07:09:20.435 7 INFO neutron.services.segments.plugin [-] Segment f29ad705-006c-4e48-921c-a609c127767e resource provider aggregate not found 2026-05-31 07:09:20.451 7 INFO neutron.services.segments.plugin [-] Segment f29ad705-006c-4e48-921c-a609c127767e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f29ad705-006c-4e48-921c-a609c127767e found for delete ", "request_id": "req-4614a64a-8c3a-42e5-a577-a16b0d915bc9"}]} [pid: 8|app: 0|req: 1134/2272] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:09:20 2026] DELETE /v2.0/security-groups/918587e1-118c-41fa-a783-a8a9868f1c2a => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2273] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:09:20 2026] GET /v2.0/security-groups?tenant_id=a42ec4e9998d43c4ae1833064ed046e1&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2274] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:09:20 2026] DELETE /v2.0/security-groups/a50792a2-6fee-4a12-9fe1-71ead3c01390 => 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: 1141/2277] 10.0.0.248 () {34 vars in 678 bytes} [Sun May 31 07:09:23 2026] POST /v2.0/qos/policies => generated 359 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2278] 10.0.0.248 () {34 vars in 753 bytes} [Sun May 31 07:09:23 2026] PUT /v2.0/policies/b2e93db6-d087-467c-9c7b-edbc316c52d5/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2279] 10.0.0.248 () {32 vars in 733 bytes} [Sun May 31 07:09:24 2026] GET /v2.0/policies/b2e93db6-d087-467c-9c7b-edbc316c52d5/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2280] 10.0.0.248 () {34 vars in 764 bytes} [Sun May 31 07:09:24 2026] PUT /v2.0/policies/b2e93db6-d087-467c-9c7b-edbc316c52d5/tags/green => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2281] 10.0.0.248 () {32 vars in 733 bytes} [Sun May 31 07:09:24 2026] GET /v2.0/policies/b2e93db6-d087-467c-9c7b-edbc316c52d5/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: 1139/2282] 10.0.0.248 () {34 vars in 760 bytes} [Sun May 31 07:09:24 2026] PUT /v2.0/policies/b2e93db6-d087-467c-9c7b-edbc316c52d5/tags/red => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2283] 10.0.0.248 () {32 vars in 733 bytes} [Sun May 31 07:09:24 2026] GET /v2.0/policies/b2e93db6-d087-467c-9c7b-edbc316c52d5/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2284] 10.0.0.248 () {34 vars in 782 bytes} [Sun May 31 07:09:24 2026] PUT /v2.0/policies/b2e93db6-d087-467c-9c7b-edbc316c52d5/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: 7|app: 0|req: 1145/2285] 10.0.0.248 () {32 vars in 733 bytes} [Sun May 31 07:09:24 2026] GET /v2.0/policies/b2e93db6-d087-467c-9c7b-edbc316c52d5/tags => generated 52 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2286] 10.0.0.248 () {34 vars in 753 bytes} [Sun May 31 07:09:24 2026] PUT /v2.0/policies/b2e93db6-d087-467c-9c7b-edbc316c52d5/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2287] 10.0.0.248 () {32 vars in 733 bytes} [Sun May 31 07:09:24 2026] GET /v2.0/policies/b2e93db6-d087-467c-9c7b-edbc316c52d5/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2288] 10.0.0.248 () {32 vars in 741 bytes} [Sun May 31 07:09:24 2026] GET /v2.0/policies/b2e93db6-d087-467c-9c7b-edbc316c52d5/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:09:24.521 7 INFO neutron.api.v2.resource [None req-061b92e5-1944-4d4a-b80b-c46b87ab1e98 1f138678ff864cf2894c63d30c96b4be ea0db2482201464e9476bcfc038d5bcc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1147/2289] 10.0.0.248 () {32 vars in 745 bytes} [Sun May 31 07:09:24 2026] GET /v2.0/policies/b2e93db6-d087-467c-9c7b-edbc316c52d5/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: 1143/2290] 10.0.0.248 () {32 vars in 744 bytes} [Sun May 31 07:09:24 2026] DELETE /v2.0/policies/b2e93db6-d087-467c-9c7b-edbc316c52d5/tags/red => 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: 1148/2291] 10.0.0.248 () {32 vars in 733 bytes} [Sun May 31 07:09:24 2026] GET /v2.0/policies/b2e93db6-d087-467c-9c7b-edbc316c52d5/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:09:24.655 7 INFO neutron.api.v2.resource [None req-5d47bdab-8888-472b-986b-cfe8a5352bac 1f138678ff864cf2894c63d30c96b4be ea0db2482201464e9476bcfc038d5bcc - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1149/2292] 10.0.0.248 () {32 vars in 748 bytes} [Sun May 31 07:09:24 2026] DELETE /v2.0/policies/b2e93db6-d087-467c-9c7b-edbc316c52d5/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2293] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:09:24 2026] GET /v2.0/ports?device_id=6bee5858-3e23-4bb0-a98b-43cbc8a58e82 => 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: 1150/2294] 10.0.0.248 () {32 vars in 736 bytes} [Sun May 31 07:09:24 2026] DELETE /v2.0/policies/b2e93db6-d087-467c-9c7b-edbc316c52d5/tags => 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: 1145/2295] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:09:24 2026] GET /v2.0/security-groups?id=d24e1cf5-2fc9-4eea-b214-6f63277312c8&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: 1151/2296] 10.0.0.248 () {32 vars in 733 bytes} [Sun May 31 07:09:24 2026] GET /v2.0/policies/b2e93db6-d087-467c-9c7b-edbc316c52d5/tags => 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: 1146/2297] 10.0.0.248 () {32 vars in 818 bytes} [Sun May 31 07:09:24 2026] GET /v2.0/ports?network_id=b5c65271-5d56-42c0-850c-9ae714411b12&mac_address=fa%3A16%3A3e%3A09%3A35%3Ad7 => generated 1200 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2298] 10.0.0.248 () {32 vars in 734 bytes} [Sun May 31 07:09:24 2026] DELETE /v2.0/qos/policies/b2e93db6-d087-467c-9c7b-edbc316c52d5 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:09:25.456 7 INFO neutron.db.segments_db [None req-f4ae9d17-95a0-40bf-b438-9909895caba6 0459c140c0e546a09b08b423fbcb75f4 ff3e346839324da09eed5d93c5509118 - - default default] Added segment c5bc216c-89ec-4cf7-84a3-1f7ab921b35f of type vxlan for network 9ff85371-6e37-419c-8f5d-7799a141df63 2026-05-31 07:09:25.527 8 INFO neutron.db.l3_db [None req-51d192b4-c7f4-4b40-8503-321db16d6806 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] Floating IP 325d65ff-7ed9-4d7c-beb6-d24abbbe36a6 associated. External IP: 10.96.250.214, port: 356f7dc7-763f-498f-842c-68d3d08ccbd0. [pid: 7|app: 0|req: 1153/2299] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:09:25 2026] POST /v2.0/networks => generated 632 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2300] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:09:25 2026] GET /v2.0/security-groups?tenant_id=ea0db2482201464e9476bcfc038d5bcc&name=default => generated 2929 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2301] 10.0.0.248 () {34 vars in 664 bytes} [Sun May 31 07:09:25 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: 7|app: 0|req: 1156/2302] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:09:26 2026] DELETE /v2.0/security-groups/a8896f47-da20-4566-98ba-a90733205c18 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2303] 10.0.0.248 () {34 vars in 677 bytes} [Sun May 31 07:09:24 2026] POST /v2.0/floatingips => generated 855 bytes in 1408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:09:26.265 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d6c6e66a-2996-4f49-a759-ce9590e987dc'] response: {'name': 'network-changed', 'server_uuid': '6bee5858-3e23-4bb0-a98b-43cbc8a58e82', 'tag': '356f7dc7-763f-498f-842c-68d3d08ccbd0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1157/2304] 10.0.0.248 () {34 vars in 666 bytes} [Sun May 31 07:09:26 2026] POST /v2.0/trunks => generated 407 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2305] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:09:26 2026] GET /v2.0/security-groups?tenant_id=86a811edb2c64d43881ee2b26b2bcc4d&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2306] 10.0.0.237 () {34 vars in 1094 bytes} [Sun May 31 07:09:26 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-186944396&fields=id&tenant_id=9f07a70d12354a25b76ae3f0c927bc17 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:09:26.395 8 INFO neutron.db.segments_db [None req-986f519f-e734-4e35-86a7-78bdd60de817 0459c140c0e546a09b08b423fbcb75f4 ff3e346839324da09eed5d93c5509118 - - default default] Added segment 7cc83302-a712-41f8-9605-44f55e1b632f of type vxlan for network 6a53d533-ec98-4802-bbd3-c7c1e720f34d [pid: 7|app: 0|req: 1159/2307] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:09:26 2026] DELETE /v2.0/security-groups/aa04b713-480c-4aa3-bc71-21f707f284a0 => 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: 1160/2308] 10.0.0.237 () {34 vars in 982 bytes} [Sun May 31 07:09:26 2026] GET /v2.0/networks?id=bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a => generated 704 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2309] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:09:26 2026] POST /v2.0/networks => generated 632 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2310] 10.0.0.237 () {34 vars in 965 bytes} [Sun May 31 07:09:26 2026] GET /v2.0/quotas/9f07a70d12354a25b76ae3f0c927bc17 => 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: 1162/2311] 10.0.0.237 () {34 vars in 1002 bytes} [Sun May 31 07:09:26 2026] GET /v2.0/ports?tenant_id=9f07a70d12354a25b76ae3f0c927bc17&fields=id => generated 333 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2312] 10.0.0.237 () {34 vars in 1008 bytes} [Sun May 31 07:09:26 2026] GET /v2.0/networks/bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a?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: 1164/2313] 10.0.0.237 () {34 vars in 1108 bytes} [Sun May 31 07:09:26 2026] GET /v2.0/networks/bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2314] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:09:26 2026] GET /v2.0/ports?tenant_id=9f07a70d12354a25b76ae3f0c927bc17&device_id=6bee5858-3e23-4bb0-a98b-43cbc8a58e82 => generated 1469 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2315] 10.0.0.248 () {34 vars in 664 bytes} [Sun May 31 07:09:26 2026] POST /v2.0/ports => generated 743 bytes in 349 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: 1166/2316] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:09:26 2026] GET /v2.0/networks?id=b5c65271-5d56-42c0-850c-9ae714411b12 => generated 799 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2317] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:09:26 2026] GET /v2.0/ports?device_id=90b2c2c5-8916-4980-a127-fbf9ae977e07 => 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: 1152/2318] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:09:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.222&port_id=356f7dc7-763f-498f-842c-68d3d08ccbd0 => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2319] 199.204.45.138 () {34 vars in 1104 bytes} [Sun May 31 07:09:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A26a&port_id=356f7dc7-763f-498f-842c-68d3d08ccbd0 => 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: 1154/2320] 199.204.45.138 () {34 vars in 1064 bytes} [Sun May 31 07:09:26 2026] GET /v2.0/subnets?id=e8bf40c5-7553-4d10-af29-951caacc6919&id=ad8fcfe2-cf74-4098-be44-3da2702b8cb2 => generated 1409 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2321] 10.0.0.248 () {34 vars in 666 bytes} [Sun May 31 07:09:26 2026] POST /v2.0/trunks => generated 407 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2322] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:09:26 2026] GET /v2.0/ports?network_id=b5c65271-5d56-42c0-850c-9ae714411b12&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:09:27.007 7 INFO neutron.db.segments_db [None req-05c1a9e2-1326-47bf-bd92-e8b5fac4cd32 0459c140c0e546a09b08b423fbcb75f4 ff3e346839324da09eed5d93c5509118 - - default default] Added segment 81229460-eb90-4f47-98d1-b7f5887cd761 of type vxlan for network 12d451c3-966e-47f4-afd2-45247af373e2 [pid: 8|app: 0|req: 1156/2323] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:09:27 2026] GET /v2.0/ports?network_id=b5c65271-5d56-42c0-850c-9ae714411b12&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2324] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:09:26 2026] POST /v2.0/networks => generated 632 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2325] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:09:27 2026] GET /v2.0/networks/b5c65271-5d56-42c0-850c-9ae714411b12?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2326] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:09:27 2026] GET /v2.0/networks/b5c65271-5d56-42c0-850c-9ae714411b12?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: 1169/2327] 10.0.0.248 () {34 vars in 664 bytes} [Sun May 31 07:09:27 2026] POST /v2.0/ports => generated 743 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2328] 10.0.0.248 () {34 vars in 666 bytes} [Sun May 31 07:09:27 2026] POST /v2.0/trunks => generated 407 bytes in 209 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-05-31 07:09:27.620 7 INFO neutron.db.segments_db [None req-9c27d1a6-d014-477a-a465-f063c392f8b7 0459c140c0e546a09b08b423fbcb75f4 ff3e346839324da09eed5d93c5509118 - - default default] Added segment 939a0e5c-6101-4258-8870-7349fd6bb7e9 of type vxlan for network 7b1cfd49-49e4-41ce-afd1-d5c20ed8720c [pid: 7|app: 0|req: 1170/2329] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:09:27 2026] POST /v2.0/networks => generated 632 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2330] 10.0.0.248 () {34 vars in 664 bytes} [Sun May 31 07:09:27 2026] POST /v2.0/ports => generated 743 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2331] 10.0.0.248 () {34 vars in 666 bytes} [Sun May 31 07:09:28 2026] POST /v2.0/trunks => generated 407 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-31 07:09:28.214 8 INFO neutron.db.segments_db [None req-ab6620f4-f8bd-47c6-9fb2-2304dae14d54 0459c140c0e546a09b08b423fbcb75f4 ff3e346839324da09eed5d93c5509118 - - default default] Added segment e2832e2c-001f-4975-bbd4-e9431c510a7b of type vxlan for network 9ae3c6cb-3749-4351-8b54-466937f31497 [pid: 8|app: 0|req: 1161/2332] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:09:28 2026] POST /v2.0/networks => generated 631 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2333] 10.0.0.248 () {34 vars in 664 bytes} [Sun May 31 07:09:28 2026] POST /v2.0/ports => generated 743 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2334] 10.0.0.248 () {34 vars in 666 bytes} [Sun May 31 07:09:28 2026] POST /v2.0/trunks => generated 407 bytes in 174 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: 1173/2335] 10.0.0.248 () {34 vars in 749 bytes} [Sun May 31 07:09:28 2026] PUT /v2.0/trunks/f71c8d60-fe79-4bde-8af8-fd2b26191bd0/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2336] 10.0.0.248 () {34 vars in 749 bytes} [Sun May 31 07:09:28 2026] PUT /v2.0/trunks/08c4208a-3580-44f1-a6de-9d59cb17b793/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2337] 10.0.0.248 () {34 vars in 749 bytes} [Sun May 31 07:09:28 2026] PUT /v2.0/trunks/c22065f7-6a91-45fd-b5de-b9947ca534a3/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: 1164/2338] 10.0.0.248 () {34 vars in 749 bytes} [Sun May 31 07:09:28 2026] PUT /v2.0/trunks/ad544273-56da-4730-a2d3-128ff31d3ed3/tags => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2339] 10.0.0.248 () {32 vars in 662 bytes} [Sun May 31 07:09:28 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2340] 10.0.0.248 () {32 vars in 676 bytes} [Sun May 31 07:09:28 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2341] 10.0.0.248 () {32 vars in 672 bytes} [Sun May 31 07:09:28 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2342] 10.0.0.248 () {32 vars in 684 bytes} [Sun May 31 07:09:28 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2343] 10.0.0.248 () {32 vars in 670 bytes} [Sun May 31 07:09:29 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2344] 10.0.0.248 () {32 vars in 684 bytes} [Sun May 31 07:09:29 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2345] 10.0.0.248 () {32 vars in 680 bytes} [Sun May 31 07:09:29 2026] GET /v2.0/trunks?not-tags-any=blue => 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: 1168/2346] 10.0.0.248 () {32 vars in 692 bytes} [Sun May 31 07:09:29 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: 7|app: 0|req: 1179/2347] 10.0.0.248 () {32 vars in 719 bytes} [Sun May 31 07:09:29 2026] GET /v2.0/trunks/f71c8d60-fe79-4bde-8af8-fd2b26191bd0 => generated 412 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2348] 10.0.0.248 () {32 vars in 717 bytes} [Sun May 31 07:09:29 2026] GET /v2.0/ports/326cdac8-a69b-4657-b854-17dbca3ab381 => generated 826 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2349] 10.0.0.248 () {32 vars in 722 bytes} [Sun May 31 07:09:29 2026] DELETE /v2.0/trunks/f71c8d60-fe79-4bde-8af8-fd2b26191bd0 => 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: 1170/2350] 10.0.0.248 () {32 vars in 719 bytes} [Sun May 31 07:09:29 2026] GET /v2.0/trunks/08c4208a-3580-44f1-a6de-9d59cb17b793 => generated 420 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2351] 10.0.0.248 () {32 vars in 717 bytes} [Sun May 31 07:09:29 2026] GET /v2.0/ports/b458761f-31f4-4e6b-9be8-44d6ce356b03 => generated 826 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2352] 10.0.0.248 () {32 vars in 722 bytes} [Sun May 31 07:09:29 2026] DELETE /v2.0/trunks/08c4208a-3580-44f1-a6de-9d59cb17b793 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2353] 10.0.0.248 () {32 vars in 719 bytes} [Sun May 31 07:09:29 2026] GET /v2.0/trunks/c22065f7-6a91-45fd-b5de-b9947ca534a3 => generated 429 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2354] 10.0.0.248 () {32 vars in 717 bytes} [Sun May 31 07:09:29 2026] GET /v2.0/ports/06edc476-c752-47d4-9ca6-cdd5da71cf47 => generated 826 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2355] 10.0.0.248 () {34 vars in 676 bytes} [Sun May 31 07:09:29 2026] POST /v2.0/subnetpools => generated 516 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2356] 10.0.0.248 () {34 vars in 759 bytes} [Sun May 31 07:09:29 2026] PUT /v2.0/subnetpools/ce7179f3-4560-405e-9cf6-ae0f6a5d5b32/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2357] 10.0.0.248 () {32 vars in 722 bytes} [Sun May 31 07:09:29 2026] DELETE /v2.0/trunks/c22065f7-6a91-45fd-b5de-b9947ca534a3 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2358] 10.0.0.248 () {32 vars in 739 bytes} [Sun May 31 07:09:29 2026] GET /v2.0/subnetpools/ce7179f3-4560-405e-9cf6-ae0f6a5d5b32/tags => generated 25 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2359] 10.0.0.248 () {32 vars in 719 bytes} [Sun May 31 07:09:29 2026] GET /v2.0/trunks/ad544273-56da-4730-a2d3-128ff31d3ed3 => generated 414 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2360] 10.0.0.248 () {34 vars in 770 bytes} [Sun May 31 07:09:29 2026] PUT /v2.0/subnetpools/ce7179f3-4560-405e-9cf6-ae0f6a5d5b32/tags/green => 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: 1176/2361] 10.0.0.248 () {32 vars in 717 bytes} [Sun May 31 07:09:29 2026] GET /v2.0/ports/af8f2bef-6732-4922-a19f-d872663ede81 => generated 826 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2362] 10.0.0.248 () {32 vars in 739 bytes} [Sun May 31 07:09:29 2026] GET /v2.0/subnetpools/ce7179f3-4560-405e-9cf6-ae0f6a5d5b32/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: 1177/2363] 10.0.0.248 () {32 vars in 722 bytes} [Sun May 31 07:09:29 2026] DELETE /v2.0/trunks/ad544273-56da-4730-a2d3-128ff31d3ed3 => 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: 1178/2364] 10.0.0.248 () {32 vars in 719 bytes} [Sun May 31 07:09:29 2026] GET /v2.0/trunks/9da731d9-4a72-418e-9d28-9ec0e6446598 => generated 407 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2365] 10.0.0.248 () {32 vars in 717 bytes} [Sun May 31 07:09:29 2026] GET /v2.0/ports/c765f87e-67d6-44dd-82cb-3252d8254152 => generated 826 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2366] 10.0.0.248 () {32 vars in 722 bytes} [Sun May 31 07:09:29 2026] DELETE /v2.0/trunks/9da731d9-4a72-418e-9d28-9ec0e6446598 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:09:30.009 8 INFO neutron_taas.services.taas.taas_plugin [None req-bc97583f-339f-4169-94d6-ba2fc5718f88 0459c140c0e546a09b08b423fbcb75f4 ff3e346839324da09eed5d93c5509118 - - default default] TaaS: Handle Delete Port: 326cdac8-a69b-4657-b854-17dbca3ab381 2026-05-31 07:09:30.011 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc97583f-339f-4169-94d6-ba2fc5718f88 0459c140c0e546a09b08b423fbcb75f4 ff3e346839324da09eed5d93c5509118 - - default default] Tap Mirror: Handle Delete Port: 326cdac8-a69b-4657-b854-17dbca3ab381 [pid: 8|app: 0|req: 1181/2367] 10.0.0.248 () {32 vars in 720 bytes} [Sun May 31 07:09:29 2026] DELETE /v2.0/ports/326cdac8-a69b-4657-b854-17dbca3ab381 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2368] 10.0.0.248 () {34 vars in 766 bytes} [Sun May 31 07:09:29 2026] PUT /v2.0/subnetpools/ce7179f3-4560-405e-9cf6-ae0f6a5d5b32/tags/red => generated 4 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2369] 10.0.0.248 () {32 vars in 739 bytes} [Sun May 31 07:09:30 2026] GET /v2.0/subnetpools/ce7179f3-4560-405e-9cf6-ae0f6a5d5b32/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:09:30.190 8 INFO neutron_taas.services.taas.taas_plugin [None req-4cf3e7f0-fd81-482e-9729-d30f57fd6fe2 0459c140c0e546a09b08b423fbcb75f4 ff3e346839324da09eed5d93c5509118 - - default default] TaaS: Handle Delete Port: b458761f-31f4-4e6b-9be8-44d6ce356b03 2026-05-31 07:09:30.194 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cf3e7f0-fd81-482e-9729-d30f57fd6fe2 0459c140c0e546a09b08b423fbcb75f4 ff3e346839324da09eed5d93c5509118 - - default default] Tap Mirror: Handle Delete Port: b458761f-31f4-4e6b-9be8-44d6ce356b03 [pid: 7|app: 0|req: 1189/2370] 10.0.0.248 () {34 vars in 788 bytes} [Sun May 31 07:09:30 2026] PUT /v2.0/subnetpools/ce7179f3-4560-405e-9cf6-ae0f6a5d5b32/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: 7|app: 0|req: 1190/2371] 10.0.0.248 () {32 vars in 739 bytes} [Sun May 31 07:09:30 2026] GET /v2.0/subnetpools/ce7179f3-4560-405e-9cf6-ae0f6a5d5b32/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2372] 10.0.0.248 () {32 vars in 720 bytes} [Sun May 31 07:09:30 2026] DELETE /v2.0/ports/b458761f-31f4-4e6b-9be8-44d6ce356b03 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2373] 10.0.0.248 () {34 vars in 759 bytes} [Sun May 31 07:09:30 2026] PUT /v2.0/subnetpools/ce7179f3-4560-405e-9cf6-ae0f6a5d5b32/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2374] 10.0.0.248 () {32 vars in 739 bytes} [Sun May 31 07:09:30 2026] GET /v2.0/subnetpools/ce7179f3-4560-405e-9cf6-ae0f6a5d5b32/tags => generated 37 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2375] 10.0.0.248 () {32 vars in 747 bytes} [Sun May 31 07:09:30 2026] GET /v2.0/subnetpools/ce7179f3-4560-405e-9cf6-ae0f6a5d5b32/tags/red => generated 0 bytes in 17 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:09:30.396 7 INFO neutron.api.v2.resource [None req-cff4c870-03a2-4850-a4ce-6e3c6e32b22e 082abf1e8fa74d39a3c2fd236e61b7b5 d90bf99dfc9c4fcbb9ea71c540a6ee34 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1194/2376] 10.0.0.248 () {32 vars in 751 bytes} [Sun May 31 07:09:30 2026] GET /v2.0/subnetpools/ce7179f3-4560-405e-9cf6-ae0f6a5d5b32/tags/green => generated 99 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-31 07:09:30.406 8 INFO neutron_taas.services.taas.taas_plugin [None req-9bf9cddd-7f3b-4878-9f7e-1c3f8936492d 0459c140c0e546a09b08b423fbcb75f4 ff3e346839324da09eed5d93c5509118 - - default default] TaaS: Handle Delete Port: 06edc476-c752-47d4-9ca6-cdd5da71cf47 2026-05-31 07:09:30.410 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bf9cddd-7f3b-4878-9f7e-1c3f8936492d 0459c140c0e546a09b08b423fbcb75f4 ff3e346839324da09eed5d93c5509118 - - default default] Tap Mirror: Handle Delete Port: 06edc476-c752-47d4-9ca6-cdd5da71cf47 [pid: 7|app: 0|req: 1195/2377] 10.0.0.248 () {32 vars in 750 bytes} [Sun May 31 07:09:30 2026] DELETE /v2.0/subnetpools/ce7179f3-4560-405e-9cf6-ae0f6a5d5b32/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2378] 10.0.0.248 () {32 vars in 739 bytes} [Sun May 31 07:09:30 2026] GET /v2.0/subnetpools/ce7179f3-4560-405e-9cf6-ae0f6a5d5b32/tags => generated 30 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:09:30.477 7 INFO neutron.api.v2.resource [None req-a3bec188-b98d-40fc-b9c8-1f6aae14b14e 082abf1e8fa74d39a3c2fd236e61b7b5 d90bf99dfc9c4fcbb9ea71c540a6ee34 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1197/2379] 10.0.0.248 () {32 vars in 754 bytes} [Sun May 31 07:09:30 2026] DELETE /v2.0/subnetpools/ce7179f3-4560-405e-9cf6-ae0f6a5d5b32/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2380] 10.0.0.248 () {32 vars in 720 bytes} [Sun May 31 07:09:30 2026] DELETE /v2.0/ports/06edc476-c752-47d4-9ca6-cdd5da71cf47 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2381] 10.0.0.248 () {32 vars in 742 bytes} [Sun May 31 07:09:30 2026] DELETE /v2.0/subnetpools/ce7179f3-4560-405e-9cf6-ae0f6a5d5b32/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: 1199/2382] 10.0.0.248 () {32 vars in 739 bytes} [Sun May 31 07:09:30 2026] GET /v2.0/subnetpools/ce7179f3-4560-405e-9cf6-ae0f6a5d5b32/tags => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:09:30.588 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed27933c-b055-4e75-a105-76ab0c18a2d8 0459c140c0e546a09b08b423fbcb75f4 ff3e346839324da09eed5d93c5509118 - - default default] TaaS: Handle Delete Port: af8f2bef-6732-4922-a19f-d872663ede81 2026-05-31 07:09:30.591 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed27933c-b055-4e75-a105-76ab0c18a2d8 0459c140c0e546a09b08b423fbcb75f4 ff3e346839324da09eed5d93c5509118 - - default default] Tap Mirror: Handle Delete Port: af8f2bef-6732-4922-a19f-d872663ede81 [pid: 7|app: 0|req: 1200/2383] 10.0.0.248 () {32 vars in 732 bytes} [Sun May 31 07:09:30 2026] DELETE /v2.0/subnetpools/ce7179f3-4560-405e-9cf6-ae0f6a5d5b32 => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2384] 10.0.0.248 () {32 vars in 720 bytes} [Sun May 31 07:09:30 2026] DELETE /v2.0/ports/af8f2bef-6732-4922-a19f-d872663ede81 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:09:30.763 7 INFO neutron_taas.services.taas.taas_plugin [None req-b43ba5a1-69c9-44d3-a241-42ff3c9d8240 0459c140c0e546a09b08b423fbcb75f4 ff3e346839324da09eed5d93c5509118 - - default default] TaaS: Handle Delete Port: c765f87e-67d6-44dd-82cb-3252d8254152 2026-05-31 07:09:30.766 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b43ba5a1-69c9-44d3-a241-42ff3c9d8240 0459c140c0e546a09b08b423fbcb75f4 ff3e346839324da09eed5d93c5509118 - - default default] Tap Mirror: Handle Delete Port: c765f87e-67d6-44dd-82cb-3252d8254152 [pid: 7|app: 0|req: 1201/2385] 10.0.0.248 () {32 vars in 720 bytes} [Sun May 31 07:09:30 2026] DELETE /v2.0/ports/c765f87e-67d6-44dd-82cb-3252d8254152 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:09:30.945 8 INFO neutron.services.segments.plugin [-] Segment c5bc216c-89ec-4cf7-84a3-1f7ab921b35f resource provider aggregate not found 2026-05-31 07:09:30.948 8 INFO neutron.services.segments.plugin [-] Segment c5bc216c-89ec-4cf7-84a3-1f7ab921b35f resource provider aggregate not found 2026-05-31 07:09:30.961 8 INFO neutron.services.segments.plugin [-] Segment c5bc216c-89ec-4cf7-84a3-1f7ab921b35f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5bc216c-89ec-4cf7-84a3-1f7ab921b35f found for delete ", "request_id": "req-f6cdd802-c375-43cb-93e0-a24e50cd5d66"}]} 2026-05-31 07:09:30.964 8 INFO neutron.services.segments.plugin [-] Segment c5bc216c-89ec-4cf7-84a3-1f7ab921b35f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5bc216c-89ec-4cf7-84a3-1f7ab921b35f found for delete ", "request_id": "req-9767d4b1-4f01-46b9-9488-c4583087942a"}]} [pid: 8|app: 0|req: 1185/2386] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:09:30 2026] DELETE /v2.0/networks/9ff85371-6e37-419c-8f5d-7799a141df63 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:09:31.087 7 INFO neutron.services.segments.plugin [-] Segment 7cc83302-a712-41f8-9605-44f55e1b632f resource provider aggregate not found 2026-05-31 07:09:31.093 7 INFO neutron.services.segments.plugin [-] Segment 7cc83302-a712-41f8-9605-44f55e1b632f resource provider aggregate not found 2026-05-31 07:09:31.109 7 INFO neutron.services.segments.plugin [-] Segment 7cc83302-a712-41f8-9605-44f55e1b632f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cc83302-a712-41f8-9605-44f55e1b632f found for delete ", "request_id": "req-4be51a4b-7d46-41b7-bfcb-9c1532509ff5"}]} [pid: 7|app: 0|req: 1202/2387] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:09:30 2026] DELETE /v2.0/networks/6a53d533-ec98-4802-bbd3-c7c1e720f34d => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:09:31.112 7 INFO neutron.services.segments.plugin [-] Segment 7cc83302-a712-41f8-9605-44f55e1b632f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cc83302-a712-41f8-9605-44f55e1b632f found for delete ", "request_id": "req-369c2bbf-7b7e-4771-94d7-39e627123023"}]} [pid: 8|app: 0|req: 1186/2388] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:09:31 2026] GET /v2.0/networks?id=bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a => generated 704 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2389] 199.204.45.138 () {34 vars in 1050 bytes} [Sun May 31 07:09:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9f07a70d12354a25b76ae3f0c927bc17 => generated 178 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2390] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:09:31 2026] DELETE /v2.0/networks/12d451c3-966e-47f4-afd2-45247af373e2 => 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: 1204/2391] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:09:31 2026] DELETE /v2.0/networks/7b1cfd49-49e4-41ce-afd1-d5c20ed8720c => 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: 1205/2392] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:09:31 2026] GET /v2.0/security-groups?tenant_id=6319ec2a043f4284b2b27811bdc9efc7&name=default => generated 2929 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2393] 199.204.45.138 () {38 vars in 955 bytes} [Sun May 31 07:09:31 2026] POST /v2.0/ports => generated 1187 bytes in 413 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: 1206/2394] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:09:31 2026] DELETE /v2.0/networks/9ae3c6cb-3749-4351-8b54-466937f31497 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2395] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:09:31 2026] DELETE /v2.0/security-groups/77447a29-eae1-447b-9bc9-2656086c5068 => 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: 1190/2396] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:09:31 2026] GET /v2.0/security-groups?tenant_id=d90bf99dfc9c4fcbb9ea71c540a6ee34&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2397] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:09:31 2026] DELETE /v2.0/security-groups/91d8153b-03e6-439e-a779-2652a3e3fd98 => 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: 1192/2398] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:09:31 2026] GET /v2.0/ports?device_id=90b2c2c5-8916-4980-a127-fbf9ae977e07 => generated 1202 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2399] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:09:32 2026] GET /v2.0/security-groups?id=d24e1cf5-2fc9-4eea-b214-6f63277312c8&fields=id&fields=name => generated 111 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2400] 199.204.45.138 () {38 vars in 1028 bytes} [Sun May 31 07:09:31 2026] PUT /v2.0/ports/eb2d5129-8f83-48cc-b1a3-4ffdb87b1d4d => generated 1468 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:09:32.088 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f96b05eb-efac-47b8-b5f4-5ef2fa03f7cf'] response: {'name': 'network-changed', 'server_uuid': '90b2c2c5-8916-4980-a127-fbf9ae977e07', 'tag': 'eb2d5129-8f83-48cc-b1a3-4ffdb87b1d4d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1194/2401] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:09:32 2026] GET /v2.0/security-groups?tenant_id=a9738bb1b86548a2a685d8d77db1801e&name=default => generated 2929 bytes in 238 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: 1195/2402] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:09:32 2026] GET /v2.0/ports?tenant_id=9f07a70d12354a25b76ae3f0c927bc17&device_id=90b2c2c5-8916-4980-a127-fbf9ae977e07 => generated 1471 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2403] 199.204.45.138 () {34 vars in 1018 bytes} [Sun May 31 07:09:32 2026] GET /v2.0/networks?tenant_id=9f07a70d12354a25b76ae3f0c927bc17&shared=False => generated 2373 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2404] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:09:32 2026] DELETE /v2.0/security-groups/5943f53f-217f-4d63-ac49-14419020cd54 => 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: 1197/2405] 199.204.45.138 () {34 vars in 930 bytes} [Sun May 31 07:09:32 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: 1209/2406] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:09:32 2026] GET /v2.0/security-groups?tenant_id=ff3e346839324da09eed5d93c5509118&name=default => generated 2929 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2407] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:09:32 2026] DELETE /v2.0/security-groups/3a30f86d-50ab-4d05-8322-eab8e14e257d => 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: 1210/2408] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:09:33 2026] GET /v2.0/security-groups?tenant_id=ac0d0cd9c04240ef9f3db00a1688da3c&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:09:33.141 7 INFO neutron.services.segments.plugin [-] Segment 81229460-eb90-4f47-98d1-b7f5887cd761 resource provider aggregate not found 2026-05-31 07:09:33.148 7 INFO neutron.services.segments.plugin [-] Segment 81229460-eb90-4f47-98d1-b7f5887cd761 resource provider aggregate not found 2026-05-31 07:09:33.161 7 INFO neutron.services.segments.plugin [-] Segment 81229460-eb90-4f47-98d1-b7f5887cd761 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81229460-eb90-4f47-98d1-b7f5887cd761 found for delete ", "request_id": "req-f31626a1-f4a4-4ca5-9541-4e11bbd2ef21"}]} 2026-05-31 07:09:33.167 7 INFO neutron.services.segments.plugin [-] Segment 81229460-eb90-4f47-98d1-b7f5887cd761 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81229460-eb90-4f47-98d1-b7f5887cd761 found for delete ", "request_id": "req-699d7413-b9a6-4f8f-80fb-0b9d315a8f22"}]} 2026-05-31 07:09:33.175 7 INFO neutron.services.segments.plugin [-] Segment 939a0e5c-6101-4258-8870-7349fd6bb7e9 resource provider aggregate not found 2026-05-31 07:09:33.187 7 INFO neutron.services.segments.plugin [-] Segment 939a0e5c-6101-4258-8870-7349fd6bb7e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 939a0e5c-6101-4258-8870-7349fd6bb7e9 found for delete ", "request_id": "req-53ec9463-8aa2-4ea4-b926-4cd026f7b77a"}]} 2026-05-31 07:09:33.190 7 INFO neutron.services.segments.plugin [-] Segment 939a0e5c-6101-4258-8870-7349fd6bb7e9 resource provider aggregate not found 2026-05-31 07:09:33.208 7 INFO neutron.services.segments.plugin [-] Segment e2832e2c-001f-4975-bbd4-e9431c510a7b resource provider aggregate not found 2026-05-31 07:09:33.210 7 INFO neutron.services.segments.plugin [-] Segment 939a0e5c-6101-4258-8870-7349fd6bb7e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 939a0e5c-6101-4258-8870-7349fd6bb7e9 found for delete ", "request_id": "req-5200a53e-1f9f-4fa7-8ef2-88afe38601be"}]} 2026-05-31 07:09:33.224 7 INFO neutron.services.segments.plugin [-] Segment e2832e2c-001f-4975-bbd4-e9431c510a7b resource provider aggregate not found 2026-05-31 07:09:33.227 7 INFO neutron.services.segments.plugin [-] Segment e2832e2c-001f-4975-bbd4-e9431c510a7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2832e2c-001f-4975-bbd4-e9431c510a7b found for delete ", "request_id": "req-4c671872-abb7-4097-8671-cec92a6bbfae"}]} [pid: 8|app: 0|req: 1199/2409] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:09:33 2026] DELETE /v2.0/security-groups/76c54a79-7be1-4182-b321-6177dae69644 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:09:33.238 7 INFO neutron.services.segments.plugin [-] Segment e2832e2c-001f-4975-bbd4-e9431c510a7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2832e2c-001f-4975-bbd4-e9431c510a7b found for delete ", "request_id": "req-c905b6aa-4705-4f8d-9caa-2d80b3070bac"}]} [pid: 7|app: 0|req: 1211/2410] 10.0.0.203 () {34 vars in 990 bytes} [Sun May 31 07:09:33 2026] GET /v2.0/ports?device_id=6bee5858-3e23-4bb0-a98b-43cbc8a58e82 => generated 1469 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2411] 10.0.0.203 () {34 vars in 1040 bytes} [Sun May 31 07:09:33 2026] GET /v2.0/security-groups?id=d24e1cf5-2fc9-4eea-b214-6f63277312c8&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: 1212/2412] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:09:33 2026] GET /v2.0/ports?tenant_id=9f07a70d12354a25b76ae3f0c927bc17&device_id=90b2c2c5-8916-4980-a127-fbf9ae977e07 => generated 1471 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2413] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:09:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.138&port_id=eb2d5129-8f83-48cc-b1a3-4ffdb87b1d4d => 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: 1213/2414] 199.204.45.138 () {34 vars in 1106 bytes} [Sun May 31 07:09:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2e3&port_id=eb2d5129-8f83-48cc-b1a3-4ffdb87b1d4d => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2415] 199.204.45.138 () {34 vars in 1064 bytes} [Sun May 31 07:09:33 2026] GET /v2.0/subnets?id=784d5eba-8e3d-4bf6-a9c4-cd17b268c3ee&id=61a9e170-6d8e-44d8-b901-2a4ac86795d0 => generated 1415 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2416] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:09:33 2026] GET /v2.0/ports?network_id=bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a&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: 1203/2417] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:09:33 2026] GET /v2.0/ports?network_id=bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a&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: 7|app: 0|req: 1215/2418] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:09:33 2026] GET /v2.0/networks/bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2419] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:09:34 2026] GET /v2.0/networks/bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a?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) 2026-05-31 07:09:35.344 7 INFO neutron.db.segments_db [None req-d65775ec-7e3a-4f07-abd1-33d1d04c447c aec3e5f1fa51478a9d7535c14fd069e1 bb026de7cedf4ff5831a2fe37da220e4 - - default default] Added segment b9d03f57-21ed-4950-861b-111bacd87e17 of type vxlan for network eb6507a5-c4a3-4964-93be-da2da7ac01fa [pid: 7|app: 0|req: 1216/2420] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:09:35 2026] POST /v2.0/networks => generated 632 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2421] 10.0.0.248 () {34 vars in 669 bytes} [Sun May 31 07:09:35 2026] POST /v2.0/subnets => generated 626 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2422] 10.0.0.248 () {34 vars in 751 bytes} [Sun May 31 07:09:35 2026] PUT /v2.0/subnets/a0fd1ee6-39f2-404f-9bdc-a6afaeaadc7d/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2423] 10.0.0.248 () {32 vars in 731 bytes} [Sun May 31 07:09:35 2026] GET /v2.0/subnets/a0fd1ee6-39f2-404f-9bdc-a6afaeaadc7d/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: 1218/2424] 10.0.0.248 () {34 vars in 762 bytes} [Sun May 31 07:09:35 2026] PUT /v2.0/subnets/a0fd1ee6-39f2-404f-9bdc-a6afaeaadc7d/tags/green => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2425] 10.0.0.248 () {32 vars in 731 bytes} [Sun May 31 07:09:35 2026] GET /v2.0/subnets/a0fd1ee6-39f2-404f-9bdc-a6afaeaadc7d/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2426] 10.0.0.248 () {34 vars in 758 bytes} [Sun May 31 07:09:35 2026] PUT /v2.0/subnets/a0fd1ee6-39f2-404f-9bdc-a6afaeaadc7d/tags/red => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2427] 10.0.0.248 () {32 vars in 731 bytes} [Sun May 31 07:09:35 2026] GET /v2.0/subnets/a0fd1ee6-39f2-404f-9bdc-a6afaeaadc7d/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: 1220/2428] 10.0.0.248 () {34 vars in 780 bytes} [Sun May 31 07:09:35 2026] PUT /v2.0/subnets/a0fd1ee6-39f2-404f-9bdc-a6afaeaadc7d/tags/black.or.white => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2429] 10.0.0.248 () {32 vars in 731 bytes} [Sun May 31 07:09:36 2026] GET /v2.0/subnets/a0fd1ee6-39f2-404f-9bdc-a6afaeaadc7d/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2430] 10.0.0.248 () {34 vars in 751 bytes} [Sun May 31 07:09:36 2026] PUT /v2.0/subnets/a0fd1ee6-39f2-404f-9bdc-a6afaeaadc7d/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2431] 10.0.0.248 () {32 vars in 731 bytes} [Sun May 31 07:09:36 2026] GET /v2.0/subnets/a0fd1ee6-39f2-404f-9bdc-a6afaeaadc7d/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: 1222/2432] 10.0.0.248 () {32 vars in 739 bytes} [Sun May 31 07:09:36 2026] GET /v2.0/subnets/a0fd1ee6-39f2-404f-9bdc-a6afaeaadc7d/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:09:36.268 7 INFO neutron.api.v2.resource [None req-8dbc5314-4be2-499b-9bbf-b8773fb71677 aec3e5f1fa51478a9d7535c14fd069e1 bb026de7cedf4ff5831a2fe37da220e4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1223/2433] 10.0.0.248 () {32 vars in 743 bytes} [Sun May 31 07:09:36 2026] GET /v2.0/subnets/a0fd1ee6-39f2-404f-9bdc-a6afaeaadc7d/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2434] 10.0.0.248 () {32 vars in 742 bytes} [Sun May 31 07:09:36 2026] DELETE /v2.0/subnets/a0fd1ee6-39f2-404f-9bdc-a6afaeaadc7d/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2435] 10.0.0.248 () {32 vars in 731 bytes} [Sun May 31 07:09:36 2026] GET /v2.0/subnets/a0fd1ee6-39f2-404f-9bdc-a6afaeaadc7d/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:09:36.394 7 INFO neutron.api.v2.resource [None req-281e41e1-b2be-4d5f-abd9-b92a751b65a9 aec3e5f1fa51478a9d7535c14fd069e1 bb026de7cedf4ff5831a2fe37da220e4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1226/2436] 10.0.0.248 () {32 vars in 746 bytes} [Sun May 31 07:09:36 2026] DELETE /v2.0/subnets/a0fd1ee6-39f2-404f-9bdc-a6afaeaadc7d/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2437] 10.0.0.248 () {32 vars in 734 bytes} [Sun May 31 07:09:36 2026] DELETE /v2.0/subnets/a0fd1ee6-39f2-404f-9bdc-a6afaeaadc7d/tags => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2438] 10.0.0.248 () {32 vars in 731 bytes} [Sun May 31 07:09:36 2026] GET /v2.0/subnets/a0fd1ee6-39f2-404f-9bdc-a6afaeaadc7d/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2439] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:09:36 2026] DELETE /v2.0/subnets/a0fd1ee6-39f2-404f-9bdc-a6afaeaadc7d => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:09:36.728 7 INFO neutron.services.segments.plugin [-] Segment b9d03f57-21ed-4950-861b-111bacd87e17 resource provider aggregate not found 2026-05-31 07:09:36.729 7 INFO neutron.services.segments.plugin [-] Segment b9d03f57-21ed-4950-861b-111bacd87e17 resource provider aggregate not found 2026-05-31 07:09:36.750 7 INFO neutron.services.segments.plugin [-] Segment b9d03f57-21ed-4950-861b-111bacd87e17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9d03f57-21ed-4950-861b-111bacd87e17 found for delete ", "request_id": "req-0b3aa6fc-2d54-4ef0-9974-b940b6352df2"}]} 2026-05-31 07:09:36.752 7 INFO neutron.services.segments.plugin [-] Segment b9d03f57-21ed-4950-861b-111bacd87e17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9d03f57-21ed-4950-861b-111bacd87e17 found for delete ", "request_id": "req-c1e641a3-8f26-445e-b1bc-83e7708229a4"}]} [pid: 7|app: 0|req: 1232/2442] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:09:36 2026] DELETE /v2.0/networks/eb6507a5-c4a3-4964-93be-da2da7ac01fa => 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: 1211/2443] 10.0.0.248 () {34 vars in 676 bytes} [Sun May 31 07:09:36 2026] POST /v2.0/floatingips => generated 552 bytes in 623 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2444] 10.0.0.248 () {34 vars in 759 bytes} [Sun May 31 07:09:36 2026] PUT /v2.0/floatingips/d5b0fec1-0280-4b7a-bde8-33d9c7657fee/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: 1212/2445] 10.0.0.248 () {32 vars in 739 bytes} [Sun May 31 07:09:36 2026] GET /v2.0/floatingips/d5b0fec1-0280-4b7a-bde8-33d9c7657fee/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: 1234/2446] 10.0.0.248 () {34 vars in 770 bytes} [Sun May 31 07:09:37 2026] PUT /v2.0/floatingips/d5b0fec1-0280-4b7a-bde8-33d9c7657fee/tags/green => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2447] 10.0.0.248 () {32 vars in 739 bytes} [Sun May 31 07:09:37 2026] GET /v2.0/floatingips/d5b0fec1-0280-4b7a-bde8-33d9c7657fee/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2448] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:09:37 2026] GET /v2.0/ports?device_id=90b2c2c5-8916-4980-a127-fbf9ae977e07 => generated 1202 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2449] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:09:37 2026] GET /v2.0/security-groups?id=d24e1cf5-2fc9-4eea-b214-6f63277312c8&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2450] 10.0.0.248 () {34 vars in 766 bytes} [Sun May 31 07:09:37 2026] PUT /v2.0/floatingips/d5b0fec1-0280-4b7a-bde8-33d9c7657fee/tags/red => 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: 1215/2451] 10.0.0.248 () {32 vars in 739 bytes} [Sun May 31 07:09:37 2026] GET /v2.0/floatingips/d5b0fec1-0280-4b7a-bde8-33d9c7657fee/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2452] 10.0.0.248 () {34 vars in 788 bytes} [Sun May 31 07:09:37 2026] PUT /v2.0/floatingips/d5b0fec1-0280-4b7a-bde8-33d9c7657fee/tags/black.or.white => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2453] 10.0.0.248 () {32 vars in 739 bytes} [Sun May 31 07:09:37 2026] GET /v2.0/floatingips/d5b0fec1-0280-4b7a-bde8-33d9c7657fee/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2454] 10.0.0.248 () {34 vars in 759 bytes} [Sun May 31 07:09:37 2026] PUT /v2.0/floatingips/d5b0fec1-0280-4b7a-bde8-33d9c7657fee/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: 1239/2455] 10.0.0.248 () {32 vars in 739 bytes} [Sun May 31 07:09:37 2026] GET /v2.0/floatingips/d5b0fec1-0280-4b7a-bde8-33d9c7657fee/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2456] 10.0.0.248 () {32 vars in 747 bytes} [Sun May 31 07:09:37 2026] GET /v2.0/floatingips/d5b0fec1-0280-4b7a-bde8-33d9c7657fee/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:09:37.596 7 INFO neutron.api.v2.resource [None req-e6f2390b-957e-4498-a6be-2df5823518a0 1fcb580610704d5caabd38ef50eda6f2 c56364e2a91b4a94a76998f7fc701d08 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1241/2457] 10.0.0.248 () {32 vars in 751 bytes} [Sun May 31 07:09:37 2026] GET /v2.0/floatingips/d5b0fec1-0280-4b7a-bde8-33d9c7657fee/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2458] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:09:37 2026] GET /v2.0/security-groups?tenant_id=ae92bd4cce074fe791fe1554462cdb81&name=default => generated 2929 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2459] 10.0.0.248 () {32 vars in 750 bytes} [Sun May 31 07:09:37 2026] DELETE /v2.0/floatingips/d5b0fec1-0280-4b7a-bde8-33d9c7657fee/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2460] 10.0.0.248 () {32 vars in 739 bytes} [Sun May 31 07:09:37 2026] GET /v2.0/floatingips/d5b0fec1-0280-4b7a-bde8-33d9c7657fee/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2461] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:09:37 2026] DELETE /v2.0/security-groups/c22ff7e2-fe1f-481e-8f12-e457f210133c => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:09:37.740 7 INFO neutron.api.v2.resource [None req-f427010f-facb-475c-aeec-fa3345769142 1fcb580610704d5caabd38ef50eda6f2 c56364e2a91b4a94a76998f7fc701d08 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1244/2462] 10.0.0.248 () {32 vars in 754 bytes} [Sun May 31 07:09:37 2026] DELETE /v2.0/floatingips/d5b0fec1-0280-4b7a-bde8-33d9c7657fee/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2463] 10.0.0.248 () {32 vars in 742 bytes} [Sun May 31 07:09:37 2026] DELETE /v2.0/floatingips/d5b0fec1-0280-4b7a-bde8-33d9c7657fee/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2464] 10.0.0.248 () {32 vars in 739 bytes} [Sun May 31 07:09:37 2026] GET /v2.0/floatingips/d5b0fec1-0280-4b7a-bde8-33d9c7657fee/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2465] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:09:37 2026] GET /v2.0/security-groups?tenant_id=bb026de7cedf4ff5831a2fe37da220e4&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: 1221/2466] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:09:37 2026] DELETE /v2.0/security-groups/b13e37d0-18cf-4946-9454-98e6332c3aec => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:09:37.972 7 INFO neutron_taas.services.taas.taas_plugin [None req-ef4bdb88-993a-40b7-b226-b5677476bc42 1fcb580610704d5caabd38ef50eda6f2 c56364e2a91b4a94a76998f7fc701d08 - - default default] TaaS: Handle Delete Port: 6c4b2acd-35ed-4880-b55e-c5362254f9e0 2026-05-31 07:09:37.975 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef4bdb88-993a-40b7-b226-b5677476bc42 1fcb580610704d5caabd38ef50eda6f2 c56364e2a91b4a94a76998f7fc701d08 - - default default] Tap Mirror: Handle Delete Port: 6c4b2acd-35ed-4880-b55e-c5362254f9e0 [pid: 7|app: 0|req: 1246/2467] 10.0.0.248 () {32 vars in 732 bytes} [Sun May 31 07:09:37 2026] DELETE /v2.0/floatingips/d5b0fec1-0280-4b7a-bde8-33d9c7657fee => generated 0 bytes in 329 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2468] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:09:38 2026] GET /v2.0/security-groups?tenant_id=c56364e2a91b4a94a76998f7fc701d08&name=default => generated 2929 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2469] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:09:39 2026] DELETE /v2.0/security-groups/36356ea3-0957-4c8b-b044-b77b5b2ae0eb => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2470] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:09:39 2026] GET /v2.0/security-groups?tenant_id=30add61ff1c5418ab9d79887fdf2ba7a&name=default => generated 2929 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2471] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:09:39 2026] DELETE /v2.0/security-groups/ecdf24e7-e740-41f1-8834-ef7bef12287f => 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: 1224/2472] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:09:42 2026] GET /v2.0/ports?device_id=90b2c2c5-8916-4980-a127-fbf9ae977e07 => generated 1204 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2473] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:09:42 2026] GET /v2.0/security-groups?id=d24e1cf5-2fc9-4eea-b214-6f63277312c8&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: 1225/2474] 10.0.0.248 () {32 vars in 818 bytes} [Sun May 31 07:09:42 2026] GET /v2.0/ports?network_id=bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a&mac_address=fa%3A16%3A3e%3A41%3Aed%3A99 => generated 1204 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:09:42.944 8 INFO neutron.db.segments_db [None req-4e93ac57-5181-4987-9477-38846f827337 5882a18495464ade93f3c8e1f200a00c 35a2215fbf2e42e3820c922ab14c6b04 - - default default] Added segment 6265f2a6-44fa-4d1b-87a0-97f0d9b7551e of type vxlan for network 55765ab5-e2c1-4d7c-8471-6205b4433dde [pid: 8|app: 0|req: 1226/2475] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:09:42 2026] POST /v2.0/networks => generated 632 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:09:43.083 7 INFO neutron.db.l3_db [None req-2c86abbd-ed64-474c-a1ac-8e52bc4cf446 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] Floating IP 4d4482ab-ec2a-4793-ba3f-2fe0c67e24af associated. External IP: 10.96.250.216, port: eb2d5129-8f83-48cc-b1a3-4ffdb87b1d4d. [pid: 8|app: 0|req: 1227/2476] 10.0.0.248 () {34 vars in 664 bytes} [Sun May 31 07:09:43 2026] POST /v2.0/ports => generated 743 bytes in 292 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: 1250/2477] 10.0.0.248 () {34 vars in 677 bytes} [Sun May 31 07:09:42 2026] POST /v2.0/floatingips => generated 855 bytes in 917 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2478] 10.0.0.248 () {34 vars in 747 bytes} [Sun May 31 07:09:43 2026] PUT /v2.0/ports/645c4a29-29a8-40f6-8693-89df885be832/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:09:43.409 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f1c2ec85-e81f-401a-87d2-0e9bd9113adf'] response: {'name': 'network-changed', 'server_uuid': '90b2c2c5-8916-4980-a127-fbf9ae977e07', 'tag': 'eb2d5129-8f83-48cc-b1a3-4ffdb87b1d4d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1251/2479] 10.0.0.248 () {32 vars in 727 bytes} [Sun May 31 07:09:43 2026] GET /v2.0/ports/645c4a29-29a8-40f6-8693-89df885be832/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1229/2480] 10.0.0.248 () {34 vars in 758 bytes} [Sun May 31 07:09:43 2026] PUT /v2.0/ports/645c4a29-29a8-40f6-8693-89df885be832/tags/green => 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: 7|app: 0|req: 1252/2481] 10.0.0.248 () {32 vars in 727 bytes} [Sun May 31 07:09:43 2026] GET /v2.0/ports/645c4a29-29a8-40f6-8693-89df885be832/tags => generated 34 bytes in 53 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: 1230/2482] 10.0.0.248 () {34 vars in 754 bytes} [Sun May 31 07:09:43 2026] PUT /v2.0/ports/645c4a29-29a8-40f6-8693-89df885be832/tags/red => generated 4 bytes in 66 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: 1253/2483] 10.0.0.248 () {32 vars in 727 bytes} [Sun May 31 07:09:43 2026] GET /v2.0/ports/645c4a29-29a8-40f6-8693-89df885be832/tags => generated 34 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: 1231/2484] 10.0.0.248 () {34 vars in 776 bytes} [Sun May 31 07:09:43 2026] PUT /v2.0/ports/645c4a29-29a8-40f6-8693-89df885be832/tags/black.or.white => generated 4 bytes in 90 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: 1254/2485] 10.0.0.248 () {32 vars in 727 bytes} [Sun May 31 07:09:43 2026] GET /v2.0/ports/645c4a29-29a8-40f6-8693-89df885be832/tags => generated 52 bytes in 53 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, ' /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: 1255/2486] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:09:43 2026] GET /v2.0/ports?tenant_id=9f07a70d12354a25b76ae3f0c927bc17&device_id=90b2c2c5-8916-4980-a127-fbf9ae977e07 => 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: 1232/2487] 10.0.0.248 () {34 vars in 747 bytes} [Sun May 31 07:09:43 2026] PUT /v2.0/ports/645c4a29-29a8-40f6-8693-89df885be832/tags => generated 37 bytes in 74 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: 1256/2488] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:09:43 2026] GET /v2.0/networks?id=bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2489] 10.0.0.248 () {32 vars in 727 bytes} [Sun May 31 07:09:43 2026] GET /v2.0/ports/645c4a29-29a8-40f6-8693-89df885be832/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1257/2490] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:09:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.138&port_id=eb2d5129-8f83-48cc-b1a3-4ffdb87b1d4d => generated 858 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2491] 199.204.45.138 () {34 vars in 1106 bytes} [Sun May 31 07:09:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2e3&port_id=eb2d5129-8f83-48cc-b1a3-4ffdb87b1d4d => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2492] 10.0.0.248 () {32 vars in 735 bytes} [Sun May 31 07:09:44 2026] GET /v2.0/ports/645c4a29-29a8-40f6-8693-89df885be832/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1259/2493] 199.204.45.138 () {34 vars in 1064 bytes} [Sun May 31 07:09:44 2026] GET /v2.0/subnets?id=784d5eba-8e3d-4bf6-a9c4-cd17b268c3ee&id=61a9e170-6d8e-44d8-b901-2a4ac86795d0 => generated 1415 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2494] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:09:44 2026] GET /v2.0/ports?network_id=bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:09:44.134 8 INFO neutron.api.v2.resource [None req-c27f0b00-e341-41b7-9bae-8e160ba234e0 5882a18495464ade93f3c8e1f200a00c 35a2215fbf2e42e3820c922ab14c6b04 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1235/2495] 10.0.0.248 () {32 vars in 739 bytes} [Sun May 31 07:09:44 2026] GET /v2.0/ports/645c4a29-29a8-40f6-8693-89df885be832/tags/green => generated 99 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1261/2496] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:09:44 2026] GET /v2.0/ports?network_id=bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2497] 10.0.0.248 () {32 vars in 738 bytes} [Sun May 31 07:09:44 2026] DELETE /v2.0/ports/645c4a29-29a8-40f6-8693-89df885be832/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1262/2498] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:09:44 2026] GET /v2.0/networks/bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a?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: 1237/2499] 10.0.0.248 () {32 vars in 727 bytes} [Sun May 31 07:09:44 2026] GET /v2.0/ports/645c4a29-29a8-40f6-8693-89df885be832/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1263/2500] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:09:44 2026] GET /v2.0/networks/bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a?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-05-31 07:09:44.290 8 INFO neutron.api.v2.resource [None req-c791379b-fa79-48a5-ade2-e85bfda2c091 5882a18495464ade93f3c8e1f200a00c 35a2215fbf2e42e3820c922ab14c6b04 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1238/2501] 10.0.0.248 () {32 vars in 742 bytes} [Sun May 31 07:09:44 2026] DELETE /v2.0/ports/645c4a29-29a8-40f6-8693-89df885be832/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2502] 10.0.0.248 () {32 vars in 730 bytes} [Sun May 31 07:09:44 2026] DELETE /v2.0/ports/645c4a29-29a8-40f6-8693-89df885be832/tags => generated 0 bytes in 71 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: 1239/2503] 10.0.0.248 () {32 vars in 727 bytes} [Sun May 31 07:09:44 2026] GET /v2.0/ports/645c4a29-29a8-40f6-8693-89df885be832/tags => generated 12 bytes in 48 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-05-31 07:09:44.528 7 INFO neutron_taas.services.taas.taas_plugin [None req-d3f6d835-6121-444e-8512-5e3fd8dfe0c1 5882a18495464ade93f3c8e1f200a00c 35a2215fbf2e42e3820c922ab14c6b04 - - default default] TaaS: Handle Delete Port: 645c4a29-29a8-40f6-8693-89df885be832 2026-05-31 07:09:44.530 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3f6d835-6121-444e-8512-5e3fd8dfe0c1 5882a18495464ade93f3c8e1f200a00c 35a2215fbf2e42e3820c922ab14c6b04 - - default default] Tap Mirror: Handle Delete Port: 645c4a29-29a8-40f6-8693-89df885be832 [pid: 7|app: 0|req: 1265/2504] 10.0.0.248 () {32 vars in 720 bytes} [Sun May 31 07:09:44 2026] DELETE /v2.0/ports/645c4a29-29a8-40f6-8693-89df885be832 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-31 07:09:44.708 8 INFO neutron.services.segments.plugin [-] Segment 6265f2a6-44fa-4d1b-87a0-97f0d9b7551e resource provider aggregate not found 2026-05-31 07:09:44.711 8 INFO neutron.services.segments.plugin [-] Segment 6265f2a6-44fa-4d1b-87a0-97f0d9b7551e resource provider aggregate not found [pid: 8|app: 0|req: 1240/2505] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:09:44 2026] DELETE /v2.0/networks/55765ab5-e2c1-4d7c-8471-6205b4433dde => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:09:44.729 8 INFO neutron.services.segments.plugin [-] Segment 6265f2a6-44fa-4d1b-87a0-97f0d9b7551e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6265f2a6-44fa-4d1b-87a0-97f0d9b7551e found for delete ", "request_id": "req-64087edb-7d28-4139-89dd-591faf21a869"}]} 2026-05-31 07:09:44.730 8 INFO neutron.services.segments.plugin [-] Segment 6265f2a6-44fa-4d1b-87a0-97f0d9b7551e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6265f2a6-44fa-4d1b-87a0-97f0d9b7551e found for delete ", "request_id": "req-93aa549d-44ac-4b92-a7c4-fb5cddb2d680"}]} [pid: 7|app: 0|req: 1266/2506] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:09:45 2026] GET /v2.0/security-groups?tenant_id=35a2215fbf2e42e3820c922ab14c6b04&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: 1241/2507] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:09:45 2026] DELETE /v2.0/security-groups/8033573f-16da-4d3f-a096-5aa3f4f2c843 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2508] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:09:45 2026] GET /v2.0/security-groups?tenant_id=587fd4ea15a34010971615721b6ad760&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2509] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:09:45 2026] DELETE /v2.0/security-groups/33e60b06-7f68-447e-8009-2df687fddd11 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2510] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:09:48 2026] GET /v2.0/security-groups?tenant_id=29771ae440fe4a308f32b2d8b5c12af3&name=default => generated 2929 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2511] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:09:49 2026] DELETE /v2.0/security-groups/315fda37-9143-4ef8-afff-7be070bfcd5c => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2512] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:09:49 2026] GET /v2.0/security-groups?tenant_id=70fd68b675404f29a8928ffa0de3c353&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: 1244/2513] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:09:49 2026] DELETE /v2.0/security-groups/bc7595fc-2901-478a-af92-03dfc519656c => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2514] 10.0.0.203 () {34 vars in 990 bytes} [Sun May 31 07:09:50 2026] GET /v2.0/ports?device_id=90b2c2c5-8916-4980-a127-fbf9ae977e07 => generated 1473 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2515] 10.0.0.203 () {34 vars in 1040 bytes} [Sun May 31 07:09:50 2026] GET /v2.0/security-groups?id=d24e1cf5-2fc9-4eea-b214-6f63277312c8&fields=id&fields=name => generated 111 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2518] 10.0.0.248 () {32 vars in 721 bytes} [Sun May 31 07:10:05 2026] GET /v2.0/subnets/24174535-8f85-4302-9bf4-2261dbb7966e => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2521] 10.0.0.142 () {30 vars in 690 bytes} [Sun May 31 07:10:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2522] 10.0.0.142 () {30 vars in 692 bytes} [Sun May 31 07:10:06 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: 1249/2523] 10.0.0.142 () {30 vars in 668 bytes} [Sun May 31 07:10:06 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: 1275/2524] 10.0.0.142 () {30 vars in 704 bytes} [Sun May 31 07:10:06 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: 1250/2525] 10.0.0.142 () {28 vars in 439 bytes} [Sun May 31 07:10:07 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: 1276/2526] 10.0.0.142 () {30 vars in 728 bytes} [Sun May 31 07:10:07 2026] GET /v2.0/subnets/24174535-8f85-4302-9bf4-2261dbb7966e => generated 657 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2527] 10.0.0.142 () {30 vars in 690 bytes} [Sun May 31 07:10:07 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: 1277/2528] 10.0.0.142 () {30 vars in 692 bytes} [Sun May 31 07:10:07 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: 1252/2529] 10.0.0.142 () {30 vars in 668 bytes} [Sun May 31 07:10:07 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: 1278/2530] 10.0.0.142 () {30 vars in 704 bytes} [Sun May 31 07:10:07 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: 1253/2531] 10.0.0.142 () {30 vars in 728 bytes} [Sun May 31 07:10:07 2026] GET /v2.0/subnets/24174535-8f85-4302-9bf4-2261dbb7966e => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2532] 10.0.0.142 () {30 vars in 690 bytes} [Sun May 31 07:10:07 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: 1254/2533] 10.0.0.142 () {30 vars in 692 bytes} [Sun May 31 07:10:07 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: 1280/2534] 10.0.0.142 () {30 vars in 668 bytes} [Sun May 31 07:10:07 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: 1255/2535] 10.0.0.142 () {30 vars in 704 bytes} [Sun May 31 07:10:07 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: 1281/2536] 10.0.0.142 () {30 vars in 730 bytes} [Sun May 31 07:10:07 2026] GET /v2.0/networks/8234fbc9-37ff-4f48-a3f6-17d397c6d55b => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2537] 10.0.0.142 () {30 vars in 682 bytes} [Sun May 31 07:10:07 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2538] 10.0.0.142 () {34 vars in 704 bytes} [Sun May 31 07:10:07 2026] POST /v2.0/ports => generated 1132 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2539] 199.204.45.138 () {30 vars in 703 bytes} [Sun May 31 07:10:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 44 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: 1283/2540] 199.204.45.138 () {30 vars in 705 bytes} [Sun May 31 07:10:10 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: 1258/2541] 199.204.45.138 () {30 vars in 681 bytes} [Sun May 31 07:10:10 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: 1284/2542] 199.204.45.138 () {30 vars in 717 bytes} [Sun May 31 07:10:11 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: 1259/2543] 199.204.45.138 () {30 vars in 737 bytes} [Sun May 31 07:10:11 2026] GET /v2.0/ports/2a805ae6-2173-40e5-80e4-a8e96fbef511 => generated 1132 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2544] 199.204.45.138 () {30 vars in 703 bytes} [Sun May 31 07:10:11 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: 1260/2545] 199.204.45.138 () {30 vars in 705 bytes} [Sun May 31 07:10:11 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: 1286/2546] 199.204.45.138 () {30 vars in 681 bytes} [Sun May 31 07:10:11 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: 1261/2547] 199.204.45.138 () {30 vars in 717 bytes} [Sun May 31 07:10:11 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-05-31 07:10:11.335 7 INFO neutron.api.v2.resource [None req-7ca6ddd5-e454-4231-a3a1-dfcc1360cfa8 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1287/2548] 199.204.45.138 () {30 vars in 763 bytes} [Sun May 31 07:10:11 2026] GET /v2.0/security-groups/lb-446dc9d0-cdc2-4d17-b56a-cd8fc7794529 => 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: 1262/2549] 199.204.45.138 () {30 vars in 785 bytes} [Sun May 31 07:10:11 2026] GET /v2.0/security-groups?name=lb-446dc9d0-cdc2-4d17-b56a-cd8fc7794529 => generated 23 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2550] 199.204.45.138 () {34 vars in 736 bytes} [Sun May 31 07:10:11 2026] POST /v2.0/security-groups => generated 1638 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2551] 199.204.45.138 () {30 vars in 815 bytes} [Sun May 31 07:10:11 2026] GET /v2.0/security-group-rules?security_group_id=b22abb48-b24c-4146-87e3-88f99da72d10 => generated 1182 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2552] 199.204.45.138 () {34 vars in 789 bytes} [Sun May 31 07:10:11 2026] PUT /v2.0/ports/2a805ae6-2173-40e5-80e4-a8e96fbef511 => generated 1132 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2553] 199.204.45.138 () {30 vars in 703 bytes} [Sun May 31 07:10:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /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: 1290/2554] 199.204.45.138 () {30 vars in 705 bytes} [Sun May 31 07:10:11 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2555] 199.204.45.138 () {30 vars in 681 bytes} [Sun May 31 07:10:11 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: 1291/2556] 199.204.45.138 () {30 vars in 717 bytes} [Sun May 31 07:10: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: 1266/2557] 199.204.45.138 () {30 vars in 741 bytes} [Sun May 31 07:10:11 2026] GET /v2.0/subnets/24174535-8f85-4302-9bf4-2261dbb7966e => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2558] 10.0.0.237 () {34 vars in 1016 bytes} [Sun May 31 07:10:19 2026] GET /v2.0/security-groups?id=54d7520e-dc5b-40ac-b7fe-17e7754af6ea&fields=id => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2559] 10.0.0.237 () {34 vars in 982 bytes} [Sun May 31 07:10:19 2026] GET /v2.0/networks?id=93f796b8-6dc4-4249-95e8-df0b5b2cfa3a => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2560] 10.0.0.237 () {34 vars in 965 bytes} [Sun May 31 07:10:19 2026] GET /v2.0/quotas/5c237ca7e70148089a2c7d4336d524ef => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2561] 10.0.0.237 () {34 vars in 1002 bytes} [Sun May 31 07:10:19 2026] GET /v2.0/ports?tenant_id=5c237ca7e70148089a2c7d4336d524ef&fields=id => generated 149 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2562] 10.0.0.237 () {34 vars in 1008 bytes} [Sun May 31 07:10:19 2026] GET /v2.0/networks/93f796b8-6dc4-4249-95e8-df0b5b2cfa3a?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: 1269/2563] 10.0.0.237 () {34 vars in 1108 bytes} [Sun May 31 07:10:20 2026] GET /v2.0/networks/93f796b8-6dc4-4249-95e8-df0b5b2cfa3a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2564] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:10:20 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => 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: 1270/2565] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:10:20 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => 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: 1297/2568] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:10:23 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => 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: 1272/2569] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:10:23 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => 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: 1298/2570] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:10:24 2026] GET /v2.0/networks?id=93f796b8-6dc4-4249-95e8-df0b5b2cfa3a => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2571] 199.204.45.138 () {34 vars in 1050 bytes} [Sun May 31 07:10:24 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5c237ca7e70148089a2c7d4336d524ef => generated 343 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2572] 199.204.45.138 () {38 vars in 955 bytes} [Sun May 31 07:10:24 2026] POST /v2.0/ports => generated 1082 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2573] 199.204.45.138 () {38 vars in 1028 bytes} [Sun May 31 07:10:25 2026] PUT /v2.0/ports/82538ecb-0981-4c50-b3ea-2a821c201227 => generated 1243 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:10:25.468 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-92940cc8-50ae-4b98-a713-833bee4a1f90'] response: {'name': 'network-changed', 'server_uuid': '02319708-fd7f-4599-b58f-5ed9a81362e6', 'tag': '82538ecb-0981-4c50-b3ea-2a821c201227', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1300/2574] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:10:25 2026] GET /v2.0/ports?tenant_id=5c237ca7e70148089a2c7d4336d524ef&device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 1246 bytes in 37 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: 1275/2575] 199.204.45.138 () {34 vars in 1018 bytes} [Sun May 31 07:10:26 2026] GET /v2.0/networks?tenant_id=5c237ca7e70148089a2c7d4336d524ef&shared=False => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2576] 199.204.45.138 () {34 vars in 930 bytes} [Sun May 31 07:10:26 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: 1276/2577] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:10:26 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 1246 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2578] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:10:26 2026] GET /v2.0/security-groups?id=54d7520e-dc5b-40ac-b7fe-17e7754af6ea&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2579] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:10:26 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 1246 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2580] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:10:27 2026] GET /v2.0/ports?tenant_id=5c237ca7e70148089a2c7d4336d524ef&device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2581] 199.204.45.138 () {34 vars in 1062 bytes} [Sun May 31 07:10:27 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.178&port_id=82538ecb-0981-4c50-b3ea-2a821c201227 => 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: 1304/2582] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:10:27 2026] GET /v2.0/subnets?id=d441555f-a8dc-4953-85af-4bba470dfee5 => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2583] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:10:27 2026] GET /v2.0/ports?network_id=93f796b8-6dc4-4249-95e8-df0b5b2cfa3a&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: 1305/2584] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:10:27 2026] GET /v2.0/networks/93f796b8-6dc4-4249-95e8-df0b5b2cfa3a?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: 1280/2585] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:10:27 2026] GET /v2.0/networks/93f796b8-6dc4-4249-95e8-df0b5b2cfa3a?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: 1306/2586] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:10:29 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2587] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:10:29 2026] GET /v2.0/security-groups?id=54d7520e-dc5b-40ac-b7fe-17e7754af6ea&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: 1307/2588] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:10:29 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2589] 199.204.45.138 () {34 vars in 994 bytes} [Sun May 31 07:10:31 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2590] 199.204.45.138 () {34 vars in 1044 bytes} [Sun May 31 07:10:31 2026] GET /v2.0/security-groups?id=54d7520e-dc5b-40ac-b7fe-17e7754af6ea&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: 8|app: 0|req: 1283/2591] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:10:32 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2592] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:10:32 2026] GET /v2.0/security-groups?id=54d7520e-dc5b-40ac-b7fe-17e7754af6ea&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: 1284/2593] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:10:32 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2594] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:10:35 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2595] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:10:35 2026] GET /v2.0/security-groups?id=54d7520e-dc5b-40ac-b7fe-17e7754af6ea&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: 1311/2596] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:10:35 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2603] 199.204.45.138 () {30 vars in 703 bytes} [Sun May 31 07:11:09 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: 1315/2604] 199.204.45.138 () {30 vars in 705 bytes} [Sun May 31 07:11:09 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: 1290/2605] 199.204.45.138 () {30 vars in 681 bytes} [Sun May 31 07:11:09 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: 1316/2606] 199.204.45.138 () {30 vars in 717 bytes} [Sun May 31 07:11:09 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: 1291/2607] 199.204.45.138 () {30 vars in 741 bytes} [Sun May 31 07:11:09 2026] GET /v2.0/subnets/24174535-8f85-4302-9bf4-2261dbb7966e => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2608] 199.204.45.138 () {30 vars in 769 bytes} [Sun May 31 07:11:09 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2609] 199.204.45.138 () {34 vars in 717 bytes} [Sun May 31 07:11:10 2026] POST /v2.0/ports => generated 1059 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2610] 10.0.0.237 () {34 vars in 971 bytes} [Sun May 31 07:11:10 2026] GET /v2.0/ports/46bee917-957e-45f3-9389-bede2fcd960e => generated 1059 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2611] 10.0.0.237 () {34 vars in 907 bytes} [Sun May 31 07:11:10 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: 7|app: 0|req: 1319/2612] 199.204.45.138 () {34 vars in 1262 bytes} [Sun May 31 07:11:11 2026] GET /v2.0/ports/46bee917-957e-45f3-9389-bede2fcd960e?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2613] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:11:11 2026] GET /v2.0/networks/8234fbc9-37ff-4f48-a3f6-17d397c6d55b?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: 1320/2614] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:11:11 2026] GET /v2.0/networks/8234fbc9-37ff-4f48-a3f6-17d397c6d55b?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: 1295/2615] 199.204.45.138 () {34 vars in 975 bytes} [Sun May 31 07:11:12 2026] GET /v2.0/ports/46bee917-957e-45f3-9389-bede2fcd960e => generated 1059 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2616] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:11:12 2026] GET /v2.0/networks?id=8234fbc9-37ff-4f48-a3f6-17d397c6d55b => generated 802 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2617] 199.204.45.138 () {38 vars in 1028 bytes} [Sun May 31 07:11:12 2026] PUT /v2.0/ports/46bee917-957e-45f3-9389-bede2fcd960e => generated 1249 bytes in 416 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:11:12.792 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f63ed3fa-1dde-4a17-a7d1-3d7d7b34216b'] response: {'name': 'network-changed', 'server_uuid': '02319708-fd7f-4599-b58f-5ed9a81362e6', 'tag': '46bee917-957e-45f3-9389-bede2fcd960e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1322/2618] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:11:13 2026] GET /v2.0/ports?tenant_id=5c237ca7e70148089a2c7d4336d524ef&device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 2489 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2619] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:11:13 2026] GET /v2.0/networks?id=8234fbc9-37ff-4f48-a3f6-17d397c6d55b => generated 802 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2620] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:11:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.159&port_id=46bee917-957e-45f3-9389-bede2fcd960e => 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: 1298/2621] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:11:13 2026] GET /v2.0/subnets?id=24174535-8f85-4302-9bf4-2261dbb7966e => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2622] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:11:13 2026] GET /v2.0/ports?network_id=8234fbc9-37ff-4f48-a3f6-17d397c6d55b&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2623] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:11:13 2026] GET /v2.0/networks/8234fbc9-37ff-4f48-a3f6-17d397c6d55b?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: 1325/2624] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:11:13 2026] GET /v2.0/networks/8234fbc9-37ff-4f48-a3f6-17d397c6d55b?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: 1300/2625] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:11:14 2026] GET /v2.0/ports?tenant_id=5c237ca7e70148089a2c7d4336d524ef&device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 2489 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2626] 199.204.45.138 () {34 vars in 1062 bytes} [Sun May 31 07:11:14 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.178&port_id=82538ecb-0981-4c50-b3ea-2a821c201227 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2627] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:11:14 2026] GET /v2.0/subnets?id=d441555f-a8dc-4953-85af-4bba470dfee5 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2628] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:11:14 2026] GET /v2.0/ports?network_id=93f796b8-6dc4-4249-95e8-df0b5b2cfa3a&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2629] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:11:14 2026] GET /v2.0/networks/93f796b8-6dc4-4249-95e8-df0b5b2cfa3a?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: 1328/2630] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:11:14 2026] GET /v2.0/networks/93f796b8-6dc4-4249-95e8-df0b5b2cfa3a?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: 1303/2631] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:11:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.159&port_id=46bee917-957e-45f3-9389-bede2fcd960e => 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: 1329/2632] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:11:14 2026] GET /v2.0/subnets?id=24174535-8f85-4302-9bf4-2261dbb7966e => 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: 1304/2633] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:11:14 2026] GET /v2.0/ports?network_id=8234fbc9-37ff-4f48-a3f6-17d397c6d55b&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: 1330/2634] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:11:14 2026] GET /v2.0/networks/8234fbc9-37ff-4f48-a3f6-17d397c6d55b?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: 1305/2635] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:11:15 2026] GET /v2.0/networks/8234fbc9-37ff-4f48-a3f6-17d397c6d55b?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: 1331/2636] 10.0.0.237 () {34 vars in 971 bytes} [Sun May 31 07:11:18 2026] GET /v2.0/ports/46bee917-957e-45f3-9389-bede2fcd960e => generated 1251 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2637] 199.204.45.138 () {34 vars in 789 bytes} [Sun May 31 07:11:19 2026] PUT /v2.0/ports/46bee917-957e-45f3-9389-bede2fcd960e => generated 1276 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:11:19.288 7 INFO neutron.api.v2.resource [None req-7b9305c8-716e-44fc-b499-5cc5300ddbd6 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1332/2638] 199.204.45.138 () {30 vars in 763 bytes} [Sun May 31 07:11:19 2026] GET /v2.0/security-groups/lb-446dc9d0-cdc2-4d17-b56a-cd8fc7794529 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:11:19.307 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-70781be5-9448-49a1-a70c-bab68b58fb4b'] response: {'name': 'network-changed', 'server_uuid': '02319708-fd7f-4599-b58f-5ed9a81362e6', 'tag': '46bee917-957e-45f3-9389-bede2fcd960e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1307/2639] 199.204.45.138 () {30 vars in 785 bytes} [Sun May 31 07:11:19 2026] GET /v2.0/security-groups?name=lb-446dc9d0-cdc2-4d17-b56a-cd8fc7794529 => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2640] 199.204.45.138 () {34 vars in 789 bytes} [Sun May 31 07:11:19 2026] PUT /v2.0/ports/46bee917-957e-45f3-9389-bede2fcd960e => generated 1314 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:11:19.626 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2f4d2af1-98df-4a8a-bfbc-db774d33af9b'] response: {'name': 'network-changed', 'server_uuid': '02319708-fd7f-4599-b58f-5ed9a81362e6', 'tag': '46bee917-957e-45f3-9389-bede2fcd960e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1308/2641] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:11:19 2026] GET /v2.0/ports?tenant_id=5c237ca7e70148089a2c7d4336d524ef&device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 2590 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: 7|app: 0|req: 1334/2642] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:11:19 2026] GET /v2.0/networks?id=8234fbc9-37ff-4f48-a3f6-17d397c6d55b => generated 802 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2643] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:11:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.159&port_id=46bee917-957e-45f3-9389-bede2fcd960e => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2644] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:11:19 2026] GET /v2.0/subnets?id=24174535-8f85-4302-9bf4-2261dbb7966e => 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: 1310/2645] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:11:19 2026] GET /v2.0/ports?network_id=8234fbc9-37ff-4f48-a3f6-17d397c6d55b&device_owner=network%3Adhcp => generated 1461 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2646] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:11:19 2026] GET /v2.0/networks/8234fbc9-37ff-4f48-a3f6-17d397c6d55b?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: 1337/2647] 199.204.45.138 () {30 vars in 703 bytes} [Sun May 31 07:11:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2648] 199.204.45.138 () {30 vars in 705 bytes} [Sun May 31 07:11:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2649] 199.204.45.138 () {30 vars in 681 bytes} [Sun May 31 07:11:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2650] 199.204.45.138 () {30 vars in 717 bytes} [Sun May 31 07:11:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2651] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:11:20 2026] GET /v2.0/networks/8234fbc9-37ff-4f48-a3f6-17d397c6d55b?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: 1341/2652] 199.204.45.138 () {30 vars in 741 bytes} [Sun May 31 07:11:20 2026] GET /v2.0/subnets/24174535-8f85-4302-9bf4-2261dbb7966e => generated 675 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2653] 199.204.45.138 () {30 vars in 737 bytes} [Sun May 31 07:11:20 2026] GET /v2.0/ports/2a805ae6-2173-40e5-80e4-a8e96fbef511 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2654] 199.204.45.138 () {30 vars in 737 bytes} [Sun May 31 07:11:20 2026] GET /v2.0/ports/46bee917-957e-45f3-9389-bede2fcd960e => generated 1350 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2655] 199.204.45.138 () {30 vars in 741 bytes} [Sun May 31 07:11:20 2026] GET /v2.0/subnets/24174535-8f85-4302-9bf4-2261dbb7966e => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2656] 199.204.45.138 () {30 vars in 743 bytes} [Sun May 31 07:11:20 2026] GET /v2.0/networks/8234fbc9-37ff-4f48-a3f6-17d397c6d55b => generated 799 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2657] 199.204.45.138 () {30 vars in 737 bytes} [Sun May 31 07:11:20 2026] GET /v2.0/ports/2a805ae6-2173-40e5-80e4-a8e96fbef511 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2658] 199.204.45.138 () {30 vars in 741 bytes} [Sun May 31 07:11:20 2026] GET /v2.0/subnets/24174535-8f85-4302-9bf4-2261dbb7966e => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2659] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:11:21 2026] GET /v2.0/ports?tenant_id=5c237ca7e70148089a2c7d4336d524ef&device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 2590 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2660] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:11:21 2026] GET /v2.0/networks?id=8234fbc9-37ff-4f48-a3f6-17d397c6d55b => generated 802 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2661] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:11:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.159&port_id=46bee917-957e-45f3-9389-bede2fcd960e => 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: 1346/2662] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:11:21 2026] GET /v2.0/subnets?id=24174535-8f85-4302-9bf4-2261dbb7966e => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2663] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:11:21 2026] GET /v2.0/ports?network_id=8234fbc9-37ff-4f48-a3f6-17d397c6d55b&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: 7|app: 0|req: 1347/2664] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:11:21 2026] GET /v2.0/networks/8234fbc9-37ff-4f48-a3f6-17d397c6d55b?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: 1318/2665] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:11:21 2026] GET /v2.0/networks/8234fbc9-37ff-4f48-a3f6-17d397c6d55b?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) 2026-05-31 07:11:29.368 7 INFO neutron.db.l3_db [None req-201cac7d-c029-48c7-ae73-9e75f07d6167 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] Floating IP f99b775f-2557-495a-9baa-41bb638e30dd associated. External IP: 10.96.250.220, port: 2a805ae6-2173-40e5-80e4-a8e96fbef511. [pid: 7|app: 0|req: 1349/2668] 10.0.0.248 () {34 vars in 677 bytes} [Sun May 31 07:11:28 2026] POST /v2.0/floatingips => generated 899 bytes in 1015 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2669] 199.204.45.138 () {30 vars in 703 bytes} [Sun May 31 07:11:32 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: 1350/2670] 199.204.45.138 () {30 vars in 705 bytes} [Sun May 31 07:11:32 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: 1321/2671] 199.204.45.138 () {30 vars in 681 bytes} [Sun May 31 07:11:32 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: 1351/2672] 199.204.45.138 () {30 vars in 717 bytes} [Sun May 31 07:11:32 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-05-31 07:11:32.496 8 INFO neutron.api.v2.resource [None req-87edf8ee-44ba-48bc-8cc8-ce472a34d654 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1322/2673] 199.204.45.138 () {30 vars in 763 bytes} [Sun May 31 07:11:32 2026] GET /v2.0/security-groups/lb-446dc9d0-cdc2-4d17-b56a-cd8fc7794529 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2674] 199.204.45.138 () {30 vars in 785 bytes} [Sun May 31 07:11:32 2026] GET /v2.0/security-groups?name=lb-446dc9d0-cdc2-4d17-b56a-cd8fc7794529 => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2675] 199.204.45.138 () {30 vars in 815 bytes} [Sun May 31 07:11:32 2026] GET /v2.0/security-group-rules?security_group_id=b22abb48-b24c-4146-87e3-88f99da72d10 => generated 1182 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2676] 199.204.45.138 () {34 vars in 747 bytes} [Sun May 31 07:11:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2677] 199.204.45.138 () {34 vars in 747 bytes} [Sun May 31 07:11:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2680] 10.0.0.142 () {30 vars in 690 bytes} [Sun May 31 07:11:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2681] 10.0.0.142 () {30 vars in 692 bytes} [Sun May 31 07:11: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: 8|app: 0|req: 1327/2682] 10.0.0.142 () {30 vars in 668 bytes} [Sun May 31 07:11:40 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: 1356/2683] 10.0.0.142 () {30 vars in 704 bytes} [Sun May 31 07:11:40 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: 1328/2684] 10.0.0.142 () {28 vars in 439 bytes} [Sun May 31 07:11:40 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: 1357/2685] 10.0.0.142 () {30 vars in 728 bytes} [Sun May 31 07:11:40 2026] GET /v2.0/subnets/e8bf40c5-7553-4d10-af29-951caacc6919 => generated 655 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2686] 199.204.45.138 () {30 vars in 703 bytes} [Sun May 31 07:11:41 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: 1358/2687] 199.204.45.138 () {30 vars in 705 bytes} [Sun May 31 07:11:41 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: 1330/2688] 199.204.45.138 () {30 vars in 681 bytes} [Sun May 31 07:11:41 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: 1359/2689] 199.204.45.138 () {30 vars in 717 bytes} [Sun May 31 07:11:41 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: 1331/2690] 199.204.45.138 () {30 vars in 741 bytes} [Sun May 31 07:11:41 2026] GET /v2.0/subnets/e8bf40c5-7553-4d10-af29-951caacc6919 => generated 673 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2691] 199.204.45.138 () {30 vars in 769 bytes} [Sun May 31 07:11:41 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 2590 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2692] 199.204.45.138 () {30 vars in 703 bytes} [Sun May 31 07:11:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2693] 199.204.45.138 () {30 vars in 705 bytes} [Sun May 31 07:11:42 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: 1333/2694] 199.204.45.138 () {30 vars in 681 bytes} [Sun May 31 07:11:42 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: 1362/2695] 199.204.45.138 () {30 vars in 717 bytes} [Sun May 31 07:11:42 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: 1334/2696] 199.204.45.138 () {34 vars in 717 bytes} [Sun May 31 07:11:42 2026] POST /v2.0/ports => generated 1324 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2697] 10.0.0.237 () {34 vars in 971 bytes} [Sun May 31 07:11:42 2026] GET /v2.0/ports/987a4f88-2815-47e4-9314-162fc0331efc => generated 1324 bytes in 43 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: 1335/2698] 199.204.45.138 () {34 vars in 1262 bytes} [Sun May 31 07:11:43 2026] GET /v2.0/ports/987a4f88-2815-47e4-9314-162fc0331efc?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2699] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:11:43 2026] GET /v2.0/networks/b5c65271-5d56-42c0-850c-9ae714411b12?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: 1336/2700] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:11:43 2026] GET /v2.0/networks/b5c65271-5d56-42c0-850c-9ae714411b12?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: 1365/2701] 199.204.45.138 () {34 vars in 975 bytes} [Sun May 31 07:11:44 2026] GET /v2.0/ports/987a4f88-2815-47e4-9314-162fc0331efc => generated 1324 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2702] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:11:44 2026] GET /v2.0/networks?id=b5c65271-5d56-42c0-850c-9ae714411b12 => generated 799 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2703] 199.204.45.138 () {38 vars in 1028 bytes} [Sun May 31 07:11:44 2026] PUT /v2.0/ports/987a4f88-2815-47e4-9314-162fc0331efc => generated 1514 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:11:44.855 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7cc4fd1f-119e-4b1e-b208-f3fe9d81ac0f'] response: {'name': 'network-changed', 'server_uuid': '02319708-fd7f-4599-b58f-5ed9a81362e6', 'tag': '987a4f88-2815-47e4-9314-162fc0331efc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1338/2704] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:11:45 2026] GET /v2.0/ports?tenant_id=5c237ca7e70148089a2c7d4336d524ef&device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 4096 bytes in 43 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: 1367/2705] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:11:45 2026] GET /v2.0/networks?id=b5c65271-5d56-42c0-850c-9ae714411b12 => generated 799 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2706] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:11:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.140&port_id=987a4f88-2815-47e4-9314-162fc0331efc => 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: 1368/2707] 199.204.45.138 () {34 vars in 1102 bytes} [Sun May 31 07:11:45 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Af5&port_id=987a4f88-2815-47e4-9314-162fc0331efc => 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: 1340/2708] 199.204.45.138 () {34 vars in 1064 bytes} [Sun May 31 07:11:45 2026] GET /v2.0/subnets?id=e8bf40c5-7553-4d10-af29-951caacc6919&id=ad8fcfe2-cf74-4098-be44-3da2702b8cb2 => generated 1409 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2709] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:11:45 2026] GET /v2.0/ports?network_id=b5c65271-5d56-42c0-850c-9ae714411b12&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2710] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:11:45 2026] GET /v2.0/ports?network_id=b5c65271-5d56-42c0-850c-9ae714411b12&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2711] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:11:45 2026] GET /v2.0/networks/b5c65271-5d56-42c0-850c-9ae714411b12?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: 1342/2712] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:11:45 2026] GET /v2.0/networks/b5c65271-5d56-42c0-850c-9ae714411b12?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: 1371/2713] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:11:46 2026] GET /v2.0/ports?tenant_id=5c237ca7e70148089a2c7d4336d524ef&device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 4096 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2714] 199.204.45.138 () {34 vars in 1062 bytes} [Sun May 31 07:11:46 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.178&port_id=82538ecb-0981-4c50-b3ea-2a821c201227 => 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: 1372/2715] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:11:46 2026] GET /v2.0/subnets?id=d441555f-a8dc-4953-85af-4bba470dfee5 => generated 654 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2716] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:11:46 2026] GET /v2.0/ports?network_id=93f796b8-6dc4-4249-95e8-df0b5b2cfa3a&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2717] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:11:46 2026] GET /v2.0/networks/93f796b8-6dc4-4249-95e8-df0b5b2cfa3a?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2718] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:11:46 2026] GET /v2.0/networks/93f796b8-6dc4-4249-95e8-df0b5b2cfa3a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2719] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:11:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.159&port_id=46bee917-957e-45f3-9389-bede2fcd960e => 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: 1346/2720] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:11:47 2026] GET /v2.0/subnets?id=24174535-8f85-4302-9bf4-2261dbb7966e => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2721] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:11:47 2026] GET /v2.0/ports?network_id=8234fbc9-37ff-4f48-a3f6-17d397c6d55b&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2722] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:11:47 2026] GET /v2.0/networks/8234fbc9-37ff-4f48-a3f6-17d397c6d55b?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: 1376/2723] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:11:47 2026] GET /v2.0/networks/8234fbc9-37ff-4f48-a3f6-17d397c6d55b?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: 1348/2724] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:11:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.140&port_id=987a4f88-2815-47e4-9314-162fc0331efc => 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: 1377/2725] 199.204.45.138 () {34 vars in 1102 bytes} [Sun May 31 07:11:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Af5&port_id=987a4f88-2815-47e4-9314-162fc0331efc => 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: 1349/2726] 199.204.45.138 () {34 vars in 1064 bytes} [Sun May 31 07:11:47 2026] GET /v2.0/subnets?id=e8bf40c5-7553-4d10-af29-951caacc6919&id=ad8fcfe2-cf74-4098-be44-3da2702b8cb2 => generated 1409 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2727] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:11:47 2026] GET /v2.0/ports?network_id=b5c65271-5d56-42c0-850c-9ae714411b12&device_owner=network%3Adhcp => generated 1457 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2728] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:11:47 2026] GET /v2.0/ports?network_id=b5c65271-5d56-42c0-850c-9ae714411b12&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2729] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:11:47 2026] GET /v2.0/networks/b5c65271-5d56-42c0-850c-9ae714411b12?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: 1351/2730] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:11:47 2026] GET /v2.0/networks/b5c65271-5d56-42c0-850c-9ae714411b12?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: 1380/2731] 10.0.0.237 () {34 vars in 971 bytes} [Sun May 31 07:11:51 2026] GET /v2.0/ports/987a4f88-2815-47e4-9314-162fc0331efc => generated 1516 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2732] 199.204.45.138 () {30 vars in 743 bytes} [Sun May 31 07:11:51 2026] GET /v2.0/networks/b5c65271-5d56-42c0-850c-9ae714411b12 => generated 796 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2733] 199.204.45.138 () {30 vars in 741 bytes} [Sun May 31 07:11:51 2026] GET /v2.0/subnets/e8bf40c5-7553-4d10-af29-951caacc6919 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2734] 199.204.45.138 () {30 vars in 741 bytes} [Sun May 31 07:11:51 2026] GET /v2.0/subnets/ad8fcfe2-cf74-4098-be44-3da2702b8cb2 => generated 743 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2735] 199.204.45.138 () {30 vars in 703 bytes} [Sun May 31 07:11:51 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: 1354/2736] 199.204.45.138 () {30 vars in 705 bytes} [Sun May 31 07:11:51 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: 1383/2737] 199.204.45.138 () {30 vars in 681 bytes} [Sun May 31 07:11:51 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: 1355/2738] 199.204.45.138 () {30 vars in 717 bytes} [Sun May 31 07:11:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2739] 199.204.45.138 () {30 vars in 741 bytes} [Sun May 31 07:11:51 2026] GET /v2.0/subnets/24174535-8f85-4302-9bf4-2261dbb7966e => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2740] 199.204.45.138 () {30 vars in 737 bytes} [Sun May 31 07:11:51 2026] GET /v2.0/ports/2a805ae6-2173-40e5-80e4-a8e96fbef511 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2743] 199.204.45.138 () {30 vars in 737 bytes} [Sun May 31 07:11:51 2026] GET /v2.0/ports/46bee917-957e-45f3-9389-bede2fcd960e => generated 1350 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2744] 199.204.45.138 () {30 vars in 741 bytes} [Sun May 31 07:11:51 2026] GET /v2.0/subnets/24174535-8f85-4302-9bf4-2261dbb7966e => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2745] 199.204.45.138 () {30 vars in 743 bytes} [Sun May 31 07:11:51 2026] GET /v2.0/networks/8234fbc9-37ff-4f48-a3f6-17d397c6d55b => generated 799 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2746] 199.204.45.138 () {30 vars in 737 bytes} [Sun May 31 07:11:51 2026] GET /v2.0/ports/2a805ae6-2173-40e5-80e4-a8e96fbef511 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2747] 199.204.45.138 () {30 vars in 741 bytes} [Sun May 31 07:11:51 2026] GET /v2.0/subnets/24174535-8f85-4302-9bf4-2261dbb7966e => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2748] 10.0.0.142 () {30 vars in 690 bytes} [Sun May 31 07:11:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2749] 10.0.0.142 () {30 vars in 692 bytes} [Sun May 31 07:11:57 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: 1362/2750] 10.0.0.142 () {30 vars in 668 bytes} [Sun May 31 07:11:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2751] 10.0.0.142 () {30 vars in 704 bytes} [Sun May 31 07:11:57 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: 1363/2752] 10.0.0.142 () {28 vars in 439 bytes} [Sun May 31 07:11:57 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: 1390/2753] 10.0.0.142 () {30 vars in 728 bytes} [Sun May 31 07:11:57 2026] GET /v2.0/subnets/784d5eba-8e3d-4bf6-a9c4-cd17b268c3ee => generated 656 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2754] 199.204.45.138 () {30 vars in 703 bytes} [Sun May 31 07:12:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2755] 199.204.45.138 () {30 vars in 705 bytes} [Sun May 31 07:12:00 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: 1365/2756] 199.204.45.138 () {30 vars in 681 bytes} [Sun May 31 07:12:00 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: 1392/2757] 199.204.45.138 () {30 vars in 717 bytes} [Sun May 31 07:12:00 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: 1366/2758] 199.204.45.138 () {30 vars in 741 bytes} [Sun May 31 07:12:00 2026] GET /v2.0/subnets/e8bf40c5-7553-4d10-af29-951caacc6919 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2759] 199.204.45.138 () {30 vars in 741 bytes} [Sun May 31 07:12:00 2026] GET /v2.0/subnets/784d5eba-8e3d-4bf6-a9c4-cd17b268c3ee => 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: 1367/2760] 199.204.45.138 () {30 vars in 769 bytes} [Sun May 31 07:12:00 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 4098 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2761] 199.204.45.138 () {30 vars in 703 bytes} [Sun May 31 07:12:00 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: 1368/2762] 199.204.45.138 () {30 vars in 705 bytes} [Sun May 31 07:12:00 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: 1395/2763] 199.204.45.138 () {30 vars in 681 bytes} [Sun May 31 07:12:00 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: 1369/2764] 199.204.45.138 () {30 vars in 717 bytes} [Sun May 31 07:12:00 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: 1396/2765] 199.204.45.138 () {34 vars in 717 bytes} [Sun May 31 07:12:00 2026] POST /v2.0/ports => generated 1328 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2766] 10.0.0.237 () {34 vars in 971 bytes} [Sun May 31 07:12:01 2026] GET /v2.0/ports/1f17fc3f-1500-46f5-82ef-7b960d9d8371 => generated 1328 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: 1397/2767] 10.0.0.237 () {34 vars in 907 bytes} [Sun May 31 07:12:01 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2768] 199.204.45.138 () {34 vars in 1262 bytes} [Sun May 31 07:12:02 2026] GET /v2.0/ports/1f17fc3f-1500-46f5-82ef-7b960d9d8371?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2769] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:12:02 2026] GET /v2.0/networks/bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a?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: 1372/2770] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:12:02 2026] GET /v2.0/networks/bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a?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: 1399/2771] 199.204.45.138 () {34 vars in 975 bytes} [Sun May 31 07:12:03 2026] GET /v2.0/ports/1f17fc3f-1500-46f5-82ef-7b960d9d8371 => generated 1328 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2772] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:12:03 2026] GET /v2.0/networks?id=bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a => generated 800 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2773] 199.204.45.138 () {38 vars in 1028 bytes} [Sun May 31 07:12:03 2026] PUT /v2.0/ports/1f17fc3f-1500-46f5-82ef-7b960d9d8371 => generated 1518 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:12:03.931 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ffded8b0-b97f-499b-aca9-f711a9466732'] response: {'name': 'network-changed', 'server_uuid': '02319708-fd7f-4599-b58f-5ed9a81362e6', 'tag': '1f17fc3f-1500-46f5-82ef-7b960d9d8371', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1374/2774] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:12:04 2026] GET /v2.0/ports?tenant_id=5c237ca7e70148089a2c7d4336d524ef&device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 5608 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: 1401/2775] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:12:04 2026] GET /v2.0/networks?id=bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2776] 199.204.45.138 () {34 vars in 1056 bytes} [Sun May 31 07:12:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.38&port_id=1f17fc3f-1500-46f5-82ef-7b960d9d8371 => 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: 1402/2777] 199.204.45.138 () {34 vars in 1106 bytes} [Sun May 31 07:12:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A271&port_id=1f17fc3f-1500-46f5-82ef-7b960d9d8371 => 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: 1376/2778] 199.204.45.138 () {34 vars in 1064 bytes} [Sun May 31 07:12:04 2026] GET /v2.0/subnets?id=784d5eba-8e3d-4bf6-a9c4-cd17b268c3ee&id=61a9e170-6d8e-44d8-b901-2a4ac86795d0 => generated 1415 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2779] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:12:04 2026] GET /v2.0/ports?network_id=bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a&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: 8|app: 0|req: 1377/2780] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:12:04 2026] GET /v2.0/ports?network_id=bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a&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: 1404/2781] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:12:04 2026] GET /v2.0/networks/bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a?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: 1378/2782] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:12:04 2026] GET /v2.0/networks/bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a?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: 1405/2783] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:12:05 2026] GET /v2.0/ports?tenant_id=5c237ca7e70148089a2c7d4336d524ef&device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 5608 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2784] 199.204.45.138 () {34 vars in 1062 bytes} [Sun May 31 07:12:05 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.178&port_id=82538ecb-0981-4c50-b3ea-2a821c201227 => 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: 1406/2785] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:12:05 2026] GET /v2.0/subnets?id=d441555f-a8dc-4953-85af-4bba470dfee5 => generated 654 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2786] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:12:05 2026] GET /v2.0/ports?network_id=93f796b8-6dc4-4249-95e8-df0b5b2cfa3a&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: 1407/2787] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:12:05 2026] GET /v2.0/networks/93f796b8-6dc4-4249-95e8-df0b5b2cfa3a?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: 1381/2788] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:12:06 2026] GET /v2.0/networks/93f796b8-6dc4-4249-95e8-df0b5b2cfa3a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2789] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:12:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.159&port_id=46bee917-957e-45f3-9389-bede2fcd960e => 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: 1382/2790] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:12:06 2026] GET /v2.0/subnets?id=24174535-8f85-4302-9bf4-2261dbb7966e => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2791] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:12:06 2026] GET /v2.0/ports?network_id=8234fbc9-37ff-4f48-a3f6-17d397c6d55b&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2792] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:12:06 2026] GET /v2.0/networks/8234fbc9-37ff-4f48-a3f6-17d397c6d55b?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: 1410/2793] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:12:06 2026] GET /v2.0/networks/8234fbc9-37ff-4f48-a3f6-17d397c6d55b?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: 8|app: 0|req: 1384/2794] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:12:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.140&port_id=987a4f88-2815-47e4-9314-162fc0331efc => 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: 1411/2795] 199.204.45.138 () {34 vars in 1102 bytes} [Sun May 31 07:12:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Af5&port_id=987a4f88-2815-47e4-9314-162fc0331efc => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2796] 199.204.45.138 () {34 vars in 1064 bytes} [Sun May 31 07:12:06 2026] GET /v2.0/subnets?id=e8bf40c5-7553-4d10-af29-951caacc6919&id=ad8fcfe2-cf74-4098-be44-3da2702b8cb2 => generated 1409 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2797] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:12:06 2026] GET /v2.0/ports?network_id=b5c65271-5d56-42c0-850c-9ae714411b12&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2798] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:12:06 2026] GET /v2.0/ports?network_id=b5c65271-5d56-42c0-850c-9ae714411b12&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2799] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:12:06 2026] GET /v2.0/networks/b5c65271-5d56-42c0-850c-9ae714411b12?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: 1387/2800] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:12:06 2026] GET /v2.0/networks/b5c65271-5d56-42c0-850c-9ae714411b12?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: 1414/2801] 199.204.45.138 () {34 vars in 1056 bytes} [Sun May 31 07:12:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.38&port_id=1f17fc3f-1500-46f5-82ef-7b960d9d8371 => 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: 1388/2804] 199.204.45.138 () {34 vars in 1106 bytes} [Sun May 31 07:12:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A271&port_id=1f17fc3f-1500-46f5-82ef-7b960d9d8371 => 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: 1417/2805] 199.204.45.138 () {34 vars in 1064 bytes} [Sun May 31 07:12:06 2026] GET /v2.0/subnets?id=784d5eba-8e3d-4bf6-a9c4-cd17b268c3ee&id=61a9e170-6d8e-44d8-b901-2a4ac86795d0 => generated 1415 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2806] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:12:06 2026] GET /v2.0/ports?network_id=bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2807] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:12:06 2026] GET /v2.0/ports?network_id=bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2808] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:12:06 2026] GET /v2.0/networks/bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a?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: 1419/2809] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:12:06 2026] GET /v2.0/networks/bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a?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: 1391/2810] 10.0.0.237 () {34 vars in 971 bytes} [Sun May 31 07:12:10 2026] GET /v2.0/ports/1f17fc3f-1500-46f5-82ef-7b960d9d8371 => generated 1520 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2811] 199.204.45.138 () {30 vars in 743 bytes} [Sun May 31 07:12:10 2026] GET /v2.0/networks/bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a => generated 797 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2812] 199.204.45.138 () {30 vars in 741 bytes} [Sun May 31 07:12:10 2026] GET /v2.0/subnets/784d5eba-8e3d-4bf6-a9c4-cd17b268c3ee => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2813] 199.204.45.138 () {30 vars in 741 bytes} [Sun May 31 07:12:10 2026] GET /v2.0/subnets/61a9e170-6d8e-44d8-b901-2a4ac86795d0 => generated 748 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2814] 199.204.45.138 () {30 vars in 737 bytes} [Sun May 31 07:12:10 2026] GET /v2.0/ports/987a4f88-2815-47e4-9314-162fc0331efc => generated 1516 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2815] 199.204.45.138 () {34 vars in 790 bytes} [Sun May 31 07:12:10 2026] PUT /v2.0/ports/987a4f88-2815-47e4-9314-162fc0331efc => generated 1255 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:12:11.298 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab87d0da-a9b1-4023-9aab-a7128e70a488'] response: {'name': 'network-changed', 'server_uuid': '02319708-fd7f-4599-b58f-5ed9a81362e6', 'tag': '987a4f88-2815-47e4-9314-162fc0331efc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1394/2816] 199.204.45.138 () {30 vars in 743 bytes} [Sun May 31 07:12:11 2026] GET /v2.0/networks/b5c65271-5d56-42c0-850c-9ae714411b12 => generated 796 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1423/2817] 199.204.45.138 () {30 vars in 741 bytes} [Sun May 31 07:12:11 2026] GET /v2.0/subnets/e8bf40c5-7553-4d10-af29-951caacc6919 => generated 673 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2818] 199.204.45.138 () {30 vars in 703 bytes} [Sun May 31 07:12:11 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: 7|app: 0|req: 1424/2819] 199.204.45.138 () {30 vars in 705 bytes} [Sun May 31 07:12:11 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: 1396/2820] 199.204.45.138 () {30 vars in 681 bytes} [Sun May 31 07:12: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: 1425/2821] 199.204.45.138 () {30 vars in 717 bytes} [Sun May 31 07:12:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2822] 199.204.45.138 () {30 vars in 741 bytes} [Sun May 31 07:12:11 2026] GET /v2.0/subnets/24174535-8f85-4302-9bf4-2261dbb7966e => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2823] 199.204.45.138 () {30 vars in 737 bytes} [Sun May 31 07:12:11 2026] GET /v2.0/ports/2a805ae6-2173-40e5-80e4-a8e96fbef511 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2824] 199.204.45.138 () {30 vars in 737 bytes} [Sun May 31 07:12:11 2026] GET /v2.0/ports/46bee917-957e-45f3-9389-bede2fcd960e => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2825] 199.204.45.138 () {30 vars in 741 bytes} [Sun May 31 07:12:11 2026] GET /v2.0/subnets/24174535-8f85-4302-9bf4-2261dbb7966e => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2826] 199.204.45.138 () {30 vars in 743 bytes} [Sun May 31 07:12:11 2026] GET /v2.0/networks/8234fbc9-37ff-4f48-a3f6-17d397c6d55b => 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: 1428/2827] 199.204.45.138 () {30 vars in 737 bytes} [Sun May 31 07:12:11 2026] GET /v2.0/ports/2a805ae6-2173-40e5-80e4-a8e96fbef511 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2828] 199.204.45.138 () {30 vars in 741 bytes} [Sun May 31 07:12:11 2026] GET /v2.0/subnets/24174535-8f85-4302-9bf4-2261dbb7966e => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2829] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:12:11 2026] GET /v2.0/ports?tenant_id=5c237ca7e70148089a2c7d4336d524ef&device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 5385 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2830] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:12:11 2026] GET /v2.0/networks?id=b5c65271-5d56-42c0-850c-9ae714411b12 => generated 799 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2831] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:12:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.140&port_id=987a4f88-2815-47e4-9314-162fc0331efc => 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: 1402/2832] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:12:11 2026] GET /v2.0/subnets?id=e8bf40c5-7553-4d10-af29-951caacc6919 => 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: 1431/2833] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:12:11 2026] GET /v2.0/ports?network_id=b5c65271-5d56-42c0-850c-9ae714411b12&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2834] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:12:12 2026] GET /v2.0/networks/b5c65271-5d56-42c0-850c-9ae714411b12?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2835] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:12:12 2026] GET /v2.0/networks/b5c65271-5d56-42c0-850c-9ae714411b12?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2838] 199.204.45.138 () {30 vars in 703 bytes} [Sun May 31 07:12:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2839] 199.204.45.138 () {30 vars in 705 bytes} [Sun May 31 07:12:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2840] 199.204.45.138 () {30 vars in 681 bytes} [Sun May 31 07:12:22 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: 1406/2841] 199.204.45.138 () {30 vars in 717 bytes} [Sun May 31 07:12:22 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: 1436/2842] 199.204.45.138 () {30 vars in 741 bytes} [Sun May 31 07:12:22 2026] GET /v2.0/subnets/e8bf40c5-7553-4d10-af29-951caacc6919 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2843] 199.204.45.138 () {30 vars in 769 bytes} [Sun May 31 07:12:22 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 5385 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2844] 199.204.45.138 () {30 vars in 703 bytes} [Sun May 31 07:12:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2845] 199.204.45.138 () {30 vars in 705 bytes} [Sun May 31 07:12:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2846] 199.204.45.138 () {30 vars in 681 bytes} [Sun May 31 07:12: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: 1409/2847] 199.204.45.138 () {30 vars in 717 bytes} [Sun May 31 07:12: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: 1439/2848] 199.204.45.138 () {30 vars in 737 bytes} [Sun May 31 07:12:22 2026] GET /v2.0/ports/1f17fc3f-1500-46f5-82ef-7b960d9d8371 => generated 1520 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2849] 199.204.45.138 () {34 vars in 790 bytes} [Sun May 31 07:12:22 2026] PUT /v2.0/ports/1f17fc3f-1500-46f5-82ef-7b960d9d8371 => generated 1251 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:12:23.366 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5c2fe549-a74b-43c2-887f-9556eba2a835'] response: {'name': 'network-changed', 'server_uuid': '02319708-fd7f-4599-b58f-5ed9a81362e6', 'tag': '1f17fc3f-1500-46f5-82ef-7b960d9d8371', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1440/2850] 199.204.45.138 () {30 vars in 743 bytes} [Sun May 31 07:12:23 2026] GET /v2.0/networks/bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a => generated 797 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1411/2851] 199.204.45.138 () {30 vars in 741 bytes} [Sun May 31 07:12:23 2026] GET /v2.0/subnets/784d5eba-8e3d-4bf6-a9c4-cd17b268c3ee => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2852] 199.204.45.138 () {30 vars in 737 bytes} [Sun May 31 07:12:23 2026] GET /v2.0/ports/1f17fc3f-1500-46f5-82ef-7b960d9d8371 => generated 1287 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2853] 199.204.45.138 () {34 vars in 789 bytes} [Sun May 31 07:12:23 2026] PUT /v2.0/ports/1f17fc3f-1500-46f5-82ef-7b960d9d8371 => generated 1080 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2854] 199.204.45.138 () {30 vars in 743 bytes} [Sun May 31 07:12:23 2026] GET /v2.0/networks/bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a => generated 797 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1413/2855] 199.204.45.138 () {30 vars in 769 bytes} [Sun May 31 07:12:23 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 4981 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2856] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:12:23 2026] GET /v2.0/ports?tenant_id=5c237ca7e70148089a2c7d4336d524ef&device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 4981 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2857] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:12:23 2026] GET /v2.0/networks?id=bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2858] 199.204.45.138 () {30 vars in 769 bytes} [Sun May 31 07:12:23 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 4981 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2859] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:12:23 2026] GET /v2.0/networks/bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a?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: 1445/2860] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:12:24 2026] GET /v2.0/networks/bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a?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: 1416/2861] 199.204.45.138 () {30 vars in 769 bytes} [Sun May 31 07:12:25 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 4981 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:12:25.400 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a7cf8cee-4547-4700-a224-f2641da69c56'] response: {'name': 'network-changed', 'server_uuid': '02319708-fd7f-4599-b58f-5ed9a81362e6', 'tag': '1f17fc3f-1500-46f5-82ef-7b960d9d8371', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1446/2862] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:12:25 2026] GET /v2.0/ports?tenant_id=5c237ca7e70148089a2c7d4336d524ef&device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 4981 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2863] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:12:25 2026] GET /v2.0/networks?id=bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a => 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: 1447/2864] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:12:26 2026] GET /v2.0/networks/bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a?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: 1418/2865] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:12:26 2026] GET /v2.0/networks/bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a?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: 1448/2866] 199.204.45.138 () {30 vars in 769 bytes} [Sun May 31 07:12:26 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 4981 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2867] 199.204.45.138 () {34 vars in 975 bytes} [Sun May 31 07:12:26 2026] GET /v2.0/ports/1f17fc3f-1500-46f5-82ef-7b960d9d8371 => generated 1116 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2868] 199.204.45.138 () {34 vars in 1060 bytes} [Sun May 31 07:12:26 2026] GET /v2.0/ports/1f17fc3f-1500-46f5-82ef-7b960d9d8371?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2869] 199.204.45.138 () {34 vars in 1016 bytes} [Sun May 31 07:12:26 2026] GET /v2.0/networks/bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a?fields=dns_domain => generated 29 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2870] 199.204.45.138 () {38 vars in 1028 bytes} [Sun May 31 07:12:26 2026] PUT /v2.0/ports/1f17fc3f-1500-46f5-82ef-7b960d9d8371 => generated 917 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2871] 199.204.45.138 () {30 vars in 769 bytes} [Sun May 31 07:12:27 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 3873 bytes in 37 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-05-31 07:12:27.302 7 INFO neutron_taas.services.taas.taas_plugin [None req-3da0d583-16f8-4746-a0ac-751677af502b 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: 1f17fc3f-1500-46f5-82ef-7b960d9d8371 2026-05-31 07:12:27.305 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3da0d583-16f8-4746-a0ac-751677af502b 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: 1f17fc3f-1500-46f5-82ef-7b960d9d8371 [pid: 7|app: 0|req: 1451/2872] 199.204.45.138 () {32 vars in 759 bytes} [Sun May 31 07:12:27 2026] DELETE /v2.0/ports/1f17fc3f-1500-46f5-82ef-7b960d9d8371 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2873] 199.204.45.138 () {30 vars in 703 bytes} [Sun May 31 07:12:27 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: 1452/2874] 199.204.45.138 () {30 vars in 705 bytes} [Sun May 31 07:12:27 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: 1423/2875] 199.204.45.138 () {30 vars in 681 bytes} [Sun May 31 07:12:27 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: 1453/2876] 199.204.45.138 () {30 vars in 717 bytes} [Sun May 31 07:12:27 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: 1424/2877] 199.204.45.138 () {30 vars in 741 bytes} [Sun May 31 07:12:27 2026] GET /v2.0/subnets/24174535-8f85-4302-9bf4-2261dbb7966e => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2878] 199.204.45.138 () {30 vars in 737 bytes} [Sun May 31 07:12:27 2026] GET /v2.0/ports/2a805ae6-2173-40e5-80e4-a8e96fbef511 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2879] 199.204.45.138 () {30 vars in 737 bytes} [Sun May 31 07:12:27 2026] GET /v2.0/ports/46bee917-957e-45f3-9389-bede2fcd960e => generated 1350 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2880] 199.204.45.138 () {30 vars in 741 bytes} [Sun May 31 07:12:27 2026] GET /v2.0/subnets/24174535-8f85-4302-9bf4-2261dbb7966e => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2881] 199.204.45.138 () {30 vars in 743 bytes} [Sun May 31 07:12:27 2026] GET /v2.0/networks/8234fbc9-37ff-4f48-a3f6-17d397c6d55b => 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: 1456/2882] 199.204.45.138 () {30 vars in 737 bytes} [Sun May 31 07:12:27 2026] GET /v2.0/ports/2a805ae6-2173-40e5-80e4-a8e96fbef511 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2883] 199.204.45.138 () {30 vars in 741 bytes} [Sun May 31 07:12:27 2026] GET /v2.0/subnets/24174535-8f85-4302-9bf4-2261dbb7966e => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2884] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:12:28 2026] GET /v2.0/ports?tenant_id=5c237ca7e70148089a2c7d4336d524ef&device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 3873 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2885] 199.204.45.138 () {34 vars in 1226 bytes} [Sun May 31 07:12:28 2026] GET /v2.0/networks?id=93f796b8-6dc4-4249-95e8-df0b5b2cfa3a&id=8234fbc9-37ff-4f48-a3f6-17d397c6d55b&id=b5c65271-5d56-42c0-850c-9ae714411b12&id=bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a => generated 3094 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2886] 199.204.45.138 () {34 vars in 1062 bytes} [Sun May 31 07:12:28 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.178&port_id=82538ecb-0981-4c50-b3ea-2a821c201227 => 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: 1429/2887] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:12:28 2026] GET /v2.0/subnets?id=d441555f-a8dc-4953-85af-4bba470dfee5 => generated 654 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2888] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:12:28 2026] GET /v2.0/ports?network_id=93f796b8-6dc4-4249-95e8-df0b5b2cfa3a&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2889] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:12:28 2026] GET /v2.0/networks/93f796b8-6dc4-4249-95e8-df0b5b2cfa3a?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2890] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:12:28 2026] GET /v2.0/networks/93f796b8-6dc4-4249-95e8-df0b5b2cfa3a?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: 1431/2891] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:12:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.159&port_id=46bee917-957e-45f3-9389-bede2fcd960e => 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: 1461/2892] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:12:28 2026] GET /v2.0/subnets?id=24174535-8f85-4302-9bf4-2261dbb7966e => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2893] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:12:28 2026] GET /v2.0/ports?network_id=8234fbc9-37ff-4f48-a3f6-17d397c6d55b&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2894] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:12:28 2026] GET /v2.0/networks/8234fbc9-37ff-4f48-a3f6-17d397c6d55b?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: 1433/2895] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:12:28 2026] GET /v2.0/networks/8234fbc9-37ff-4f48-a3f6-17d397c6d55b?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: 1463/2896] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:12:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.140&port_id=987a4f88-2815-47e4-9314-162fc0331efc => 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: 1434/2897] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:12:28 2026] GET /v2.0/subnets?id=e8bf40c5-7553-4d10-af29-951caacc6919 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2898] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:12:28 2026] GET /v2.0/ports?network_id=b5c65271-5d56-42c0-850c-9ae714411b12&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2899] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:12:28 2026] GET /v2.0/networks/b5c65271-5d56-42c0-850c-9ae714411b12?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2900] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:12:28 2026] GET /v2.0/networks/b5c65271-5d56-42c0-850c-9ae714411b12?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: 1436/2901] 199.204.45.138 () {30 vars in 703 bytes} [Sun May 31 07:12:32 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/2902] 199.204.45.138 () {30 vars in 705 bytes} [Sun May 31 07:12:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2903] 199.204.45.138 () {30 vars in 681 bytes} [Sun May 31 07:12:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2904] 199.204.45.138 () {30 vars in 717 bytes} [Sun May 31 07:12:32 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: 1438/2905] 199.204.45.138 () {30 vars in 769 bytes} [Sun May 31 07:12:32 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 3873 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2906] 199.204.45.138 () {30 vars in 703 bytes} [Sun May 31 07:12:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2907] 199.204.45.138 () {30 vars in 705 bytes} [Sun May 31 07:12: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: 1469/2908] 199.204.45.138 () {30 vars in 681 bytes} [Sun May 31 07:12: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: 1440/2909] 199.204.45.138 () {30 vars in 717 bytes} [Sun May 31 07:12:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2910] 199.204.45.138 () {30 vars in 737 bytes} [Sun May 31 07:12:33 2026] GET /v2.0/ports/987a4f88-2815-47e4-9314-162fc0331efc => generated 1291 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2911] 199.204.45.138 () {34 vars in 789 bytes} [Sun May 31 07:12:33 2026] PUT /v2.0/ports/987a4f88-2815-47e4-9314-162fc0331efc => generated 1080 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:12:33.507 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c48d6b25-0d5e-4d43-8de1-4f1b3ab3dbf5'] response: {'name': 'network-changed', 'server_uuid': '02319708-fd7f-4599-b58f-5ed9a81362e6', 'tag': '987a4f88-2815-47e4-9314-162fc0331efc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1471/2912] 199.204.45.138 () {30 vars in 743 bytes} [Sun May 31 07:12:33 2026] GET /v2.0/networks/b5c65271-5d56-42c0-850c-9ae714411b12 => generated 796 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, ' [pid: 8|app: 0|req: 1442/2913] 199.204.45.138 () {30 vars in 769 bytes} [Sun May 31 07:12:33 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 3698 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2914] 199.204.45.138 () {30 vars in 769 bytes} [Sun May 31 07:12:33 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 3698 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2915] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:12:34 2026] GET /v2.0/ports?tenant_id=5c237ca7e70148089a2c7d4336d524ef&device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 3698 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2916] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:12:34 2026] GET /v2.0/networks?id=b5c65271-5d56-42c0-850c-9ae714411b12 => generated 799 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2917] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:12:34 2026] GET /v2.0/networks/b5c65271-5d56-42c0-850c-9ae714411b12?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2918] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:12:34 2026] GET /v2.0/networks/b5c65271-5d56-42c0-850c-9ae714411b12?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: 1445/2919] 199.204.45.138 () {30 vars in 769 bytes} [Sun May 31 07:12:34 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 3698 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2920] 199.204.45.138 () {34 vars in 975 bytes} [Sun May 31 07:12:35 2026] GET /v2.0/ports/987a4f88-2815-47e4-9314-162fc0331efc => generated 1116 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2921] 199.204.45.138 () {34 vars in 1060 bytes} [Sun May 31 07:12:35 2026] GET /v2.0/ports/987a4f88-2815-47e4-9314-162fc0331efc?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2922] 199.204.45.138 () {30 vars in 769 bytes} [Sun May 31 07:12:35 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 3698 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2923] 199.204.45.138 () {34 vars in 1016 bytes} [Sun May 31 07:12:35 2026] GET /v2.0/networks/b5c65271-5d56-42c0-850c-9ae714411b12?fields=dns_domain => generated 29 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2924] 199.204.45.138 () {38 vars in 1028 bytes} [Sun May 31 07:12:35 2026] PUT /v2.0/ports/987a4f88-2815-47e4-9314-162fc0331efc => generated 917 bytes in 212 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: 1479/2927] 199.204.45.138 () {30 vars in 769 bytes} [Sun May 31 07:12:36 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 2590 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:12:36.982 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0b49010-c585-4169-bbb3-2161f9d24f5c 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: 987a4f88-2815-47e4-9314-162fc0331efc 2026-05-31 07:12:36.985 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0b49010-c585-4169-bbb3-2161f9d24f5c 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: 987a4f88-2815-47e4-9314-162fc0331efc [pid: 8|app: 0|req: 1449/2928] 199.204.45.138 () {32 vars in 759 bytes} [Sun May 31 07:12:36 2026] DELETE /v2.0/ports/987a4f88-2815-47e4-9314-162fc0331efc => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2929] 199.204.45.138 () {30 vars in 703 bytes} [Sun May 31 07:12: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: 8|app: 0|req: 1450/2930] 199.204.45.138 () {30 vars in 705 bytes} [Sun May 31 07:12:37 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: 1481/2931] 199.204.45.138 () {30 vars in 681 bytes} [Sun May 31 07:12:37 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: 1451/2932] 199.204.45.138 () {30 vars in 717 bytes} [Sun May 31 07:12: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: 7|app: 0|req: 1482/2933] 199.204.45.138 () {30 vars in 741 bytes} [Sun May 31 07:12:37 2026] GET /v2.0/subnets/24174535-8f85-4302-9bf4-2261dbb7966e => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2934] 199.204.45.138 () {30 vars in 737 bytes} [Sun May 31 07:12:37 2026] GET /v2.0/ports/2a805ae6-2173-40e5-80e4-a8e96fbef511 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2935] 199.204.45.138 () {30 vars in 737 bytes} [Sun May 31 07:12:37 2026] GET /v2.0/ports/46bee917-957e-45f3-9389-bede2fcd960e => generated 1350 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2936] 199.204.45.138 () {30 vars in 741 bytes} [Sun May 31 07:12:37 2026] GET /v2.0/subnets/24174535-8f85-4302-9bf4-2261dbb7966e => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2937] 199.204.45.138 () {30 vars in 743 bytes} [Sun May 31 07:12:37 2026] GET /v2.0/networks/8234fbc9-37ff-4f48-a3f6-17d397c6d55b => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2938] 199.204.45.138 () {30 vars in 737 bytes} [Sun May 31 07:12:37 2026] GET /v2.0/ports/2a805ae6-2173-40e5-80e4-a8e96fbef511 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2939] 199.204.45.138 () {30 vars in 741 bytes} [Sun May 31 07:12:37 2026] GET /v2.0/subnets/24174535-8f85-4302-9bf4-2261dbb7966e => generated 675 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2940] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:12:37 2026] GET /v2.0/ports?tenant_id=5c237ca7e70148089a2c7d4336d524ef&device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 2590 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2941] 199.204.45.138 () {34 vars in 1146 bytes} [Sun May 31 07:12:37 2026] GET /v2.0/networks?id=93f796b8-6dc4-4249-95e8-df0b5b2cfa3a&id=8234fbc9-37ff-4f48-a3f6-17d397c6d55b&id=b5c65271-5d56-42c0-850c-9ae714411b12 => generated 2308 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2942] 199.204.45.138 () {34 vars in 1062 bytes} [Sun May 31 07:12:37 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.178&port_id=82538ecb-0981-4c50-b3ea-2a821c201227 => 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: 1487/2943] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:12:37 2026] GET /v2.0/subnets?id=d441555f-a8dc-4953-85af-4bba470dfee5 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2944] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:12:37 2026] GET /v2.0/ports?network_id=93f796b8-6dc4-4249-95e8-df0b5b2cfa3a&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2945] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:12:37 2026] GET /v2.0/networks/93f796b8-6dc4-4249-95e8-df0b5b2cfa3a?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2946] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:12:37 2026] GET /v2.0/networks/93f796b8-6dc4-4249-95e8-df0b5b2cfa3a?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: 1489/2947] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:12:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.159&port_id=46bee917-957e-45f3-9389-bede2fcd960e => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2948] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:12:37 2026] GET /v2.0/subnets?id=24174535-8f85-4302-9bf4-2261dbb7966e => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2949] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:12:37 2026] GET /v2.0/ports?network_id=8234fbc9-37ff-4f48-a3f6-17d397c6d55b&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2950] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:12:38 2026] GET /v2.0/networks/8234fbc9-37ff-4f48-a3f6-17d397c6d55b?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: 1491/2951] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:12:38 2026] GET /v2.0/networks/8234fbc9-37ff-4f48-a3f6-17d397c6d55b?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: 1461/2952] 199.204.45.138 () {30 vars in 703 bytes} [Sun May 31 07:12:48 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: 1492/2953] 199.204.45.138 () {30 vars in 705 bytes} [Sun May 31 07:12:48 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: 1462/2954] 199.204.45.138 () {30 vars in 681 bytes} [Sun May 31 07:12:48 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: 1493/2955] 199.204.45.138 () {30 vars in 717 bytes} [Sun May 31 07:12:48 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-05-31 07:12:48.988 8 INFO neutron.api.v2.resource [None req-97a4e8ed-89ae-4e49-a819-bcccfd55455e 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1463/2956] 199.204.45.138 () {30 vars in 763 bytes} [Sun May 31 07:12:48 2026] GET /v2.0/security-groups/lb-446dc9d0-cdc2-4d17-b56a-cd8fc7794529 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2957] 199.204.45.138 () {30 vars in 785 bytes} [Sun May 31 07:12:48 2026] GET /v2.0/security-groups?name=lb-446dc9d0-cdc2-4d17-b56a-cd8fc7794529 => 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: 1464/2958] 199.204.45.138 () {30 vars in 815 bytes} [Sun May 31 07:12:49 2026] GET /v2.0/security-group-rules?security_group_id=b22abb48-b24c-4146-87e3-88f99da72d10 => generated 2334 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2959] 199.204.45.138 () {32 vars in 789 bytes} [Sun May 31 07:12:49 2026] DELETE /v2.0/security-group-rules/9224e588-1079-4d9a-8588-62f19cc2e309 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2960] 199.204.45.138 () {32 vars in 789 bytes} [Sun May 31 07:12:49 2026] DELETE /v2.0/security-group-rules/f4c9cb65-0f4a-4b76-b090-9920bdd561d8 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:12:52.990 7 INFO neutron_taas.services.taas.taas_plugin [None req-7c6e1f76-1eae-4d2d-94be-54046868b070 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] TaaS: Handle Delete Port: 94499d93-4976-47ef-8b2b-d3ac1dfd5d01 2026-05-31 07:12:52.992 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c6e1f76-1eae-4d2d-94be-54046868b070 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] Tap Mirror: Handle Delete Port: 94499d93-4976-47ef-8b2b-d3ac1dfd5d01 2026-05-31 07:12:53.161 7 INFO neutron.db.l3_db [None req-7c6e1f76-1eae-4d2d-94be-54046868b070 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] Floating IP f99b775f-2557-495a-9baa-41bb638e30dd disassociated (deleted). External IP: 10.96.250.220, port: 2a805ae6-2173-40e5-80e4-a8e96fbef511. [pid: 7|app: 0|req: 1497/2963] 10.0.0.248 () {32 vars in 732 bytes} [Sun May 31 07:12:52 2026] DELETE /v2.0/floatingips/f99b775f-2557-495a-9baa-41bb638e30dd => generated 0 bytes in 605 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:12:53.485 8 INFO neutron.api.v2.resource [None req-cf1d31d2-57ed-4fe2-8700-1183e48701e8 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1467/2964] 10.0.0.248 () {32 vars in 729 bytes} [Sun May 31 07:12:53 2026] GET /v2.0/floatingips/f99b775f-2557-495a-9baa-41bb638e30dd => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2965] 199.204.45.138 () {30 vars in 703 bytes} [Sun May 31 07:12:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2966] 199.204.45.138 () {30 vars in 705 bytes} [Sun May 31 07:12:54 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: 1499/2967] 199.204.45.138 () {30 vars in 681 bytes} [Sun May 31 07:12:54 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: 1469/2968] 199.204.45.138 () {30 vars in 717 bytes} [Sun May 31 07:12:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:12:54.288 7 INFO neutron.api.v2.resource [None req-dc9c36fa-acf0-4277-962f-7b5955331d27 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1500/2969] 199.204.45.138 () {30 vars in 763 bytes} [Sun May 31 07:12:54 2026] GET /v2.0/security-groups/lb-446dc9d0-cdc2-4d17-b56a-cd8fc7794529 => 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: 1470/2970] 199.204.45.138 () {30 vars in 785 bytes} [Sun May 31 07:12:54 2026] GET /v2.0/security-groups?name=lb-446dc9d0-cdc2-4d17-b56a-cd8fc7794529 => generated 1639 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2971] 199.204.45.138 () {30 vars in 815 bytes} [Sun May 31 07:12:54 2026] GET /v2.0/security-group-rules?security_group_id=b22abb48-b24c-4146-87e3-88f99da72d10 => generated 1182 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2972] 199.204.45.138 () {30 vars in 703 bytes} [Sun May 31 07:12:54 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: 1502/2973] 199.204.45.138 () {30 vars in 705 bytes} [Sun May 31 07:12:54 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: 1472/2974] 199.204.45.138 () {30 vars in 681 bytes} [Sun May 31 07:12:54 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: 1503/2975] 199.204.45.138 () {30 vars in 717 bytes} [Sun May 31 07:12:54 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: 1473/2976] 199.204.45.138 () {30 vars in 741 bytes} [Sun May 31 07:12:54 2026] GET /v2.0/subnets/24174535-8f85-4302-9bf4-2261dbb7966e => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2977] 199.204.45.138 () {30 vars in 769 bytes} [Sun May 31 07:12:54 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 2590 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2978] 199.204.45.138 () {30 vars in 769 bytes} [Sun May 31 07:12:54 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 2590 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2979] 199.204.45.138 () {30 vars in 769 bytes} [Sun May 31 07:12:54 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 2590 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2980] 199.204.45.138 () {30 vars in 769 bytes} [Sun May 31 07:12:55 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 2590 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2981] 199.204.45.138 () {34 vars in 975 bytes} [Sun May 31 07:12:56 2026] GET /v2.0/ports/46bee917-957e-45f3-9389-bede2fcd960e => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2982] 199.204.45.138 () {34 vars in 1060 bytes} [Sun May 31 07:12:56 2026] GET /v2.0/ports/46bee917-957e-45f3-9389-bede2fcd960e?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2983] 199.204.45.138 () {30 vars in 769 bytes} [Sun May 31 07:12:56 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 2590 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2984] 199.204.45.138 () {34 vars in 1016 bytes} [Sun May 31 07:12:56 2026] GET /v2.0/networks/8234fbc9-37ff-4f48-a3f6-17d397c6d55b?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2985] 199.204.45.138 () {38 vars in 1028 bytes} [Sun May 31 07:12:56 2026] PUT /v2.0/ports/46bee917-957e-45f3-9389-bede2fcd960e => generated 1151 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2986] 199.204.45.138 () {30 vars in 769 bytes} [Sun May 31 07:12:57 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 1248 bytes in 38 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: 1509/2987] 199.204.45.138 () {34 vars in 789 bytes} [Sun May 31 07:12:57 2026] PUT /v2.0/ports/46bee917-957e-45f3-9389-bede2fcd960e => generated 1090 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2988] 199.204.45.138 () {30 vars in 737 bytes} [Sun May 31 07:12:58 2026] GET /v2.0/ports/46bee917-957e-45f3-9389-bede2fcd960e => generated 1090 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, ' 2026-05-31 07:12:58.222 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2a22099-1911-4cfa-8bdb-6ebb7a035f11 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: 46bee917-957e-45f3-9389-bede2fcd960e 2026-05-31 07:12:58.225 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2a22099-1911-4cfa-8bdb-6ebb7a035f11 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: 46bee917-957e-45f3-9389-bede2fcd960e [pid: 7|app: 0|req: 1510/2989] 199.204.45.138 () {32 vars in 759 bytes} [Sun May 31 07:12:58 2026] DELETE /v2.0/ports/46bee917-957e-45f3-9389-bede2fcd960e => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2990] 199.204.45.138 () {30 vars in 703 bytes} [Sun May 31 07:12:58 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: 1511/2991] 199.204.45.138 () {30 vars in 705 bytes} [Sun May 31 07:12:58 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: 1481/2992] 199.204.45.138 () {30 vars in 681 bytes} [Sun May 31 07:12:58 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: 1512/2993] 199.204.45.138 () {30 vars in 717 bytes} [Sun May 31 07:12:58 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-05-31 07:12:58.506 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2eeea82c-406b-4163-b1e4-8b0e599e120d 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1482/2994] 199.204.45.138 () {32 vars in 759 bytes} [Sun May 31 07:12:58 2026] DELETE /v2.0/ports/46bee917-957e-45f3-9389-bede2fcd960e => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2995] 199.204.45.138 () {30 vars in 737 bytes} [Sun May 31 07:12:58 2026] GET /v2.0/ports/2a805ae6-2173-40e5-80e4-a8e96fbef511 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:12:58.573 8 INFO neutron.api.v2.resource [None req-2b13da12-fe17-40d7-a2d5-a62f6484c519 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1483/2996] 199.204.45.138 () {30 vars in 763 bytes} [Sun May 31 07:12:58 2026] GET /v2.0/security-groups/lb-446dc9d0-cdc2-4d17-b56a-cd8fc7794529 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2997] 199.204.45.138 () {30 vars in 785 bytes} [Sun May 31 07:12:58 2026] GET /v2.0/security-groups?name=lb-446dc9d0-cdc2-4d17-b56a-cd8fc7794529 => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2998] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:12:58 2026] GET /v2.0/ports?tenant_id=5c237ca7e70148089a2c7d4336d524ef&device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2999] 199.204.45.138 () {30 vars in 737 bytes} [Sun May 31 07:12:58 2026] GET /v2.0/ports/2a805ae6-2173-40e5-80e4-a8e96fbef511 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3000] 199.204.45.138 () {34 vars in 1066 bytes} [Sun May 31 07:12:58 2026] GET /v2.0/networks?id=93f796b8-6dc4-4249-95e8-df0b5b2cfa3a&id=8234fbc9-37ff-4f48-a3f6-17d397c6d55b => generated 1523 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3001] 199.204.45.138 () {34 vars in 1062 bytes} [Sun May 31 07:12:58 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.178&port_id=82538ecb-0981-4c50-b3ea-2a821c201227 => 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: 1487/3002] 199.204.45.138 () {34 vars in 984 bytes} [Sun May 31 07:12:58 2026] GET /v2.0/subnets?id=d441555f-a8dc-4953-85af-4bba470dfee5 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3003] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:12:58 2026] GET /v2.0/ports?network_id=93f796b8-6dc4-4249-95e8-df0b5b2cfa3a&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3004] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:12:58 2026] GET /v2.0/networks/93f796b8-6dc4-4249-95e8-df0b5b2cfa3a?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: 1516/3005] 199.204.45.138 () {34 vars in 789 bytes} [Sun May 31 07:12:58 2026] PUT /v2.0/ports/2a805ae6-2173-40e5-80e4-a8e96fbef511 => generated 1094 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3006] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:12:58 2026] GET /v2.0/networks/93f796b8-6dc4-4249-95e8-df0b5b2cfa3a?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: 1517/3007] 199.204.45.138 () {32 vars in 779 bytes} [Sun May 31 07:12:58 2026] DELETE /v2.0/security-groups/b22abb48-b24c-4146-87e3-88f99da72d10 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:12:59.071 8 INFO neutron_taas.services.taas.taas_plugin [None req-711f6b51-04de-4391-807d-a49ee5b4761a 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: 2a805ae6-2173-40e5-80e4-a8e96fbef511 2026-05-31 07:12:59.075 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-711f6b51-04de-4391-807d-a49ee5b4761a 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: 2a805ae6-2173-40e5-80e4-a8e96fbef511 [pid: 8|app: 0|req: 1491/3008] 199.204.45.138 () {32 vars in 759 bytes} [Sun May 31 07:12:58 2026] DELETE /v2.0/ports/2a805ae6-2173-40e5-80e4-a8e96fbef511 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3009] 199.204.45.138 () {34 vars in 994 bytes} [Sun May 31 07:13:01 2026] GET /v2.0/ports?device_id=02319708-fd7f-4599-b58f-5ed9a81362e6 => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:13:01.948 8 INFO neutron_taas.services.taas.taas_plugin [req-ea00da18-f5ca-4cc3-a56f-3505f505ce42 req-0c2f484d-ed70-4032-b75b-f481286a7fc6 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] TaaS: Handle Delete Port: 82538ecb-0981-4c50-b3ea-2a821c201227 2026-05-31 07:13:01.951 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ea00da18-f5ca-4cc3-a56f-3505f505ce42 req-0c2f484d-ed70-4032-b75b-f481286a7fc6 9e7252bd5f474bda8c7816e58c2cac92 5c237ca7e70148089a2c7d4336d524ef - - default default] Tap Mirror: Handle Delete Port: 82538ecb-0981-4c50-b3ea-2a821c201227 [pid: 8|app: 0|req: 1492/3010] 199.204.45.138 () {36 vars in 997 bytes} [Sun May 31 07:13:01 2026] DELETE /v2.0/ports/82538ecb-0981-4c50-b3ea-2a821c201227 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:13:02.150 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7967b786-a9b7-4a48-a810-5a4df88198e6'] response: {'server_uuid': '02319708-fd7f-4599-b58f-5ed9a81362e6', 'name': 'network-vif-deleted', 'tag': '82538ecb-0981-4c50-b3ea-2a821c201227', 'status': 'completed', 'code': 200} 2026-05-31 07:13:03.805 7 INFO neutron_taas.services.taas.taas_plugin [None req-55c1e94b-51b7-4c9e-a3a8-db548883e372 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] TaaS: Handle Delete Port: 914856e4-11c4-4414-9e60-db5a8a3b06a5 2026-05-31 07:13:03.807 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55c1e94b-51b7-4c9e-a3a8-db548883e372 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] Tap Mirror: Handle Delete Port: 914856e4-11c4-4414-9e60-db5a8a3b06a5 2026-05-31 07:13:03.954 7 INFO neutron.db.l3_db [None req-55c1e94b-51b7-4c9e-a3a8-db548883e372 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] Floating IP 4d4482ab-ec2a-4793-ba3f-2fe0c67e24af disassociated (deleted). External IP: 10.96.250.216, port: eb2d5129-8f83-48cc-b1a3-4ffdb87b1d4d. [pid: 7|app: 0|req: 1519/3011] 10.0.0.248 () {32 vars in 732 bytes} [Sun May 31 07:13:03 2026] DELETE /v2.0/floatingips/4d4482ab-ec2a-4793-ba3f-2fe0c67e24af => generated 0 bytes in 557 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:13:04.275 8 INFO neutron.api.v2.resource [None req-c45c0c77-75b5-4fff-92c2-f66536739c23 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1493/3012] 10.0.0.248 () {32 vars in 729 bytes} [Sun May 31 07:13:04 2026] GET /v2.0/floatingips/4d4482ab-ec2a-4793-ba3f-2fe0c67e24af => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:13:04.292 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad7b61cd-7f33-4eee-a11a-fbf6bda4af50'] response: {'name': 'network-changed', 'server_uuid': '90b2c2c5-8916-4980-a127-fbf9ae977e07', 'tag': 'eb2d5129-8f83-48cc-b1a3-4ffdb87b1d4d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1520/3013] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:13:04 2026] GET /v2.0/ports?device_id=90b2c2c5-8916-4980-a127-fbf9ae977e07 => 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: 1494/3014] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:13:04 2026] GET /v2.0/security-groups?id=d24e1cf5-2fc9-4eea-b214-6f63277312c8&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3015] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:13:04 2026] GET /v2.0/ports?tenant_id=9f07a70d12354a25b76ae3f0c927bc17&device_id=90b2c2c5-8916-4980-a127-fbf9ae977e07 => 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: 1495/3016] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:13:04 2026] GET /v2.0/networks?id=bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3017] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:13:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.138&port_id=eb2d5129-8f83-48cc-b1a3-4ffdb87b1d4d => 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: 1496/3018] 199.204.45.138 () {34 vars in 1106 bytes} [Sun May 31 07:13:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2e3&port_id=eb2d5129-8f83-48cc-b1a3-4ffdb87b1d4d => 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: 1523/3019] 199.204.45.138 () {34 vars in 1064 bytes} [Sun May 31 07:13:04 2026] GET /v2.0/subnets?id=784d5eba-8e3d-4bf6-a9c4-cd17b268c3ee&id=61a9e170-6d8e-44d8-b901-2a4ac86795d0 => generated 1415 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3020] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:13:04 2026] GET /v2.0/ports?network_id=bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a&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: 1524/3021] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:13:05 2026] GET /v2.0/ports?network_id=bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a&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: 8|app: 0|req: 1498/3022] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:13:05 2026] GET /v2.0/networks/bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a?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: 1525/3023] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:13:05 2026] GET /v2.0/networks/bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a?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: 1500/3026] 199.204.45.138 () {34 vars in 994 bytes} [Sun May 31 07:13:06 2026] GET /v2.0/ports?device_id=90b2c2c5-8916-4980-a127-fbf9ae977e07 => generated 1204 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:13:07.036 7 INFO neutron_taas.services.taas.taas_plugin [req-4e9cb1ee-4512-4ec9-8e60-1334d63df1d4 req-cc4f2f00-20d0-495b-96a3-1b7c1a41c895 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] TaaS: Handle Delete Port: eb2d5129-8f83-48cc-b1a3-4ffdb87b1d4d 2026-05-31 07:13:07.040 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4e9cb1ee-4512-4ec9-8e60-1334d63df1d4 req-cc4f2f00-20d0-495b-96a3-1b7c1a41c895 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] Tap Mirror: Handle Delete Port: eb2d5129-8f83-48cc-b1a3-4ffdb87b1d4d [pid: 7|app: 0|req: 1527/3027] 199.204.45.138 () {36 vars in 997 bytes} [Sun May 31 07:13:06 2026] DELETE /v2.0/ports/eb2d5129-8f83-48cc-b1a3-4ffdb87b1d4d => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:13:07.222 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-375d90a8-3b4a-481c-b28f-0a32cc0707f9'] response: {'server_uuid': '90b2c2c5-8916-4980-a127-fbf9ae977e07', 'name': 'network-vif-deleted', 'tag': 'eb2d5129-8f83-48cc-b1a3-4ffdb87b1d4d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1501/3028] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:13:09 2026] GET /v2.0/ports?device_id=90b2c2c5-8916-4980-a127-fbf9ae977e07 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:13:14.805 7 INFO neutron_taas.services.taas.taas_plugin [None req-3890f0c1-dbc5-45c2-a877-17438456a963 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] TaaS: Handle Delete Port: 97e1b8ca-490d-4e53-8c50-3d4d500822a5 2026-05-31 07:13:14.808 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3890f0c1-dbc5-45c2-a877-17438456a963 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] Tap Mirror: Handle Delete Port: 97e1b8ca-490d-4e53-8c50-3d4d500822a5 2026-05-31 07:13:14.961 7 INFO neutron.db.l3_db [None req-3890f0c1-dbc5-45c2-a877-17438456a963 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] Floating IP 325d65ff-7ed9-4d7c-beb6-d24abbbe36a6 disassociated (deleted). External IP: 10.96.250.214, port: 356f7dc7-763f-498f-842c-68d3d08ccbd0. [pid: 7|app: 0|req: 1528/3029] 10.0.0.248 () {32 vars in 732 bytes} [Sun May 31 07:13:14 2026] DELETE /v2.0/floatingips/325d65ff-7ed9-4d7c-beb6-d24abbbe36a6 => generated 0 bytes in 594 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:13:15.292 8 INFO neutron.api.v2.resource [None req-44a40d5a-d86b-4880-b475-e1fc0b4fe4eb 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1502/3030] 10.0.0.248 () {32 vars in 729 bytes} [Sun May 31 07:13:15 2026] GET /v2.0/floatingips/325d65ff-7ed9-4d7c-beb6-d24abbbe36a6 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:13:15.317 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5250d6ec-52ca-433c-baac-6efbfd25c077'] response: {'name': 'network-changed', 'server_uuid': '6bee5858-3e23-4bb0-a98b-43cbc8a58e82', 'tag': '356f7dc7-763f-498f-842c-68d3d08ccbd0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1529/3031] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:13:15 2026] GET /v2.0/ports?device_id=6bee5858-3e23-4bb0-a98b-43cbc8a58e82 => generated 1200 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3032] 10.0.0.237 () {34 vars in 1040 bytes} [Sun May 31 07:13:15 2026] GET /v2.0/security-groups?id=d24e1cf5-2fc9-4eea-b214-6f63277312c8&fields=id&fields=name => generated 111 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3033] 199.204.45.138 () {34 vars in 1080 bytes} [Sun May 31 07:13:15 2026] GET /v2.0/ports?tenant_id=9f07a70d12354a25b76ae3f0c927bc17&device_id=6bee5858-3e23-4bb0-a98b-43cbc8a58e82 => generated 1469 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3034] 199.204.45.138 () {34 vars in 986 bytes} [Sun May 31 07:13:15 2026] GET /v2.0/networks?id=b5c65271-5d56-42c0-850c-9ae714411b12 => 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: 1531/3035] 199.204.45.138 () {34 vars in 1058 bytes} [Sun May 31 07:13:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.222&port_id=356f7dc7-763f-498f-842c-68d3d08ccbd0 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3036] 199.204.45.138 () {34 vars in 1104 bytes} [Sun May 31 07:13:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A26a&port_id=356f7dc7-763f-498f-842c-68d3d08ccbd0 => 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: 1532/3037] 199.204.45.138 () {34 vars in 1064 bytes} [Sun May 31 07:13:15 2026] GET /v2.0/subnets?id=e8bf40c5-7553-4d10-af29-951caacc6919&id=ad8fcfe2-cf74-4098-be44-3da2702b8cb2 => generated 1409 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3038] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:13:16 2026] GET /v2.0/ports?network_id=b5c65271-5d56-42c0-850c-9ae714411b12&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3039] 199.204.45.138 () {34 vars in 1052 bytes} [Sun May 31 07:13:16 2026] GET /v2.0/ports?network_id=b5c65271-5d56-42c0-850c-9ae714411b12&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: 1507/3040] 199.204.45.138 () {34 vars in 1012 bytes} [Sun May 31 07:13:16 2026] GET /v2.0/networks/b5c65271-5d56-42c0-850c-9ae714411b12?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: 1534/3041] 199.204.45.138 () {34 vars in 1112 bytes} [Sun May 31 07:13:16 2026] GET /v2.0/networks/b5c65271-5d56-42c0-850c-9ae714411b12?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: 8|app: 0|req: 1508/3042] 199.204.45.138 () {34 vars in 994 bytes} [Sun May 31 07:13:17 2026] GET /v2.0/ports?device_id=6bee5858-3e23-4bb0-a98b-43cbc8a58e82 => generated 1200 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:13:18.056 7 INFO neutron_taas.services.taas.taas_plugin [req-9d6a6f05-8926-4119-9fbb-e1c61087ab27 req-071d35a0-ffd6-4df8-b5d9-f885fbc37f13 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] TaaS: Handle Delete Port: 356f7dc7-763f-498f-842c-68d3d08ccbd0 2026-05-31 07:13:18.059 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9d6a6f05-8926-4119-9fbb-e1c61087ab27 req-071d35a0-ffd6-4df8-b5d9-f885fbc37f13 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] Tap Mirror: Handle Delete Port: 356f7dc7-763f-498f-842c-68d3d08ccbd0 [pid: 7|app: 0|req: 1535/3043] 199.204.45.138 () {36 vars in 997 bytes} [Sun May 31 07:13:17 2026] DELETE /v2.0/ports/356f7dc7-763f-498f-842c-68d3d08ccbd0 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:13:18.256 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9b793017-6282-4d56-8b14-3f900d9e35dd'] response: {'server_uuid': '6bee5858-3e23-4bb0-a98b-43cbc8a58e82', 'name': 'network-vif-deleted', 'tag': '356f7dc7-763f-498f-842c-68d3d08ccbd0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1509/3044] 10.0.0.237 () {34 vars in 990 bytes} [Sun May 31 07:13:20 2026] GET /v2.0/ports?device_id=6bee5858-3e23-4bb0-a98b-43cbc8a58e82 => 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: 1537/3047] 10.0.0.248 () {32 vars in 750 bytes} [Sun May 31 07:13:25 2026] DELETE /v2.0/security-group-rules/ec2af9ad-cc22-4ca9-9aab-29c4b6909fe2 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:13:25.780 8 INFO neutron.api.v2.resource [None req-4faed678-29d7-477b-bf60-954eeb13a05b 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1511/3048] 10.0.0.248 () {32 vars in 747 bytes} [Sun May 31 07:13:25 2026] GET /v2.0/security-group-rules/ec2af9ad-cc22-4ca9-9aab-29c4b6909fe2 => 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: 1538/3049] 10.0.0.248 () {32 vars in 750 bytes} [Sun May 31 07:13:25 2026] DELETE /v2.0/security-group-rules/bd19047e-6318-46b0-b14d-ad5b77b33bd0 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:13:25.852 8 INFO neutron.api.v2.resource [None req-24e552d5-32da-410c-a44d-665469f0e737 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1512/3050] 10.0.0.248 () {32 vars in 747 bytes} [Sun May 31 07:13:25 2026] GET /v2.0/security-group-rules/bd19047e-6318-46b0-b14d-ad5b77b33bd0 => 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: 1539/3051] 10.0.0.248 () {32 vars in 750 bytes} [Sun May 31 07:13:25 2026] DELETE /v2.0/security-group-rules/437c8b03-c5c9-4f95-9b93-c947f3538bfb => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:13:25.942 8 INFO neutron.api.v2.resource [None req-a3c02c07-2b8e-4c3a-b941-164bfb8fa682 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1513/3052] 10.0.0.248 () {32 vars in 747 bytes} [Sun May 31 07:13:25 2026] GET /v2.0/security-group-rules/437c8b03-c5c9-4f95-9b93-c947f3538bfb => 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: 1540/3053] 10.0.0.248 () {32 vars in 750 bytes} [Sun May 31 07:13:25 2026] DELETE /v2.0/security-group-rules/6cb5142d-4fd5-43e8-84a1-a98b10400763 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:13:26.023 8 INFO neutron.api.v2.resource [None req-1bb74684-a64f-484c-897d-ba7a807bac08 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1514/3054] 10.0.0.248 () {32 vars in 747 bytes} [Sun May 31 07:13:26 2026] GET /v2.0/security-group-rules/6cb5142d-4fd5-43e8-84a1-a98b10400763 => 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: 1541/3055] 10.0.0.248 () {32 vars in 750 bytes} [Sun May 31 07:13:26 2026] DELETE /v2.0/security-group-rules/5e4e830c-ec0f-4369-966f-e7ae87db779c => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:13:26.109 8 INFO neutron.api.v2.resource [None req-a598c3be-bd55-4ca4-9b29-e869075c4a57 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1515/3056] 10.0.0.248 () {32 vars in 747 bytes} [Sun May 31 07:13:26 2026] GET /v2.0/security-group-rules/5e4e830c-ec0f-4369-966f-e7ae87db779c => 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: 1542/3057] 10.0.0.248 () {32 vars in 750 bytes} [Sun May 31 07:13:26 2026] DELETE /v2.0/security-group-rules/5b358bf7-99ba-4aaa-a1c8-f9655fd091a6 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:13:26.184 8 INFO neutron.api.v2.resource [None req-f609716c-74af-4b68-99cc-a0ec9a98a7d4 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1516/3058] 10.0.0.248 () {32 vars in 747 bytes} [Sun May 31 07:13:26 2026] GET /v2.0/security-group-rules/5b358bf7-99ba-4aaa-a1c8-f9655fd091a6 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3059] 10.0.0.248 () {32 vars in 750 bytes} [Sun May 31 07:13:26 2026] DELETE /v2.0/security-group-rules/476b8fce-7cf0-4f7c-9f94-54d9602b6e3a => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:13:26.262 8 INFO neutron.api.v2.resource [None req-4b69e73a-58e3-4a7e-bb65-9e8414132480 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1517/3060] 10.0.0.248 () {32 vars in 747 bytes} [Sun May 31 07:13:26 2026] GET /v2.0/security-group-rules/476b8fce-7cf0-4f7c-9f94-54d9602b6e3a => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3061] 10.0.0.248 () {32 vars in 750 bytes} [Sun May 31 07:13:26 2026] DELETE /v2.0/security-group-rules/9c313037-7491-4f19-9951-69bb101a18cc => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:13:26.346 8 INFO neutron.api.v2.resource [None req-93929479-bec1-4419-8b4b-baf46341706c 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1518/3062] 10.0.0.248 () {32 vars in 747 bytes} [Sun May 31 07:13:26 2026] GET /v2.0/security-group-rules/9c313037-7491-4f19-9951-69bb101a18cc => 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: 1545/3063] 10.0.0.248 () {32 vars in 750 bytes} [Sun May 31 07:13:26 2026] DELETE /v2.0/security-group-rules/90e099fe-75de-4730-974f-b9717f2b9eb6 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:13:26.430 8 INFO neutron.api.v2.resource [None req-9c6f2707-64ac-4ab0-ae7f-d3040ffda07e 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1519/3064] 10.0.0.248 () {32 vars in 747 bytes} [Sun May 31 07:13:26 2026] GET /v2.0/security-group-rules/90e099fe-75de-4730-974f-b9717f2b9eb6 => 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: 1546/3065] 10.0.0.248 () {32 vars in 750 bytes} [Sun May 31 07:13:26 2026] DELETE /v2.0/security-group-rules/b0e99c53-a68d-497a-9f5d-7f8efa680ab4 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:13:26.513 8 INFO neutron.api.v2.resource [None req-278957cc-5167-4533-8078-b1ebf84e04a5 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1520/3066] 10.0.0.248 () {32 vars in 747 bytes} [Sun May 31 07:13:26 2026] GET /v2.0/security-group-rules/b0e99c53-a68d-497a-9f5d-7f8efa680ab4 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3067] 10.0.0.248 () {32 vars in 750 bytes} [Sun May 31 07:13:26 2026] DELETE /v2.0/security-group-rules/b48cc20c-1fa4-4d3f-8365-165d63647842 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:13:26.592 8 INFO neutron.api.v2.resource [None req-418b97c5-6538-4dc4-b9b4-6cbbf37e5b7f 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1521/3068] 10.0.0.248 () {32 vars in 747 bytes} [Sun May 31 07:13:26 2026] GET /v2.0/security-group-rules/b48cc20c-1fa4-4d3f-8365-165d63647842 => 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: 1548/3069] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:13:26 2026] DELETE /v2.0/security-groups/d24e1cf5-2fc9-4eea-b214-6f63277312c8 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:13:26.697 8 INFO neutron.api.v2.resource [None req-0702e9bf-0668-4b6d-8140-5734d4b630d5 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1522/3070] 10.0.0.248 () {32 vars in 737 bytes} [Sun May 31 07:13:26 2026] GET /v2.0/security-groups/d24e1cf5-2fc9-4eea-b214-6f63277312c8 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:13:27.091 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f8272e7-df19-4b36-b2b9-7d6e95c1581a 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] TaaS: Handle Delete Port: 8a345ca6-2e18-4778-abc7-c22da4744d76 2026-05-31 07:13:27.094 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f8272e7-df19-4b36-b2b9-7d6e95c1581a 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] Tap Mirror: Handle Delete Port: 8a345ca6-2e18-4778-abc7-c22da4744d76 [pid: 7|app: 0|req: 1549/3071] 10.0.0.248 () {34 vars in 789 bytes} [Sun May 31 07:13:26 2026] PUT /v2.0/routers/d3513808-f1f3-4805-9f66-ace2ceea0210/remove_router_interface => generated 309 bytes in 873 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:13:27.770 8 INFO neutron.api.v2.resource [None req-68a72ec3-8113-40d2-8726-b60539bf984e 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1523/3072] 10.0.0.248 () {34 vars in 789 bytes} [Sun May 31 07:13:27 2026] PUT /v2.0/routers/d3513808-f1f3-4805-9f66-ace2ceea0210/remove_router_interface => generated 198 bytes in 150 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:13:28.104 7 INFO neutron_taas.services.taas.taas_plugin [None req-23ac64f5-6da0-4242-a466-4f8e98ebf643 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] TaaS: Handle Delete Port: bbe2338e-a470-4c42-9f58-9ed00af72c82 2026-05-31 07:13:28.107 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23ac64f5-6da0-4242-a466-4f8e98ebf643 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] Tap Mirror: Handle Delete Port: bbe2338e-a470-4c42-9f58-9ed00af72c82 [pid: 7|app: 0|req: 1550/3073] 10.0.0.248 () {34 vars in 789 bytes} [Sun May 31 07:13:27 2026] PUT /v2.0/routers/d3513808-f1f3-4805-9f66-ace2ceea0210/remove_router_interface => generated 309 bytes in 881 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:13:28.807 8 INFO neutron.api.v2.resource [None req-61df09d5-bb16-4670-8264-bee2f428201d 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1524/3074] 10.0.0.248 () {34 vars in 789 bytes} [Sun May 31 07:13:28 2026] PUT /v2.0/routers/d3513808-f1f3-4805-9f66-ace2ceea0210/remove_router_interface => generated 198 bytes in 148 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:13:29.150 7 INFO neutron_taas.services.taas.taas_plugin [None req-bbec505e-adc3-40b3-a743-dedae978f3a8 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] TaaS: Handle Delete Port: 409162b5-b3c8-4613-9d2d-599852dc043e 2026-05-31 07:13:29.153 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbec505e-adc3-40b3-a743-dedae978f3a8 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] Tap Mirror: Handle Delete Port: 409162b5-b3c8-4613-9d2d-599852dc043e [pid: 7|app: 0|req: 1551/3075] 10.0.0.248 () {34 vars in 789 bytes} [Sun May 31 07:13:28 2026] PUT /v2.0/routers/d3513808-f1f3-4805-9f66-ace2ceea0210/remove_router_interface => generated 309 bytes in 847 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 07:13:29.840 8 INFO neutron.api.v2.resource [None req-30dd3daa-02b1-4463-a96f-57e3a7b77d7e 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1525/3076] 10.0.0.248 () {34 vars in 789 bytes} [Sun May 31 07:13:29 2026] PUT /v2.0/routers/d3513808-f1f3-4805-9f66-ace2ceea0210/remove_router_interface => generated 198 bytes in 177 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:13:30.477 7 INFO neutron_taas.services.taas.taas_plugin [None req-9fb2f72b-f929-4673-8356-0a0d6e2c7df2 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] TaaS: Handle Delete Port: f8cc96d4-6561-4f45-b29f-376fb3b5b116 2026-05-31 07:13:30.480 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fb2f72b-f929-4673-8356-0a0d6e2c7df2 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] Tap Mirror: Handle Delete Port: f8cc96d4-6561-4f45-b29f-376fb3b5b116 2026-05-31 07:13:30.711 7 INFO neutron_taas.services.taas.taas_plugin [None req-9fb2f72b-f929-4673-8356-0a0d6e2c7df2 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] TaaS: Handle Delete Port: a56bc2b6-d1c3-4ba1-bb35-6ab2ade25efc 2026-05-31 07:13:30.713 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fb2f72b-f929-4673-8356-0a0d6e2c7df2 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] Tap Mirror: Handle Delete Port: a56bc2b6-d1c3-4ba1-bb35-6ab2ade25efc 2026-05-31 07:13:30.974 7 INFO neutron.db.l3_hamode_db [None req-9fb2f72b-f929-4673-8356-0a0d6e2c7df2 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] HA network f770cbc9-55da-44d3-bb9a-ead8532ce576 was deleted as no HA routers are present in tenant 9f07a70d12354a25b76ae3f0c927bc17. [pid: 7|app: 0|req: 1552/3077] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:13:29 2026] DELETE /v2.0/routers/d3513808-f1f3-4805-9f66-ace2ceea0210 => generated 0 bytes in 1134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:13:30.991 7 INFO neutron.services.segments.plugin [-] Segment c71a89b8-0524-48c0-b72f-398b7a099718 resource provider aggregate not found 2026-05-31 07:13:30.996 7 INFO neutron.services.segments.plugin [-] Segment c71a89b8-0524-48c0-b72f-398b7a099718 resource provider aggregate not found 2026-05-31 07:13:31.002 8 INFO neutron.api.v2.resource [None req-7372e867-b751-44f2-8dac-7f1cbadbecd9 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1526/3078] 10.0.0.248 () {32 vars in 721 bytes} [Sun May 31 07:13:30 2026] GET /v2.0/routers/d3513808-f1f3-4805-9f66-ace2ceea0210 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:13:31.007 7 INFO neutron.services.segments.plugin [-] Segment c71a89b8-0524-48c0-b72f-398b7a099718 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c71a89b8-0524-48c0-b72f-398b7a099718 found for delete ", "request_id": "req-0743bb23-3135-4082-b74a-36c8dd2b19d2"}]} 2026-05-31 07:13:31.009 7 INFO neutron.services.segments.plugin [-] Segment c71a89b8-0524-48c0-b72f-398b7a099718 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c71a89b8-0524-48c0-b72f-398b7a099718 found for delete ", "request_id": "req-4f80f283-c4e5-4638-9bc3-8d8495adee36"}]} [pid: 7|app: 0|req: 1553/3079] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:13:31 2026] DELETE /v2.0/subnets/61a9e170-6d8e-44d8-b901-2a4ac86795d0 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:13:31.162 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bbcf4290-71dc-4e90-8e3c-318b2a5eeff4 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1527/3080] 10.0.0.248 () {32 vars in 721 bytes} [Sun May 31 07:13:31 2026] GET /v2.0/subnets/61a9e170-6d8e-44d8-b901-2a4ac86795d0 => 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: 1554/3081] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:13:31 2026] DELETE /v2.0/subnets/784d5eba-8e3d-4bf6-a9c4-cd17b268c3ee => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:13:31.322 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2ff29860-e0b5-45ab-a3b2-1d9694501993 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1528/3082] 10.0.0.248 () {32 vars in 721 bytes} [Sun May 31 07:13:31 2026] GET /v2.0/subnets/784d5eba-8e3d-4bf6-a9c4-cd17b268c3ee => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:13:31.402 7 INFO neutron_taas.services.taas.taas_plugin [None req-15b4d37a-1ca1-4dba-8a56-265eb4d1e6dd 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] TaaS: Handle Delete Port: 5ab3c351-9ee6-4fba-8321-f7595b2ba323 2026-05-31 07:13:31.404 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15b4d37a-1ca1-4dba-8a56-265eb4d1e6dd 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] Tap Mirror: Handle Delete Port: 5ab3c351-9ee6-4fba-8321-f7595b2ba323 [pid: 7|app: 0|req: 1555/3083] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:13:31 2026] DELETE /v2.0/networks/bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:13:31.595 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e06ccfd2-78e1-4f18-9728-17eb3fe8a881 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1529/3084] 10.0.0.248 () {32 vars in 723 bytes} [Sun May 31 07:13:31 2026] GET /v2.0/networks/bc5e3f4a-03c1-4a35-b374-2dd40bf5d21a => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3085] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:13:31 2026] DELETE /v2.0/subnets/ad8fcfe2-cf74-4098-be44-3da2702b8cb2 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:13:31.752 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cafaf034-2aff-478a-ae62-d162877f8ec0 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1530/3086] 10.0.0.248 () {32 vars in 721 bytes} [Sun May 31 07:13:31 2026] GET /v2.0/subnets/ad8fcfe2-cf74-4098-be44-3da2702b8cb2 => 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: 1557/3087] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:13:31 2026] DELETE /v2.0/subnets/e8bf40c5-7553-4d10-af29-951caacc6919 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:13:31.930 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1dba32af-ffde-431c-91d3-c96180a5d36b 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1531/3088] 10.0.0.248 () {32 vars in 721 bytes} [Sun May 31 07:13:31 2026] GET /v2.0/subnets/e8bf40c5-7553-4d10-af29-951caacc6919 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:13:32.033 7 INFO neutron_taas.services.taas.taas_plugin [None req-4add9b69-f80a-4c0b-93fb-f09c1ba3a211 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] TaaS: Handle Delete Port: 0b4c6a96-86bc-465b-8fd1-d1e71c107cd5 2026-05-31 07:13:32.036 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4add9b69-f80a-4c0b-93fb-f09c1ba3a211 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] Tap Mirror: Handle Delete Port: 0b4c6a96-86bc-465b-8fd1-d1e71c107cd5 [pid: 7|app: 0|req: 1558/3089] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:13:31 2026] DELETE /v2.0/networks/b5c65271-5d56-42c0-850c-9ae714411b12 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:13:32.245 8 INFO neutron.pecan_wsgi.hooks.translation [None req-599ef6a6-7314-46f5-b1a1-f9183b0befbb 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1532/3090] 10.0.0.248 () {32 vars in 723 bytes} [Sun May 31 07:13:32 2026] GET /v2.0/networks/b5c65271-5d56-42c0-850c-9ae714411b12 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3091] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:13:32 2026] DELETE /v2.0/subnets/20d3cc12-2c4a-439a-b2b0-b9fe6f6ed9e8 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:13:32.431 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4f2450a8-b6ad-448b-9f0a-2a9d01512950 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1533/3092] 10.0.0.248 () {32 vars in 721 bytes} [Sun May 31 07:13:32 2026] GET /v2.0/subnets/20d3cc12-2c4a-439a-b2b0-b9fe6f6ed9e8 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3093] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:13:32 2026] DELETE /v2.0/subnets/24174535-8f85-4302-9bf4-2261dbb7966e => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:13:32.599 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4e840313-e3de-4a43-a060-71f0ffd14eca 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1534/3094] 10.0.0.248 () {32 vars in 721 bytes} [Sun May 31 07:13:32 2026] GET /v2.0/subnets/24174535-8f85-4302-9bf4-2261dbb7966e => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:13:32.697 7 INFO neutron_taas.services.taas.taas_plugin [None req-475af455-59e6-4b9d-9405-ee5a6ee60d62 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] TaaS: Handle Delete Port: 278646d4-53c1-4d32-9812-2b9ad97dc94b 2026-05-31 07:13:32.700 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-475af455-59e6-4b9d-9405-ee5a6ee60d62 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] Tap Mirror: Handle Delete Port: 278646d4-53c1-4d32-9812-2b9ad97dc94b [pid: 7|app: 0|req: 1561/3095] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:13:32 2026] DELETE /v2.0/networks/8234fbc9-37ff-4f48-a3f6-17d397c6d55b => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:13:32.893 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7c088458-a319-44fe-94df-16bb7267ec2e 69b858dd5e6042478e2dd55ccc210f85 9f07a70d12354a25b76ae3f0c927bc17 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1535/3096] 10.0.0.248 () {32 vars in 723 bytes} [Sun May 31 07:13:32 2026] GET /v2.0/networks/8234fbc9-37ff-4f48-a3f6-17d397c6d55b => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 07:13:33.025 7 INFO neutron.services.segments.plugin [-] Segment 76ebd7dd-05ed-4c33-a782-db1ff7901fba resource provider aggregate not found 2026-05-31 07:13:33.026 7 INFO neutron.services.segments.plugin [-] Segment 76ebd7dd-05ed-4c33-a782-db1ff7901fba resource provider aggregate not found 2026-05-31 07:13:33.038 7 INFO neutron.services.segments.plugin [-] Segment 76ebd7dd-05ed-4c33-a782-db1ff7901fba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76ebd7dd-05ed-4c33-a782-db1ff7901fba found for delete ", "request_id": "req-dbc29904-9104-4184-8da8-5fa450a18ad9"}]} 2026-05-31 07:13:33.043 7 INFO neutron.services.segments.plugin [-] Segment 76ebd7dd-05ed-4c33-a782-db1ff7901fba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76ebd7dd-05ed-4c33-a782-db1ff7901fba found for delete ", "request_id": "req-73b77f0e-1393-4671-bd17-9dae483bd7aa"}]} 2026-05-31 07:13:33.050 7 INFO neutron.services.segments.plugin [-] Segment 5569abf7-bc51-410a-832b-71259dc986d7 resource provider aggregate not found 2026-05-31 07:13:33.054 7 INFO neutron.services.segments.plugin [-] Segment 5569abf7-bc51-410a-832b-71259dc986d7 resource provider aggregate not found 2026-05-31 07:13:33.066 7 INFO neutron.services.segments.plugin [-] Segment 5569abf7-bc51-410a-832b-71259dc986d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5569abf7-bc51-410a-832b-71259dc986d7 found for delete ", "request_id": "req-cd537577-619a-45db-988d-6f0de434c5c1"}]} 2026-05-31 07:13:33.069 7 INFO neutron.services.segments.plugin [-] Segment 5569abf7-bc51-410a-832b-71259dc986d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5569abf7-bc51-410a-832b-71259dc986d7 found for delete ", "request_id": "req-482454c9-f0bb-4c55-9f9a-755762f93ca2"}]} 2026-05-31 07:13:33.080 7 INFO neutron.services.segments.plugin [-] Segment b3f29b73-f4a7-4334-9d2a-1000f70ba42e resource provider aggregate not found 2026-05-31 07:13:33.088 7 INFO neutron.services.segments.plugin [-] Segment b3f29b73-f4a7-4334-9d2a-1000f70ba42e resource provider aggregate not found 2026-05-31 07:13:33.104 7 INFO neutron.services.segments.plugin [-] Segment b3f29b73-f4a7-4334-9d2a-1000f70ba42e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3f29b73-f4a7-4334-9d2a-1000f70ba42e found for delete ", "request_id": "req-413f6fd5-0d48-4dc8-8863-61ad0766abfe"}]} 2026-05-31 07:13:33.105 7 INFO neutron.services.segments.plugin [-] Segment b3f29b73-f4a7-4334-9d2a-1000f70ba42e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3f29b73-f4a7-4334-9d2a-1000f70ba42e found for delete ", "request_id": "req-d2aa1fb4-0dee-4cdb-8149-5e806a16e011"}]} [pid: 7|app: 0|req: 1562/3097] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:13:34 2026] GET /v2.0/security-groups?tenant_id=dd22a49501ef49409a2c671f60816623&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: 1536/3098] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:13:34 2026] DELETE /v2.0/security-groups/f4646694-8802-4325-a774-6db73c2bc8ae => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3099] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:13:35 2026] GET /v2.0/security-groups?tenant_id=9f07a70d12354a25b76ae3f0c927bc17&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: 1537/3100] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:13:35 2026] DELETE /v2.0/security-groups/adab59bd-1dea-4ea1-9286-4b74b695b426 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3101] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:13:35 2026] GET /v2.0/security-groups?tenant_id=43f75ca473cc48058dff3991413f958d&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: 1538/3102] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:13:35 2026] DELETE /v2.0/security-groups/c018be7b-178c-4c56-85e1-54d43b774323 => 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: 1565/3103] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:13:35 2026] GET /v2.0/security-groups?tenant_id=ee819a0c842f44b0b7fb6a06ceadbbfe&name=default => generated 2929 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3104] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:13:35 2026] DELETE /v2.0/security-groups/a99e416e-0e7f-428b-a4d1-13b03ef48544 => 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: 1566/3105] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:13:36 2026] GET /v2.0/security-groups?tenant_id=af45bb26aa254adab4fa92014105a440&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: 1540/3106] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:13:36 2026] DELETE /v2.0/security-groups/fe5d1156-eb03-43f7-8251-ca2912cf7bb6 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3107] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:13:36 2026] GET /v2.0/security-groups?tenant_id=d8f6f55ef0e046699d17e1759e3c8312&name=default => generated 2929 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3108] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:13:36 2026] DELETE /v2.0/security-groups/20c8f1e1-c9f1-49ce-8af1-df9c401ac285 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3111] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:13:36 2026] GET /v2.0/security-groups?tenant_id=13f27875659a451d8139074099c66bb2&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: 1543/3112] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:13:36 2026] DELETE /v2.0/security-groups/23ad7675-9621-496f-929f-43d53064bdb5 => 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: 1570/3113] 10.0.0.248 () {34 vars in 676 bytes} [Sun May 31 07:13:40 2026] POST /v2.0/floatingips => generated 552 bytes in 617 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3114] 10.0.0.248 () {34 vars in 676 bytes} [Sun May 31 07:13:41 2026] POST /v2.0/floatingips => generated 552 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3115] 10.0.0.248 () {34 vars in 676 bytes} [Sun May 31 07:13:41 2026] POST /v2.0/floatingips => generated 552 bytes in 478 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3116] 10.0.0.248 () {34 vars in 676 bytes} [Sun May 31 07:13:42 2026] POST /v2.0/floatingips => generated 552 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3117] 10.0.0.248 () {34 vars in 676 bytes} [Sun May 31 07:13:42 2026] POST /v2.0/floatingips => generated 552 bytes in 505 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3118] 10.0.0.248 () {34 vars in 759 bytes} [Sun May 31 07:13:43 2026] PUT /v2.0/floatingips/40addf7d-109e-4dce-aef1-aca09934479f/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: 1573/3119] 10.0.0.248 () {34 vars in 759 bytes} [Sun May 31 07:13:43 2026] PUT /v2.0/floatingips/65a5951c-6ae8-47e5-8618-7528083c8203/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: 1547/3120] 10.0.0.248 () {34 vars in 759 bytes} [Sun May 31 07:13:43 2026] PUT /v2.0/floatingips/276f8d49-f22e-4d3c-b261-37fe8fef37e3/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: 1574/3121] 10.0.0.248 () {34 vars in 759 bytes} [Sun May 31 07:13:43 2026] PUT /v2.0/floatingips/70b2b60c-0d44-41c2-9a98-b7a34c5e28fe/tags => 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: 1548/3122] 10.0.0.248 () {32 vars in 672 bytes} [Sun May 31 07:13:43 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3123] 10.0.0.248 () {32 vars in 686 bytes} [Sun May 31 07:13:43 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3124] 10.0.0.248 () {32 vars in 682 bytes} [Sun May 31 07:13:43 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3125] 10.0.0.248 () {32 vars in 694 bytes} [Sun May 31 07:13:43 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: 1550/3126] 10.0.0.248 () {32 vars in 680 bytes} [Sun May 31 07:13:43 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3127] 10.0.0.248 () {32 vars in 694 bytes} [Sun May 31 07:13:43 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3128] 10.0.0.248 () {32 vars in 690 bytes} [Sun May 31 07:13:43 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3129] 10.0.0.248 () {32 vars in 702 bytes} [Sun May 31 07:13:43 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:13:43.942 8 INFO neutron_taas.services.taas.taas_plugin [None req-1d9c53cb-4d6a-4368-b723-3877cd511aa9 39c10bb486144daabb808230d7121013 e2a84fdd94d644fb84b77b99d6d61824 - - default default] TaaS: Handle Delete Port: cec821c8-b7f1-4e3e-acea-db9c598c4053 2026-05-31 07:13:43.945 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d9c53cb-4d6a-4368-b723-3877cd511aa9 39c10bb486144daabb808230d7121013 e2a84fdd94d644fb84b77b99d6d61824 - - default default] Tap Mirror: Handle Delete Port: cec821c8-b7f1-4e3e-acea-db9c598c4053 [pid: 8|app: 0|req: 1552/3130] 10.0.0.248 () {32 vars in 732 bytes} [Sun May 31 07:13:43 2026] DELETE /v2.0/floatingips/40addf7d-109e-4dce-aef1-aca09934479f => generated 0 bytes in 244 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:13:44.198 7 INFO neutron_taas.services.taas.taas_plugin [None req-ad27154b-2262-475a-b29b-cab6f19ca030 39c10bb486144daabb808230d7121013 e2a84fdd94d644fb84b77b99d6d61824 - - default default] TaaS: Handle Delete Port: 62e0bc74-4d08-493e-bd48-d87fb7155d8c 2026-05-31 07:13:44.200 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad27154b-2262-475a-b29b-cab6f19ca030 39c10bb486144daabb808230d7121013 e2a84fdd94d644fb84b77b99d6d61824 - - default default] Tap Mirror: Handle Delete Port: 62e0bc74-4d08-493e-bd48-d87fb7155d8c [pid: 7|app: 0|req: 1579/3131] 10.0.0.248 () {32 vars in 732 bytes} [Sun May 31 07:13:44 2026] DELETE /v2.0/floatingips/65a5951c-6ae8-47e5-8618-7528083c8203 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:13:44.449 8 INFO neutron_taas.services.taas.taas_plugin [None req-75978563-ebed-45d0-b4c3-d23119315ead 39c10bb486144daabb808230d7121013 e2a84fdd94d644fb84b77b99d6d61824 - - default default] TaaS: Handle Delete Port: accff187-b80a-453d-a8a8-b01032396d9a 2026-05-31 07:13:44.451 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75978563-ebed-45d0-b4c3-d23119315ead 39c10bb486144daabb808230d7121013 e2a84fdd94d644fb84b77b99d6d61824 - - default default] Tap Mirror: Handle Delete Port: accff187-b80a-453d-a8a8-b01032396d9a [pid: 8|app: 0|req: 1553/3132] 10.0.0.248 () {32 vars in 732 bytes} [Sun May 31 07:13:44 2026] DELETE /v2.0/floatingips/276f8d49-f22e-4d3c-b261-37fe8fef37e3 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:13:44.673 7 INFO neutron_taas.services.taas.taas_plugin [None req-66d82d1c-9d7e-4b96-868c-717e7734f5e7 39c10bb486144daabb808230d7121013 e2a84fdd94d644fb84b77b99d6d61824 - - default default] TaaS: Handle Delete Port: 32df6b8f-b479-4e2c-a1a6-f454d0fec01d 2026-05-31 07:13:44.675 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66d82d1c-9d7e-4b96-868c-717e7734f5e7 39c10bb486144daabb808230d7121013 e2a84fdd94d644fb84b77b99d6d61824 - - default default] Tap Mirror: Handle Delete Port: 32df6b8f-b479-4e2c-a1a6-f454d0fec01d [pid: 7|app: 0|req: 1580/3133] 10.0.0.248 () {32 vars in 732 bytes} [Sun May 31 07:13:44 2026] DELETE /v2.0/floatingips/70b2b60c-0d44-41c2-9a98-b7a34c5e28fe => generated 0 bytes in 219 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:13:44.921 8 INFO neutron_taas.services.taas.taas_plugin [None req-f703bb13-6683-40e7-81c3-b1515065ed62 39c10bb486144daabb808230d7121013 e2a84fdd94d644fb84b77b99d6d61824 - - default default] TaaS: Handle Delete Port: 20ed6b7a-43e2-4c0d-ac90-44cf5f13e9f4 2026-05-31 07:13:44.924 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f703bb13-6683-40e7-81c3-b1515065ed62 39c10bb486144daabb808230d7121013 e2a84fdd94d644fb84b77b99d6d61824 - - default default] Tap Mirror: Handle Delete Port: 20ed6b7a-43e2-4c0d-ac90-44cf5f13e9f4 [pid: 8|app: 0|req: 1554/3134] 10.0.0.248 () {32 vars in 732 bytes} [Sun May 31 07:13:44 2026] DELETE /v2.0/floatingips/448d3a3d-4bf9-4184-a731-f6335c25f7ad => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3135] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:13:45 2026] GET /v2.0/security-groups?tenant_id=e2a84fdd94d644fb84b77b99d6d61824&name=default => generated 2929 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3136] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:13:46 2026] DELETE /v2.0/security-groups/a4d0bec3-87f6-41ae-ad91-a7d578018618 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3137] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:13:46 2026] GET /v2.0/security-groups?tenant_id=9598d797b93c4f9bbbc369e460a2e3de&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3138] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:13:46 2026] DELETE /v2.0/security-groups/260cea11-db4c-4af8-94b2-aa1d0f1e7d2b => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3139] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:13:46 2026] GET /v2.0/security-groups?tenant_id=b5890bb58f79434e87e7b47467995a89&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3140] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:13:46 2026] DELETE /v2.0/security-groups/94b32cba-fd6a-4c05-bc78-bc7c2f22b69d => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:13:51.006 7 INFO neutron.db.segments_db [None req-0f5493ca-215e-43fd-a4b6-33d5e1939d31 dce5882551a44ee4bce6d00c45dcda17 43574d71af6a45459bf1895c318cdfdc - - default default] Added segment 840dcccd-0d8f-4c20-b26a-bb16672c5e60 of type vxlan for network e4b4c162-f57f-4015-a10a-59a883cf21bd [pid: 7|app: 0|req: 1584/3141] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:13:50 2026] POST /v2.0/networks => generated 631 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3142] 10.0.0.248 () {34 vars in 664 bytes} [Sun May 31 07:13:51 2026] POST /v2.0/ports => generated 743 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:13:51.407 7 INFO neutron.db.segments_db [None req-b1548780-677c-4f03-a901-04a69077456e dce5882551a44ee4bce6d00c45dcda17 43574d71af6a45459bf1895c318cdfdc - - default default] Added segment 5f8f9c45-2f8e-45ef-baec-496e62e9009d of type vxlan for network 0428c551-1623-492a-b21b-ecedf19739f2 [pid: 7|app: 0|req: 1585/3143] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:13:51 2026] POST /v2.0/networks => generated 631 bytes in 130 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: 1559/3146] 10.0.0.248 () {34 vars in 664 bytes} [Sun May 31 07:13:51 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) 2026-05-31 07:13:51.832 7 INFO neutron.db.segments_db [None req-ee98268c-20fc-4749-a507-8c6f0d308102 dce5882551a44ee4bce6d00c45dcda17 43574d71af6a45459bf1895c318cdfdc - - default default] Added segment 20deaa38-349a-48ea-8b6f-073b28445b12 of type vxlan for network fd33e837-2c09-4a26-95ef-59cc6a7f5355 [pid: 7|app: 0|req: 1588/3147] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:13:51 2026] POST /v2.0/networks => generated 632 bytes in 118 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: 1560/3148] 10.0.0.248 () {34 vars in 664 bytes} [Sun May 31 07:13:51 2026] POST /v2.0/ports => generated 743 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:13:52.226 7 INFO neutron.db.segments_db [None req-83a616e3-9a9f-46c9-bb90-325eb54928d2 dce5882551a44ee4bce6d00c45dcda17 43574d71af6a45459bf1895c318cdfdc - - default default] Added segment 6e730db4-17c7-485c-a237-c1a8df879ee2 of type vxlan for network 6b08b70a-4f13-471b-b186-a5a2a1aab046 [pid: 7|app: 0|req: 1589/3149] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:13:52 2026] POST /v2.0/networks => generated 632 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /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: 1561/3150] 10.0.0.248 () {34 vars in 664 bytes} [Sun May 31 07:13:52 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) 2026-05-31 07:13:52.681 7 INFO neutron.db.segments_db [None req-a0f2f2ea-2e26-4058-8e35-300c95d3574f dce5882551a44ee4bce6d00c45dcda17 43574d71af6a45459bf1895c318cdfdc - - default default] Added segment d2a36b68-b887-4594-8623-c0f6a8a4deef of type vxlan for network 30db5f23-93f0-4cf3-9d2d-bc3edd5dff8e [pid: 7|app: 0|req: 1590/3151] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:13:52 2026] POST /v2.0/networks => generated 631 bytes in 120 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: 1562/3152] 10.0.0.248 () {34 vars in 664 bytes} [Sun May 31 07:13:52 2026] POST /v2.0/ports => generated 743 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3153] 10.0.0.248 () {34 vars in 747 bytes} [Sun May 31 07:13:53 2026] PUT /v2.0/ports/d94f76ae-6cfe-4384-b270-520687f006da/tags => generated 17 bytes in 50 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: 1563/3154] 10.0.0.248 () {34 vars in 747 bytes} [Sun May 31 07:13:53 2026] PUT /v2.0/ports/46894301-7eb1-43a5-9817-ff1b85c8b7fd/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, ' [pid: 7|app: 0|req: 1592/3155] 10.0.0.248 () {34 vars in 747 bytes} [Sun May 31 07:13:53 2026] PUT /v2.0/ports/95ba0a5e-7106-47ef-b589-58f74778a27f/tags => generated 34 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, ' [pid: 8|app: 0|req: 1564/3156] 10.0.0.248 () {34 vars in 747 bytes} [Sun May 31 07:13:53 2026] PUT /v2.0/ports/fc73ef5b-7622-4e73-a216-f6f130fa3fd5/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: 1593/3157] 10.0.0.248 () {32 vars in 660 bytes} [Sun May 31 07:13:53 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 143 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: 1565/3158] 10.0.0.248 () {32 vars in 674 bytes} [Sun May 31 07:13:53 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3159] 10.0.0.248 () {32 vars in 670 bytes} [Sun May 31 07:13:53 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3160] 10.0.0.248 () {32 vars in 682 bytes} [Sun May 31 07:13:53 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3161] 10.0.0.248 () {32 vars in 668 bytes} [Sun May 31 07:13:53 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3162] 10.0.0.248 () {32 vars in 682 bytes} [Sun May 31 07:13:53 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3163] 10.0.0.248 () {32 vars in 678 bytes} [Sun May 31 07:13:53 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3164] 10.0.0.248 () {32 vars in 690 bytes} [Sun May 31 07:13:53 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:13:54.090 7 INFO neutron_taas.services.taas.taas_plugin [None req-f00b869a-f29a-42e3-bf77-a896097c4011 dce5882551a44ee4bce6d00c45dcda17 43574d71af6a45459bf1895c318cdfdc - - default default] TaaS: Handle Delete Port: d94f76ae-6cfe-4384-b270-520687f006da 2026-05-31 07:13:54.094 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f00b869a-f29a-42e3-bf77-a896097c4011 dce5882551a44ee4bce6d00c45dcda17 43574d71af6a45459bf1895c318cdfdc - - default default] Tap Mirror: Handle Delete Port: d94f76ae-6cfe-4384-b270-520687f006da [pid: 7|app: 0|req: 1597/3165] 10.0.0.248 () {32 vars in 720 bytes} [Sun May 31 07:13:54 2026] DELETE /v2.0/ports/d94f76ae-6cfe-4384-b270-520687f006da => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:13:54.717 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ef95673-c704-48ca-a47b-0f20eca2213c dce5882551a44ee4bce6d00c45dcda17 43574d71af6a45459bf1895c318cdfdc - - default default] TaaS: Handle Delete Port: 46894301-7eb1-43a5-9817-ff1b85c8b7fd 2026-05-31 07:13:54.719 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ef95673-c704-48ca-a47b-0f20eca2213c dce5882551a44ee4bce6d00c45dcda17 43574d71af6a45459bf1895c318cdfdc - - default default] Tap Mirror: Handle Delete Port: 46894301-7eb1-43a5-9817-ff1b85c8b7fd [pid: 8|app: 0|req: 1569/3166] 10.0.0.248 () {32 vars in 720 bytes} [Sun May 31 07:13:54 2026] DELETE /v2.0/ports/46894301-7eb1-43a5-9817-ff1b85c8b7fd => generated 0 bytes in 621 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:13:54.876 7 INFO neutron_taas.services.taas.taas_plugin [None req-1e098eca-8f0e-4d9b-81bb-1764da2f63c9 dce5882551a44ee4bce6d00c45dcda17 43574d71af6a45459bf1895c318cdfdc - - default default] TaaS: Handle Delete Port: 95ba0a5e-7106-47ef-b589-58f74778a27f 2026-05-31 07:13:54.878 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e098eca-8f0e-4d9b-81bb-1764da2f63c9 dce5882551a44ee4bce6d00c45dcda17 43574d71af6a45459bf1895c318cdfdc - - default default] Tap Mirror: Handle Delete Port: 95ba0a5e-7106-47ef-b589-58f74778a27f [pid: 7|app: 0|req: 1598/3167] 10.0.0.248 () {32 vars in 720 bytes} [Sun May 31 07:13:54 2026] DELETE /v2.0/ports/95ba0a5e-7106-47ef-b589-58f74778a27f => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:13:55.033 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6a43950-b6fc-47cc-8306-6d0cc76c9df1 dce5882551a44ee4bce6d00c45dcda17 43574d71af6a45459bf1895c318cdfdc - - default default] TaaS: Handle Delete Port: fc73ef5b-7622-4e73-a216-f6f130fa3fd5 2026-05-31 07:13:55.035 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6a43950-b6fc-47cc-8306-6d0cc76c9df1 dce5882551a44ee4bce6d00c45dcda17 43574d71af6a45459bf1895c318cdfdc - - default default] Tap Mirror: Handle Delete Port: fc73ef5b-7622-4e73-a216-f6f130fa3fd5 [pid: 8|app: 0|req: 1570/3168] 10.0.0.248 () {32 vars in 720 bytes} [Sun May 31 07:13:54 2026] DELETE /v2.0/ports/fc73ef5b-7622-4e73-a216-f6f130fa3fd5 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:13:55.195 7 INFO neutron_taas.services.taas.taas_plugin [None req-27fd6ad4-2372-4548-b1fc-1797e779643e dce5882551a44ee4bce6d00c45dcda17 43574d71af6a45459bf1895c318cdfdc - - default default] TaaS: Handle Delete Port: 225800df-1852-4bdb-a9e4-5b3f6b37de38 2026-05-31 07:13:55.197 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27fd6ad4-2372-4548-b1fc-1797e779643e dce5882551a44ee4bce6d00c45dcda17 43574d71af6a45459bf1895c318cdfdc - - default default] Tap Mirror: Handle Delete Port: 225800df-1852-4bdb-a9e4-5b3f6b37de38 [pid: 7|app: 0|req: 1599/3169] 10.0.0.248 () {32 vars in 720 bytes} [Sun May 31 07:13:55 2026] DELETE /v2.0/ports/225800df-1852-4bdb-a9e4-5b3f6b37de38 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3170] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:13:55 2026] DELETE /v2.0/networks/e4b4c162-f57f-4015-a10a-59a883cf21bd => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:13:55.488 8 INFO neutron.services.segments.plugin [-] Segment 840dcccd-0d8f-4c20-b26a-bb16672c5e60 resource provider aggregate not found 2026-05-31 07:13:55.495 8 INFO neutron.services.segments.plugin [-] Segment 840dcccd-0d8f-4c20-b26a-bb16672c5e60 resource provider aggregate not found 2026-05-31 07:13:55.501 8 INFO neutron.services.segments.plugin [-] Segment 840dcccd-0d8f-4c20-b26a-bb16672c5e60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 840dcccd-0d8f-4c20-b26a-bb16672c5e60 found for delete ", "request_id": "req-266a117c-df52-4f85-a4b4-9af88f0fc7f4"}]} 2026-05-31 07:13:55.511 7 INFO neutron.services.segments.plugin [-] Segment 5f8f9c45-2f8e-45ef-baec-496e62e9009d resource provider aggregate not found 2026-05-31 07:13:55.513 7 INFO neutron.services.segments.plugin [-] Segment 5f8f9c45-2f8e-45ef-baec-496e62e9009d resource provider aggregate not found 2026-05-31 07:13:55.517 8 INFO neutron.services.segments.plugin [-] Segment 840dcccd-0d8f-4c20-b26a-bb16672c5e60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 840dcccd-0d8f-4c20-b26a-bb16672c5e60 found for delete ", "request_id": "req-89f28bf5-95e5-41ab-89d6-dfa6eb49f262"}]} 2026-05-31 07:13:55.531 7 INFO neutron.services.segments.plugin [-] Segment 5f8f9c45-2f8e-45ef-baec-496e62e9009d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f8f9c45-2f8e-45ef-baec-496e62e9009d found for delete ", "request_id": "req-42a6cbe0-9a14-4f7c-be7d-c6e8d803875f"}]} 2026-05-31 07:13:55.536 7 INFO neutron.services.segments.plugin [-] Segment 5f8f9c45-2f8e-45ef-baec-496e62e9009d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f8f9c45-2f8e-45ef-baec-496e62e9009d found for delete ", "request_id": "req-eaf4cdfd-442a-4ec1-b844-a29881363818"}]} [pid: 7|app: 0|req: 1600/3171] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:13:55 2026] DELETE /v2.0/networks/0428c551-1623-492a-b21b-ecedf19739f2 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3172] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:13:55 2026] DELETE /v2.0/networks/fd33e837-2c09-4a26-95ef-59cc6a7f5355 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3173] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:13:55 2026] DELETE /v2.0/networks/6b08b70a-4f13-471b-b186-a5a2a1aab046 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3174] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:13:55 2026] DELETE /v2.0/networks/30db5f23-93f0-4cf3-9d2d-bc3edd5dff8e => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3175] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:13:56 2026] GET /v2.0/security-groups?tenant_id=4496f714f7804d3ca2051d26c82c5b92&name=default => generated 2929 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3176] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:13:56 2026] DELETE /v2.0/security-groups/705d3847-62a1-4a43-bb5e-1f7a75fe2c6c => 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: 1603/3177] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:13:57 2026] GET /v2.0/security-groups?tenant_id=43574d71af6a45459bf1895c318cdfdc&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3178] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:13:57 2026] DELETE /v2.0/security-groups/59cbbfd5-2851-432c-9ba3-47b272691a00 => 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: 1604/3179] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:13:57 2026] GET /v2.0/security-groups?tenant_id=c5d54c54ad1740b09f37afe903816c30&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 07:13:57.525 8 INFO neutron.services.segments.plugin [-] Segment 20deaa38-349a-48ea-8b6f-073b28445b12 resource provider aggregate not found 2026-05-31 07:13:57.545 8 INFO neutron.services.segments.plugin [-] Segment 20deaa38-349a-48ea-8b6f-073b28445b12 resource provider aggregate not found 2026-05-31 07:13:57.545 7 INFO neutron.services.segments.plugin [-] Segment 6e730db4-17c7-485c-a237-c1a8df879ee2 resource provider aggregate not found 2026-05-31 07:13:57.553 8 INFO neutron.services.segments.plugin [-] Segment 20deaa38-349a-48ea-8b6f-073b28445b12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20deaa38-349a-48ea-8b6f-073b28445b12 found for delete ", "request_id": "req-3ee5a75f-1561-47c9-b014-398086c81b07"}]} 2026-05-31 07:13:57.560 7 INFO neutron.services.segments.plugin [-] Segment 6e730db4-17c7-485c-a237-c1a8df879ee2 resource provider aggregate not found 2026-05-31 07:13:57.564 7 INFO neutron.services.segments.plugin [-] Segment 6e730db4-17c7-485c-a237-c1a8df879ee2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e730db4-17c7-485c-a237-c1a8df879ee2 found for delete ", "request_id": "req-9a5c793d-fdea-4b92-be44-9ea8f6d59b87"}]} 2026-05-31 07:13:57.568 8 INFO neutron.services.segments.plugin [-] Segment 20deaa38-349a-48ea-8b6f-073b28445b12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20deaa38-349a-48ea-8b6f-073b28445b12 found for delete ", "request_id": "req-e8be9679-5f2b-4a87-8072-f57e885f2d98"}]} 2026-05-31 07:13:57.573 7 INFO neutron.services.segments.plugin [-] Segment 6e730db4-17c7-485c-a237-c1a8df879ee2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e730db4-17c7-485c-a237-c1a8df879ee2 found for delete ", "request_id": "req-0f533980-d2d6-4339-ab77-3932b8a905dd"}]} 2026-05-31 07:13:57.575 8 INFO neutron.services.segments.plugin [-] Segment d2a36b68-b887-4594-8623-c0f6a8a4deef resource provider aggregate not found 2026-05-31 07:13:57.593 8 INFO neutron.services.segments.plugin [-] Segment d2a36b68-b887-4594-8623-c0f6a8a4deef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2a36b68-b887-4594-8623-c0f6a8a4deef found for delete ", "request_id": "req-1b6144aa-ffd9-497b-8b2b-95d7ef3fffd0"}]} 2026-05-31 07:13:57.595 8 INFO neutron.services.segments.plugin [-] Segment d2a36b68-b887-4594-8623-c0f6a8a4deef resource provider aggregate not found 2026-05-31 07:13:57.612 8 INFO neutron.services.segments.plugin [-] Segment d2a36b68-b887-4594-8623-c0f6a8a4deef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2a36b68-b887-4594-8623-c0f6a8a4deef found for delete ", "request_id": "req-a3a3968f-117c-46cd-9743-2843f335bea9"}]} [pid: 8|app: 0|req: 1576/3180] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:13:57 2026] DELETE /v2.0/security-groups/68219588-6261-42b7-9b29-242bd1c27c2d => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:14:00.722 7 INFO neutron.db.segments_db [None req-b4334963-6c85-4723-8219-05f4ce66180e 4ca4ffaaa93b4badaeb04b247b5fd366 b6c5c5ffec8443efb0c6f50654bc3111 - - default default] Added segment 64ef0f2c-fd76-4d8f-afb2-2e31671aac8b of type vxlan for network d9645779-848f-49b5-9db0-4c552b942a08 2026-05-31 07:14:00.955 7 INFO neutron.db.l3_hamode_db [None req-b4334963-6c85-4723-8219-05f4ce66180e 4ca4ffaaa93b4badaeb04b247b5fd366 b6c5c5ffec8443efb0c6f50654bc3111 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 07:14:01.061 7 INFO neutron.db.l3_hamode_db [None req-b4334963-6c85-4723-8219-05f4ce66180e 4ca4ffaaa93b4badaeb04b247b5fd366 b6c5c5ffec8443efb0c6f50654bc3111 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1605/3181] 10.0.0.248 () {34 vars in 668 bytes} [Sun May 31 07:14:00 2026] POST /v2.0/routers => generated 474 bytes in 1045 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3182] 10.0.0.248 () {34 vars in 751 bytes} [Sun May 31 07:14:01 2026] PUT /v2.0/routers/34a51dc7-3594-4077-953b-829578790915/tags => generated 25 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3183] 10.0.0.248 () {32 vars in 731 bytes} [Sun May 31 07:14:01 2026] GET /v2.0/routers/34a51dc7-3594-4077-953b-829578790915/tags => generated 25 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3184] 10.0.0.248 () {34 vars in 762 bytes} [Sun May 31 07:14:01 2026] PUT /v2.0/routers/34a51dc7-3594-4077-953b-829578790915/tags/green => generated 4 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3185] 10.0.0.248 () {32 vars in 731 bytes} [Sun May 31 07:14:01 2026] GET /v2.0/routers/34a51dc7-3594-4077-953b-829578790915/tags => generated 34 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3186] 10.0.0.248 () {34 vars in 758 bytes} [Sun May 31 07:14:02 2026] PUT /v2.0/routers/34a51dc7-3594-4077-953b-829578790915/tags/red => generated 4 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3187] 10.0.0.248 () {32 vars in 731 bytes} [Sun May 31 07:14:02 2026] GET /v2.0/routers/34a51dc7-3594-4077-953b-829578790915/tags => generated 34 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3188] 10.0.0.248 () {34 vars in 780 bytes} [Sun May 31 07:14:02 2026] PUT /v2.0/routers/34a51dc7-3594-4077-953b-829578790915/tags/black.or.white => generated 4 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3189] 10.0.0.248 () {32 vars in 731 bytes} [Sun May 31 07:14:02 2026] GET /v2.0/routers/34a51dc7-3594-4077-953b-829578790915/tags => generated 52 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3190] 10.0.0.248 () {34 vars in 751 bytes} [Sun May 31 07:14:02 2026] PUT /v2.0/routers/34a51dc7-3594-4077-953b-829578790915/tags => generated 37 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3191] 10.0.0.248 () {32 vars in 731 bytes} [Sun May 31 07:14:02 2026] GET /v2.0/routers/34a51dc7-3594-4077-953b-829578790915/tags => generated 37 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3192] 10.0.0.248 () {32 vars in 739 bytes} [Sun May 31 07:14:02 2026] GET /v2.0/routers/34a51dc7-3594-4077-953b-829578790915/tags/red => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:14:02.862 7 INFO neutron.api.v2.resource [None req-16cced95-60a0-46e3-a4b1-faa8d82ef94c 4ca4ffaaa93b4badaeb04b247b5fd366 b6c5c5ffec8443efb0c6f50654bc3111 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1611/3193] 10.0.0.248 () {32 vars in 743 bytes} [Sun May 31 07:14:02 2026] GET /v2.0/routers/34a51dc7-3594-4077-953b-829578790915/tags/green => generated 99 bytes in 73 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3194] 10.0.0.248 () {32 vars in 742 bytes} [Sun May 31 07:14:02 2026] DELETE /v2.0/routers/34a51dc7-3594-4077-953b-829578790915/tags/red => 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: 1612/3195] 10.0.0.248 () {32 vars in 731 bytes} [Sun May 31 07:14:02 2026] GET /v2.0/routers/34a51dc7-3594-4077-953b-829578790915/tags => generated 30 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:14:03.148 8 INFO neutron.api.v2.resource [None req-9e4d7f67-732b-49b2-a56a-09858498357c 4ca4ffaaa93b4badaeb04b247b5fd366 b6c5c5ffec8443efb0c6f50654bc3111 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1584/3196] 10.0.0.248 () {32 vars in 746 bytes} [Sun May 31 07:14:03 2026] DELETE /v2.0/routers/34a51dc7-3594-4077-953b-829578790915/tags/green => generated 99 bytes in 89 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3197] 10.0.0.248 () {32 vars in 734 bytes} [Sun May 31 07:14:03 2026] DELETE /v2.0/routers/34a51dc7-3594-4077-953b-829578790915/tags => 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: 1585/3198] 10.0.0.248 () {32 vars in 731 bytes} [Sun May 31 07:14:03 2026] GET /v2.0/routers/34a51dc7-3594-4077-953b-829578790915/tags => generated 12 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3199] 10.0.0.248 () {32 vars in 721 bytes} [Sun May 31 07:14:03 2026] GET /v2.0/routers/34a51dc7-3594-4077-953b-829578790915 => generated 480 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3200] 10.0.0.248 () {34 vars in 742 bytes} [Sun May 31 07:14:03 2026] PUT /v2.0/routers/34a51dc7-3594-4077-953b-829578790915 => generated 480 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3201] 10.0.0.248 () {32 vars in 736 bytes} [Sun May 31 07:14:03 2026] GET /v2.0/ports?device_id=34a51dc7-3594-4077-953b-829578790915 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:14:04.035 8 INFO neutron_taas.services.taas.taas_plugin [None req-cd3ec50e-ebb0-4348-9e27-39a35fd30664 4ca4ffaaa93b4badaeb04b247b5fd366 b6c5c5ffec8443efb0c6f50654bc3111 - - default default] TaaS: Handle Delete Port: 92022fd3-7ed6-4535-b308-c6e1f044d2df 2026-05-31 07:14:04.038 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd3ec50e-ebb0-4348-9e27-39a35fd30664 4ca4ffaaa93b4badaeb04b247b5fd366 b6c5c5ffec8443efb0c6f50654bc3111 - - default default] Tap Mirror: Handle Delete Port: 92022fd3-7ed6-4535-b308-c6e1f044d2df 2026-05-31 07:14:04.362 8 INFO neutron.services.segments.plugin [-] Segment 64ef0f2c-fd76-4d8f-afb2-2e31671aac8b resource provider aggregate not found 2026-05-31 07:14:04.369 8 INFO neutron.services.segments.plugin [-] Segment 64ef0f2c-fd76-4d8f-afb2-2e31671aac8b resource provider aggregate not found 2026-05-31 07:14:04.384 8 INFO neutron.services.segments.plugin [-] Segment 64ef0f2c-fd76-4d8f-afb2-2e31671aac8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64ef0f2c-fd76-4d8f-afb2-2e31671aac8b found for delete ", "request_id": "req-7af7c83a-4c48-4c6a-aef2-bdd973ff9759"}]} 2026-05-31 07:14:04.390 8 INFO neutron.services.segments.plugin [-] Segment 64ef0f2c-fd76-4d8f-afb2-2e31671aac8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64ef0f2c-fd76-4d8f-afb2-2e31671aac8b found for delete ", "request_id": "req-12576516-3f53-4a3d-826b-f3143e648447"}]} 2026-05-31 07:14:04.400 8 INFO neutron.db.l3_hamode_db [None req-cd3ec50e-ebb0-4348-9e27-39a35fd30664 4ca4ffaaa93b4badaeb04b247b5fd366 b6c5c5ffec8443efb0c6f50654bc3111 - - default default] HA network d9645779-848f-49b5-9db0-4c552b942a08 was deleted as no HA routers are present in tenant b6c5c5ffec8443efb0c6f50654bc3111. [pid: 8|app: 0|req: 1587/3202] 10.0.0.248 () {32 vars in 724 bytes} [Sun May 31 07:14:03 2026] DELETE /v2.0/routers/34a51dc7-3594-4077-953b-829578790915 => generated 0 bytes in 529 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3203] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:14:05 2026] GET /v2.0/security-groups?tenant_id=b6c5c5ffec8443efb0c6f50654bc3111&name=default => generated 2929 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3204] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:14:05 2026] DELETE /v2.0/security-groups/555fe19d-eff2-42a6-8f1c-ffb0aa5f668e => 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: 1617/3205] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:14:05 2026] GET /v2.0/security-groups?tenant_id=5fcc586c734b4f3287721e2a2dbc5fcd&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: 1589/3206] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:14:05 2026] DELETE /v2.0/security-groups/030c1ea4-3f48-4ce4-93da-2363182616eb => 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: 1591/3209] 10.0.0.248 () {34 vars in 684 bytes} [Sun May 31 07:14:08 2026] POST /v2.0/security-groups => generated 1603 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3210] 10.0.0.248 () {34 vars in 767 bytes} [Sun May 31 07:14:08 2026] PUT /v2.0/security-groups/4239ec61-d7cb-4d9b-943c-9ab2b4ae0c38/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3211] 10.0.0.248 () {32 vars in 747 bytes} [Sun May 31 07:14:08 2026] GET /v2.0/security-groups/4239ec61-d7cb-4d9b-943c-9ab2b4ae0c38/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: 1620/3212] 10.0.0.248 () {34 vars in 778 bytes} [Sun May 31 07:14:09 2026] PUT /v2.0/security-groups/4239ec61-d7cb-4d9b-943c-9ab2b4ae0c38/tags/green => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3213] 10.0.0.248 () {32 vars in 747 bytes} [Sun May 31 07:14:09 2026] GET /v2.0/security-groups/4239ec61-d7cb-4d9b-943c-9ab2b4ae0c38/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3214] 10.0.0.248 () {34 vars in 774 bytes} [Sun May 31 07:14:09 2026] PUT /v2.0/security-groups/4239ec61-d7cb-4d9b-943c-9ab2b4ae0c38/tags/red => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3215] 10.0.0.248 () {32 vars in 747 bytes} [Sun May 31 07:14:09 2026] GET /v2.0/security-groups/4239ec61-d7cb-4d9b-943c-9ab2b4ae0c38/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3216] 10.0.0.248 () {34 vars in 796 bytes} [Sun May 31 07:14:09 2026] PUT /v2.0/security-groups/4239ec61-d7cb-4d9b-943c-9ab2b4ae0c38/tags/black.or.white => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3217] 10.0.0.248 () {32 vars in 747 bytes} [Sun May 31 07:14:09 2026] GET /v2.0/security-groups/4239ec61-d7cb-4d9b-943c-9ab2b4ae0c38/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3218] 10.0.0.248 () {34 vars in 767 bytes} [Sun May 31 07:14:09 2026] PUT /v2.0/security-groups/4239ec61-d7cb-4d9b-943c-9ab2b4ae0c38/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3219] 10.0.0.248 () {32 vars in 747 bytes} [Sun May 31 07:14:09 2026] GET /v2.0/security-groups/4239ec61-d7cb-4d9b-943c-9ab2b4ae0c38/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3220] 10.0.0.248 () {32 vars in 755 bytes} [Sun May 31 07:14:09 2026] GET /v2.0/security-groups/4239ec61-d7cb-4d9b-943c-9ab2b4ae0c38/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:14:09.447 8 INFO neutron.api.v2.resource [None req-84c0cfbe-c2bb-421e-8304-0ead4d9dc05a 81d8d2b181104ced9db849e1986e8144 a196022fb33c4520b627fd3330484689 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1597/3221] 10.0.0.248 () {32 vars in 759 bytes} [Sun May 31 07:14:09 2026] GET /v2.0/security-groups/4239ec61-d7cb-4d9b-943c-9ab2b4ae0c38/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3222] 10.0.0.248 () {32 vars in 758 bytes} [Sun May 31 07:14:09 2026] DELETE /v2.0/security-groups/4239ec61-d7cb-4d9b-943c-9ab2b4ae0c38/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3223] 10.0.0.248 () {32 vars in 747 bytes} [Sun May 31 07:14:09 2026] GET /v2.0/security-groups/4239ec61-d7cb-4d9b-943c-9ab2b4ae0c38/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:14:09.569 7 INFO neutron.api.v2.resource [None req-00289118-27d9-432a-bfbf-842fc568ae49 81d8d2b181104ced9db849e1986e8144 a196022fb33c4520b627fd3330484689 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1626/3224] 10.0.0.248 () {32 vars in 762 bytes} [Sun May 31 07:14:09 2026] DELETE /v2.0/security-groups/4239ec61-d7cb-4d9b-943c-9ab2b4ae0c38/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3225] 10.0.0.248 () {32 vars in 750 bytes} [Sun May 31 07:14:09 2026] DELETE /v2.0/security-groups/4239ec61-d7cb-4d9b-943c-9ab2b4ae0c38/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3226] 10.0.0.248 () {32 vars in 747 bytes} [Sun May 31 07:14:09 2026] GET /v2.0/security-groups/4239ec61-d7cb-4d9b-943c-9ab2b4ae0c38/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3227] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:14:09 2026] DELETE /v2.0/security-groups/4239ec61-d7cb-4d9b-943c-9ab2b4ae0c38 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3228] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:14:10 2026] GET /v2.0/security-groups?tenant_id=e299fa52f9c44862a3ff2f66f38a629c&name=default => generated 2929 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3229] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:14:10 2026] DELETE /v2.0/security-groups/6236f77e-7376-4590-a696-c6b670fdc3e8 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3230] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:14:10 2026] GET /v2.0/security-groups?tenant_id=a196022fb33c4520b627fd3330484689&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3231] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:14:10 2026] DELETE /v2.0/security-groups/8d6ecd7c-1174-4a46-b2da-574f38ea1efe => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:14:14.013 7 INFO neutron.db.segments_db [None req-abda0198-3fcf-47fd-9839-9eb6142f932d cee0e870b28347bc877457f9649f739f 3aa43c5acb214123b323315847e63c97 - - default default] Added segment 80bba78b-9410-4c20-86a8-18e36b8337ef of type vxlan for network 98c269f3-e60d-4427-9f02-0fa95d10892b [pid: 7|app: 0|req: 1630/3232] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:14:13 2026] POST /v2.0/networks => generated 631 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3233] 10.0.0.248 () {34 vars in 664 bytes} [Sun May 31 07:14:14 2026] POST /v2.0/ports => generated 743 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3234] 10.0.0.248 () {34 vars in 666 bytes} [Sun May 31 07:14:14 2026] POST /v2.0/trunks => generated 407 bytes in 150 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: 1604/3235] 10.0.0.248 () {34 vars in 749 bytes} [Sun May 31 07:14:14 2026] PUT /v2.0/trunks/bba635d9-79f6-4302-953b-e8135a9f8205/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3236] 10.0.0.248 () {32 vars in 729 bytes} [Sun May 31 07:14:14 2026] GET /v2.0/trunks/bba635d9-79f6-4302-953b-e8135a9f8205/tags => generated 25 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3237] 10.0.0.248 () {34 vars in 760 bytes} [Sun May 31 07:14:14 2026] PUT /v2.0/trunks/bba635d9-79f6-4302-953b-e8135a9f8205/tags/green => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3238] 10.0.0.248 () {32 vars in 729 bytes} [Sun May 31 07:14:14 2026] GET /v2.0/trunks/bba635d9-79f6-4302-953b-e8135a9f8205/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3239] 10.0.0.248 () {34 vars in 756 bytes} [Sun May 31 07:14:14 2026] PUT /v2.0/trunks/bba635d9-79f6-4302-953b-e8135a9f8205/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3240] 10.0.0.248 () {32 vars in 729 bytes} [Sun May 31 07:14:14 2026] GET /v2.0/trunks/bba635d9-79f6-4302-953b-e8135a9f8205/tags => generated 34 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3241] 10.0.0.248 () {34 vars in 778 bytes} [Sun May 31 07:14:14 2026] PUT /v2.0/trunks/bba635d9-79f6-4302-953b-e8135a9f8205/tags/black.or.white => 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: 1635/3242] 10.0.0.248 () {32 vars in 729 bytes} [Sun May 31 07:14:14 2026] GET /v2.0/trunks/bba635d9-79f6-4302-953b-e8135a9f8205/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3243] 10.0.0.248 () {34 vars in 749 bytes} [Sun May 31 07:14:14 2026] PUT /v2.0/trunks/bba635d9-79f6-4302-953b-e8135a9f8205/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3244] 10.0.0.248 () {32 vars in 729 bytes} [Sun May 31 07:14:14 2026] GET /v2.0/trunks/bba635d9-79f6-4302-953b-e8135a9f8205/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3245] 10.0.0.248 () {32 vars in 737 bytes} [Sun May 31 07:14:14 2026] GET /v2.0/trunks/bba635d9-79f6-4302-953b-e8135a9f8205/tags/red => generated 0 bytes in 23 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:14:14.926 7 INFO neutron.api.v2.resource [None req-49061135-e807-4193-8f39-ad4e3cdc50d6 cee0e870b28347bc877457f9649f739f 3aa43c5acb214123b323315847e63c97 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1637/3246] 10.0.0.248 () {32 vars in 741 bytes} [Sun May 31 07:14:14 2026] GET /v2.0/trunks/bba635d9-79f6-4302-953b-e8135a9f8205/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3247] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:14:14 2026] DELETE /v2.0/trunks/bba635d9-79f6-4302-953b-e8135a9f8205/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3248] 10.0.0.248 () {32 vars in 729 bytes} [Sun May 31 07:14:14 2026] GET /v2.0/trunks/bba635d9-79f6-4302-953b-e8135a9f8205/tags => generated 30 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:14:15.025 8 INFO neutron.api.v2.resource [None req-d5284f86-0f51-4a0d-a8aa-6a5b8a151b7c cee0e870b28347bc877457f9649f739f 3aa43c5acb214123b323315847e63c97 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1611/3249] 10.0.0.248 () {32 vars in 744 bytes} [Sun May 31 07:14:14 2026] DELETE /v2.0/trunks/bba635d9-79f6-4302-953b-e8135a9f8205/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3250] 10.0.0.248 () {32 vars in 732 bytes} [Sun May 31 07:14:15 2026] DELETE /v2.0/trunks/bba635d9-79f6-4302-953b-e8135a9f8205/tags => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3251] 10.0.0.248 () {32 vars in 729 bytes} [Sun May 31 07:14:15 2026] GET /v2.0/trunks/bba635d9-79f6-4302-953b-e8135a9f8205/tags => 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: 1640/3252] 10.0.0.248 () {32 vars in 719 bytes} [Sun May 31 07:14:15 2026] GET /v2.0/trunks/bba635d9-79f6-4302-953b-e8135a9f8205 => generated 407 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3253] 10.0.0.248 () {32 vars in 717 bytes} [Sun May 31 07:14:15 2026] GET /v2.0/ports/21f69f45-13f5-4a1d-83b4-55f79ff0055c => generated 826 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3254] 10.0.0.248 () {32 vars in 722 bytes} [Sun May 31 07:14:15 2026] DELETE /v2.0/trunks/bba635d9-79f6-4302-953b-e8135a9f8205 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:14:15.365 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d60eb87-fe4e-435d-9c23-7ba83fda4b97 cee0e870b28347bc877457f9649f739f 3aa43c5acb214123b323315847e63c97 - - default default] TaaS: Handle Delete Port: 21f69f45-13f5-4a1d-83b4-55f79ff0055c 2026-05-31 07:14:15.369 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d60eb87-fe4e-435d-9c23-7ba83fda4b97 cee0e870b28347bc877457f9649f739f 3aa43c5acb214123b323315847e63c97 - - default default] Tap Mirror: Handle Delete Port: 21f69f45-13f5-4a1d-83b4-55f79ff0055c [pid: 8|app: 0|req: 1614/3255] 10.0.0.248 () {32 vars in 720 bytes} [Sun May 31 07:14:15 2026] DELETE /v2.0/ports/21f69f45-13f5-4a1d-83b4-55f79ff0055c => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:14:15.578 7 INFO neutron.services.segments.plugin [-] Segment 80bba78b-9410-4c20-86a8-18e36b8337ef resource provider aggregate not found 2026-05-31 07:14:15.588 7 INFO neutron.services.segments.plugin [-] Segment 80bba78b-9410-4c20-86a8-18e36b8337ef resource provider aggregate not found 2026-05-31 07:14:15.607 7 INFO neutron.services.segments.plugin [-] Segment 80bba78b-9410-4c20-86a8-18e36b8337ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80bba78b-9410-4c20-86a8-18e36b8337ef found for delete ", "request_id": "req-4307410b-9ce5-4a74-b722-d9a1b56f67cc"}]} 2026-05-31 07:14:15.608 7 INFO neutron.services.segments.plugin [-] Segment 80bba78b-9410-4c20-86a8-18e36b8337ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80bba78b-9410-4c20-86a8-18e36b8337ef found for delete ", "request_id": "req-f4128683-d2ce-48e4-8fd5-1f915e249cf1"}]} [pid: 7|app: 0|req: 1642/3256] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:14:15 2026] DELETE /v2.0/networks/98c269f3-e60d-4427-9f02-0fa95d10892b => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3257] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:14:16 2026] GET /v2.0/security-groups?tenant_id=3aa43c5acb214123b323315847e63c97&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: 1643/3258] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:14:16 2026] DELETE /v2.0/security-groups/b7670e11-d565-42e2-a495-8a322dacb4f4 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3259] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:14:16 2026] GET /v2.0/security-groups?tenant_id=01864d2a5f2042089bf1623d6bd11d4c&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3260] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:14:16 2026] DELETE /v2.0/security-groups/5fa8a295-c682-4ae2-b924-692797e42ca3 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 07:14:20.061 8 INFO neutron.db.segments_db [None req-25ced499-73a0-413b-81b5-b4bf6375c545 3acd22a2fbdd44e6af2b76d8823c68d0 f3d34c15be59436da7d58be832116475 - - default default] Added segment 1d0922a4-0e1c-4aa1-ae90-857efe46100e of type vxlan for network 8174a1e9-3af3-4ab9-bb26-70b129fd7e37 [pid: 8|app: 0|req: 1617/3261] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:14:19 2026] POST /v2.0/networks => generated 631 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 07:14:20.204 7 INFO neutron.db.segments_db [None req-6104212b-5f2d-4dc7-b23d-accc81acbd50 3acd22a2fbdd44e6af2b76d8823c68d0 f3d34c15be59436da7d58be832116475 - - default default] Added segment 92f257f2-1f2b-43e5-aedb-1ffa55bf4796 of type vxlan for network 6bf80d81-a700-43c1-8a1f-a547f9ebfc46 [pid: 7|app: 0|req: 1645/3262] 10.0.0.248 () {34 vars in 670 bytes} [Sun May 31 07:14:20 2026] POST /v2.0/networks => generated 631 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3263] 10.0.0.248 () {34 vars in 753 bytes} [Sun May 31 07:14:20 2026] PUT /v2.0/networks/8174a1e9-3af3-4ab9-bb26-70b129fd7e37/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3264] 10.0.0.248 () {32 vars in 733 bytes} [Sun May 31 07:14:20 2026] GET /v2.0/networks/8174a1e9-3af3-4ab9-bb26-70b129fd7e37/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3265] 10.0.0.248 () {34 vars in 753 bytes} [Sun May 31 07:14:20 2026] PUT /v2.0/networks/6bf80d81-a700-43c1-8a1f-a547f9ebfc46/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3266] 10.0.0.248 () {32 vars in 733 bytes} [Sun May 31 07:14:20 2026] GET /v2.0/networks/6bf80d81-a700-43c1-8a1f-a547f9ebfc46/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3267] 10.0.0.248 () {34 vars in 753 bytes} [Sun May 31 07:14:20 2026] PUT /v2.0/networks/6bf80d81-a700-43c1-8a1f-a547f9ebfc46/tags => generated 12 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3268] 10.0.0.248 () {32 vars in 733 bytes} [Sun May 31 07:14:20 2026] GET /v2.0/networks/6bf80d81-a700-43c1-8a1f-a547f9ebfc46/tags => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3269] 10.0.0.248 () {32 vars in 733 bytes} [Sun May 31 07:14:20 2026] GET /v2.0/networks/8174a1e9-3af3-4ab9-bb26-70b129fd7e37/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 07:14:20.791 7 INFO neutron.services.segments.plugin [-] Segment 1d0922a4-0e1c-4aa1-ae90-857efe46100e resource provider aggregate not found 2026-05-31 07:14:20.797 7 INFO neutron.services.segments.plugin [-] Segment 1d0922a4-0e1c-4aa1-ae90-857efe46100e resource provider aggregate not found 2026-05-31 07:14:20.808 7 INFO neutron.services.segments.plugin [-] Segment 1d0922a4-0e1c-4aa1-ae90-857efe46100e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d0922a4-0e1c-4aa1-ae90-857efe46100e found for delete ", "request_id": "req-4efe770a-9ffe-4e2f-9f66-bbcd86ea3142"}]} 2026-05-31 07:14:20.810 7 INFO neutron.services.segments.plugin [-] Segment 1d0922a4-0e1c-4aa1-ae90-857efe46100e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d0922a4-0e1c-4aa1-ae90-857efe46100e found for delete ", "request_id": "req-68546455-9aed-479f-9fc1-3a2fd1309a5f"}]} [pid: 7|app: 0|req: 1649/3270] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:14:20 2026] DELETE /v2.0/networks/8174a1e9-3af3-4ab9-bb26-70b129fd7e37 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 07:14:20.934 8 INFO neutron.services.segments.plugin [-] Segment 92f257f2-1f2b-43e5-aedb-1ffa55bf4796 resource provider aggregate not found 2026-05-31 07:14:20.939 8 INFO neutron.services.segments.plugin [-] Segment 92f257f2-1f2b-43e5-aedb-1ffa55bf4796 resource provider aggregate not found 2026-05-31 07:14:20.956 8 INFO neutron.services.segments.plugin [-] Segment 92f257f2-1f2b-43e5-aedb-1ffa55bf4796 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92f257f2-1f2b-43e5-aedb-1ffa55bf4796 found for delete ", "request_id": "req-0dbd07e3-d0d2-4443-980d-1796c97fb967"}]} 2026-05-31 07:14:20.957 8 INFO neutron.services.segments.plugin [-] Segment 92f257f2-1f2b-43e5-aedb-1ffa55bf4796 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92f257f2-1f2b-43e5-aedb-1ffa55bf4796 found for delete ", "request_id": "req-59b9acc1-79b8-4155-af58-76af5fa22856"}]} [pid: 8|app: 0|req: 1622/3271] 10.0.0.248 () {32 vars in 726 bytes} [Sun May 31 07:14:20 2026] DELETE /v2.0/networks/6bf80d81-a700-43c1-8a1f-a547f9ebfc46 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3274] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:14:21 2026] GET /v2.0/security-groups?tenant_id=3ff5d8043191442cb2081e55cdd4aaed&name=default => generated 2929 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3275] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:14:21 2026] DELETE /v2.0/security-groups/07adb26b-0a48-42d0-8e28-30bc549f6856 => 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: 1651/3276] 10.0.0.248 () {32 vars in 774 bytes} [Sun May 31 07:14:21 2026] GET /v2.0/security-groups?tenant_id=f3d34c15be59436da7d58be832116475&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3277] 10.0.0.248 () {32 vars in 740 bytes} [Sun May 31 07:14:21 2026] DELETE /v2.0/security-groups/8c21861b-eba2-4019-9af8-ff5bb51f72b2 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3278] 10.0.0.248 () {32 vars in 649 bytes} [Sun May 31 07:14:24 2026] GET /v2.0/networks => generated 2168 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3279] 10.0.0.248 () {32 vars in 655 bytes} [Sun May 31 07:14:25 2026] GET /v2.0/floatingips => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3280] 10.0.0.248 () {32 vars in 647 bytes} [Sun May 31 07:14:25 2026] GET /v2.0/routers => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3281] 10.0.0.248 () {32 vars in 643 bytes} [Sun May 31 07:14:25 2026] GET /v2.0/ports => generated 4721 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3282] 10.0.0.248 () {32 vars in 647 bytes} [Sun May 31 07:14:25 2026] GET /v2.0/subnets => generated 1308 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3283] 10.0.0.248 () {32 vars in 649 bytes} [Sun May 31 07:14:25 2026] GET /v2.0/networks => generated 2168 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3284] 10.0.0.248 () {32 vars in 663 bytes} [Sun May 31 07:14:25 2026] GET /v2.0/security-groups => generated 17397 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3285] 10.0.0.248 () {32 vars in 655 bytes} [Sun May 31 07:14:25 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)