+ 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 [Fri May 8 03:26:16 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 nodename: neutron-server-5d9758b75-48cl8 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, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7f1f0c15e668 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-08 03:26:20.990 7 INFO neutron.common.config [-] Logging enabled! 2026-05-08 03:26:20.990 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-08 03:26:21.074 8 INFO neutron.common.config [-] Logging enabled! 2026-05-08 03:26:21.075 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-08 03:26:22.017 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-08 03:26:22.205 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-08 03:26:23.556 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 03:26:23.559 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-08 03:26:23.563 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-08 03:26:23.564 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 03:26:23.564 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-08 03:26:23.564 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-08 03:26:23.564 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 03:26:23.572 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 03:26:23.572 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 03:26:23.572 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 03:26:23.594 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-08 03:26:23.595 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 03:26:23.595 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-08 03:26:23.625 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-08 03:26:23.626 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-08 03:26:23.626 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-08 03:26:23.626 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-08 03:26:23.814 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 03:26:23.817 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-08 03:26:23.821 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-08 03:26:23.822 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 03:26:23.822 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-08 03:26:23.823 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-08 03:26:23.823 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 03:26:23.831 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 03:26:23.831 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 03:26:23.832 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 03:26:23.856 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-08 03:26:23.857 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 03:26:23.857 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-08 03:26:23.887 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-08 03:26:23.887 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-08 03:26:23.887 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-08 03:26:23.887 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-08 03:26:23.916 7 INFO neutron.plugins.ml2.managers [None req-71f1e296-f064-4ca3-b2d8-727c7f2f45dd - - - - - -] Initializing driver for type 'vlan' 2026-05-08 03:26:24.188 8 INFO neutron.plugins.ml2.managers [None req-7c42489f-de2c-4d30-b928-926ef331836a - - - - - -] Initializing driver for type 'vlan' 2026-05-08 03:26:24.230 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-71f1e296-f064-4ca3-b2d8-727c7f2f45dd - - - - - -] VlanTypeDriver initialization complete 2026-05-08 03:26:24.230 7 INFO neutron.plugins.ml2.managers [None req-71f1e296-f064-4ca3-b2d8-727c7f2f45dd - - - - - -] Initializing driver for type 'vxlan' 2026-05-08 03:26:24.230 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-71f1e296-f064-4ca3-b2d8-727c7f2f45dd - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-08 03:26:24.245 7 INFO neutron.plugins.ml2.managers [None req-71f1e296-f064-4ca3-b2d8-727c7f2f45dd - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-08 03:26:24.245 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-71f1e296-f064-4ca3-b2d8-727c7f2f45dd - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-08 03:26:24.245 7 INFO neutron.plugins.ml2.managers [None req-71f1e296-f064-4ca3-b2d8-727c7f2f45dd - - - - - -] Initializing extension driver 'port_security' 2026-05-08 03:26:24.245 7 INFO neutron.plugins.ml2.extensions.port_security [None req-71f1e296-f064-4ca3-b2d8-727c7f2f45dd - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-08 03:26:24.245 7 INFO neutron.plugins.ml2.managers [None req-71f1e296-f064-4ca3-b2d8-727c7f2f45dd - - - - - -] Initializing extension driver 'qos' 2026-05-08 03:26:24.245 7 INFO neutron.plugins.ml2.managers [None req-71f1e296-f064-4ca3-b2d8-727c7f2f45dd - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-08 03:26:24.245 7 INFO neutron.plugins.ml2.managers [None req-71f1e296-f064-4ca3-b2d8-727c7f2f45dd - - - - - -] Initializing mechanism driver 'l2population' 2026-05-08 03:26:24.257 7 INFO neutron.quota [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded quota_driver: . 2026-05-08 03:26:24.258 7 INFO neutron.plugins.ml2.plugin [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Modular L2 Plugin initialization complete 2026-05-08 03:26:24.258 7 INFO neutron.plugins.ml2.managers [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-08 03:26:24.258 7 INFO neutron.plugins.ml2.managers [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-08 03:26:24.258 7 INFO neutron.plugins.ml2.managers [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-08 03:26:24.258 7 INFO neutron.manager [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loading Plugin: qos 2026-05-08 03:26:24.271 7 INFO neutron.manager [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loading Plugin: router 2026-05-08 03:26:24.315 7 INFO neutron.services.service_base [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-08 03:26:24.315 7 INFO neutron.manager [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loading Plugin: segments 2026-05-08 03:26:24.425 7 INFO neutron.manager [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loading Plugin: trunk 2026-05-08 03:26:24.441 7 INFO neutron.manager [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loading Plugin: vpnaas 2026-05-08 03:26:24.482 7 WARNING stevedore.named [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 03:26:24.519 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-7c42489f-de2c-4d30-b928-926ef331836a - - - - - -] VlanTypeDriver initialization complete 2026-05-08 03:26:24.519 8 INFO neutron.plugins.ml2.managers [None req-7c42489f-de2c-4d30-b928-926ef331836a - - - - - -] Initializing driver for type 'vxlan' 2026-05-08 03:26:24.519 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-7c42489f-de2c-4d30-b928-926ef331836a - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-08 03:26:24.533 8 INFO neutron.plugins.ml2.managers [None req-7c42489f-de2c-4d30-b928-926ef331836a - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-08 03:26:24.533 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-7c42489f-de2c-4d30-b928-926ef331836a - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-08 03:26:24.533 8 INFO neutron.plugins.ml2.managers [None req-7c42489f-de2c-4d30-b928-926ef331836a - - - - - -] Initializing extension driver 'port_security' 2026-05-08 03:26:24.534 8 INFO neutron.plugins.ml2.extensions.port_security [None req-7c42489f-de2c-4d30-b928-926ef331836a - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-08 03:26:24.534 8 INFO neutron.plugins.ml2.managers [None req-7c42489f-de2c-4d30-b928-926ef331836a - - - - - -] Initializing extension driver 'qos' 2026-05-08 03:26:24.534 8 INFO neutron.plugins.ml2.managers [None req-7c42489f-de2c-4d30-b928-926ef331836a - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-08 03:26:24.534 8 INFO neutron.plugins.ml2.managers [None req-7c42489f-de2c-4d30-b928-926ef331836a - - - - - -] Initializing mechanism driver 'l2population' 2026-05-08 03:26:24.546 8 INFO neutron.quota [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded quota_driver: . 2026-05-08 03:26:24.547 8 INFO neutron.plugins.ml2.plugin [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Modular L2 Plugin initialization complete 2026-05-08 03:26:24.547 8 INFO neutron.plugins.ml2.managers [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-08 03:26:24.547 8 INFO neutron.plugins.ml2.managers [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-08 03:26:24.547 8 INFO neutron.plugins.ml2.managers [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-08 03:26:24.547 8 INFO neutron.manager [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loading Plugin: qos 2026-05-08 03:26:24.549 7 INFO neutron_vpnaas.services.vpn.plugin [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-08 03:26:24.550 7 INFO neutron.common.utils [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-08 03:26:24.550 7 INFO neutron.manager [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loading Plugin: taas 2026-05-08 03:26:24.561 8 INFO neutron.manager [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loading Plugin: router 2026-05-08 03:26:24.574 7 WARNING stevedore.named [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 03:26:24.575 7 WARNING stevedore.named [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 03:26:24.600 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-08 03:26:24.600 7 INFO neutron.manager [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loading Plugin: tapmirror 2026-05-08 03:26:24.608 8 INFO neutron.services.service_base [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-08 03:26:24.608 8 INFO neutron.manager [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loading Plugin: segments 2026-05-08 03:26:24.612 7 WARNING stevedore.named [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 03:26:24.612 7 WARNING stevedore.named [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 03:26:24.627 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-08 03:26:24.627 7 INFO neutron.manager [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loading Plugin: auto_allocate 2026-05-08 03:26:24.635 7 INFO neutron.manager [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loading Plugin: tag 2026-05-08 03:26:24.644 7 INFO neutron.manager [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loading Plugin: timestamp 2026-05-08 03:26:24.648 7 INFO neutron.manager [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loading Plugin: network_ip_availability 2026-05-08 03:26:24.651 7 INFO neutron.manager [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loading Plugin: flavors 2026-05-08 03:26:24.655 7 INFO neutron.manager [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loading Plugin: revisions 2026-05-08 03:26:24.658 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Initializing extension manager. 2026-05-08 03:26:24.660 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: address-group 2026-05-08 03:26:24.661 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: address-scope 2026-05-08 03:26:24.661 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-08 03:26:24.662 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: agent 2026-05-08 03:26:24.662 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: agent-resources-synced 2026-05-08 03:26:24.664 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-08 03:26:24.664 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-08 03:26:24.665 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: availability_zone 2026-05-08 03:26:24.665 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: availability_zone_filter 2026-05-08 03:26:24.666 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-08 03:26:24.666 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: default-subnetpools 2026-05-08 03:26:24.668 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-08 03:26:24.668 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: dns-integration 2026-05-08 03:26:24.669 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: dns-domain-ports 2026-05-08 03:26:24.669 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-08 03:26:24.670 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: dvr 2026-05-08 03:26:24.670 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-08 03:26:24.671 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: empty-string-filtering 2026-05-08 03:26:24.671 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 03:26:24.672 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-08 03:26:24.673 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: external-net 2026-05-08 03:26:24.673 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-08 03:26:24.674 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: extraroute 2026-05-08 03:26:24.674 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: extraroute-atomic 2026-05-08 03:26:24.675 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-08 03:26:24.675 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-08 03:26:24.676 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-08 03:26:24.676 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-08 03:26:24.677 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: fip-port-details 2026-05-08 03:26:24.678 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: flavors 2026-05-08 03:26:24.679 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-08 03:26:24.680 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: floatingip-pools 2026-05-08 03:26:24.681 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: ip_allocation 2026-05-08 03:26:24.682 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-08 03:26:24.682 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: l2_adjacency 2026-05-08 03:26:24.683 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: router 2026-05-08 03:26:24.685 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 03:26:24.686 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-08 03:26:24.686 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-08 03:26:24.687 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: ext-gw-mode 2026-05-08 03:26:24.687 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: l3-ha 2026-05-08 03:26:24.688 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-08 03:26:24.688 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-08 03:26:24.689 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: l3-flavors 2026-05-08 03:26:24.690 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-08 03:26:24.690 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-08 03:26:24.692 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-08 03:26:24.694 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-08 03:26:24.695 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-08 03:26:24.696 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-08 03:26:24.696 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-08 03:26:24.697 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: multi-provider 2026-05-08 03:26:24.697 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: net-mtu 2026-05-08 03:26:24.698 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: net-mtu-writable 2026-05-08 03:26:24.698 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: network_availability_zone 2026-05-08 03:26:24.699 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: network_ha 2026-05-08 03:26:24.699 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: network-ip-availability 2026-05-08 03:26:24.700 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-08 03:26:24.701 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: pagination 2026-05-08 03:26:24.701 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: port-device-profile 2026-05-08 03:26:24.702 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-08 03:26:24.702 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-08 03:26:24.703 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-08 03:26:24.703 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: port-mac-override 2026-05-08 03:26:24.704 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-08 03:26:24.704 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-08 03:26:24.705 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-08 03:26:24.706 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: port-resource-request 2026-05-08 03:26:24.706 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-08 03:26:24.706 8 INFO neutron.manager [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loading Plugin: trunk 2026-05-08 03:26:24.707 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-08 03:26:24.707 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: binding 2026-05-08 03:26:24.708 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: binding-extended 2026-05-08 03:26:24.708 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: port-security 2026-05-08 03:26:24.709 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: project-id 2026-05-08 03:26:24.709 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: provider 2026-05-08 03:26:24.710 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-08 03:26:24.712 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: qos 2026-05-08 03:26:24.713 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-08 03:26:24.713 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-08 03:26:24.714 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: qos-default 2026-05-08 03:26:24.714 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: qos-fip 2026-05-08 03:26:24.715 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-08 03:26:24.715 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-08 03:26:24.716 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-08 03:26:24.716 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-08 03:26:24.717 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-08 03:26:24.718 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: qos-pps 2026-05-08 03:26:24.718 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-08 03:26:24.719 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-08 03:26:24.719 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: qos-rules-alias 2026-05-08 03:26:24.720 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: quota-check-limit 2026-05-08 03:26:24.720 8 INFO neutron.manager [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loading Plugin: vpnaas 2026-05-08 03:26:24.720 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-08 03:26:24.722 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: quotas 2026-05-08 03:26:24.723 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: quota_details 2026-05-08 03:26:24.725 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: rbac-policies 2026-05-08 03:26:24.725 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: rbac-address-group 2026-05-08 03:26:24.726 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: rbac-address-scope 2026-05-08 03:26:24.726 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: rbac-security-groups 2026-05-08 03:26:24.727 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-08 03:26:24.727 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: revision-if-match 2026-05-08 03:26:24.728 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-08 03:26:24.728 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: router_availability_zone 2026-05-08 03:26:24.729 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-08 03:26:24.731 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-08 03:26:24.731 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-08 03:26:24.732 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-08 03:26:24.732 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-08 03:26:24.732 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-08 03:26:24.733 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-08 03:26:24.737 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: security-group 2026-05-08 03:26:24.738 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: segment 2026-05-08 03:26:24.739 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-08 03:26:24.739 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: service-type 2026-05-08 03:26:24.740 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: sorting 2026-05-08 03:26:24.740 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: standard-attr-segment 2026-05-08 03:26:24.741 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: standard-attr-description 2026-05-08 03:26:24.742 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: stateful-security-group 2026-05-08 03:26:24.743 7 WARNING neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-08 03:26:24.743 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-08 03:26:24.744 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: subnet-external-network 2026-05-08 03:26:24.744 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: subnet_onboard 2026-05-08 03:26:24.745 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-08 03:26:24.745 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: subnet-service-types 2026-05-08 03:26:24.746 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: subnet_allocation 2026-05-08 03:26:24.748 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-08 03:26:24.749 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: tag-creation 2026-05-08 03:26:24.749 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-08 03:26:24.753 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: standard-attr-tag 2026-05-08 03:26:24.754 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-08 03:26:24.755 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: trunk 2026-05-08 03:26:24.755 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: trunk-details 2026-05-08 03:26:24.755 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-08 03:26:24.756 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-08 03:26:24.757 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-08 03:26:24.757 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-08 03:26:24.758 8 WARNING stevedore.named [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 03:26:24.759 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-08 03:26:24.760 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-08 03:26:24.760 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: vpn-flavors 2026-05-08 03:26:24.762 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: vpnaas 2026-05-08 03:26:24.763 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: taas 2026-05-08 03:26:24.764 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: tap-mirror 2026-05-08 03:26:24.765 7 INFO neutron.api.extensions [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-08 03:26:24.767 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-08 03:26:24.768 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-08 03:26:24.768 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 03:26:24.768 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-08 03:26:24.771 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-08 03:26:24.771 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-08 03:26:24.776 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-08 03:26:24.777 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-08 03:26:24.777 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-08 03:26:24.778 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 03:26:24.778 7 WARNING neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] subnetpool is already registered 2026-05-08 03:26:24.778 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 03:26:24.779 7 WARNING neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] subnetpool is already registered 2026-05-08 03:26:24.779 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-08 03:26:24.779 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 03:26:24.780 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 03:26:24.780 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-08 03:26:24.781 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-08 03:26:24.781 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-08 03:26:24.781 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 03:26:24.782 7 WARNING neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] ipsecpolicy is already registered 2026-05-08 03:26:24.782 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 03:26:24.782 7 WARNING neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] ikepolicy is already registered 2026-05-08 03:26:24.786 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-08 03:26:24.787 7 WARNING neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] router is already registered 2026-05-08 03:26:24.787 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-08 03:26:24.787 7 WARNING neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] floatingip is already registered 2026-05-08 03:26:24.791 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-08 03:26:24.791 7 WARNING neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] rbac_policy is already registered 2026-05-08 03:26:24.792 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-08 03:26:24.792 7 WARNING neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] security_group is already registered 2026-05-08 03:26:24.792 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-08 03:26:24.793 7 WARNING neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] security_group_rule is already registered 2026-05-08 03:26:24.793 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 03:26:24.794 7 WARNING neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] subnetpool is already registered 2026-05-08 03:26:24.794 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 03:26:24.794 7 WARNING neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] subnetpool is already registered 2026-05-08 03:26:24.794 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-08 03:26:24.795 7 WARNING neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] trunk is already registered 2026-05-08 03:26:24.795 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 03:26:24.795 7 WARNING neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] ikepolicy is already registered 2026-05-08 03:26:24.796 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 03:26:24.796 7 WARNING neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] ipsecpolicy is already registered 2026-05-08 03:26:24.796 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-08 03:26:24.796 7 WARNING neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] endpoint_group is already registered 2026-05-08 03:26:24.797 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-08 03:26:24.797 7 WARNING neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] vpnservice is already registered 2026-05-08 03:26:24.797 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-08 03:26:24.797 7 WARNING neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] ipsec_site_connection is already registered 2026-05-08 03:26:24.798 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 03:26:24.798 7 WARNING neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] ipsecpolicy is already registered 2026-05-08 03:26:24.798 7 INFO neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 03:26:24.798 7 WARNING neutron.quota.resource_registry [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] ikepolicy is already registered 2026-05-08 03:26:24.825 8 INFO neutron_vpnaas.services.vpn.plugin [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-08 03:26:24.826 8 INFO neutron.common.utils [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-08 03:26:24.826 8 INFO neutron.manager [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loading Plugin: taas 2026-05-08 03:26:24.834 7 WARNING keystonemiddleware._common.config [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-08 03:26:24.841 7 WARNING oslo_config.cfg [None req-e2a4d333-2c3a-42d0-999b-918b00236fb0 - - - - - -] 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 0x7f1f0c15e668 pid: 7 (default app) 2026-05-08 03:26:24.848 8 WARNING stevedore.named [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 03:26:24.849 8 WARNING stevedore.named [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 03:26:24.888 8 INFO neutron_taas.services.taas.taas_plugin [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-08 03:26:24.888 8 INFO neutron.manager [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loading Plugin: tapmirror 2026-05-08 03:26:24.902 8 WARNING stevedore.named [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 03:26:24.902 8 WARNING stevedore.named [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 03:26:24.920 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-08 03:26:24.921 8 INFO neutron.manager [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loading Plugin: auto_allocate 2026-05-08 03:26:24.932 8 INFO neutron.manager [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loading Plugin: tag 2026-05-08 03:26:24.939 8 INFO neutron.manager [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loading Plugin: timestamp 2026-05-08 03:26:24.943 8 INFO neutron.manager [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loading Plugin: network_ip_availability 2026-05-08 03:26:24.946 8 INFO neutron.manager [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loading Plugin: flavors 2026-05-08 03:26:24.950 8 INFO neutron.manager [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loading Plugin: revisions 2026-05-08 03:26:24.954 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Initializing extension manager. 2026-05-08 03:26:24.955 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: address-group 2026-05-08 03:26:24.956 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: address-scope 2026-05-08 03:26:24.956 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-08 03:26:24.957 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: agent 2026-05-08 03:26:24.958 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: agent-resources-synced 2026-05-08 03:26:24.959 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-08 03:26:24.959 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-08 03:26:24.960 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: availability_zone 2026-05-08 03:26:24.961 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: availability_zone_filter 2026-05-08 03:26:24.961 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-08 03:26:24.962 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: default-subnetpools 2026-05-08 03:26:24.963 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-08 03:26:24.964 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: dns-integration 2026-05-08 03:26:24.964 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: dns-domain-ports 2026-05-08 03:26:24.964 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-08 03:26:24.965 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: dvr 2026-05-08 03:26:24.965 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-08 03:26:24.966 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: empty-string-filtering 2026-05-08 03:26:24.966 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 03:26:24.967 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-08 03:26:24.968 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: external-net 2026-05-08 03:26:24.968 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-08 03:26:24.969 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: extraroute 2026-05-08 03:26:24.969 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: extraroute-atomic 2026-05-08 03:26:24.970 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-08 03:26:24.970 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-08 03:26:24.971 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-08 03:26:24.971 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-08 03:26:24.972 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: fip-port-details 2026-05-08 03:26:24.973 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: flavors 2026-05-08 03:26:24.974 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-08 03:26:24.975 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: floatingip-pools 2026-05-08 03:26:24.976 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: ip_allocation 2026-05-08 03:26:24.976 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-08 03:26:24.977 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: l2_adjacency 2026-05-08 03:26:24.978 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: router 2026-05-08 03:26:24.979 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 03:26:24.980 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-08 03:26:24.981 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-08 03:26:24.981 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: ext-gw-mode 2026-05-08 03:26:24.982 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: l3-ha 2026-05-08 03:26:24.982 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-08 03:26:24.982 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-08 03:26:24.983 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: l3-flavors 2026-05-08 03:26:24.984 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-08 03:26:24.984 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-08 03:26:24.986 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-08 03:26:24.988 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-08 03:26:24.989 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-08 03:26:24.990 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-08 03:26:24.990 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-08 03:26:24.991 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: multi-provider 2026-05-08 03:26:24.991 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: net-mtu 2026-05-08 03:26:24.992 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: net-mtu-writable 2026-05-08 03:26:24.992 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: network_availability_zone 2026-05-08 03:26:24.993 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: network_ha 2026-05-08 03:26:24.994 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: network-ip-availability 2026-05-08 03:26:24.995 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-08 03:26:24.995 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: pagination 2026-05-08 03:26:24.996 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: port-device-profile 2026-05-08 03:26:24.996 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-08 03:26:24.997 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-08 03:26:24.997 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-08 03:26:24.998 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: port-mac-override 2026-05-08 03:26:24.998 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-08 03:26:24.998 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-08 03:26:24.999 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-08 03:26:24.999 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: port-resource-request 2026-05-08 03:26:25.001 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-08 03:26:25.001 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-08 03:26:25.002 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: binding 2026-05-08 03:26:25.002 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: binding-extended 2026-05-08 03:26:25.003 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: port-security 2026-05-08 03:26:25.003 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: project-id 2026-05-08 03:26:25.004 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: provider 2026-05-08 03:26:25.004 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-08 03:26:25.007 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: qos 2026-05-08 03:26:25.007 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-08 03:26:25.008 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-08 03:26:25.008 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: qos-default 2026-05-08 03:26:25.009 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: qos-fip 2026-05-08 03:26:25.009 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-08 03:26:25.010 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-08 03:26:25.010 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-08 03:26:25.011 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-08 03:26:25.012 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-08 03:26:25.012 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: qos-pps 2026-05-08 03:26:25.013 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-08 03:26:25.013 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-08 03:26:25.014 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: qos-rules-alias 2026-05-08 03:26:25.014 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: quota-check-limit 2026-05-08 03:26:25.015 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-08 03:26:25.017 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: quotas 2026-05-08 03:26:25.018 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: quota_details 2026-05-08 03:26:25.019 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: rbac-policies 2026-05-08 03:26:25.020 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: rbac-address-group 2026-05-08 03:26:25.020 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: rbac-address-scope 2026-05-08 03:26:25.021 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: rbac-security-groups 2026-05-08 03:26:25.021 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-08 03:26:25.022 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: revision-if-match 2026-05-08 03:26:25.022 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-08 03:26:25.023 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: router_availability_zone 2026-05-08 03:26:25.024 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-08 03:26:25.025 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-08 03:26:25.026 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-08 03:26:25.026 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-08 03:26:25.027 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-08 03:26:25.027 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-08 03:26:25.028 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-08 03:26:25.033 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: security-group 2026-05-08 03:26:25.034 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: segment 2026-05-08 03:26:25.035 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-08 03:26:25.036 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: service-type 2026-05-08 03:26:25.036 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: sorting 2026-05-08 03:26:25.036 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: standard-attr-segment 2026-05-08 03:26:25.037 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: standard-attr-description 2026-05-08 03:26:25.038 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: stateful-security-group 2026-05-08 03:26:25.039 8 WARNING neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-08 03:26:25.039 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-08 03:26:25.040 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: subnet-external-network 2026-05-08 03:26:25.040 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: subnet_onboard 2026-05-08 03:26:25.041 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-08 03:26:25.042 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: subnet-service-types 2026-05-08 03:26:25.042 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: subnet_allocation 2026-05-08 03:26:25.043 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-08 03:26:25.043 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: tag-creation 2026-05-08 03:26:25.044 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-08 03:26:25.048 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: standard-attr-tag 2026-05-08 03:26:25.048 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-08 03:26:25.049 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: trunk 2026-05-08 03:26:25.049 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: trunk-details 2026-05-08 03:26:25.050 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-08 03:26:25.050 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-08 03:26:25.051 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-08 03:26:25.052 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-08 03:26:25.053 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-08 03:26:25.054 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-08 03:26:25.055 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: vpn-flavors 2026-05-08 03:26:25.056 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: vpnaas 2026-05-08 03:26:25.057 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: taas 2026-05-08 03:26:25.058 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: tap-mirror 2026-05-08 03:26:25.059 8 INFO neutron.api.extensions [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-08 03:26:25.061 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-08 03:26:25.062 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-08 03:26:25.062 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 03:26:25.062 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-08 03:26:25.065 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-08 03:26:25.065 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-08 03:26:25.070 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-08 03:26:25.071 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-08 03:26:25.071 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-08 03:26:25.072 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 03:26:25.072 8 WARNING neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] subnetpool is already registered 2026-05-08 03:26:25.072 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 03:26:25.073 8 WARNING neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] subnetpool is already registered 2026-05-08 03:26:25.073 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-08 03:26:25.073 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 03:26:25.074 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 03:26:25.074 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-08 03:26:25.075 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-08 03:26:25.075 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-08 03:26:25.075 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 03:26:25.076 8 WARNING neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] ipsecpolicy is already registered 2026-05-08 03:26:25.076 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 03:26:25.076 8 WARNING neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] ikepolicy is already registered 2026-05-08 03:26:25.080 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-08 03:26:25.081 8 WARNING neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] router is already registered 2026-05-08 03:26:25.081 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-08 03:26:25.081 8 WARNING neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] floatingip is already registered 2026-05-08 03:26:25.085 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-08 03:26:25.085 8 WARNING neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] rbac_policy is already registered 2026-05-08 03:26:25.086 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-08 03:26:25.086 8 WARNING neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] security_group is already registered 2026-05-08 03:26:25.086 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-08 03:26:25.086 8 WARNING neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] security_group_rule is already registered 2026-05-08 03:26:25.087 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 03:26:25.087 8 WARNING neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] subnetpool is already registered 2026-05-08 03:26:25.088 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 03:26:25.088 8 WARNING neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] subnetpool is already registered 2026-05-08 03:26:25.088 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-08 03:26:25.089 8 WARNING neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] trunk is already registered 2026-05-08 03:26:25.089 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 03:26:25.089 8 WARNING neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] ikepolicy is already registered 2026-05-08 03:26:25.089 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 03:26:25.090 8 WARNING neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] ipsecpolicy is already registered 2026-05-08 03:26:25.090 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-08 03:26:25.090 8 WARNING neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] endpoint_group is already registered 2026-05-08 03:26:25.090 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-08 03:26:25.091 8 WARNING neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] vpnservice is already registered 2026-05-08 03:26:25.091 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-08 03:26:25.091 8 WARNING neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] ipsec_site_connection is already registered 2026-05-08 03:26:25.091 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 03:26:25.092 8 WARNING neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] ipsecpolicy is already registered 2026-05-08 03:26:25.092 8 INFO neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 03:26:25.092 8 WARNING neutron.quota.resource_registry [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] ikepolicy is already registered 2026-05-08 03:26:25.129 8 WARNING keystonemiddleware._common.config [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-08 03:26:25.136 8 WARNING oslo_config.cfg [None req-e378cd5e-874d-4e43-b752-29f3eeefb9a4 - - - - - -] 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 9 seconds on interpreter 0x7f1f0c15e668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 03:26:29.258 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4600ffc0-1a04-4c09-a901-e0fa257c8f31 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/4] 199.204.45.113 () {44 vars in 926 bytes} [Fri May 8 03:26:28 2026] GET /v2.0/networks/public => generated 108 bytes in 885 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: 2/5] 199.204.45.113 () {44 vars in 948 bytes} [Fri May 8 03:26:29 2026] GET /v2.0/networks?name=public => generated 15 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 03:26:30.001 7 WARNING neutron.services.revisions.revision_plugin [None req-f482e1bb-6e20-4b32-9a11-c5ed8df792d3 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Could not find related network for resource to bump revision. 2026-05-08 03:26:30.018 7 INFO neutron.db.segments_db [None req-f482e1bb-6e20-4b32-9a11-c5ed8df792d3 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Added segment 06284070-827c-4aab-ad04-f14d302d1529 of type flat for network 4cdbeeea-5a36-4766-a77d-729969b79735 2026-05-08 03:26:30.059 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f482e1bb-6e20-4b32-9a11-c5ed8df792d3 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/6] 199.204.45.113 () {48 vars in 966 bytes} [Fri May 8 03:26:29 2026] POST /v2.0/networks => generated 124 bytes in 427 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 03:26:36.371 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4787eb48-8fab-45bc-bade-84b48e7bee39 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/7] 199.204.45.113 () {44 vars in 926 bytes} [Fri May 8 03:26:35 2026] GET /v2.0/networks/public => generated 108 bytes in 445 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/8] 199.204.45.113 () {44 vars in 948 bytes} [Fri May 8 03:26:36 2026] GET /v2.0/networks?name=public => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 03:26:36.627 8 WARNING neutron.services.revisions.revision_plugin [None req-4ae5b3e2-062f-43e7-80c7-aeded7fe0826 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Could not find related network for resource to bump revision. 2026-05-08 03:26:36.651 8 INFO neutron.db.segments_db [None req-4ae5b3e2-062f-43e7-80c7-aeded7fe0826 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Added segment 48e26a77-cc33-4a6f-b705-f2b1020bbf8e of type flat for network 61af2954-1a55-4dba-a547-5463029063c0 2026-05-08 03:26:36.709 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4ae5b3e2-062f-43e7-80c7-aeded7fe0826 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/9] 199.204.45.113 () {48 vars in 966 bytes} [Fri May 8 03:26:36 2026] POST /v2.0/networks => generated 124 bytes in 324 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 03:26:42.605 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e204b7de-9210-4652-8b28-5e20cb978c7f fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/10] 199.204.45.113 () {44 vars in 926 bytes} [Fri May 8 03:26:42 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/11] 199.204.45.113 () {44 vars in 948 bytes} [Fri May 8 03:26:42 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 03:26:42.680 7 WARNING neutron.services.revisions.revision_plugin [None req-6b2d69d6-61f1-4416-ac22-f89095e7c870 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Could not find related network for resource to bump revision. 2026-05-08 03:26:42.694 7 INFO neutron.db.segments_db [None req-6b2d69d6-61f1-4416-ac22-f89095e7c870 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Added segment da437673-e6b6-41ac-9200-a7e26311dbd0 of type flat for network 7b95f456-cbe5-4881-ab06-d512420afb31 2026-05-08 03:26:42.714 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6b2d69d6-61f1-4416-ac22-f89095e7c870 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/12] 199.204.45.113 () {48 vars in 966 bytes} [Fri May 8 03:26:42 2026] POST /v2.0/networks => generated 124 bytes in 92 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 03:26:48.647 7 INFO neutron.pecan_wsgi.hooks.translation [None req-654eff74-b4b9-4494-90bc-c8dd48acab9d fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/14] 199.204.45.113 () {44 vars in 926 bytes} [Fri May 8 03:26:48 2026] GET /v2.0/networks/public => generated 108 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/15] 199.204.45.113 () {44 vars in 948 bytes} [Fri May 8 03:26:48 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-08 03:26:48.717 7 WARNING neutron.services.revisions.revision_plugin [None req-b32b0a07-dd8e-4d4f-a92d-765fc609a306 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Could not find related network for resource to bump revision. 2026-05-08 03:26:48.731 7 INFO neutron.db.segments_db [None req-b32b0a07-dd8e-4d4f-a92d-765fc609a306 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Added segment 254dab91-0f2e-4613-9c44-1393a33f1b20 of type flat for network 47bc6e3c-1599-4902-8625-515f9069f788 2026-05-08 03:26:48.749 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b32b0a07-dd8e-4d4f-a92d-765fc609a306 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/16] 199.204.45.113 () {48 vars in 966 bytes} [Fri May 8 03:26:48 2026] POST /v2.0/networks => generated 124 bytes in 86 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 03:26:54.631 8 INFO neutron.pecan_wsgi.hooks.translation [None req-67588a45-9d03-4f30-b5d2-82cff472df85 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/17] 199.204.45.113 () {44 vars in 926 bytes} [Fri May 8 03:26:54 2026] GET /v2.0/networks/public => generated 108 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/18] 199.204.45.113 () {44 vars in 948 bytes} [Fri May 8 03:26:54 2026] GET /v2.0/networks?name=public => generated 15 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 03:26:54.736 8 WARNING neutron.services.revisions.revision_plugin [None req-bbf3b31e-69b8-4347-9afb-fcc52af76cb4 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Could not find related network for resource to bump revision. 2026-05-08 03:26:54.757 8 INFO neutron.db.segments_db [None req-bbf3b31e-69b8-4347-9afb-fcc52af76cb4 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Added segment e521d40f-4029-443f-980a-adbf570ce1d0 of type flat for network befb0a88-acb9-45a8-9c9f-3aec9a67d491 2026-05-08 03:26:54.787 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bbf3b31e-69b8-4347-9afb-fcc52af76cb4 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/19] 199.204.45.113 () {48 vars in 966 bytes} [Fri May 8 03:26:54 2026] POST /v2.0/networks => generated 124 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 03:27:00.721 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2cd4cf33-c54b-4d62-9e9f-46fd104b3f48 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/21] 199.204.45.113 () {44 vars in 926 bytes} [Fri May 8 03:27:00 2026] GET /v2.0/networks/public => generated 108 bytes in 69 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/22] 199.204.45.113 () {44 vars in 948 bytes} [Fri May 8 03:27:00 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-08 03:27:00.802 8 WARNING neutron.services.revisions.revision_plugin [None req-ad46edd9-b698-47c7-b1b0-dfff988c9336 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Could not find related network for resource to bump revision. 2026-05-08 03:27:00.820 8 INFO neutron.db.segments_db [None req-ad46edd9-b698-47c7-b1b0-dfff988c9336 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Added segment 3cf938da-904a-4768-acde-46877164be04 of type flat for network 9723d5ed-7048-4e7f-a9c7-8a61b035be4f [pid: 8|app: 0|req: 11/23] 199.204.45.113 () {48 vars in 966 bytes} [Fri May 8 03:27:00 2026] POST /v2.0/networks => generated 706 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 03:27:02.226 7 INFO neutron.pecan_wsgi.hooks.translation [None req-131d0837-8426-4d1b-a219-1179e57f9883 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/24] 199.204.45.113 () {44 vars in 926 bytes} [Fri May 8 03:27:02 2026] GET /v2.0/networks/public => generated 108 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/25] 199.204.45.113 () {44 vars in 948 bytes} [Fri May 8 03:27:02 2026] GET /v2.0/networks?name=public => generated 709 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 03:27:02.543 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f2fbbce2-623b-4ef6-b488-c867b6ffa1e4 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/26] 199.204.45.113 () {44 vars in 1033 bytes} [Fri May 8 03:27:02 2026] GET /v2.0/subnets/public-subnet?network_id=9723d5ed-7048-4e7f-a9c7-8a61b035be4f => generated 113 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/27] 199.204.45.113 () {44 vars in 1056 bytes} [Fri May 8 03:27:02 2026] GET /v2.0/subnets?name=public-subnet&network_id=9723d5ed-7048-4e7f-a9c7-8a61b035be4f => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/28] 199.204.45.113 () {48 vars in 964 bytes} [Fri May 8 03:27:02 2026] POST /v2.0/subnets => generated 664 bytes in 738 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 03:32:01.890 8 INFO neutron.pecan_wsgi.hooks.translation [None req-38140e7f-748b-410a-be2c-a5965e1e3ce5 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/68] 199.204.45.113 () {44 vars in 936 bytes} [Fri May 8 03:32:01 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 212 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/69] 199.204.45.113 () {44 vars in 958 bytes} [Fri May 8 03:32:01 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 03:32:01.983 8 INFO neutron.db.segments_db [None req-c90afb82-1a69-4b7e-b078-c5c8f8775301 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Added segment a353c87e-ca76-4722-9597-5636ed2a0cde of type vxlan for network bc7ad148-554f-4a44-8016-2d0cc16985c4 [pid: 8|app: 0|req: 35/70] 199.204.45.113 () {48 vars in 965 bytes} [Fri May 8 03:32:01 2026] POST /v2.0/networks => generated 687 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 03:32:03.044 7 INFO neutron.pecan_wsgi.hooks.translation [None req-90611e65-151d-488b-8cb2-df0ca630204c fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/71] 199.204.45.113 () {44 vars in 936 bytes} [Fri May 8 03:32:02 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/72] 199.204.45.113 () {44 vars in 958 bytes} [Fri May 8 03:32:03 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 690 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 03:32:03.105 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1089d110-5afb-4274-9ffd-de447fbc20c9 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/73] 199.204.45.113 () {44 vars in 1035 bytes} [Fri May 8 03:32:03 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=bc7ad148-554f-4a44-8016-2d0cc16985c4 => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/74] 199.204.45.113 () {44 vars in 1058 bytes} [Fri May 8 03:32:03 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=bc7ad148-554f-4a44-8016-2d0cc16985c4 => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/75] 199.204.45.113 () {48 vars in 964 bytes} [Fri May 8 03:32:03 2026] POST /v2.0/subnets => generated 651 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 03:32:04.550 8 INFO neutron.api.v2.resource [None req-dea2e83c-1daa-40c8-8708-aa92fb32817b fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/76] 199.204.45.113 () {44 vars in 970 bytes} [Fri May 8 03:32:04 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/77] 199.204.45.113 () {44 vars in 992 bytes} [Fri May 8 03:32:04 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/78] 199.204.45.113 () {48 vars in 979 bytes} [Fri May 8 03:32:04 2026] POST /v2.0/security-groups => generated 1616 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/79] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:32:05 2026] GET /v2.0/security-groups/8e081e4e-1e96-4895-834e-4d06e043b440 => generated 1616 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/80] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:32:05 2026] GET /v2.0/security-groups/8e081e4e-1e96-4895-834e-4d06e043b440 => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/81] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:32:06 2026] GET /v2.0/security-groups/8e081e4e-1e96-4895-834e-4d06e043b440 => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/82] 199.204.45.113 () {48 vars in 990 bytes} [Fri May 8 03:32:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/83] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:32:06 2026] GET /v2.0/security-groups/8e081e4e-1e96-4895-834e-4d06e043b440 => generated 2230 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/84] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:32:07 2026] GET /v2.0/security-groups/8e081e4e-1e96-4895-834e-4d06e043b440 => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/85] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:32:07 2026] GET /v2.0/security-groups/8e081e4e-1e96-4895-834e-4d06e043b440 => generated 2230 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/86] 199.204.45.113 () {48 vars in 990 bytes} [Fri May 8 03:32:07 2026] POST /v2.0/security-group-rules => generated 603 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/87] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:32:08 2026] GET /v2.0/security-groups/8e081e4e-1e96-4895-834e-4d06e043b440 => generated 2846 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/88] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:32:08 2026] GET /v2.0/security-groups/8e081e4e-1e96-4895-834e-4d06e043b440 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/89] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:32:08 2026] GET /v2.0/security-groups/8e081e4e-1e96-4895-834e-4d06e043b440 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/90] 199.204.45.113 () {48 vars in 990 bytes} [Fri May 8 03:32:08 2026] POST /v2.0/security-group-rules => generated 603 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/91] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:32:09 2026] GET /v2.0/security-groups/8e081e4e-1e96-4895-834e-4d06e043b440 => generated 3462 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/92] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:32:09 2026] GET /v2.0/security-groups/8e081e4e-1e96-4895-834e-4d06e043b440 => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/93] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:32:09 2026] GET /v2.0/security-groups/8e081e4e-1e96-4895-834e-4d06e043b440 => generated 3462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/94] 199.204.45.113 () {48 vars in 990 bytes} [Fri May 8 03:32:09 2026] POST /v2.0/security-group-rules => generated 603 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/95] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:32:10 2026] GET /v2.0/security-groups/8e081e4e-1e96-4895-834e-4d06e043b440 => generated 4078 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/96] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:32:10 2026] GET /v2.0/security-groups/8e081e4e-1e96-4895-834e-4d06e043b440 => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/97] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:32:10 2026] GET /v2.0/security-groups/8e081e4e-1e96-4895-834e-4d06e043b440 => generated 4078 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/98] 199.204.45.113 () {48 vars in 990 bytes} [Fri May 8 03:32:10 2026] POST /v2.0/security-group-rules => generated 603 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/99] 199.204.45.113 () {44 vars in 986 bytes} [Fri May 8 03:32:11 2026] GET /v2.0/networks/bc7ad148-554f-4a44-8016-2d0cc16985c4 => generated 731 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 03:32:11.836 8 INFO neutron.pecan_wsgi.hooks.translation [None req-60425d1b-b347-4805-9a46-221f885fd9a6 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/100] 199.204.45.113 () {44 vars in 1075 bytes} [Fri May 8 03:32:11 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=bc7ad148-554f-4a44-8016-2d0cc16985c4 => generated 132 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/101] 199.204.45.113 () {44 vars in 1098 bytes} [Fri May 8 03:32:11 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=bc7ad148-554f-4a44-8016-2d0cc16985c4 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/102] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:32:11 2026] GET /v2.0/security-groups/8e081e4e-1e96-4895-834e-4d06e043b440 => 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: 52/103] 199.204.45.113 () {48 vars in 960 bytes} [Fri May 8 03:32:11 2026] POST /v2.0/ports => generated 1100 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 03:32:21.857 8 INFO neutron.pecan_wsgi.hooks.translation [None req-864a9c39-cbfc-4eae-8396-6c7491a4e8f4 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/106] 199.204.45.113 () {44 vars in 978 bytes} [Fri May 8 03:32:21 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: 54/107] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:32:21 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/108] 199.204.45.113 () {48 vars in 1030 bytes} [Fri May 8 03:32:21 2026] PUT /v2.0/ports/26ab8a27-4bb8-4412-8c1c-6884c887dfcd => generated 1249 bytes in 907 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/109] 199.204.45.113 () {44 vars in 919 bytes} [Fri May 8 03:32:24 2026] GET /v2.0/ports => generated 3730 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 03:32:26.026 8 INFO neutron.api.v2.resource [None req-fb83396d-7005-4777-96e3-0e06caf7e9fa fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 55/110] 199.204.45.113 () {44 vars in 958 bytes} [Fri May 8 03:32:25 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/111] 199.204.45.113 () {44 vars in 980 bytes} [Fri May 8 03:32:26 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/112] 199.204.45.113 () {48 vars in 979 bytes} [Fri May 8 03:32:26 2026] POST /v2.0/security-groups => generated 1610 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/113] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:32:27 2026] GET /v2.0/security-groups/5524aa0a-6311-47d7-9b4c-0db49f807dc1 => generated 1610 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/114] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:32:27 2026] GET /v2.0/security-groups/5524aa0a-6311-47d7-9b4c-0db49f807dc1 => generated 1610 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/115] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:32:27 2026] GET /v2.0/security-groups/5524aa0a-6311-47d7-9b4c-0db49f807dc1 => generated 1610 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/116] 199.204.45.113 () {48 vars in 990 bytes} [Fri May 8 03:32:27 2026] POST /v2.0/security-group-rules => generated 623 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/117] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:32:28 2026] GET /v2.0/security-groups/5524aa0a-6311-47d7-9b4c-0db49f807dc1 => generated 2246 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/118] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:32:28 2026] GET /v2.0/security-groups/5524aa0a-6311-47d7-9b4c-0db49f807dc1 => generated 2246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/119] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:32:28 2026] GET /v2.0/security-groups/5524aa0a-6311-47d7-9b4c-0db49f807dc1 => generated 2246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/120] 199.204.45.113 () {48 vars in 990 bytes} [Fri May 8 03:32:28 2026] POST /v2.0/security-group-rules => generated 627 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 70/139] 199.204.45.113 () {44 vars in 974 bytes} [Fri May 8 03:34:32 2026] GET /v2.0/quotas/6661705e31994c3abf278df658dc1ac1 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 70/140] 199.204.45.113 () {48 vars in 1026 bytes} [Fri May 8 03:34:32 2026] PUT /v2.0/quotas/6661705e31994c3abf278df658dc1ac1 => 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-08 03:36:54.256 7 INFO neutron.pecan_wsgi.hooks.translation [None req-64b93ff1-28ea-4a2a-9180-d31ca5b98507 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 80/159] 199.204.45.113 () {30 vars in 740 bytes} [Fri May 8 03:36:54 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 172 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: 80/160] 199.204.45.113 () {30 vars in 762 bytes} [Fri May 8 03:36:54 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 03:36:56.442 7 INFO neutron.pecan_wsgi.hooks.translation [None req-16cc921d-dbb1-4522-8a55-d0a238f1ecee fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 81/161] 199.204.45.113 () {30 vars in 740 bytes} [Fri May 8 03:36:56 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 114 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 81/162] 199.204.45.113 () {30 vars in 762 bytes} [Fri May 8 03:36:56 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 03:42:43.342 7 INFO neutron.api.v2.resource [None req-bda9a834-5c48-495c-8eaf-e9096dd6a447 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 105/209] 199.204.45.113 () {44 vars in 1073 bytes} [Fri May 8 03:42:43 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=98433bfe17ad480c897daa39c01b828f => generated 139 bytes in 176 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/210] 199.204.45.113 () {44 vars in 1096 bytes} [Fri May 8 03:42:43 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=98433bfe17ad480c897daa39c01b828f => generated 23 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/211] 199.204.45.113 () {48 vars in 980 bytes} [Fri May 8 03:42:43 2026] POST /v2.0/security-groups => generated 1624 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/214] 199.204.45.113 () {44 vars in 1087 bytes} [Fri May 8 03:42:44 2026] GET /v2.0/security-groups/8c2a725a-27b8-4a6e-94c6-89bda1990190?project_id=98433bfe17ad480c897daa39c01b828f => generated 1624 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/215] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:42:44 2026] GET /v2.0/security-groups/8c2a725a-27b8-4a6e-94c6-89bda1990190 => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/216] 199.204.45.113 () {44 vars in 1087 bytes} [Fri May 8 03:42:44 2026] GET /v2.0/security-groups/8c2a725a-27b8-4a6e-94c6-89bda1990190?project_id=98433bfe17ad480c897daa39c01b828f => generated 1624 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/217] 199.204.45.113 () {48 vars in 990 bytes} [Fri May 8 03:42:44 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: 110/218] 199.204.45.113 () {44 vars in 1087 bytes} [Fri May 8 03:42:45 2026] GET /v2.0/security-groups/8c2a725a-27b8-4a6e-94c6-89bda1990190?project_id=98433bfe17ad480c897daa39c01b828f => generated 2234 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/219] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:42:45 2026] GET /v2.0/security-groups/8c2a725a-27b8-4a6e-94c6-89bda1990190 => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/220] 199.204.45.113 () {44 vars in 1087 bytes} [Fri May 8 03:42:46 2026] GET /v2.0/security-groups/8c2a725a-27b8-4a6e-94c6-89bda1990190?project_id=98433bfe17ad480c897daa39c01b828f => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/221] 199.204.45.113 () {48 vars in 990 bytes} [Fri May 8 03:42:46 2026] POST /v2.0/security-group-rules => generated 599 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/222] 199.204.45.113 () {44 vars in 1087 bytes} [Fri May 8 03:42:47 2026] GET /v2.0/security-groups/8c2a725a-27b8-4a6e-94c6-89bda1990190?project_id=98433bfe17ad480c897daa39c01b828f => generated 2846 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/223] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:42:47 2026] GET /v2.0/security-groups/8c2a725a-27b8-4a6e-94c6-89bda1990190 => 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: 113/224] 199.204.45.113 () {44 vars in 1087 bytes} [Fri May 8 03:42:47 2026] GET /v2.0/security-groups/8c2a725a-27b8-4a6e-94c6-89bda1990190?project_id=98433bfe17ad480c897daa39c01b828f => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/225] 199.204.45.113 () {48 vars in 990 bytes} [Fri May 8 03:42:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/226] 199.204.45.113 () {44 vars in 1087 bytes} [Fri May 8 03:42:48 2026] GET /v2.0/security-groups/8c2a725a-27b8-4a6e-94c6-89bda1990190?project_id=98433bfe17ad480c897daa39c01b828f => generated 3460 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/227] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:42:48 2026] GET /v2.0/security-groups/8c2a725a-27b8-4a6e-94c6-89bda1990190 => generated 3460 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/228] 199.204.45.113 () {44 vars in 1087 bytes} [Fri May 8 03:42:48 2026] GET /v2.0/security-groups/8c2a725a-27b8-4a6e-94c6-89bda1990190?project_id=98433bfe17ad480c897daa39c01b828f => generated 3460 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/229] 199.204.45.113 () {48 vars in 990 bytes} [Fri May 8 03:42:48 2026] POST /v2.0/security-group-rules => generated 602 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/248] 199.204.45.113 () {30 vars in 739 bytes} [Fri May 8 03:45:09 2026] GET /v2.0/networks?tenant_id=98433bfe17ad480c897daa39c01b828f&shared=False => generated 15 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 03:45:09.426 8 INFO neutron.db.segments_db [None req-7213375d-8fc1-4e33-b48d-828113c79d78 26b9da3fd154401693c89b6f9da38622 98433bfe17ad480c897daa39c01b828f - - 018da49ada8d4a648d62e98e58265a6b 018da49ada8d4a648d62e98e58265a6b] Added segment 03702d62-3d6d-45c4-92cf-2531f27d1ad1 of type vxlan for network c927fcde-05d5-4fcc-b16a-b7da0581d339 [pid: 8|app: 0|req: 124/249] 199.204.45.113 () {34 vars in 681 bytes} [Fri May 8 03:45:09 2026] POST /v2.0/networks => generated 699 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/250] 199.204.45.113 () {30 vars in 721 bytes} [Fri May 8 03:45:09 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 125/251] 199.204.45.113 () {30 vars in 632 bytes} [Fri May 8 03:45:09 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/252] 199.204.45.113 () {34 vars in 676 bytes} [Fri May 8 03:45:09 2026] POST /v2.0/ports => generated 999 bytes in 557 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/253] 199.204.45.113 () {30 vars in 702 bytes} [Fri May 8 03:45:10 2026] GET /v2.0/networks/c927fcde-05d5-4fcc-b16a-b7da0581d339 => generated 705 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/254] 199.204.45.113 () {30 vars in 721 bytes} [Fri May 8 03:45:12 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/255] 199.204.45.113 () {30 vars in 702 bytes} [Fri May 8 03:45:12 2026] GET /v2.0/networks/c927fcde-05d5-4fcc-b16a-b7da0581d339 => 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: 130/260] 199.204.45.113 () {44 vars in 974 bytes} [Fri May 8 03:45:37 2026] GET /v2.0/quotas/98433bfe17ad480c897daa39c01b828f => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/261] 199.204.45.113 () {48 vars in 1026 bytes} [Fri May 8 03:45:38 2026] PUT /v2.0/quotas/98433bfe17ad480c897daa39c01b828f => generated 291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 03:57:11.296 8 INFO neutron.pecan_wsgi.hooks.translation [None req-00b7af79-21f9-4c77-9589-466d87193ac5 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 177/354] 199.204.45.113 () {44 vars in 926 bytes} [Fri May 8 03:57:11 2026] GET /v2.0/networks/public => generated 108 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/355] 199.204.45.113 () {44 vars in 948 bytes} [Fri May 8 03:57:11 2026] GET /v2.0/networks?name=public => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 03:57:12.475 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9131d392-6de5-4754-ad29-d21c3ec324c1 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 178/356] 199.204.45.113 () {44 vars in 926 bytes} [Fri May 8 03:57:12 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: 7|app: 0|req: 179/357] 199.204.45.113 () {44 vars in 948 bytes} [Fri May 8 03:57:12 2026] GET /v2.0/networks?name=public => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 03:57:12.556 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e3b9093e-655c-47a3-b70b-2256ab4f3116 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 179/358] 199.204.45.113 () {44 vars in 1033 bytes} [Fri May 8 03:57:12 2026] GET /v2.0/subnets/public-subnet?network_id=9723d5ed-7048-4e7f-a9c7-8a61b035be4f => generated 113 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/359] 199.204.45.113 () {44 vars in 1056 bytes} [Fri May 8 03:57:12 2026] GET /v2.0/subnets?name=public-subnet&network_id=9723d5ed-7048-4e7f-a9c7-8a61b035be4f => generated 667 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 03:57:42.018 7 INFO neutron.pecan_wsgi.hooks.translation [None req-724eaf9a-3e54-4d0e-bfe0-1c246196c9b8 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 183/364] 199.204.45.113 () {44 vars in 936 bytes} [Fri May 8 03:57:41 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/365] 199.204.45.113 () {44 vars in 958 bytes} [Fri May 8 03:57:42 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 03:57:43.102 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f3504011-00b9-49b3-896e-b790398bc418 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/366] 199.204.45.113 () {44 vars in 936 bytes} [Fri May 8 03:57:43 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/367] 199.204.45.113 () {44 vars in 958 bytes} [Fri May 8 03:57:43 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 03:57:43.173 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8707196d-b485-47ec-9239-755c764b663f fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/368] 199.204.45.113 () {44 vars in 1035 bytes} [Fri May 8 03:57:43 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=bc7ad148-554f-4a44-8016-2d0cc16985c4 => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/369] 199.204.45.113 () {44 vars in 1058 bytes} [Fri May 8 03:57:43 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=bc7ad148-554f-4a44-8016-2d0cc16985c4 => generated 654 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 03:57:44.433 8 INFO neutron.api.v2.resource [None req-115a0c1c-80a4-4495-b14d-bf3ffe372969 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 186/372] 199.204.45.113 () {44 vars in 970 bytes} [Fri May 8 03:57:44 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/373] 199.204.45.113 () {44 vars in 992 bytes} [Fri May 8 03:57:44 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/374] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:57:45 2026] GET /v2.0/security-groups/8e081e4e-1e96-4895-834e-4d06e043b440 => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/375] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:57:45 2026] GET /v2.0/security-groups/8e081e4e-1e96-4895-834e-4d06e043b440 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/376] 199.204.45.113 () {44 vars in 1010 bytes} [Fri May 8 03:57:45 2026] GET /v2.0/security-group-rules/a34eaec8-a51d-4106-9c74-ef000b8b9da5 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/377] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:57:46 2026] GET /v2.0/security-groups/8e081e4e-1e96-4895-834e-4d06e043b440 => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/378] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:57:46 2026] GET /v2.0/security-groups/8e081e4e-1e96-4895-834e-4d06e043b440 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/379] 199.204.45.113 () {44 vars in 1010 bytes} [Fri May 8 03:57:46 2026] GET /v2.0/security-group-rules/4d22a819-d0d7-4436-b436-70b784b9ecfd => generated 603 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/380] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:57:47 2026] GET /v2.0/security-groups/8e081e4e-1e96-4895-834e-4d06e043b440 => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/381] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:57:47 2026] GET /v2.0/security-groups/8e081e4e-1e96-4895-834e-4d06e043b440 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/382] 199.204.45.113 () {44 vars in 1010 bytes} [Fri May 8 03:57:47 2026] GET /v2.0/security-group-rules/75e9a33a-2372-4459-86c4-d3775a7b70b3 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/383] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:57:48 2026] GET /v2.0/security-groups/8e081e4e-1e96-4895-834e-4d06e043b440 => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/384] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:57:48 2026] GET /v2.0/security-groups/8e081e4e-1e96-4895-834e-4d06e043b440 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/385] 199.204.45.113 () {44 vars in 1010 bytes} [Fri May 8 03:57:48 2026] GET /v2.0/security-group-rules/3f920b64-daf8-4f97-a17c-9c3e5b102df0 => generated 603 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/386] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:57:49 2026] GET /v2.0/security-groups/8e081e4e-1e96-4895-834e-4d06e043b440 => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/387] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:57:49 2026] GET /v2.0/security-groups/8e081e4e-1e96-4895-834e-4d06e043b440 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/388] 199.204.45.113 () {44 vars in 1010 bytes} [Fri May 8 03:57:49 2026] GET /v2.0/security-group-rules/f2282e66-8478-47b8-bb96-d4bd0b50b4d7 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/389] 199.204.45.113 () {44 vars in 986 bytes} [Fri May 8 03:57:51 2026] GET /v2.0/networks/bc7ad148-554f-4a44-8016-2d0cc16985c4 => generated 731 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 03:57:51.107 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e5250e6b-e2ea-4f78-b102-2ba4bd9fa41b fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 195/390] 199.204.45.113 () {44 vars in 1075 bytes} [Fri May 8 03:57:51 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=bc7ad148-554f-4a44-8016-2d0cc16985c4 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/391] 199.204.45.113 () {44 vars in 1098 bytes} [Fri May 8 03:57:51 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=bc7ad148-554f-4a44-8016-2d0cc16985c4 => generated 1254 bytes in 42 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.113 () {44 vars in 1000 bytes} [Fri May 8 03:57:51 2026] GET /v2.0/security-groups/8e081e4e-1e96-4895-834e-4d06e043b440 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 03:57:59.668 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9adb2235-35e6-4571-96fd-96f040e721ee fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 198/395] 199.204.45.113 () {44 vars in 978 bytes} [Fri May 8 03:57:59 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/396] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:57:59 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/397] 199.204.45.113 () {44 vars in 919 bytes} [Fri May 8 03:58:01 2026] GET /v2.0/ports => generated 4725 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 03:58:02.405 8 INFO neutron.api.v2.resource [None req-ee40ca00-faec-4de6-9483-572098f8d1fc fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 199/398] 199.204.45.113 () {44 vars in 958 bytes} [Fri May 8 03:58:02 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/399] 199.204.45.113 () {44 vars in 980 bytes} [Fri May 8 03:58:02 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/400] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:58:03 2026] GET /v2.0/security-groups/5524aa0a-6311-47d7-9b4c-0db49f807dc1 => generated 2886 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/401] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:58:03 2026] GET /v2.0/security-groups/5524aa0a-6311-47d7-9b4c-0db49f807dc1 => generated 2886 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/402] 199.204.45.113 () {44 vars in 1010 bytes} [Fri May 8 03:58:03 2026] GET /v2.0/security-group-rules/6dd2499a-72d6-46a6-a7d2-24bcbd33509c => generated 623 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/403] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:58:04 2026] GET /v2.0/security-groups/5524aa0a-6311-47d7-9b4c-0db49f807dc1 => generated 2886 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/404] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:58:04 2026] GET /v2.0/security-groups/5524aa0a-6311-47d7-9b4c-0db49f807dc1 => generated 2886 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/405] 199.204.45.113 () {44 vars in 1010 bytes} [Fri May 8 03:58:04 2026] GET /v2.0/security-group-rules/f20feb5e-203c-419a-b553-a3b36a10a672 => generated 627 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/408] 199.204.45.113 () {44 vars in 974 bytes} [Fri May 8 03:58:16 2026] GET /v2.0/quotas/6661705e31994c3abf278df658dc1ac1 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 03:59:12.430 7 INFO neutron.api.v2.resource [None req-4c7fedc0-ff3e-4a3c-9bef-48f4ac824c55 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 208/415] 199.204.45.113 () {44 vars in 1073 bytes} [Fri May 8 03:59:12 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=98433bfe17ad480c897daa39c01b828f => generated 139 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/416] 199.204.45.113 () {44 vars in 1096 bytes} [Fri May 8 03:59:12 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=98433bfe17ad480c897daa39c01b828f => generated 4072 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/417] 199.204.45.113 () {44 vars in 1087 bytes} [Fri May 8 03:59:13 2026] GET /v2.0/security-groups/8c2a725a-27b8-4a6e-94c6-89bda1990190?project_id=98433bfe17ad480c897daa39c01b828f => generated 4075 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/418] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:59:13 2026] GET /v2.0/security-groups/8c2a725a-27b8-4a6e-94c6-89bda1990190 => 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: 210/419] 199.204.45.113 () {44 vars in 1010 bytes} [Fri May 8 03:59:13 2026] GET /v2.0/security-group-rules/e917ceae-a9dc-4d2b-ac57-8854b88751d7 => generated 597 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/422] 199.204.45.113 () {44 vars in 1087 bytes} [Fri May 8 03:59:14 2026] GET /v2.0/security-groups/8c2a725a-27b8-4a6e-94c6-89bda1990190?project_id=98433bfe17ad480c897daa39c01b828f => generated 4075 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/423] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:59:14 2026] GET /v2.0/security-groups/8c2a725a-27b8-4a6e-94c6-89bda1990190 => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/424] 199.204.45.113 () {44 vars in 1010 bytes} [Fri May 8 03:59:14 2026] GET /v2.0/security-group-rules/2d3d7fbd-b711-446b-b0d1-c725a50125ff => generated 599 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/425] 199.204.45.113 () {44 vars in 1087 bytes} [Fri May 8 03:59:15 2026] GET /v2.0/security-groups/8c2a725a-27b8-4a6e-94c6-89bda1990190?project_id=98433bfe17ad480c897daa39c01b828f => generated 4075 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/426] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:59:15 2026] GET /v2.0/security-groups/8c2a725a-27b8-4a6e-94c6-89bda1990190 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/427] 199.204.45.113 () {44 vars in 1010 bytes} [Fri May 8 03:59:15 2026] GET /v2.0/security-group-rules/882512d6-7930-452b-95b9-0de0c37b0335 => generated 601 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/428] 199.204.45.113 () {44 vars in 1087 bytes} [Fri May 8 03:59:16 2026] GET /v2.0/security-groups/8c2a725a-27b8-4a6e-94c6-89bda1990190?project_id=98433bfe17ad480c897daa39c01b828f => generated 4075 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/429] 199.204.45.113 () {44 vars in 1000 bytes} [Fri May 8 03:59:16 2026] GET /v2.0/security-groups/8c2a725a-27b8-4a6e-94c6-89bda1990190 => generated 4075 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/430] 199.204.45.113 () {44 vars in 1010 bytes} [Fri May 8 03:59:16 2026] GET /v2.0/security-group-rules/dd06054a-b90e-4c7f-85bd-4fd80fe1211e => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/431] 199.204.45.113 () {44 vars in 974 bytes} [Fri May 8 03:59:24 2026] GET /v2.0/quotas/98433bfe17ad480c897daa39c01b828f => generated 291 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/440] 199.204.45.113 () {44 vars in 948 bytes} [Fri May 8 04:00:18 2026] GET /v2.0/networks?name=public => generated 753 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/449] 10.0.0.251 () {32 vars in 648 bytes} [Fri May 8 04:01:21 2026] GET /v2.0/networks => generated 2167 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/450] 10.0.0.251 () {32 vars in 654 bytes} [Fri May 8 04:01:22 2026] GET /v2.0/floatingips => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/451] 10.0.0.251 () {32 vars in 646 bytes} [Fri May 8 04:01:22 2026] GET /v2.0/routers => generated 15 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/452] 10.0.0.251 () {32 vars in 642 bytes} [Fri May 8 04:01:22 2026] GET /v2.0/ports => generated 4725 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/453] 10.0.0.251 () {32 vars in 646 bytes} [Fri May 8 04:01:22 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/454] 10.0.0.251 () {32 vars in 648 bytes} [Fri May 8 04:01:22 2026] GET /v2.0/networks => generated 2167 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/455] 10.0.0.251 () {32 vars in 662 bytes} [Fri May 8 04:01:22 2026] GET /v2.0/security-groups => generated 17401 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/456] 10.0.0.251 () {32 vars in 654 bytes} [Fri May 8 04:01:22 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:01:34.643 7 INFO neutron.db.segments_db [None req-60cf6f7c-23c0-4031-858d-9883c81790d1 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Added segment bbf023ad-5f8f-4362-aa3d-901557a45524 of type vxlan for network 46965ebd-0060-492b-a79d-9fc98c089b4f 2026-05-08 04:01:34.688 8 INFO neutron.db.segments_db [None req-6722303c-f386-4f29-8e47-c3e4632a51b3 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Added segment e0355215-c7c4-48d6-8e50-dc0c9e6a6dfb of type vxlan for network 953fa205-78cd-4aca-91f6-4182f16405d8 [pid: 8|app: 0|req: 229/459] 10.0.0.251 () {34 vars in 670 bytes} [Fri May 8 04:01:34 2026] POST /v2.0/networks => generated 729 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/460] 10.0.0.251 () {34 vars in 670 bytes} [Fri May 8 04:01:34 2026] POST /v2.0/networks => generated 723 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/461] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:01:34 2026] POST /v2.0/subnets => generated 695 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:01:35.042 8 INFO neutron.db.segments_db [None req-b2d40c4c-17be-4fad-a4e0-3ba5e3877849 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Added segment 6c3f5ac7-3c7a-4bb6-95ed-7867df5e8693 of type vxlan for network 001567a6-e3b7-45c2-b97c-e11324faf46d [pid: 7|app: 0|req: 233/462] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:01:34 2026] POST /v2.0/subnets => generated 689 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:01:35.090 7 INFO neutron.db.segments_db [None req-0131e038-c1c0-4096-be74-8e149cdf2289 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Added segment 2c4fa234-87b8-4df5-b5a5-7d70627210de of type vxlan for network 9b2b1999-0e51-4483-88c9-d5feb1fb1f2f [pid: 8|app: 0|req: 230/463] 10.0.0.251 () {34 vars in 670 bytes} [Fri May 8 04:01:34 2026] POST /v2.0/networks => generated 725 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:01:35.172 8 INFO neutron.db.segments_db [None req-d56948a7-67a5-44e6-8684-6545d9285088 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Added segment b6b7c3e8-892a-4aae-8931-f6f80018cd99 of type vxlan for network e4bc19cf-e645-4fd9-be9d-61f54bcadd35 2026-05-08 04:01:35.314 7 INFO neutron.db.l3_hamode_db [None req-0131e038-c1c0-4096-be74-8e149cdf2289 fd7f3a9c48f6482fa51cf0808885f586 bfc12bb2c6794aa682e3130d759a39f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 04:01:35.463 8 INFO neutron.db.l3_hamode_db [None req-d56948a7-67a5-44e6-8684-6545d9285088 fd7f3a9c48f6482fa51cf0808885f586 7c4b255721e9492cb4dcbb198d50e46e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 04:01:36.115 7 INFO neutron.db.l3_hamode_db [None req-0131e038-c1c0-4096-be74-8e149cdf2289 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 04:01:36.240 8 INFO neutron.db.l3_hamode_db [None req-d56948a7-67a5-44e6-8684-6545d9285088 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 234/464] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:01:35 2026] POST /v2.0/routers => generated 735 bytes in 2213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/465] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:01:37 2026] GET /v2.0/security-groups?tenant_id=99ad352c21974e7886629714fb273fef&name=default => generated 2921 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/466] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:01:35 2026] POST /v2.0/routers => generated 729 bytes in 2492 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/467] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:01:37 2026] POST /v2.0/subnets => generated 691 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/468] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:01:37 2026] DELETE /v2.0/security-groups/6443e904-1755-4294-8fb2-716ff998ca5b => 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: 232/469] 10.0.0.251 () {34 vars in 782 bytes} [Fri May 8 04:01:37 2026] PUT /v2.0/routers/1d2cdbdb-85c5-400a-ad5b-b212e5c87daf/add_router_interface => generated 309 bytes in 986 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:01:38.660 8 INFO neutron.db.segments_db [None req-d54677b8-c6b6-4c12-bec9-e9e13e5cdbc2 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Added segment 096bfeb4-c3d4-4ce5-b256-dbeeecb2e887 of type vxlan for network 0150a434-1cd2-4074-8de9-a685d0ba6acf 2026-05-08 04:01:38.874 8 INFO neutron.db.l3_hamode_db [None req-d54677b8-c6b6-4c12-bec9-e9e13e5cdbc2 fd7f3a9c48f6482fa51cf0808885f586 a5537218d84342f6b37641f03e76d037 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 238/470] 10.0.0.251 () {34 vars in 782 bytes} [Fri May 8 04:01:37 2026] PUT /v2.0/routers/3d1b00a6-07ea-458e-9da3-e080d13301ac/add_router_interface => generated 309 bytes in 1105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:01:39.562 8 INFO neutron.db.l3_hamode_db [None req-d54677b8-c6b6-4c12-bec9-e9e13e5cdbc2 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 239/471] 10.0.0.205 () {38 vars in 970 bytes} [Fri May 8 04:01:39 2026] POST /v2.0/security-groups => generated 1683 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/472] 10.0.0.251 () {34 vars in 684 bytes} [Fri May 8 04:01:39 2026] POST /v2.0/security-groups => generated 1660 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 04:01:40.269 7 INFO neutron.db.segments_db [None req-a66b4910-57a7-40ef-a215-26f1512f2dc2 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Added segment b7a718d9-18c4-4467-aaf5-738ba692e79f of type vxlan for network 9e1ff6b0-e522-4721-9156-df5ad4fc53ac [pid: 7|app: 0|req: 241/473] 10.0.0.251 () {34 vars in 670 bytes} [Fri May 8 04:01:39 2026] POST /v2.0/networks => generated 731 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/474] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:01:40 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: 233/475] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:01:38 2026] POST /v2.0/routers => generated 731 bytes in 1915 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/476] 10.0.0.205 () {34 vars in 990 bytes} [Fri May 8 04:01:40 2026] GET /v2.0/security-groups/c5daa090-68db-4b9b-9398-eacd3b3559d1 => generated 1683 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/477] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:01:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/478] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:01:40 2026] POST /v2.0/subnets => generated 697 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/479] 10.0.0.205 () {38 vars in 980 bytes} [Fri May 8 04:01:40 2026] POST /v2.0/security-group-rules => generated 614 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/480] 10.0.0.251 () {34 vars in 675 bytes} [Fri May 8 04:01:40 2026] POST /v2.0/floatingips => generated 552 bytes in 518 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:01:41.439 8 INFO neutron.db.segments_db [None req-61ab1c2e-2b6e-47c6-a8f3-ce0628fc0729 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Added segment 3b6aec93-03b2-4461-b05c-21529764f0f7 of type vxlan for network 9011eae7-704f-4bbc-bd86-01682b7de068 [pid: 7|app: 0|req: 245/481] 10.0.0.251 () {34 vars in 782 bytes} [Fri May 8 04:01:40 2026] PUT /v2.0/routers/fe9f2acb-4a03-4515-b2c5-407207626b82/add_router_interface => generated 309 bytes in 946 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:01:41.649 8 INFO neutron.db.l3_hamode_db [None req-61ab1c2e-2b6e-47c6-a8f3-ce0628fc0729 fd7f3a9c48f6482fa51cf0808885f586 6ecf62fffb8743788f8d1e46b6cf4f83 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 246/482] 10.0.0.205 () {38 vars in 970 bytes} [Fri May 8 04:01:41 2026] POST /v2.0/security-groups => generated 1686 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/483] 10.0.0.205 () {34 vars in 990 bytes} [Fri May 8 04:01:41 2026] GET /v2.0/security-groups/f463727d-6092-4534-98db-fd26e4f6f46b => generated 1686 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/484] 10.0.0.205 () {38 vars in 980 bytes} [Fri May 8 04:01:41 2026] POST /v2.0/security-group-rules => generated 614 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/485] 10.0.0.205 () {34 vars in 1099 bytes} [Fri May 8 04:01:41 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1862697887&fields=id&tenant_id=7c4b255721e9492cb4dcbb198d50e46e => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/486] 10.0.0.205 () {34 vars in 990 bytes} [Fri May 8 04:01:41 2026] GET /v2.0/security-groups/f463727d-6092-4534-98db-fd26e4f6f46b => generated 2311 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/487] 10.0.0.205 () {34 vars in 981 bytes} [Fri May 8 04:01:42 2026] GET /v2.0/networks?id=46965ebd-0060-492b-a79d-9fc98c089b4f => generated 674 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/488] 10.0.0.205 () {38 vars in 980 bytes} [Fri May 8 04:01:42 2026] POST /v2.0/security-group-rules => generated 619 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/489] 10.0.0.205 () {34 vars in 964 bytes} [Fri May 8 04:01:42 2026] GET /v2.0/quotas/7c4b255721e9492cb4dcbb198d50e46e => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/490] 10.0.0.205 () {34 vars in 1001 bytes} [Fri May 8 04:01:42 2026] GET /v2.0/ports?tenant_id=7c4b255721e9492cb4dcbb198d50e46e&fields=id => generated 57 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:01:42.403 8 INFO neutron.db.l3_hamode_db [None req-61ab1c2e-2b6e-47c6-a8f3-ce0628fc0729 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 255/491] 10.0.0.251 () {34 vars in 684 bytes} [Fri May 8 04:01:42 2026] POST /v2.0/security-groups => generated 1660 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/492] 10.0.0.205 () {34 vars in 990 bytes} [Fri May 8 04:01:42 2026] GET /v2.0/security-groups/f463727d-6092-4534-98db-fd26e4f6f46b => generated 2941 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/493] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:01:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/494] 10.0.0.205 () {34 vars in 1000 bytes} [Fri May 8 04:01:42 2026] GET /v2.0/security-group-rules/ac9fbc43-527b-48cc-9f44-df86f365fd6e => generated 616 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/495] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:01:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/496] 10.0.0.205 () {34 vars in 990 bytes} [Fri May 8 04:01:42 2026] GET /v2.0/security-groups/f463727d-6092-4534-98db-fd26e4f6f46b => generated 2941 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/497] 10.0.0.205 () {34 vars in 906 bytes} [Fri May 8 04:01:42 2026] GET /v2.0/extensions => generated 21537 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/498] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:01:41 2026] POST /v2.0/routers => generated 737 bytes in 1863 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/499] 10.0.0.205 () {36 vars in 1022 bytes} [Fri May 8 04:01:43 2026] DELETE /v2.0/security-group-rules/ac9fbc43-527b-48cc-9f44-df86f365fd6e => 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: 239/500] 10.0.0.205 () {34 vars in 1007 bytes} [Fri May 8 04:01:43 2026] GET /v2.0/networks/46965ebd-0060-492b-a79d-9fc98c089b4f?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: 262/501] 10.0.0.251 () {34 vars in 675 bytes} [Fri May 8 04:01:42 2026] POST /v2.0/floatingips => generated 552 bytes in 565 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/502] 10.0.0.205 () {34 vars in 990 bytes} [Fri May 8 04:01:43 2026] GET /v2.0/security-groups/f463727d-6092-4534-98db-fd26e4f6f46b => generated 2311 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/503] 10.0.0.205 () {34 vars in 1107 bytes} [Fri May 8 04:01:43 2026] GET /v2.0/networks/46965ebd-0060-492b-a79d-9fc98c089b4f?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: 265/504] 10.0.0.205 () {36 vars in 1012 bytes} [Fri May 8 04:01:43 2026] DELETE /v2.0/security-groups/f463727d-6092-4534-98db-fd26e4f6f46b => 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: 266/505] 10.0.0.205 () {34 vars in 990 bytes} [Fri May 8 04:01:43 2026] GET /v2.0/security-groups/c5daa090-68db-4b9b-9398-eacd3b3559d1 => generated 2308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/506] 10.0.0.205 () {36 vars in 1012 bytes} [Fri May 8 04:01:43 2026] DELETE /v2.0/security-groups/c5daa090-68db-4b9b-9398-eacd3b3559d1 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/507] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:43 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:01:44.732 7 INFO neutron_taas.services.taas.taas_plugin [None req-d3a91f80-1afc-46f3-88e9-684a0a30e6bb fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: 698665a6-329b-4dce-ab31-1b058b872b20 2026-05-08 04:01:44.741 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3a91f80-1afc-46f3-88e9-684a0a30e6bb fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: 698665a6-329b-4dce-ab31-1b058b872b20 [pid: 8|app: 0|req: 240/510] 10.0.0.251 () {34 vars in 782 bytes} [Fri May 8 04:01:43 2026] PUT /v2.0/routers/75a09272-9455-4e14-a6d1-fddfd302adb1/add_router_interface => generated 309 bytes in 1709 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/511] 10.0.0.205 () {34 vars in 1099 bytes} [Fri May 8 04:01:45 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1034101832&fields=id&tenant_id=a5537218d84342f6b37641f03e76d037 => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/512] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:45 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/513] 10.0.0.205 () {34 vars in 981 bytes} [Fri May 8 04:01:45 2026] GET /v2.0/networks?id=001567a6-e3b7-45c2-b97c-e11324faf46d => generated 676 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/514] 10.0.0.205 () {34 vars in 964 bytes} [Fri May 8 04:01:45 2026] GET /v2.0/quotas/a5537218d84342f6b37641f03e76d037 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/515] 10.0.0.205 () {34 vars in 1001 bytes} [Fri May 8 04:01:45 2026] GET /v2.0/ports?tenant_id=a5537218d84342f6b37641f03e76d037&fields=id => generated 57 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/516] 10.0.0.251 () {34 vars in 788 bytes} [Fri May 8 04:01:43 2026] PUT /v2.0/routers/1d2cdbdb-85c5-400a-ad5b-b212e5c87daf/remove_router_interface => generated 309 bytes in 1590 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:01:45.616 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd7419ce-f16b-4c43-bc77-c035ab0a449f fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: e2f0ef38-d5bc-4bf2-a23d-73fc1563dd29 2026-05-08 04:01:45.625 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd7419ce-f16b-4c43-bc77-c035ab0a449f fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: e2f0ef38-d5bc-4bf2-a23d-73fc1563dd29 [pid: 7|app: 0|req: 272/517] 10.0.0.251 () {34 vars in 684 bytes} [Fri May 8 04:01:45 2026] POST /v2.0/security-groups => generated 1659 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/518] 10.0.0.205 () {34 vars in 906 bytes} [Fri May 8 04:01:45 2026] GET /v2.0/extensions => generated 21537 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/519] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:01:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/520] 10.0.0.205 () {34 vars in 1007 bytes} [Fri May 8 04:01:45 2026] GET /v2.0/networks/001567a6-e3b7-45c2-b97c-e11324faf46d?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:01:45.937 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd7419ce-f16b-4c43-bc77-c035ab0a449f fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: 832a4536-2baf-480a-970d-67a648875930 2026-05-08 04:01:45.941 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd7419ce-f16b-4c43-bc77-c035ab0a449f fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: 832a4536-2baf-480a-970d-67a648875930 [pid: 7|app: 0|req: 276/521] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:01:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:01:46.017 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-fd7419ce-f16b-4c43-bc77-c035ab0a449f fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - 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: 7|app: 0|req: 277/522] 10.0.0.205 () {34 vars in 1107 bytes} [Fri May 8 04:01:46 2026] GET /v2.0/networks/001567a6-e3b7-45c2-b97c-e11324faf46d?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-08 04:01:46.393 8 INFO neutron.db.l3_hamode_db [None req-fd7419ce-f16b-4c43-bc77-c035ab0a449f fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] HA network 9b2b1999-0e51-4483-88c9-d5feb1fb1f2f was deleted as no HA routers are present in tenant bfc12bb2c6794aa682e3130d759a39f8. [pid: 8|app: 0|req: 246/523] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:01:45 2026] DELETE /v2.0/routers/1d2cdbdb-85c5-400a-ad5b-b212e5c87daf => generated 0 bytes in 1013 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/524] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:46 2026] GET /v2.0/ports?device_id=f0243873-4e7e-4d1f-9224-91f9703c4ad0 => 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: 248/525] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:46 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => 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: 278/526] 10.0.0.251 () {34 vars in 675 bytes} [Fri May 8 04:01:46 2026] POST /v2.0/floatingips => generated 552 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/527] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:01:46 2026] DELETE /v2.0/subnets/30312fa4-ae30-4df3-976b-51e0cfa8f1ed => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:01:46.732 8 INFO neutron.services.segments.plugin [-] Segment 2c4fa234-87b8-4df5-b5a5-7d70627210de resource provider aggregate not found 2026-05-08 04:01:46.735 8 INFO neutron.services.segments.plugin [-] Segment 2c4fa234-87b8-4df5-b5a5-7d70627210de resource provider aggregate not found 2026-05-08 04:01:46.749 8 INFO neutron.services.segments.plugin [-] Segment 2c4fa234-87b8-4df5-b5a5-7d70627210de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c4fa234-87b8-4df5-b5a5-7d70627210de found for delete ", "request_id": "req-461bddcf-84b1-4b53-987e-4b70352b3864"}]} 2026-05-08 04:01:46.755 8 INFO neutron.services.segments.plugin [-] Segment 2c4fa234-87b8-4df5-b5a5-7d70627210de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c4fa234-87b8-4df5-b5a5-7d70627210de found for delete ", "request_id": "req-88318710-8c74-4ed6-9c57-822419220020"}]} 2026-05-08 04:01:46.761 7 INFO neutron_taas.services.taas.taas_plugin [None req-c822730d-0230-4c5d-b19e-e178d1350683 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: 96efd565-8380-4093-a15d-9f283b8a845a 2026-05-08 04:01:46.764 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c822730d-0230-4c5d-b19e-e178d1350683 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: 96efd565-8380-4093-a15d-9f283b8a845a [pid: 8|app: 0|req: 250/528] 10.0.0.205 () {34 vars in 1095 bytes} [Fri May 8 04:01:46 2026] GET /v2.0/security-groups?name=tempest-securitygroup--49000802&fields=id&tenant_id=6ecf62fffb8743788f8d1e46b6cf4f83 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/529] 10.0.0.205 () {34 vars in 981 bytes} [Fri May 8 04:01:46 2026] GET /v2.0/networks?id=9e1ff6b0-e522-4721-9156-df5ad4fc53ac => generated 682 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/530] 10.0.0.205 () {34 vars in 964 bytes} [Fri May 8 04:01:46 2026] GET /v2.0/quotas/6ecf62fffb8743788f8d1e46b6cf4f83 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/531] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:01:46 2026] DELETE /v2.0/networks/953fa205-78cd-4aca-91f6-4182f16405d8 => generated 0 bytes in 353 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/532] 10.0.0.205 () {34 vars in 1001 bytes} [Fri May 8 04:01:46 2026] GET /v2.0/ports?tenant_id=6ecf62fffb8743788f8d1e46b6cf4f83&fields=id => generated 57 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/533] 10.0.0.205 () {34 vars in 1007 bytes} [Fri May 8 04:01:47 2026] GET /v2.0/networks/9e1ff6b0-e522-4721-9156-df5ad4fc53ac?fields=segments => generated 14 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/534] 10.0.0.205 () {34 vars in 1107 bytes} [Fri May 8 04:01:47 2026] GET /v2.0/networks/9e1ff6b0-e522-4721-9156-df5ad4fc53ac?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: 281/535] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:01:47 2026] GET /v2.0/security-groups?tenant_id=bfc12bb2c6794aa682e3130d759a39f8&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/536] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:47 2026] GET /v2.0/ports?device_id=579138ae-9f06-48ee-8957-a213ab388671 => 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: 255/537] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:01:47 2026] DELETE /v2.0/security-groups/bd54430b-0498-404d-a77b-64cb15478bba => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:01:47.492 7 INFO neutron.services.segments.plugin [-] Segment e0355215-c7c4-48d6-8e50-dc0c9e6a6dfb resource provider aggregate not found [pid: 7|app: 0|req: 283/538] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:47 2026] GET /v2.0/ports?device_id=f0243873-4e7e-4d1f-9224-91f9703c4ad0 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:01:47.544 7 INFO neutron.services.segments.plugin [-] Segment e0355215-c7c4-48d6-8e50-dc0c9e6a6dfb resource provider aggregate not found 2026-05-08 04:01:47.551 7 INFO neutron.services.segments.plugin [-] Segment e0355215-c7c4-48d6-8e50-dc0c9e6a6dfb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0355215-c7c4-48d6-8e50-dc0c9e6a6dfb found for delete ", "request_id": "req-6d528f5d-9571-44ee-9682-1ff7e9526acc"}]} 2026-05-08 04:01:47.566 7 INFO neutron.services.segments.plugin [-] Segment e0355215-c7c4-48d6-8e50-dc0c9e6a6dfb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0355215-c7c4-48d6-8e50-dc0c9e6a6dfb found for delete ", "request_id": "req-82a41342-aaee-4316-a1d0-6857fba17ca1"}]} [pid: 8|app: 0|req: 256/539] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:47 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/540] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:48 2026] GET /v2.0/ports?device_id=579138ae-9f06-48ee-8957-a213ab388671 => 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: 285/541] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:48 2026] GET /v2.0/ports?device_id=f0243873-4e7e-4d1f-9224-91f9703c4ad0 => 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: 286/542] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:48 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/543] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:01:48 2026] GET /v2.0/networks?id=46965ebd-0060-492b-a79d-9fc98c089b4f => generated 674 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/544] 199.204.45.113 () {34 vars in 910 bytes} [Fri May 8 04:01:48 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/545] 199.204.45.113 () {34 vars in 1049 bytes} [Fri May 8 04:01:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7c4b255721e9492cb4dcbb198d50e46e => generated 181 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/546] 199.204.45.113 () {38 vars in 954 bytes} [Fri May 8 04:01:48 2026] POST /v2.0/ports => generated 954 bytes in 519 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: 289/547] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:49 2026] GET /v2.0/ports?device_id=579138ae-9f06-48ee-8957-a213ab388671 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:01:49.618 8 INFO neutron.db.segments_db [None req-247b29c4-3c71-4f13-ab86-55429af9e8e0 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Added segment 62754420-d32b-4991-a317-d626415ab7ea of type vxlan for network 466f3851-99d2-4f65-b65d-2be5bfa6dfe5 [pid: 8|app: 0|req: 259/548] 10.0.0.251 () {34 vars in 670 bytes} [Fri May 8 04:01:49 2026] POST /v2.0/networks => generated 725 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/549] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:49 2026] GET /v2.0/ports?device_id=f0243873-4e7e-4d1f-9224-91f9703c4ad0 => 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: 261/550] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:49 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => generated 957 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/551] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:01:49 2026] POST /v2.0/subnets => generated 692 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/552] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:01:49 2026] GET /v2.0/security-groups?id=a4efc3b3-d095-4fce-870c-84111b15c32f&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:01:50.016 7 INFO neutron.db.segments_db [None req-0da106a7-b470-4ff7-92aa-4d1c6497da0f fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Added segment 34bc970b-1e46-4847-9425-8185378436b7 of type vxlan for network 10ed8896-55b2-4102-b080-617caa4042a4 2026-05-08 04:01:50.269 7 INFO neutron.db.l3_hamode_db [None req-0da106a7-b470-4ff7-92aa-4d1c6497da0f fd7f3a9c48f6482fa51cf0808885f586 fdba522e32af4818acd4ddb0103268f4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 262/553] 199.204.45.113 () {38 vars in 1027 bytes} [Fri May 8 04:01:49 2026] PUT /v2.0/ports/b57cd68f-83bd-4fd8-9744-c967b40999a1 => generated 1235 bytes in 506 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: 263/554] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:50 2026] GET /v2.0/ports?device_id=579138ae-9f06-48ee-8957-a213ab388671 => 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: 264/555] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:01:50 2026] GET /v2.0/networks?id=001567a6-e3b7-45c2-b97c-e11324faf46d => generated 676 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/556] 199.204.45.113 () {34 vars in 1049 bytes} [Fri May 8 04:01:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a5537218d84342f6b37641f03e76d037 => generated 181 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:01:50.930 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9d149281-6890-468d-99a3-d4a357d13fc5'] response: {'name': 'network-changed', 'server_uuid': 'c7a4ef94-7a0b-4e37-8e1c-63f385ff043b', 'tag': 'b57cd68f-83bd-4fd8-9744-c967b40999a1', 'status': 'completed', 'code': 200} 2026-05-08 04:01:51.154 7 INFO neutron.db.l3_hamode_db [None req-0da106a7-b470-4ff7-92aa-4d1c6497da0f fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 266/557] 199.204.45.113 () {38 vars in 954 bytes} [Fri May 8 04:01:50 2026] POST /v2.0/ports => generated 954 bytes in 436 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: 267/558] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:51 2026] GET /v2.0/ports?device_id=f0243873-4e7e-4d1f-9224-91f9703c4ad0 => generated 957 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/559] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:51 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => 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: 269/560] 199.204.45.113 () {38 vars in 1027 bytes} [Fri May 8 04:01:51 2026] PUT /v2.0/ports/09296459-9b4d-4829-b631-4b02b33647e1 => generated 1235 bytes in 452 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: 270/561] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:01:51 2026] GET /v2.0/security-groups?id=53502c80-cd1e-4798-8b4a-5c449502599f&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: 8|app: 0|req: 271/562] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:01:51 2026] GET /v2.0/security-groups?id=a4efc3b3-d095-4fce-870c-84111b15c32f&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: 272/563] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:01:51 2026] GET /v2.0/ports?tenant_id=7c4b255721e9492cb4dcbb198d50e46e&device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => generated 1238 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/564] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:51 2026] GET /v2.0/ports?device_id=579138ae-9f06-48ee-8957-a213ab388671 => 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: 274/565] 199.204.45.113 () {34 vars in 1057 bytes} [Fri May 8 04:01:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=b57cd68f-83bd-4fd8-9744-c967b40999a1 => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/566] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:01:49 2026] POST /v2.0/routers => generated 732 bytes in 2068 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/567] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:01:52 2026] GET /v2.0/subnets?id=9241eaf8-b888-4781-876c-6a19688efe05 => generated 692 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/568] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:01:52 2026] GET /v2.0/ports?network_id=46965ebd-0060-492b-a79d-9fc98c089b4f&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/569] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:01:52 2026] GET /v2.0/networks/46965ebd-0060-492b-a79d-9fc98c089b4f?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: 296/570] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:01:52 2026] GET /v2.0/networks/46965ebd-0060-492b-a79d-9fc98c089b4f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/571] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:01:52 2026] GET /v2.0/ports?tenant_id=a5537218d84342f6b37641f03e76d037&device_id=f0243873-4e7e-4d1f-9224-91f9703c4ad0 => generated 1238 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/572] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:01:52 2026] GET /v2.0/networks?id=9e1ff6b0-e522-4721-9156-df5ad4fc53ac => generated 682 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/573] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:52 2026] GET /v2.0/ports?device_id=f0243873-4e7e-4d1f-9224-91f9703c4ad0 => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/574] 199.204.45.113 () {34 vars in 1057 bytes} [Fri May 8 04:01:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=09296459-9b4d-4829-b631-4b02b33647e1 => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/575] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:53 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/576] 199.204.45.113 () {34 vars in 1049 bytes} [Fri May 8 04:01:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6ecf62fffb8743788f8d1e46b6cf4f83 => generated 179 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/577] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:01:53 2026] GET /v2.0/security-groups?id=53502c80-cd1e-4798-8b4a-5c449502599f&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: 275/578] 10.0.0.251 () {34 vars in 782 bytes} [Fri May 8 04:01:52 2026] PUT /v2.0/routers/3f4085eb-d3a4-4cee-834c-1e6a8a18be51/add_router_interface => generated 309 bytes in 1202 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/579] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:01:53 2026] GET /v2.0/subnets?id=4b53e5d6-c2d3-457e-a9fb-89ffa639f5ed => generated 694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/580] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:01:53 2026] GET /v2.0/security-groups?id=a4efc3b3-d095-4fce-870c-84111b15c32f&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: 277/581] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:01:53 2026] GET /v2.0/ports?tenant_id=7c4b255721e9492cb4dcbb198d50e46e&device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:01:53.334 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8413b98d-0436-4aad-9610-30fa17b7d7ce'] response: {'name': 'network-changed', 'server_uuid': 'f0243873-4e7e-4d1f-9224-91f9703c4ad0', 'tag': '09296459-9b4d-4829-b631-4b02b33647e1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 278/582] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:01:53 2026] GET /v2.0/ports?network_id=001567a6-e3b7-45c2-b97c-e11324faf46d&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: 8|app: 0|req: 279/583] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:01:53 2026] GET /v2.0/networks?id=46965ebd-0060-492b-a79d-9fc98c089b4f => generated 770 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/584] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:53 2026] GET /v2.0/ports?device_id=579138ae-9f06-48ee-8957-a213ab388671 => 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: 281/585] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:01:53 2026] GET /v2.0/networks/001567a6-e3b7-45c2-b97c-e11324faf46d?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: 282/586] 199.204.45.113 () {34 vars in 1057 bytes} [Fri May 8 04:01:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=b57cd68f-83bd-4fd8-9744-c967b40999a1 => 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: 283/587] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:01:53 2026] GET /v2.0/networks/001567a6-e3b7-45c2-b97c-e11324faf46d?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: 284/588] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:01:53 2026] GET /v2.0/subnets?id=9241eaf8-b888-4781-876c-6a19688efe05 => generated 692 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/589] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:01:53 2026] GET /v2.0/ports?network_id=46965ebd-0060-492b-a79d-9fc98c089b4f&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: 286/590] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:01:53 2026] GET /v2.0/networks/46965ebd-0060-492b-a79d-9fc98c089b4f?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: 305/591] 199.204.45.113 () {38 vars in 954 bytes} [Fri May 8 04:01:53 2026] POST /v2.0/ports => generated 958 bytes in 445 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: 287/592] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:01:53 2026] GET /v2.0/networks/46965ebd-0060-492b-a79d-9fc98c089b4f?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: 288/593] 10.0.0.205 () {38 vars in 970 bytes} [Fri May 8 04:01:53 2026] POST /v2.0/security-groups => generated 1681 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/594] 10.0.0.205 () {38 vars in 970 bytes} [Fri May 8 04:01:53 2026] POST /v2.0/security-groups => generated 1682 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/595] 199.204.45.113 () {38 vars in 1027 bytes} [Fri May 8 04:01:53 2026] PUT /v2.0/ports/6b2e2bad-976c-4625-9d5d-274d50b15d33 => generated 1239 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/596] 10.0.0.205 () {38 vars in 970 bytes} [Fri May 8 04:01:54 2026] POST /v2.0/security-groups => generated 1681 bytes in 151 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: 307/597] 10.0.0.205 () {34 vars in 1001 bytes} [Fri May 8 04:01:54 2026] GET /v2.0/security-groups?tenant_id=fdba522e32af4818acd4ddb0103268f4 => generated 7909 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/598] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:54 2026] GET /v2.0/ports?device_id=f0243873-4e7e-4d1f-9224-91f9703c4ad0 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/599] 10.0.0.205 () {34 vars in 990 bytes} [Fri May 8 04:01:54 2026] GET /v2.0/security-groups/ee1e0bbf-ea75-40a2-a976-f08ca7c4c6d3 => generated 2922 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/600] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:01:54 2026] GET /v2.0/security-groups?id=53502c80-cd1e-4798-8b4a-5c449502599f&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: 309/601] 10.0.0.205 () {34 vars in 990 bytes} [Fri May 8 04:01:54 2026] GET /v2.0/security-groups/ee1e0bbf-ea75-40a2-a976-f08ca7c4c6d3 => generated 2922 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/602] 10.0.0.205 () {34 vars in 990 bytes} [Fri May 8 04:01:54 2026] GET /v2.0/security-groups/83d3f1f4-86b2-414b-b34e-ac5b33856f51 => generated 1681 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/603] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:54 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => 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: 294/604] 10.0.0.205 () {36 vars in 1012 bytes} [Fri May 8 04:01:54 2026] DELETE /v2.0/security-groups/83d3f1f4-86b2-414b-b34e-ac5b33856f51 => 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: 311/605] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:01:54 2026] GET /v2.0/security-groups?id=a4efc3b3-d095-4fce-870c-84111b15c32f&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/606] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:01:54 2026] GET /v2.0/ports?tenant_id=a5537218d84342f6b37641f03e76d037&device_id=f0243873-4e7e-4d1f-9224-91f9703c4ad0 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/607] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:01:54 2026] GET /v2.0/networks?id=001567a6-e3b7-45c2-b97c-e11324faf46d => generated 772 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/608] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:54 2026] GET /v2.0/ports?device_id=579138ae-9f06-48ee-8957-a213ab388671 => generated 973 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/609] 199.204.45.113 () {34 vars in 1057 bytes} [Fri May 8 04:01:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=09296459-9b4d-4829-b631-4b02b33647e1 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:01:54.692 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-79226d62-d269-4bc1-86c8-f84dade8b3ae'] response: {'name': 'network-changed', 'server_uuid': '579138ae-9f06-48ee-8957-a213ab388671', 'tag': '6b2e2bad-976c-4625-9d5d-274d50b15d33', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 297/610] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:01:54 2026] GET /v2.0/security-groups?id=c0c420fc-cc2b-43e1-80b5-4dee80f229fe&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:01:54.730 8 INFO neutron.api.v2.resource [req-76ffa91c-e1bc-454d-b70c-986fea1ada35 req-4bea8a88-eaff-4016-a6a6-6d274b879f15 9094c2bb8dda4279ad76a36e218244b7 fdba522e32af4818acd4ddb0103268f4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 298/611] 10.0.0.205 () {34 vars in 990 bytes} [Fri May 8 04:01:54 2026] GET /v2.0/security-groups/83d3f1f4-86b2-414b-b34e-ac5b33856f51 => 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: 314/612] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:01:54 2026] GET /v2.0/subnets?id=4b53e5d6-c2d3-457e-a9fb-89ffa639f5ed => generated 694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/613] 10.0.0.205 () {34 vars in 990 bytes} [Fri May 8 04:01:54 2026] GET /v2.0/security-groups/15f8d6fb-9e0a-4931-a483-7e67665d9312 => generated 1682 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/614] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:01:54 2026] GET /v2.0/ports?network_id=001567a6-e3b7-45c2-b97c-e11324faf46d&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: 300/615] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:01:54 2026] GET /v2.0/networks/001567a6-e3b7-45c2-b97c-e11324faf46d?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/616] 10.0.0.205 () {36 vars in 1012 bytes} [Fri May 8 04:01:54 2026] DELETE /v2.0/security-groups/15f8d6fb-9e0a-4931-a483-7e67665d9312 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/617] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:01:54 2026] GET /v2.0/networks/001567a6-e3b7-45c2-b97c-e11324faf46d?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) 2026-05-08 04:01:54.919 7 INFO neutron.api.v2.resource [req-873ac2a4-0299-40f7-b6e1-3154dfdd2501 req-3dac8b2a-e17a-46aa-b93b-d4fe3ad1203a 9094c2bb8dda4279ad76a36e218244b7 fdba522e32af4818acd4ddb0103268f4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 317/618] 10.0.0.205 () {34 vars in 990 bytes} [Fri May 8 04:01:54 2026] GET /v2.0/security-groups/15f8d6fb-9e0a-4931-a483-7e67665d9312 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/619] 10.0.0.205 () {34 vars in 990 bytes} [Fri May 8 04:01:54 2026] GET /v2.0/security-groups/872f7018-589b-4e3d-946e-98b0cac37702 => generated 1681 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/620] 10.0.0.205 () {36 vars in 1012 bytes} [Fri May 8 04:01:54 2026] DELETE /v2.0/security-groups/872f7018-589b-4e3d-946e-98b0cac37702 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:01:55.103 8 INFO neutron.api.v2.resource [req-f3ee2106-64f5-4d88-b5f4-243417d198ae req-bd395e31-8c0a-4910-82b4-0b9325152963 9094c2bb8dda4279ad76a36e218244b7 fdba522e32af4818acd4ddb0103268f4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 303/621] 10.0.0.205 () {34 vars in 990 bytes} [Fri May 8 04:01:55 2026] GET /v2.0/security-groups/872f7018-589b-4e3d-946e-98b0cac37702 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/622] 10.0.0.205 () {34 vars in 1001 bytes} [Fri May 8 04:01:55 2026] GET /v2.0/security-groups?tenant_id=fdba522e32af4818acd4ddb0103268f4 => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/623] 10.0.0.205 () {34 vars in 990 bytes} [Fri May 8 04:01:55 2026] GET /v2.0/security-groups/ee1e0bbf-ea75-40a2-a976-f08ca7c4c6d3 => generated 2922 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/624] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:01:55 2026] GET /v2.0/ports?tenant_id=6ecf62fffb8743788f8d1e46b6cf4f83&device_id=579138ae-9f06-48ee-8957-a213ab388671 => generated 1242 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/625] 10.0.0.205 () {34 vars in 990 bytes} [Fri May 8 04:01:55 2026] GET /v2.0/security-groups/ee1e0bbf-ea75-40a2-a976-f08ca7c4c6d3 => generated 2922 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/626] 199.204.45.113 () {34 vars in 1017 bytes} [Fri May 8 04:01:55 2026] GET /v2.0/networks?tenant_id=6ecf62fffb8743788f8d1e46b6cf4f83&shared=False => generated 778 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:01:55.328 8 INFO neutron.api.v2.resource [req-e0ee8895-5ec3-4f49-9ae8-b3aa4ba69956 req-fcf3c733-b60c-43a4-a254-0bee7a60291f 9094c2bb8dda4279ad76a36e218244b7 fdba522e32af4818acd4ddb0103268f4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 306/627] 10.0.0.205 () {34 vars in 990 bytes} [Fri May 8 04:01:55 2026] GET /v2.0/security-groups/872f7018-589b-4e3d-946e-98b0cac37702 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:01:55.377 8 INFO neutron.api.v2.resource [req-07dc3835-5fce-4f8d-bb32-d4cf600434ac req-614a8d06-1460-4d15-9a9d-7ff83d52cb61 9094c2bb8dda4279ad76a36e218244b7 fdba522e32af4818acd4ddb0103268f4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 307/628] 10.0.0.205 () {34 vars in 990 bytes} [Fri May 8 04:01:55 2026] GET /v2.0/security-groups/15f8d6fb-9e0a-4931-a483-7e67665d9312 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/629] 199.204.45.113 () {34 vars in 929 bytes} [Fri May 8 04:01:55 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:01:55.420 8 INFO neutron.api.v2.resource [req-4e5d612b-c4a5-4aaa-aec2-714a7c963135 req-dd3b694e-ad97-4fef-8fd8-d1e4c4d0e007 9094c2bb8dda4279ad76a36e218244b7 fdba522e32af4818acd4ddb0103268f4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 308/630] 10.0.0.205 () {34 vars in 990 bytes} [Fri May 8 04:01:55 2026] GET /v2.0/security-groups/83d3f1f4-86b2-414b-b34e-ac5b33856f51 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/631] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:55 2026] GET /v2.0/ports?device_id=f0243873-4e7e-4d1f-9224-91f9703c4ad0 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/632] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:01:55 2026] GET /v2.0/security-groups?id=53502c80-cd1e-4798-8b4a-5c449502599f&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: 311/633] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:55 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => 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: 312/634] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:01:55 2026] GET /v2.0/security-groups?id=a4efc3b3-d095-4fce-870c-84111b15c32f&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-08 04:01:55.796 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2845995-69ec-472a-8b0a-fc8ebbef8a32 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: 847a1f6e-fda8-4545-8577-761d28a47185 2026-05-08 04:01:55.799 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2845995-69ec-472a-8b0a-fc8ebbef8a32 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: 847a1f6e-fda8-4545-8577-761d28a47185 [pid: 8|app: 0|req: 313/635] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:55 2026] GET /v2.0/ports?device_id=579138ae-9f06-48ee-8957-a213ab388671 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/636] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:01:55 2026] GET /v2.0/security-groups?id=c0c420fc-cc2b-43e1-80b5-4dee80f229fe&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/637] 10.0.0.251 () {34 vars in 788 bytes} [Fri May 8 04:01:55 2026] PUT /v2.0/routers/3f4085eb-d3a4-4cee-834c-1e6a8a18be51/remove_router_interface => generated 309 bytes in 862 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/638] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:01:56 2026] GET /v2.0/ports?tenant_id=6ecf62fffb8743788f8d1e46b6cf4f83&device_id=579138ae-9f06-48ee-8957-a213ab388671 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/639] 199.204.45.113 () {34 vars in 1059 bytes} [Fri May 8 04:01:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=6b2e2bad-976c-4625-9d5d-274d50b15d33 => 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: 326/640] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:01:56 2026] GET /v2.0/subnets?id=cef33701-c7c0-434d-86c1-8ac2bc3e4742 => generated 700 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:01:56.508 8 INFO neutron_taas.services.taas.taas_plugin [None req-a249dcf3-1464-439d-a993-fbb8b3c5dffa fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: 08ef6e71-b77d-4336-93d5-f9211e7f6b19 2026-05-08 04:01:56.514 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a249dcf3-1464-439d-a993-fbb8b3c5dffa fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: 08ef6e71-b77d-4336-93d5-f9211e7f6b19 [pid: 7|app: 0|req: 327/641] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:01:56 2026] GET /v2.0/ports?network_id=9e1ff6b0-e522-4721-9156-df5ad4fc53ac&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: 328/642] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:01:56 2026] GET /v2.0/networks/9e1ff6b0-e522-4721-9156-df5ad4fc53ac?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: 329/643] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:01:56 2026] GET /v2.0/networks/9e1ff6b0-e522-4721-9156-df5ad4fc53ac?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: 330/644] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:56 2026] GET /v2.0/ports?device_id=f0243873-4e7e-4d1f-9224-91f9703c4ad0 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/645] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:01:56 2026] GET /v2.0/security-groups?id=53502c80-cd1e-4798-8b4a-5c449502599f&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-08 04:01:56.783 8 INFO neutron_taas.services.taas.taas_plugin [None req-a249dcf3-1464-439d-a993-fbb8b3c5dffa fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: ac3ae49a-18ce-4146-9084-2fa8cee59572 2026-05-08 04:01:56.786 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a249dcf3-1464-439d-a993-fbb8b3c5dffa fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: ac3ae49a-18ce-4146-9084-2fa8cee59572 [pid: 7|app: 0|req: 332/646] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:56 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => 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: 333/647] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:01:56 2026] GET /v2.0/security-groups?id=a4efc3b3-d095-4fce-870c-84111b15c32f&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: 334/648] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:56 2026] GET /v2.0/ports?device_id=579138ae-9f06-48ee-8957-a213ab388671 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/649] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:01:57 2026] GET /v2.0/security-groups?id=c0c420fc-cc2b-43e1-80b5-4dee80f229fe&fields=id&fields=name => generated 112 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:01:57.181 8 INFO neutron.services.segments.plugin [-] Segment 34bc970b-1e46-4847-9425-8185378436b7 resource provider aggregate not found 2026-05-08 04:01:57.191 8 INFO neutron.services.segments.plugin [-] Segment 34bc970b-1e46-4847-9425-8185378436b7 resource provider aggregate not found 2026-05-08 04:01:57.207 8 INFO neutron.services.segments.plugin [-] Segment 34bc970b-1e46-4847-9425-8185378436b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34bc970b-1e46-4847-9425-8185378436b7 found for delete ", "request_id": "req-1cf8e073-8a4d-4977-ba4e-9c60a45de73f"}]} 2026-05-08 04:01:57.212 8 INFO neutron.services.segments.plugin [-] Segment 34bc970b-1e46-4847-9425-8185378436b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34bc970b-1e46-4847-9425-8185378436b7 found for delete ", "request_id": "req-f923563e-4b37-425b-821a-6397792eef5a"}]} 2026-05-08 04:01:57.226 8 INFO neutron.db.l3_hamode_db [None req-a249dcf3-1464-439d-a993-fbb8b3c5dffa fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] HA network 10ed8896-55b2-4102-b080-617caa4042a4 was deleted as no HA routers are present in tenant fdba522e32af4818acd4ddb0103268f4. [pid: 8|app: 0|req: 315/650] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:01:56 2026] DELETE /v2.0/routers/3f4085eb-d3a4-4cee-834c-1e6a8a18be51 => generated 0 bytes in 935 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/651] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:01:57 2026] DELETE /v2.0/subnets/26fc73aa-c7a8-484d-a212-a77265533619 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/652] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:01:57 2026] DELETE /v2.0/networks/466f3851-99d2-4f65-b65d-2be5bfa6dfe5 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/653] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:01:57 2026] GET /v2.0/security-groups?tenant_id=fdba522e32af4818acd4ddb0103268f4&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/654] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:01:57 2026] DELETE /v2.0/security-groups/ee1e0bbf-ea75-40a2-a976-f08ca7c4c6d3 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/655] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:57 2026] GET /v2.0/ports?device_id=f0243873-4e7e-4d1f-9224-91f9703c4ad0 => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/656] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:01:57 2026] GET /v2.0/security-groups?id=53502c80-cd1e-4798-8b4a-5c449502599f&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: 339/657] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:58 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/658] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:01:58 2026] GET /v2.0/security-groups?id=a4efc3b3-d095-4fce-870c-84111b15c32f&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: 7|app: 0|req: 340/659] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:58 2026] GET /v2.0/ports?device_id=579138ae-9f06-48ee-8957-a213ab388671 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/660] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:01:58 2026] GET /v2.0/security-groups?id=c0c420fc-cc2b-43e1-80b5-4dee80f229fe&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/663] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:58 2026] GET /v2.0/ports?device_id=f0243873-4e7e-4d1f-9224-91f9703c4ad0 => generated 969 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/664] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:01:59 2026] GET /v2.0/security-groups?id=53502c80-cd1e-4798-8b4a-5c449502599f&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: 323/665] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:59 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:01:59.234 8 INFO neutron.services.segments.plugin [-] Segment 62754420-d32b-4991-a317-d626415ab7ea resource provider aggregate not found 2026-05-08 04:01:59.247 8 INFO neutron.services.segments.plugin [-] Segment 62754420-d32b-4991-a317-d626415ab7ea resource provider aggregate not found 2026-05-08 04:01:59.254 8 INFO neutron.services.segments.plugin [-] Segment 62754420-d32b-4991-a317-d626415ab7ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62754420-d32b-4991-a317-d626415ab7ea found for delete ", "request_id": "req-6b869450-12a1-4635-9be6-4c272e8ee5c1"}]} [pid: 7|app: 0|req: 343/666] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:01:59 2026] GET /v2.0/security-groups?id=a4efc3b3-d095-4fce-870c-84111b15c32f&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-08 04:01:59.281 8 INFO neutron.services.segments.plugin [-] Segment 62754420-d32b-4991-a317-d626415ab7ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62754420-d32b-4991-a317-d626415ab7ea found for delete ", "request_id": "req-245779d6-3667-4201-a680-902fcbe95844"}]} [pid: 8|app: 0|req: 324/667] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:01:59 2026] GET /v2.0/ports?device_id=579138ae-9f06-48ee-8957-a213ab388671 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/668] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:01:59 2026] GET /v2.0/security-groups?id=c0c420fc-cc2b-43e1-80b5-4dee80f229fe&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:02:00.048 8 INFO neutron.db.segments_db [None req-3a79a93e-9f81-466e-98bf-7578d6b5136a fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Added segment ff515a02-d09e-4adf-a198-e24eb0ff8a93 of type vxlan for network 910dd92b-6ab7-47e5-b648-9883cd8bd3f6 [pid: 8|app: 0|req: 325/669] 10.0.0.251 () {34 vars in 670 bytes} [Fri May 8 04:01:59 2026] POST /v2.0/networks => generated 728 bytes in 450 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/670] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:00 2026] GET /v2.0/ports?device_id=f0243873-4e7e-4d1f-9224-91f9703c4ad0 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/671] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:00 2026] GET /v2.0/security-groups?id=53502c80-cd1e-4798-8b4a-5c449502599f&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: 345/672] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:02:00 2026] POST /v2.0/subnets => generated 694 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/673] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:00 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:02:00.415 7 INFO neutron.db.segments_db [None req-4219f7db-8f74-4d6c-9c27-5bbbcb5dc0b6 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Added segment cddd2a2f-0c14-488e-9de2-c48b81f157c2 of type vxlan for network c9f3748f-4881-4e88-a66c-f8e90ef19c6a [pid: 8|app: 0|req: 329/674] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:00 2026] GET /v2.0/security-groups?id=a4efc3b3-d095-4fce-870c-84111b15c32f&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: 330/675] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:00 2026] GET /v2.0/ports?device_id=579138ae-9f06-48ee-8957-a213ab388671 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/676] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:00 2026] GET /v2.0/security-groups?id=c0c420fc-cc2b-43e1-80b5-4dee80f229fe&fields=id&fields=name => generated 112 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:02:00.693 7 INFO neutron.db.l3_hamode_db [None req-4219f7db-8f74-4d6c-9c27-5bbbcb5dc0b6 fd7f3a9c48f6482fa51cf0808885f586 f8c73cf3423c4f5f88c903a1d401eb31 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 332/677] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:01 2026] GET /v2.0/ports?device_id=f0243873-4e7e-4d1f-9224-91f9703c4ad0 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/678] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:01 2026] GET /v2.0/security-groups?id=53502c80-cd1e-4798-8b4a-5c449502599f&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: 334/679] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:01 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/680] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:01 2026] GET /v2.0/security-groups?id=a4efc3b3-d095-4fce-870c-84111b15c32f&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: 336/681] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:01 2026] GET /v2.0/ports?device_id=579138ae-9f06-48ee-8957-a213ab388671 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/682] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:01 2026] GET /v2.0/security-groups?id=c0c420fc-cc2b-43e1-80b5-4dee80f229fe&fields=id&fields=name => generated 112 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:02:01.947 7 INFO neutron.db.l3_hamode_db [None req-4219f7db-8f74-4d6c-9c27-5bbbcb5dc0b6 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 338/683] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:02 2026] GET /v2.0/ports?device_id=f0243873-4e7e-4d1f-9224-91f9703c4ad0 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/684] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:02 2026] GET /v2.0/security-groups?id=53502c80-cd1e-4798-8b4a-5c449502599f&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/685] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:02 2026] GET /v2.0/ports?device_id=f0243873-4e7e-4d1f-9224-91f9703c4ad0 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/686] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:02 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => 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: 346/687] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:02:00 2026] POST /v2.0/routers => generated 734 bytes in 2493 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/688] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:02 2026] GET /v2.0/security-groups?id=a4efc3b3-d095-4fce-870c-84111b15c32f&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: 348/689] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:02 2026] GET /v2.0/ports?device_id=579138ae-9f06-48ee-8957-a213ab388671 => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:02:03.884 8 INFO neutron.db.l3_db [None req-d1f4c8f9-936b-4c20-a904-15b4ef6ea083 5a2ca4c0d170494c90624bbcf183142a a5537218d84342f6b37641f03e76d037 - - default default] Floating IP 699e733c-ebfd-4f4b-9825-49a5aa5e1603 associated. External IP: 10.96.250.219, port: 09296459-9b4d-4829-b631-4b02b33647e1. [pid: 7|app: 0|req: 349/690] 10.0.0.251 () {34 vars in 782 bytes} [Fri May 8 04:02:02 2026] PUT /v2.0/routers/d45c10e8-c76a-46d1-b1c6-c32a3a7a0c2c/add_router_interface => generated 309 bytes in 1177 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/691] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:04 2026] GET /v2.0/security-groups?id=c0c420fc-cc2b-43e1-80b5-4dee80f229fe&fields=id&fields=name => generated 112 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/692] 10.0.0.251 () {34 vars in 748 bytes} [Fri May 8 04:02:02 2026] PUT /v2.0/floatingips/699e733c-ebfd-4f4b-9825-49a5aa5e1603 => generated 855 bytes in 1383 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/693] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:04 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:02:04.277 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e08322f6-a076-4d92-8e26-9b40a90400fd'] response: {'name': 'network-changed', 'server_uuid': 'f0243873-4e7e-4d1f-9224-91f9703c4ad0', 'tag': '09296459-9b4d-4829-b631-4b02b33647e1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 343/694] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:04 2026] GET /v2.0/security-groups?id=a4efc3b3-d095-4fce-870c-84111b15c32f&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: 352/695] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:04 2026] GET /v2.0/ports?device_id=f0243873-4e7e-4d1f-9224-91f9703c4ad0 => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/696] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:04 2026] GET /v2.0/security-groups?id=53502c80-cd1e-4798-8b4a-5c449502599f&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: 345/697] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:02:04 2026] GET /v2.0/ports?tenant_id=a5537218d84342f6b37641f03e76d037&device_id=f0243873-4e7e-4d1f-9224-91f9703c4ad0 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/698] 10.0.0.251 () {34 vars in 684 bytes} [Fri May 8 04:02:04 2026] POST /v2.0/security-groups => generated 1659 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/699] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:02:04 2026] GET /v2.0/networks?id=001567a6-e3b7-45c2-b97c-e11324faf46d => generated 772 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/700] 199.204.45.113 () {34 vars in 1057 bytes} [Fri May 8 04:02:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=09296459-9b4d-4829-b631-4b02b33647e1 => generated 858 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/701] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:04 2026] GET /v2.0/ports?device_id=f0243873-4e7e-4d1f-9224-91f9703c4ad0 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/702] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:02:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/703] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:02:04 2026] GET /v2.0/subnets?id=4b53e5d6-c2d3-457e-a9fb-89ffa639f5ed => generated 694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/704] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:05 2026] GET /v2.0/security-groups?id=53502c80-cd1e-4798-8b4a-5c449502599f&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/705] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:02:05 2026] GET /v2.0/ports?network_id=001567a6-e3b7-45c2-b97c-e11324faf46d&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: 350/706] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:02:05 2026] POST /v2.0/security-group-rules => generated 602 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/707] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:02:05 2026] GET /v2.0/networks/001567a6-e3b7-45c2-b97c-e11324faf46d?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/708] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:02:05 2026] GET /v2.0/networks/001567a6-e3b7-45c2-b97c-e11324faf46d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/709] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:05 2026] GET /v2.0/ports?device_id=579138ae-9f06-48ee-8957-a213ab388671 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/710] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:05 2026] GET /v2.0/security-groups?id=c0c420fc-cc2b-43e1-80b5-4dee80f229fe&fields=id&fields=name => generated 112 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/711] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:05 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/712] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:05 2026] GET /v2.0/security-groups?id=a4efc3b3-d095-4fce-870c-84111b15c32f&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: 363/713] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:05 2026] GET /v2.0/ports?device_id=579138ae-9f06-48ee-8957-a213ab388671 => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/714] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:05 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => 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: 351/715] 10.0.0.251 () {34 vars in 675 bytes} [Fri May 8 04:02:05 2026] POST /v2.0/floatingips => generated 552 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:02:06.066 7 INFO neutron.db.l3_db [None req-b981c6a3-b2c9-4f57-a133-bac349fea065 8b535807a64a45229237f10d7c50bc1d 6ecf62fffb8743788f8d1e46b6cf4f83 - - default default] Floating IP c80ab192-9a20-417a-81ea-148bed71d46e associated. External IP: 10.96.250.210, port: 6b2e2bad-976c-4625-9d5d-274d50b15d33. 2026-05-08 04:02:06.076 8 INFO neutron.db.l3_db [None req-633caf03-291d-4cd5-afb9-bf999255a99a 4fd09accb57e456397f940bf5c44f84f 7c4b255721e9492cb4dcbb198d50e46e - - default default] Floating IP e81f7883-2ddb-4879-b687-c34a683a5a48 associated. External IP: 10.96.250.213, port: b57cd68f-83bd-4fd8-9744-c967b40999a1. [pid: 7|app: 0|req: 365/716] 10.0.0.251 () {34 vars in 748 bytes} [Fri May 8 04:02:05 2026] PUT /v2.0/floatingips/c80ab192-9a20-417a-81ea-148bed71d46e => generated 856 bytes in 779 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/717] 10.0.0.251 () {34 vars in 748 bytes} [Fri May 8 04:02:05 2026] PUT /v2.0/floatingips/e81f7883-2ddb-4879-b687-c34a683a5a48 => generated 855 bytes in 706 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/718] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:06 2026] GET /v2.0/ports?device_id=f0243873-4e7e-4d1f-9224-91f9703c4ad0 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/719] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:06 2026] GET /v2.0/security-groups?id=53502c80-cd1e-4798-8b4a-5c449502599f&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: 367/720] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:06 2026] GET /v2.0/ports?device_id=579138ae-9f06-48ee-8957-a213ab388671 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/721] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:06 2026] GET /v2.0/security-groups?id=c0c420fc-cc2b-43e1-80b5-4dee80f229fe&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:02:06.526 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8cee383e-0064-4b95-83b8-1b7885bb567a'] response: {'name': 'network-changed', 'server_uuid': '579138ae-9f06-48ee-8957-a213ab388671', 'tag': '6b2e2bad-976c-4625-9d5d-274d50b15d33', 'status': 'completed', 'code': 200} 2026-05-08 04:02:06.557 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fbc749b7-3b05-47e7-8635-fd4455147a02'] response: {'name': 'network-changed', 'server_uuid': 'c7a4ef94-7a0b-4e37-8e1c-63f385ff043b', 'tag': 'b57cd68f-83bd-4fd8-9744-c967b40999a1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 368/722] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:02:07 2026] GET /v2.0/ports?tenant_id=6ecf62fffb8743788f8d1e46b6cf4f83&device_id=579138ae-9f06-48ee-8957-a213ab388671 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/723] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:02:07 2026] GET /v2.0/ports?tenant_id=7c4b255721e9492cb4dcbb198d50e46e&device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => generated 1240 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/724] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:02:07 2026] GET /v2.0/networks?id=9e1ff6b0-e522-4721-9156-df5ad4fc53ac => generated 778 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/725] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:02:07 2026] GET /v2.0/networks?id=46965ebd-0060-492b-a79d-9fc98c089b4f => generated 770 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/726] 199.204.45.113 () {34 vars in 1059 bytes} [Fri May 8 04:02:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=6b2e2bad-976c-4625-9d5d-274d50b15d33 => generated 859 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/727] 199.204.45.113 () {34 vars in 1057 bytes} [Fri May 8 04:02:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=b57cd68f-83bd-4fd8-9744-c967b40999a1 => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/728] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:02:07 2026] GET /v2.0/subnets?id=cef33701-c7c0-434d-86c1-8ac2bc3e4742 => generated 700 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/729] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:02:07 2026] GET /v2.0/subnets?id=9241eaf8-b888-4781-876c-6a19688efe05 => generated 692 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/730] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:02:07 2026] GET /v2.0/ports?network_id=9e1ff6b0-e522-4721-9156-df5ad4fc53ac&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/731] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:02:07 2026] GET /v2.0/ports?network_id=46965ebd-0060-492b-a79d-9fc98c089b4f&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/732] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:02:07 2026] GET /v2.0/networks/9e1ff6b0-e522-4721-9156-df5ad4fc53ac?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/733] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:02:07 2026] GET /v2.0/networks/46965ebd-0060-492b-a79d-9fc98c089b4f?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/734] 199.204.45.113 () {34 vars in 993 bytes} [Fri May 8 04:02:07 2026] GET /v2.0/ports?device_id=f0243873-4e7e-4d1f-9224-91f9703c4ad0 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/735] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:02:07 2026] GET /v2.0/networks/9e1ff6b0-e522-4721-9156-df5ad4fc53ac?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: 375/736] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:02:07 2026] GET /v2.0/networks/46965ebd-0060-492b-a79d-9fc98c089b4f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:02:07.556 8 INFO neutron_taas.services.taas.taas_plugin [req-3426a0e2-e6a6-4817-8762-f7ca6c17cbfa req-628b9bed-5b49-43b8-a0cb-974263d8a58c 5a2ca4c0d170494c90624bbcf183142a a5537218d84342f6b37641f03e76d037 - - default default] TaaS: Handle Delete Port: 09296459-9b4d-4829-b631-4b02b33647e1 2026-05-08 04:02:07.562 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3426a0e2-e6a6-4817-8762-f7ca6c17cbfa req-628b9bed-5b49-43b8-a0cb-974263d8a58c 5a2ca4c0d170494c90624bbcf183142a a5537218d84342f6b37641f03e76d037 - - default default] Tap Mirror: Handle Delete Port: 09296459-9b4d-4829-b631-4b02b33647e1 [pid: 7|app: 0|req: 376/737] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:07 2026] GET /v2.0/ports?device_id=f0243873-4e7e-4d1f-9224-91f9703c4ad0 => 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: 377/738] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:07 2026] GET /v2.0/security-groups?id=53502c80-cd1e-4798-8b4a-5c449502599f&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:02:07.721 8 INFO neutron.db.l3_db [req-3426a0e2-e6a6-4817-8762-f7ca6c17cbfa req-628b9bed-5b49-43b8-a0cb-974263d8a58c 5a2ca4c0d170494c90624bbcf183142a a5537218d84342f6b37641f03e76d037 - - default default] Floating IP 699e733c-ebfd-4f4b-9825-49a5aa5e1603 disassociated. External IP: 10.96.250.219, port: 09296459-9b4d-4829-b631-4b02b33647e1. [pid: 8|app: 0|req: 362/739] 199.204.45.113 () {36 vars in 996 bytes} [Fri May 8 04:02:07 2026] DELETE /v2.0/ports/09296459-9b4d-4829-b631-4b02b33647e1 => generated 0 bytes in 686 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:02:08.603 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea41fa1f-4ed4-469a-b5f9-2b598fbddb41'] response: {'server_uuid': 'f0243873-4e7e-4d1f-9224-91f9703c4ad0', 'name': 'network-vif-deleted', 'tag': '09296459-9b4d-4829-b631-4b02b33647e1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 378/740] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:08 2026] GET /v2.0/ports?device_id=f0243873-4e7e-4d1f-9224-91f9703c4ad0 => 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: 363/741] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:09 2026] GET /v2.0/ports?device_id=f0243873-4e7e-4d1f-9224-91f9703c4ad0 => 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: 379/742] 10.0.0.205 () {34 vars in 1099 bytes} [Fri May 8 04:02:10 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1722778827&fields=id&tenant_id=f8c73cf3423c4f5f88c903a1d401eb31 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/743] 10.0.0.205 () {34 vars in 981 bytes} [Fri May 8 04:02:10 2026] GET /v2.0/networks?id=910dd92b-6ab7-47e5-b648-9883cd8bd3f6 => generated 679 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/744] 10.0.0.205 () {34 vars in 964 bytes} [Fri May 8 04:02:10 2026] GET /v2.0/quotas/f8c73cf3423c4f5f88c903a1d401eb31 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/745] 10.0.0.205 () {34 vars in 1001 bytes} [Fri May 8 04:02:10 2026] GET /v2.0/ports?tenant_id=f8c73cf3423c4f5f88c903a1d401eb31&fields=id => generated 57 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/746] 10.0.0.205 () {34 vars in 1007 bytes} [Fri May 8 04:02:10 2026] GET /v2.0/networks/910dd92b-6ab7-47e5-b648-9883cd8bd3f6?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: 366/747] 10.0.0.205 () {34 vars in 1107 bytes} [Fri May 8 04:02:10 2026] GET /v2.0/networks/910dd92b-6ab7-47e5-b648-9883cd8bd3f6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/748] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:10 2026] GET /v2.0/ports?device_id=f0243873-4e7e-4d1f-9224-91f9703c4ad0 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/749] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:11 2026] GET /v2.0/ports?device_id=b15ef133-00ca-40fc-aa34-68b0f34bf9bc => 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: 383/750] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:02:12 2026] DELETE /v2.0/security-groups/53502c80-cd1e-4798-8b4a-5c449502599f => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:02:12.209 7 INFO neutron.api.v2.resource [None req-cb92e3c4-3346-4b61-a41d-b45c6698b56a 5a2ca4c0d170494c90624bbcf183142a a5537218d84342f6b37641f03e76d037 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 368/751] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:12 2026] GET /v2.0/ports?device_id=b15ef133-00ca-40fc-aa34-68b0f34bf9bc => 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: 384/752] 10.0.0.251 () {32 vars in 736 bytes} [Fri May 8 04:02:12 2026] GET /v2.0/security-groups/53502c80-cd1e-4798-8b4a-5c449502599f => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:02:12.331 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b296235-c002-411d-94f7-73fffb395c25 5a2ca4c0d170494c90624bbcf183142a a5537218d84342f6b37641f03e76d037 - - default default] TaaS: Handle Delete Port: 6b56d52c-a72c-4def-9f1e-84ac4efd8194 2026-05-08 04:02:12.334 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b296235-c002-411d-94f7-73fffb395c25 5a2ca4c0d170494c90624bbcf183142a a5537218d84342f6b37641f03e76d037 - - default default] Tap Mirror: Handle Delete Port: 6b56d52c-a72c-4def-9f1e-84ac4efd8194 [pid: 8|app: 0|req: 369/753] 10.0.0.251 () {32 vars in 731 bytes} [Fri May 8 04:02:12 2026] DELETE /v2.0/floatingips/699e733c-ebfd-4f4b-9825-49a5aa5e1603 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:02:12.877 7 INFO neutron_taas.services.taas.taas_plugin [None req-be204304-881a-443d-be48-2a5faae27e0f fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: cb5c62f6-2dd4-4b90-ab6c-d6e45d8fa565 2026-05-08 04:02:12.883 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be204304-881a-443d-be48-2a5faae27e0f fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: cb5c62f6-2dd4-4b90-ab6c-d6e45d8fa565 [pid: 8|app: 0|req: 370/754] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:13 2026] GET /v2.0/ports?device_id=b15ef133-00ca-40fc-aa34-68b0f34bf9bc => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/755] 10.0.0.251 () {34 vars in 788 bytes} [Fri May 8 04:02:12 2026] PUT /v2.0/routers/fe9f2acb-4a03-4515-b2c5-407207626b82/remove_router_interface => generated 309 bytes in 869 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:02:13.590 8 INFO neutron_taas.services.taas.taas_plugin [None req-8b526d3f-bd79-4546-8e8b-dc47e95e877c fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: 55721f8f-c94a-458f-b0a7-a1b1903e9348 2026-05-08 04:02:13.592 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b526d3f-bd79-4546-8e8b-dc47e95e877c fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: 55721f8f-c94a-458f-b0a7-a1b1903e9348 2026-05-08 04:02:13.785 8 INFO neutron_taas.services.taas.taas_plugin [None req-8b526d3f-bd79-4546-8e8b-dc47e95e877c fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: 65b82015-9cba-4837-aced-c03780087b0d 2026-05-08 04:02:13.787 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b526d3f-bd79-4546-8e8b-dc47e95e877c fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: 65b82015-9cba-4837-aced-c03780087b0d 2026-05-08 04:02:14.074 8 INFO neutron.services.segments.plugin [-] Segment 096bfeb4-c3d4-4ce5-b256-dbeeecb2e887 resource provider aggregate not found 2026-05-08 04:02:14.081 8 INFO neutron.services.segments.plugin [-] Segment 096bfeb4-c3d4-4ce5-b256-dbeeecb2e887 resource provider aggregate not found 2026-05-08 04:02:14.094 8 INFO neutron.db.l3_hamode_db [None req-8b526d3f-bd79-4546-8e8b-dc47e95e877c fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] HA network 0150a434-1cd2-4074-8de9-a685d0ba6acf was deleted as no HA routers are present in tenant a5537218d84342f6b37641f03e76d037. 2026-05-08 04:02:14.095 8 INFO neutron.services.segments.plugin [-] Segment 096bfeb4-c3d4-4ce5-b256-dbeeecb2e887 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 096bfeb4-c3d4-4ce5-b256-dbeeecb2e887 found for delete ", "request_id": "req-91076dd2-3627-491e-85ae-2f14f8a8bfbf"}]} 2026-05-08 04:02:14.102 8 INFO neutron.services.segments.plugin [-] Segment 096bfeb4-c3d4-4ce5-b256-dbeeecb2e887 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 096bfeb4-c3d4-4ce5-b256-dbeeecb2e887 found for delete ", "request_id": "req-b0728480-da24-424d-bcac-ea87b2ca650e"}]} [pid: 8|app: 0|req: 371/758] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:02:13 2026] DELETE /v2.0/routers/fe9f2acb-4a03-4515-b2c5-407207626b82 => generated 0 bytes in 710 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/759] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:02:14 2026] DELETE /v2.0/subnets/4b53e5d6-c2d3-457e-a9fb-89ffa639f5ed => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:02:14.427 8 INFO neutron_taas.services.taas.taas_plugin [None req-35f5b01d-eb31-4b67-93da-e21e7b865882 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: a4be0128-d897-45a1-b4a3-29f89117d6a1 2026-05-08 04:02:14.433 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35f5b01d-eb31-4b67-93da-e21e7b865882 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: a4be0128-d897-45a1-b4a3-29f89117d6a1 [pid: 7|app: 0|req: 389/760] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:14 2026] GET /v2.0/ports?device_id=b15ef133-00ca-40fc-aa34-68b0f34bf9bc => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/761] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:02:14 2026] DELETE /v2.0/networks/001567a6-e3b7-45c2-b97c-e11324faf46d => generated 0 bytes in 403 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/762] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:02:14 2026] GET /v2.0/security-groups?tenant_id=a5537218d84342f6b37641f03e76d037&name=default => generated 2921 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/763] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:02:14 2026] DELETE /v2.0/security-groups/caa04d47-394b-4009-96d2-79c63b1b551a => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/764] 10.0.0.198 () {34 vars in 989 bytes} [Fri May 8 04:02:14 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => generated 1240 bytes in 537 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/765] 10.0.0.198 () {34 vars in 1039 bytes} [Fri May 8 04:02:15 2026] GET /v2.0/security-groups?id=a4efc3b3-d095-4fce-870c-84111b15c32f&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: 7|app: 0|req: 391/766] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:02:15 2026] GET /v2.0/networks?id=910dd92b-6ab7-47e5-b648-9883cd8bd3f6 => generated 679 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/767] 199.204.45.113 () {34 vars in 1049 bytes} [Fri May 8 04:02:15 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f8c73cf3423c4f5f88c903a1d401eb31 => generated 181 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/768] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:15 2026] GET /v2.0/ports?device_id=b15ef133-00ca-40fc-aa34-68b0f34bf9bc => 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: 377/769] 199.204.45.113 () {38 vars in 954 bytes} [Fri May 8 04:02:15 2026] POST /v2.0/ports => generated 954 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 378/770] 10.0.0.198 () {34 vars in 989 bytes} [Fri May 8 04:02:16 2026] GET /v2.0/ports?device_id=579138ae-9f06-48ee-8957-a213ab388671 => generated 1244 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:02:16.137 8 INFO neutron.services.segments.plugin [-] Segment 6c3f5ac7-3c7a-4bb6-95ed-7867df5e8693 resource provider aggregate not found 2026-05-08 04:02:16.141 8 INFO neutron.services.segments.plugin [-] Segment 6c3f5ac7-3c7a-4bb6-95ed-7867df5e8693 resource provider aggregate not found 2026-05-08 04:02:16.159 8 INFO neutron.services.segments.plugin [-] Segment 6c3f5ac7-3c7a-4bb6-95ed-7867df5e8693 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c3f5ac7-3c7a-4bb6-95ed-7867df5e8693 found for delete ", "request_id": "req-63dbfcb3-eb54-4ace-8eaa-c80831bc9e55"}]} 2026-05-08 04:02:16.163 8 INFO neutron.services.segments.plugin [-] Segment 6c3f5ac7-3c7a-4bb6-95ed-7867df5e8693 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c3f5ac7-3c7a-4bb6-95ed-7867df5e8693 found for delete ", "request_id": "req-bda67f68-3173-48f1-adb4-00f57ad87fe2"}]} [pid: 8|app: 0|req: 379/771] 10.0.0.198 () {34 vars in 1039 bytes} [Fri May 8 04:02:16 2026] GET /v2.0/security-groups?id=c0c420fc-cc2b-43e1-80b5-4dee80f229fe&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/772] 199.204.45.113 () {38 vars in 1027 bytes} [Fri May 8 04:02:15 2026] PUT /v2.0/ports/a2051a4b-05d4-40ca-b6d7-8d92f3aea1c5 => generated 1235 bytes in 431 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:02:16.422 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee64348b-ec89-4b81-b649-b22fa6ceba68'] response: {'name': 'network-changed', 'server_uuid': 'b15ef133-00ca-40fc-aa34-68b0f34bf9bc', 'tag': 'a2051a4b-05d4-40ca-b6d7-8d92f3aea1c5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 380/773] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:16 2026] GET /v2.0/ports?device_id=b15ef133-00ca-40fc-aa34-68b0f34bf9bc => generated 969 bytes in 47 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: 394/774] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:16 2026] GET /v2.0/security-groups?id=d3495a73-60a7-4e19-b733-9f79d1eee9b3&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: 395/775] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:02:16 2026] GET /v2.0/ports?tenant_id=f8c73cf3423c4f5f88c903a1d401eb31&device_id=b15ef133-00ca-40fc-aa34-68b0f34bf9bc => 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: 396/776] 199.204.45.113 () {34 vars in 1017 bytes} [Fri May 8 04:02:16 2026] GET /v2.0/networks?tenant_id=f8c73cf3423c4f5f88c903a1d401eb31&shared=False => generated 775 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/777] 199.204.45.113 () {34 vars in 929 bytes} [Fri May 8 04:02:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:02:17.274 8 INFO neutron.db.segments_db [None req-e0f2d093-d650-4f79-a974-dd078a59590d fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Added segment edcaed91-8768-4108-872e-843f07692ade of type vxlan for network 0400e811-ad14-4ae2-b99e-92b2bf205a71 [pid: 8|app: 0|req: 381/778] 10.0.0.251 () {34 vars in 670 bytes} [Fri May 8 04:02:16 2026] POST /v2.0/networks => generated 726 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/779] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:02:17 2026] POST /v2.0/subnets => generated 692 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:02:17.612 8 INFO neutron.db.segments_db [None req-25c8ff19-465a-48f6-92f0-b59425bf40d4 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Added segment d06c14bd-3980-4796-b4f9-8d15f3d8c5f2 of type vxlan for network 966ebf58-cb0c-4de9-91eb-fafb9d037f8d [pid: 7|app: 0|req: 399/780] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:17 2026] GET /v2.0/ports?device_id=b15ef133-00ca-40fc-aa34-68b0f34bf9bc => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:02:17.856 8 INFO neutron.db.l3_hamode_db [None req-25c8ff19-465a-48f6-92f0-b59425bf40d4 fd7f3a9c48f6482fa51cf0808885f586 daefff77fa64461b9f5d4248cd03ea38 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 400/781] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:17 2026] GET /v2.0/security-groups?id=d3495a73-60a7-4e19-b733-9f79d1eee9b3&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: 401/782] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:02:18 2026] GET /v2.0/ports?tenant_id=f8c73cf3423c4f5f88c903a1d401eb31&device_id=b15ef133-00ca-40fc-aa34-68b0f34bf9bc => 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: 402/783] 199.204.45.113 () {34 vars in 1057 bytes} [Fri May 8 04:02:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=a2051a4b-05d4-40ca-b6d7-8d92f3aea1c5 => 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: 403/784] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:02:18 2026] GET /v2.0/subnets?id=41926753-745a-4031-9ef3-1b0f46a484fe => generated 697 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/785] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:02:18 2026] GET /v2.0/ports?network_id=910dd92b-6ab7-47e5-b648-9883cd8bd3f6&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/786] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:02:18 2026] GET /v2.0/networks/910dd92b-6ab7-47e5-b648-9883cd8bd3f6?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: 406/787] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:02:18 2026] GET /v2.0/networks/910dd92b-6ab7-47e5-b648-9883cd8bd3f6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:02:18.699 8 INFO neutron.db.l3_hamode_db [None req-25c8ff19-465a-48f6-92f0-b59425bf40d4 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 407/788] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:18 2026] GET /v2.0/ports?device_id=b15ef133-00ca-40fc-aa34-68b0f34bf9bc => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/789] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:19 2026] GET /v2.0/security-groups?id=d3495a73-60a7-4e19-b733-9f79d1eee9b3&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: 8|app: 0|req: 382/790] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:02:17 2026] POST /v2.0/routers => generated 732 bytes in 2191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/791] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:20 2026] GET /v2.0/ports?device_id=b15ef133-00ca-40fc-aa34-68b0f34bf9bc => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/792] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:20 2026] GET /v2.0/security-groups?id=d3495a73-60a7-4e19-b733-9f79d1eee9b3&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/793] 10.0.0.251 () {34 vars in 782 bytes} [Fri May 8 04:02:19 2026] PUT /v2.0/routers/a587525f-0b2b-46bc-a53d-f01631167be3/add_router_interface => generated 309 bytes in 1192 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/794] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:21 2026] GET /v2.0/ports?device_id=b15ef133-00ca-40fc-aa34-68b0f34bf9bc => generated 969 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/795] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:21 2026] GET /v2.0/security-groups?id=d3495a73-60a7-4e19-b733-9f79d1eee9b3&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/796] 10.0.0.205 () {34 vars in 981 bytes} [Fri May 8 04:02:21 2026] GET /v2.0/networks?id=0400e811-ad14-4ae2-b99e-92b2bf205a71 => generated 677 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/797] 10.0.0.205 () {34 vars in 964 bytes} [Fri May 8 04:02:21 2026] GET /v2.0/quotas/daefff77fa64461b9f5d4248cd03ea38 => 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: 387/798] 10.0.0.205 () {34 vars in 1001 bytes} [Fri May 8 04:02:22 2026] GET /v2.0/ports?tenant_id=daefff77fa64461b9f5d4248cd03ea38&fields=id => generated 103 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/799] 10.0.0.205 () {34 vars in 1007 bytes} [Fri May 8 04:02:22 2026] GET /v2.0/networks/0400e811-ad14-4ae2-b99e-92b2bf205a71?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/800] 10.0.0.205 () {34 vars in 1107 bytes} [Fri May 8 04:02:22 2026] GET /v2.0/networks/0400e811-ad14-4ae2-b99e-92b2bf205a71?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: 7|app: 0|req: 413/801] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:22 2026] GET /v2.0/ports?device_id=19ffd339-b871-4edf-8753-abae95ed9087 => 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: 389/802] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:22 2026] GET /v2.0/ports?device_id=b15ef133-00ca-40fc-aa34-68b0f34bf9bc => 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: 414/803] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:22 2026] GET /v2.0/security-groups?id=d3495a73-60a7-4e19-b733-9f79d1eee9b3&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: 390/804] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:23 2026] GET /v2.0/ports?device_id=19ffd339-b871-4edf-8753-abae95ed9087 => 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: 415/805] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:23 2026] GET /v2.0/ports?device_id=b15ef133-00ca-40fc-aa34-68b0f34bf9bc => generated 969 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/806] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:23 2026] GET /v2.0/security-groups?id=d3495a73-60a7-4e19-b733-9f79d1eee9b3&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: 416/807] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:24 2026] GET /v2.0/ports?device_id=19ffd339-b871-4edf-8753-abae95ed9087 => 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: 392/808] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:24 2026] GET /v2.0/ports?device_id=b15ef133-00ca-40fc-aa34-68b0f34bf9bc => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/809] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:25 2026] GET /v2.0/security-groups?id=d3495a73-60a7-4e19-b733-9f79d1eee9b3&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: 393/810] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:25 2026] GET /v2.0/ports?device_id=19ffd339-b871-4edf-8753-abae95ed9087 => 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: 418/811] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:26 2026] GET /v2.0/ports?device_id=b15ef133-00ca-40fc-aa34-68b0f34bf9bc => 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: 394/812] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:26 2026] GET /v2.0/security-groups?id=d3495a73-60a7-4e19-b733-9f79d1eee9b3&fields=id&fields=name => generated 114 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/813] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:02:26 2026] GET /v2.0/networks?id=0400e811-ad14-4ae2-b99e-92b2bf205a71 => generated 677 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/814] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:26 2026] GET /v2.0/ports?device_id=19ffd339-b871-4edf-8753-abae95ed9087 => 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: 395/815] 199.204.45.113 () {38 vars in 954 bytes} [Fri May 8 04:02:26 2026] POST /v2.0/ports => generated 954 bytes in 330 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: 396/816] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:27 2026] GET /v2.0/ports?device_id=b15ef133-00ca-40fc-aa34-68b0f34bf9bc => 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: 397/817] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:27 2026] GET /v2.0/security-groups?id=d3495a73-60a7-4e19-b733-9f79d1eee9b3&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: 421/818] 199.204.45.113 () {38 vars in 1027 bytes} [Fri May 8 04:02:27 2026] PUT /v2.0/ports/ee2e9950-f7cd-4eb7-a6bf-f84e213c5b41 => generated 1235 bytes in 477 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/819] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:27 2026] GET /v2.0/ports?device_id=b15ef133-00ca-40fc-aa34-68b0f34bf9bc => generated 971 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, ' 2026-05-08 04:02:27.618 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ebddc452-c4cd-44ae-a59f-584b9f9ac7f3'] response: {'name': 'network-changed', 'server_uuid': '19ffd339-b871-4edf-8753-abae95ed9087', 'tag': 'ee2e9950-f7cd-4eb7-a6bf-f84e213c5b41', 'status': 'completed', 'code': 200} 2026-05-08 04:02:27.979 7 INFO neutron.db.l3_db [None req-6f47c080-8820-4410-8007-2a3bf8bb8dff f9b65345240e4c22b2e6d8a210389992 f8c73cf3423c4f5f88c903a1d401eb31 - - default default] Floating IP 274822f1-0267-4466-a484-77717ae5aaba associated. External IP: 10.96.250.209, port: a2051a4b-05d4-40ca-b6d7-8d92f3aea1c5. [pid: 8|app: 0|req: 399/820] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:27 2026] GET /v2.0/ports?device_id=19ffd339-b871-4edf-8753-abae95ed9087 => generated 969 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/821] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:27 2026] GET /v2.0/security-groups?id=e8761418-8a44-48a1-9d2b-80aecbf23c44&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: 401/822] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:02:28 2026] GET /v2.0/ports?tenant_id=daefff77fa64461b9f5d4248cd03ea38&device_id=19ffd339-b871-4edf-8753-abae95ed9087 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/823] 199.204.45.113 () {34 vars in 1017 bytes} [Fri May 8 04:02:28 2026] GET /v2.0/networks?tenant_id=daefff77fa64461b9f5d4248cd03ea38&shared=False => generated 773 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/824] 10.0.0.251 () {34 vars in 748 bytes} [Fri May 8 04:02:27 2026] PUT /v2.0/floatingips/274822f1-0267-4466-a484-77717ae5aaba => generated 855 bytes in 698 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/825] 199.204.45.113 () {34 vars in 929 bytes} [Fri May 8 04:02:28 2026] GET /v2.0/networks?shared=True => 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: 423/826] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:28 2026] GET /v2.0/ports?device_id=b15ef133-00ca-40fc-aa34-68b0f34bf9bc => 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: 404/827] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:28 2026] GET /v2.0/security-groups?id=d3495a73-60a7-4e19-b733-9f79d1eee9b3&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: 406/830] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:28 2026] GET /v2.0/ports?device_id=b15ef133-00ca-40fc-aa34-68b0f34bf9bc => 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: 425/831] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:28 2026] GET /v2.0/security-groups?id=d3495a73-60a7-4e19-b733-9f79d1eee9b3&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: 407/832] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:29 2026] GET /v2.0/ports?device_id=19ffd339-b871-4edf-8753-abae95ed9087 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/833] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:29 2026] GET /v2.0/security-groups?id=e8761418-8a44-48a1-9d2b-80aecbf23c44&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/834] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:02:29 2026] GET /v2.0/ports?tenant_id=daefff77fa64461b9f5d4248cd03ea38&device_id=19ffd339-b871-4edf-8753-abae95ed9087 => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/835] 199.204.45.113 () {34 vars in 1057 bytes} [Fri May 8 04:02:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=ee2e9950-f7cd-4eb7-a6bf-f84e213c5b41 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/836] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:02:29 2026] GET /v2.0/subnets?id=b316fa65-e971-4738-beb4-b5643fdf726f => generated 695 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/837] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:02:29 2026] GET /v2.0/ports?network_id=0400e811-ad14-4ae2-b99e-92b2bf205a71&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/838] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:02:29 2026] GET /v2.0/networks/0400e811-ad14-4ae2-b99e-92b2bf205a71?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/839] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:02:29 2026] GET /v2.0/networks/0400e811-ad14-4ae2-b99e-92b2bf205a71?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:02:29.660 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-052d11da-9f72-408f-9399-c45d4d6d5672'] response: {'name': 'network-changed', 'server_uuid': 'b15ef133-00ca-40fc-aa34-68b0f34bf9bc', 'tag': 'a2051a4b-05d4-40ca-b6d7-8d92f3aea1c5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 411/840] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:29 2026] GET /v2.0/ports?device_id=b15ef133-00ca-40fc-aa34-68b0f34bf9bc => 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: 430/841] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:30 2026] GET /v2.0/security-groups?id=d3495a73-60a7-4e19-b733-9f79d1eee9b3&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/842] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:02:30 2026] GET /v2.0/ports?tenant_id=f8c73cf3423c4f5f88c903a1d401eb31&device_id=b15ef133-00ca-40fc-aa34-68b0f34bf9bc => 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: 431/843] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:02:30 2026] GET /v2.0/networks?id=910dd92b-6ab7-47e5-b648-9883cd8bd3f6 => generated 775 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/844] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:30 2026] GET /v2.0/ports?device_id=19ffd339-b871-4edf-8753-abae95ed9087 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/845] 199.204.45.113 () {34 vars in 1057 bytes} [Fri May 8 04:02:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=a2051a4b-05d4-40ca-b6d7-8d92f3aea1c5 => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/846] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:30 2026] GET /v2.0/security-groups?id=e8761418-8a44-48a1-9d2b-80aecbf23c44&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: 433/847] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:02:30 2026] GET /v2.0/subnets?id=41926753-745a-4031-9ef3-1b0f46a484fe => generated 697 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/848] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:02:30 2026] GET /v2.0/ports?network_id=910dd92b-6ab7-47e5-b648-9883cd8bd3f6&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: 434/849] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:02:30 2026] GET /v2.0/networks/910dd92b-6ab7-47e5-b648-9883cd8bd3f6?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/850] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:02:30 2026] GET /v2.0/networks/910dd92b-6ab7-47e5-b648-9883cd8bd3f6?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: 435/851] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:31 2026] GET /v2.0/ports?device_id=b15ef133-00ca-40fc-aa34-68b0f34bf9bc => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/852] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:31 2026] GET /v2.0/security-groups?id=d3495a73-60a7-4e19-b733-9f79d1eee9b3&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: 417/853] 199.204.45.113 () {34 vars in 993 bytes} [Fri May 8 04:02:31 2026] GET /v2.0/ports?device_id=b15ef133-00ca-40fc-aa34-68b0f34bf9bc => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:02:31.420 7 INFO neutron_taas.services.taas.taas_plugin [req-a3ab52d2-1b83-40e1-9f95-82d822a4d2b9 req-c4ea813b-9c43-4a78-a52c-f937c3176f44 f9b65345240e4c22b2e6d8a210389992 f8c73cf3423c4f5f88c903a1d401eb31 - - default default] TaaS: Handle Delete Port: a2051a4b-05d4-40ca-b6d7-8d92f3aea1c5 2026-05-08 04:02:31.426 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a3ab52d2-1b83-40e1-9f95-82d822a4d2b9 req-c4ea813b-9c43-4a78-a52c-f937c3176f44 f9b65345240e4c22b2e6d8a210389992 f8c73cf3423c4f5f88c903a1d401eb31 - - default default] Tap Mirror: Handle Delete Port: a2051a4b-05d4-40ca-b6d7-8d92f3aea1c5 [pid: 8|app: 0|req: 418/854] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:31 2026] GET /v2.0/ports?device_id=19ffd339-b871-4edf-8753-abae95ed9087 => 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: 419/855] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:31 2026] GET /v2.0/security-groups?id=e8761418-8a44-48a1-9d2b-80aecbf23c44&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-08 04:02:31.606 7 INFO neutron.db.l3_db [req-a3ab52d2-1b83-40e1-9f95-82d822a4d2b9 req-c4ea813b-9c43-4a78-a52c-f937c3176f44 f9b65345240e4c22b2e6d8a210389992 f8c73cf3423c4f5f88c903a1d401eb31 - - default default] Floating IP 274822f1-0267-4466-a484-77717ae5aaba disassociated. External IP: 10.96.250.209, port: a2051a4b-05d4-40ca-b6d7-8d92f3aea1c5. [pid: 8|app: 0|req: 420/856] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:32 2026] GET /v2.0/ports?device_id=b15ef133-00ca-40fc-aa34-68b0f34bf9bc => 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: 437/857] 199.204.45.113 () {36 vars in 996 bytes} [Fri May 8 04:02:31 2026] DELETE /v2.0/ports/a2051a4b-05d4-40ca-b6d7-8d92f3aea1c5 => generated 0 bytes in 1225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:02:32.555 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4762ecdc-22d2-4371-93ab-114f2ffbdc6e'] response: {'server_uuid': 'b15ef133-00ca-40fc-aa34-68b0f34bf9bc', 'name': 'network-vif-deleted', 'tag': 'a2051a4b-05d4-40ca-b6d7-8d92f3aea1c5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 421/858] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:32 2026] GET /v2.0/ports?device_id=19ffd339-b871-4edf-8753-abae95ed9087 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/859] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:32 2026] GET /v2.0/security-groups?id=e8761418-8a44-48a1-9d2b-80aecbf23c44&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: 422/860] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:33 2026] GET /v2.0/ports?device_id=b15ef133-00ca-40fc-aa34-68b0f34bf9bc => 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: 439/861] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:33 2026] GET /v2.0/ports?device_id=19ffd339-b871-4edf-8753-abae95ed9087 => 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: 423/862] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:33 2026] GET /v2.0/security-groups?id=e8761418-8a44-48a1-9d2b-80aecbf23c44&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/863] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:34 2026] GET /v2.0/ports?device_id=b15ef133-00ca-40fc-aa34-68b0f34bf9bc => 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: 424/864] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:34 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => generated 971 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/865] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:34 2026] GET /v2.0/security-groups?id=a4efc3b3-d095-4fce-870c-84111b15c32f&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: 425/866] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:34 2026] GET /v2.0/ports?device_id=579138ae-9f06-48ee-8957-a213ab388671 => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/867] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:35 2026] GET /v2.0/ports?device_id=19ffd339-b871-4edf-8753-abae95ed9087 => 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: 443/868] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:35 2026] GET /v2.0/security-groups?id=e8761418-8a44-48a1-9d2b-80aecbf23c44&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/869] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:35 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/870] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:35 2026] GET /v2.0/security-groups?id=a4efc3b3-d095-4fce-870c-84111b15c32f&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: 427/871] 10.0.0.205 () {34 vars in 970 bytes} [Fri May 8 04:02:35 2026] GET /v2.0/ports/6b2e2bad-976c-4625-9d5d-274d50b15d33 => generated 972 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/872] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:35 2026] GET /v2.0/ports?device_id=19ffd339-b871-4edf-8753-abae95ed9087 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/873] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:35 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => 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: 446/874] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:35 2026] GET /v2.0/security-groups?id=e8761418-8a44-48a1-9d2b-80aecbf23c44&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/875] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:35 2026] GET /v2.0/security-groups?id=a4efc3b3-d095-4fce-870c-84111b15c32f&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: 447/876] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:35 2026] GET /v2.0/ports?device_id=b15ef133-00ca-40fc-aa34-68b0f34bf9bc => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/877] 199.204.45.113 () {34 vars in 999 bytes} [Fri May 8 04:02:35 2026] GET /v2.0/subnets?network_id=9e1ff6b0-e522-4721-9156-df5ad4fc53ac => generated 682 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/878] 199.204.45.113 () {34 vars in 1145 bytes} [Fri May 8 04:02:35 2026] GET /v2.0/ports?device_id=579138ae-9f06-48ee-8957-a213ab388671&device_owner=compute%3Anova&network_id=9e1ff6b0-e522-4721-9156-df5ad4fc53ac => generated 975 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/879] 199.204.45.113 () {38 vars in 1027 bytes} [Fri May 8 04:02:35 2026] PUT /v2.0/ports/6b2e2bad-976c-4625-9d5d-274d50b15d33 => generated 1149 bytes in 517 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:02:36.540 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b9a5e1ad-07aa-40d7-90eb-2feac46b1c9e'] response: {'name': 'network-changed', 'server_uuid': '579138ae-9f06-48ee-8957-a213ab388671', 'tag': '6b2e2bad-976c-4625-9d5d-274d50b15d33', '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: 449/880] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:36 2026] GET /v2.0/ports?device_id=19ffd339-b871-4edf-8753-abae95ed9087 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/881] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:36 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/882] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:36 2026] GET /v2.0/security-groups?id=e8761418-8a44-48a1-9d2b-80aecbf23c44&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: 433/883] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:36 2026] GET /v2.0/security-groups?id=a4efc3b3-d095-4fce-870c-84111b15c32f&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: 451/884] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:02:36 2026] DELETE /v2.0/security-groups/d3495a73-60a7-4e19-b733-9f79d1eee9b3 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:02:36.960 8 INFO neutron.api.v2.resource [None req-8d54aa42-5900-4d08-bbc6-752c8cdb96c3 f9b65345240e4c22b2e6d8a210389992 f8c73cf3423c4f5f88c903a1d401eb31 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 434/885] 10.0.0.251 () {32 vars in 736 bytes} [Fri May 8 04:02:36 2026] GET /v2.0/security-groups/d3495a73-60a7-4e19-b733-9f79d1eee9b3 => 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: 435/886] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:02:36 2026] GET /v2.0/ports?tenant_id=7c4b255721e9492cb4dcbb198d50e46e&device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/887] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:02:37 2026] GET /v2.0/ports?tenant_id=6ecf62fffb8743788f8d1e46b6cf4f83&device_id=579138ae-9f06-48ee-8957-a213ab388671 => generated 1421 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:02:37.076 7 INFO neutron_taas.services.taas.taas_plugin [None req-d4cd83c7-0a15-4052-967e-61e529bfff3c f9b65345240e4c22b2e6d8a210389992 f8c73cf3423c4f5f88c903a1d401eb31 - - default default] TaaS: Handle Delete Port: 9e34949e-aa4e-47db-a9a6-b63a43e33bd1 2026-05-08 04:02:37.080 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4cd83c7-0a15-4052-967e-61e529bfff3c f9b65345240e4c22b2e6d8a210389992 f8c73cf3423c4f5f88c903a1d401eb31 - - default default] Tap Mirror: Handle Delete Port: 9e34949e-aa4e-47db-a9a6-b63a43e33bd1 [pid: 8|app: 0|req: 437/888] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:02:37 2026] GET /v2.0/networks?id=46965ebd-0060-492b-a79d-9fc98c089b4f => generated 770 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/889] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:02:37 2026] GET /v2.0/networks?id=9e1ff6b0-e522-4721-9156-df5ad4fc53ac => generated 778 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/890] 199.204.45.113 () {34 vars in 1057 bytes} [Fri May 8 04:02:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=b57cd68f-83bd-4fd8-9744-c967b40999a1 => generated 860 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/891] 199.204.45.113 () {34 vars in 1059 bytes} [Fri May 8 04:02:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=6b2e2bad-976c-4625-9d5d-274d50b15d33 => generated 861 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/892] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:02:37 2026] GET /v2.0/subnets?id=9241eaf8-b888-4781-876c-6a19688efe05 => generated 692 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/893] 10.0.0.251 () {32 vars in 731 bytes} [Fri May 8 04:02:36 2026] DELETE /v2.0/floatingips/274822f1-0267-4466-a484-77717ae5aaba => generated 0 bytes in 287 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/894] 199.204.45.113 () {34 vars in 1057 bytes} [Fri May 8 04:02:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=6b2e2bad-976c-4625-9d5d-274d50b15d33 => 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: 453/895] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:02:37 2026] GET /v2.0/ports?network_id=46965ebd-0060-492b-a79d-9fc98c089b4f&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: 454/896] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:02:37 2026] GET /v2.0/subnets?id=cef33701-c7c0-434d-86c1-8ac2bc3e4742 => generated 700 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/897] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:02:37 2026] GET /v2.0/networks/46965ebd-0060-492b-a79d-9fc98c089b4f?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: 456/898] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:02:37 2026] GET /v2.0/ports?network_id=9e1ff6b0-e522-4721-9156-df5ad4fc53ac&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: 457/899] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:02:37 2026] GET /v2.0/networks/46965ebd-0060-492b-a79d-9fc98c089b4f?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: 458/900] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:02:37 2026] GET /v2.0/networks/9e1ff6b0-e522-4721-9156-df5ad4fc53ac?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: 459/901] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:02:37 2026] GET /v2.0/networks/9e1ff6b0-e522-4721-9156-df5ad4fc53ac?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: 460/902] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:37 2026] GET /v2.0/ports?device_id=19ffd339-b871-4edf-8753-abae95ed9087 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/903] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:37 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/904] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:37 2026] GET /v2.0/security-groups?id=e8761418-8a44-48a1-9d2b-80aecbf23c44&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: 7|app: 0|req: 463/905] 199.204.45.113 () {34 vars in 993 bytes} [Fri May 8 04:02:37 2026] GET /v2.0/ports?device_id=19ffd339-b871-4edf-8753-abae95ed9087 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/906] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:37 2026] GET /v2.0/security-groups?id=a4efc3b3-d095-4fce-870c-84111b15c32f&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-08 04:02:38.128 7 INFO neutron_taas.services.taas.taas_plugin [req-8f113941-c354-40cc-a4a1-eac35a2aa74f req-964f397e-7d25-4f27-987d-ea7c3c7e4d47 7573fb34bd7641879ca1e9188b0e8e05 daefff77fa64461b9f5d4248cd03ea38 - - default default] TaaS: Handle Delete Port: ee2e9950-f7cd-4eb7-a6bf-f84e213c5b41 2026-05-08 04:02:38.132 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8f113941-c354-40cc-a4a1-eac35a2aa74f req-964f397e-7d25-4f27-987d-ea7c3c7e4d47 7573fb34bd7641879ca1e9188b0e8e05 daefff77fa64461b9f5d4248cd03ea38 - - default default] Tap Mirror: Handle Delete Port: ee2e9950-f7cd-4eb7-a6bf-f84e213c5b41 2026-05-08 04:02:38.247 8 INFO neutron_taas.services.taas.taas_plugin [None req-bc8edb97-671d-45be-b956-d5415cd3655b fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: 197464f5-e9cc-4a6c-9c6e-6c57f47e06a1 2026-05-08 04:02:38.249 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc8edb97-671d-45be-b956-d5415cd3655b fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: 197464f5-e9cc-4a6c-9c6e-6c57f47e06a1 [pid: 7|app: 0|req: 465/907] 199.204.45.113 () {36 vars in 996 bytes} [Fri May 8 04:02:38 2026] DELETE /v2.0/ports/ee2e9950-f7cd-4eb7-a6bf-f84e213c5b41 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:02:38.338 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d6e2ca51-2d5e-4d5b-be73-2f06bfb742fd'] response: {'server_uuid': '19ffd339-b871-4edf-8753-abae95ed9087', 'name': 'network-vif-deleted', 'tag': 'ee2e9950-f7cd-4eb7-a6bf-f84e213c5b41', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 466/908] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:38 2026] GET /v2.0/ports?device_id=579138ae-9f06-48ee-8957-a213ab388671 => generated 1152 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/909] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:02:38 2026] GET /v2.0/ports?tenant_id=6ecf62fffb8743788f8d1e46b6cf4f83&device_id=579138ae-9f06-48ee-8957-a213ab388671 => generated 1421 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/910] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:38 2026] GET /v2.0/security-groups?id=c0c420fc-cc2b-43e1-80b5-4dee80f229fe&fields=id&fields=name => generated 112 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/911] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:02:38 2026] GET /v2.0/networks?id=9e1ff6b0-e522-4721-9156-df5ad4fc53ac => generated 778 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/912] 199.204.45.113 () {34 vars in 1059 bytes} [Fri May 8 04:02:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=6b2e2bad-976c-4625-9d5d-274d50b15d33 => generated 861 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/913] 199.204.45.113 () {34 vars in 1057 bytes} [Fri May 8 04:02:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=6b2e2bad-976c-4625-9d5d-274d50b15d33 => 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: 443/914] 10.0.0.251 () {34 vars in 788 bytes} [Fri May 8 04:02:37 2026] PUT /v2.0/routers/d45c10e8-c76a-46d1-b1c6-c32a3a7a0c2c/remove_router_interface => generated 309 bytes in 1550 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/915] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:02:38 2026] GET /v2.0/subnets?id=cef33701-c7c0-434d-86c1-8ac2bc3e4742 => generated 700 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/916] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:02:38 2026] GET /v2.0/ports?network_id=9e1ff6b0-e522-4721-9156-df5ad4fc53ac&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: 474/917] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:02:38 2026] GET /v2.0/networks/9e1ff6b0-e522-4721-9156-df5ad4fc53ac?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: 475/918] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:02:38 2026] GET /v2.0/networks/9e1ff6b0-e522-4721-9156-df5ad4fc53ac?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: 476/919] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:39 2026] GET /v2.0/ports?device_id=19ffd339-b871-4edf-8753-abae95ed9087 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:02:39.067 8 INFO neutron_taas.services.taas.taas_plugin [None req-28f6bce5-aac4-4f8b-a9a3-b5b6a2dc11fe fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: 4722fc98-4226-4770-a3e7-3cf10eb20763 2026-05-08 04:02:39.069 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28f6bce5-aac4-4f8b-a9a3-b5b6a2dc11fe fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: 4722fc98-4226-4770-a3e7-3cf10eb20763 [pid: 7|app: 0|req: 477/920] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:39 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => 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: 478/921] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:39 2026] GET /v2.0/security-groups?id=a4efc3b3-d095-4fce-870c-84111b15c32f&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-08 04:02:39.322 8 INFO neutron_taas.services.taas.taas_plugin [None req-28f6bce5-aac4-4f8b-a9a3-b5b6a2dc11fe fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: b4abb8ab-1a10-492a-b84c-f12ac37ba574 2026-05-08 04:02:39.328 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28f6bce5-aac4-4f8b-a9a3-b5b6a2dc11fe fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: b4abb8ab-1a10-492a-b84c-f12ac37ba574 [pid: 7|app: 0|req: 479/922] 199.204.45.113 () {34 vars in 1117 bytes} [Fri May 8 04:02:39 2026] GET /v2.0/ports?device_id=579138ae-9f06-48ee-8957-a213ab388671&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.9 => generated 1152 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:02:39.691 8 INFO neutron.services.segments.plugin [-] Segment cddd2a2f-0c14-488e-9de2-c48b81f157c2 resource provider aggregate not found 2026-05-08 04:02:39.700 8 INFO neutron.services.segments.plugin [-] Segment cddd2a2f-0c14-488e-9de2-c48b81f157c2 resource provider aggregate not found 2026-05-08 04:02:39.717 8 INFO neutron.services.segments.plugin [-] Segment cddd2a2f-0c14-488e-9de2-c48b81f157c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cddd2a2f-0c14-488e-9de2-c48b81f157c2 found for delete ", "request_id": "req-4ac2cf27-f1ac-44f8-83cd-c785774431a0"}]} 2026-05-08 04:02:39.728 8 INFO neutron.services.segments.plugin [-] Segment cddd2a2f-0c14-488e-9de2-c48b81f157c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cddd2a2f-0c14-488e-9de2-c48b81f157c2 found for delete ", "request_id": "req-c44ba7ad-3757-486d-88ff-cb3fd86e2597"}]} 2026-05-08 04:02:39.759 8 INFO neutron.db.l3_hamode_db [None req-28f6bce5-aac4-4f8b-a9a3-b5b6a2dc11fe fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] HA network c9f3748f-4881-4e88-a66c-f8e90ef19c6a was deleted as no HA routers are present in tenant f8c73cf3423c4f5f88c903a1d401eb31. [pid: 8|app: 0|req: 444/923] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:02:38 2026] DELETE /v2.0/routers/d45c10e8-c76a-46d1-b1c6-c32a3a7a0c2c => generated 0 bytes in 942 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/924] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:02:39 2026] DELETE /v2.0/subnets/41926753-745a-4031-9ef3-1b0f46a484fe => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:02:40.152 8 INFO neutron_taas.services.taas.taas_plugin [None req-d63289df-5dd5-4411-a896-ea66af374295 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: 15238d1b-ee2a-40e9-9798-ac4a9d317013 2026-05-08 04:02:40.155 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d63289df-5dd5-4411-a896-ea66af374295 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: 15238d1b-ee2a-40e9-9798-ac4a9d317013 [pid: 7|app: 0|req: 480/925] 199.204.45.113 () {38 vars in 1027 bytes} [Fri May 8 04:02:39 2026] PUT /v2.0/ports/6b2e2bad-976c-4625-9d5d-274d50b15d33 => generated 972 bytes in 706 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: 481/926] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:40 2026] GET /v2.0/ports?device_id=19ffd339-b871-4edf-8753-abae95ed9087 => 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: 482/927] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:40 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/928] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:02:40 2026] DELETE /v2.0/networks/910dd92b-6ab7-47e5-b648-9883cd8bd3f6 => generated 0 bytes in 362 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/929] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:40 2026] GET /v2.0/security-groups?id=a4efc3b3-d095-4fce-870c-84111b15c32f&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:02:40.411 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e6a9c8db-0a4b-4adf-9767-21b252e66997'] response: {'name': 'network-changed', 'server_uuid': '579138ae-9f06-48ee-8957-a213ab388671', 'tag': '6b2e2bad-976c-4625-9d5d-274d50b15d33', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 447/930] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:02:40 2026] GET /v2.0/security-groups?tenant_id=f8c73cf3423c4f5f88c903a1d401eb31&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/931] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:02:40 2026] DELETE /v2.0/security-groups/5c57a989-06e6-4ff8-8e1f-ca9312730d08 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/932] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:02:40 2026] GET /v2.0/ports?tenant_id=6ecf62fffb8743788f8d1e46b6cf4f83&device_id=579138ae-9f06-48ee-8957-a213ab388671 => 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: 485/933] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:02:40 2026] GET /v2.0/networks?id=9e1ff6b0-e522-4721-9156-df5ad4fc53ac => generated 778 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/934] 199.204.45.113 () {34 vars in 1059 bytes} [Fri May 8 04:02:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=6b2e2bad-976c-4625-9d5d-274d50b15d33 => generated 861 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/935] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:02:40 2026] GET /v2.0/subnets?id=cef33701-c7c0-434d-86c1-8ac2bc3e4742 => generated 700 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/936] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:02:41 2026] GET /v2.0/ports?network_id=9e1ff6b0-e522-4721-9156-df5ad4fc53ac&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/937] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:02:41 2026] GET /v2.0/networks/9e1ff6b0-e522-4721-9156-df5ad4fc53ac?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/938] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:02:41 2026] GET /v2.0/networks/9e1ff6b0-e522-4721-9156-df5ad4fc53ac?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: 488/939] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:41 2026] GET /v2.0/ports?device_id=19ffd339-b871-4edf-8753-abae95ed9087 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/940] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:41 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/941] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:41 2026] GET /v2.0/security-groups?id=a4efc3b3-d095-4fce-870c-84111b15c32f&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:02:41.736 8 INFO neutron.services.segments.plugin [-] Segment ff515a02-d09e-4adf-a198-e24eb0ff8a93 resource provider aggregate not found 2026-05-08 04:02:41.749 8 INFO neutron.services.segments.plugin [-] Segment ff515a02-d09e-4adf-a198-e24eb0ff8a93 resource provider aggregate not found 2026-05-08 04:02:41.752 8 INFO neutron.services.segments.plugin [-] Segment ff515a02-d09e-4adf-a198-e24eb0ff8a93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff515a02-d09e-4adf-a198-e24eb0ff8a93 found for delete ", "request_id": "req-26a85e59-e7b4-487d-aef6-1a9ea3520c9e"}]} 2026-05-08 04:02:41.762 8 INFO neutron.services.segments.plugin [-] Segment ff515a02-d09e-4adf-a198-e24eb0ff8a93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff515a02-d09e-4adf-a198-e24eb0ff8a93 found for delete ", "request_id": "req-bf8b6a94-63ad-491f-969d-101375a44e48"}]} [pid: 8|app: 0|req: 453/942] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:42 2026] GET /v2.0/ports?device_id=579138ae-9f06-48ee-8957-a213ab388671 => generated 975 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/943] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:42 2026] GET /v2.0/security-groups?id=c0c420fc-cc2b-43e1-80b5-4dee80f229fe&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/944] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:02:42 2026] GET /v2.0/ports?tenant_id=6ecf62fffb8743788f8d1e46b6cf4f83&device_id=579138ae-9f06-48ee-8957-a213ab388671 => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/945] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:02:42 2026] GET /v2.0/networks?id=9e1ff6b0-e522-4721-9156-df5ad4fc53ac => generated 778 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/946] 199.204.45.113 () {34 vars in 1059 bytes} [Fri May 8 04:02:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=6b2e2bad-976c-4625-9d5d-274d50b15d33 => generated 861 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/947] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:02:42 2026] GET /v2.0/subnets?id=cef33701-c7c0-434d-86c1-8ac2bc3e4742 => generated 700 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/948] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:02:42 2026] GET /v2.0/ports?network_id=9e1ff6b0-e522-4721-9156-df5ad4fc53ac&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: 457/949] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:02:42 2026] GET /v2.0/networks/9e1ff6b0-e522-4721-9156-df5ad4fc53ac?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/950] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:02:42 2026] GET /v2.0/networks/9e1ff6b0-e522-4721-9156-df5ad4fc53ac?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: 494/951] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:42 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/952] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:42 2026] GET /v2.0/security-groups?id=a4efc3b3-d095-4fce-870c-84111b15c32f&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-08 04:02:42.885 8 INFO neutron_taas.services.taas.taas_plugin [None req-d6f671c7-1807-4ceb-b3db-f7d37e979386 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: c8e1758b-02d4-4c7e-a902-bf7189ffb9e6 2026-05-08 04:02:42.888 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6f671c7-1807-4ceb-b3db-f7d37e979386 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: c8e1758b-02d4-4c7e-a902-bf7189ffb9e6 [pid: 7|app: 0|req: 496/953] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:43 2026] GET /v2.0/ports?device_id=579138ae-9f06-48ee-8957-a213ab388671 => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/954] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:43 2026] GET /v2.0/security-groups?id=c0c420fc-cc2b-43e1-80b5-4dee80f229fe&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/955] 10.0.0.251 () {34 vars in 788 bytes} [Fri May 8 04:02:42 2026] PUT /v2.0/routers/a587525f-0b2b-46bc-a53d-f01631167be3/remove_router_interface => generated 309 bytes in 1035 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:02:43.774 7 INFO neutron_taas.services.taas.taas_plugin [None req-faeb6f22-0534-42e2-8147-d22cceb858ae fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: c5375242-2d6f-485c-ab4f-6c1c89983f9e 2026-05-08 04:02:43.776 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-faeb6f22-0534-42e2-8147-d22cceb858ae fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: c5375242-2d6f-485c-ab4f-6c1c89983f9e [pid: 8|app: 0|req: 461/958] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:43 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/959] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:43 2026] GET /v2.0/security-groups?id=a4efc3b3-d095-4fce-870c-84111b15c32f&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-08 04:02:44.106 7 INFO neutron_taas.services.taas.taas_plugin [None req-faeb6f22-0534-42e2-8147-d22cceb858ae fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: b13f7c3e-7ee9-4467-b2d4-6eb06c3fe350 2026-05-08 04:02:44.109 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-faeb6f22-0534-42e2-8147-d22cceb858ae fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: b13f7c3e-7ee9-4467-b2d4-6eb06c3fe350 2026-05-08 04:02:44.206 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-faeb6f22-0534-42e2-8147-d22cceb858ae fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - 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-08 04:02:44.568 7 INFO neutron.services.segments.plugin [-] Segment d06c14bd-3980-4796-b4f9-8d15f3d8c5f2 resource provider aggregate not found 2026-05-08 04:02:44.578 7 INFO neutron.services.segments.plugin [-] Segment d06c14bd-3980-4796-b4f9-8d15f3d8c5f2 resource provider aggregate not found [pid: 8|app: 0|req: 463/960] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:44 2026] GET /v2.0/ports?device_id=579138ae-9f06-48ee-8957-a213ab388671 => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:02:44.600 7 INFO neutron.services.segments.plugin [-] Segment d06c14bd-3980-4796-b4f9-8d15f3d8c5f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d06c14bd-3980-4796-b4f9-8d15f3d8c5f2 found for delete ", "request_id": "req-3a8e4ead-ef98-41aa-9ccd-e4f6b02c010d"}]} 2026-05-08 04:02:44.605 7 INFO neutron.services.segments.plugin [-] Segment d06c14bd-3980-4796-b4f9-8d15f3d8c5f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d06c14bd-3980-4796-b4f9-8d15f3d8c5f2 found for delete ", "request_id": "req-bf3dadab-4c4d-48f1-8fbc-b7c752aecfb8"}]} 2026-05-08 04:02:44.619 7 INFO neutron.db.l3_hamode_db [None req-faeb6f22-0534-42e2-8147-d22cceb858ae fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] HA network 966ebf58-cb0c-4de9-91eb-fafb9d037f8d was deleted as no HA routers are present in tenant daefff77fa64461b9f5d4248cd03ea38. [pid: 8|app: 0|req: 464/961] 199.204.45.113 () {34 vars in 993 bytes} [Fri May 8 04:02:44 2026] GET /v2.0/ports?device_id=579138ae-9f06-48ee-8957-a213ab388671 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/962] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:02:43 2026] DELETE /v2.0/routers/a587525f-0b2b-46bc-a53d-f01631167be3 => generated 0 bytes in 1080 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/963] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:44 2026] GET /v2.0/security-groups?id=c0c420fc-cc2b-43e1-80b5-4dee80f229fe&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:02:44.767 8 INFO neutron_taas.services.taas.taas_plugin [req-437cb61d-e396-42d3-a4e5-09ec56f2552c req-41ac6d02-da62-46ff-9796-bb1b13c18f79 8b535807a64a45229237f10d7c50bc1d 6ecf62fffb8743788f8d1e46b6cf4f83 - - default default] TaaS: Handle Delete Port: 6b2e2bad-976c-4625-9d5d-274d50b15d33 2026-05-08 04:02:44.771 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-437cb61d-e396-42d3-a4e5-09ec56f2552c req-41ac6d02-da62-46ff-9796-bb1b13c18f79 8b535807a64a45229237f10d7c50bc1d 6ecf62fffb8743788f8d1e46b6cf4f83 - - default default] Tap Mirror: Handle Delete Port: 6b2e2bad-976c-4625-9d5d-274d50b15d33 [pid: 7|app: 0|req: 499/964] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:02:44 2026] DELETE /v2.0/subnets/b316fa65-e971-4738-beb4-b5643fdf726f => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:02:44.880 8 INFO neutron.db.l3_db [req-437cb61d-e396-42d3-a4e5-09ec56f2552c req-41ac6d02-da62-46ff-9796-bb1b13c18f79 8b535807a64a45229237f10d7c50bc1d 6ecf62fffb8743788f8d1e46b6cf4f83 - - default default] Floating IP c80ab192-9a20-417a-81ea-148bed71d46e disassociated. External IP: 10.96.250.210, port: 6b2e2bad-976c-4625-9d5d-274d50b15d33. 2026-05-08 04:02:44.925 7 INFO neutron_taas.services.taas.taas_plugin [None req-2a67debf-78da-4704-95f4-260dfad7f5bb fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: 9e4c03ce-44b9-4fce-b428-a77516c59b2f 2026-05-08 04:02:44.928 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a67debf-78da-4704-95f4-260dfad7f5bb fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: 9e4c03ce-44b9-4fce-b428-a77516c59b2f [pid: 7|app: 0|req: 500/965] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:02:44 2026] DELETE /v2.0/networks/0400e811-ad14-4ae2-b99e-92b2bf205a71 => generated 0 bytes in 373 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/966] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:45 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/967] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:45 2026] GET /v2.0/security-groups?id=a4efc3b3-d095-4fce-870c-84111b15c32f&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: 466/968] 199.204.45.113 () {36 vars in 996 bytes} [Fri May 8 04:02:44 2026] DELETE /v2.0/ports/6b2e2bad-976c-4625-9d5d-274d50b15d33 => generated 0 bytes in 717 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/969] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:02:45 2026] GET /v2.0/security-groups?tenant_id=daefff77fa64461b9f5d4248cd03ea38&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:02:45.418 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-352ab3fd-8ead-4a3d-9130-fa4cc76a193e'] response: {'server_uuid': '579138ae-9f06-48ee-8957-a213ab388671', 'name': 'network-vif-deleted', 'tag': '6b2e2bad-976c-4625-9d5d-274d50b15d33', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 467/970] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:02:45 2026] DELETE /v2.0/security-groups/e8761418-8a44-48a1-9d2b-80aecbf23c44 => 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: 468/971] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:45 2026] GET /v2.0/ports?device_id=579138ae-9f06-48ee-8957-a213ab388671 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/972] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:02:45 2026] GET /v2.0/security-groups?tenant_id=cec6caae73ca4552b330a3ba8320f903&name=default => generated 2925 bytes in 368 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/973] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:02:46 2026] DELETE /v2.0/security-groups/94db124b-e16f-45f7-8400-139183f95aea => 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: 505/974] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:02:46 2026] GET /v2.0/security-groups?tenant_id=d781e53bcd6944c6875ca5bbe45ee613&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/975] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:46 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => 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: 471/976] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:02:46 2026] GET /v2.0/security-groups?id=a4efc3b3-d095-4fce-870c-84111b15c32f&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: 506/977] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:02:46 2026] DELETE /v2.0/security-groups/2ff55740-2bdc-47ab-965e-86602cb912c7 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:02:46.619 7 INFO neutron.services.segments.plugin [-] Segment edcaed91-8768-4108-872e-843f07692ade resource provider aggregate not found 2026-05-08 04:02:46.635 7 INFO neutron.services.segments.plugin [-] Segment edcaed91-8768-4108-872e-843f07692ade resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edcaed91-8768-4108-872e-843f07692ade found for delete ", "request_id": "req-925007c4-3533-4902-a95e-f8d18d8578eb"}]} 2026-05-08 04:02:46.635 7 INFO neutron.services.segments.plugin [-] Segment edcaed91-8768-4108-872e-843f07692ade resource provider aggregate not found 2026-05-08 04:02:46.654 7 INFO neutron.services.segments.plugin [-] Segment edcaed91-8768-4108-872e-843f07692ade resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edcaed91-8768-4108-872e-843f07692ade found for delete ", "request_id": "req-f4bac3e6-9b38-41ea-a210-dfb973f4332a"}]} [pid: 8|app: 0|req: 472/978] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:46 2026] GET /v2.0/ports?device_id=579138ae-9f06-48ee-8957-a213ab388671 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/979] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:02:47 2026] GET /v2.0/ports?device_id=579138ae-9f06-48ee-8957-a213ab388671 => 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: 473/980] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:02:48 2026] GET /v2.0/security-groups?tenant_id=23d44124c96e4215bb820a9bf163f916&name=default => generated 2925 bytes in 558 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/981] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:02:48 2026] GET /v2.0/security-groups?tenant_id=7b4122b4a2c14f01a9932ddfd6d624e6&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/982] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:02:49 2026] DELETE /v2.0/security-groups/1e185c39-36a9-4598-8e65-b03d13e4fc0c => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/983] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:02:49 2026] DELETE /v2.0/security-groups/c0c420fc-cc2b-43e1-80b5-4dee80f229fe => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:02:49.195 7 INFO neutron.api.v2.resource [None req-c8836e7b-788d-4023-8e5e-f31948b9516c 8b535807a64a45229237f10d7c50bc1d 6ecf62fffb8743788f8d1e46b6cf4f83 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 510/984] 10.0.0.251 () {32 vars in 736 bytes} [Fri May 8 04:02:49 2026] GET /v2.0/security-groups/c0c420fc-cc2b-43e1-80b5-4dee80f229fe => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/985] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:02:49 2026] DELETE /v2.0/security-groups/cb135295-c046-4213-b5e1-2601db31141f => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:02:49.294 7 INFO neutron_taas.services.taas.taas_plugin [None req-99d75b02-a0aa-4c10-943e-4aba8489686a 8b535807a64a45229237f10d7c50bc1d 6ecf62fffb8743788f8d1e46b6cf4f83 - - default default] TaaS: Handle Delete Port: f357ef50-3033-405f-8a9f-c288b0b9c923 2026-05-08 04:02:49.298 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99d75b02-a0aa-4c10-943e-4aba8489686a 8b535807a64a45229237f10d7c50bc1d 6ecf62fffb8743788f8d1e46b6cf4f83 - - default default] Tap Mirror: Handle Delete Port: f357ef50-3033-405f-8a9f-c288b0b9c923 [pid: 7|app: 0|req: 511/986] 10.0.0.251 () {32 vars in 731 bytes} [Fri May 8 04:02:49 2026] DELETE /v2.0/floatingips/c80ab192-9a20-417a-81ea-148bed71d46e => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:02:49.901 8 INFO neutron_taas.services.taas.taas_plugin [None req-35cfb2d1-b9b4-48d3-9641-830e4aab9ae8 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: 5a526347-6d8c-46d3-88ba-7080ea8d6738 2026-05-08 04:02:49.904 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35cfb2d1-b9b4-48d3-9641-830e4aab9ae8 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: 5a526347-6d8c-46d3-88ba-7080ea8d6738 [pid: 8|app: 0|req: 476/987] 10.0.0.251 () {34 vars in 788 bytes} [Fri May 8 04:02:49 2026] PUT /v2.0/routers/75a09272-9455-4e14-a6d1-fddfd302adb1/remove_router_interface => generated 309 bytes in 927 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:02:50.675 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2d7d7dd-5b18-4846-a436-49cb9ebdfdc8 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: 724f769f-c3d9-4e8b-8fcd-d08dff63fe25 2026-05-08 04:02:50.677 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2d7d7dd-5b18-4846-a436-49cb9ebdfdc8 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: 724f769f-c3d9-4e8b-8fcd-d08dff63fe25 2026-05-08 04:02:50.898 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2d7d7dd-5b18-4846-a436-49cb9ebdfdc8 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: dbe32b12-2d89-4a4a-947a-e3bdd3b445d4 2026-05-08 04:02:50.903 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2d7d7dd-5b18-4846-a436-49cb9ebdfdc8 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: dbe32b12-2d89-4a4a-947a-e3bdd3b445d4 2026-05-08 04:02:51.291 7 INFO neutron.services.segments.plugin [-] Segment 3b6aec93-03b2-4461-b05c-21529764f0f7 resource provider aggregate not found 2026-05-08 04:02:51.296 7 INFO neutron.services.segments.plugin [-] Segment 3b6aec93-03b2-4461-b05c-21529764f0f7 resource provider aggregate not found 2026-05-08 04:02:51.311 7 INFO neutron.services.segments.plugin [-] Segment 3b6aec93-03b2-4461-b05c-21529764f0f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b6aec93-03b2-4461-b05c-21529764f0f7 found for delete ", "request_id": "req-b77b9096-754d-43c3-b4e6-fd1db4904979"}]} 2026-05-08 04:02:51.315 7 INFO neutron.services.segments.plugin [-] Segment 3b6aec93-03b2-4461-b05c-21529764f0f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b6aec93-03b2-4461-b05c-21529764f0f7 found for delete ", "request_id": "req-75e88b25-cb01-4c90-bf7a-3b14a4e1eb38"}]} 2026-05-08 04:02:51.319 7 INFO neutron.db.l3_hamode_db [None req-e2d7d7dd-5b18-4846-a436-49cb9ebdfdc8 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] HA network 9011eae7-704f-4bbc-bd86-01682b7de068 was deleted as no HA routers are present in tenant 6ecf62fffb8743788f8d1e46b6cf4f83. [pid: 7|app: 0|req: 512/988] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:02:50 2026] DELETE /v2.0/routers/75a09272-9455-4e14-a6d1-fddfd302adb1 => generated 0 bytes in 847 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/989] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:02:51 2026] DELETE /v2.0/subnets/cef33701-c7c0-434d-86c1-8ac2bc3e4742 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:02:51.533 8 INFO neutron.db.segments_db [None req-a57da954-f1f1-43a3-9066-2131a6f6b46e ad412e1d84ba489197a6adbbd69f7e8f 9262b981d34c4bc7926ec713bec3869a - - default default] Added segment ea682cb0-b8bb-4db2-bab7-1180cb3d6eef of type vxlan for network 7fb78eb8-bbf0-4b31-9633-bba004da3cbf 2026-05-08 04:02:51.608 7 INFO neutron_taas.services.taas.taas_plugin [None req-2fe4ac4b-28ea-44aa-aa38-8cd087bfce7c fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: 8c37d997-ad1d-4e0d-baa0-c913220aa4e4 2026-05-08 04:02:51.611 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2fe4ac4b-28ea-44aa-aa38-8cd087bfce7c fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: 8c37d997-ad1d-4e0d-baa0-c913220aa4e4 [pid: 8|app: 0|req: 477/990] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:02:51 2026] POST /v2.0/networks => generated 631 bytes in 519 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/991] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:02:51 2026] DELETE /v2.0/networks/9e1ff6b0-e522-4721-9156-df5ad4fc53ac => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/992] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:02:51 2026] POST /v2.0/subnets => generated 627 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:02:51.968 7 INFO neutron.db.segments_db [None req-46be75dc-3016-4717-b870-67879054b87f ad412e1d84ba489197a6adbbd69f7e8f 9262b981d34c4bc7926ec713bec3869a - - default default] Added segment 710a6ecb-3cd2-4d0c-a02b-d67cb1e0e4b9 of type vxlan for network 5abcf592-e5ad-49f5-a568-8e6262d5020c [pid: 8|app: 0|req: 479/993] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:02:51 2026] GET /v2.0/security-groups?tenant_id=6ecf62fffb8743788f8d1e46b6cf4f83&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/994] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:02:52 2026] DELETE /v2.0/security-groups/8a21dff7-f49f-4dd7-80c4-b2215b8ccb1f => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:02:52.204 7 INFO neutron.db.l3_hamode_db [None req-46be75dc-3016-4717-b870-67879054b87f ad412e1d84ba489197a6adbbd69f7e8f 9262b981d34c4bc7926ec713bec3869a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 04:02:52.970 7 INFO neutron.db.l3_hamode_db [None req-46be75dc-3016-4717-b870-67879054b87f ad412e1d84ba489197a6adbbd69f7e8f 9262b981d34c4bc7926ec713bec3869a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 481/995] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:02:53 2026] GET /v2.0/security-groups?tenant_id=00b5fd763d634bd0b37855a72d7c2228&name=default => generated 2925 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:02:53.347 7 INFO neutron.services.segments.plugin [-] Segment b7a718d9-18c4-4467-aaf5-738ba692e79f resource provider aggregate not found 2026-05-08 04:02:53.357 7 INFO neutron.services.segments.plugin [-] Segment b7a718d9-18c4-4467-aaf5-738ba692e79f resource provider aggregate not found 2026-05-08 04:02:53.373 7 INFO neutron.services.segments.plugin [-] Segment b7a718d9-18c4-4467-aaf5-738ba692e79f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7a718d9-18c4-4467-aaf5-738ba692e79f found for delete ", "request_id": "req-fbabcba3-d3e7-4d0f-921d-0a7784919323"}]} 2026-05-08 04:02:53.374 7 INFO neutron.services.segments.plugin [-] Segment b7a718d9-18c4-4467-aaf5-738ba692e79f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7a718d9-18c4-4467-aaf5-738ba692e79f found for delete ", "request_id": "req-0d4994e6-73ec-4a88-b351-1bc47e735f7c"}]} [pid: 8|app: 0|req: 482/996] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:02:53 2026] DELETE /v2.0/security-groups/875958a1-0d6e-4f5b-8f40-bb3ed3c8e537 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/997] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:02:53 2026] GET /v2.0/security-groups?tenant_id=fbc2777d0f0a478d9ee37c2e9504a173&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/998] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:02:53 2026] DELETE /v2.0/security-groups/911e19d5-c143-48ea-adbd-8fc0dd4af74e => 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: 515/999] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:02:51 2026] POST /v2.0/routers => generated 694 bytes in 1987 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:02:54.040 8 INFO neutron.db.segments_db [None req-aeb36f95-61f1-4e9b-bc50-18817dcf2122 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Added segment 80b12bff-09f7-4f98-b51f-1325bb018717 of type vxlan for network f49aabd9-dcd2-4277-98ae-452ed30921f6 [pid: 8|app: 0|req: 485/1000] 10.0.0.251 () {34 vars in 670 bytes} [Fri May 8 04:02:53 2026] POST /v2.0/networks => generated 717 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1001] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:02:54 2026] POST /v2.0/subnets => generated 684 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:02:54.382 8 INFO neutron.db.segments_db [None req-d35b1e00-ee1c-41d0-bde6-1414aea75e62 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Added segment b4678c09-5112-45e9-b9a3-ac111271d14b of type vxlan for network e6944ec0-4178-49b5-87e8-2ebe2bd09011 2026-05-08 04:02:54.642 8 INFO neutron.db.l3_hamode_db [None req-d35b1e00-ee1c-41d0-bde6-1414aea75e62 fd7f3a9c48f6482fa51cf0808885f586 8ed4438ba23344819c1bc3cef9511466 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 516/1002] 10.0.0.251 () {34 vars in 782 bytes} [Fri May 8 04:02:53 2026] PUT /v2.0/routers/b44b9d29-1865-4098-a953-998d142e8b62/add_router_interface => generated 309 bytes in 1313 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:02:55.465 8 INFO neutron.db.l3_hamode_db [None req-d35b1e00-ee1c-41d0-bde6-1414aea75e62 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 517/1003] 10.0.0.251 () {34 vars in 664 bytes} [Fri May 8 04:02:55 2026] POST /v2.0/ports => generated 958 bytes in 392 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: 518/1004] 10.0.0.251 () {34 vars in 664 bytes} [Fri May 8 04:02:55 2026] POST /v2.0/ports => generated 958 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: 519/1005] 10.0.0.198 () {34 vars in 989 bytes} [Fri May 8 04:02:55 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => 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: 487/1006] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:02:54 2026] POST /v2.0/routers => generated 724 bytes in 1957 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1007] 10.0.0.198 () {34 vars in 1039 bytes} [Fri May 8 04:02:56 2026] GET /v2.0/security-groups?id=a4efc3b3-d095-4fce-870c-84111b15c32f&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-08 04:02:56.628 7 INFO neutron.db.l3_db [None req-26f1b30e-e0d7-445d-9dfb-70976be80a04 ad412e1d84ba489197a6adbbd69f7e8f 9262b981d34c4bc7926ec713bec3869a - - default default] Floating IP 61380c87-5630-4a0b-863b-99879b0ec46b associated. External IP: 10.96.250.203, port: b9efb8e9-2afc-4fd9-bb71-f6f4b90019c1. [pid: 7|app: 0|req: 520/1008] 10.0.0.251 () {34 vars in 676 bytes} [Fri May 8 04:02:55 2026] POST /v2.0/floatingips => generated 842 bytes in 966 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:02:57.055 7 INFO neutron.db.l3_db [None req-ac3110ed-e468-4304-b294-b3fcbc21b6fe ad412e1d84ba489197a6adbbd69f7e8f 9262b981d34c4bc7926ec713bec3869a - - default default] Floating IP 61380c87-5630-4a0b-863b-99879b0ec46b disassociated. External IP: 10.96.250.203, port: b9efb8e9-2afc-4fd9-bb71-f6f4b90019c1. [pid: 7|app: 0|req: 521/1009] 10.0.0.251 () {34 vars in 748 bytes} [Fri May 8 04:02:56 2026] PUT /v2.0/floatingips/61380c87-5630-4a0b-863b-99879b0ec46b => generated 552 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:02:57.439 7 INFO neutron_taas.services.taas.taas_plugin [None req-f9d02bf4-3122-4ff6-b03c-442648a29efb ad412e1d84ba489197a6adbbd69f7e8f 9262b981d34c4bc7926ec713bec3869a - - default default] TaaS: Handle Delete Port: b541e166-7576-4e14-beee-326d25afd68d [pid: 8|app: 0|req: 489/1010] 10.0.0.251 () {34 vars in 782 bytes} [Fri May 8 04:02:56 2026] PUT /v2.0/routers/c743bdca-f8db-4e3a-a81e-02431c86006f/add_router_interface => generated 309 bytes in 1112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:02:57.442 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9d02bf4-3122-4ff6-b03c-442648a29efb ad412e1d84ba489197a6adbbd69f7e8f 9262b981d34c4bc7926ec713bec3869a - - default default] Tap Mirror: Handle Delete Port: b541e166-7576-4e14-beee-326d25afd68d [pid: 7|app: 0|req: 522/1011] 10.0.0.251 () {32 vars in 731 bytes} [Fri May 8 04:02:57 2026] DELETE /v2.0/floatingips/61380c87-5630-4a0b-863b-99879b0ec46b => generated 0 bytes in 281 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1012] 10.0.0.251 () {34 vars in 684 bytes} [Fri May 8 04:02:58 2026] POST /v2.0/security-groups => generated 1660 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1013] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:02:58 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) 2026-05-08 04:02:58.360 8 INFO neutron.db.l3_db [None req-f5053265-90c2-44c2-9c3c-40286138f155 ad412e1d84ba489197a6adbbd69f7e8f 9262b981d34c4bc7926ec713bec3869a - - default default] Floating IP 88347536-115c-4db1-85f8-b70204f5d510 associated. External IP: 10.96.250.215, port: 3d59d07e-d622-4e51-bcff-7a1f2454bdb6. [pid: 7|app: 0|req: 525/1014] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:02:58 2026] POST /v2.0/security-group-rules => generated 602 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1015] 10.0.0.251 () {34 vars in 676 bytes} [Fri May 8 04:02:57 2026] POST /v2.0/floatingips => generated 842 bytes in 1065 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1018] 10.0.0.251 () {32 vars in 728 bytes} [Fri May 8 04:02:58 2026] GET /v2.0/floatingips/88347536-115c-4db1-85f8-b70204f5d510 => generated 842 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1019] 10.0.0.251 () {32 vars in 654 bytes} [Fri May 8 04:02:58 2026] GET /v2.0/floatingips => generated 845 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1020] 10.0.0.251 () {34 vars in 675 bytes} [Fri May 8 04:02:58 2026] POST /v2.0/floatingips => generated 552 bytes in 599 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:02:59.241 8 INFO neutron.db.l3_db [None req-69fbd486-e2c4-479e-bebd-c38f4279a5de ad412e1d84ba489197a6adbbd69f7e8f 9262b981d34c4bc7926ec713bec3869a - - default default] Floating IP 88347536-115c-4db1-85f8-b70204f5d510 associated. External IP: 10.96.250.215, port: 3d59d07e-d622-4e51-bcff-7a1f2454bdb6. [pid: 7|app: 0|req: 527/1021] 10.0.0.205 () {34 vars in 1097 bytes} [Fri May 8 04:02:59 2026] GET /v2.0/security-groups?name=tempest-securitygroup--529628915&fields=id&tenant_id=8ed4438ba23344819c1bc3cef9511466 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1022] 10.0.0.205 () {34 vars in 981 bytes} [Fri May 8 04:02:59 2026] GET /v2.0/networks?id=f49aabd9-dcd2-4277-98ae-452ed30921f6 => generated 669 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1023] 10.0.0.205 () {34 vars in 964 bytes} [Fri May 8 04:02:59 2026] GET /v2.0/quotas/8ed4438ba23344819c1bc3cef9511466 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1024] 10.0.0.205 () {34 vars in 1001 bytes} [Fri May 8 04:02:59 2026] GET /v2.0/ports?tenant_id=8ed4438ba23344819c1bc3cef9511466&fields=id => generated 103 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1025] 10.0.0.205 () {34 vars in 1007 bytes} [Fri May 8 04:02:59 2026] GET /v2.0/networks/f49aabd9-dcd2-4277-98ae-452ed30921f6?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: 532/1026] 10.0.0.205 () {34 vars in 1107 bytes} [Fri May 8 04:02:59 2026] GET /v2.0/networks/f49aabd9-dcd2-4277-98ae-452ed30921f6?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: 495/1027] 10.0.0.251 () {34 vars in 748 bytes} [Fri May 8 04:02:58 2026] PUT /v2.0/floatingips/88347536-115c-4db1-85f8-b70204f5d510 => generated 842 bytes in 1043 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:03:00.008 8 INFO neutron.db.l3_db [None req-bfbbbe7d-9bcf-4069-ad32-e62d85b561ac ad412e1d84ba489197a6adbbd69f7e8f 9262b981d34c4bc7926ec713bec3869a - - default default] Floating IP 88347536-115c-4db1-85f8-b70204f5d510 disassociated. External IP: 10.96.250.215, port: b9efb8e9-2afc-4fd9-bb71-f6f4b90019c1. [pid: 7|app: 0|req: 533/1028] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:02:59 2026] GET /v2.0/security-groups?tenant_id=8aae66fd616b46808ebcbb519f36663f&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1029] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:00 2026] GET /v2.0/ports?device_id=e60843cd-5460-40c1-9782-e690d1178105 => 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: 535/1030] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:00 2026] DELETE /v2.0/security-groups/d72c0496-ed31-4faa-8f74-2c900ae3cb16 => 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: 496/1031] 10.0.0.251 () {34 vars in 748 bytes} [Fri May 8 04:02:59 2026] PUT /v2.0/floatingips/88347536-115c-4db1-85f8-b70204f5d510 => generated 552 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:03:00.412 7 INFO neutron_taas.services.taas.taas_plugin [None req-e57bc8e9-8960-48f3-bdb8-2562af5e8ca1 ad412e1d84ba489197a6adbbd69f7e8f 9262b981d34c4bc7926ec713bec3869a - - default default] TaaS: Handle Delete Port: 357e13ae-b8f3-483d-9a15-672ae503286e 2026-05-08 04:03:00.415 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e57bc8e9-8960-48f3-bdb8-2562af5e8ca1 ad412e1d84ba489197a6adbbd69f7e8f 9262b981d34c4bc7926ec713bec3869a - - default default] Tap Mirror: Handle Delete Port: 357e13ae-b8f3-483d-9a15-672ae503286e [pid: 8|app: 0|req: 497/1032] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:00 2026] GET /v2.0/security-groups?tenant_id=5b78dc7cae534a44abb113069ec1da8f&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1033] 10.0.0.251 () {32 vars in 731 bytes} [Fri May 8 04:03:00 2026] DELETE /v2.0/floatingips/88347536-115c-4db1-85f8-b70204f5d510 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1034] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:00 2026] DELETE /v2.0/security-groups/ecb40b2c-a368-4f6c-a383-c1044919847c => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:03:00.639 7 INFO neutron.api.v2.resource [None req-e6145cc3-f0ca-4966-a478-cdaaaf92937b ad412e1d84ba489197a6adbbd69f7e8f 9262b981d34c4bc7926ec713bec3869a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 537/1035] 10.0.0.251 () {32 vars in 731 bytes} [Fri May 8 04:03:00 2026] DELETE /v2.0/floatingips/88347536-115c-4db1-85f8-b70204f5d510 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:03:00.773 8 INFO neutron_taas.services.taas.taas_plugin [None req-c5495bbb-b080-43ea-af62-3de174a84acb ad412e1d84ba489197a6adbbd69f7e8f 9262b981d34c4bc7926ec713bec3869a - - default default] TaaS: Handle Delete Port: b9efb8e9-2afc-4fd9-bb71-f6f4b90019c1 2026-05-08 04:03:00.777 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5495bbb-b080-43ea-af62-3de174a84acb ad412e1d84ba489197a6adbbd69f7e8f 9262b981d34c4bc7926ec713bec3869a - - default default] Tap Mirror: Handle Delete Port: b9efb8e9-2afc-4fd9-bb71-f6f4b90019c1 [pid: 8|app: 0|req: 499/1036] 10.0.0.251 () {32 vars in 719 bytes} [Fri May 8 04:03:00 2026] DELETE /v2.0/ports/b9efb8e9-2afc-4fd9-bb71-f6f4b90019c1 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:03:01.084 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e830b37-ae10-42fa-b6e5-408d9194a247 ad412e1d84ba489197a6adbbd69f7e8f 9262b981d34c4bc7926ec713bec3869a - - default default] TaaS: Handle Delete Port: 3d59d07e-d622-4e51-bcff-7a1f2454bdb6 2026-05-08 04:03:01.087 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e830b37-ae10-42fa-b6e5-408d9194a247 ad412e1d84ba489197a6adbbd69f7e8f 9262b981d34c4bc7926ec713bec3869a - - default default] Tap Mirror: Handle Delete Port: 3d59d07e-d622-4e51-bcff-7a1f2454bdb6 [pid: 8|app: 0|req: 500/1037] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:01 2026] GET /v2.0/ports?device_id=e60843cd-5460-40c1-9782-e690d1178105 => 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: 538/1038] 10.0.0.251 () {32 vars in 719 bytes} [Fri May 8 04:03:00 2026] DELETE /v2.0/ports/3d59d07e-d622-4e51-bcff-7a1f2454bdb6 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1039] 10.0.0.251 () {32 vars in 735 bytes} [Fri May 8 04:03:01 2026] GET /v2.0/ports?device_id=b44b9d29-1865-4098-a953-998d142e8b62 => generated 958 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:03:01.661 7 INFO neutron_taas.services.taas.taas_plugin [None req-3cd214f5-0af0-491d-a436-78f34b9458ef ad412e1d84ba489197a6adbbd69f7e8f 9262b981d34c4bc7926ec713bec3869a - - default default] TaaS: Handle Delete Port: a67fa43c-f7f8-49d2-b16c-959a9122fe8f 2026-05-08 04:03:01.665 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3cd214f5-0af0-491d-a436-78f34b9458ef ad412e1d84ba489197a6adbbd69f7e8f 9262b981d34c4bc7926ec713bec3869a - - default default] Tap Mirror: Handle Delete Port: a67fa43c-f7f8-49d2-b16c-959a9122fe8f [pid: 8|app: 0|req: 502/1040] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:02 2026] GET /v2.0/ports?device_id=e60843cd-5460-40c1-9782-e690d1178105 => 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: 539/1041] 10.0.0.251 () {34 vars in 788 bytes} [Fri May 8 04:03:01 2026] PUT /v2.0/routers/b44b9d29-1865-4098-a953-998d142e8b62/remove_router_interface => generated 309 bytes in 1080 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:03:02.658 8 INFO neutron_taas.services.taas.taas_plugin [None req-be466388-7308-49de-afc5-4ed0c97dcda5 ad412e1d84ba489197a6adbbd69f7e8f 9262b981d34c4bc7926ec713bec3869a - - default default] TaaS: Handle Delete Port: a653e275-738f-4d77-b7dc-8d5b9b666c41 2026-05-08 04:03:02.661 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be466388-7308-49de-afc5-4ed0c97dcda5 ad412e1d84ba489197a6adbbd69f7e8f 9262b981d34c4bc7926ec713bec3869a - - default default] Tap Mirror: Handle Delete Port: a653e275-738f-4d77-b7dc-8d5b9b666c41 2026-05-08 04:03:02.902 8 INFO neutron_taas.services.taas.taas_plugin [None req-be466388-7308-49de-afc5-4ed0c97dcda5 ad412e1d84ba489197a6adbbd69f7e8f 9262b981d34c4bc7926ec713bec3869a - - default default] TaaS: Handle Delete Port: 0e57ddc8-dcd5-435c-b34b-da80e032dcbd 2026-05-08 04:03:02.905 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be466388-7308-49de-afc5-4ed0c97dcda5 ad412e1d84ba489197a6adbbd69f7e8f 9262b981d34c4bc7926ec713bec3869a - - default default] Tap Mirror: Handle Delete Port: 0e57ddc8-dcd5-435c-b34b-da80e032dcbd 2026-05-08 04:03:03.241 8 INFO neutron.services.segments.plugin [-] Segment 710a6ecb-3cd2-4d0c-a02b-d67cb1e0e4b9 resource provider aggregate not found 2026-05-08 04:03:03.252 8 INFO neutron.services.segments.plugin [-] Segment 710a6ecb-3cd2-4d0c-a02b-d67cb1e0e4b9 resource provider aggregate not found 2026-05-08 04:03:03.262 8 INFO neutron.services.segments.plugin [-] Segment 710a6ecb-3cd2-4d0c-a02b-d67cb1e0e4b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 710a6ecb-3cd2-4d0c-a02b-d67cb1e0e4b9 found for delete ", "request_id": "req-bdc2d620-a16a-4176-9297-ca15fe9feb14"}]} 2026-05-08 04:03:03.270 8 INFO neutron.services.segments.plugin [-] Segment 710a6ecb-3cd2-4d0c-a02b-d67cb1e0e4b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 710a6ecb-3cd2-4d0c-a02b-d67cb1e0e4b9 found for delete ", "request_id": "req-e5c8e1db-9041-4233-b47e-34c4340875da"}]} 2026-05-08 04:03:03.277 8 INFO neutron.db.l3_hamode_db [None req-be466388-7308-49de-afc5-4ed0c97dcda5 ad412e1d84ba489197a6adbbd69f7e8f 9262b981d34c4bc7926ec713bec3869a - - default default] HA network 5abcf592-e5ad-49f5-a568-8e6262d5020c was deleted as no HA routers are present in tenant 9262b981d34c4bc7926ec713bec3869a. [pid: 8|app: 0|req: 503/1042] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:02 2026] DELETE /v2.0/routers/b44b9d29-1865-4098-a953-998d142e8b62 => generated 0 bytes in 884 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1043] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:03 2026] DELETE /v2.0/subnets/9fae52a0-13a2-4212-a6d3-ee1820e7c59b => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1044] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:03 2026] GET /v2.0/ports?device_id=e60843cd-5460-40c1-9782-e690d1178105 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:03:03.527 7 INFO neutron.services.segments.plugin [-] Segment ea682cb0-b8bb-4db2-bab7-1180cb3d6eef resource provider aggregate not found 2026-05-08 04:03:03.529 7 INFO neutron.services.segments.plugin [-] Segment ea682cb0-b8bb-4db2-bab7-1180cb3d6eef resource provider aggregate not found 2026-05-08 04:03:03.557 7 INFO neutron.services.segments.plugin [-] Segment ea682cb0-b8bb-4db2-bab7-1180cb3d6eef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea682cb0-b8bb-4db2-bab7-1180cb3d6eef found for delete ", "request_id": "req-01f11b83-3175-4201-938f-b1a8f73b22f7"}]} 2026-05-08 04:03:03.566 7 INFO neutron.services.segments.plugin [-] Segment ea682cb0-b8bb-4db2-bab7-1180cb3d6eef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea682cb0-b8bb-4db2-bab7-1180cb3d6eef found for delete ", "request_id": "req-77e87419-663e-44fa-83a0-0a43a34c85bc"}]} [pid: 7|app: 0|req: 541/1045] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:03:03 2026] DELETE /v2.0/networks/7fb78eb8-bbf0-4b31-9633-bba004da3cbf => 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: 505/1046] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:04 2026] GET /v2.0/security-groups?tenant_id=9262b981d34c4bc7926ec713bec3869a&name=default => generated 2925 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1047] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:03:04 2026] GET /v2.0/networks?id=f49aabd9-dcd2-4277-98ae-452ed30921f6 => generated 669 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1048] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:04 2026] DELETE /v2.0/security-groups/542fde39-4a30-4939-ae95-228df7643a94 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1049] 199.204.45.113 () {34 vars in 1049 bytes} [Fri May 8 04:03:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8ed4438ba23344819c1bc3cef9511466 => generated 180 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1050] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:04 2026] GET /v2.0/ports?device_id=e60843cd-5460-40c1-9782-e690d1178105 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1051] 199.204.45.113 () {38 vars in 954 bytes} [Fri May 8 04:03:04 2026] POST /v2.0/ports => generated 958 bytes in 323 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: 509/1052] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:04 2026] GET /v2.0/security-groups?tenant_id=7e90aec1ffe5460f93b08c88e4c978be&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1053] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:04 2026] DELETE /v2.0/security-groups/4cfac0e9-3e9a-42ae-88ee-e43eececb93c => 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: 544/1054] 199.204.45.113 () {38 vars in 1027 bytes} [Fri May 8 04:03:04 2026] PUT /v2.0/ports/83b1e557-a495-49e0-bf3a-693bb88445ee => generated 1239 bytes in 480 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:03:05.260 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e4575171-6701-4966-b6e9-d3a5413a67ef'] response: {'name': 'network-changed', 'server_uuid': 'e60843cd-5460-40c1-9782-e690d1178105', 'tag': '83b1e557-a495-49e0-bf3a-693bb88445ee', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 511/1055] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:05 2026] GET /v2.0/security-groups?tenant_id=2125e27cc52748c3b992ee16243ab350&name=default => generated 2925 bytes in 135 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: 545/1056] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:05 2026] DELETE /v2.0/security-groups/824e5dfa-8993-45e5-81d6-b3c7378b3deb => 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: 512/1057] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:05 2026] GET /v2.0/ports?device_id=e60843cd-5460-40c1-9782-e690d1178105 => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1058] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:03:05 2026] GET /v2.0/security-groups?id=773d4d9f-53e9-4bbc-ba1b-a53d211aeff9&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: 513/1059] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:03:05 2026] GET /v2.0/ports?tenant_id=8ed4438ba23344819c1bc3cef9511466&device_id=e60843cd-5460-40c1-9782-e690d1178105 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1060] 199.204.45.113 () {34 vars in 1017 bytes} [Fri May 8 04:03:05 2026] GET /v2.0/networks?tenant_id=8ed4438ba23344819c1bc3cef9511466&shared=False => generated 764 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1061] 199.204.45.113 () {34 vars in 929 bytes} [Fri May 8 04:03:05 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:03:06.605 7 INFO neutron.db.segments_db [None req-0bdd5a0e-c142-4b17-bdd8-cbfc7d904969 1a12eb76a357466280b0f0d74dd021d5 05cd3aefcb8d40699a0f5a2cd496b87d - - default default] Added segment 74231e5a-4dc7-4e6b-b22d-c0f6a0727b3f of type vxlan for network 0261dace-ba0e-4a1f-bec5-933862757139 [pid: 7|app: 0|req: 548/1062] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:03:06 2026] POST /v2.0/networks => generated 624 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1063] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:06 2026] GET /v2.0/ports?device_id=e60843cd-5460-40c1-9782-e690d1178105 => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1064] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:03:06 2026] GET /v2.0/security-groups?id=773d4d9f-53e9-4bbc-ba1b-a53d211aeff9&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1065] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:03:06 2026] GET /v2.0/ports?tenant_id=8ed4438ba23344819c1bc3cef9511466&device_id=e60843cd-5460-40c1-9782-e690d1178105 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1066] 199.204.45.113 () {34 vars in 1059 bytes} [Fri May 8 04:03:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=83b1e557-a495-49e0-bf3a-693bb88445ee => 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: 553/1067] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:03:06 2026] GET /v2.0/subnets?id=a718ba03-5290-44a9-871a-eb763abc51f8 => generated 687 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1068] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:03:06 2026] POST /v2.0/subnets => generated 641 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1069] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:03:07 2026] GET /v2.0/ports?network_id=f49aabd9-dcd2-4277-98ae-452ed30921f6&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:03:07.083 8 INFO neutron.db.segments_db [None req-1fc6b152-b50c-4f06-93dc-32184e0652bf 1a12eb76a357466280b0f0d74dd021d5 05cd3aefcb8d40699a0f5a2cd496b87d - - default default] Added segment f856ab6b-8962-47b0-a93e-55bb464a56e5 of type vxlan for network d568c994-2e92-4f54-b154-9333c1478a0a [pid: 7|app: 0|req: 555/1070] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:03:07 2026] GET /v2.0/networks/f49aabd9-dcd2-4277-98ae-452ed30921f6?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: 556/1071] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:03:07 2026] GET /v2.0/networks/f49aabd9-dcd2-4277-98ae-452ed30921f6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1072] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:03:07 2026] POST /v2.0/networks => generated 625 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1073] 10.0.0.251 () {34 vars in 742 bytes} [Fri May 8 04:03:07 2026] PUT /v2.0/networks/d568c994-2e92-4f54-b154-9333c1478a0a => generated 592 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1074] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:03:07 2026] POST /v2.0/subnets => generated 626 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1075] 10.0.0.251 () {34 vars in 740 bytes} [Fri May 8 04:03:07 2026] PUT /v2.0/subnets/2c33de0c-c31b-4eaf-a68a-aa7f93c4a204 => generated 636 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:03:07.805 8 INFO neutron.services.segments.plugin [-] Segment f856ab6b-8962-47b0-a93e-55bb464a56e5 resource provider aggregate not found 2026-05-08 04:03:07.806 8 INFO neutron.services.segments.plugin [-] Segment f856ab6b-8962-47b0-a93e-55bb464a56e5 resource provider aggregate not found 2026-05-08 04:03:07.825 8 INFO neutron.services.segments.plugin [-] Segment f856ab6b-8962-47b0-a93e-55bb464a56e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f856ab6b-8962-47b0-a93e-55bb464a56e5 found for delete ", "request_id": "req-1b2b8c56-c202-487f-8e2c-f78754cac216"}]} 2026-05-08 04:03:07.826 8 INFO neutron.services.segments.plugin [-] Segment f856ab6b-8962-47b0-a93e-55bb464a56e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f856ab6b-8962-47b0-a93e-55bb464a56e5 found for delete ", "request_id": "req-45b0fd21-ab07-4d4e-98d6-ac134a3218f9"}]} [pid: 8|app: 0|req: 518/1076] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:03:07 2026] DELETE /v2.0/networks/d568c994-2e92-4f54-b154-9333c1478a0a => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:03:07.850 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0bbcb963-8a5b-473f-9877-d93b5bb9d9b5 1a12eb76a357466280b0f0d74dd021d5 05cd3aefcb8d40699a0f5a2cd496b87d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 559/1077] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:03:07 2026] DELETE /v2.0/networks/d568c994-2e92-4f54-b154-9333c1478a0a => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1078] 10.0.0.251 () {32 vars in 693 bytes} [Fri May 8 04:03:07 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1079] 10.0.0.251 () {32 vars in 741 bytes} [Fri May 8 04:03:07 2026] GET /v2.0/subnets?network_id=9723d5ed-7048-4e7f-a9c7-8a61b035be4f => generated 649 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1080] 10.0.0.251 () {32 vars in 652 bytes} [Fri May 8 04:03:07 2026] GET /v2.0/extensions => generated 21537 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1081] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:07 2026] GET /v2.0/ports?device_id=e60843cd-5460-40c1-9782-e690d1178105 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1082] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:03:08 2026] GET /v2.0/security-groups?id=773d4d9f-53e9-4bbc-ba1b-a53d211aeff9&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1083] 10.0.0.251 () {32 vars in 648 bytes} [Fri May 8 04:03:07 2026] GET /v2.0/networks => generated 1308 bytes in 553 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1084] 10.0.0.251 () {32 vars in 646 bytes} [Fri May 8 04:03:08 2026] GET /v2.0/subnets => generated 1280 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1085] 10.0.0.251 () {32 vars in 722 bytes} [Fri May 8 04:03:08 2026] GET /v2.0/networks/0261dace-ba0e-4a1f-bec5-933862757139 => generated 668 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1086] 10.0.0.251 () {32 vars in 720 bytes} [Fri May 8 04:03:08 2026] GET /v2.0/subnets/57d0e152-824a-46e2-be13-ee8381946128 => generated 641 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:03:08.697 8 INFO neutron.pecan_wsgi.hooks.translation [None req-368152ae-7f8f-4165-86d7-fdad8f675e9c 1a12eb76a357466280b0f0d74dd021d5 05cd3aefcb8d40699a0f5a2cd496b87d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 523/1087] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:08 2026] DELETE /v2.0/subnets/2c33de0c-c31b-4eaf-a68a-aa7f93c4a204 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:03:08.716 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cf901780-6319-4cd6-8431-3c0559d96b42 1a12eb76a357466280b0f0d74dd021d5 05cd3aefcb8d40699a0f5a2cd496b87d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 565/1088] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:03:08 2026] DELETE /v2.0/networks/d568c994-2e92-4f54-b154-9333c1478a0a => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1089] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:08 2026] DELETE /v2.0/subnets/57d0e152-824a-46e2-be13-ee8381946128 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:03:09.017 7 INFO neutron_taas.services.taas.taas_plugin [None req-83d25d15-eb10-45d9-9dc6-06441396c12f 1a12eb76a357466280b0f0d74dd021d5 05cd3aefcb8d40699a0f5a2cd496b87d - - default default] TaaS: Handle Delete Port: 972417e3-cdaf-4af1-a317-f87cf7b880f1 2026-05-08 04:03:09.020 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83d25d15-eb10-45d9-9dc6-06441396c12f 1a12eb76a357466280b0f0d74dd021d5 05cd3aefcb8d40699a0f5a2cd496b87d - - default default] Tap Mirror: Handle Delete Port: 972417e3-cdaf-4af1-a317-f87cf7b880f1 [pid: 8|app: 0|req: 525/1090] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:09 2026] GET /v2.0/ports?device_id=e60843cd-5460-40c1-9782-e690d1178105 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:03:09.190 7 INFO neutron.services.segments.plugin [-] Segment 74231e5a-4dc7-4e6b-b22d-c0f6a0727b3f resource provider aggregate not found 2026-05-08 04:03:09.192 7 INFO neutron.services.segments.plugin [-] Segment 74231e5a-4dc7-4e6b-b22d-c0f6a0727b3f resource provider aggregate not found 2026-05-08 04:03:09.217 7 INFO neutron.services.segments.plugin [-] Segment 74231e5a-4dc7-4e6b-b22d-c0f6a0727b3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74231e5a-4dc7-4e6b-b22d-c0f6a0727b3f found for delete ", "request_id": "req-0cecf03c-f7ad-4cd6-98d5-f0cddbc3dd41"}]} 2026-05-08 04:03:09.218 7 INFO neutron.services.segments.plugin [-] Segment 74231e5a-4dc7-4e6b-b22d-c0f6a0727b3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74231e5a-4dc7-4e6b-b22d-c0f6a0727b3f found for delete ", "request_id": "req-94b47809-525b-495f-af59-5a0779d7552f"}]} [pid: 8|app: 0|req: 526/1091] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:03:09 2026] GET /v2.0/security-groups?id=773d4d9f-53e9-4bbc-ba1b-a53d211aeff9&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1092] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:03:08 2026] DELETE /v2.0/networks/0261dace-ba0e-4a1f-bec5-933862757139 => 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: 527/1093] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:09 2026] GET /v2.0/security-groups?tenant_id=05cd3aefcb8d40699a0f5a2cd496b87d&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1094] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:10 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => generated 971 bytes in 139 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.205 () {34 vars in 1039 bytes} [Fri May 8 04:03:10 2026] GET /v2.0/security-groups?id=a4efc3b3-d095-4fce-870c-84111b15c32f&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: 528/1096] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:10 2026] DELETE /v2.0/security-groups/1f49c544-3ed8-4ae6-8ff0-3756eb882b5b => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1097] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:10 2026] GET /v2.0/ports?device_id=e60843cd-5460-40c1-9782-e690d1178105 => generated 975 bytes in 39 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.205 () {34 vars in 1039 bytes} [Fri May 8 04:03:10 2026] GET /v2.0/security-groups?id=773d4d9f-53e9-4bbc-ba1b-a53d211aeff9&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: 570/1099] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:10 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1100] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:03:10 2026] GET /v2.0/security-groups?id=a4efc3b3-d095-4fce-870c-84111b15c32f&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: 531/1101] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:11 2026] GET /v2.0/ports?device_id=e60843cd-5460-40c1-9782-e690d1178105 => generated 975 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1102] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:11 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => 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: 533/1103] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:03:11 2026] GET /v2.0/security-groups?id=773d4d9f-53e9-4bbc-ba1b-a53d211aeff9&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1104] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:03:11 2026] GET /v2.0/security-groups?id=a4efc3b3-d095-4fce-870c-84111b15c32f&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: 571/1105] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:11 2026] GET /v2.0/security-groups?tenant_id=1d06799ab2f44b408d2b8601f5daea0d&name=default => generated 2925 bytes in 359 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1106] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:11 2026] DELETE /v2.0/security-groups/eb036a2f-4b5b-41b8-8871-69d6d4863ce1 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1107] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:11 2026] GET /v2.0/security-groups?tenant_id=91dd187a72c344ae8186d2577b584160&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: 536/1108] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:12 2026] DELETE /v2.0/security-groups/968d9062-bb9b-44a5-89d1-019be42eac7c => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:03:12.629 7 INFO neutron.db.segments_db [None req-199b3463-d161-4735-b295-fcbf960a9c56 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] Added segment 245bdc76-8a9a-49ff-8b86-f3343e576dd6 of type vxlan for network 2035cb43-cf12-43c7-84d7-07f3268b5331 [pid: 7|app: 0|req: 573/1109] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:03:12 2026] POST /v2.0/networks => generated 614 bytes in 614 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1110] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:12 2026] GET /v2.0/ports?device_id=e60843cd-5460-40c1-9782-e690d1178105 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:03:12.802 7 INFO neutron.db.segments_db [None req-b4d343ac-606f-444e-852a-428dc6e623a5 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] Added segment a436be7e-a90f-4191-8011-a42b4d0f3c09 of type vxlan for network 34184b56-19f7-4234-96b3-eadc095dc453 [pid: 8|app: 0|req: 538/1111] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:03:12 2026] GET /v2.0/security-groups?id=773d4d9f-53e9-4bbc-ba1b-a53d211aeff9&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1112] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:12 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => 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: 540/1113] 199.204.45.113 () {34 vars in 993 bytes} [Fri May 8 04:03:12 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => 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: 574/1114] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:03:12 2026] POST /v2.0/networks => generated 614 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1115] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:03:12 2026] GET /v2.0/security-groups?id=a4efc3b3-d095-4fce-870c-84111b15c32f&fields=id&fields=name => generated 114 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1116] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:12 2026] GET /v2.0/ports?device_id=e60843cd-5460-40c1-9782-e690d1178105 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:03:13.078 8 INFO neutron_taas.services.taas.taas_plugin [req-029bf2ed-e63b-4f15-a068-f819ed0bb615 req-9163cc1f-e255-438c-8edb-6b9de8e983ed 4fd09accb57e456397f940bf5c44f84f 7c4b255721e9492cb4dcbb198d50e46e - - default default] TaaS: Handle Delete Port: b57cd68f-83bd-4fd8-9744-c967b40999a1 2026-05-08 04:03:13.080 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-029bf2ed-e63b-4f15-a068-f819ed0bb615 req-9163cc1f-e255-438c-8edb-6b9de8e983ed 4fd09accb57e456397f940bf5c44f84f 7c4b255721e9492cb4dcbb198d50e46e - - default default] Tap Mirror: Handle Delete Port: b57cd68f-83bd-4fd8-9744-c967b40999a1 2026-05-08 04:03:13.187 8 INFO neutron.db.l3_db [req-029bf2ed-e63b-4f15-a068-f819ed0bb615 req-9163cc1f-e255-438c-8edb-6b9de8e983ed 4fd09accb57e456397f940bf5c44f84f 7c4b255721e9492cb4dcbb198d50e46e - - default default] Floating IP e81f7883-2ddb-4879-b687-c34a683a5a48 disassociated. External IP: 10.96.250.213, port: b57cd68f-83bd-4fd8-9744-c967b40999a1. [pid: 7|app: 0|req: 576/1117] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:03:13 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: 8|app: 0|req: 542/1118] 199.204.45.113 () {36 vars in 996 bytes} [Fri May 8 04:03:12 2026] DELETE /v2.0/ports/b57cd68f-83bd-4fd8-9744-c967b40999a1 => generated 0 bytes in 597 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:03:13.612 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d345a2c1-5659-4763-b1a9-5ff79daca768'] response: {'server_uuid': 'c7a4ef94-7a0b-4e37-8e1c-63f385ff043b', 'name': 'network-vif-deleted', 'tag': 'b57cd68f-83bd-4fd8-9744-c967b40999a1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 543/1119] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:03:13 2026] POST /v2.0/subnets => generated 655 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:03:13.880 8 INFO neutron.db.segments_db [None req-8a811347-ab4c-4783-a682-7d7e2db5d5d5 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] Added segment 944f0e75-dd60-4afd-b4d4-4a8ed79dcc58 of type vxlan for network 7f140058-fd2f-448f-ba0b-bbee46eecfff 2026-05-08 04:03:14.085 7 INFO neutron.db.l3_db [None req-48c936fd-f41b-47de-9518-038d2eedd166 fb18b96fa72043cf9dcfad32b5a14bd3 8ed4438ba23344819c1bc3cef9511466 - - default default] Floating IP 7a951878-02bb-425f-b89c-926abf1ba87b associated. External IP: 10.96.250.204, port: 83b1e557-a495-49e0-bf3a-693bb88445ee. 2026-05-08 04:03:14.167 8 INFO neutron.db.l3_hamode_db [None req-8a811347-ab4c-4783-a682-7d7e2db5d5d5 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 04:03:14.295 8 INFO neutron.db.l3_hamode_db [None req-8a811347-ab4c-4783-a682-7d7e2db5d5d5 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 577/1122] 10.0.0.251 () {34 vars in 748 bytes} [Fri May 8 04:03:13 2026] PUT /v2.0/floatingips/7a951878-02bb-425f-b89c-926abf1ba87b => generated 856 bytes in 1135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1123] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:14 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:03:14.473 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1165bc3c-f415-4ee9-a521-47d54bc38b23'] response: {'name': 'network-changed', 'server_uuid': 'e60843cd-5460-40c1-9782-e690d1178105', 'tag': '83b1e557-a495-49e0-bf3a-693bb88445ee', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 579/1124] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:14 2026] GET /v2.0/ports?device_id=e60843cd-5460-40c1-9782-e690d1178105 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1125] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:03:14 2026] GET /v2.0/security-groups?id=773d4d9f-53e9-4bbc-ba1b-a53d211aeff9&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1126] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:14 2026] GET /v2.0/ports?device_id=e60843cd-5460-40c1-9782-e690d1178105 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1127] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:03:13 2026] POST /v2.0/routers => generated 511 bytes in 1130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1128] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:03:14 2026] GET /v2.0/security-groups?id=773d4d9f-53e9-4bbc-ba1b-a53d211aeff9&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1129] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:14 2026] GET /v2.0/security-groups?tenant_id=f4e1c7ffc9b34a4a96f6997950b7a323&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1130] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:03:15 2026] GET /v2.0/ports?tenant_id=8ed4438ba23344819c1bc3cef9511466&device_id=e60843cd-5460-40c1-9782-e690d1178105 => 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: 584/1131] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:15 2026] DELETE /v2.0/security-groups/e825e0ea-e0aa-42fb-9ae5-4507cbcfef26 => 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: 585/1132] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:03:15 2026] GET /v2.0/networks?id=f49aabd9-dcd2-4277-98ae-452ed30921f6 => generated 764 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1133] 199.204.45.113 () {34 vars in 1059 bytes} [Fri May 8 04:03:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=83b1e557-a495-49e0-bf3a-693bb88445ee => generated 859 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1134] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:03:15 2026] GET /v2.0/subnets?id=a718ba03-5290-44a9-871a-eb763abc51f8 => generated 687 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1135] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:03:15 2026] GET /v2.0/ports?network_id=f49aabd9-dcd2-4277-98ae-452ed30921f6&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1136] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:15 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => 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: 590/1137] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:03:15 2026] GET /v2.0/networks/f49aabd9-dcd2-4277-98ae-452ed30921f6?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: 591/1138] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:03:15 2026] GET /v2.0/networks/f49aabd9-dcd2-4277-98ae-452ed30921f6?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: 592/1139] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:16 2026] GET /v2.0/ports?device_id=e60843cd-5460-40c1-9782-e690d1178105 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1140] 10.0.0.251 () {34 vars in 782 bytes} [Fri May 8 04:03:14 2026] PUT /v2.0/routers/7113fd6f-c34e-4027-b39f-fcb88874513b/add_router_interface => generated 309 bytes in 1127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1141] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:03:16 2026] GET /v2.0/security-groups?id=773d4d9f-53e9-4bbc-ba1b-a53d211aeff9&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1142] 10.0.0.251 () {32 vars in 716 bytes} [Fri May 8 04:03:16 2026] GET /v2.0/ports/810cb9e6-d628-408b-aadc-3e16721e06fe => generated 959 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1143] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:16 2026] GET /v2.0/ports?device_id=c7a4ef94-7a0b-4e37-8e1c-63f385ff043b => 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: 594/1144] 10.0.0.251 () {34 vars in 782 bytes} [Fri May 8 04:03:16 2026] PUT /v2.0/routers/7113fd6f-c34e-4027-b39f-fcb88874513b/add_router_interface => generated 309 bytes in 1126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1145] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:17 2026] GET /v2.0/ports?device_id=e60843cd-5460-40c1-9782-e690d1178105 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:03:17.376 8 INFO neutron.db.segments_db [None req-bbc64ee6-1932-4ecf-9f67-f1512ba59d50 bf7ba9d8f1454459bd6805bd2b9d96bb e78d048e38834193953bed1063494c02 - - default default] Added segment 35c6bde7-c118-4ef3-8292-add1b5d1fcdc of type vxlan for network 1c14a4ab-d9b0-42fd-a412-8cf6d255b6c0 [pid: 7|app: 0|req: 596/1146] 199.204.45.113 () {34 vars in 993 bytes} [Fri May 8 04:03:17 2026] GET /v2.0/ports?device_id=e60843cd-5460-40c1-9782-e690d1178105 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1147] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:03:17 2026] POST /v2.0/networks => generated 630 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1148] 10.0.0.251 () {32 vars in 716 bytes} [Fri May 8 04:03:17 2026] GET /v2.0/ports/66bd3c47-252b-46b0-af67-01598cb9ce49 => generated 967 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1149] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:03:17 2026] GET /v2.0/security-groups?id=773d4d9f-53e9-4bbc-ba1b-a53d211aeff9&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:03:17.593 7 INFO neutron_taas.services.taas.taas_plugin [req-21986438-285b-4c15-a3b6-946271ca619b req-936ad8ab-8694-41b3-a0ec-f1c5658b36a4 fb18b96fa72043cf9dcfad32b5a14bd3 8ed4438ba23344819c1bc3cef9511466 - - default default] TaaS: Handle Delete Port: 83b1e557-a495-49e0-bf3a-693bb88445ee 2026-05-08 04:03:17.595 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-21986438-285b-4c15-a3b6-946271ca619b req-936ad8ab-8694-41b3-a0ec-f1c5658b36a4 fb18b96fa72043cf9dcfad32b5a14bd3 8ed4438ba23344819c1bc3cef9511466 - - default default] Tap Mirror: Handle Delete Port: 83b1e557-a495-49e0-bf3a-693bb88445ee 2026-05-08 04:03:17.715 7 INFO neutron.db.l3_db [req-21986438-285b-4c15-a3b6-946271ca619b req-936ad8ab-8694-41b3-a0ec-f1c5658b36a4 fb18b96fa72043cf9dcfad32b5a14bd3 8ed4438ba23344819c1bc3cef9511466 - - default default] Floating IP 7a951878-02bb-425f-b89c-926abf1ba87b disassociated. External IP: 10.96.250.204, port: 83b1e557-a495-49e0-bf3a-693bb88445ee. [pid: 8|app: 0|req: 553/1150] 10.0.0.251 () {34 vars in 664 bytes} [Fri May 8 04:03:17 2026] POST /v2.0/ports => generated 779 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 598/1151] 199.204.45.113 () {36 vars in 996 bytes} [Fri May 8 04:03:17 2026] DELETE /v2.0/ports/83b1e557-a495-49e0-bf3a-693bb88445ee => generated 0 bytes in 580 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:03:18.084 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-65ee4d7c-2ef4-46de-b946-92aa7f8b70ee'] response: {'server_uuid': 'e60843cd-5460-40c1-9782-e690d1178105', 'name': 'network-vif-deleted', 'tag': '83b1e557-a495-49e0-bf3a-693bb88445ee', 'status': 'completed', 'code': 200} 2026-05-08 04:03:18.131 8 INFO neutron_taas.services.taas.taas_plugin [None req-961d75cc-b1c5-4f96-b805-4b25c017bd85 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] TaaS: Handle Delete Port: 66bd3c47-252b-46b0-af67-01598cb9ce49 2026-05-08 04:03:18.134 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-961d75cc-b1c5-4f96-b805-4b25c017bd85 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] Tap Mirror: Handle Delete Port: 66bd3c47-252b-46b0-af67-01598cb9ce49 [pid: 7|app: 0|req: 599/1152] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:18 2026] DELETE /v2.0/security-groups/a4efc3b3-d095-4fce-870c-84111b15c32f => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:03:18.227 7 INFO neutron.db.segments_db [None req-1eabb8a6-8080-4040-bae6-f6d3caf3655d bf7ba9d8f1454459bd6805bd2b9d96bb e78d048e38834193953bed1063494c02 - - default default] Added segment 5d7a9c22-9548-4233-ba1d-2140b23b15a5 of type vxlan for network fd4fe4f4-495d-4f0b-870d-a12f3dceb2db [pid: 7|app: 0|req: 600/1153] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:03:18 2026] POST /v2.0/networks => generated 617 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:03:18.353 7 INFO neutron.api.v2.resource [None req-08ba72a3-debc-4302-9f64-6ee41547d7b7 4fd09accb57e456397f940bf5c44f84f 7c4b255721e9492cb4dcbb198d50e46e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 601/1154] 10.0.0.251 () {32 vars in 736 bytes} [Fri May 8 04:03:18 2026] GET /v2.0/security-groups/a4efc3b3-d095-4fce-870c-84111b15c32f => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1155] 10.0.0.251 () {34 vars in 788 bytes} [Fri May 8 04:03:17 2026] PUT /v2.0/routers/7113fd6f-c34e-4027-b39f-fcb88874513b/remove_router_interface => generated 309 bytes in 750 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1156] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:03:18 2026] POST /v2.0/subnets => generated 646 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:03:18.630 8 INFO neutron_taas.services.taas.taas_plugin [None req-cff0659b-9349-4ca2-b12e-9b633ada56b0 4fd09accb57e456397f940bf5c44f84f 7c4b255721e9492cb4dcbb198d50e46e - - default default] TaaS: Handle Delete Port: 9efb26c7-3bee-4ebb-b091-14ae7556acdf 2026-05-08 04:03:18.633 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cff0659b-9349-4ca2-b12e-9b633ada56b0 4fd09accb57e456397f940bf5c44f84f 7c4b255721e9492cb4dcbb198d50e46e - - default default] Tap Mirror: Handle Delete Port: 9efb26c7-3bee-4ebb-b091-14ae7556acdf [pid: 8|app: 0|req: 555/1157] 10.0.0.251 () {32 vars in 731 bytes} [Fri May 8 04:03:18 2026] DELETE /v2.0/floatingips/e81f7883-2ddb-4879-b687-c34a683a5a48 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:03:18.891 7 INFO neutron_taas.services.taas.taas_plugin [None req-fdc70e0a-5bdf-40ef-91dc-aaca72aa25a9 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] TaaS: Handle Delete Port: 810cb9e6-d628-408b-aadc-3e16721e06fe 2026-05-08 04:03:18.894 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fdc70e0a-5bdf-40ef-91dc-aaca72aa25a9 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] Tap Mirror: Handle Delete Port: 810cb9e6-d628-408b-aadc-3e16721e06fe [pid: 8|app: 0|req: 556/1158] 10.0.0.251 () {34 vars in 664 bytes} [Fri May 8 04:03:18 2026] POST /v2.0/ports => generated 966 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 557/1159] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:19 2026] GET /v2.0/ports?device_id=e60843cd-5460-40c1-9782-e690d1178105 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1160] 10.0.0.251 () {34 vars in 788 bytes} [Fri May 8 04:03:18 2026] PUT /v2.0/routers/7113fd6f-c34e-4027-b39f-fcb88874513b/remove_router_interface => generated 309 bytes in 705 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:03:19.354 7 INFO neutron_taas.services.taas.taas_plugin [None req-0c549d44-ed7f-4675-9fea-f02f0e628f0c bf7ba9d8f1454459bd6805bd2b9d96bb e78d048e38834193953bed1063494c02 - - default default] TaaS: Handle Delete Port: 817ce1c6-887b-492a-8c77-271248bb9d73 2026-05-08 04:03:19.358 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c549d44-ed7f-4675-9fea-f02f0e628f0c bf7ba9d8f1454459bd6805bd2b9d96bb e78d048e38834193953bed1063494c02 - - default default] Tap Mirror: Handle Delete Port: 817ce1c6-887b-492a-8c77-271248bb9d73 [pid: 7|app: 0|req: 604/1161] 10.0.0.251 () {32 vars in 719 bytes} [Fri May 8 04:03:19 2026] DELETE /v2.0/ports/817ce1c6-887b-492a-8c77-271248bb9d73 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1162] 10.0.0.251 () {32 vars in 735 bytes} [Fri May 8 04:03:19 2026] GET /v2.0/ports?device_id=7113fd6f-c34e-4027-b39f-fcb88874513b => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:03:19.505 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b6de45b4-b573-45a1-8347-91d08077a997 bf7ba9d8f1454459bd6805bd2b9d96bb e78d048e38834193953bed1063494c02 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 606/1163] 10.0.0.251 () {32 vars in 719 bytes} [Fri May 8 04:03:19 2026] DELETE /v2.0/ports/817ce1c6-887b-492a-8c77-271248bb9d73 => generated 132 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:03:19.565 8 INFO neutron_taas.services.taas.taas_plugin [None req-e19db1b6-08cc-4efb-aad7-5e9c6638cf3f fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: 73f53af5-40f2-4b55-87b2-4fddd059c529 2026-05-08 04:03:19.567 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e19db1b6-08cc-4efb-aad7-5e9c6638cf3f fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: 73f53af5-40f2-4b55-87b2-4fddd059c529 2026-05-08 04:03:19.649 7 INFO neutron_taas.services.taas.taas_plugin [None req-91e7e479-843c-46a4-bb6f-640e66323356 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] TaaS: Handle Delete Port: d7dc8374-67a1-4569-a290-9c5a947c7fa2 2026-05-08 04:03:19.651 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91e7e479-843c-46a4-bb6f-640e66323356 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] Tap Mirror: Handle Delete Port: d7dc8374-67a1-4569-a290-9c5a947c7fa2 2026-05-08 04:03:19.973 7 INFO neutron.services.segments.plugin [-] Segment 944f0e75-dd60-4afd-b4d4-4a8ed79dcc58 resource provider aggregate not found 2026-05-08 04:03:19.979 7 INFO neutron.services.segments.plugin [-] Segment 944f0e75-dd60-4afd-b4d4-4a8ed79dcc58 resource provider aggregate not found 2026-05-08 04:03:19.996 7 INFO neutron.services.segments.plugin [-] Segment 944f0e75-dd60-4afd-b4d4-4a8ed79dcc58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 944f0e75-dd60-4afd-b4d4-4a8ed79dcc58 found for delete ", "request_id": "req-6c6a1831-ac0a-4113-9c19-c22f9701f431"}]} 2026-05-08 04:03:20.002 7 INFO neutron.services.segments.plugin [-] Segment 944f0e75-dd60-4afd-b4d4-4a8ed79dcc58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 944f0e75-dd60-4afd-b4d4-4a8ed79dcc58 found for delete ", "request_id": "req-c182a064-2eeb-481e-af60-4969ba050ba9"}]} 2026-05-08 04:03:20.003 7 INFO neutron.db.l3_hamode_db [None req-91e7e479-843c-46a4-bb6f-640e66323356 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] HA network 7f140058-fd2f-448f-ba0b-bbee46eecfff was deleted as no HA routers are present in tenant f2a83ec22a0140b1b7f4c454039183ff. [pid: 7|app: 0|req: 607/1164] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:19 2026] DELETE /v2.0/routers/7113fd6f-c34e-4027-b39f-fcb88874513b => generated 0 bytes in 500 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:03:20.020 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f061ce29-9be0-4d9f-810b-d7957335ec25 bf7ba9d8f1454459bd6805bd2b9d96bb e78d048e38834193953bed1063494c02 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 608/1165] 10.0.0.251 () {32 vars in 716 bytes} [Fri May 8 04:03:20 2026] GET /v2.0/ports/817ce1c6-887b-492a-8c77-271248bb9d73 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1166] 10.0.0.251 () {34 vars in 788 bytes} [Fri May 8 04:03:19 2026] PUT /v2.0/routers/3d1b00a6-07ea-458e-9da3-e080d13301ac/remove_router_interface => generated 309 bytes in 965 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1167] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:20 2026] DELETE /v2.0/subnets/fc8a8690-07d1-4330-9410-aa9e0aaf4eab => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1168] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:20 2026] DELETE /v2.0/subnets/ce6a5731-5ba2-4c66-83e9-adc863907cbc => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:03:20.444 7 INFO neutron_taas.services.taas.taas_plugin [None req-e680c9a4-31bb-4fe2-81a8-734ce53cde7e fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: 9dca8001-ffe1-4e1b-9f00-a33b8fbf1d92 2026-05-08 04:03:20.447 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e680c9a4-31bb-4fe2-81a8-734ce53cde7e fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: 9dca8001-ffe1-4e1b-9f00-a33b8fbf1d92 [pid: 8|app: 0|req: 560/1169] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:20 2026] DELETE /v2.0/subnets/327eb0e2-d236-42b3-8f16-5070f9a9913a => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1170] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:20 2026] GET /v2.0/ports?device_id=e60843cd-5460-40c1-9782-e690d1178105 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:03:20.601 8 INFO neutron.services.segments.plugin [-] Segment 5d7a9c22-9548-4233-ba1d-2140b23b15a5 resource provider aggregate not found 2026-05-08 04:03:20.612 8 INFO neutron.services.segments.plugin [-] Segment 5d7a9c22-9548-4233-ba1d-2140b23b15a5 resource provider aggregate not found 2026-05-08 04:03:20.626 8 INFO neutron.services.segments.plugin [-] Segment 5d7a9c22-9548-4233-ba1d-2140b23b15a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d7a9c22-9548-4233-ba1d-2140b23b15a5 found for delete ", "request_id": "req-8c9ae98b-54e1-43b9-ae43-0f675d9fc32c"}]} 2026-05-08 04:03:20.632 8 INFO neutron.services.segments.plugin [-] Segment 5d7a9c22-9548-4233-ba1d-2140b23b15a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d7a9c22-9548-4233-ba1d-2140b23b15a5 found for delete ", "request_id": "req-b2db6a8c-1c34-407f-af1c-bd802a845f44"}]} 2026-05-08 04:03:20.644 7 INFO neutron_taas.services.taas.taas_plugin [None req-e680c9a4-31bb-4fe2-81a8-734ce53cde7e fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: 6f7b38f5-07b4-439e-be06-809428db2100 2026-05-08 04:03:20.646 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e680c9a4-31bb-4fe2-81a8-734ce53cde7e fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: 6f7b38f5-07b4-439e-be06-809428db2100 [pid: 8|app: 0|req: 562/1171] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:03:20 2026] DELETE /v2.0/networks/fd4fe4f4-495d-4f0b-870d-a12f3dceb2db => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:03:20.757 8 INFO neutron_taas.services.taas.taas_plugin [None req-d57deb71-9d09-465d-bea9-f59783d5a3e5 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] TaaS: Handle Delete Port: 733c2bdc-8f20-4500-914c-78f70f7d23b2 2026-05-08 04:03:20.760 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d57deb71-9d09-465d-bea9-f59783d5a3e5 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] Tap Mirror: Handle Delete Port: 733c2bdc-8f20-4500-914c-78f70f7d23b2 2026-05-08 04:03:20.982 7 INFO neutron.db.l3_hamode_db [None req-e680c9a4-31bb-4fe2-81a8-734ce53cde7e fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] HA network e4bc19cf-e645-4fd9-be9d-61f54bcadd35 was deleted as no HA routers are present in tenant 7c4b255721e9492cb4dcbb198d50e46e. [pid: 8|app: 0|req: 563/1172] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:03:20 2026] DELETE /v2.0/networks/34184b56-19f7-4234-96b3-eadc095dc453 => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1173] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:20 2026] DELETE /v2.0/routers/3d1b00a6-07ea-458e-9da3-e080d13301ac => generated 0 bytes in 779 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:03:21.052 8 INFO neutron.db.segments_db [None req-dbd89fe9-4644-4be3-97d5-05565ab55abb bf7ba9d8f1454459bd6805bd2b9d96bb e78d048e38834193953bed1063494c02 - - default default] Added segment b6c20731-0da6-437b-a1bc-6bc0069b45b3 of type vxlan for network 59c8d186-4e0e-46be-bdd1-f84d5955a9dc 2026-05-08 04:03:21.107 7 INFO neutron_taas.services.taas.taas_plugin [None req-019eeea8-fb98-492c-bcf1-e7785cdcde20 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] TaaS: Handle Delete Port: 7f43fca1-edac-4585-9600-0e2b4533766e 2026-05-08 04:03:21.110 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-019eeea8-fb98-492c-bcf1-e7785cdcde20 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] Tap Mirror: Handle Delete Port: 7f43fca1-edac-4585-9600-0e2b4533766e [pid: 8|app: 0|req: 564/1174] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:03:20 2026] POST /v2.0/networks => generated 616 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1175] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:21 2026] DELETE /v2.0/subnets/9241eaf8-b888-4781-876c-6a19688efe05 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1176] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:03:20 2026] DELETE /v2.0/networks/2035cb43-cf12-43c7-84d7-07f3268b5331 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:03:21.408 7 INFO neutron_taas.services.taas.taas_plugin [None req-bc61a4f5-5ffb-47af-b42e-f6a750464a18 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: a0099600-c91a-41a3-b5ab-fd0ad0fb967c 2026-05-08 04:03:21.411 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc61a4f5-5ffb-47af-b42e-f6a750464a18 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: a0099600-c91a-41a3-b5ab-fd0ad0fb967c [pid: 8|app: 0|req: 566/1177] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:03:21 2026] POST /v2.0/subnets => generated 646 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:03:21.589 8 INFO neutron.db.segments_db [None req-1500a66c-62a4-43ba-a81e-106825b7f769 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] Added segment 91866f78-fda4-4573-bd1b-50ef7fa12ed7 of type vxlan for network 85c3fa04-d084-4820-a038-300829e4856c [pid: 7|app: 0|req: 612/1178] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:03:21 2026] DELETE /v2.0/networks/46965ebd-0060-492b-a79d-9fc98c089b4f => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1179] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:03:21 2026] POST /v2.0/networks => generated 615 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1180] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:21 2026] DELETE /v2.0/security-groups/773d4d9f-53e9-4bbc-ba1b-a53d211aeff9 => 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: 613/1181] 10.0.0.251 () {34 vars in 664 bytes} [Fri May 8 04:03:21 2026] POST /v2.0/ports => generated 928 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1182] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:21 2026] GET /v2.0/security-groups?tenant_id=7c4b255721e9492cb4dcbb198d50e46e&name=default => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:03:21.966 7 INFO neutron.api.v2.resource [None req-f3f08f0e-3f90-4ba6-a23d-963377a4781d fb18b96fa72043cf9dcfad32b5a14bd3 8ed4438ba23344819c1bc3cef9511466 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 615/1183] 10.0.0.251 () {32 vars in 736 bytes} [Fri May 8 04:03:21 2026] GET /v2.0/security-groups/773d4d9f-53e9-4bbc-ba1b-a53d211aeff9 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1184] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:03:21 2026] POST /v2.0/subnets => generated 646 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:03:22.021 7 INFO neutron.services.segments.plugin [-] Segment b6b7c3e8-892a-4aae-8931-f6f80018cd99 resource provider aggregate not found 2026-05-08 04:03:22.024 7 INFO neutron.services.segments.plugin [-] Segment b6b7c3e8-892a-4aae-8931-f6f80018cd99 resource provider aggregate not found 2026-05-08 04:03:22.043 7 INFO neutron.services.segments.plugin [-] Segment b6b7c3e8-892a-4aae-8931-f6f80018cd99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6b7c3e8-892a-4aae-8931-f6f80018cd99 found for delete ", "request_id": "req-168ce988-adbf-4607-a406-3d097905c43d"}]} 2026-05-08 04:03:22.047 7 INFO neutron.services.segments.plugin [-] Segment b6b7c3e8-892a-4aae-8931-f6f80018cd99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6b7c3e8-892a-4aae-8931-f6f80018cd99 found for delete ", "request_id": "req-1969a109-da53-4fee-899c-be7b8f75b132"}]} 2026-05-08 04:03:22.063 7 INFO neutron.services.segments.plugin [-] Segment 245bdc76-8a9a-49ff-8b86-f3343e576dd6 resource provider aggregate not found 2026-05-08 04:03:22.067 7 INFO neutron.services.segments.plugin [-] Segment 245bdc76-8a9a-49ff-8b86-f3343e576dd6 resource provider aggregate not found 2026-05-08 04:03:22.085 7 INFO neutron.services.segments.plugin [-] Segment 245bdc76-8a9a-49ff-8b86-f3343e576dd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 245bdc76-8a9a-49ff-8b86-f3343e576dd6 found for delete ", "request_id": "req-88a061be-4ac2-41ec-be6f-4cbef71c6d07"}]} 2026-05-08 04:03:22.088 7 INFO neutron.services.segments.plugin [-] Segment 245bdc76-8a9a-49ff-8b86-f3343e576dd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 245bdc76-8a9a-49ff-8b86-f3343e576dd6 found for delete ", "request_id": "req-c6efa69f-b220-4cee-a8f1-da714a175697"}]} [pid: 8|app: 0|req: 570/1185] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:22 2026] DELETE /v2.0/security-groups/e821ddcc-de0a-41d8-bfbb-20dd2de0531c => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:03:22.102 7 INFO neutron.services.segments.plugin [-] Segment bbf023ad-5f8f-4362-aa3d-901557a45524 resource provider aggregate not found 2026-05-08 04:03:22.107 7 INFO neutron.services.segments.plugin [-] Segment bbf023ad-5f8f-4362-aa3d-901557a45524 resource provider aggregate not found 2026-05-08 04:03:22.127 7 INFO neutron.services.segments.plugin [-] Segment bbf023ad-5f8f-4362-aa3d-901557a45524 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbf023ad-5f8f-4362-aa3d-901557a45524 found for delete ", "request_id": "req-2aea5452-faa8-478b-a908-053cf6b4ad2d"}]} 2026-05-08 04:03:22.128 7 INFO neutron.services.segments.plugin [-] Segment bbf023ad-5f8f-4362-aa3d-901557a45524 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbf023ad-5f8f-4362-aa3d-901557a45524 found for delete ", "request_id": "req-26ce9829-19ff-43a0-93f8-514879b22215"}]} 2026-05-08 04:03:22.129 7 INFO neutron_taas.services.taas.taas_plugin [None req-f420273b-3b10-4f08-8717-86e42fdbef95 bf7ba9d8f1454459bd6805bd2b9d96bb e78d048e38834193953bed1063494c02 - - default default] TaaS: Handle Delete Port: 23e95d05-113d-42b4-9b2e-94d1f8273053 2026-05-08 04:03:22.132 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f420273b-3b10-4f08-8717-86e42fdbef95 bf7ba9d8f1454459bd6805bd2b9d96bb e78d048e38834193953bed1063494c02 - - default default] Tap Mirror: Handle Delete Port: 23e95d05-113d-42b4-9b2e-94d1f8273053 2026-05-08 04:03:22.195 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e48ab67-fa7f-434a-bb44-265f03acb9a7 fb18b96fa72043cf9dcfad32b5a14bd3 8ed4438ba23344819c1bc3cef9511466 - - default default] TaaS: Handle Delete Port: 9a08376e-1c43-4ecf-869f-036da3832279 2026-05-08 04:03:22.198 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e48ab67-fa7f-434a-bb44-265f03acb9a7 fb18b96fa72043cf9dcfad32b5a14bd3 8ed4438ba23344819c1bc3cef9511466 - - default default] Tap Mirror: Handle Delete Port: 9a08376e-1c43-4ecf-869f-036da3832279 [pid: 7|app: 0|req: 616/1186] 10.0.0.251 () {32 vars in 719 bytes} [Fri May 8 04:03:21 2026] DELETE /v2.0/ports/23e95d05-113d-42b4-9b2e-94d1f8273053 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:03:22.280 7 INFO neutron.db.segments_db [None req-1494572c-1be2-4217-8bf1-a5bfb8e2a238 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] Added segment dc790b25-2324-4fe7-b19d-fe837c96dc74 of type vxlan for network c511b360-d477-4ac5-be27-49ba82c51235 [pid: 8|app: 0|req: 571/1187] 10.0.0.251 () {32 vars in 731 bytes} [Fri May 8 04:03:22 2026] DELETE /v2.0/floatingips/7a951878-02bb-425f-b89c-926abf1ba87b => generated 0 bytes in 243 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:03:22.357 8 INFO neutron.pecan_wsgi.hooks.translation [None req-99943449-06b2-44f9-99fe-89fef2ae4094 bf7ba9d8f1454459bd6805bd2b9d96bb e78d048e38834193953bed1063494c02 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 572/1188] 10.0.0.251 () {32 vars in 716 bytes} [Fri May 8 04:03:22 2026] GET /v2.0/ports/23e95d05-113d-42b4-9b2e-94d1f8273053 => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:03:22.539 7 INFO neutron.db.l3_hamode_db [None req-1494572c-1be2-4217-8bf1-a5bfb8e2a238 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 04:03:22.648 8 INFO neutron.services.segments.plugin [-] Segment a436be7e-a90f-4191-8011-a42b4d0f3c09 resource provider aggregate not found 2026-05-08 04:03:22.655 8 INFO neutron.services.segments.plugin [-] Segment a436be7e-a90f-4191-8011-a42b4d0f3c09 resource provider aggregate not found 2026-05-08 04:03:22.661 8 INFO neutron.services.segments.plugin [-] Segment a436be7e-a90f-4191-8011-a42b4d0f3c09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a436be7e-a90f-4191-8011-a42b4d0f3c09 found for delete ", "request_id": "req-c4bbe1f0-6f40-4a33-b487-73e4286b6dbd"}]} 2026-05-08 04:03:22.670 7 INFO neutron.db.l3_hamode_db [None req-1494572c-1be2-4217-8bf1-a5bfb8e2a238 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 04:03:22.675 8 INFO neutron.services.segments.plugin [-] Segment a436be7e-a90f-4191-8011-a42b4d0f3c09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a436be7e-a90f-4191-8011-a42b4d0f3c09 found for delete ", "request_id": "req-67c449ac-d1f5-4190-bb39-ef20cc2213c3"}]} 2026-05-08 04:03:22.695 8 INFO neutron_taas.services.taas.taas_plugin [None req-291860c7-aa6a-41a7-901a-57b98ba1b078 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: b23ef5f5-0a2b-4680-ae7a-46ef3d2def1e 2026-05-08 04:03:22.699 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-291860c7-aa6a-41a7-901a-57b98ba1b078 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: b23ef5f5-0a2b-4680-ae7a-46ef3d2def1e [pid: 8|app: 0|req: 573/1189] 10.0.0.251 () {34 vars in 788 bytes} [Fri May 8 04:03:22 2026] PUT /v2.0/routers/c743bdca-f8db-4e3a-a81e-02431c86006f/remove_router_interface => generated 309 bytes in 873 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1190] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:03:22 2026] POST /v2.0/routers => generated 510 bytes in 1040 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1191] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:23 2026] DELETE /v2.0/subnets/2a50405a-c26b-4562-a782-bf414078ded2 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:03:23.496 7 INFO neutron_taas.services.taas.taas_plugin [None req-082f2aa0-14d1-4e09-afbc-fd304f00fb30 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: fd7d7f9a-a3b0-4d07-974b-bc958ba20144 2026-05-08 04:03:23.499 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-082f2aa0-14d1-4e09-afbc-fd304f00fb30 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: fd7d7f9a-a3b0-4d07-974b-bc958ba20144 [pid: 8|app: 0|req: 575/1192] 10.0.0.251 () {34 vars in 664 bytes} [Fri May 8 04:03:23 2026] POST /v2.0/ports => generated 956 bytes in 332 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-08 04:03:23.748 7 INFO neutron_taas.services.taas.taas_plugin [None req-082f2aa0-14d1-4e09-afbc-fd304f00fb30 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: fffa819b-2a46-41c7-b7dd-cb92d8ecd4c4 2026-05-08 04:03:23.752 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-082f2aa0-14d1-4e09-afbc-fd304f00fb30 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: fffa819b-2a46-41c7-b7dd-cb92d8ecd4c4 [pid: 8|app: 0|req: 576/1193] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:03:23 2026] DELETE /v2.0/networks/59c8d186-4e0e-46be-bdd1-f84d5955a9dc => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:03:24.169 7 INFO neutron.services.segments.plugin [-] Segment b4678c09-5112-45e9-b9a3-ac111271d14b resource provider aggregate not found 2026-05-08 04:03:24.170 7 INFO neutron.services.segments.plugin [-] Segment b4678c09-5112-45e9-b9a3-ac111271d14b resource provider aggregate not found 2026-05-08 04:03:24.192 7 INFO neutron.services.segments.plugin [-] Segment b4678c09-5112-45e9-b9a3-ac111271d14b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4678c09-5112-45e9-b9a3-ac111271d14b found for delete ", "request_id": "req-92621070-1e01-41ed-a0e8-013476cd3962"}]} 2026-05-08 04:03:24.193 7 INFO neutron.services.segments.plugin [-] Segment b4678c09-5112-45e9-b9a3-ac111271d14b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4678c09-5112-45e9-b9a3-ac111271d14b found for delete ", "request_id": "req-25883091-b2bb-4d42-82a9-93d240c43633"}]} 2026-05-08 04:03:24.209 7 INFO neutron.db.l3_hamode_db [None req-082f2aa0-14d1-4e09-afbc-fd304f00fb30 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] HA network e6944ec0-4178-49b5-87e8-2ebe2bd09011 was deleted as no HA routers are present in tenant 8ed4438ba23344819c1bc3cef9511466. [pid: 7|app: 0|req: 618/1194] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:23 2026] DELETE /v2.0/routers/c743bdca-f8db-4e3a-a81e-02431c86006f => generated 0 bytes in 938 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1195] 10.0.0.251 () {34 vars in 664 bytes} [Fri May 8 04:03:24 2026] POST /v2.0/ports => generated 779 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: 620/1196] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:24 2026] DELETE /v2.0/subnets/a718ba03-5290-44a9-871a-eb763abc51f8 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:03:24.681 8 INFO neutron.services.segments.plugin [-] Segment b6c20731-0da6-437b-a1bc-6bc0069b45b3 resource provider aggregate not found 2026-05-08 04:03:24.698 8 INFO neutron.services.segments.plugin [-] Segment b6c20731-0da6-437b-a1bc-6bc0069b45b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6c20731-0da6-437b-a1bc-6bc0069b45b3 found for delete ", "request_id": "req-6d87f266-cfeb-48f2-b8e4-7ef712dc6b2c"}]} 2026-05-08 04:03:24.700 8 INFO neutron.services.segments.plugin [-] Segment b6c20731-0da6-437b-a1bc-6bc0069b45b3 resource provider aggregate not found 2026-05-08 04:03:24.715 8 INFO neutron.services.segments.plugin [-] Segment b6c20731-0da6-437b-a1bc-6bc0069b45b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6c20731-0da6-437b-a1bc-6bc0069b45b3 found for delete ", "request_id": "req-8dc6f60d-ebe6-4c19-b119-5c5dc3d4a2d0"}]} [pid: 7|app: 0|req: 621/1197] 10.0.0.251 () {34 vars in 736 bytes} [Fri May 8 04:03:24 2026] PUT /v2.0/ports/474bed5e-c805-4537-8eb4-4caa1a70ef75 => generated 752 bytes in 159 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: 577/1198] 10.0.0.251 () {34 vars in 782 bytes} [Fri May 8 04:03:23 2026] PUT /v2.0/routers/e1be9525-3528-4e82-a2ef-11dcef85b19e/add_router_interface => generated 309 bytes in 1036 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-08 04:03:24.936 7 INFO neutron_taas.services.taas.taas_plugin [None req-96809df1-0424-4388-b053-e916cd619790 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: a258d43b-96eb-4a4b-9889-ac0ae28d2161 2026-05-08 04:03:24.939 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96809df1-0424-4388-b053-e916cd619790 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: a258d43b-96eb-4a4b-9889-ac0ae28d2161 2026-05-08 04:03:25.031 8 INFO neutron_taas.services.taas.taas_plugin [None req-8dad1de9-5476-4a2c-a691-d01c3abb2c86 bf7ba9d8f1454459bd6805bd2b9d96bb e78d048e38834193953bed1063494c02 - - default default] TaaS: Handle Delete Port: 474bed5e-c805-4537-8eb4-4caa1a70ef75 2026-05-08 04:03:25.034 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8dad1de9-5476-4a2c-a691-d01c3abb2c86 bf7ba9d8f1454459bd6805bd2b9d96bb e78d048e38834193953bed1063494c02 - - default default] Tap Mirror: Handle Delete Port: 474bed5e-c805-4537-8eb4-4caa1a70ef75 [pid: 8|app: 0|req: 578/1199] 10.0.0.251 () {32 vars in 719 bytes} [Fri May 8 04:03:24 2026] DELETE /v2.0/ports/474bed5e-c805-4537-8eb4-4caa1a70ef75 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1200] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:03:24 2026] DELETE /v2.0/networks/f49aabd9-dcd2-4277-98ae-452ed30921f6 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1201] 10.0.0.251 () {32 vars in 716 bytes} [Fri May 8 04:03:25 2026] GET /v2.0/ports/f5c0f199-3a8e-4a9a-acb2-d5c84dd9dc59 => generated 1030 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1202] 10.0.0.251 () {32 vars in 642 bytes} [Fri May 8 04:03:25 2026] GET /v2.0/ports => generated 782 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:03:25.230 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b7776632-df9e-47fe-b80a-3f462534548f bf7ba9d8f1454459bd6805bd2b9d96bb e78d048e38834193953bed1063494c02 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 624/1203] 10.0.0.251 () {32 vars in 716 bytes} [Fri May 8 04:03:25 2026] GET /v2.0/ports/474bed5e-c805-4537-8eb4-4caa1a70ef75 => 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: 625/1204] 10.0.0.251 () {32 vars in 642 bytes} [Fri May 8 04:03:25 2026] GET /v2.0/ports => generated 782 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1205] 10.0.0.251 () {32 vars in 716 bytes} [Fri May 8 04:03:25 2026] GET /v2.0/ports/69fa6c39-6786-4f4c-bfc1-bc068ab20596 => generated 779 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:03:25.364 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eeb294fb-8099-46fd-add8-c39969104613 bf7ba9d8f1454459bd6805bd2b9d96bb e78d048e38834193953bed1063494c02 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 627/1206] 10.0.0.251 () {32 vars in 719 bytes} [Fri May 8 04:03:25 2026] DELETE /v2.0/ports/23e95d05-113d-42b4-9b2e-94d1f8273053 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1207] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:25 2026] GET /v2.0/security-groups?tenant_id=8ed4438ba23344819c1bc3cef9511466&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:03:25.413 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f5263a81-8b79-41d0-87c4-03cc3592d304 bf7ba9d8f1454459bd6805bd2b9d96bb e78d048e38834193953bed1063494c02 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 629/1208] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:25 2026] DELETE /v2.0/subnets/2a50405a-c26b-4562-a782-bf414078ded2 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1209] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:25 2026] DELETE /v2.0/security-groups/e9ee9aaf-f343-4764-8087-601b847b4906 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:03:25.531 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a2f11431-969e-4a4a-914a-73ccb830ca8d bf7ba9d8f1454459bd6805bd2b9d96bb e78d048e38834193953bed1063494c02 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 631/1210] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:25 2026] DELETE /v2.0/subnets/ce6a5731-5ba2-4c66-83e9-adc863907cbc => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:03:25.538 8 INFO neutron_taas.services.taas.taas_plugin [None req-a5643bf5-284d-413d-b41d-aec309585b3d d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] TaaS: Handle Delete Port: f5c0f199-3a8e-4a9a-acb2-d5c84dd9dc59 2026-05-08 04:03:25.542 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5643bf5-284d-413d-b41d-aec309585b3d d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] Tap Mirror: Handle Delete Port: f5c0f199-3a8e-4a9a-acb2-d5c84dd9dc59 2026-05-08 04:03:25.653 7 INFO neutron_taas.services.taas.taas_plugin [None req-d038f20f-cacf-41bb-b0d5-c2f35fa85c3e bf7ba9d8f1454459bd6805bd2b9d96bb e78d048e38834193953bed1063494c02 - - default default] TaaS: Handle Delete Port: 69fa6c39-6786-4f4c-bfc1-bc068ab20596 2026-05-08 04:03:25.655 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d038f20f-cacf-41bb-b0d5-c2f35fa85c3e bf7ba9d8f1454459bd6805bd2b9d96bb e78d048e38834193953bed1063494c02 - - default default] Tap Mirror: Handle Delete Port: 69fa6c39-6786-4f4c-bfc1-bc068ab20596 [pid: 7|app: 0|req: 632/1211] 10.0.0.251 () {32 vars in 719 bytes} [Fri May 8 04:03:25 2026] DELETE /v2.0/ports/69fa6c39-6786-4f4c-bfc1-bc068ab20596 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1212] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:03:25 2026] DELETE /v2.0/networks/1c14a4ab-d9b0-42fd-a412-8cf6d255b6c0 => 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: 580/1213] 10.0.0.251 () {34 vars in 788 bytes} [Fri May 8 04:03:25 2026] PUT /v2.0/routers/e1be9525-3528-4e82-a2ef-11dcef85b19e/remove_router_interface => generated 309 bytes in 803 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:03:26.108 7 INFO neutron.api.v2.resource [None req-377b0c76-374b-4068-8bf1-a824ad9cfe56 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 634/1214] 10.0.0.251 () {34 vars in 788 bytes} [Fri May 8 04:03:25 2026] PUT /v2.0/routers/e1be9525-3528-4e82-a2ef-11dcef85b19e/remove_router_interface => generated 197 bytes in 129 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: 581/1215] 10.0.0.251 () {32 vars in 735 bytes} [Fri May 8 04:03:26 2026] GET /v2.0/ports?device_id=e1be9525-3528-4e82-a2ef-11dcef85b19e => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:03:26.217 7 INFO neutron.services.segments.plugin [-] Segment 80b12bff-09f7-4f98-b51f-1325bb018717 resource provider aggregate not found 2026-05-08 04:03:26.218 7 INFO neutron.services.segments.plugin [-] Segment 80b12bff-09f7-4f98-b51f-1325bb018717 resource provider aggregate not found 2026-05-08 04:03:26.239 7 INFO neutron.services.segments.plugin [-] Segment 80b12bff-09f7-4f98-b51f-1325bb018717 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80b12bff-09f7-4f98-b51f-1325bb018717 found for delete ", "request_id": "req-cbe90477-84c0-4d2b-b207-70913a0a2ea4"}]} 2026-05-08 04:03:26.255 7 INFO neutron.services.segments.plugin [-] Segment 80b12bff-09f7-4f98-b51f-1325bb018717 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80b12bff-09f7-4f98-b51f-1325bb018717 found for delete ", "request_id": "req-c1196cc0-df83-4107-badf-6bebfc408d5f"}]} 2026-05-08 04:03:26.264 7 INFO neutron.services.segments.plugin [-] Segment 35c6bde7-c118-4ef3-8292-add1b5d1fcdc resource provider aggregate not found 2026-05-08 04:03:26.274 7 INFO neutron.services.segments.plugin [-] Segment 35c6bde7-c118-4ef3-8292-add1b5d1fcdc resource provider aggregate not found 2026-05-08 04:03:26.283 7 INFO neutron.services.segments.plugin [-] Segment 35c6bde7-c118-4ef3-8292-add1b5d1fcdc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35c6bde7-c118-4ef3-8292-add1b5d1fcdc found for delete ", "request_id": "req-5311437d-43ec-4d4b-88c5-38584f394a93"}]} 2026-05-08 04:03:26.295 7 INFO neutron.services.segments.plugin [-] Segment 35c6bde7-c118-4ef3-8292-add1b5d1fcdc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35c6bde7-c118-4ef3-8292-add1b5d1fcdc found for delete ", "request_id": "req-dff3ecc3-d168-4cff-aa95-8c9c577d0ba9"}]} 2026-05-08 04:03:26.358 7 INFO neutron_taas.services.taas.taas_plugin [None req-a2284113-325a-49ab-badb-aff079cec1c3 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] TaaS: Handle Delete Port: 4dab7868-7420-40c8-be08-85d4b9ae0b50 2026-05-08 04:03:26.361 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2284113-325a-49ab-badb-aff079cec1c3 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] Tap Mirror: Handle Delete Port: 4dab7868-7420-40c8-be08-85d4b9ae0b50 [pid: 8|app: 0|req: 582/1216] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:26 2026] GET /v2.0/security-groups?tenant_id=6ffeca16ee7d4a2494016b6e81548d38&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:03:26.667 7 INFO neutron.db.l3_hamode_db [None req-a2284113-325a-49ab-badb-aff079cec1c3 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] HA network c511b360-d477-4ac5-be27-49ba82c51235 was deleted as no HA routers are present in tenant f2a83ec22a0140b1b7f4c454039183ff. [pid: 7|app: 0|req: 635/1217] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:26 2026] DELETE /v2.0/routers/e1be9525-3528-4e82-a2ef-11dcef85b19e => generated 0 bytes in 528 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1218] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:26 2026] DELETE /v2.0/security-groups/95e7393a-54ad-45bf-a9b7-2c38f4151d50 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1219] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:26 2026] GET /v2.0/security-groups?tenant_id=e78d048e38834193953bed1063494c02&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1220] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:26 2026] DELETE /v2.0/subnets/3ff7c7ee-7e51-43f7-b96a-717e9b894e43 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1221] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:26 2026] DELETE /v2.0/security-groups/7359d6b7-abec-48f9-aa3b-420cf55bf7de => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:03:26.995 8 INFO neutron.services.segments.plugin [-] Segment 91866f78-fda4-4573-bd1b-50ef7fa12ed7 resource provider aggregate not found 2026-05-08 04:03:27.001 8 INFO neutron.services.segments.plugin [-] Segment 91866f78-fda4-4573-bd1b-50ef7fa12ed7 resource provider aggregate not found [pid: 7|app: 0|req: 638/1222] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:26 2026] GET /v2.0/security-groups?tenant_id=7c30947606bd4b72a68d946d6fd60975&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:03:27.019 8 INFO neutron.services.segments.plugin [-] Segment 91866f78-fda4-4573-bd1b-50ef7fa12ed7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91866f78-fda4-4573-bd1b-50ef7fa12ed7 found for delete ", "request_id": "req-db9530dd-e037-42a8-a562-04b8fff33588"}]} 2026-05-08 04:03:27.023 8 INFO neutron.services.segments.plugin [-] Segment 91866f78-fda4-4573-bd1b-50ef7fa12ed7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91866f78-fda4-4573-bd1b-50ef7fa12ed7 found for delete ", "request_id": "req-e07d11a0-bcee-45f0-b5ff-5e50f38c1d95"}]} [pid: 8|app: 0|req: 585/1223] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:03:26 2026] DELETE /v2.0/networks/85c3fa04-d084-4820-a038-300829e4856c => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:03:27.106 8 INFO neutron.db.segments_db [None req-3db8dcde-8a90-47c7-a2fc-ecacd2f4fbdd d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] Added segment cd465468-69e2-43d2-9b0c-07c1f9c92bea of type vxlan for network 392b1085-da64-453f-906d-c96a06100862 [pid: 7|app: 0|req: 639/1224] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:27 2026] DELETE /v2.0/security-groups/d932b874-4601-428b-abb8-a29fdb980ba0 => 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: 586/1225] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:03:27 2026] POST /v2.0/networks => generated 615 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1226] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:03:27 2026] POST /v2.0/subnets => generated 646 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:03:27.497 8 INFO neutron.db.segments_db [None req-cac9d2f7-b16c-449a-9bec-15c1fc5a815f d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] Added segment a1fa45fa-22b7-4015-bb6e-132350304b7a of type vxlan for network cfe0e159-f210-4d10-91f6-6192e74bc469 2026-05-08 04:03:27.760 8 INFO neutron.db.l3_hamode_db [None req-cac9d2f7-b16c-449a-9bec-15c1fc5a815f d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 04:03:27.872 8 INFO neutron.db.l3_hamode_db [None req-cac9d2f7-b16c-449a-9bec-15c1fc5a815f d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 04:03:28.301 7 INFO neutron.services.segments.plugin [-] Segment dc790b25-2324-4fe7-b19d-fe837c96dc74 resource provider aggregate not found 2026-05-08 04:03:28.318 7 INFO neutron.services.segments.plugin [-] Segment dc790b25-2324-4fe7-b19d-fe837c96dc74 resource provider aggregate not found 2026-05-08 04:03:28.324 7 INFO neutron.services.segments.plugin [-] Segment dc790b25-2324-4fe7-b19d-fe837c96dc74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc790b25-2324-4fe7-b19d-fe837c96dc74 found for delete ", "request_id": "req-61642925-3d99-45ec-bdc6-0705fc338e7c"}]} 2026-05-08 04:03:28.334 7 INFO neutron.services.segments.plugin [-] Segment dc790b25-2324-4fe7-b19d-fe837c96dc74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc790b25-2324-4fe7-b19d-fe837c96dc74 found for delete ", "request_id": "req-54c0b26d-b3e5-41ea-ab36-bd147e86e0c4"}]} [pid: 8|app: 0|req: 587/1227] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:03:27 2026] POST /v2.0/routers => generated 511 bytes in 1007 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1228] 10.0.0.251 () {32 vars in 622 bytes} [Fri May 8 04:03:28 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1229] 10.0.0.251 () {32 vars in 632 bytes} [Fri May 8 04:03:28 2026] GET /v2.0/ => generated 632 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1232] 10.0.0.251 () {34 vars in 782 bytes} [Fri May 8 04:03:28 2026] PUT /v2.0/routers/3e4ce362-abc1-4055-9654-0efbfd302bd7/add_router_interface => generated 309 bytes in 1174 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1233] 10.0.0.251 () {32 vars in 716 bytes} [Fri May 8 04:03:29 2026] GET /v2.0/ports/32192fc7-06fd-48d0-989c-f889ab4a1013 => generated 959 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1234] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:29 2026] GET /v2.0/security-groups?tenant_id=18163512aef24ad38f801d98eb49749c&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1235] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:29 2026] DELETE /v2.0/security-groups/1cc3ade5-ebfb-44c5-8ac9-dd27289b6d28 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:03:29.990 7 INFO neutron_taas.services.taas.taas_plugin [None req-022ef64b-d71d-4308-88c8-3854a1b8a7ba d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] TaaS: Handle Delete Port: 32192fc7-06fd-48d0-989c-f889ab4a1013 2026-05-08 04:03:29.993 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-022ef64b-d71d-4308-88c8-3854a1b8a7ba d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] Tap Mirror: Handle Delete Port: 32192fc7-06fd-48d0-989c-f889ab4a1013 [pid: 7|app: 0|req: 643/1236] 10.0.0.251 () {34 vars in 788 bytes} [Fri May 8 04:03:29 2026] PUT /v2.0/routers/3e4ce362-abc1-4055-9654-0efbfd302bd7/remove_router_interface => generated 309 bytes in 639 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1237] 10.0.0.251 () {32 vars in 735 bytes} [Fri May 8 04:03:30 2026] GET /v2.0/ports?device_id=3e4ce362-abc1-4055-9654-0efbfd302bd7 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:03:30.488 7 INFO neutron_taas.services.taas.taas_plugin [None req-7636d76c-8f88-446d-a42a-45f459033cef d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] TaaS: Handle Delete Port: 19f0ad17-79b5-4eee-bed3-bdebda0528b5 2026-05-08 04:03:30.490 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7636d76c-8f88-446d-a42a-45f459033cef d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] Tap Mirror: Handle Delete Port: 19f0ad17-79b5-4eee-bed3-bdebda0528b5 2026-05-08 04:03:30.759 7 INFO neutron.services.segments.plugin [-] Segment a1fa45fa-22b7-4015-bb6e-132350304b7a resource provider aggregate not found 2026-05-08 04:03:30.770 7 INFO neutron.services.segments.plugin [-] Segment a1fa45fa-22b7-4015-bb6e-132350304b7a resource provider aggregate not found 2026-05-08 04:03:30.774 7 INFO neutron.services.segments.plugin [-] Segment a1fa45fa-22b7-4015-bb6e-132350304b7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1fa45fa-22b7-4015-bb6e-132350304b7a found for delete ", "request_id": "req-01a3d6b1-424d-444f-b3e7-c42a22917e28"}]} 2026-05-08 04:03:30.785 7 INFO neutron.services.segments.plugin [-] Segment a1fa45fa-22b7-4015-bb6e-132350304b7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1fa45fa-22b7-4015-bb6e-132350304b7a found for delete ", "request_id": "req-60ccdda2-6a72-4716-9cee-8c5f7b2e7b3f"}]} 2026-05-08 04:03:30.793 7 INFO neutron.db.l3_hamode_db [None req-7636d76c-8f88-446d-a42a-45f459033cef d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] HA network cfe0e159-f210-4d10-91f6-6192e74bc469 was deleted as no HA routers are present in tenant f2a83ec22a0140b1b7f4c454039183ff. [pid: 7|app: 0|req: 644/1238] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:30 2026] DELETE /v2.0/routers/3e4ce362-abc1-4055-9654-0efbfd302bd7 => generated 0 bytes in 441 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1239] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:30 2026] DELETE /v2.0/subnets/693f137b-c5e5-4a0c-a249-875c27885820 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1240] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:03:30 2026] DELETE /v2.0/networks/392b1085-da64-453f-906d-c96a06100862 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:03:31.177 7 INFO neutron.db.segments_db [None req-7a0d097f-fbe4-4866-b720-85ce84b31223 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] Added segment c7b206bb-03cd-4a22-84bd-c2174b1c6f2b of type vxlan for network 074b91b6-6e43-4002-b53f-eede57324b59 [pid: 8|app: 0|req: 596/1241] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:31 2026] GET /v2.0/security-groups?tenant_id=132820ed1a4d49da9498c948bb388790&name=default => generated 2925 bytes in 359 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:03:31.478 7 INFO neutron.db.l3_hamode_db [None req-7a0d097f-fbe4-4866-b720-85ce84b31223 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 597/1242] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:31 2026] DELETE /v2.0/security-groups/2a94363b-e1f8-4f89-9c49-0088480cc661 => 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: 598/1243] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:31 2026] GET /v2.0/security-groups?tenant_id=8642a55496bb43aebd76364ff866c448&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1244] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:31 2026] DELETE /v2.0/security-groups/7007b7a7-5586-4ff5-bd1d-9bb96a3821b0 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:03:32.254 7 INFO neutron.db.l3_hamode_db [None req-7a0d097f-fbe4-4866-b720-85ce84b31223 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 04:03:32.796 7 INFO neutron.services.segments.plugin [-] Segment cd465468-69e2-43d2-9b0c-07c1f9c92bea resource provider aggregate not found 2026-05-08 04:03:32.814 7 INFO neutron.services.segments.plugin [-] Segment cd465468-69e2-43d2-9b0c-07c1f9c92bea resource provider aggregate not found 2026-05-08 04:03:32.819 7 INFO neutron.services.segments.plugin [-] Segment cd465468-69e2-43d2-9b0c-07c1f9c92bea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd465468-69e2-43d2-9b0c-07c1f9c92bea found for delete ", "request_id": "req-54f8889e-a81f-4e5d-bb22-89c66cc5e986"}]} 2026-05-08 04:03:32.838 7 INFO neutron.services.segments.plugin [-] Segment cd465468-69e2-43d2-9b0c-07c1f9c92bea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd465468-69e2-43d2-9b0c-07c1f9c92bea found for delete ", "request_id": "req-c53caeb2-2585-46cb-822b-47ec01611e8e"}]} [pid: 7|app: 0|req: 646/1245] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:03:31 2026] POST /v2.0/routers => generated 690 bytes in 2011 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1246] 10.0.0.251 () {32 vars in 720 bytes} [Fri May 8 04:03:33 2026] GET /v2.0/routers/afac6144-182c-4d01-b3c0-e2fbf6dde059 => generated 696 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1247] 10.0.0.251 () {32 vars in 646 bytes} [Fri May 8 04:03:33 2026] GET /v2.0/routers => generated 699 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1248] 10.0.0.251 () {34 vars in 740 bytes} [Fri May 8 04:03:33 2026] PUT /v2.0/routers/afac6144-182c-4d01-b3c0-e2fbf6dde059 => generated 703 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1249] 10.0.0.251 () {32 vars in 720 bytes} [Fri May 8 04:03:33 2026] GET /v2.0/routers/afac6144-182c-4d01-b3c0-e2fbf6dde059 => generated 703 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1250] 10.0.0.251 () {32 vars in 735 bytes} [Fri May 8 04:03:33 2026] GET /v2.0/ports?device_id=afac6144-182c-4d01-b3c0-e2fbf6dde059 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:03:34.096 7 INFO neutron_taas.services.taas.taas_plugin [None req-9ccbd90d-fb99-4b35-9d0f-d72329b15fdc d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] TaaS: Handle Delete Port: ddf2b5f0-c80e-450f-8e2e-c0ad73f20984 2026-05-08 04:03:34.103 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ccbd90d-fb99-4b35-9d0f-d72329b15fdc d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] Tap Mirror: Handle Delete Port: ddf2b5f0-c80e-450f-8e2e-c0ad73f20984 2026-05-08 04:03:34.347 7 INFO neutron_taas.services.taas.taas_plugin [None req-9ccbd90d-fb99-4b35-9d0f-d72329b15fdc d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] TaaS: Handle Delete Port: c7daceb6-aa97-4bcf-a327-bbf073b72152 2026-05-08 04:03:34.350 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ccbd90d-fb99-4b35-9d0f-d72329b15fdc d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] Tap Mirror: Handle Delete Port: c7daceb6-aa97-4bcf-a327-bbf073b72152 [pid: 8|app: 0|req: 603/1251] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:34 2026] GET /v2.0/security-groups?tenant_id=76129be5563e4cd3af64e4502dcf9825&name=default => generated 2925 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1252] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:34 2026] DELETE /v2.0/security-groups/55683419-1050-4b44-87e2-14689b1fb2a4 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:03:34.700 7 INFO neutron.db.l3_hamode_db [None req-9ccbd90d-fb99-4b35-9d0f-d72329b15fdc d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] HA network 074b91b6-6e43-4002-b53f-eede57324b59 was deleted as no HA routers are present in tenant f2a83ec22a0140b1b7f4c454039183ff. [pid: 7|app: 0|req: 649/1253] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:33 2026] DELETE /v2.0/routers/afac6144-182c-4d01-b3c0-e2fbf6dde059 => generated 0 bytes in 861 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1254] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:34 2026] GET /v2.0/security-groups?tenant_id=2aee9130f5084e1d9502705f8dd91387&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1255] 10.0.0.251 () {32 vars in 735 bytes} [Fri May 8 04:03:34 2026] GET /v2.0/ports?device_id=afac6144-182c-4d01-b3c0-e2fbf6dde059 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:03:34.847 7 INFO neutron.services.segments.plugin [-] Segment c7b206bb-03cd-4a22-84bd-c2174b1c6f2b resource provider aggregate not found 2026-05-08 04:03:34.867 7 INFO neutron.services.segments.plugin [-] Segment c7b206bb-03cd-4a22-84bd-c2174b1c6f2b resource provider aggregate not found 2026-05-08 04:03:34.872 7 INFO neutron.services.segments.plugin [-] Segment c7b206bb-03cd-4a22-84bd-c2174b1c6f2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7b206bb-03cd-4a22-84bd-c2174b1c6f2b found for delete ", "request_id": "req-a9de81f5-df6c-461a-8365-2757fd0aa251"}]} 2026-05-08 04:03:34.887 7 INFO neutron.services.segments.plugin [-] Segment c7b206bb-03cd-4a22-84bd-c2174b1c6f2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7b206bb-03cd-4a22-84bd-c2174b1c6f2b found for delete ", "request_id": "req-2bf3413d-b1b0-4911-bcd5-a163f2a22f8e"}]} [pid: 7|app: 0|req: 650/1256] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:34 2026] GET /v2.0/security-groups?tenant_id=19453b208a494e83a0a1fd4e153a8d4b&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1257] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:34 2026] DELETE /v2.0/security-groups/443fec7b-0111-441c-af93-89c9ae30a949 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:03:34.911 7 INFO neutron.api.v2.resource [None req-b9468634-9b84-4669-9252-a1fd54853cd3 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 651/1258] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:34 2026] DELETE /v2.0/routers/afac6144-182c-4d01-b3c0-e2fbf6dde059 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1259] 10.0.0.251 () {32 vars in 735 bytes} [Fri May 8 04:03:34 2026] GET /v2.0/ports?device_id=3e4ce362-abc1-4055-9654-0efbfd302bd7 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:03:34.959 7 INFO neutron.api.v2.resource [None req-043078f1-a059-4c4d-b643-ac265ecfd925 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 653/1260] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:34 2026] DELETE /v2.0/routers/3e4ce362-abc1-4055-9654-0efbfd302bd7 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:03:34.977 7 INFO neutron.pecan_wsgi.hooks.translation [None req-73968b08-96fb-420b-8d74-16923789e825 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 654/1261] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:34 2026] DELETE /v2.0/subnets/693f137b-c5e5-4a0c-a249-875c27885820 => 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: 608/1262] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:34 2026] DELETE /v2.0/security-groups/ee8d28b7-e863-4eb6-9c2f-527f47acef70 => 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: 655/1263] 10.0.0.251 () {32 vars in 735 bytes} [Fri May 8 04:03:34 2026] GET /v2.0/ports?device_id=e1be9525-3528-4e82-a2ef-11dcef85b19e => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:03:35.034 8 INFO neutron.api.v2.resource [None req-9d1ebb3c-aad3-4927-ab31-540051e971d7 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 609/1264] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:35 2026] DELETE /v2.0/routers/e1be9525-3528-4e82-a2ef-11dcef85b19e => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:03:35.056 7 INFO neutron.pecan_wsgi.hooks.translation [None req-92d64f3b-a318-427a-a45a-5b26a2a7347c d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 656/1265] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:35 2026] DELETE /v2.0/subnets/3ff7c7ee-7e51-43f7-b96a-717e9b894e43 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1266] 10.0.0.251 () {32 vars in 735 bytes} [Fri May 8 04:03:35 2026] GET /v2.0/ports?device_id=7113fd6f-c34e-4027-b39f-fcb88874513b => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:03:35.112 7 INFO neutron.api.v2.resource [None req-92616eec-344e-483f-905f-f1058813277f d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 657/1267] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:35 2026] DELETE /v2.0/routers/7113fd6f-c34e-4027-b39f-fcb88874513b => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:03:35.127 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d0bd4bc4-f626-469c-bb2e-a1da1975b831 d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 611/1268] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:35 2026] DELETE /v2.0/subnets/fc8a8690-07d1-4330-9410-aa9e0aaf4eab => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:03:35.149 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a6e68916-b3a2-4f1e-95e9-7f7ec9dc2d3a d80fa7059cd246d69f65b7817221bd2f f2a83ec22a0140b1b7f4c454039183ff - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 658/1269] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:35 2026] DELETE /v2.0/subnets/327eb0e2-d236-42b3-8f16-5070f9a9913a => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1270] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:35 2026] GET /v2.0/security-groups?tenant_id=f2a83ec22a0140b1b7f4c454039183ff&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1271] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:35 2026] GET /v2.0/security-groups?tenant_id=b7c259de0b3d4f2eac9a6d1c287e41be&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1272] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:35 2026] DELETE /v2.0/security-groups/1f006b38-8984-47e9-917a-49531852fb21 => 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: 660/1273] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:35 2026] DELETE /v2.0/security-groups/7c398155-953d-48c8-902a-b859426ae799 => 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: 614/1274] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:36 2026] GET /v2.0/security-groups?tenant_id=4460aa7ca56b4b08809ad1f9e8ec8774&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1275] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:36 2026] DELETE /v2.0/security-groups/55714440-4a41-4ecb-8539-1deff9d70f29 => 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: 615/1276] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:38 2026] GET /v2.0/security-groups?tenant_id=7fd4b57004ba4e72b69dd46230e72484&name=default => generated 2925 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1277] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:39 2026] DELETE /v2.0/security-groups/fac83a88-b854-4fc3-81b5-826759cad932 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:03:39.501 8 INFO neutron.db.segments_db [None req-e048bab1-db46-4ad1-9d53-7fc5727970d9 43a1b03d9bd241039aab9a4cb943977b 033ead5d25ce4cdb9d92f27bf42e71c6 - - default default] Added segment 2f710591-94a4-4264-9fba-935a59f2c2ab of type vxlan for network c8eafbe9-77b3-4940-9a6a-6d13b418f649 [pid: 7|app: 0|req: 663/1278] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:39 2026] GET /v2.0/security-groups?tenant_id=7c91a6df7308415a96f4f3c12cf69e98&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1279] 10.0.0.251 () {34 vars in 670 bytes} [Fri May 8 04:03:39 2026] POST /v2.0/networks => generated 613 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1280] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:39 2026] DELETE /v2.0/security-groups/c78aaf98-1e5c-4d28-b23c-0de2076d4cd2 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:03:39.797 8 INFO neutron.db.segments_db [None req-e26e86a2-e12d-4e09-b332-d017e926079b 43a1b03d9bd241039aab9a4cb943977b 033ead5d25ce4cdb9d92f27bf42e71c6 - - default default] Added segment 19e5e34c-7c94-405e-8ce5-db95eade4d36 of type vxlan for network ebff5567-ed52-4f0c-aec3-79d5e9fb305c [pid: 7|app: 0|req: 664/1281] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:39 2026] GET /v2.0/security-groups?tenant_id=6abe2931383942408273cde1a33c9b22&name=default => generated 2925 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:03:40.102 8 INFO neutron.db.l3_hamode_db [None req-e26e86a2-e12d-4e09-b332-d017e926079b 43a1b03d9bd241039aab9a4cb943977b 033ead5d25ce4cdb9d92f27bf42e71c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 665/1282] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:39 2026] GET /v2.0/security-groups?tenant_id=4466b4e7e5d44c8386d4d8bc3493f146&name=default => generated 2925 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1283] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:40 2026] DELETE /v2.0/security-groups/6eccadf4-a296-4e9b-a05b-0a402901d8f0 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1284] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:40 2026] DELETE /v2.0/security-groups/d4331d3f-4b88-4009-8eb3-57ca6a5a0c5c => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:03:40.927 8 INFO neutron.db.l3_hamode_db [None req-e26e86a2-e12d-4e09-b332-d017e926079b 43a1b03d9bd241039aab9a4cb943977b 033ead5d25ce4cdb9d92f27bf42e71c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 618/1285] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:03:39 2026] POST /v2.0/routers => generated 694 bytes in 2101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:03:41.853 7 INFO neutron.db.segments_db [None req-26b45411-b83d-4ee0-8652-9431f579df0e 9740f95ab6024bbeb8138e53a3c6c21e 0c08e32d591740679ba30fe5eb39fd0a - - default default] Added segment 3e4ecab3-b74a-4fc5-a8b4-cfe1f5436dc1 of type vxlan for network 6f8b60e9-d635-40c9-903f-c62b2ce68986 2026-05-08 04:03:41.930 7 INFO neutron.db.segments_db [None req-26b45411-b83d-4ee0-8652-9431f579df0e 9740f95ab6024bbeb8138e53a3c6c21e 0c08e32d591740679ba30fe5eb39fd0a - - default default] Added segment 8567e46e-1da1-4d2c-b040-2a4f292ff7d3 of type vxlan for network e5ac8c57-9221-4b6e-a7ab-8d8e921b5fb4 [pid: 8|app: 0|req: 619/1286] 10.0.0.251 () {32 vars in 775 bytes} [Fri May 8 04:03:41 2026] GET /v2.0/subnets?project_id=033ead5d25ce4cdb9d92f27bf42e71c6&cidr=10.100.0.0%2F28 => generated 14 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1287] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:03:41 2026] POST /v2.0/networks => generated 1207 bytes in 588 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1288] 10.0.0.251 () {32 vars in 693 bytes} [Fri May 8 04:03:42 2026] GET /v2.0/networks?router%3Aexternal=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: 621/1289] 10.0.0.251 () {32 vars in 783 bytes} [Fri May 8 04:03:42 2026] GET /v2.0/subnets?network_id=9723d5ed-7048-4e7f-a9c7-8a61b035be4f&cidr=10.100.0.0%2F28 => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1290] 10.0.0.251 () {32 vars in 648 bytes} [Fri May 8 04:03:42 2026] GET /v2.0/networks => generated 1844 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:03:42.258 7 INFO neutron.services.segments.plugin [-] Segment 3e4ecab3-b74a-4fc5-a8b4-cfe1f5436dc1 resource provider aggregate not found 2026-05-08 04:03:42.260 7 INFO neutron.services.segments.plugin [-] Segment 3e4ecab3-b74a-4fc5-a8b4-cfe1f5436dc1 resource provider aggregate not found 2026-05-08 04:03:42.282 7 INFO neutron.services.segments.plugin [-] Segment 3e4ecab3-b74a-4fc5-a8b4-cfe1f5436dc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e4ecab3-b74a-4fc5-a8b4-cfe1f5436dc1 found for delete ", "request_id": "req-65b944b9-82ed-4ef0-b4ea-6faec4f1373f"}]} 2026-05-08 04:03:42.283 7 INFO neutron.services.segments.plugin [-] Segment 3e4ecab3-b74a-4fc5-a8b4-cfe1f5436dc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e4ecab3-b74a-4fc5-a8b4-cfe1f5436dc1 found for delete ", "request_id": "req-d4ec0a91-d7e8-4fc9-a062-bc7c2b9d265b"}]} [pid: 7|app: 0|req: 670/1291] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:03:42 2026] DELETE /v2.0/networks/6f8b60e9-d635-40c9-903f-c62b2ce68986 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1292] 10.0.0.251 () {32 vars in 652 bytes} [Fri May 8 04:03:42 2026] GET /v2.0/extensions => generated 21537 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1293] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:03:42 2026] POST /v2.0/subnets => generated 656 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1294] 10.0.0.251 () {32 vars in 680 bytes} [Fri May 8 04:03:42 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1295] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:03:42 2026] DELETE /v2.0/networks/e5ac8c57-9221-4b6e-a7ab-8d8e921b5fb4 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1296] 10.0.0.251 () {32 vars in 680 bytes} [Fri May 8 04:03:42 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1297] 10.0.0.251 () {32 vars in 648 bytes} [Fri May 8 04:03:42 2026] GET /v2.0/networks => generated 651 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1298] 10.0.0.251 () {32 vars in 728 bytes} [Fri May 8 04:03:42 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) 2026-05-08 04:03:42.623 7 INFO neutron.db.segments_db [None req-24fb4350-0b45-4d47-a5dc-faa94df81e09 9740f95ab6024bbeb8138e53a3c6c21e 0c08e32d591740679ba30fe5eb39fd0a - - default default] Added segment aeab91ac-5dd9-4ed7-96c5-80f55e34242a of type vxlan for network 0c5cb719-6b59-48f0-a694-752f39cb833c [pid: 7|app: 0|req: 676/1299] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:03:42 2026] POST /v2.0/networks => generated 630 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1300] 10.0.0.251 () {32 vars in 664 bytes} [Fri May 8 04:03:42 2026] GET /v2.0/extensions/agent => generated 153 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1301] 10.0.0.251 () {32 vars in 698 bytes} [Fri May 8 04:03:42 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:03:42.821 7 INFO neutron.db.segments_db [None req-67af0ab4-3648-4dc5-96a1-74feb4da7cdd 9740f95ab6024bbeb8138e53a3c6c21e 0c08e32d591740679ba30fe5eb39fd0a - - default default] Added segment 402de6eb-b8f3-4edc-bfcc-fcba032267eb of type vxlan for network 7cb934bd-e445-4344-a87a-fea743497a43 [pid: 7|app: 0|req: 679/1302] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:03:42 2026] POST /v2.0/networks => generated 631 bytes in 835 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1303] 10.0.0.251 () {32 vars in 696 bytes} [Fri May 8 04:03:43 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: 681/1304] 10.0.0.251 () {34 vars in 664 bytes} [Fri May 8 04:03:43 2026] POST /v2.0/ports => generated 1506 bytes in 512 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: 682/1305] 10.0.0.251 () {32 vars in 700 bytes} [Fri May 8 04:03:44 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1308] 10.0.0.251 () {34 vars in 782 bytes} [Fri May 8 04:03:42 2026] PUT /v2.0/routers/8faa9e56-5199-456b-9f5b-7ef887469ab2/add_router_interface => generated 309 bytes in 1864 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:03:44.306 7 INFO neutron.services.segments.plugin [-] Segment 8567e46e-1da1-4d2c-b040-2a4f292ff7d3 resource provider aggregate not found 2026-05-08 04:03:44.313 7 INFO neutron.services.segments.plugin [-] Segment 8567e46e-1da1-4d2c-b040-2a4f292ff7d3 resource provider aggregate not found 2026-05-08 04:03:44.331 7 INFO neutron.services.segments.plugin [-] Segment 8567e46e-1da1-4d2c-b040-2a4f292ff7d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8567e46e-1da1-4d2c-b040-2a4f292ff7d3 found for delete ", "request_id": "req-a33d09d5-342a-4540-a057-1cf8f0425c60"}]} 2026-05-08 04:03:44.336 7 INFO neutron.services.segments.plugin [-] Segment 8567e46e-1da1-4d2c-b040-2a4f292ff7d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8567e46e-1da1-4d2c-b040-2a4f292ff7d3 found for delete ", "request_id": "req-26f3ca46-305b-4766-8401-a4e35f60c037"}]} [pid: 7|app: 0|req: 685/1309] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:44 2026] GET /v2.0/security-groups?tenant_id=818a626a08924a4883f75c05a94d9246&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1310] 10.0.0.251 () {32 vars in 688 bytes} [Fri May 8 04:03:44 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1311] 10.0.0.251 () {32 vars in 642 bytes} [Fri May 8 04:03:44 2026] GET /v2.0/ports => generated 1506 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1312] 10.0.0.251 () {32 vars in 648 bytes} [Fri May 8 04:03:44 2026] GET /v2.0/networks => generated 5048 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1313] 10.0.0.251 () {32 vars in 702 bytes} [Fri May 8 04:03:44 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1314] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:44 2026] DELETE /v2.0/security-groups/9daeeb14-8b18-4b2e-becc-3212877ac4df => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1315] 10.0.0.251 () {32 vars in 646 bytes} [Fri May 8 04:03:44 2026] GET /v2.0/subnets => generated 2594 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1316] 10.0.0.251 () {32 vars in 692 bytes} [Fri May 8 04:03:44 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:03:44.599 7 INFO neutron_taas.services.taas.taas_plugin [None req-7fb368f9-a2ab-443d-976d-331eabc0a0f5 9740f95ab6024bbeb8138e53a3c6c21e 0c08e32d591740679ba30fe5eb39fd0a - - default default] TaaS: Handle Delete Port: 6f04565f-b704-4ade-819d-777977e08566 2026-05-08 04:03:44.602 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7fb368f9-a2ab-443d-976d-331eabc0a0f5 9740f95ab6024bbeb8138e53a3c6c21e 0c08e32d591740679ba30fe5eb39fd0a - - default default] Tap Mirror: Handle Delete Port: 6f04565f-b704-4ade-819d-777977e08566 [pid: 8|app: 0|req: 629/1317] 10.0.0.251 () {32 vars in 646 bytes} [Fri May 8 04:03:44 2026] GET /v2.0/routers => generated 737 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1318] 10.0.0.251 () {32 vars in 694 bytes} [Fri May 8 04:03:44 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1319] 10.0.0.251 () {32 vars in 684 bytes} [Fri May 8 04:03:44 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: 632/1320] 10.0.0.251 () {32 vars in 686 bytes} [Fri May 8 04:03:44 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: 8|app: 0|req: 633/1321] 10.0.0.251 () {32 vars in 660 bytes} [Fri May 8 04:03:44 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: 634/1322] 10.0.0.251 () {32 vars in 698 bytes} [Fri May 8 04:03:44 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: 8|app: 0|req: 635/1323] 10.0.0.251 () {32 vars in 678 bytes} [Fri May 8 04:03:44 2026] GET /v2.0/extensions/external-net => 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: 689/1324] 10.0.0.251 () {32 vars in 719 bytes} [Fri May 8 04:03:44 2026] DELETE /v2.0/ports/6f04565f-b704-4ade-819d-777977e08566 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1325] 10.0.0.251 () {32 vars in 682 bytes} [Fri May 8 04:03:44 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: 8|app: 0|req: 637/1326] 10.0.0.251 () {32 vars in 674 bytes} [Fri May 8 04:03:44 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:03:44.838 7 INFO neutron_taas.services.taas.taas_plugin [None req-5031a5e5-9ce8-4cc6-9c0f-292f6f1f2eae 9740f95ab6024bbeb8138e53a3c6c21e 0c08e32d591740679ba30fe5eb39fd0a - - default default] TaaS: Handle Delete Port: 3f04e482-28fc-4470-8888-1a6f70c3bd20 2026-05-08 04:03:44.841 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5031a5e5-9ce8-4cc6-9c0f-292f6f1f2eae 9740f95ab6024bbeb8138e53a3c6c21e 0c08e32d591740679ba30fe5eb39fd0a - - default default] Tap Mirror: Handle Delete Port: 3f04e482-28fc-4470-8888-1a6f70c3bd20 [pid: 8|app: 0|req: 638/1327] 10.0.0.251 () {34 vars in 684 bytes} [Fri May 8 04:03:44 2026] POST /v2.0/security-groups => generated 1673 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1328] 10.0.0.251 () {32 vars in 688 bytes} [Fri May 8 04:03:44 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: 690/1329] 10.0.0.251 () {32 vars in 719 bytes} [Fri May 8 04:03:44 2026] DELETE /v2.0/ports/3f04e482-28fc-4470-8888-1a6f70c3bd20 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1330] 10.0.0.251 () {32 vars in 722 bytes} [Fri May 8 04:03:44 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1331] 10.0.0.251 () {32 vars in 642 bytes} [Fri May 8 04:03:44 2026] GET /v2.0/ports => 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: 693/1332] 10.0.0.251 () {32 vars in 686 bytes} [Fri May 8 04:03:44 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1333] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:03:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1334] 10.0.0.251 () {32 vars in 668 bytes} [Fri May 8 04:03:45 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) 2026-05-08 04:03:45.036 7 INFO neutron.db.segments_db [None req-df83c808-d3cd-4d99-837d-cfa3bb9bed8a 9740f95ab6024bbeb8138e53a3c6c21e 0c08e32d591740679ba30fe5eb39fd0a - - default default] Added segment 2264b822-979c-47f5-ab30-710cef0f5670 of type vxlan for network c57bc1bd-1103-47a6-9b05-d659f630a3e0 [pid: 8|app: 0|req: 642/1335] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:03:45 2026] POST /v2.0/security-group-rules => generated 596 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1336] 10.0.0.251 () {32 vars in 686 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1337] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:03:44 2026] POST /v2.0/networks => generated 631 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:03:45.204 7 INFO neutron.db.segments_db [None req-3d47671e-a817-4917-b546-20eb3a8a83e0 9740f95ab6024bbeb8138e53a3c6c21e 0c08e32d591740679ba30fe5eb39fd0a - - default default] Added segment a6a61b89-10d8-40e4-8139-b351807cc390 of type vxlan for network 44682de1-2b0e-4f49-9371-6799a6789a75 [pid: 8|app: 0|req: 644/1338] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:03:45 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: 8|app: 0|req: 645/1339] 10.0.0.251 () {32 vars in 680 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1340] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:03:45 2026] POST /v2.0/networks => generated 631 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1341] 10.0.0.251 () {32 vars in 698 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1342] 10.0.0.251 () {32 vars in 678 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1343] 10.0.0.251 () {32 vars in 666 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/router => generated 256 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1344] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:03:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1345] 10.0.0.251 () {32 vars in 676 bytes} [Fri May 8 04:03:45 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) 2026-05-08 04:03:45.439 8 INFO neutron.db.securitygroups_db [None req-723bba2d-8fec-4e76-a7f3-a44eb694087e 43a1b03d9bd241039aab9a4cb943977b 033ead5d25ce4cdb9d92f27bf42e71c6 - - default default] Project 033ead5d25ce4cdb9d92f27bf42e71c6 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: 648/1346] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:03:45 2026] POST /v2.0/security-group-rules => generated 607 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1347] 10.0.0.251 () {32 vars in 664 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1348] 10.0.0.251 () {32 vars in 674 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:03:45.589 8 INFO neutron.db.securitygroups_db [None req-7866b5cc-0442-4b59-b515-bbd03704524b 43a1b03d9bd241039aab9a4cb943977b 033ead5d25ce4cdb9d92f27bf42e71c6 - - default default] Project 033ead5d25ce4cdb9d92f27bf42e71c6 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: 651/1349] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:03:45 2026] POST /v2.0/security-group-rules => generated 606 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1350] 10.0.0.251 () {32 vars in 712 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1351] 10.0.0.251 () {32 vars in 690 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1352] 10.0.0.251 () {32 vars in 682 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1353] 10.0.0.251 () {32 vars in 668 bytes} [Fri May 8 04:03:45 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: 656/1354] 10.0.0.251 () {32 vars in 686 bytes} [Fri May 8 04:03:45 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: 657/1355] 10.0.0.251 () {32 vars in 704 bytes} [Fri May 8 04:03:45 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: 8|app: 0|req: 658/1356] 10.0.0.251 () {32 vars in 674 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1357] 10.0.0.251 () {32 vars in 700 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1358] 10.0.0.251 () {32 vars in 674 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1359] 10.0.0.251 () {32 vars in 692 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1360] 10.0.0.251 () {32 vars in 688 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1361] 10.0.0.251 () {32 vars in 708 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1362] 10.0.0.251 () {32 vars in 704 bytes} [Fri May 8 04:03:45 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: 8|app: 0|req: 665/1363] 10.0.0.251 () {32 vars in 718 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1364] 10.0.0.251 () {32 vars in 696 bytes} [Fri May 8 04:03:45 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: 699/1365] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:03:45 2026] POST /v2.0/subnets => generated 1274 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1366] 10.0.0.251 () {32 vars in 710 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1367] 10.0.0.251 () {32 vars in 668 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/binding => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1368] 10.0.0.251 () {32 vars in 686 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1369] 10.0.0.251 () {32 vars in 680 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1370] 10.0.0.251 () {32 vars in 674 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1371] 10.0.0.251 () {32 vars in 670 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/provider => generated 191 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1373] 10.0.0.251 () {32 vars in 660 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1373] 10.0.0.251 () {32 vars in 646 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/subnets => generated 1910 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1374] 10.0.0.251 () {32 vars in 698 bytes} [Fri May 8 04:03:45 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: 8|app: 0|req: 670/1375] 10.0.0.251 () {32 vars in 698 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1376] 10.0.0.251 () {32 vars in 676 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1377] 10.0.0.251 () {32 vars in 668 bytes} [Fri May 8 04:03:45 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: 8|app: 0|req: 673/1378] 10.0.0.251 () {32 vars in 682 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1379] 10.0.0.251 () {32 vars in 700 bytes} [Fri May 8 04:03:45 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: 675/1380] 10.0.0.251 () {32 vars in 684 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1381] 10.0.0.251 () {32 vars in 706 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1382] 10.0.0.251 () {32 vars in 668 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1383] 10.0.0.251 () {32 vars in 696 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1384] 10.0.0.251 () {32 vars in 694 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1385] 10.0.0.251 () {32 vars in 684 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1386] 10.0.0.251 () {32 vars in 688 bytes} [Fri May 8 04:03:45 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1387] 10.0.0.251 () {32 vars in 704 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1388] 10.0.0.251 () {32 vars in 666 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1389] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:45 2026] DELETE /v2.0/subnets/852fd141-eeda-450d-a4d6-fd158735da89 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1390] 10.0.0.251 () {32 vars in 680 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1391] 10.0.0.251 () {32 vars in 680 bytes} [Fri May 8 04:03:46 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: 8|app: 0|req: 686/1392] 10.0.0.251 () {32 vars in 690 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1393] 10.0.0.251 () {32 vars in 690 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/rbac-address-scope => 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: 688/1394] 10.0.0.251 () {32 vars in 694 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1395] 10.0.0.251 () {32 vars in 684 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1396] 10.0.0.251 () {32 vars in 688 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1397] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:46 2026] DELETE /v2.0/subnets/cb91acba-73b0-4a9e-b8ff-59572e5cf777 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1398] 10.0.0.251 () {32 vars in 700 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1399] 10.0.0.251 () {32 vars in 646 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/subnets => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1400] 10.0.0.251 () {32 vars in 702 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1401] 10.0.0.251 () {32 vars in 648 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/networks => generated 1297 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1402] 10.0.0.251 () {32 vars in 712 bytes} [Fri May 8 04:03:46 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) [pid: 8|app: 0|req: 693/1403] 10.0.0.251 () {32 vars in 716 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1404] 10.0.0.251 () {32 vars in 714 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1405] 10.0.0.251 () {32 vars in 726 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1406] 10.0.0.251 () {32 vars in 740 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1407] 10.0.0.251 () {32 vars in 718 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1408] 10.0.0.251 () {32 vars in 682 bytes} [Fri May 8 04:03:46 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: 8|app: 0|req: 699/1409] 10.0.0.251 () {32 vars in 668 bytes} [Fri May 8 04:03:46 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: 8|app: 0|req: 700/1410] 10.0.0.251 () {32 vars in 718 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1411] 10.0.0.251 () {32 vars in 678 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1412] 10.0.0.251 () {32 vars in 668 bytes} [Fri May 8 04:03:46 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: 703/1413] 10.0.0.251 () {32 vars in 696 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1414] 10.0.0.251 () {32 vars in 704 bytes} [Fri May 8 04:03:46 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: 7|app: 0|req: 711/1415] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:03:46 2026] DELETE /v2.0/networks/44682de1-2b0e-4f49-9371-6799a6789a75 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1416] 10.0.0.251 () {32 vars in 700 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1417] 10.0.0.205 () {34 vars in 1097 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-551956024&fields=id&tenant_id=033ead5d25ce4cdb9d92f27bf42e71c6 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1418] 10.0.0.251 () {32 vars in 700 bytes} [Fri May 8 04:03:46 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) 2026-05-08 04:03:46.354 7 INFO neutron.services.segments.plugin [-] Segment a6a61b89-10d8-40e4-8139-b351807cc390 resource provider aggregate not found 2026-05-08 04:03:46.363 7 INFO neutron.services.segments.plugin [-] Segment a6a61b89-10d8-40e4-8139-b351807cc390 resource provider aggregate not found 2026-05-08 04:03:46.373 7 INFO neutron.services.segments.plugin [-] Segment a6a61b89-10d8-40e4-8139-b351807cc390 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6a61b89-10d8-40e4-8139-b351807cc390 found for delete ", "request_id": "req-3fdcca64-313d-4226-9301-45ce1ae7b508"}]} 2026-05-08 04:03:46.387 7 INFO neutron.services.segments.plugin [-] Segment a6a61b89-10d8-40e4-8139-b351807cc390 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6a61b89-10d8-40e4-8139-b351807cc390 found for delete ", "request_id": "req-9c07e763-ea99-4bd5-a83a-9c68b0dde469"}]} [pid: 8|app: 0|req: 707/1419] 10.0.0.205 () {34 vars in 981 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/networks?id=c8eafbe9-77b3-4940-9a6a-6d13b418f649 => generated 660 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1420] 10.0.0.251 () {32 vars in 682 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1421] 10.0.0.251 () {32 vars in 704 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1422] 10.0.0.205 () {34 vars in 964 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/quotas/033ead5d25ce4cdb9d92f27bf42e71c6 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1423] 10.0.0.251 () {32 vars in 694 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1424] 10.0.0.205 () {34 vars in 1001 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/ports?tenant_id=033ead5d25ce4cdb9d92f27bf42e71c6&fields=id => generated 103 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1425] 10.0.0.251 () {32 vars in 688 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1426] 10.0.0.251 () {32 vars in 696 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1427] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:03:46 2026] DELETE /v2.0/networks/c57bc1bd-1103-47a6-9b05-d659f630a3e0 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1428] 10.0.0.251 () {32 vars in 678 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1429] 10.0.0.205 () {34 vars in 1007 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/networks/c8eafbe9-77b3-4940-9a6a-6d13b418f649?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: 716/1430] 10.0.0.251 () {32 vars in 688 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1431] 10.0.0.251 () {32 vars in 700 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1432] 10.0.0.205 () {34 vars in 1107 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/networks/c8eafbe9-77b3-4940-9a6a-6d13b418f649?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1433] 10.0.0.251 () {32 vars in 664 bytes} [Fri May 8 04:03:46 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: 8|app: 0|req: 720/1434] 10.0.0.251 () {32 vars in 680 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1435] 10.0.0.251 () {32 vars in 676 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1436] 10.0.0.251 () {32 vars in 692 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1437] 10.0.0.251 () {32 vars in 676 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1438] 10.0.0.251 () {32 vars in 666 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1439] 10.0.0.251 () {32 vars in 662 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1440] 10.0.0.251 () {32 vars in 674 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1441] 10.0.0.251 () {32 vars in 686 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/extensions/taas-vlan-filter => 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: 715/1442] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:03:46 2026] DELETE /v2.0/networks/7cb934bd-e445-4344-a87a-fea743497a43 => 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: 716/1443] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/ports?device_id=d6c50ddc-2e0a-422f-b718-e297e3376574 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:03:46.801 8 INFO neutron.services.segments.plugin [-] Segment aeab91ac-5dd9-4ed7-96c5-80f55e34242a resource provider aggregate not found 2026-05-08 04:03:46.808 8 INFO neutron.services.segments.plugin [-] Segment aeab91ac-5dd9-4ed7-96c5-80f55e34242a resource provider aggregate not found 2026-05-08 04:03:46.825 8 INFO neutron.services.segments.plugin [-] Segment aeab91ac-5dd9-4ed7-96c5-80f55e34242a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aeab91ac-5dd9-4ed7-96c5-80f55e34242a found for delete ", "request_id": "req-93f92806-c4c4-4e81-b5f8-36c18b878890"}]} 2026-05-08 04:03:46.835 8 INFO neutron.services.segments.plugin [-] Segment aeab91ac-5dd9-4ed7-96c5-80f55e34242a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aeab91ac-5dd9-4ed7-96c5-80f55e34242a found for delete ", "request_id": "req-27fc3792-f90f-45fe-b6fb-8bad9e000611"}]} [pid: 8|app: 0|req: 728/1444] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:03:46 2026] DELETE /v2.0/networks/0c5cb719-6b59-48f0-a694-752f39cb833c => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1445] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:46 2026] GET /v2.0/security-groups?tenant_id=c010e54908fb424cbc1f2aed137900b5&name=default => generated 2925 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1446] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:47 2026] DELETE /v2.0/security-groups/0fc261f6-cf24-4836-b3d6-1040d8ef4583 => 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: 729/1447] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:47 2026] GET /v2.0/security-groups?tenant_id=3caa0a75603741ac88234640da73e1a3&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: 719/1448] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:47 2026] GET /v2.0/security-groups?tenant_id=0c08e32d591740679ba30fe5eb39fd0a&name=default => generated 2925 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1449] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:47 2026] DELETE /v2.0/security-groups/d7522003-529d-472e-8e0f-5b4cf53ab92c => 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: 720/1450] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:47 2026] DELETE /v2.0/security-groups/4258b2b2-07b7-4572-a323-88dbe654425c => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1451] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:47 2026] GET /v2.0/ports?device_id=d6c50ddc-2e0a-422f-b718-e297e3376574 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:03:48.399 7 INFO neutron.services.segments.plugin [-] Segment 2264b822-979c-47f5-ab30-710cef0f5670 resource provider aggregate not found 2026-05-08 04:03:48.408 7 INFO neutron.services.segments.plugin [-] Segment 2264b822-979c-47f5-ab30-710cef0f5670 resource provider aggregate not found 2026-05-08 04:03:48.416 7 INFO neutron.services.segments.plugin [-] Segment 2264b822-979c-47f5-ab30-710cef0f5670 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2264b822-979c-47f5-ab30-710cef0f5670 found for delete ", "request_id": "req-31f381f2-cd88-4f8f-9196-93d8f868316f"}]} 2026-05-08 04:03:48.438 7 INFO neutron.services.segments.plugin [-] Segment 2264b822-979c-47f5-ab30-710cef0f5670 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2264b822-979c-47f5-ab30-710cef0f5670 found for delete ", "request_id": "req-d8240c8a-8903-499b-9cd0-de41b0e353e5"}]} 2026-05-08 04:03:48.447 7 INFO neutron.services.segments.plugin [-] Segment 402de6eb-b8f3-4edc-bfcc-fcba032267eb resource provider aggregate not found 2026-05-08 04:03:48.453 7 INFO neutron.services.segments.plugin [-] Segment 402de6eb-b8f3-4edc-bfcc-fcba032267eb resource provider aggregate not found 2026-05-08 04:03:48.464 7 INFO neutron.services.segments.plugin [-] Segment 402de6eb-b8f3-4edc-bfcc-fcba032267eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 402de6eb-b8f3-4edc-bfcc-fcba032267eb found for delete ", "request_id": "req-912ab5bd-1030-439f-ab64-915824ce69c2"}]} 2026-05-08 04:03:48.466 7 INFO neutron.services.segments.plugin [-] Segment 402de6eb-b8f3-4edc-bfcc-fcba032267eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 402de6eb-b8f3-4edc-bfcc-fcba032267eb found for delete ", "request_id": "req-f573ac00-f774-4d2b-8240-ed7ae61b2032"}]} [pid: 7|app: 0|req: 721/1452] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:48 2026] GET /v2.0/ports?device_id=d6c50ddc-2e0a-422f-b718-e297e3376574 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:03:49.466 8 INFO neutron.db.segments_db [None req-e7bfc4ad-be17-437c-ba7f-da85e93d068d fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Added segment f37e8737-30e6-4281-b557-64f9173774ca of type vxlan for network e53ad582-3336-4c48-8ceb-a9e951c1c826 [pid: 8|app: 0|req: 732/1453] 10.0.0.251 () {34 vars in 670 bytes} [Fri May 8 04:03:49 2026] POST /v2.0/networks => generated 722 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:03:49.633 7 INFO neutron.db.segments_db [None req-d910c998-e2bd-4319-8223-589f2015c77a 2b3251cba5c14a90aaa81f41e30bff72 0a99342701114a66a63fec9d0d6236b7 - - default default] Added segment dbf73299-efad-4472-a445-7472e9c1dd95 of type vxlan for network ec31c357-4baa-4a5e-a18c-a9e22dcfd533 2026-05-08 04:03:49.695 7 INFO neutron.db.segments_db [None req-d910c998-e2bd-4319-8223-589f2015c77a 2b3251cba5c14a90aaa81f41e30bff72 0a99342701114a66a63fec9d0d6236b7 - - default default] Added segment fad9beef-81bc-4c3d-b216-b6db1a9d74a5 of type vxlan for network 0303b7eb-7a63-4ab9-ab0e-3e693a0ad097 2026-05-08 04:03:49.760 8 INFO neutron.db.segments_db [None req-d00d4b2e-9f84-4472-9095-d38dca655a77 e04004e678a846e5b131560ef9c393f0 3a0c0daea72d43508bcfb0323354cb80 - - default default] Added segment 841e62d2-c9ef-4327-b4b8-42658a191c88 of type vxlan for network b3bbe43d-7b20-4253-86ac-104749670c16 [pid: 7|app: 0|req: 722/1454] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:03:49 2026] POST /v2.0/networks => generated 1205 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1455] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:03:49 2026] POST /v2.0/networks => generated 626 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1456] 10.0.0.251 () {32 vars in 648 bytes} [Fri May 8 04:03:49 2026] GET /v2.0/networks => generated 1842 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1457] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:03:49 2026] POST /v2.0/subnets => generated 688 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1458] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:03:50 2026] DELETE /v2.0/networks/ec31c357-4baa-4a5e-a18c-a9e22dcfd533 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:03:50.179 7 INFO neutron.db.segments_db [None req-45b957e4-bf90-4686-b7dd-f3373b4e0db1 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Added segment 26dfd341-8e9d-4900-b31e-a07fd0ea0ff0 of type vxlan for network 78672551-716a-44e0-a369-b116effad9f5 [pid: 8|app: 0|req: 735/1459] 10.0.0.251 () {34 vars in 664 bytes} [Fri May 8 04:03:49 2026] POST /v2.0/ports => generated 774 bytes in 337 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: 736/1460] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:50 2026] GET /v2.0/ports?device_id=d6c50ddc-2e0a-422f-b718-e297e3376574 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:03:50.384 8 INFO neutron.services.segments.plugin [-] Segment fad9beef-81bc-4c3d-b216-b6db1a9d74a5 resource provider aggregate not found 2026-05-08 04:03:50.385 8 INFO neutron.services.segments.plugin [-] Segment fad9beef-81bc-4c3d-b216-b6db1a9d74a5 resource provider aggregate not found 2026-05-08 04:03:50.409 8 INFO neutron.services.segments.plugin [-] Segment fad9beef-81bc-4c3d-b216-b6db1a9d74a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fad9beef-81bc-4c3d-b216-b6db1a9d74a5 found for delete ", "request_id": "req-caa192ee-02ab-48aa-8af2-b413e8d2a8c0"}]} 2026-05-08 04:03:50.411 8 INFO neutron.services.segments.plugin [-] Segment fad9beef-81bc-4c3d-b216-b6db1a9d74a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fad9beef-81bc-4c3d-b216-b6db1a9d74a5 found for delete ", "request_id": "req-ca822157-ca06-4d18-bb02-0a57ae856212"}]} 2026-05-08 04:03:50.413 7 INFO neutron.db.l3_hamode_db [None req-45b957e4-bf90-4686-b7dd-f3373b4e0db1 fd7f3a9c48f6482fa51cf0808885f586 e41db8ab9b6841e6bda7bff5340d77f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 737/1461] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:03:50 2026] DELETE /v2.0/networks/0303b7eb-7a63-4ab9-ab0e-3e693a0ad097 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:03:50.480 8 INFO neutron.db.segments_db [None req-e0c38bcf-8e01-4aa8-99bf-b0c09f7c9868 e04004e678a846e5b131560ef9c393f0 3a0c0daea72d43508bcfb0323354cb80 - - default default] Added segment 96641ce2-81ed-47d7-a292-788c77f0a6b1 of type vxlan for network 367ee41c-7c4f-4d45-8ed4-5bc97f2661ea 2026-05-08 04:03:50.495 7 INFO neutron.services.segments.plugin [-] Segment dbf73299-efad-4472-a445-7472e9c1dd95 resource provider aggregate not found 2026-05-08 04:03:50.506 7 INFO neutron.services.segments.plugin [-] Segment dbf73299-efad-4472-a445-7472e9c1dd95 resource provider aggregate not found 2026-05-08 04:03:50.533 7 INFO neutron.services.segments.plugin [-] Segment dbf73299-efad-4472-a445-7472e9c1dd95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbf73299-efad-4472-a445-7472e9c1dd95 found for delete ", "request_id": "req-3bdc7369-6635-4942-9d21-a924dd64689e"}]} 2026-05-08 04:03:50.534 7 INFO neutron.services.segments.plugin [-] Segment dbf73299-efad-4472-a445-7472e9c1dd95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbf73299-efad-4472-a445-7472e9c1dd95 found for delete ", "request_id": "req-e4f4bad2-d35e-482a-acda-a34653338366"}]} [pid: 8|app: 0|req: 738/1462] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:03:50 2026] POST /v2.0/networks => generated 612 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1463] 10.0.0.251 () {32 vars in 648 bytes} [Fri May 8 04:03:50 2026] GET /v2.0/networks => generated 651 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1464] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:03:50 2026] POST /v2.0/subnets => generated 626 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:03:50.851 8 INFO neutron.db.segments_db [None req-3af6247d-a8c1-4832-9c1e-893a8a527b56 2b3251cba5c14a90aaa81f41e30bff72 0a99342701114a66a63fec9d0d6236b7 - - default default] Added segment 802f2f71-71ed-45bf-acd7-1e185be71aa9 of type vxlan for network f750fc11-ab1c-433c-8faf-9d5953f5bd2e [pid: 8|app: 0|req: 741/1465] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:03:50 2026] POST /v2.0/networks => generated 635 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:03:51.193 7 INFO neutron.db.l3_hamode_db [None req-45b957e4-bf90-4686-b7dd-f3373b4e0db1 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 742/1466] 10.0.0.251 () {34 vars in 664 bytes} [Fri May 8 04:03:50 2026] POST /v2.0/ports => generated 954 bytes in 284 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-08 04:03:51.248 8 INFO neutron.db.segments_db [None req-24cfbe99-5645-4cb4-bae7-d29e44c2c39a 2b3251cba5c14a90aaa81f41e30bff72 0a99342701114a66a63fec9d0d6236b7 - - default default] Added segment ad932aaa-d185-4722-a449-620408b757d5 of type vxlan for network 3d5d7ba6-e0ab-4c2d-98f5-86e4f2d27d7c [pid: 8|app: 0|req: 743/1467] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:03:51 2026] POST /v2.0/networks => generated 635 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1468] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:03:51 2026] GET /v2.0/networks?id=c8eafbe9-77b3-4940-9a6a-6d13b418f649 => generated 660 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:03:51.486 8 INFO neutron_taas.services.taas.taas_plugin [None req-879eb381-e1ab-4139-b03b-f7b87e504e11 e04004e678a846e5b131560ef9c393f0 3a0c0daea72d43508bcfb0323354cb80 - - default default] TaaS: Handle Delete Port: f5d24684-3b5c-47ba-9544-4ca511238b79 2026-05-08 04:03:51.490 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-879eb381-e1ab-4139-b03b-f7b87e504e11 e04004e678a846e5b131560ef9c393f0 3a0c0daea72d43508bcfb0323354cb80 - - default default] Tap Mirror: Handle Delete Port: f5d24684-3b5c-47ba-9544-4ca511238b79 [pid: 8|app: 0|req: 745/1469] 10.0.0.251 () {32 vars in 719 bytes} [Fri May 8 04:03:51 2026] DELETE /v2.0/ports/f5d24684-3b5c-47ba-9544-4ca511238b79 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1470] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:51 2026] GET /v2.0/ports?device_id=d6c50ddc-2e0a-422f-b718-e297e3376574 => 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: 725/1471] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:03:50 2026] POST /v2.0/routers => generated 728 bytes in 1935 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1472] 199.204.45.113 () {34 vars in 1049 bytes} [Fri May 8 04:03:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=033ead5d25ce4cdb9d92f27bf42e71c6 => generated 180 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:03:52.115 7 INFO neutron.pecan_wsgi.hooks.translation [None req-be1b5b5c-3330-4325-ac15-621b95a53f32 e04004e678a846e5b131560ef9c393f0 3a0c0daea72d43508bcfb0323354cb80 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 727/1473] 10.0.0.251 () {32 vars in 719 bytes} [Fri May 8 04:03:52 2026] DELETE /v2.0/ports/f5d24684-3b5c-47ba-9544-4ca511238b79 => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1474] 10.0.0.251 () {34 vars in 664 bytes} [Fri May 8 04:03:51 2026] POST /v2.0/ports => generated 1505 bytes in 527 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: 748/1475] 199.204.45.113 () {38 vars in 954 bytes} [Fri May 8 04:03:52 2026] POST /v2.0/ports => generated 958 bytes in 365 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-08 04:03:52.588 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ff6b615f-ab35-4648-842c-30a8d672e546 e04004e678a846e5b131560ef9c393f0 3a0c0daea72d43508bcfb0323354cb80 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 749/1476] 10.0.0.251 () {32 vars in 716 bytes} [Fri May 8 04:03:52 2026] GET /v2.0/ports/f5d24684-3b5c-47ba-9544-4ca511238b79 => 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: 750/1477] 10.0.0.251 () {32 vars in 642 bytes} [Fri May 8 04:03:52 2026] GET /v2.0/ports => generated 1505 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1478] 199.204.45.113 () {38 vars in 1027 bytes} [Fri May 8 04:03:52 2026] PUT /v2.0/ports/f9946e56-7b92-4f37-9ff8-98db0295a7fb => generated 1239 bytes in 438 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-08 04:03:53.135 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dedecd61-d1b0-4ad8-b830-1e68b7d21490'] response: {'name': 'network-changed', 'server_uuid': 'd6c50ddc-2e0a-422f-b718-e297e3376574', 'tag': 'f9946e56-7b92-4f37-9ff8-98db0295a7fb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 728/1479] 10.0.0.251 () {34 vars in 782 bytes} [Fri May 8 04:03:52 2026] PUT /v2.0/routers/10689d1e-9721-4ea8-ac66-09e4c06feb0e/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: 752/1480] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:53 2026] DELETE /v2.0/subnets/d22b6020-2270-4f51-966d-f895d23f8102 => 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: 753/1481] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:53 2026] GET /v2.0/ports?device_id=d6c50ddc-2e0a-422f-b718-e297e3376574 => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:03:53.340 7 INFO neutron_taas.services.taas.taas_plugin [None req-67debcb8-6a6a-482b-bae1-b4509505c44d 2b3251cba5c14a90aaa81f41e30bff72 0a99342701114a66a63fec9d0d6236b7 - - default default] TaaS: Handle Delete Port: a4c76701-8030-496f-9d34-6ae7c00f6eaa 2026-05-08 04:03:53.343 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67debcb8-6a6a-482b-bae1-b4509505c44d 2b3251cba5c14a90aaa81f41e30bff72 0a99342701114a66a63fec9d0d6236b7 - - default default] Tap Mirror: Handle Delete Port: a4c76701-8030-496f-9d34-6ae7c00f6eaa 2026-05-08 04:03:53.369 8 INFO neutron.services.segments.plugin [-] Segment 96641ce2-81ed-47d7-a292-788c77f0a6b1 resource provider aggregate not found 2026-05-08 04:03:53.376 8 INFO neutron.services.segments.plugin [-] Segment 96641ce2-81ed-47d7-a292-788c77f0a6b1 resource provider aggregate not found 2026-05-08 04:03:53.395 8 INFO neutron.services.segments.plugin [-] Segment 96641ce2-81ed-47d7-a292-788c77f0a6b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96641ce2-81ed-47d7-a292-788c77f0a6b1 found for delete ", "request_id": "req-b947e7fc-e8ae-43fe-a00f-fe1274d82ef3"}]} 2026-05-08 04:03:53.396 8 INFO neutron.services.segments.plugin [-] Segment 96641ce2-81ed-47d7-a292-788c77f0a6b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96641ce2-81ed-47d7-a292-788c77f0a6b1 found for delete ", "request_id": "req-4cd69e6c-cc2f-4c7e-a177-bf69864fe820"}]} [pid: 8|app: 0|req: 754/1482] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:03:53 2026] DELETE /v2.0/networks/367ee41c-7c4f-4d45-8ed4-5bc97f2661ea => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1483] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:03:53 2026] GET /v2.0/security-groups?id=b65d06f7-a764-4689-8053-df35ba69b14a&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: 729/1484] 10.0.0.251 () {32 vars in 719 bytes} [Fri May 8 04:03:53 2026] DELETE /v2.0/ports/a4c76701-8030-496f-9d34-6ae7c00f6eaa => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:03:53.497 8 INFO neutron.db.segments_db [None req-a38748e7-6e3d-4d32-b794-a916690eccc5 e04004e678a846e5b131560ef9c393f0 3a0c0daea72d43508bcfb0323354cb80 - - default default] Added segment a3cc59b6-ef31-42bc-8182-a81232d573cc of type vxlan for network ffc46b92-a610-48d6-8819-e66b99348f40 2026-05-08 04:03:53.573 7 INFO neutron_taas.services.taas.taas_plugin [None req-1849f06c-b39f-44b9-af17-227bdaa30ce0 2b3251cba5c14a90aaa81f41e30bff72 0a99342701114a66a63fec9d0d6236b7 - - default default] TaaS: Handle Delete Port: 9594a82b-a48b-42ac-9aee-6262cee1388c 2026-05-08 04:03:53.576 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1849f06c-b39f-44b9-af17-227bdaa30ce0 2b3251cba5c14a90aaa81f41e30bff72 0a99342701114a66a63fec9d0d6236b7 - - default default] Tap Mirror: Handle Delete Port: 9594a82b-a48b-42ac-9aee-6262cee1388c [pid: 8|app: 0|req: 756/1485] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:03:53 2026] POST /v2.0/networks => generated 612 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1486] 10.0.0.251 () {32 vars in 719 bytes} [Fri May 8 04:03:53 2026] DELETE /v2.0/ports/9594a82b-a48b-42ac-9aee-6262cee1388c => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1487] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:03:53 2026] GET /v2.0/ports?tenant_id=033ead5d25ce4cdb9d92f27bf42e71c6&device_id=d6c50ddc-2e0a-422f-b718-e297e3376574 => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1488] 10.0.0.251 () {32 vars in 642 bytes} [Fri May 8 04:03:53 2026] GET /v2.0/ports => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1489] 199.204.45.113 () {34 vars in 1017 bytes} [Fri May 8 04:03:53 2026] GET /v2.0/networks?tenant_id=033ead5d25ce4cdb9d92f27bf42e71c6&shared=False => generated 756 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1490] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:03:53 2026] POST /v2.0/subnets => generated 626 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:03:53.849 7 INFO neutron.db.segments_db [None req-2cfdada5-bab9-4771-bb1a-a4d2f45c037e 2b3251cba5c14a90aaa81f41e30bff72 0a99342701114a66a63fec9d0d6236b7 - - default default] Added segment a8172580-0d90-44f6-93c3-d4aafd95f3f3 of type vxlan for network c1dc9695-0829-4da0-bb02-50e4cce4b0be [pid: 8|app: 0|req: 758/1491] 199.204.45.113 () {34 vars in 929 bytes} [Fri May 8 04:03:53 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: 7|app: 0|req: 734/1492] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:03:53 2026] POST /v2.0/networks => generated 635 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:03:54.052 7 INFO neutron.db.segments_db [None req-0170b1dc-4fd8-46d4-8a43-96f0b14a67cd 2b3251cba5c14a90aaa81f41e30bff72 0a99342701114a66a63fec9d0d6236b7 - - default default] Added segment 71a13ab4-ee81-4cee-95fa-b2d5af2213a1 of type vxlan for network 7b3985a1-d83d-48dc-a0ff-88872e9cabed [pid: 7|app: 0|req: 735/1493] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:03:53 2026] POST /v2.0/networks => generated 634 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1494] 10.0.0.251 () {34 vars in 664 bytes} [Fri May 8 04:03:53 2026] POST /v2.0/ports => generated 915 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:03:54.371 7 INFO neutron_taas.services.taas.taas_plugin [None req-0117a7ff-86f2-47b9-b4c4-692493c3306f e04004e678a846e5b131560ef9c393f0 3a0c0daea72d43508bcfb0323354cb80 - - default default] TaaS: Handle Delete Port: 5ed01489-b357-44b4-996b-42679a6ccb9b 2026-05-08 04:03:54.375 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0117a7ff-86f2-47b9-b4c4-692493c3306f e04004e678a846e5b131560ef9c393f0 3a0c0daea72d43508bcfb0323354cb80 - - default default] Tap Mirror: Handle Delete Port: 5ed01489-b357-44b4-996b-42679a6ccb9b 2026-05-08 04:03:54.401 8 INFO neutron.db.segments_db [None req-40898eae-f1e2-42b1-9afa-8450fbdb7555 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Added segment 8c777ee2-c50a-455d-9503-ebc0ec09176f of type vxlan for network 1a935b48-d36b-4220-99ed-9a97aa035c0d [pid: 8|app: 0|req: 760/1495] 10.0.0.251 () {34 vars in 670 bytes} [Fri May 8 04:03:54 2026] POST /v2.0/networks => generated 722 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1496] 10.0.0.251 () {32 vars in 719 bytes} [Fri May 8 04:03:54 2026] DELETE /v2.0/ports/5ed01489-b357-44b4-996b-42679a6ccb9b => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:03:54.546 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f61a2378-2c51-483d-a0a4-afc4ea0d8ade e04004e678a846e5b131560ef9c393f0 3a0c0daea72d43508bcfb0323354cb80 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 737/1497] 10.0.0.251 () {32 vars in 716 bytes} [Fri May 8 04:03:54 2026] GET /v2.0/ports/5ed01489-b357-44b4-996b-42679a6ccb9b => 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: 738/1498] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:54 2026] GET /v2.0/ports?device_id=d6c50ddc-2e0a-422f-b718-e297e3376574 => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1499] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:03:54 2026] POST /v2.0/subnets => generated 688 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1500] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:03:54 2026] GET /v2.0/security-groups?id=b65d06f7-a764-4689-8053-df35ba69b14a&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-08 04:03:54.755 8 INFO neutron.db.segments_db [None req-dac8b6cf-a355-4379-a694-b6e0384f433e fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Added segment 1fe1d82d-5686-41ec-84a7-53f1448749f3 of type vxlan for network bf94cbe2-3685-4efe-9ebb-fbb1b7d0a9c4 [pid: 7|app: 0|req: 739/1501] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:54 2026] DELETE /v2.0/subnets/ca443a63-6a1e-492c-85db-539cf20f800c => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:03:55.015 8 INFO neutron.db.l3_hamode_db [None req-dac8b6cf-a355-4379-a694-b6e0384f433e fd7f3a9c48f6482fa51cf0808885f586 5eb81b363f3347e98ff2df2563c6a7a4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 740/1502] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:03:54 2026] POST /v2.0/subnets => generated 1323 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 04:03:55.298 7 INFO neutron.services.segments.plugin [-] Segment a3cc59b6-ef31-42bc-8182-a81232d573cc resource provider aggregate not found 2026-05-08 04:03:55.305 7 INFO neutron.services.segments.plugin [-] Segment a3cc59b6-ef31-42bc-8182-a81232d573cc resource provider aggregate not found 2026-05-08 04:03:55.315 7 INFO neutron.services.segments.plugin [-] Segment a3cc59b6-ef31-42bc-8182-a81232d573cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3cc59b6-ef31-42bc-8182-a81232d573cc found for delete ", "request_id": "req-9097a69b-8d7f-4b0e-95c7-576195dc833e"}]} 2026-05-08 04:03:55.324 7 INFO neutron.services.segments.plugin [-] Segment a3cc59b6-ef31-42bc-8182-a81232d573cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3cc59b6-ef31-42bc-8182-a81232d573cc found for delete ", "request_id": "req-081fd212-cc35-4ea4-baf7-4c7ee5230a50"}]} [pid: 7|app: 0|req: 741/1503] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:03:55 2026] DELETE /v2.0/networks/ffc46b92-a610-48d6-8819-e66b99348f40 => 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: 742/1504] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:03:55 2026] GET /v2.0/ports?tenant_id=033ead5d25ce4cdb9d92f27bf42e71c6&device_id=d6c50ddc-2e0a-422f-b718-e297e3376574 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1505] 10.0.0.251 () {32 vars in 646 bytes} [Fri May 8 04:03:55 2026] GET /v2.0/subnets => generated 1959 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1506] 10.0.0.251 () {34 vars in 664 bytes} [Fri May 8 04:03:55 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, ' [pid: 7|app: 0|req: 745/1507] 199.204.45.113 () {34 vars in 1059 bytes} [Fri May 8 04:03:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=f9946e56-7b92-4f37-9ff8-98db0295a7fb => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:03:55.761 8 INFO neutron.db.l3_hamode_db [None req-dac8b6cf-a355-4379-a694-b6e0384f433e fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 746/1508] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:55 2026] DELETE /v2.0/subnets/d7e22bdd-db3b-4f42-9e31-572d9aae1e14 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1509] 10.0.0.251 () {34 vars in 736 bytes} [Fri May 8 04:03:55 2026] PUT /v2.0/ports/45ffa5d3-ecad-43a5-85ae-3fa85a7cb777 => generated 752 bytes in 147 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: 748/1510] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:03:55 2026] GET /v2.0/subnets?id=66498fa0-7694-419f-8d2a-47a307d1fe73 => generated 677 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1511] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:55 2026] DELETE /v2.0/subnets/41708d20-e446-46d3-9b55-2fa3f1bd428c => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1512] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:56 2026] GET /v2.0/ports?device_id=d6c50ddc-2e0a-422f-b718-e297e3376574 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:03:56.224 7 INFO neutron_taas.services.taas.taas_plugin [None req-877d7c6a-9a2a-4fba-9c31-babf7291d3b7 e04004e678a846e5b131560ef9c393f0 3a0c0daea72d43508bcfb0323354cb80 - - default default] TaaS: Handle Delete Port: 45ffa5d3-ecad-43a5-85ae-3fa85a7cb777 2026-05-08 04:03:56.227 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-877d7c6a-9a2a-4fba-9c31-babf7291d3b7 e04004e678a846e5b131560ef9c393f0 3a0c0daea72d43508bcfb0323354cb80 - - default default] Tap Mirror: Handle Delete Port: 45ffa5d3-ecad-43a5-85ae-3fa85a7cb777 [pid: 7|app: 0|req: 751/1513] 10.0.0.251 () {32 vars in 719 bytes} [Fri May 8 04:03:56 2026] DELETE /v2.0/ports/45ffa5d3-ecad-43a5-85ae-3fa85a7cb777 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1514] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:03:56 2026] GET /v2.0/ports?network_id=c8eafbe9-77b3-4940-9a6a-6d13b418f649&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: 753/1515] 10.0.0.251 () {32 vars in 646 bytes} [Fri May 8 04:03:56 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: 754/1516] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:03:56 2026] GET /v2.0/security-groups?id=b65d06f7-a764-4689-8053-df35ba69b14a&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1517] 10.0.0.251 () {32 vars in 642 bytes} [Fri May 8 04:03:56 2026] GET /v2.0/ports => generated 777 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1518] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:03:56 2026] GET /v2.0/networks/c8eafbe9-77b3-4940-9a6a-6d13b418f649?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: 757/1519] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:03:56 2026] DELETE /v2.0/networks/7b3985a1-d83d-48dc-a0ff-88872e9cabed => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:03:56.589 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f0edc2f1-1df4-4e54-ab3f-e98d83b23f87 e04004e678a846e5b131560ef9c393f0 3a0c0daea72d43508bcfb0323354cb80 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 758/1520] 10.0.0.251 () {32 vars in 716 bytes} [Fri May 8 04:03:56 2026] GET /v2.0/ports/45ffa5d3-ecad-43a5-85ae-3fa85a7cb777 => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1521] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:03:56 2026] GET /v2.0/networks/c8eafbe9-77b3-4940-9a6a-6d13b418f649?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: 763/1522] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:03:54 2026] POST /v2.0/routers => generated 728 bytes in 1987 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1523] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:03:56 2026] DELETE /v2.0/networks/c1dc9695-0829-4da0-bb02-50e4cce4b0be => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1524] 10.0.0.251 () {32 vars in 642 bytes} [Fri May 8 04:03:56 2026] GET /v2.0/ports => generated 777 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:03:56.898 8 INFO neutron.services.segments.plugin [-] Segment ad932aaa-d185-4722-a449-620408b757d5 resource provider aggregate not found 2026-05-08 04:03:56.905 8 INFO neutron.services.segments.plugin [-] Segment ad932aaa-d185-4722-a449-620408b757d5 resource provider aggregate not found 2026-05-08 04:03:56.915 8 INFO neutron.services.segments.plugin [-] Segment ad932aaa-d185-4722-a449-620408b757d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad932aaa-d185-4722-a449-620408b757d5 found for delete ", "request_id": "req-2e7c0013-f662-452f-8064-8c9f708b9d8a"}]} 2026-05-08 04:03:56.922 8 INFO neutron.services.segments.plugin [-] Segment ad932aaa-d185-4722-a449-620408b757d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad932aaa-d185-4722-a449-620408b757d5 found for delete ", "request_id": "req-26c893c2-808b-42ae-8ad9-29a43f258c18"}]} [pid: 8|app: 0|req: 765/1525] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:03:56 2026] DELETE /v2.0/networks/3d5d7ba6-e0ab-4c2d-98f5-86e4f2d27d7c => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1526] 10.0.0.251 () {32 vars in 716 bytes} [Fri May 8 04:03:56 2026] GET /v2.0/ports/bc593078-3146-4b32-93b1-7b9843d58736 => generated 774 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1527] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:03:56 2026] DELETE /v2.0/networks/f750fc11-ab1c-433c-8faf-9d5953f5bd2e => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:03:57.127 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e73b7d34-7501-4857-90df-95f1fe270df9 e04004e678a846e5b131560ef9c393f0 3a0c0daea72d43508bcfb0323354cb80 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 768/1528] 10.0.0.251 () {32 vars in 719 bytes} [Fri May 8 04:03:57 2026] DELETE /v2.0/ports/5ed01489-b357-44b4-996b-42679a6ccb9b => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:03:57.151 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2c649804-2550-4da4-ad04-fd07fe02bb7f e04004e678a846e5b131560ef9c393f0 3a0c0daea72d43508bcfb0323354cb80 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 769/1529] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:57 2026] DELETE /v2.0/subnets/ca443a63-6a1e-492c-85db-539cf20f800c => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:03:57.182 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5c336740-5f80-4c29-bdcc-d3014ffc2db3 e04004e678a846e5b131560ef9c393f0 3a0c0daea72d43508bcfb0323354cb80 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 770/1530] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:03:57 2026] DELETE /v2.0/subnets/d22b6020-2270-4f51-966d-f895d23f8102 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:03:57.300 8 INFO neutron_taas.services.taas.taas_plugin [None req-129117c2-508d-41a0-ae5f-d6fbb2d3e3b0 e04004e678a846e5b131560ef9c393f0 3a0c0daea72d43508bcfb0323354cb80 - - default default] TaaS: Handle Delete Port: bc593078-3146-4b32-93b1-7b9843d58736 2026-05-08 04:03:57.304 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-129117c2-508d-41a0-ae5f-d6fbb2d3e3b0 e04004e678a846e5b131560ef9c393f0 3a0c0daea72d43508bcfb0323354cb80 - - default default] Tap Mirror: Handle Delete Port: bc593078-3146-4b32-93b1-7b9843d58736 2026-05-08 04:03:57.348 7 INFO neutron.services.segments.plugin [-] Segment 71a13ab4-ee81-4cee-95fa-b2d5af2213a1 resource provider aggregate not found 2026-05-08 04:03:57.351 7 INFO neutron.services.segments.plugin [-] Segment 71a13ab4-ee81-4cee-95fa-b2d5af2213a1 resource provider aggregate not found 2026-05-08 04:03:57.369 7 INFO neutron.services.segments.plugin [-] Segment 71a13ab4-ee81-4cee-95fa-b2d5af2213a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71a13ab4-ee81-4cee-95fa-b2d5af2213a1 found for delete ", "request_id": "req-554651e2-5005-4dc9-bae8-70be91d9fe9f"}]} 2026-05-08 04:03:57.378 7 INFO neutron.services.segments.plugin [-] Segment 71a13ab4-ee81-4cee-95fa-b2d5af2213a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71a13ab4-ee81-4cee-95fa-b2d5af2213a1 found for delete ", "request_id": "req-1b9222c5-6ce0-45cf-a486-14cdb62ea715"}]} 2026-05-08 04:03:57.400 7 INFO neutron.services.segments.plugin [-] Segment a8172580-0d90-44f6-93c3-d4aafd95f3f3 resource provider aggregate not found [pid: 8|app: 0|req: 771/1531] 10.0.0.251 () {32 vars in 719 bytes} [Fri May 8 04:03:57 2026] DELETE /v2.0/ports/bc593078-3146-4b32-93b1-7b9843d58736 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:03:57.409 7 INFO neutron.services.segments.plugin [-] Segment a8172580-0d90-44f6-93c3-d4aafd95f3f3 resource provider aggregate not found 2026-05-08 04:03:57.424 7 INFO neutron.services.segments.plugin [-] Segment a8172580-0d90-44f6-93c3-d4aafd95f3f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8172580-0d90-44f6-93c3-d4aafd95f3f3 found for delete ", "request_id": "req-10ff5980-04b3-4917-b0e8-644feb9f6d21"}]} 2026-05-08 04:03:57.424 7 INFO neutron.services.segments.plugin [-] Segment a8172580-0d90-44f6-93c3-d4aafd95f3f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8172580-0d90-44f6-93c3-d4aafd95f3f3 found for delete ", "request_id": "req-e3bd4936-c12d-4efe-a3bb-b39a32f34a07"}]} [pid: 8|app: 0|req: 772/1532] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:03:57 2026] DELETE /v2.0/networks/b3bbe43d-7b20-4253-86ac-104749670c16 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1533] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:57 2026] GET /v2.0/ports?device_id=d6c50ddc-2e0a-422f-b718-e297e3376574 => generated 973 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1534] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:57 2026] GET /v2.0/security-groups?tenant_id=0a99342701114a66a63fec9d0d6236b7&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1535] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:03:57 2026] GET /v2.0/security-groups?id=b65d06f7-a764-4689-8053-df35ba69b14a&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1536] 10.0.0.251 () {34 vars in 782 bytes} [Fri May 8 04:03:56 2026] PUT /v2.0/routers/97121dc2-1ba4-42bb-b6a8-c0dc1429450c/add_router_interface => generated 309 bytes in 1259 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1537] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:58 2026] DELETE /v2.0/security-groups/08947ca3-f5c4-4d1d-9e09-6e2ad0d649b1 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1538] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:03:58 2026] GET /v2.0/security-groups?tenant_id=3a0c0daea72d43508bcfb0323354cb80&name=default => generated 2925 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1539] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:03:58 2026] DELETE /v2.0/security-groups/53f85ad7-cb6a-4aa8-b446-6d0209722137 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:03:58.945 8 INFO neutron.services.segments.plugin [-] Segment 802f2f71-71ed-45bf-acd7-1e185be71aa9 resource provider aggregate not found 2026-05-08 04:03:58.948 8 INFO neutron.services.segments.plugin [-] Segment 802f2f71-71ed-45bf-acd7-1e185be71aa9 resource provider aggregate not found 2026-05-08 04:03:58.969 8 INFO neutron.services.segments.plugin [-] Segment 802f2f71-71ed-45bf-acd7-1e185be71aa9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 802f2f71-71ed-45bf-acd7-1e185be71aa9 found for delete ", "request_id": "req-f7ad53fb-9487-4302-8555-257d474ea6c3"}]} [pid: 7|app: 0|req: 764/1542] 10.0.0.251 () {34 vars in 684 bytes} [Fri May 8 04:03:58 2026] POST /v2.0/security-groups => generated 1675 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 04:03:58.993 8 INFO neutron.services.segments.plugin [-] Segment 802f2f71-71ed-45bf-acd7-1e185be71aa9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 802f2f71-71ed-45bf-acd7-1e185be71aa9 found for delete ", "request_id": "req-6c6ffe5b-a01b-4716-8f62-0e321d1c2999"}]} 2026-05-08 04:03:59.003 8 INFO neutron.services.segments.plugin [-] Segment 841e62d2-c9ef-4327-b4b8-42658a191c88 resource provider aggregate not found 2026-05-08 04:03:59.027 8 INFO neutron.services.segments.plugin [-] Segment 841e62d2-c9ef-4327-b4b8-42658a191c88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 841e62d2-c9ef-4327-b4b8-42658a191c88 found for delete ", "request_id": "req-9c98015d-920a-4472-9ef1-a1a057694869"}]} 2026-05-08 04:03:59.037 8 INFO neutron.services.segments.plugin [-] Segment 841e62d2-c9ef-4327-b4b8-42658a191c88 resource provider aggregate not found 2026-05-08 04:03:59.064 8 INFO neutron.services.segments.plugin [-] Segment 841e62d2-c9ef-4327-b4b8-42658a191c88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 841e62d2-c9ef-4327-b4b8-42658a191c88 found for delete ", "request_id": "req-5629bf72-bfcd-48be-a08f-4a444496f45a"}]} [pid: 7|app: 0|req: 765/1543] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:03:59 2026] GET /v2.0/ports?device_id=d6c50ddc-2e0a-422f-b718-e297e3376574 => 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: 766/1544] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:03:59 2026] GET /v2.0/security-groups?id=b65d06f7-a764-4689-8053-df35ba69b14a&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1545] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:03:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1546] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:03:59 2026] POST /v2.0/security-group-rules => generated 596 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1547] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:03:59 2026] POST /v2.0/security-group-rules => generated 602 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1548] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:03:59 2026] POST /v2.0/security-group-rules => generated 601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:03:59.731 8 INFO neutron.db.securitygroups_db [None req-be6761df-e39b-44c0-bb9d-ad533f96d639 23fdfec87e2446a58f70be0ec95fd95e e41db8ab9b6841e6bda7bff5340d77f6 - - default default] Project e41db8ab9b6841e6bda7bff5340d77f6 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: 781/1549] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:03:59 2026] POST /v2.0/security-group-rules => generated 607 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:03:59.852 7 INFO neutron.db.securitygroups_db [None req-33640871-8d9d-4951-8368-e6d917179c89 23fdfec87e2446a58f70be0ec95fd95e e41db8ab9b6841e6bda7bff5340d77f6 - - default default] Project e41db8ab9b6841e6bda7bff5340d77f6 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: 769/1550] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:03:59 2026] POST /v2.0/security-group-rules => generated 606 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:04:00.341 8 INFO neutron.db.segments_db [None req-4e363862-5434-4b93-a647-a7eaf8b03eac 3617ba469d4f409681313f5cb3a26e71 e313dddee6e946d18a49fbe440435402 - - default default] Added segment a6073f76-70d7-4ec7-88be-7ea5b629ba13 of type vxlan for network 79a64bbb-5944-477c-81e8-32ab8a0e1414 [pid: 7|app: 0|req: 770/1551] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:00 2026] GET /v2.0/ports?device_id=d6c50ddc-2e0a-422f-b718-e297e3376574 => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1552] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:04:00 2026] POST /v2.0/networks => generated 628 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1553] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:04:00 2026] GET /v2.0/security-groups?id=b65d06f7-a764-4689-8053-df35ba69b14a&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: 784/1554] 10.0.0.251 () {34 vars in 684 bytes} [Fri May 8 04:04:00 2026] POST /v2.0/security-groups => generated 1660 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1555] 10.0.0.251 () {34 vars in 683 bytes} [Fri May 8 04:04:00 2026] POST /v2.0/security-groups => generated 1624 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1556] 10.0.0.251 () {32 vars in 662 bytes} [Fri May 8 04:04:00 2026] GET /v2.0/security-groups => generated 4529 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1557] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:04:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1558] 10.0.0.251 () {34 vars in 757 bytes} [Fri May 8 04:04:00 2026] PUT /v2.0/security-groups/2f8f3165-3bbe-41e8-8abe-687288274ad8 => generated 1663 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1559] 10.0.0.251 () {32 vars in 736 bytes} [Fri May 8 04:04:00 2026] GET /v2.0/security-groups/2f8f3165-3bbe-41e8-8abe-687288274ad8 => generated 1663 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1560] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:04:00 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1561] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:00 2026] DELETE /v2.0/security-groups/2f8f3165-3bbe-41e8-8abe-687288274ad8 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1562] 10.0.0.251 () {32 vars in 662 bytes} [Fri May 8 04:04:00 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1563] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:04:00 2026] POST /v2.0/subnets => generated 673 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:04:01.172 7 INFO neutron.api.v2.resource [None req-2c77a96d-8334-412c-b656-1188e797472b 66f0873b074648aba745590cd8d12644 657b237eabc443f5a51767511fdd801e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 778/1564] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:01 2026] DELETE /v2.0/security-groups/2f8f3165-3bbe-41e8-8abe-687288274ad8 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:04:01.223 7 INFO neutron.db.segments_db [None req-521e659e-e1b3-402a-9358-a5265baa1c3d 3617ba469d4f409681313f5cb3a26e71 e313dddee6e946d18a49fbe440435402 - - default default] Added segment b5c38919-d93a-4921-82c1-d7b29dd49730 of type vxlan for network 2a555088-44c0-4f2e-be6e-b88e19dcd654 [pid: 7|app: 0|req: 779/1565] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:04:01 2026] POST /v2.0/networks => generated 629 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1566] 10.0.0.251 () {34 vars in 675 bytes} [Fri May 8 04:04:00 2026] POST /v2.0/floatingips => generated 552 bytes in 547 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1567] 10.0.0.251 () {34 vars in 683 bytes} [Fri May 8 04:04:01 2026] POST /v2.0/security-groups => generated 1624 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1568] 10.0.0.251 () {34 vars in 742 bytes} [Fri May 8 04:04:01 2026] PUT /v2.0/networks/2a555088-44c0-4f2e-be6e-b88e19dcd654 => generated 592 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1569] 10.0.0.205 () {34 vars in 1099 bytes} [Fri May 8 04:04:01 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2111293677&fields=id&tenant_id=e41db8ab9b6841e6bda7bff5340d77f6 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1570] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:01 2026] GET /v2.0/ports?device_id=d6c50ddc-2e0a-422f-b718-e297e3376574 => 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: 781/1571] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:04:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1572] 10.0.0.205 () {34 vars in 1099 bytes} [Fri May 8 04:04:01 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2122297733&fields=id&tenant_id=e41db8ab9b6841e6bda7bff5340d77f6 => generated 69 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1573] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:04:01 2026] GET /v2.0/security-groups?id=b65d06f7-a764-4689-8053-df35ba69b14a&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1574] 10.0.0.251 () {32 vars in 746 bytes} [Fri May 8 04:04:01 2026] GET /v2.0/security-group-rules/e137140f-8cfb-4442-a914-d1d7bea9ce88 => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1575] 10.0.0.205 () {34 vars in 981 bytes} [Fri May 8 04:04:01 2026] GET /v2.0/networks?id=e53ad582-3336-4c48-8ceb-a9e951c1c826 => generated 673 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1576] 10.0.0.251 () {32 vars in 672 bytes} [Fri May 8 04:04:01 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1577] 10.0.0.205 () {34 vars in 964 bytes} [Fri May 8 04:04:01 2026] GET /v2.0/quotas/e41db8ab9b6841e6bda7bff5340d77f6 => generated 292 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1578] 10.0.0.251 () {32 vars in 749 bytes} [Fri May 8 04:04:01 2026] DELETE /v2.0/security-group-rules/e137140f-8cfb-4442-a914-d1d7bea9ce88 => 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: 791/1579] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:04:01 2026] POST /v2.0/subnets => generated 646 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1580] 10.0.0.205 () {34 vars in 1001 bytes} [Fri May 8 04:04:01 2026] GET /v2.0/ports?tenant_id=e41db8ab9b6841e6bda7bff5340d77f6&fields=id => generated 103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1581] 10.0.0.251 () {32 vars in 672 bytes} [Fri May 8 04:04:01 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1582] 10.0.0.251 () {34 vars in 740 bytes} [Fri May 8 04:04:01 2026] PUT /v2.0/subnets/d39e9094-00a8-48c2-82ee-ff79099b8637 => generated 656 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1583] 10.0.0.205 () {34 vars in 1007 bytes} [Fri May 8 04:04:02 2026] GET /v2.0/networks/e53ad582-3336-4c48-8ceb-a9e951c1c826?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: 791/1584] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:04:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1585] 10.0.0.205 () {34 vars in 1107 bytes} [Fri May 8 04:04:02 2026] GET /v2.0/networks/e53ad582-3336-4c48-8ceb-a9e951c1c826?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: 793/1586] 10.0.0.251 () {32 vars in 746 bytes} [Fri May 8 04:04:02 2026] GET /v2.0/security-group-rules/adcdd0dd-d14e-48d5-85f2-760c9e4d8c3b => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:04:02.292 8 INFO neutron.services.segments.plugin [-] Segment b5c38919-d93a-4921-82c1-d7b29dd49730 resource provider aggregate not found 2026-05-08 04:04:02.303 8 INFO neutron.services.segments.plugin [-] Segment b5c38919-d93a-4921-82c1-d7b29dd49730 resource provider aggregate not found [pid: 7|app: 0|req: 794/1587] 10.0.0.251 () {32 vars in 672 bytes} [Fri May 8 04:04:02 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) 2026-05-08 04:04:02.319 8 INFO neutron.services.segments.plugin [-] Segment b5c38919-d93a-4921-82c1-d7b29dd49730 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5c38919-d93a-4921-82c1-d7b29dd49730 found for delete ", "request_id": "req-8d5c56ed-4ce0-4976-b716-f898ee865368"}]} 2026-05-08 04:04:02.322 8 INFO neutron.services.segments.plugin [-] Segment b5c38919-d93a-4921-82c1-d7b29dd49730 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5c38919-d93a-4921-82c1-d7b29dd49730 found for delete ", "request_id": "req-f460870d-e400-4fd5-92eb-3e992f3460ba"}]} [pid: 8|app: 0|req: 794/1588] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:04:02 2026] DELETE /v2.0/networks/2a555088-44c0-4f2e-be6e-b88e19dcd654 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:04:02.344 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3760bc35-89d9-4069-9aad-1607107846f6 3617ba469d4f409681313f5cb3a26e71 e313dddee6e946d18a49fbe440435402 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 795/1589] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:04:02 2026] DELETE /v2.0/networks/2a555088-44c0-4f2e-be6e-b88e19dcd654 => 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: 795/1590] 10.0.0.251 () {32 vars in 749 bytes} [Fri May 8 04:04:02 2026] DELETE /v2.0/security-group-rules/adcdd0dd-d14e-48d5-85f2-760c9e4d8c3b => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1591] 10.0.0.251 () {32 vars in 693 bytes} [Fri May 8 04:04:02 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1592] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:02 2026] GET /v2.0/ports?device_id=eebb3467-69db-40c8-bd88-8db5207f2682 => 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: 796/1593] 10.0.0.251 () {32 vars in 672 bytes} [Fri May 8 04:04:02 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1594] 10.0.0.251 () {32 vars in 741 bytes} [Fri May 8 04:04:02 2026] GET /v2.0/subnets?network_id=9723d5ed-7048-4e7f-a9c7-8a61b035be4f => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1595] 10.0.0.251 () {32 vars in 652 bytes} [Fri May 8 04:04:02 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) 2026-05-08 04:04:02.475 7 INFO neutron.db.securitygroups_db [None req-6824ee0d-7657-4cec-89ee-d349bdd2d942 66f0873b074648aba745590cd8d12644 657b237eabc443f5a51767511fdd801e - - default default] Project 657b237eabc443f5a51767511fdd801e 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: 800/1596] 10.0.0.251 () {32 vars in 648 bytes} [Fri May 8 04:04:02 2026] GET /v2.0/networks => generated 1312 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1597] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:04:02 2026] POST /v2.0/security-group-rules => generated 607 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1598] 10.0.0.251 () {32 vars in 646 bytes} [Fri May 8 04:04:02 2026] GET /v2.0/subnets => generated 1312 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1599] 10.0.0.251 () {32 vars in 746 bytes} [Fri May 8 04:04:02 2026] GET /v2.0/security-group-rules/27038fad-11ac-49d3-ab9c-f5dde8a6d1bc => generated 607 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1600] 10.0.0.251 () {32 vars in 722 bytes} [Fri May 8 04:04:02 2026] GET /v2.0/networks/79a64bbb-5944-477c-81e8-32ab8a0e1414 => 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: 799/1601] 10.0.0.251 () {32 vars in 672 bytes} [Fri May 8 04:04:02 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: 8|app: 0|req: 803/1602] 10.0.0.251 () {32 vars in 720 bytes} [Fri May 8 04:04:02 2026] GET /v2.0/subnets/b503d449-c3af-48f4-b8f1-73d080d1fd02 => generated 673 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:04:02.649 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0db702d0-4681-4e73-9e39-5f4d187783b3 3617ba469d4f409681313f5cb3a26e71 e313dddee6e946d18a49fbe440435402 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 804/1603] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:04:02 2026] DELETE /v2.0/subnets/d39e9094-00a8-48c2-82ee-ff79099b8637 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:04:02.664 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c6b62375-f001-4687-849b-07b5307d569e 3617ba469d4f409681313f5cb3a26e71 e313dddee6e946d18a49fbe440435402 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 805/1604] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:04:02 2026] DELETE /v2.0/networks/2a555088-44c0-4f2e-be6e-b88e19dcd654 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1605] 10.0.0.251 () {32 vars in 749 bytes} [Fri May 8 04:04:02 2026] DELETE /v2.0/security-group-rules/27038fad-11ac-49d3-ab9c-f5dde8a6d1bc => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1606] 10.0.0.251 () {32 vars in 672 bytes} [Fri May 8 04:04:02 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1607] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:02 2026] DELETE /v2.0/security-groups/288d04cc-b397-49f6-9852-f7edafecbdd0 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1608] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:04:02 2026] DELETE /v2.0/subnets/b503d449-c3af-48f4-b8f1-73d080d1fd02 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1609] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:02 2026] GET /v2.0/ports?device_id=d6c50ddc-2e0a-422f-b718-e297e3376574 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1610] 10.0.0.251 () {32 vars in 662 bytes} [Fri May 8 04:04:02 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: 805/1611] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:04:02 2026] GET /v2.0/security-groups?id=b65d06f7-a764-4689-8053-df35ba69b14a&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: 806/1612] 10.0.0.251 () {32 vars in 662 bytes} [Fri May 8 04:04:02 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) [pid: 8|app: 0|req: 807/1613] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:04:02 2026] DELETE /v2.0/networks/79a64bbb-5944-477c-81e8-32ab8a0e1414 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1614] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:02 2026] GET /v2.0/ports?device_id=d6c50ddc-2e0a-422f-b718-e297e3376574 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1615] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:04:03 2026] GET /v2.0/security-groups?id=b65d06f7-a764-4689-8053-df35ba69b14a&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1616] 10.0.0.251 () {32 vars in 735 bytes} [Fri May 8 04:04:03 2026] GET /v2.0/ports?device_id=d6c50ddc-2e0a-422f-b718-e297e3376574 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1617] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:03 2026] GET /v2.0/ports?device_id=eebb3467-69db-40c8-bd88-8db5207f2682 => 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: 810/1618] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:04:03 2026] GET /v2.0/security-groups?tenant_id=e313dddee6e946d18a49fbe440435402&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1619] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:04:03 2026] GET /v2.0/security-groups?tenant_id=657b237eabc443f5a51767511fdd801e&name=default => generated 2925 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1620] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:03 2026] DELETE /v2.0/security-groups/f6c5b6a4-4067-489e-a1de-a48fdadd5019 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:04:03.952 8 INFO neutron.db.l3_db [None req-0d21851f-d731-400e-9861-d375b028016a 43a1b03d9bd241039aab9a4cb943977b 033ead5d25ce4cdb9d92f27bf42e71c6 - - default default] Floating IP d2ba546b-3175-4b88-b39e-c4b869c83432 associated. External IP: 10.96.250.205, port: f9946e56-7b92-4f37-9ff8-98db0295a7fb. [pid: 7|app: 0|req: 813/1621] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:03 2026] DELETE /v2.0/security-groups/9d7749bf-a08e-41e3-87ba-0ca5f40602e4 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1622] 10.0.0.251 () {34 vars in 676 bytes} [Fri May 8 04:04:03 2026] POST /v2.0/floatingips => generated 856 bytes in 1134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:04:04.339 8 INFO neutron.services.segments.plugin [-] Segment a6073f76-70d7-4ec7-88be-7ea5b629ba13 resource provider aggregate not found 2026-05-08 04:04:04.345 8 INFO neutron.services.segments.plugin [-] Segment a6073f76-70d7-4ec7-88be-7ea5b629ba13 resource provider aggregate not found 2026-05-08 04:04:04.353 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-87418373-4270-44df-abd5-64f1f0769704'] response: {'name': 'network-changed', 'server_uuid': 'd6c50ddc-2e0a-422f-b718-e297e3376574', 'tag': 'f9946e56-7b92-4f37-9ff8-98db0295a7fb', 'status': 'completed', 'code': 200} 2026-05-08 04:04:04.361 8 INFO neutron.services.segments.plugin [-] Segment a6073f76-70d7-4ec7-88be-7ea5b629ba13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6073f76-70d7-4ec7-88be-7ea5b629ba13 found for delete ", "request_id": "req-7254d4a7-5886-4cf4-920e-f9b074932bfe"}]} [pid: 7|app: 0|req: 814/1623] 10.0.0.251 () {32 vars in 728 bytes} [Fri May 8 04:04:04 2026] GET /v2.0/floatingips/d2ba546b-3175-4b88-b39e-c4b869c83432 => generated 856 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:04:04.374 8 INFO neutron.services.segments.plugin [-] Segment a6073f76-70d7-4ec7-88be-7ea5b629ba13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6073f76-70d7-4ec7-88be-7ea5b629ba13 found for delete ", "request_id": "req-b397ecef-0c2b-413d-a0f8-15852cc073ca"}]} [pid: 8|app: 0|req: 810/1624] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:04 2026] GET /v2.0/ports?device_id=eebb3467-69db-40c8-bd88-8db5207f2682 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1625] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:04:04 2026] GET /v2.0/ports?tenant_id=033ead5d25ce4cdb9d92f27bf42e71c6&device_id=d6c50ddc-2e0a-422f-b718-e297e3376574 => 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: 811/1626] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:04:04 2026] GET /v2.0/networks?id=c8eafbe9-77b3-4940-9a6a-6d13b418f649 => generated 756 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1627] 199.204.45.113 () {34 vars in 1059 bytes} [Fri May 8 04:04:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=f9946e56-7b92-4f37-9ff8-98db0295a7fb => generated 859 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1628] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:04:05 2026] GET /v2.0/subnets?id=66498fa0-7694-419f-8d2a-47a307d1fe73 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1629] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:04:05 2026] GET /v2.0/ports?network_id=c8eafbe9-77b3-4940-9a6a-6d13b418f649&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: 813/1630] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:04:05 2026] GET /v2.0/networks/c8eafbe9-77b3-4940-9a6a-6d13b418f649?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1631] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:04:05 2026] GET /v2.0/networks/c8eafbe9-77b3-4940-9a6a-6d13b418f649?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: 814/1632] 10.0.0.251 () {32 vars in 728 bytes} [Fri May 8 04:04:05 2026] GET /v2.0/floatingips/d2ba546b-3175-4b88-b39e-c4b869c83432 => generated 856 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1633] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:05 2026] GET /v2.0/ports?device_id=eebb3467-69db-40c8-bd88-8db5207f2682 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:04:05.975 7 INFO neutron.db.segments_db [None req-a0c220d0-a423-47dc-9d9f-fec18cf86aab bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] Added segment 148f48e3-0ecd-4d3d-9376-2b03d41e838f of type vxlan for network d0e4a565-4325-47e1-9c7c-eac79adbd5b0 [pid: 7|app: 0|req: 819/1634] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:04:05 2026] POST /v2.0/networks => generated 611 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1635] 10.0.0.251 () {34 vars in 683 bytes} [Fri May 8 04:04:05 2026] POST /v2.0/security-groups => generated 1624 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 04:04:06.113 7 INFO neutron.db.segments_db [None req-243affbd-625e-4372-81f2-a071f27b2ea4 bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] Added segment 3807409f-0e97-4051-baf7-0a9903c7014e of type vxlan for network 61300cea-0660-40e8-99f4-9a9074bc024c [pid: 8|app: 0|req: 817/1636] 10.0.0.251 () {32 vars in 662 bytes} [Fri May 8 04:04:06 2026] GET /v2.0/security-groups => generated 4529 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1637] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:04:06 2026] POST /v2.0/networks => generated 611 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1638] 10.0.0.251 () {34 vars in 757 bytes} [Fri May 8 04:04:06 2026] PUT /v2.0/security-groups/784f896d-5dd1-4cb8-b19e-9f42003648f7 => generated 1663 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1639] 10.0.0.251 () {32 vars in 736 bytes} [Fri May 8 04:04:06 2026] GET /v2.0/security-groups/784f896d-5dd1-4cb8-b19e-9f42003648f7 => generated 1663 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1640] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:06 2026] DELETE /v2.0/security-groups/784f896d-5dd1-4cb8-b19e-9f42003648f7 => 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: 821/1641] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:04:06 2026] POST /v2.0/subnets => generated 626 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1642] 10.0.0.251 () {32 vars in 662 bytes} [Fri May 8 04:04:06 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:04:06.405 8 INFO neutron.api.v2.resource [None req-c3441307-ce1a-4030-b097-f7e2c365db5c bf2f19066d9e4a7aa4d81f6cdc1956bc 1ccbf1fe03f5481e845ad16aa2c9423c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 822/1643] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:06 2026] DELETE /v2.0/security-groups/784f896d-5dd1-4cb8-b19e-9f42003648f7 => 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: 823/1644] 10.0.0.251 () {34 vars in 683 bytes} [Fri May 8 04:04:06 2026] POST /v2.0/security-groups => generated 1625 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1645] 10.0.0.251 () {32 vars in 728 bytes} [Fri May 8 04:04:06 2026] GET /v2.0/floatingips/d2ba546b-3175-4b88-b39e-c4b869c83432 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1646] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:04:06 2026] POST /v2.0/subnets => generated 626 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:04:06.643 7 INFO neutron.db.segments_db [None req-22547fcb-73b8-465b-9021-696333bdf80d bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] Added segment 9f7126c3-a44c-4c93-bd22-e285741eff68 of type vxlan for network 82e2c23d-a23a-4dbd-9f44-12c956693292 [pid: 8|app: 0|req: 825/1647] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:04:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1648] 10.0.0.251 () {32 vars in 746 bytes} [Fri May 8 04:04:06 2026] GET /v2.0/security-group-rules/fb9d6237-d1fe-45d9-81d4-e08211d165d8 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1649] 10.0.0.251 () {32 vars in 672 bytes} [Fri May 8 04:04:06 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: 828/1650] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:04:06 2026] GET /v2.0/networks?id=e53ad582-3336-4c48-8ceb-a9e951c1c826 => generated 673 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1651] 10.0.0.251 () {32 vars in 749 bytes} [Fri May 8 04:04:06 2026] DELETE /v2.0/security-group-rules/fb9d6237-d1fe-45d9-81d4-e08211d165d8 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:04:06.892 7 INFO neutron.db.l3_hamode_db [None req-22547fcb-73b8-465b-9021-696333bdf80d bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 830/1652] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:06 2026] GET /v2.0/ports?device_id=eebb3467-69db-40c8-bd88-8db5207f2682 => 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: 831/1653] 199.204.45.113 () {34 vars in 1049 bytes} [Fri May 8 04:04:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e41db8ab9b6841e6bda7bff5340d77f6 => generated 274 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1654] 10.0.0.251 () {32 vars in 672 bytes} [Fri May 8 04:04:06 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:04:07.024 7 INFO neutron.db.l3_hamode_db [None req-22547fcb-73b8-465b-9021-696333bdf80d bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 833/1655] 199.204.45.113 () {38 vars in 954 bytes} [Fri May 8 04:04:06 2026] POST /v2.0/ports => generated 993 bytes in 405 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: 834/1656] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:04:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1657] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:04:06 2026] POST /v2.0/routers => generated 504 bytes in 1037 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1658] 10.0.0.251 () {32 vars in 746 bytes} [Fri May 8 04:04:07 2026] GET /v2.0/security-group-rules/50886c39-da5f-4f86-bcac-5e87f2b045fe => generated 601 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1659] 199.204.45.113 () {38 vars in 1027 bytes} [Fri May 8 04:04:07 2026] PUT /v2.0/ports/452bac7e-d901-48bb-8e0c-7404a7285bbf => generated 1274 bytes in 405 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-08 04:04:07.952 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a027be5c-6cb4-46a4-877b-cd4b7ff3345c'] response: {'name': 'network-changed', 'server_uuid': 'eebb3467-69db-40c8-bd88-8db5207f2682', 'tag': '452bac7e-d901-48bb-8e0c-7404a7285bbf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 836/1660] 10.0.0.251 () {32 vars in 672 bytes} [Fri May 8 04:04:07 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1661] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:07 2026] GET /v2.0/ports?device_id=eebb3467-69db-40c8-bd88-8db5207f2682 => generated 1008 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1662] 10.0.0.251 () {32 vars in 749 bytes} [Fri May 8 04:04:08 2026] DELETE /v2.0/security-group-rules/50886c39-da5f-4f86-bcac-5e87f2b045fe => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1663] 10.0.0.205 () {34 vars in 1119 bytes} [Fri May 8 04:04:08 2026] GET /v2.0/security-groups?id=9115012c-8bbe-49b0-b5b9-d4561b3c7fa0&id=e2353d4b-d3f5-4b99-9b68-fe3dda1268b7&fields=id&fields=name => generated 207 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1664] 10.0.0.251 () {32 vars in 672 bytes} [Fri May 8 04:04:08 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: 841/1665] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:04:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1666] 10.0.0.251 () {32 vars in 746 bytes} [Fri May 8 04:04:08 2026] GET /v2.0/security-group-rules/2df76f43-a4c4-40bb-ae03-b6f1abe91179 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1667] 10.0.0.251 () {32 vars in 672 bytes} [Fri May 8 04:04:08 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1668] 10.0.0.251 () {32 vars in 749 bytes} [Fri May 8 04:04:08 2026] DELETE /v2.0/security-group-rules/2df76f43-a4c4-40bb-ae03-b6f1abe91179 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1669] 10.0.0.251 () {32 vars in 672 bytes} [Fri May 8 04:04:08 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1670] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:04:08 2026] GET /v2.0/ports?tenant_id=e41db8ab9b6841e6bda7bff5340d77f6&device_id=eebb3467-69db-40c8-bd88-8db5207f2682 => generated 1277 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1671] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:08 2026] DELETE /v2.0/security-groups/385c0e03-550b-4808-8dc8-ab0927a56275 => 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: 848/1672] 199.204.45.113 () {34 vars in 1017 bytes} [Fri May 8 04:04:08 2026] GET /v2.0/networks?tenant_id=e41db8ab9b6841e6bda7bff5340d77f6&shared=False => generated 769 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1673] 10.0.0.251 () {32 vars in 662 bytes} [Fri May 8 04:04:08 2026] GET /v2.0/security-groups => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1674] 199.204.45.113 () {34 vars in 929 bytes} [Fri May 8 04:04:08 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1675] 10.0.0.251 () {32 vars in 662 bytes} [Fri May 8 04:04:08 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1676] 10.0.0.251 () {34 vars in 782 bytes} [Fri May 8 04:04:07 2026] PUT /v2.0/routers/da5445e4-b1df-4415-a559-09e5c46445c8/add_router_interface => generated 309 bytes in 1109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1677] 10.0.0.251 () {32 vars in 716 bytes} [Fri May 8 04:04:08 2026] GET /v2.0/ports/c32f2f33-8dad-45e0-b77c-e978e11c3d39 => generated 955 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1678] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:09 2026] GET /v2.0/ports?device_id=eebb3467-69db-40c8-bd88-8db5207f2682 => generated 1008 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1679] 10.0.0.205 () {34 vars in 1119 bytes} [Fri May 8 04:04:09 2026] GET /v2.0/security-groups?id=9115012c-8bbe-49b0-b5b9-d4561b3c7fa0&id=e2353d4b-d3f5-4b99-9b68-fe3dda1268b7&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: 855/1680] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:04:09 2026] GET /v2.0/security-groups?tenant_id=1ccbf1fe03f5481e845ad16aa2c9423c&name=default => generated 2925 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1681] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:09 2026] DELETE /v2.0/security-groups/63289677-60b8-4215-a5ac-199600ef4c73 => 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: 857/1682] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:04:09 2026] GET /v2.0/ports?tenant_id=e41db8ab9b6841e6bda7bff5340d77f6&device_id=eebb3467-69db-40c8-bd88-8db5207f2682 => generated 1277 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1683] 199.204.45.113 () {34 vars in 1057 bytes} [Fri May 8 04:04:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=452bac7e-d901-48bb-8e0c-7404a7285bbf => 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: 859/1684] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:04:09 2026] GET /v2.0/subnets?id=b373b38e-c876-4300-9133-abe3e36d4565 => generated 691 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1685] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:04:09 2026] GET /v2.0/ports?network_id=e53ad582-3336-4c48-8ceb-a9e951c1c826&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: 8|app: 0|req: 861/1686] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:04:09 2026] GET /v2.0/networks/e53ad582-3336-4c48-8ceb-a9e951c1c826?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1687] 10.0.0.251 () {34 vars in 782 bytes} [Fri May 8 04:04:08 2026] PUT /v2.0/routers/da5445e4-b1df-4415-a559-09e5c46445c8/add_router_interface => generated 309 bytes in 1110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1688] 10.0.0.251 () {32 vars in 716 bytes} [Fri May 8 04:04:09 2026] GET /v2.0/ports/e4c916a9-ea03-4f7a-8644-758353cde0b9 => generated 955 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1689] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:04:09 2026] GET /v2.0/networks/e53ad582-3336-4c48-8ceb-a9e951c1c826?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:04:10.392 7 INFO neutron_taas.services.taas.taas_plugin [None req-b6884bc2-532d-41b5-b568-06e265730b59 bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] TaaS: Handle Delete Port: e4c916a9-ea03-4f7a-8644-758353cde0b9 2026-05-08 04:04:10.395 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6884bc2-532d-41b5-b568-06e265730b59 bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] Tap Mirror: Handle Delete Port: e4c916a9-ea03-4f7a-8644-758353cde0b9 [pid: 8|app: 0|req: 863/1690] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:10 2026] GET /v2.0/ports?device_id=eebb3467-69db-40c8-bd88-8db5207f2682 => generated 1008 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1691] 10.0.0.205 () {34 vars in 1119 bytes} [Fri May 8 04:04:10 2026] GET /v2.0/security-groups?id=9115012c-8bbe-49b0-b5b9-d4561b3c7fa0&id=e2353d4b-d3f5-4b99-9b68-fe3dda1268b7&fields=id&fields=name => generated 207 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1692] 10.0.0.251 () {34 vars in 788 bytes} [Fri May 8 04:04:10 2026] PUT /v2.0/routers/da5445e4-b1df-4415-a559-09e5c46445c8/remove_router_interface => generated 309 bytes in 812 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:04:11.142 8 INFO neutron_taas.services.taas.taas_plugin [None req-7dc2d477-daac-4402-9ebe-e2eb94e64b6d bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] TaaS: Handle Delete Port: c32f2f33-8dad-45e0-b77c-e978e11c3d39 2026-05-08 04:04:11.144 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7dc2d477-daac-4402-9ebe-e2eb94e64b6d bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] Tap Mirror: Handle Delete Port: c32f2f33-8dad-45e0-b77c-e978e11c3d39 [pid: 8|app: 0|req: 865/1693] 10.0.0.251 () {34 vars in 788 bytes} [Fri May 8 04:04:10 2026] PUT /v2.0/routers/da5445e4-b1df-4415-a559-09e5c46445c8/remove_router_interface => generated 309 bytes in 716 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1694] 10.0.0.198 () {34 vars in 989 bytes} [Fri May 8 04:04:11 2026] GET /v2.0/ports?device_id=d6c50ddc-2e0a-422f-b718-e297e3376574 => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1695] 10.0.0.251 () {32 vars in 735 bytes} [Fri May 8 04:04:11 2026] GET /v2.0/ports?device_id=da5445e4-b1df-4415-a559-09e5c46445c8 => 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: 829/1696] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:11 2026] GET /v2.0/ports?device_id=eebb3467-69db-40c8-bd88-8db5207f2682 => generated 1008 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1697] 10.0.0.198 () {34 vars in 1039 bytes} [Fri May 8 04:04:11 2026] GET /v2.0/security-groups?id=b65d06f7-a764-4689-8053-df35ba69b14a&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1698] 10.0.0.205 () {34 vars in 1119 bytes} [Fri May 8 04:04:11 2026] GET /v2.0/security-groups?id=9115012c-8bbe-49b0-b5b9-d4561b3c7fa0&id=e2353d4b-d3f5-4b99-9b68-fe3dda1268b7&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-08 04:04:11.799 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a74027a-c455-4439-864a-938ac988fb3e bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] TaaS: Handle Delete Port: f91f2c96-33f0-43c8-a194-602a583e7711 2026-05-08 04:04:11.803 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a74027a-c455-4439-864a-938ac988fb3e bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] Tap Mirror: Handle Delete Port: f91f2c96-33f0-43c8-a194-602a583e7711 2026-05-08 04:04:12.181 7 INFO neutron.services.segments.plugin [-] Segment 9f7126c3-a44c-4c93-bd22-e285741eff68 resource provider aggregate not found 2026-05-08 04:04:12.183 7 INFO neutron.services.segments.plugin [-] Segment 9f7126c3-a44c-4c93-bd22-e285741eff68 resource provider aggregate not found 2026-05-08 04:04:12.212 7 INFO neutron.services.segments.plugin [-] Segment 9f7126c3-a44c-4c93-bd22-e285741eff68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f7126c3-a44c-4c93-bd22-e285741eff68 found for delete ", "request_id": "req-6cfab458-4984-4ba5-8623-a9e8a3822768"}]} 2026-05-08 04:04:12.225 7 INFO neutron.services.segments.plugin [-] Segment 9f7126c3-a44c-4c93-bd22-e285741eff68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f7126c3-a44c-4c93-bd22-e285741eff68 found for delete ", "request_id": "req-2c474dbc-7d52-4c7d-b00e-688ca44aa44d"}]} 2026-05-08 04:04:12.233 7 INFO neutron.db.l3_hamode_db [None req-3a74027a-c455-4439-864a-938ac988fb3e bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] HA network 82e2c23d-a23a-4dbd-9f44-12c956693292 was deleted as no HA routers are present in tenant ed6940b60b9146abaf881488717b5d9a. [pid: 7|app: 0|req: 830/1699] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:04:11 2026] DELETE /v2.0/routers/da5445e4-b1df-4415-a559-09e5c46445c8 => generated 0 bytes in 628 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1700] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:04:12 2026] DELETE /v2.0/subnets/6f41318f-6aac-4d7f-95ca-234cd540d7cf => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1701] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:04:12 2026] DELETE /v2.0/subnets/e7b7b844-9052-4186-88ba-1975de8f64ea => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:04:12.666 8 INFO neutron.services.segments.plugin [-] Segment 3807409f-0e97-4051-baf7-0a9903c7014e resource provider aggregate not found 2026-05-08 04:04:12.673 8 INFO neutron.services.segments.plugin [-] Segment 3807409f-0e97-4051-baf7-0a9903c7014e resource provider aggregate not found 2026-05-08 04:04:12.688 8 INFO neutron.services.segments.plugin [-] Segment 3807409f-0e97-4051-baf7-0a9903c7014e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3807409f-0e97-4051-baf7-0a9903c7014e found for delete ", "request_id": "req-eb89f771-8434-488d-9d67-6073139fde1f"}]} 2026-05-08 04:04:12.696 8 INFO neutron.services.segments.plugin [-] Segment 3807409f-0e97-4051-baf7-0a9903c7014e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3807409f-0e97-4051-baf7-0a9903c7014e found for delete ", "request_id": "req-e5c30e83-fd2f-40de-92b9-5df529d9a567"}]} [pid: 8|app: 0|req: 871/1702] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:04:12 2026] DELETE /v2.0/networks/61300cea-0660-40e8-99f4-9a9074bc024c => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1703] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:12 2026] GET /v2.0/ports?device_id=eebb3467-69db-40c8-bd88-8db5207f2682 => generated 1008 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1704] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:04:12 2026] DELETE /v2.0/networks/d0e4a565-4325-47e1-9c7c-eac79adbd5b0 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1705] 10.0.0.205 () {34 vars in 1119 bytes} [Fri May 8 04:04:12 2026] GET /v2.0/security-groups?id=9115012c-8bbe-49b0-b5b9-d4561b3c7fa0&id=e2353d4b-d3f5-4b99-9b68-fe3dda1268b7&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:04:12.904 7 INFO neutron.db.segments_db [None req-ebb00fca-1433-46cf-8cff-68977d8797a9 bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] Added segment f86657b5-7a9e-4bee-8541-b5de583471c5 of type vxlan for network c0676154-c202-40a2-a5da-ca5ec6aa7549 [pid: 7|app: 0|req: 833/1706] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:04:12 2026] POST /v2.0/networks => generated 610 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1707] 199.204.45.113 () {34 vars in 993 bytes} [Fri May 8 04:04:13 2026] GET /v2.0/ports?device_id=eebb3467-69db-40c8-bd88-8db5207f2682 => generated 1279 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1708] 199.204.45.113 () {34 vars in 1123 bytes} [Fri May 8 04:04:13 2026] GET /v2.0/security-groups?id=e2353d4b-d3f5-4b99-9b68-fe3dda1268b7&id=9115012c-8bbe-49b0-b5b9-d4561b3c7fa0&fields=id&fields=name => generated 207 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1709] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:04:13 2026] POST /v2.0/subnets => generated 626 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:04:13.324 7 INFO neutron.db.segments_db [None req-a99bb519-32a8-4191-a335-5ac912a8073f bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] Added segment 9fba040a-67c9-4bce-a514-8f0533ce3565 of type vxlan for network 8d7c1198-073f-40b5-b829-7f87193ca523 2026-05-08 04:04:13.562 7 INFO neutron.db.l3_hamode_db [None req-a99bb519-32a8-4191-a335-5ac912a8073f bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 04:04:13.689 7 INFO neutron.db.l3_hamode_db [None req-a99bb519-32a8-4191-a335-5ac912a8073f bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 877/1712] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:04:13 2026] GET /v2.0/security-groups?tenant_id=ee0dd86eb7a4452f92676a97572fd7c1&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1713] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:14 2026] GET /v2.0/ports?device_id=eebb3467-69db-40c8-bd88-8db5207f2682 => generated 1010 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1714] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:04:13 2026] POST /v2.0/routers => generated 507 bytes in 963 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:04:14.241 7 INFO neutron.services.segments.plugin [-] Segment 148f48e3-0ecd-4d3d-9376-2b03d41e838f resource provider aggregate not found [pid: 8|app: 0|req: 879/1715] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:14 2026] DELETE /v2.0/security-groups/dbfe236a-e376-43b2-98c7-3725149a69f2 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:04:14.262 7 INFO neutron.services.segments.plugin [-] Segment 148f48e3-0ecd-4d3d-9376-2b03d41e838f resource provider aggregate not found 2026-05-08 04:04:14.267 7 INFO neutron.services.segments.plugin [-] Segment 148f48e3-0ecd-4d3d-9376-2b03d41e838f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 148f48e3-0ecd-4d3d-9376-2b03d41e838f found for delete ", "request_id": "req-5b7f1db2-18cd-4526-8afa-41a4003db0b3"}]} 2026-05-08 04:04:14.280 7 INFO neutron.services.segments.plugin [-] Segment 148f48e3-0ecd-4d3d-9376-2b03d41e838f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 148f48e3-0ecd-4d3d-9376-2b03d41e838f found for delete ", "request_id": "req-02b78d23-6343-4e05-8f55-9a06ce457c7c"}]} [pid: 7|app: 0|req: 837/1716] 10.0.0.205 () {34 vars in 1119 bytes} [Fri May 8 04:04:14 2026] GET /v2.0/security-groups?id=9115012c-8bbe-49b0-b5b9-d4561b3c7fa0&id=e2353d4b-d3f5-4b99-9b68-fe3dda1268b7&fields=id&fields=name => generated 207 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1717] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:04:14 2026] GET /v2.0/security-groups?tenant_id=fb1dc98be0e549cf9d3a530b3eafa1c8&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1718] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:14 2026] DELETE /v2.0/security-groups/5fe5d47e-2144-4b93-b5dd-574723d97f74 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1719] 10.0.0.251 () {34 vars in 664 bytes} [Fri May 8 04:04:14 2026] POST /v2.0/ports => generated 948 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 881/1720] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:15 2026] GET /v2.0/ports?device_id=eebb3467-69db-40c8-bd88-8db5207f2682 => generated 1010 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1721] 10.0.0.205 () {34 vars in 1119 bytes} [Fri May 8 04:04:15 2026] GET /v2.0/security-groups?id=9115012c-8bbe-49b0-b5b9-d4561b3c7fa0&id=e2353d4b-d3f5-4b99-9b68-fe3dda1268b7&fields=id&fields=name => generated 207 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1722] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:15 2026] GET /v2.0/ports?device_id=eebb3467-69db-40c8-bd88-8db5207f2682 => generated 1010 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1723] 10.0.0.251 () {34 vars in 782 bytes} [Fri May 8 04:04:14 2026] PUT /v2.0/routers/b2e77558-b2b8-44cd-bd72-1835ed169a17/add_router_interface => generated 309 bytes in 1195 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: 841/1724] 10.0.0.251 () {32 vars in 716 bytes} [Fri May 8 04:04:15 2026] GET /v2.0/ports/0d880d09-cae9-477d-8cdf-c7c5bb9abfbb => generated 1022 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:04:16.005 8 INFO neutron.db.l3_db [None req-2abdefeb-74b1-478b-ba00-f78080ae2eca 23fdfec87e2446a58f70be0ec95fd95e e41db8ab9b6841e6bda7bff5340d77f6 - - default default] Floating IP ed08f537-baea-44db-a4d5-693525b93870 associated. External IP: 10.96.250.218, port: 452bac7e-d901-48bb-8e0c-7404a7285bbf. 2026-05-08 04:04:16.337 7 INFO neutron_taas.services.taas.taas_plugin [None req-d13af774-e849-44f4-8165-74b33d7e5e1d bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] TaaS: Handle Delete Port: 0d880d09-cae9-477d-8cdf-c7c5bb9abfbb 2026-05-08 04:04:16.340 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d13af774-e849-44f4-8165-74b33d7e5e1d bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] Tap Mirror: Handle Delete Port: 0d880d09-cae9-477d-8cdf-c7c5bb9abfbb [pid: 8|app: 0|req: 884/1725] 10.0.0.251 () {34 vars in 748 bytes} [Fri May 8 04:04:15 2026] PUT /v2.0/floatingips/ed08f537-baea-44db-a4d5-693525b93870 => generated 855 bytes in 721 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:04:16.402 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-edad90e7-4bac-4ac4-b9ef-01ece4117f8a'] response: {'name': 'network-changed', 'server_uuid': 'eebb3467-69db-40c8-bd88-8db5207f2682', 'tag': '452bac7e-d901-48bb-8e0c-7404a7285bbf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 885/1726] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:04:16 2026] GET /v2.0/ports?tenant_id=e41db8ab9b6841e6bda7bff5340d77f6&device_id=eebb3467-69db-40c8-bd88-8db5207f2682 => generated 1279 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1727] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:04:16 2026] GET /v2.0/networks?id=e53ad582-3336-4c48-8ceb-a9e951c1c826 => generated 769 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1728] 199.204.45.113 () {34 vars in 1057 bytes} [Fri May 8 04:04:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=452bac7e-d901-48bb-8e0c-7404a7285bbf => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1729] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:04:17 2026] GET /v2.0/subnets?id=b373b38e-c876-4300-9133-abe3e36d4565 => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1730] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:04:17 2026] GET /v2.0/ports?network_id=e53ad582-3336-4c48-8ceb-a9e951c1c826&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: 842/1731] 10.0.0.251 () {34 vars in 788 bytes} [Fri May 8 04:04:15 2026] PUT /v2.0/routers/b2e77558-b2b8-44cd-bd72-1835ed169a17/remove_router_interface => generated 309 bytes in 1228 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1732] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:04:17 2026] GET /v2.0/networks/e53ad582-3336-4c48-8ceb-a9e951c1c826?fields=segments => generated 14 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: 8|app: 0|req: 891/1733] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:04:17 2026] GET /v2.0/networks/e53ad582-3336-4c48-8ceb-a9e951c1c826?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:04:17.305 7 INFO neutron.api.v2.resource [None req-fe781a65-3614-4062-936d-bb7241940e33 bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 843/1734] 10.0.0.251 () {34 vars in 788 bytes} [Fri May 8 04:04:17 2026] PUT /v2.0/routers/b2e77558-b2b8-44cd-bd72-1835ed169a17/remove_router_interface => generated 197 bytes in 99 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1735] 10.0.0.251 () {32 vars in 735 bytes} [Fri May 8 04:04:17 2026] GET /v2.0/ports?device_id=b2e77558-b2b8-44cd-bd72-1835ed169a17 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:04:17.493 7 INFO neutron_taas.services.taas.taas_plugin [None req-c8b2080b-4ee9-4c9e-9df7-f820f8e3b272 bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] TaaS: Handle Delete Port: 098edda0-62dd-4db6-86e5-e10c2d0eda1d 2026-05-08 04:04:17.496 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8b2080b-4ee9-4c9e-9df7-f820f8e3b272 bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] Tap Mirror: Handle Delete Port: 098edda0-62dd-4db6-86e5-e10c2d0eda1d 2026-05-08 04:04:17.793 7 INFO neutron.services.segments.plugin [-] Segment 9fba040a-67c9-4bce-a514-8f0533ce3565 resource provider aggregate not found 2026-05-08 04:04:17.798 7 INFO neutron.services.segments.plugin [-] Segment 9fba040a-67c9-4bce-a514-8f0533ce3565 resource provider aggregate not found 2026-05-08 04:04:17.806 7 INFO neutron.services.segments.plugin [-] Segment 9fba040a-67c9-4bce-a514-8f0533ce3565 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fba040a-67c9-4bce-a514-8f0533ce3565 found for delete ", "request_id": "req-2d12d76b-51e9-4135-a008-4f2bd2e7c1a1"}]} 2026-05-08 04:04:17.818 7 INFO neutron.services.segments.plugin [-] Segment 9fba040a-67c9-4bce-a514-8f0533ce3565 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fba040a-67c9-4bce-a514-8f0533ce3565 found for delete ", "request_id": "req-f72f9c97-ae7f-4b9b-882e-0a09b0bd84c7"}]} 2026-05-08 04:04:17.820 7 INFO neutron.db.l3_hamode_db [None req-c8b2080b-4ee9-4c9e-9df7-f820f8e3b272 bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] HA network 8d7c1198-073f-40b5-b829-7f87193ca523 was deleted as no HA routers are present in tenant ed6940b60b9146abaf881488717b5d9a. [pid: 7|app: 0|req: 844/1736] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:04:17 2026] DELETE /v2.0/routers/b2e77558-b2b8-44cd-bd72-1835ed169a17 => generated 0 bytes in 487 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1737] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:04:17 2026] DELETE /v2.0/subnets/7bea64a6-085c-4993-ab95-2cd35181cfb1 => 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: 845/1738] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:04:17 2026] DELETE /v2.0/networks/c0676154-c202-40a2-a5da-ca5ec6aa7549 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:04:18.147 8 INFO neutron.db.segments_db [None req-3ff57454-1cc3-4958-832c-2238bc53aa93 bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] Added segment f36db958-5d58-4d0a-9c53-18f6fdb0cf43 of type vxlan for network 8492e635-b8d8-4da3-affc-776cb74702ae [pid: 8|app: 0|req: 894/1739] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:04:18 2026] POST /v2.0/networks => generated 611 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1740] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:04:18 2026] POST /v2.0/subnets => generated 626 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:04:18.654 8 INFO neutron.db.segments_db [None req-b6ad9b10-8f6d-4ed7-9251-bb7a8a791b05 bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] Added segment a92635ab-5058-4b48-bd9e-c9cf2e7970a8 of type vxlan for network 6b3e5d1f-a4da-44b4-8672-d27e7299db61 2026-05-08 04:04:18.949 8 INFO neutron.db.l3_hamode_db [None req-b6ad9b10-8f6d-4ed7-9251-bb7a8a791b05 bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 04:04:19.078 8 INFO neutron.db.l3_hamode_db [None req-b6ad9b10-8f6d-4ed7-9251-bb7a8a791b05 bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 895/1741] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:04:18 2026] POST /v2.0/routers => generated 504 bytes in 1154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:04:19.851 7 INFO neutron.services.segments.plugin [-] Segment f86657b5-7a9e-4bee-8541-b5de583471c5 resource provider aggregate not found 2026-05-08 04:04:19.855 7 INFO neutron.services.segments.plugin [-] Segment f86657b5-7a9e-4bee-8541-b5de583471c5 resource provider aggregate not found 2026-05-08 04:04:19.877 7 INFO neutron.services.segments.plugin [-] Segment f86657b5-7a9e-4bee-8541-b5de583471c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f86657b5-7a9e-4bee-8541-b5de583471c5 found for delete ", "request_id": "req-bdaa08ba-aa73-446b-8c73-0d20ecb002a8"}]} 2026-05-08 04:04:19.881 7 INFO neutron.services.segments.plugin [-] Segment f86657b5-7a9e-4bee-8541-b5de583471c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f86657b5-7a9e-4bee-8541-b5de583471c5 found for delete ", "request_id": "req-61ce6d5a-0e1f-4cfb-80ef-60aae67deea8"}]} [pid: 7|app: 0|req: 847/1742] 10.0.0.251 () {34 vars in 782 bytes} [Fri May 8 04:04:19 2026] PUT /v2.0/routers/9ee975b6-1ea1-406d-8e4b-acab2a29ef60/add_router_interface => generated 309 bytes in 1146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1743] 10.0.0.251 () {32 vars in 716 bytes} [Fri May 8 04:04:20 2026] GET /v2.0/ports/600b4278-191c-49d6-986f-0e2532237d96 => generated 955 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:04:21.312 7 INFO neutron_taas.services.taas.taas_plugin [None req-d0bc4cae-0073-41b5-a4eb-f09505896539 bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] TaaS: Handle Delete Port: 600b4278-191c-49d6-986f-0e2532237d96 2026-05-08 04:04:21.317 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0bc4cae-0073-41b5-a4eb-f09505896539 bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] Tap Mirror: Handle Delete Port: 600b4278-191c-49d6-986f-0e2532237d96 [pid: 7|app: 0|req: 848/1744] 10.0.0.251 () {34 vars in 788 bytes} [Fri May 8 04:04:20 2026] PUT /v2.0/routers/9ee975b6-1ea1-406d-8e4b-acab2a29ef60/remove_router_interface => generated 309 bytes in 731 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1745] 10.0.0.251 () {32 vars in 735 bytes} [Fri May 8 04:04:21 2026] GET /v2.0/ports?device_id=9ee975b6-1ea1-406d-8e4b-acab2a29ef60 => 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: 898/1746] 10.0.0.251 () {32 vars in 825 bytes} [Fri May 8 04:04:21 2026] GET /v2.0/ports?project_id=033ead5d25ce4cdb9d92f27bf42e71c6&network_id=c8eafbe9-77b3-4940-9a6a-6d13b418f649 => generated 3695 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:04:21.951 7 INFO neutron_taas.services.taas.taas_plugin [None req-c3b7f495-a847-44dc-8437-e6cb8d361011 bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] TaaS: Handle Delete Port: 24f9b69a-5170-411b-b8e2-e67f361cb8a3 2026-05-08 04:04:21.954 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3b7f495-a847-44dc-8437-e6cb8d361011 bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] Tap Mirror: Handle Delete Port: 24f9b69a-5170-411b-b8e2-e67f361cb8a3 [pid: 8|app: 0|req: 899/1747] 10.0.0.251 () {32 vars in 741 bytes} [Fri May 8 04:04:22 2026] GET /v2.0/subnets?network_id=9723d5ed-7048-4e7f-a9c7-8a61b035be4f => generated 667 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:04:22.294 7 INFO neutron.services.segments.plugin [-] Segment a92635ab-5058-4b48-bd9e-c9cf2e7970a8 resource provider aggregate not found 2026-05-08 04:04:22.299 7 INFO neutron.services.segments.plugin [-] Segment a92635ab-5058-4b48-bd9e-c9cf2e7970a8 resource provider aggregate not found 2026-05-08 04:04:22.323 7 INFO neutron.services.segments.plugin [-] Segment a92635ab-5058-4b48-bd9e-c9cf2e7970a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a92635ab-5058-4b48-bd9e-c9cf2e7970a8 found for delete ", "request_id": "req-d934878a-2433-4d8a-ab70-b71d8a141b5d"}]} 2026-05-08 04:04:22.324 7 INFO neutron.services.segments.plugin [-] Segment a92635ab-5058-4b48-bd9e-c9cf2e7970a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a92635ab-5058-4b48-bd9e-c9cf2e7970a8 found for delete ", "request_id": "req-19078567-f5af-427c-9c2a-6d551d71ec6e"}]} 2026-05-08 04:04:22.327 7 INFO neutron.db.l3_hamode_db [None req-c3b7f495-a847-44dc-8437-e6cb8d361011 bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] HA network 6b3e5d1f-a4da-44b4-8672-d27e7299db61 was deleted as no HA routers are present in tenant ed6940b60b9146abaf881488717b5d9a. [pid: 7|app: 0|req: 849/1748] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:04:21 2026] DELETE /v2.0/routers/9ee975b6-1ea1-406d-8e4b-acab2a29ef60 => generated 0 bytes in 582 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:04:22.494 7 INFO neutron.db.l3_db [None req-6323166a-a9dd-470e-94e6-002990260584 43a1b03d9bd241039aab9a4cb943977b 033ead5d25ce4cdb9d92f27bf42e71c6 - - default default] Floating IP d2ba546b-3175-4b88-b39e-c4b869c83432 disassociated. External IP: 10.96.250.205, port: f9946e56-7b92-4f37-9ff8-98db0295a7fb. [pid: 8|app: 0|req: 900/1749] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:04:22 2026] DELETE /v2.0/subnets/49418a25-9ca4-44bf-8c2f-3c166bb69aa3 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:04:22.624 8 INFO neutron_taas.services.taas.taas_plugin [None req-4f481a03-6289-48f6-b9e6-feb0068273d0 bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] TaaS: Handle Delete Port: 7ddc4cb1-4781-4ec2-8afc-2c2d3a72ddf1 2026-05-08 04:04:22.627 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f481a03-6289-48f6-b9e6-feb0068273d0 bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] Tap Mirror: Handle Delete Port: 7ddc4cb1-4781-4ec2-8afc-2c2d3a72ddf1 2026-05-08 04:04:22.806 8 INFO neutron.services.segments.plugin [-] Segment f36db958-5d58-4d0a-9c53-18f6fdb0cf43 resource provider aggregate not found 2026-05-08 04:04:22.809 8 INFO neutron.services.segments.plugin [-] Segment f36db958-5d58-4d0a-9c53-18f6fdb0cf43 resource provider aggregate not found 2026-05-08 04:04:22.824 8 INFO neutron.services.segments.plugin [-] Segment f36db958-5d58-4d0a-9c53-18f6fdb0cf43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f36db958-5d58-4d0a-9c53-18f6fdb0cf43 found for delete ", "request_id": "req-2fc6eb38-59ad-44db-88b2-4738d8350c94"}]} 2026-05-08 04:04:22.824 8 INFO neutron.services.segments.plugin [-] Segment f36db958-5d58-4d0a-9c53-18f6fdb0cf43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f36db958-5d58-4d0a-9c53-18f6fdb0cf43 found for delete ", "request_id": "req-90b7fc9d-4b87-45ab-9df2-141bc9f26af6"}]} [pid: 7|app: 0|req: 850/1750] 10.0.0.251 () {34 vars in 748 bytes} [Fri May 8 04:04:22 2026] PUT /v2.0/floatingips/d2ba546b-3175-4b88-b39e-c4b869c83432 => generated 554 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1751] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:04:22 2026] DELETE /v2.0/networks/8492e635-b8d8-4da3-affc-776cb74702ae => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1752] 10.0.0.251 () {32 vars in 728 bytes} [Fri May 8 04:04:22 2026] GET /v2.0/floatingips/d2ba546b-3175-4b88-b39e-c4b869c83432 => generated 554 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:04:22.864 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cef59860-15b2-42de-b675-bcd018a8495e'] response: {'name': 'network-changed', 'server_uuid': 'd6c50ddc-2e0a-422f-b718-e297e3376574', 'tag': 'f9946e56-7b92-4f37-9ff8-98db0295a7fb', 'status': 'completed', 'code': 200} 2026-05-08 04:04:22.903 8 INFO neutron.db.segments_db [None req-3f5ee702-1fda-4dcf-90b9-0bbd97da5ac4 bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] Added segment 38afece2-29ea-4b08-96de-2fc4114f1ebc of type vxlan for network f128892e-dc34-4c0c-b0c7-4ab79d23db38 2026-05-08 04:04:23.129 8 INFO neutron.db.l3_hamode_db [None req-3f5ee702-1fda-4dcf-90b9-0bbd97da5ac4 bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 852/1753] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:04:23 2026] GET /v2.0/ports?tenant_id=033ead5d25ce4cdb9d92f27bf42e71c6&device_id=d6c50ddc-2e0a-422f-b718-e297e3376574 => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1754] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:04:23 2026] GET /v2.0/networks?id=c8eafbe9-77b3-4940-9a6a-6d13b418f649 => generated 756 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1755] 199.204.45.113 () {34 vars in 1059 bytes} [Fri May 8 04:04:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=f9946e56-7b92-4f37-9ff8-98db0295a7fb => 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: 855/1756] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:04:23 2026] GET /v2.0/subnets?id=66498fa0-7694-419f-8d2a-47a307d1fe73 => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1757] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:04:23 2026] GET /v2.0/ports?network_id=c8eafbe9-77b3-4940-9a6a-6d13b418f649&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: 857/1758] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:04:23 2026] GET /v2.0/networks/c8eafbe9-77b3-4940-9a6a-6d13b418f649?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: 858/1759] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:04:23 2026] GET /v2.0/networks/c8eafbe9-77b3-4940-9a6a-6d13b418f649?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-08 04:04:23.852 8 INFO neutron.db.l3_hamode_db [None req-3f5ee702-1fda-4dcf-90b9-0bbd97da5ac4 bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 859/1760] 10.0.0.251 () {32 vars in 728 bytes} [Fri May 8 04:04:23 2026] GET /v2.0/floatingips/d2ba546b-3175-4b88-b39e-c4b869c83432 => generated 554 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1761] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:04:22 2026] POST /v2.0/routers => generated 688 bytes in 1910 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1762] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:24 2026] GET /v2.0/ports?device_id=eebb3467-69db-40c8-bd88-8db5207f2682 => generated 1010 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1763] 10.0.0.205 () {34 vars in 1119 bytes} [Fri May 8 04:04:24 2026] GET /v2.0/security-groups?id=9115012c-8bbe-49b0-b5b9-d4561b3c7fa0&id=e2353d4b-d3f5-4b99-9b68-fe3dda1268b7&fields=id&fields=name => generated 207 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1764] 10.0.0.251 () {32 vars in 720 bytes} [Fri May 8 04:04:24 2026] GET /v2.0/routers/daf11736-49d6-47d8-845e-853a69c563ab => generated 694 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1765] 10.0.0.251 () {32 vars in 646 bytes} [Fri May 8 04:04:24 2026] GET /v2.0/routers => generated 697 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1766] 10.0.0.251 () {32 vars in 728 bytes} [Fri May 8 04:04:24 2026] GET /v2.0/floatingips/d2ba546b-3175-4b88-b39e-c4b869c83432 => generated 552 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1767] 10.0.0.251 () {32 vars in 735 bytes} [Fri May 8 04:04:24 2026] GET /v2.0/ports?device_id=eebb3467-69db-40c8-bd88-8db5207f2682 => generated 1279 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1768] 10.0.0.251 () {32 vars in 857 bytes} [Fri May 8 04:04:25 2026] GET /v2.0/floatingips?floating_network_id=9723d5ed-7048-4e7f-a9c7-8a61b035be4f&port_id=452bac7e-d901-48bb-8e0c-7404a7285bbf => generated 860 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1769] 10.0.0.251 () {34 vars in 740 bytes} [Fri May 8 04:04:24 2026] PUT /v2.0/routers/daf11736-49d6-47d8-845e-853a69c563ab => generated 701 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1770] 10.0.0.251 () {32 vars in 720 bytes} [Fri May 8 04:04:25 2026] GET /v2.0/routers/daf11736-49d6-47d8-845e-853a69c563ab => 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: 865/1771] 10.0.0.251 () {32 vars in 735 bytes} [Fri May 8 04:04:25 2026] GET /v2.0/ports?device_id=daf11736-49d6-47d8-845e-853a69c563ab => 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: 866/1772] 10.0.0.198 () {34 vars in 989 bytes} [Fri May 8 04:04:25 2026] GET /v2.0/ports?device_id=eebb3467-69db-40c8-bd88-8db5207f2682 => generated 1279 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1773] 10.0.0.198 () {34 vars in 1119 bytes} [Fri May 8 04:04:25 2026] GET /v2.0/security-groups?id=9115012c-8bbe-49b0-b5b9-d4561b3c7fa0&id=e2353d4b-d3f5-4b99-9b68-fe3dda1268b7&fields=id&fields=name => generated 207 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:04:26.092 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0dde6b9-dcf8-4884-aa47-bddc109dca9b bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] TaaS: Handle Delete Port: fd31fd6c-12a1-4585-b56b-401652eae607 2026-05-08 04:04:26.095 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0dde6b9-dcf8-4884-aa47-bddc109dca9b bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] Tap Mirror: Handle Delete Port: fd31fd6c-12a1-4585-b56b-401652eae607 [pid: 7|app: 0|req: 868/1774] 10.0.0.251 () {34 vars in 684 bytes} [Fri May 8 04:04:26 2026] POST /v2.0/security-groups => generated 1673 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1775] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:04:26 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) 2026-05-08 04:04:26.468 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0dde6b9-dcf8-4884-aa47-bddc109dca9b bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] TaaS: Handle Delete Port: eab22fd8-0fb0-42b2-b14e-d1e474be1cb3 2026-05-08 04:04:26.471 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0dde6b9-dcf8-4884-aa47-bddc109dca9b bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] Tap Mirror: Handle Delete Port: eab22fd8-0fb0-42b2-b14e-d1e474be1cb3 [pid: 7|app: 0|req: 870/1776] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:04:26 2026] POST /v2.0/security-group-rules => generated 596 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1777] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:04:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1778] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:04:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:04:26.897 8 INFO neutron.services.segments.plugin [-] Segment 38afece2-29ea-4b08-96de-2fc4114f1ebc resource provider aggregate not found 2026-05-08 04:04:26.901 7 INFO neutron.db.securitygroups_db [None req-042a0aa0-f503-41cb-89fa-3001874755e5 43a1b03d9bd241039aab9a4cb943977b 033ead5d25ce4cdb9d92f27bf42e71c6 - - default default] Project 033ead5d25ce4cdb9d92f27bf42e71c6 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-08 04:04:26.905 8 INFO neutron.services.segments.plugin [-] Segment 38afece2-29ea-4b08-96de-2fc4114f1ebc resource provider aggregate not found 2026-05-08 04:04:26.919 8 INFO neutron.services.segments.plugin [-] Segment 38afece2-29ea-4b08-96de-2fc4114f1ebc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38afece2-29ea-4b08-96de-2fc4114f1ebc found for delete ", "request_id": "req-39283bd2-f150-492b-8557-b89365e2e85d"}]} 2026-05-08 04:04:26.920 8 INFO neutron.db.l3_hamode_db [None req-a0dde6b9-dcf8-4884-aa47-bddc109dca9b bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] HA network f128892e-dc34-4c0c-b0c7-4ab79d23db38 was deleted as no HA routers are present in tenant ed6940b60b9146abaf881488717b5d9a. 2026-05-08 04:04:26.929 8 INFO neutron.services.segments.plugin [-] Segment 38afece2-29ea-4b08-96de-2fc4114f1ebc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38afece2-29ea-4b08-96de-2fc4114f1ebc found for delete ", "request_id": "req-f7afb2cd-c60f-48db-a084-a6bcfb51081f"}]} [pid: 8|app: 0|req: 907/1779] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:04:25 2026] DELETE /v2.0/routers/daf11736-49d6-47d8-845e-853a69c563ab => generated 0 bytes in 1511 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1780] 10.0.0.251 () {32 vars in 735 bytes} [Fri May 8 04:04:26 2026] GET /v2.0/ports?device_id=daf11736-49d6-47d8-845e-853a69c563ab => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:04:26.988 8 INFO neutron.api.v2.resource [None req-e2345a5b-b50d-4654-84c2-0b9da7b51b74 bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 909/1781] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:04:26 2026] DELETE /v2.0/routers/daf11736-49d6-47d8-845e-853a69c563ab => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1782] 10.0.0.251 () {32 vars in 735 bytes} [Fri May 8 04:04:26 2026] GET /v2.0/ports?device_id=9ee975b6-1ea1-406d-8e4b-acab2a29ef60 => 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: 873/1783] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:04:26 2026] POST /v2.0/security-group-rules => generated 607 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:04:27.037 8 INFO neutron.api.v2.resource [None req-2ba752ab-e3cb-4486-a814-5892f514cfdd bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 911/1784] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:04:27 2026] DELETE /v2.0/routers/9ee975b6-1ea1-406d-8e4b-acab2a29ef60 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:04:27.058 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f059571a-54da-43f6-b0aa-98ab29e62054 bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 912/1785] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:04:27 2026] DELETE /v2.0/subnets/49418a25-9ca4-44bf-8c2f-3c166bb69aa3 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1786] 10.0.0.251 () {32 vars in 735 bytes} [Fri May 8 04:04:27 2026] GET /v2.0/ports?device_id=b2e77558-b2b8-44cd-bd72-1835ed169a17 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:04:27.082 7 INFO neutron.db.securitygroups_db [None req-11203b36-f1f4-4cb2-99f9-b0692a870264 43a1b03d9bd241039aab9a4cb943977b 033ead5d25ce4cdb9d92f27bf42e71c6 - - default default] Project 033ead5d25ce4cdb9d92f27bf42e71c6 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-08 04:04:27.106 8 INFO neutron.api.v2.resource [None req-993f9f71-ff96-4453-8146-d5c5c91b4e21 bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 914/1787] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:04:27 2026] DELETE /v2.0/routers/b2e77558-b2b8-44cd-bd72-1835ed169a17 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:04:27.127 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eb4b6bca-7b19-4e70-a1e0-1b0340bf53c7 bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 915/1788] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:04:27 2026] DELETE /v2.0/subnets/7bea64a6-085c-4993-ab95-2cd35181cfb1 => 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: 916/1789] 10.0.0.251 () {32 vars in 735 bytes} [Fri May 8 04:04:27 2026] GET /v2.0/ports?device_id=da5445e4-b1df-4415-a559-09e5c46445c8 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:04:27.171 8 INFO neutron.api.v2.resource [None req-b3fd596f-5977-4773-80db-53bc10aec392 bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 917/1790] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:04:27 2026] DELETE /v2.0/routers/da5445e4-b1df-4415-a559-09e5c46445c8 => 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: 874/1791] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:04:27 2026] POST /v2.0/security-group-rules => generated 606 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:04:27.199 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c379cfcc-ef3c-4160-bfd2-3878bbc0bcee bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 918/1792] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:04:27 2026] DELETE /v2.0/subnets/6f41318f-6aac-4d7f-95ca-234cd540d7cf => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:04:27.232 7 INFO neutron.pecan_wsgi.hooks.translation [None req-58bad110-110c-440c-b6ca-9c85a895a6a5 bbe150d3b7584b9f878989e388956f88 ed6940b60b9146abaf881488717b5d9a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 875/1793] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:04:27 2026] DELETE /v2.0/subnets/e7b7b844-9052-4186-88ba-1975de8f64ea => generated 136 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1794] 10.0.0.251 () {32 vars in 648 bytes} [Fri May 8 04:04:27 2026] GET /v2.0/networks => generated 1297 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1795] 10.0.0.205 () {34 vars in 1097 bytes} [Fri May 8 04:04:27 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-324586514&fields=id&tenant_id=033ead5d25ce4cdb9d92f27bf42e71c6 => 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: 876/1796] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:04:27 2026] GET /v2.0/security-groups?tenant_id=ed6940b60b9146abaf881488717b5d9a&name=default => generated 2925 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1797] 10.0.0.205 () {34 vars in 981 bytes} [Fri May 8 04:04:27 2026] GET /v2.0/networks?id=c8eafbe9-77b3-4940-9a6a-6d13b418f649 => generated 660 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1798] 10.0.0.205 () {34 vars in 964 bytes} [Fri May 8 04:04:27 2026] GET /v2.0/quotas/033ead5d25ce4cdb9d92f27bf42e71c6 => 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: 877/1799] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:27 2026] DELETE /v2.0/security-groups/6997a2c9-2a08-479e-ac91-6f9c72faea17 => 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: 923/1800] 10.0.0.205 () {34 vars in 1001 bytes} [Fri May 8 04:04:27 2026] GET /v2.0/ports?tenant_id=033ead5d25ce4cdb9d92f27bf42e71c6&fields=id => generated 149 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1801] 10.0.0.205 () {34 vars in 1007 bytes} [Fri May 8 04:04:28 2026] GET /v2.0/networks/c8eafbe9-77b3-4940-9a6a-6d13b418f649?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: 924/1802] 10.0.0.205 () {34 vars in 1107 bytes} [Fri May 8 04:04:28 2026] GET /v2.0/networks/c8eafbe9-77b3-4940-9a6a-6d13b418f649?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1803] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:28 2026] GET /v2.0/ports?device_id=490588ab-1739-4dcf-b3fb-8cea8b2f42b6 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1804] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:28 2026] GET /v2.0/ports?device_id=eebb3467-69db-40c8-bd88-8db5207f2682 => generated 1010 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1805] 10.0.0.205 () {34 vars in 1119 bytes} [Fri May 8 04:04:28 2026] GET /v2.0/security-groups?id=9115012c-8bbe-49b0-b5b9-d4561b3c7fa0&id=e2353d4b-d3f5-4b99-9b68-fe3dda1268b7&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: 925/1808] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:04:28 2026] GET /v2.0/security-groups?tenant_id=18912ceaec5b4961bb579485fb32fee0&name=default => generated 2925 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1809] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:28 2026] DELETE /v2.0/security-groups/30b9f63b-57c2-49bb-acdd-dcfe64b81116 => 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: 926/1810] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:29 2026] GET /v2.0/ports?device_id=490588ab-1739-4dcf-b3fb-8cea8b2f42b6 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1811] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:29 2026] GET /v2.0/ports?device_id=eebb3467-69db-40c8-bd88-8db5207f2682 => generated 1010 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1812] 10.0.0.205 () {34 vars in 1119 bytes} [Fri May 8 04:04:29 2026] GET /v2.0/security-groups?id=9115012c-8bbe-49b0-b5b9-d4561b3c7fa0&id=e2353d4b-d3f5-4b99-9b68-fe3dda1268b7&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: 886/1813] 10.0.0.251 () {34 vars in 675 bytes} [Fri May 8 04:04:29 2026] POST /v2.0/subnetpools => generated 548 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1814] 10.0.0.251 () {32 vars in 728 bytes} [Fri May 8 04:04:30 2026] GET /v2.0/subnetpools/ee654fd9-7874-460c-8517-37c0d229f94f => generated 548 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1815] 10.0.0.251 () {34 vars in 748 bytes} [Fri May 8 04:04:30 2026] PUT /v2.0/subnetpools/ee654fd9-7874-460c-8517-37c0d229f94f => generated 500 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1816] 10.0.0.251 () {32 vars in 731 bytes} [Fri May 8 04:04:30 2026] DELETE /v2.0/subnetpools/ee654fd9-7874-460c-8517-37c0d229f94f => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:04:30.255 7 INFO neutron.api.v2.resource [None req-4934af4d-ca66-4ffe-8000-464ecf4746b3 f34f3808663a4d5e8f8685f1d5e043bf c35ccba3be16425a9b82254f0dde6641 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 888/1817] 10.0.0.251 () {32 vars in 728 bytes} [Fri May 8 04:04:30 2026] GET /v2.0/subnetpools/ee654fd9-7874-460c-8517-37c0d229f94f => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:04:30.268 8 INFO neutron.api.v2.resource [None req-72b3dbec-1608-4fe2-b459-fb69baf25646 f34f3808663a4d5e8f8685f1d5e043bf c35ccba3be16425a9b82254f0dde6641 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 930/1818] 10.0.0.251 () {32 vars in 731 bytes} [Fri May 8 04:04:30 2026] DELETE /v2.0/subnetpools/ee654fd9-7874-460c-8517-37c0d229f94f => generated 145 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1819] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:30 2026] GET /v2.0/ports?device_id=490588ab-1739-4dcf-b3fb-8cea8b2f42b6 => 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: 931/1820] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:30 2026] GET /v2.0/ports?device_id=eebb3467-69db-40c8-bd88-8db5207f2682 => generated 1010 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1821] 10.0.0.205 () {34 vars in 1119 bytes} [Fri May 8 04:04:30 2026] GET /v2.0/security-groups?id=9115012c-8bbe-49b0-b5b9-d4561b3c7fa0&id=e2353d4b-d3f5-4b99-9b68-fe3dda1268b7&fields=id&fields=name => generated 207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1822] 199.204.45.113 () {34 vars in 993 bytes} [Fri May 8 04:04:30 2026] GET /v2.0/ports?device_id=eebb3467-69db-40c8-bd88-8db5207f2682 => generated 1010 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:04:31.070 8 INFO neutron_taas.services.taas.taas_plugin [req-915a9250-edb5-4615-a7a3-51e87e80036a req-3f66620d-bba3-44ac-989c-46d3da039b39 23fdfec87e2446a58f70be0ec95fd95e e41db8ab9b6841e6bda7bff5340d77f6 - - default default] TaaS: Handle Delete Port: 452bac7e-d901-48bb-8e0c-7404a7285bbf 2026-05-08 04:04:31.073 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-915a9250-edb5-4615-a7a3-51e87e80036a req-3f66620d-bba3-44ac-989c-46d3da039b39 23fdfec87e2446a58f70be0ec95fd95e e41db8ab9b6841e6bda7bff5340d77f6 - - default default] Tap Mirror: Handle Delete Port: 452bac7e-d901-48bb-8e0c-7404a7285bbf [pid: 7|app: 0|req: 890/1823] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:04:30 2026] GET /v2.0/security-groups?tenant_id=c35ccba3be16425a9b82254f0dde6641&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1824] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:31 2026] DELETE /v2.0/security-groups/8a4ddd31-f104-4779-88c5-8d1b930da424 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:04:31.190 8 INFO neutron.db.l3_db [req-915a9250-edb5-4615-a7a3-51e87e80036a req-3f66620d-bba3-44ac-989c-46d3da039b39 23fdfec87e2446a58f70be0ec95fd95e e41db8ab9b6841e6bda7bff5340d77f6 - - default default] Floating IP ed08f537-baea-44db-a4d5-693525b93870 disassociated. External IP: 10.96.250.218, port: 452bac7e-d901-48bb-8e0c-7404a7285bbf. [pid: 8|app: 0|req: 934/1825] 199.204.45.113 () {36 vars in 996 bytes} [Fri May 8 04:04:30 2026] DELETE /v2.0/ports/452bac7e-d901-48bb-8e0c-7404a7285bbf => generated 0 bytes in 592 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1826] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:31 2026] GET /v2.0/ports?device_id=490588ab-1739-4dcf-b3fb-8cea8b2f42b6 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:04:31.595 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d213e07-2296-4315-89da-228a124ce939'] response: {'server_uuid': 'eebb3467-69db-40c8-bd88-8db5207f2682', 'name': 'network-vif-deleted', 'tag': '452bac7e-d901-48bb-8e0c-7404a7285bbf', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 893/1827] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:31 2026] GET /v2.0/ports?device_id=eebb3467-69db-40c8-bd88-8db5207f2682 => 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: 935/1828] 10.0.0.72 () {32 vars in 800 bytes} [Fri May 8 04:04:31 2026] GET /v2.0/extensions => generated 21537 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1829] 10.0.0.72 () {30 vars in 722 bytes} [Fri May 8 04:04:32 2026] GET /v2.0/quotas/52cced61b3464785822cdfd8bce59f27/details => generated 847 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1830] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:04:32 2026] GET /v2.0/networks?id=c8eafbe9-77b3-4940-9a6a-6d13b418f649 => generated 660 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1831] 199.204.45.113 () {34 vars in 1049 bytes} [Fri May 8 04:04:32 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=033ead5d25ce4cdb9d92f27bf42e71c6 => generated 272 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1832] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:32 2026] GET /v2.0/ports?device_id=490588ab-1739-4dcf-b3fb-8cea8b2f42b6 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1833] 199.204.45.113 () {38 vars in 954 bytes} [Fri May 8 04:04:32 2026] POST /v2.0/ports => generated 954 bytes in 408 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: 938/1834] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:33 2026] GET /v2.0/ports?device_id=eebb3467-69db-40c8-bd88-8db5207f2682 => 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: 897/1835] 199.204.45.113 () {38 vars in 1027 bytes} [Fri May 8 04:04:33 2026] PUT /v2.0/ports/d63c651d-5301-4afb-8c59-eff980c4bdff => generated 1235 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:04:33.446 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-863a9a4f-63ac-4c05-85c3-23896ec7084f'] response: {'name': 'network-changed', 'server_uuid': '490588ab-1739-4dcf-b3fb-8cea8b2f42b6', 'tag': 'd63c651d-5301-4afb-8c59-eff980c4bdff', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 939/1836] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:33 2026] GET /v2.0/ports?device_id=490588ab-1739-4dcf-b3fb-8cea8b2f42b6 => generated 969 bytes in 87 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: 898/1837] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:04:33 2026] GET /v2.0/security-groups?id=a20a5afa-e27f-4e33-9ac9-0ac32b6a9221&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: 940/1838] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:04:33 2026] GET /v2.0/ports?tenant_id=033ead5d25ce4cdb9d92f27bf42e71c6&device_id=490588ab-1739-4dcf-b3fb-8cea8b2f42b6 => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1839] 199.204.45.113 () {34 vars in 1017 bytes} [Fri May 8 04:04:34 2026] GET /v2.0/networks?tenant_id=033ead5d25ce4cdb9d92f27bf42e71c6&shared=False => generated 756 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1840] 199.204.45.113 () {34 vars in 929 bytes} [Fri May 8 04:04:34 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1841] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:34 2026] GET /v2.0/ports?device_id=eebb3467-69db-40c8-bd88-8db5207f2682 => 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: 942/1842] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:04:34 2026] GET /v2.0/security-groups?tenant_id=92947a483f3c480aa40d0f6a4a82df07&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1843] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:34 2026] GET /v2.0/ports?device_id=490588ab-1739-4dcf-b3fb-8cea8b2f42b6 => 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: 901/1844] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:34 2026] DELETE /v2.0/security-groups/33e772ca-ef48-4414-8c27-b9c59295c08b => 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: 944/1845] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:04:35 2026] GET /v2.0/security-groups?id=a20a5afa-e27f-4e33-9ac9-0ac32b6a9221&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1846] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:04:35 2026] GET /v2.0/ports?tenant_id=033ead5d25ce4cdb9d92f27bf42e71c6&device_id=490588ab-1739-4dcf-b3fb-8cea8b2f42b6 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1847] 199.204.45.113 () {34 vars in 1057 bytes} [Fri May 8 04:04:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=d63c651d-5301-4afb-8c59-eff980c4bdff => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1848] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:04:35 2026] GET /v2.0/subnets?id=66498fa0-7694-419f-8d2a-47a307d1fe73 => generated 677 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1849] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:04:35 2026] GET /v2.0/ports?network_id=c8eafbe9-77b3-4940-9a6a-6d13b418f649&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: 904/1850] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:04:35 2026] GET /v2.0/networks/c8eafbe9-77b3-4940-9a6a-6d13b418f649?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/1851] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:04:35 2026] GET /v2.0/networks/c8eafbe9-77b3-4940-9a6a-6d13b418f649?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: 906/1852] 10.0.0.72 () {32 vars in 800 bytes} [Fri May 8 04:04:35 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: 947/1853] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:35 2026] DELETE /v2.0/security-groups/e2353d4b-d3f5-4b99-9b68-fe3dda1268b7 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:04:35.478 7 INFO neutron.api.v2.resource [None req-68a0fad6-f798-406c-b046-b3adbd4f850a 23fdfec87e2446a58f70be0ec95fd95e e41db8ab9b6841e6bda7bff5340d77f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 907/1854] 10.0.0.251 () {32 vars in 736 bytes} [Fri May 8 04:04:35 2026] GET /v2.0/security-groups/e2353d4b-d3f5-4b99-9b68-fe3dda1268b7 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:04:35.568 8 INFO neutron_taas.services.taas.taas_plugin [None req-1e92d5ee-2c62-4287-9625-0253cf07f7d5 23fdfec87e2446a58f70be0ec95fd95e e41db8ab9b6841e6bda7bff5340d77f6 - - default default] TaaS: Handle Delete Port: 2bc84a2d-e770-471c-98e7-91b8a8a0e588 2026-05-08 04:04:35.571 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e92d5ee-2c62-4287-9625-0253cf07f7d5 23fdfec87e2446a58f70be0ec95fd95e e41db8ab9b6841e6bda7bff5340d77f6 - - default default] Tap Mirror: Handle Delete Port: 2bc84a2d-e770-471c-98e7-91b8a8a0e588 [pid: 7|app: 0|req: 908/1855] 10.0.0.72 () {30 vars in 722 bytes} [Fri May 8 04:04:35 2026] GET /v2.0/quotas/52cced61b3464785822cdfd8bce59f27/details => generated 847 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1856] 10.0.0.251 () {32 vars in 731 bytes} [Fri May 8 04:04:35 2026] DELETE /v2.0/floatingips/ed08f537-baea-44db-a4d5-693525b93870 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1857] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:35 2026] DELETE /v2.0/security-groups/9115012c-8bbe-49b0-b5b9-d4561b3c7fa0 => 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: 910/1858] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:36 2026] GET /v2.0/ports?device_id=490588ab-1739-4dcf-b3fb-8cea8b2f42b6 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1859] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:04:36 2026] GET /v2.0/security-groups?id=a20a5afa-e27f-4e33-9ac9-0ac32b6a9221&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:04:36.268 8 INFO neutron_taas.services.taas.taas_plugin [None req-b3370a47-e3f4-40a2-bc46-995025308935 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: a3bb85f3-383d-44f1-ad03-457aac28cdea 2026-05-08 04:04:36.279 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3370a47-e3f4-40a2-bc46-995025308935 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: a3bb85f3-383d-44f1-ad03-457aac28cdea [pid: 8|app: 0|req: 949/1860] 10.0.0.251 () {34 vars in 788 bytes} [Fri May 8 04:04:35 2026] PUT /v2.0/routers/10689d1e-9721-4ea8-ac66-09e4c06feb0e/remove_router_interface => generated 309 bytes in 981 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:04:37.031 7 INFO neutron.db.segments_db [None req-bdbcb7be-a711-4baf-887d-d47ae353dc5b fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Added segment 900eccc6-118d-46b4-8f29-f6903fa29390 of type vxlan for network af9a1618-7b83-4315-a931-0837ffda59a9 2026-05-08 04:04:37.058 8 INFO neutron_taas.services.taas.taas_plugin [None req-56188e67-27a1-4cef-9a6e-39565be934f4 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: ec05543f-c8ea-4e1f-adcd-7927c80ee709 2026-05-08 04:04:37.061 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56188e67-27a1-4cef-9a6e-39565be934f4 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: ec05543f-c8ea-4e1f-adcd-7927c80ee709 [pid: 7|app: 0|req: 912/1861] 10.0.0.251 () {34 vars in 670 bytes} [Fri May 8 04:04:36 2026] POST /v2.0/networks => generated 721 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:04:37.300 8 INFO neutron_taas.services.taas.taas_plugin [None req-56188e67-27a1-4cef-9a6e-39565be934f4 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: 65e6ac10-1f14-4382-8946-fd52830770d3 2026-05-08 04:04:37.304 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56188e67-27a1-4cef-9a6e-39565be934f4 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: 65e6ac10-1f14-4382-8946-fd52830770d3 [pid: 7|app: 0|req: 913/1862] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:04:37 2026] POST /v2.0/subnets => generated 687 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1863] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:37 2026] GET /v2.0/ports?device_id=490588ab-1739-4dcf-b3fb-8cea8b2f42b6 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:04:37.394 7 INFO neutron.db.segments_db [None req-c5a093a2-f99d-4d5e-a468-21a540961cdf fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Added segment f069fec2-0b53-4d76-b4bb-54d148720af7 of type vxlan for network 5e7394f4-aca8-4824-ad37-1c768048107d 2026-05-08 04:04:37.666 7 INFO neutron.db.l3_hamode_db [None req-c5a093a2-f99d-4d5e-a468-21a540961cdf fd7f3a9c48f6482fa51cf0808885f586 19d6e845302a48ed910f408c068a29e5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 04:04:37.672 8 INFO neutron.services.segments.plugin [-] Segment 26dfd341-8e9d-4900-b31e-a07fd0ea0ff0 resource provider aggregate not found 2026-05-08 04:04:37.679 8 INFO neutron.services.segments.plugin [-] Segment 26dfd341-8e9d-4900-b31e-a07fd0ea0ff0 resource provider aggregate not found 2026-05-08 04:04:37.693 8 INFO neutron.services.segments.plugin [-] Segment 26dfd341-8e9d-4900-b31e-a07fd0ea0ff0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26dfd341-8e9d-4900-b31e-a07fd0ea0ff0 found for delete ", "request_id": "req-4a1ed765-705c-43e4-8cf7-edfd5e7674ce"}]} 2026-05-08 04:04:37.702 8 INFO neutron.services.segments.plugin [-] Segment 26dfd341-8e9d-4900-b31e-a07fd0ea0ff0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26dfd341-8e9d-4900-b31e-a07fd0ea0ff0 found for delete ", "request_id": "req-130c660b-c059-4f7d-a83d-ca1d646fd863"}]} 2026-05-08 04:04:37.712 8 INFO neutron.db.l3_hamode_db [None req-56188e67-27a1-4cef-9a6e-39565be934f4 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] HA network 78672551-716a-44e0-a369-b116effad9f5 was deleted as no HA routers are present in tenant e41db8ab9b6841e6bda7bff5340d77f6. [pid: 8|app: 0|req: 950/1864] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:04:36 2026] DELETE /v2.0/routers/10689d1e-9721-4ea8-ac66-09e4c06feb0e => generated 0 bytes in 860 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1865] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:04:37 2026] GET /v2.0/security-groups?id=a20a5afa-e27f-4e33-9ac9-0ac32b6a9221&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: 952/1866] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:04:37 2026] DELETE /v2.0/subnets/b373b38e-c876-4300-9133-abe3e36d4565 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:04:38.021 8 INFO neutron_taas.services.taas.taas_plugin [None req-ff711a40-eb4e-4626-9fc7-3f0734fac7c6 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: ba859e1e-a5c0-47da-91ed-9a4dce69abaf 2026-05-08 04:04:38.024 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff711a40-eb4e-4626-9fc7-3f0734fac7c6 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: ba859e1e-a5c0-47da-91ed-9a4dce69abaf [pid: 8|app: 0|req: 953/1867] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:04:37 2026] DELETE /v2.0/networks/e53ad582-3336-4c48-8ceb-a9e951c1c826 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:04:38.404 7 INFO neutron.db.l3_hamode_db [None req-c5a093a2-f99d-4d5e-a468-21a540961cdf fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 04:04:38.604 8 INFO neutron_taas.services.taas.taas_plugin [None req-a250bd15-64e8-4d18-b5b6-4e55b7a5d6f9 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: 3c6b8683-b751-4439-af6e-23572d78d1e3 2026-05-08 04:04:38.606 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a250bd15-64e8-4d18-b5b6-4e55b7a5d6f9 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: 3c6b8683-b751-4439-af6e-23572d78d1e3 [pid: 8|app: 0|req: 954/1868] 10.0.0.251 () {34 vars in 788 bytes} [Fri May 8 04:04:38 2026] PUT /v2.0/routers/97121dc2-1ba4-42bb-b6a8-c0dc1429450c/remove_router_interface => generated 309 bytes in 1008 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1869] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:04:37 2026] POST /v2.0/routers => generated 727 bytes in 1936 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1870] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:39 2026] GET /v2.0/ports?device_id=490588ab-1739-4dcf-b3fb-8cea8b2f42b6 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1871] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:04:39 2026] GET /v2.0/security-groups?tenant_id=52cced61b3464785822cdfd8bce59f27&name=default => generated 2925 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:04:39.645 7 INFO neutron_taas.services.taas.taas_plugin [None req-85ef6fd4-b363-4d62-b8ef-ca0a1b200c9e fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: 3451a06d-48f4-430f-99a2-e3f2d68d9109 2026-05-08 04:04:39.647 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85ef6fd4-b363-4d62-b8ef-ca0a1b200c9e fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: 3451a06d-48f4-430f-99a2-e3f2d68d9109 2026-05-08 04:04:39.726 8 INFO neutron.services.segments.plugin [-] Segment f37e8737-30e6-4281-b557-64f9173774ca resource provider aggregate not found 2026-05-08 04:04:39.734 8 INFO neutron.services.segments.plugin [-] Segment f37e8737-30e6-4281-b557-64f9173774ca resource provider aggregate not found 2026-05-08 04:04:39.761 8 INFO neutron.services.segments.plugin [-] Segment f37e8737-30e6-4281-b557-64f9173774ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f37e8737-30e6-4281-b557-64f9173774ca found for delete ", "request_id": "req-858c1b82-a624-45e9-85cf-d9931ffa5643"}]} 2026-05-08 04:04:39.764 8 INFO neutron.services.segments.plugin [-] Segment f37e8737-30e6-4281-b557-64f9173774ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f37e8737-30e6-4281-b557-64f9173774ca found for delete ", "request_id": "req-6005ac83-6606-458d-a7bc-86b20edbbf2c"}]} 2026-05-08 04:04:40.071 7 INFO neutron_taas.services.taas.taas_plugin [None req-85ef6fd4-b363-4d62-b8ef-ca0a1b200c9e fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: 41bba179-6c6e-4d7e-8e8d-2438e6058b9c 2026-05-08 04:04:40.076 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85ef6fd4-b363-4d62-b8ef-ca0a1b200c9e fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: 41bba179-6c6e-4d7e-8e8d-2438e6058b9c 2026-05-08 04:04:40.514 7 INFO neutron.services.segments.plugin [-] Segment 1fe1d82d-5686-41ec-84a7-53f1448749f3 resource provider aggregate not found 2026-05-08 04:04:40.538 7 INFO neutron.services.segments.plugin [-] Segment 1fe1d82d-5686-41ec-84a7-53f1448749f3 resource provider aggregate not found 2026-05-08 04:04:40.548 7 INFO neutron.services.segments.plugin [-] Segment 1fe1d82d-5686-41ec-84a7-53f1448749f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fe1d82d-5686-41ec-84a7-53f1448749f3 found for delete ", "request_id": "req-362b5857-005f-4401-9d24-38d8edf03875"}]} 2026-05-08 04:04:40.559 7 INFO neutron.services.segments.plugin [-] Segment 1fe1d82d-5686-41ec-84a7-53f1448749f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fe1d82d-5686-41ec-84a7-53f1448749f3 found for delete ", "request_id": "req-0f94da36-fd9f-4090-a534-e155983ff6bc"}]} 2026-05-08 04:04:40.563 7 INFO neutron.db.l3_hamode_db [None req-85ef6fd4-b363-4d62-b8ef-ca0a1b200c9e fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] HA network bf94cbe2-3685-4efe-9ebb-fbb1b7d0a9c4 was deleted as no HA routers are present in tenant 5eb81b363f3347e98ff2df2563c6a7a4. [pid: 7|app: 0|req: 917/1872] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:04:39 2026] DELETE /v2.0/routers/97121dc2-1ba4-42bb-b6a8-c0dc1429450c => generated 0 bytes in 1185 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1873] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:04:40 2026] GET /v2.0/security-groups?id=a20a5afa-e27f-4e33-9ac9-0ac32b6a9221&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1874] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:40 2026] DELETE /v2.0/security-groups/72f6b65d-7270-4632-a84d-5332db8c0a1b => 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: 920/1875] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:04:40 2026] DELETE /v2.0/subnets/a1c7e8b3-9506-4c92-b07d-936652e4628f => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:04:40.987 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a9a13fc-8995-4d49-bf9e-1bb1fcb40928 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: 30e849a2-40a6-4323-ac3b-95bccdf3601c 2026-05-08 04:04:40.990 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a9a13fc-8995-4d49-bf9e-1bb1fcb40928 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: 30e849a2-40a6-4323-ac3b-95bccdf3601c [pid: 7|app: 0|req: 921/1876] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:04:40 2026] DELETE /v2.0/networks/1a935b48-d36b-4220-99ed-9a97aa035c0d => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1877] 10.0.0.251 () {34 vars in 782 bytes} [Fri May 8 04:04:39 2026] PUT /v2.0/routers/c8e669c8-20d3-4298-b2b2-77ae48074e1a/add_router_interface => generated 309 bytes in 1614 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1878] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:04:41 2026] GET /v2.0/security-groups?tenant_id=5eb81b363f3347e98ff2df2563c6a7a4&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1879] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:41 2026] DELETE /v2.0/security-groups/1418b68a-d1dc-4d6b-aba2-67edd0beebc8 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1880] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:41 2026] GET /v2.0/ports?device_id=490588ab-1739-4dcf-b3fb-8cea8b2f42b6 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1881] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:04:41 2026] GET /v2.0/security-groups?id=a20a5afa-e27f-4e33-9ac9-0ac32b6a9221&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1882] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:04:41 2026] GET /v2.0/security-groups?tenant_id=e41db8ab9b6841e6bda7bff5340d77f6&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1883] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:41 2026] GET /v2.0/ports?device_id=490588ab-1739-4dcf-b3fb-8cea8b2f42b6 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1884] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:41 2026] DELETE /v2.0/security-groups/8bdd1e59-422c-4e53-99ba-80706b65f5ea => 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: 960/1885] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:04:41 2026] GET /v2.0/security-groups?id=a20a5afa-e27f-4e33-9ac9-0ac32b6a9221&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1886] 10.0.0.251 () {32 vars in 735 bytes} [Fri May 8 04:04:41 2026] GET /v2.0/ports?device_id=490588ab-1739-4dcf-b3fb-8cea8b2f42b6 => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:04:42.363 8 INFO neutron.db.l3_db [None req-ae1d1e2c-82bf-4d34-8aec-6e95fe15dc30 43a1b03d9bd241039aab9a4cb943977b 033ead5d25ce4cdb9d92f27bf42e71c6 - - default default] Floating IP d2ba546b-3175-4b88-b39e-c4b869c83432 associated. External IP: 10.96.250.205, port: d63c651d-5301-4afb-8c59-eff980c4bdff. 2026-05-08 04:04:42.570 7 INFO neutron.services.segments.plugin [-] Segment 8c777ee2-c50a-455d-9503-ebc0ec09176f resource provider aggregate not found 2026-05-08 04:04:42.582 7 INFO neutron.services.segments.plugin [-] Segment 8c777ee2-c50a-455d-9503-ebc0ec09176f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c777ee2-c50a-455d-9503-ebc0ec09176f found for delete ", "request_id": "req-0d93690a-f799-4ad8-a2b4-9fb6992b314d"}]} 2026-05-08 04:04:42.586 7 INFO neutron.services.segments.plugin [-] Segment 8c777ee2-c50a-455d-9503-ebc0ec09176f resource provider aggregate not found 2026-05-08 04:04:42.611 7 INFO neutron.services.segments.plugin [-] Segment 8c777ee2-c50a-455d-9503-ebc0ec09176f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c777ee2-c50a-455d-9503-ebc0ec09176f found for delete ", "request_id": "req-0385cfe1-0721-494d-a053-78047e107f9d"}]} [pid: 8|app: 0|req: 961/1887] 10.0.0.251 () {34 vars in 748 bytes} [Fri May 8 04:04:42 2026] PUT /v2.0/floatingips/d2ba546b-3175-4b88-b39e-c4b869c83432 => generated 855 bytes in 582 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:04:42.687 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cb50d14f-3daa-4142-ae3f-736ee992db74'] response: {'name': 'network-changed', 'server_uuid': '490588ab-1739-4dcf-b3fb-8cea8b2f42b6', 'tag': 'd63c651d-5301-4afb-8c59-eff980c4bdff', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 927/1888] 10.0.0.251 () {32 vars in 728 bytes} [Fri May 8 04:04:42 2026] GET /v2.0/floatingips/d2ba546b-3175-4b88-b39e-c4b869c83432 => generated 855 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1889] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:04:43 2026] GET /v2.0/ports?tenant_id=033ead5d25ce4cdb9d92f27bf42e71c6&device_id=490588ab-1739-4dcf-b3fb-8cea8b2f42b6 => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1890] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:04:43 2026] GET /v2.0/networks?id=c8eafbe9-77b3-4940-9a6a-6d13b418f649 => generated 756 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1891] 199.204.45.113 () {34 vars in 1057 bytes} [Fri May 8 04:04:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=d63c651d-5301-4afb-8c59-eff980c4bdff => generated 858 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1892] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:04:43 2026] GET /v2.0/subnets?id=66498fa0-7694-419f-8d2a-47a307d1fe73 => generated 677 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1893] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:04:43 2026] GET /v2.0/ports?network_id=c8eafbe9-77b3-4940-9a6a-6d13b418f649&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: 930/1894] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:04:43 2026] GET /v2.0/networks/c8eafbe9-77b3-4940-9a6a-6d13b418f649?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: 965/1895] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:04:43 2026] GET /v2.0/networks/c8eafbe9-77b3-4940-9a6a-6d13b418f649?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1898] 10.0.0.205 () {34 vars in 981 bytes} [Fri May 8 04:04:43 2026] GET /v2.0/networks?id=af9a1618-7b83-4315-a931-0837ffda59a9 => generated 672 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1899] 10.0.0.205 () {34 vars in 964 bytes} [Fri May 8 04:04:43 2026] GET /v2.0/quotas/19d6e845302a48ed910f408c068a29e5 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1900] 10.0.0.251 () {32 vars in 728 bytes} [Fri May 8 04:04:43 2026] GET /v2.0/floatingips/d2ba546b-3175-4b88-b39e-c4b869c83432 => generated 855 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1901] 10.0.0.205 () {34 vars in 1001 bytes} [Fri May 8 04:04:43 2026] GET /v2.0/ports?tenant_id=19d6e845302a48ed910f408c068a29e5&fields=id => generated 103 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1902] 10.0.0.205 () {34 vars in 1007 bytes} [Fri May 8 04:04:43 2026] GET /v2.0/networks/af9a1618-7b83-4315-a931-0837ffda59a9?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: 970/1903] 10.0.0.205 () {34 vars in 1107 bytes} [Fri May 8 04:04:43 2026] GET /v2.0/networks/af9a1618-7b83-4315-a931-0837ffda59a9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1904] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:44 2026] GET /v2.0/ports?device_id=81c6fbee-5933-4903-8baa-a704fabc78d3 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1905] 10.0.0.251 () {32 vars in 728 bytes} [Fri May 8 04:04:44 2026] GET /v2.0/floatingips/d2ba546b-3175-4b88-b39e-c4b869c83432 => generated 857 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1906] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:45 2026] GET /v2.0/ports?device_id=81c6fbee-5933-4903-8baa-a704fabc78d3 => 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: 972/1907] 10.0.0.251 () {34 vars in 677 bytes} [Fri May 8 04:04:45 2026] POST /v2.0/qos/policies => generated 359 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1908] 10.0.0.251 () {34 vars in 677 bytes} [Fri May 8 04:04:45 2026] POST /v2.0/qos/policies => generated 359 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1909] 10.0.0.251 () {34 vars in 677 bytes} [Fri May 8 04:04:45 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1910] 10.0.0.251 () {34 vars in 677 bytes} [Fri May 8 04:04:45 2026] POST /v2.0/qos/policies => generated 359 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1911] 10.0.0.251 () {34 vars in 677 bytes} [Fri May 8 04:04:45 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1912] 10.0.0.251 () {34 vars in 752 bytes} [Fri May 8 04:04:45 2026] PUT /v2.0/policies/42d2a03f-dabc-4171-ab8e-79683e10cc75/tags => generated 17 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1913] 10.0.0.251 () {34 vars in 752 bytes} [Fri May 8 04:04:45 2026] PUT /v2.0/policies/5e62167d-0257-4639-af9c-dbd16602063f/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1914] 10.0.0.251 () {34 vars in 752 bytes} [Fri May 8 04:04:46 2026] PUT /v2.0/policies/ea27e861-6237-4def-8659-ddb0649aac6a/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1915] 10.0.0.251 () {34 vars in 752 bytes} [Fri May 8 04:04:46 2026] PUT /v2.0/policies/d79e0ec2-5e6d-4879-94be-66f9d68ca188/tags => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1916] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:46 2026] GET /v2.0/ports?device_id=81c6fbee-5933-4903-8baa-a704fabc78d3 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1917] 10.0.0.251 () {32 vars in 673 bytes} [Fri May 8 04:04:46 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1918] 10.0.0.251 () {32 vars in 687 bytes} [Fri May 8 04:04:46 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1919] 10.0.0.251 () {32 vars in 683 bytes} [Fri May 8 04:04:46 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1920] 10.0.0.251 () {32 vars in 695 bytes} [Fri May 8 04:04:46 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1921] 10.0.0.251 () {32 vars in 681 bytes} [Fri May 8 04:04:46 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:04:46.973 7 INFO neutron.db.segments_db [None req-a4c73eb1-2e3a-45af-80a5-4c30b47c8326 10def90c2de74ac2970b2912bfb3cb2c aceb30b2c9dc4b89bc33582d51ac3a3a - - default default] Added segment 7869b6d0-dc89-496c-a8ef-03022db4a9b7 of type vxlan for network c1aa69ef-5766-41f5-8076-ac34aeb3da4d [pid: 8|app: 0|req: 981/1922] 10.0.0.251 () {32 vars in 695 bytes} [Fri May 8 04:04:46 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1923] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:04:46 2026] POST /v2.0/networks => generated 613 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1924] 10.0.0.251 () {32 vars in 691 bytes} [Fri May 8 04:04:47 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:04:47.131 7 INFO neutron.db.segments_db [None req-e04c25b9-6860-4aed-8d89-8ee7b52bbb36 10def90c2de74ac2970b2912bfb3cb2c aceb30b2c9dc4b89bc33582d51ac3a3a - - default default] Added segment 5aafb089-f9ac-41ec-81c6-c891731416ad of type vxlan for network ec151ed2-2475-485e-ab24-666d25423498 [pid: 8|app: 0|req: 983/1925] 10.0.0.251 () {32 vars in 703 bytes} [Fri May 8 04:04:47 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1926] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:04:47 2026] POST /v2.0/networks => generated 612 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1927] 10.0.0.251 () {32 vars in 733 bytes} [Fri May 8 04:04:47 2026] DELETE /v2.0/qos/policies/42d2a03f-dabc-4171-ab8e-79683e10cc75 => 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: 985/1928] 10.0.0.251 () {32 vars in 733 bytes} [Fri May 8 04:04:47 2026] DELETE /v2.0/qos/policies/5e62167d-0257-4639-af9c-dbd16602063f => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:04:47.295 7 INFO neutron.db.segments_db [None req-9cfc767c-c1d6-4ba9-8eab-e660f16c0b08 10def90c2de74ac2970b2912bfb3cb2c aceb30b2c9dc4b89bc33582d51ac3a3a - - default default] Added segment 29ead3c0-fad8-492b-b3ae-ee1bc361c71e of type vxlan for network 28953688-e289-4cc0-9c3f-7f23df5e7307 [pid: 8|app: 0|req: 986/1929] 10.0.0.251 () {32 vars in 733 bytes} [Fri May 8 04:04:47 2026] DELETE /v2.0/qos/policies/ea27e861-6237-4def-8659-ddb0649aac6a => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1930] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:04:47 2026] POST /v2.0/networks => generated 613 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1931] 10.0.0.251 () {32 vars in 733 bytes} [Fri May 8 04:04:47 2026] DELETE /v2.0/qos/policies/d79e0ec2-5e6d-4879-94be-66f9d68ca188 => 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: 945/1932] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:47 2026] GET /v2.0/ports?device_id=81c6fbee-5933-4903-8baa-a704fabc78d3 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:04:47.498 8 INFO neutron.db.segments_db [None req-ba557ff6-75fa-4802-af14-868dc215f95b 10def90c2de74ac2970b2912bfb3cb2c aceb30b2c9dc4b89bc33582d51ac3a3a - - default default] Added segment 5f6cd245-9ee2-4764-afa6-95522266f071 of type vxlan for network d777d4c2-5f0c-4f24-a841-29436f264bdf [pid: 7|app: 0|req: 946/1933] 10.0.0.251 () {32 vars in 733 bytes} [Fri May 8 04:04:47 2026] DELETE /v2.0/qos/policies/478363ba-0ef3-4567-ac4b-85ad2a692e3f => 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: 988/1934] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:04:47 2026] POST /v2.0/networks => generated 612 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:04:47.654 7 INFO neutron.db.segments_db [None req-458ec093-0468-4324-9854-9a354167bd1c 10def90c2de74ac2970b2912bfb3cb2c aceb30b2c9dc4b89bc33582d51ac3a3a - - default default] Added segment 6650f06e-930c-41e9-be81-a4a611e36ae4 of type vxlan for network 8d3e523a-8a75-4de9-a5ae-d58fb130089b [pid: 7|app: 0|req: 947/1935] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:04:47 2026] POST /v2.0/networks => generated 612 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1936] 10.0.0.251 () {34 vars in 752 bytes} [Fri May 8 04:04:47 2026] PUT /v2.0/networks/c1aa69ef-5766-41f5-8076-ac34aeb3da4d/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1937] 10.0.0.251 () {34 vars in 752 bytes} [Fri May 8 04:04:47 2026] PUT /v2.0/networks/ec151ed2-2475-485e-ab24-666d25423498/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1938] 10.0.0.251 () {34 vars in 752 bytes} [Fri May 8 04:04:47 2026] PUT /v2.0/networks/28953688-e289-4cc0-9c3f-7f23df5e7307/tags => generated 34 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1939] 10.0.0.251 () {34 vars in 752 bytes} [Fri May 8 04:04:47 2026] PUT /v2.0/networks/d777d4c2-5f0c-4f24-a841-29436f264bdf/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1940] 10.0.0.251 () {32 vars in 665 bytes} [Fri May 8 04:04:48 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1941] 10.0.0.251 () {32 vars in 679 bytes} [Fri May 8 04:04:48 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1942] 10.0.0.251 () {32 vars in 675 bytes} [Fri May 8 04:04:48 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1943] 10.0.0.251 () {32 vars in 687 bytes} [Fri May 8 04:04:48 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1944] 10.0.0.251 () {32 vars in 673 bytes} [Fri May 8 04:04:48 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1945] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:04:48 2026] GET /v2.0/networks?id=af9a1618-7b83-4315-a931-0837ffda59a9 => generated 672 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1946] 10.0.0.251 () {32 vars in 687 bytes} [Fri May 8 04:04:48 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1947] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:04:48 2026] GET /v2.0/security-groups?tenant_id=673daa25f6b84ae28aee48c6dc9c7c4f&name=default => generated 2925 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1948] 10.0.0.251 () {32 vars in 683 bytes} [Fri May 8 04:04:48 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1949] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:48 2026] GET /v2.0/ports?device_id=81c6fbee-5933-4903-8baa-a704fabc78d3 => generated 957 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1950] 199.204.45.113 () {38 vars in 954 bytes} [Fri May 8 04:04:48 2026] POST /v2.0/ports => generated 954 bytes in 360 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: 997/1951] 10.0.0.251 () {32 vars in 695 bytes} [Fri May 8 04:04:48 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1952] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:48 2026] DELETE /v2.0/security-groups/60321127-1f16-4f33-b117-a4f0f03abeb2 => 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: 998/1953] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:04:48 2026] GET /v2.0/security-groups?id=191cdfbd-e4b8-4daf-af64-600599efaa71&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:04:49.058 8 INFO neutron.services.segments.plugin [-] Segment 7869b6d0-dc89-496c-a8ef-03022db4a9b7 resource provider aggregate not found 2026-05-08 04:04:49.070 8 INFO neutron.services.segments.plugin [-] Segment 7869b6d0-dc89-496c-a8ef-03022db4a9b7 resource provider aggregate not found 2026-05-08 04:04:49.081 8 INFO neutron.services.segments.plugin [-] Segment 7869b6d0-dc89-496c-a8ef-03022db4a9b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7869b6d0-dc89-496c-a8ef-03022db4a9b7 found for delete ", "request_id": "req-a362ff43-12dc-4f77-9a45-9abd560880c8"}]} 2026-05-08 04:04:49.090 8 INFO neutron.services.segments.plugin [-] Segment 7869b6d0-dc89-496c-a8ef-03022db4a9b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7869b6d0-dc89-496c-a8ef-03022db4a9b7 found for delete ", "request_id": "req-f68b00a6-914d-47f4-828a-1ec262c8d186"}]} [pid: 8|app: 0|req: 999/1954] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:04:48 2026] DELETE /v2.0/networks/c1aa69ef-5766-41f5-8076-ac34aeb3da4d => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1955] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:04:49 2026] GET /v2.0/security-groups?tenant_id=667c65a080a548969f521cbba161d4dc&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: 1001/1956] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:04:49 2026] DELETE /v2.0/networks/ec151ed2-2475-485e-ab24-666d25423498 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1957] 199.204.45.113 () {38 vars in 1027 bytes} [Fri May 8 04:04:48 2026] PUT /v2.0/ports/ad7f3500-808f-41cd-aada-1adc2d6b53a1 => generated 1235 bytes in 464 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-08 04:04:49.426 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2a603d2e-16ae-4323-a50a-3cb9d0f19618'] response: {'name': 'network-changed', 'server_uuid': '81c6fbee-5933-4903-8baa-a704fabc78d3', 'tag': 'ad7f3500-808f-41cd-aada-1adc2d6b53a1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1002/1958] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:49 2026] DELETE /v2.0/security-groups/32444206-8279-418c-bebf-efda7c2ee6b9 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:04:49.499 7 INFO neutron.services.segments.plugin [-] Segment 29ead3c0-fad8-492b-b3ae-ee1bc361c71e resource provider aggregate not found 2026-05-08 04:04:49.504 7 INFO neutron.services.segments.plugin [-] Segment 29ead3c0-fad8-492b-b3ae-ee1bc361c71e resource provider aggregate not found 2026-05-08 04:04:49.519 7 INFO neutron.services.segments.plugin [-] Segment 29ead3c0-fad8-492b-b3ae-ee1bc361c71e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29ead3c0-fad8-492b-b3ae-ee1bc361c71e found for delete ", "request_id": "req-5ac52c6c-3ac0-49bc-a7c6-b5f08f6e2210"}]} 2026-05-08 04:04:49.526 7 INFO neutron.services.segments.plugin [-] Segment 29ead3c0-fad8-492b-b3ae-ee1bc361c71e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29ead3c0-fad8-492b-b3ae-ee1bc361c71e found for delete ", "request_id": "req-ff0f15cb-f830-4931-864d-6bd796b17bea"}]} [pid: 7|app: 0|req: 957/1959] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:04:49 2026] DELETE /v2.0/networks/28953688-e289-4cc0-9c3f-7f23df5e7307 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1960] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:04:49 2026] DELETE /v2.0/networks/d777d4c2-5f0c-4f24-a841-29436f264bdf => 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: 958/1961] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:04:49 2026] GET /v2.0/security-groups?tenant_id=3910a40d8f2f477e905c49415d613b05&name=default => generated 2925 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1962] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:04:49 2026] DELETE /v2.0/networks/8d3e523a-8a75-4de9-a5ae-d58fb130089b => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1963] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:49 2026] DELETE /v2.0/security-groups/40f6f440-548f-4e9a-8bd4-329096b1227b => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1964] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:04:49 2026] GET /v2.0/ports?tenant_id=19d6e845302a48ed910f408c068a29e5&device_id=81c6fbee-5933-4903-8baa-a704fabc78d3 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1965] 199.204.45.113 () {34 vars in 1017 bytes} [Fri May 8 04:04:49 2026] GET /v2.0/networks?tenant_id=19d6e845302a48ed910f408c068a29e5&shared=False => generated 768 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1966] 199.204.45.113 () {34 vars in 929 bytes} [Fri May 8 04:04:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1967] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:50 2026] GET /v2.0/ports?device_id=81c6fbee-5933-4903-8baa-a704fabc78d3 => 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: 1007/1968] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:04:50 2026] GET /v2.0/security-groups?id=191cdfbd-e4b8-4daf-af64-600599efaa71&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: 962/1969] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:04:50 2026] GET /v2.0/security-groups?tenant_id=bc7fc4202ae44c68944f03e4319b134b&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1970] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:50 2026] DELETE /v2.0/security-groups/aed8f733-e9ae-4f57-9cfd-8c8efa00d364 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:04:51.111 8 INFO neutron.services.segments.plugin [-] Segment 5aafb089-f9ac-41ec-81c6-c891731416ad resource provider aggregate not found 2026-05-08 04:04:51.118 8 INFO neutron.services.segments.plugin [-] Segment 5aafb089-f9ac-41ec-81c6-c891731416ad resource provider aggregate not found 2026-05-08 04:04:51.141 8 INFO neutron.services.segments.plugin [-] Segment 5aafb089-f9ac-41ec-81c6-c891731416ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5aafb089-f9ac-41ec-81c6-c891731416ad found for delete ", "request_id": "req-67c3d570-de6e-4370-82df-59c6a4df0a26"}]} [pid: 7|app: 0|req: 963/1971] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:04:51 2026] GET /v2.0/security-groups?tenant_id=d4a16ada053c4faca5619d99f6d92845&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:04:51.148 8 INFO neutron.services.segments.plugin [-] Segment 5aafb089-f9ac-41ec-81c6-c891731416ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5aafb089-f9ac-41ec-81c6-c891731416ad found for delete ", "request_id": "req-b17c46f6-9aae-4c36-8c8c-7a0c2e8ee361"}]} 2026-05-08 04:04:51.167 8 INFO neutron.services.segments.plugin [-] Segment 5f6cd245-9ee2-4764-afa6-95522266f071 resource provider aggregate not found 2026-05-08 04:04:51.176 8 INFO neutron.services.segments.plugin [-] Segment 5f6cd245-9ee2-4764-afa6-95522266f071 resource provider aggregate not found [pid: 8|app: 0|req: 1009/1972] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:04:51 2026] GET /v2.0/ports?tenant_id=19d6e845302a48ed910f408c068a29e5&device_id=81c6fbee-5933-4903-8baa-a704fabc78d3 => generated 1238 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:04:51.195 8 INFO neutron.services.segments.plugin [-] Segment 5f6cd245-9ee2-4764-afa6-95522266f071 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f6cd245-9ee2-4764-afa6-95522266f071 found for delete ", "request_id": "req-f359ba73-670d-49a3-81be-1de22bd6b22d"}]} 2026-05-08 04:04:51.199 8 INFO neutron.services.segments.plugin [-] Segment 5f6cd245-9ee2-4764-afa6-95522266f071 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f6cd245-9ee2-4764-afa6-95522266f071 found for delete ", "request_id": "req-19d31dba-f189-418e-8e2c-91c0b59fbc86"}]} [pid: 8|app: 0|req: 1010/1973] 199.204.45.113 () {34 vars in 1057 bytes} [Fri May 8 04:04:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=ad7f3500-808f-41cd-aada-1adc2d6b53a1 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:04:51.225 8 INFO neutron.services.segments.plugin [-] Segment 6650f06e-930c-41e9-be81-a4a611e36ae4 resource provider aggregate not found 2026-05-08 04:04:51.235 8 INFO neutron.services.segments.plugin [-] Segment 6650f06e-930c-41e9-be81-a4a611e36ae4 resource provider aggregate not found 2026-05-08 04:04:51.246 8 INFO neutron.services.segments.plugin [-] Segment 6650f06e-930c-41e9-be81-a4a611e36ae4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6650f06e-930c-41e9-be81-a4a611e36ae4 found for delete ", "request_id": "req-11d88ccf-14cd-4ff0-9582-9506e0d63382"}]} [pid: 7|app: 0|req: 964/1974] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:51 2026] DELETE /v2.0/security-groups/5177a2a1-0d80-4f37-b925-e640245a1324 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:04:51.256 8 INFO neutron.services.segments.plugin [-] Segment 6650f06e-930c-41e9-be81-a4a611e36ae4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6650f06e-930c-41e9-be81-a4a611e36ae4 found for delete ", "request_id": "req-c7e47a1e-82d5-44d4-9e41-3f5dcd5b938f"}]} [pid: 8|app: 0|req: 1011/1975] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:51 2026] GET /v2.0/ports?device_id=81c6fbee-5933-4903-8baa-a704fabc78d3 => 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: 965/1976] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:04:51 2026] GET /v2.0/subnets?id=64db2586-f58b-4e74-ba4b-5d65f64ab4f1 => generated 690 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1977] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:04:51 2026] GET /v2.0/security-groups?id=191cdfbd-e4b8-4daf-af64-600599efaa71&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1978] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:04:51 2026] GET /v2.0/ports?network_id=af9a1618-7b83-4315-a931-0837ffda59a9&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: 8|app: 0|req: 1013/1979] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:04:51 2026] GET /v2.0/networks/af9a1618-7b83-4315-a931-0837ffda59a9?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: 967/1980] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:04:51 2026] GET /v2.0/security-groups?tenant_id=aceb30b2c9dc4b89bc33582d51ac3a3a&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: 1014/1981] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:04:51 2026] GET /v2.0/networks/af9a1618-7b83-4315-a931-0837ffda59a9?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: 968/1982] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:51 2026] DELETE /v2.0/security-groups/f0ed30ed-3874-4c04-a3fa-d17be31b4eb2 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1983] 10.0.0.198 () {34 vars in 989 bytes} [Fri May 8 04:04:51 2026] GET /v2.0/ports?device_id=490588ab-1739-4dcf-b3fb-8cea8b2f42b6 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1984] 10.0.0.198 () {34 vars in 1039 bytes} [Fri May 8 04:04:51 2026] GET /v2.0/security-groups?id=a20a5afa-e27f-4e33-9ac9-0ac32b6a9221&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: 8|app: 0|req: 1016/1985] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:52 2026] GET /v2.0/ports?device_id=81c6fbee-5933-4903-8baa-a704fabc78d3 => 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: 970/1986] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:04:52 2026] GET /v2.0/security-groups?id=191cdfbd-e4b8-4daf-af64-600599efaa71&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1987] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:53 2026] GET /v2.0/ports?device_id=81c6fbee-5933-4903-8baa-a704fabc78d3 => 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: 971/1988] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:04:53 2026] GET /v2.0/security-groups?id=191cdfbd-e4b8-4daf-af64-600599efaa71&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1989] 10.0.0.251 () {34 vars in 683 bytes} [Fri May 8 04:04:54 2026] POST /v2.0/security-groups => generated 1601 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1990] 10.0.0.251 () {34 vars in 683 bytes} [Fri May 8 04:04:54 2026] POST /v2.0/security-groups => generated 1601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1991] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:54 2026] GET /v2.0/ports?device_id=81c6fbee-5933-4903-8baa-a704fabc78d3 => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1992] 10.0.0.251 () {34 vars in 683 bytes} [Fri May 8 04:04:54 2026] POST /v2.0/security-groups => generated 1601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1993] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:04:54 2026] GET /v2.0/security-groups?id=191cdfbd-e4b8-4daf-af64-600599efaa71&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: 1020/1994] 10.0.0.251 () {34 vars in 683 bytes} [Fri May 8 04:04:54 2026] POST /v2.0/security-groups => generated 1601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1995] 10.0.0.251 () {34 vars in 683 bytes} [Fri May 8 04:04:54 2026] POST /v2.0/security-groups => generated 1601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1996] 10.0.0.251 () {34 vars in 766 bytes} [Fri May 8 04:04:55 2026] PUT /v2.0/security-groups/f8d63b57-479a-4e26-8c72-0c0d69534188/tags => generated 17 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1997] 10.0.0.251 () {34 vars in 766 bytes} [Fri May 8 04:04:55 2026] PUT /v2.0/security-groups/1034bdf5-a87f-43d1-aa06-3bcf80f8598c/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1998] 10.0.0.251 () {34 vars in 766 bytes} [Fri May 8 04:04:55 2026] PUT /v2.0/security-groups/f0b72b80-29a5-47b5-92a3-1949257e050a/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1999] 10.0.0.251 () {34 vars in 766 bytes} [Fri May 8 04:04:55 2026] PUT /v2.0/security-groups/b22bbc7d-65e3-4525-a8e7-1b6715b46d17/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: 1023/2000] 10.0.0.251 () {32 vars in 679 bytes} [Fri May 8 04:04:55 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/2001] 10.0.0.251 () {32 vars in 693 bytes} [Fri May 8 04:04:55 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2002] 10.0.0.251 () {32 vars in 689 bytes} [Fri May 8 04:04:55 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2003] 10.0.0.251 () {32 vars in 701 bytes} [Fri May 8 04:04:55 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2004] 10.0.0.251 () {32 vars in 687 bytes} [Fri May 8 04:04:55 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2005] 10.0.0.251 () {32 vars in 701 bytes} [Fri May 8 04:04:55 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: 7|app: 0|req: 981/2006] 10.0.0.251 () {32 vars in 697 bytes} [Fri May 8 04:04:55 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2007] 10.0.0.251 () {32 vars in 709 bytes} [Fri May 8 04:04:55 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2008] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:55 2026] DELETE /v2.0/security-groups/f8d63b57-479a-4e26-8c72-0c0d69534188 => 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: 984/2009] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:55 2026] DELETE /v2.0/security-groups/1034bdf5-a87f-43d1-aa06-3bcf80f8598c => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2010] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:55 2026] GET /v2.0/ports?device_id=81c6fbee-5933-4903-8baa-a704fabc78d3 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:04:55.946 8 INFO neutron.db.segments_db [None req-f236b350-3c1a-48ac-bcf9-45624d8b07d3 3f292117725145ec8f7c7333059e2860 c44bdf101817499799f2fed11ddb2919 - - default default] Added segment 60a1249c-179e-40ce-a001-640dc6b566ae of type vxlan for network 400bf147-862d-4025-8180-3f7546dbeeb0 [pid: 7|app: 0|req: 986/2011] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:55 2026] DELETE /v2.0/security-groups/f0b72b80-29a5-47b5-92a3-1949257e050a => 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: 1026/2012] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:04:55 2026] POST /v2.0/networks => generated 613 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2013] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:04:56 2026] GET /v2.0/security-groups?id=191cdfbd-e4b8-4daf-af64-600599efaa71&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2014] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:56 2026] DELETE /v2.0/security-groups/b22bbc7d-65e3-4525-a8e7-1b6715b46d17 => 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: 1028/2015] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:56 2026] DELETE /v2.0/security-groups/befb4da4-ab88-4c88-92b5-686f5f7304d3 => 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: 988/2016] 10.0.0.251 () {34 vars in 663 bytes} [Fri May 8 04:04:56 2026] POST /v2.0/ports => generated 743 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:04:56.467 8 INFO neutron.db.segments_db [None req-b701afc9-77be-4696-b64a-eff601089002 3f292117725145ec8f7c7333059e2860 c44bdf101817499799f2fed11ddb2919 - - default default] Added segment 53cb1d51-2c9c-4a77-b87b-e123fdd2973a of type vxlan for network d429e4bb-d1c2-47ed-89db-cde00202bba2 [pid: 8|app: 0|req: 1029/2017] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:04:56 2026] POST /v2.0/networks => generated 612 bytes in 137 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: 989/2018] 10.0.0.251 () {34 vars in 663 bytes} [Fri May 8 04:04:56 2026] POST /v2.0/ports => generated 743 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:04:56.986 8 INFO neutron.db.segments_db [None req-35f67595-015c-40df-a5c9-28bf17b77efe 3f292117725145ec8f7c7333059e2860 c44bdf101817499799f2fed11ddb2919 - - default default] Added segment 4ed9c042-3b1f-4ff8-b755-b2d5911baa00 of type vxlan for network b30693a4-355e-46f4-ad1f-6efa388fcc35 [pid: 8|app: 0|req: 1030/2019] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:04:56 2026] POST /v2.0/networks => generated 611 bytes in 171 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: 1031/2020] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:04:57 2026] GET /v2.0/security-groups?tenant_id=a66159a291d54d2badfc3fb463dc9396&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2021] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:57 2026] GET /v2.0/ports?device_id=81c6fbee-5933-4903-8baa-a704fabc78d3 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2022] 10.0.0.251 () {34 vars in 663 bytes} [Fri May 8 04:04:57 2026] POST /v2.0/ports => generated 743 bytes in 310 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: 991/2023] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:04:57 2026] GET /v2.0/security-groups?id=191cdfbd-e4b8-4daf-af64-600599efaa71&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: 1033/2024] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:57 2026] DELETE /v2.0/security-groups/b33c2f68-d1e0-4c45-b83b-40596f07cfb4 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:04:57.488 7 INFO neutron.db.segments_db [None req-9a80bd04-2bed-43af-9dad-7a6542ca7cd7 3f292117725145ec8f7c7333059e2860 c44bdf101817499799f2fed11ddb2919 - - default default] Added segment 28fed4be-392d-4238-ac28-2d87ff28aadd of type vxlan for network 3658f752-8869-4490-817d-28ff43b24603 [pid: 7|app: 0|req: 992/2025] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:04:57 2026] POST /v2.0/networks => generated 613 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2026] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:04:57 2026] GET /v2.0/security-groups?tenant_id=b632eecd7dbc4d8da248089e432d73b8&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2027] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:57 2026] DELETE /v2.0/security-groups/1bb32bdf-ce8c-42e4-9061-fc7c5610eb20 => 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: 993/2028] 10.0.0.251 () {34 vars in 663 bytes} [Fri May 8 04:04:57 2026] POST /v2.0/ports => generated 743 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:04:58.013 8 INFO neutron.db.segments_db [None req-eb7ad226-09e1-451d-84d7-dcd4e1973049 3f292117725145ec8f7c7333059e2860 c44bdf101817499799f2fed11ddb2919 - - default default] Added segment ff926daa-e9ca-42aa-b8b2-74e0415c5419 of type vxlan for network 5379f86d-a4b3-49bf-8633-6a4899d14024 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1036/2029] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:04:57 2026] POST /v2.0/networks => generated 613 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2030] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:04:58 2026] GET /v2.0/security-groups?tenant_id=18b868357c6d4408a1c1dda073c81bb0&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2031] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:04:58 2026] DELETE /v2.0/security-groups/6a634cbd-b7d2-4b33-99f6-e2bb69ce3b0c => 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: 1037/2032] 10.0.0.251 () {34 vars in 663 bytes} [Fri May 8 04:04:58 2026] POST /v2.0/ports => generated 743 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2033] 10.0.0.251 () {34 vars in 746 bytes} [Fri May 8 04:04:58 2026] PUT /v2.0/ports/6c812783-46c8-4e36-b928-f972aa7ef278/tags => generated 17 bytes in 76 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: 1038/2034] 10.0.0.251 () {34 vars in 746 bytes} [Fri May 8 04:04:58 2026] PUT /v2.0/ports/5f763b5f-1f57-427d-9745-de23f3fe2427/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 997/2037] 10.0.0.251 () {34 vars in 746 bytes} [Fri May 8 04:04:58 2026] PUT /v2.0/ports/45f8cb23-bc4c-4223-9e7a-3eaefd07f0ac/tags => generated 34 bytes in 76 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: 8|app: 0|req: 1041/2038] 10.0.0.251 () {34 vars in 746 bytes} [Fri May 8 04:04:58 2026] PUT /v2.0/ports/ae829a78-021c-4ac2-ae08-da68a87addcd/tags => generated 19 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2039] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:58 2026] GET /v2.0/ports?device_id=81c6fbee-5933-4903-8baa-a704fabc78d3 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 999/2040] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:04:58 2026] GET /v2.0/security-groups?id=191cdfbd-e4b8-4daf-af64-600599efaa71&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2041] 10.0.0.251 () {32 vars in 659 bytes} [Fri May 8 04:04:58 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2042] 10.0.0.251 () {32 vars in 673 bytes} [Fri May 8 04:04:58 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2043] 10.0.0.251 () {32 vars in 669 bytes} [Fri May 8 04:04:59 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2044] 10.0.0.251 () {32 vars in 681 bytes} [Fri May 8 04:04:59 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2045] 10.0.0.251 () {32 vars in 667 bytes} [Fri May 8 04:04:59 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2046] 10.0.0.251 () {32 vars in 681 bytes} [Fri May 8 04:04:59 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2047] 10.0.0.251 () {32 vars in 677 bytes} [Fri May 8 04:04:59 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2048] 10.0.0.251 () {32 vars in 689 bytes} [Fri May 8 04:04:59 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:04:59.727 8 INFO neutron_taas.services.taas.taas_plugin [None req-75a895aa-a05b-4249-8415-4eb21b291640 3f292117725145ec8f7c7333059e2860 c44bdf101817499799f2fed11ddb2919 - - default default] TaaS: Handle Delete Port: 6c812783-46c8-4e36-b928-f972aa7ef278 2026-05-08 04:04:59.731 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75a895aa-a05b-4249-8415-4eb21b291640 3f292117725145ec8f7c7333059e2860 c44bdf101817499799f2fed11ddb2919 - - default default] Tap Mirror: Handle Delete Port: 6c812783-46c8-4e36-b928-f972aa7ef278 [pid: 8|app: 0|req: 1046/2049] 10.0.0.251 () {32 vars in 719 bytes} [Fri May 8 04:04:59 2026] DELETE /v2.0/ports/6c812783-46c8-4e36-b928-f972aa7ef278 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:04:59.927 7 INFO neutron_taas.services.taas.taas_plugin [None req-bcf408e5-e2c4-4aa4-8ba2-364c922bf5b4 3f292117725145ec8f7c7333059e2860 c44bdf101817499799f2fed11ddb2919 - - default default] TaaS: Handle Delete Port: 5f763b5f-1f57-427d-9745-de23f3fe2427 2026-05-08 04:04:59.930 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bcf408e5-e2c4-4aa4-8ba2-364c922bf5b4 3f292117725145ec8f7c7333059e2860 c44bdf101817499799f2fed11ddb2919 - - default default] Tap Mirror: Handle Delete Port: 5f763b5f-1f57-427d-9745-de23f3fe2427 [pid: 8|app: 0|req: 1047/2050] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:04:59 2026] GET /v2.0/ports?device_id=81c6fbee-5933-4903-8baa-a704fabc78d3 => 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: 1004/2051] 10.0.0.251 () {32 vars in 719 bytes} [Fri May 8 04:04:59 2026] DELETE /v2.0/ports/5f763b5f-1f57-427d-9745-de23f3fe2427 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2052] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:05:00 2026] GET /v2.0/security-groups?id=191cdfbd-e4b8-4daf-af64-600599efaa71&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:05:00.148 7 INFO neutron_taas.services.taas.taas_plugin [None req-975bf1e2-8d65-479a-8fff-4539eb0a90ee 3f292117725145ec8f7c7333059e2860 c44bdf101817499799f2fed11ddb2919 - - default default] TaaS: Handle Delete Port: 45f8cb23-bc4c-4223-9e7a-3eaefd07f0ac 2026-05-08 04:05:00.153 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-975bf1e2-8d65-479a-8fff-4539eb0a90ee 3f292117725145ec8f7c7333059e2860 c44bdf101817499799f2fed11ddb2919 - - default default] Tap Mirror: Handle Delete Port: 45f8cb23-bc4c-4223-9e7a-3eaefd07f0ac [pid: 7|app: 0|req: 1005/2053] 10.0.0.251 () {32 vars in 719 bytes} [Fri May 8 04:05:00 2026] DELETE /v2.0/ports/45f8cb23-bc4c-4223-9e7a-3eaefd07f0ac => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:05:00.360 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c22570f-39f7-4c35-b540-8be00cf9441b 3f292117725145ec8f7c7333059e2860 c44bdf101817499799f2fed11ddb2919 - - default default] TaaS: Handle Delete Port: ae829a78-021c-4ac2-ae08-da68a87addcd 2026-05-08 04:05:00.363 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c22570f-39f7-4c35-b540-8be00cf9441b 3f292117725145ec8f7c7333059e2860 c44bdf101817499799f2fed11ddb2919 - - default default] Tap Mirror: Handle Delete Port: ae829a78-021c-4ac2-ae08-da68a87addcd [pid: 8|app: 0|req: 1049/2054] 10.0.0.251 () {32 vars in 719 bytes} [Fri May 8 04:05:00 2026] DELETE /v2.0/ports/ae829a78-021c-4ac2-ae08-da68a87addcd => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:05:00.592 7 INFO neutron_taas.services.taas.taas_plugin [None req-893d9a7d-5c3d-4f53-a7ba-574e032637c2 3f292117725145ec8f7c7333059e2860 c44bdf101817499799f2fed11ddb2919 - - default default] TaaS: Handle Delete Port: 9aebdcd5-7280-47f5-b450-d6587c870827 2026-05-08 04:05:00.595 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-893d9a7d-5c3d-4f53-a7ba-574e032637c2 3f292117725145ec8f7c7333059e2860 c44bdf101817499799f2fed11ddb2919 - - default default] Tap Mirror: Handle Delete Port: 9aebdcd5-7280-47f5-b450-d6587c870827 [pid: 7|app: 0|req: 1006/2055] 10.0.0.251 () {32 vars in 719 bytes} [Fri May 8 04:05:00 2026] DELETE /v2.0/ports/9aebdcd5-7280-47f5-b450-d6587c870827 => 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: 1050/2056] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:05:00 2026] GET /v2.0/ports?device_id=490588ab-1739-4dcf-b3fb-8cea8b2f42b6 => generated 971 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2057] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:05:00 2026] GET /v2.0/security-groups?id=a20a5afa-e27f-4e33-9ac9-0ac32b6a9221&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:05:00.859 7 INFO neutron.services.segments.plugin [-] Segment 60a1249c-179e-40ce-a001-640dc6b566ae resource provider aggregate not found 2026-05-08 04:05:00.871 7 INFO neutron.services.segments.plugin [-] Segment 60a1249c-179e-40ce-a001-640dc6b566ae resource provider aggregate not found 2026-05-08 04:05:00.895 7 INFO neutron.services.segments.plugin [-] Segment 60a1249c-179e-40ce-a001-640dc6b566ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60a1249c-179e-40ce-a001-640dc6b566ae found for delete ", "request_id": "req-c2eecbea-4610-48df-8683-294eaf83561c"}]} 2026-05-08 04:05:00.895 7 INFO neutron.services.segments.plugin [-] Segment 60a1249c-179e-40ce-a001-640dc6b566ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60a1249c-179e-40ce-a001-640dc6b566ae found for delete ", "request_id": "req-a04044a9-e1d5-4dbf-b995-34a7cb966b20"}]} [pid: 7|app: 0|req: 1007/2058] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:05:00 2026] DELETE /v2.0/networks/400bf147-862d-4025-8180-3f7546dbeeb0 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:05:01.034 8 INFO neutron.services.segments.plugin [-] Segment 53cb1d51-2c9c-4a77-b87b-e123fdd2973a resource provider aggregate not found 2026-05-08 04:05:01.039 8 INFO neutron.services.segments.plugin [-] Segment 53cb1d51-2c9c-4a77-b87b-e123fdd2973a resource provider aggregate not found 2026-05-08 04:05:01.059 8 INFO neutron.services.segments.plugin [-] Segment 53cb1d51-2c9c-4a77-b87b-e123fdd2973a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53cb1d51-2c9c-4a77-b87b-e123fdd2973a found for delete ", "request_id": "req-e9a04b83-faad-47ec-a8df-07dc6e8f4674"}]} [pid: 8|app: 0|req: 1052/2059] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:05:00 2026] DELETE /v2.0/networks/d429e4bb-d1c2-47ed-89db-cde00202bba2 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:05:01.067 8 INFO neutron.services.segments.plugin [-] Segment 53cb1d51-2c9c-4a77-b87b-e123fdd2973a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53cb1d51-2c9c-4a77-b87b-e123fdd2973a found for delete ", "request_id": "req-78d07116-cde4-4538-a955-7aee45d6a5c1"}]} [pid: 8|app: 0|req: 1053/2060] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:05:01 2026] GET /v2.0/ports?device_id=81c6fbee-5933-4903-8baa-a704fabc78d3 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2061] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:05:01 2026] GET /v2.0/security-groups?id=191cdfbd-e4b8-4daf-af64-600599efaa71&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: 7|app: 0|req: 1008/2062] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:05:01 2026] DELETE /v2.0/networks/b30693a4-355e-46f4-ad1f-6efa388fcc35 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2063] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:05:01 2026] DELETE /v2.0/networks/3658f752-8869-4490-817d-28ff43b24603 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2064] 199.204.45.113 () {34 vars in 993 bytes} [Fri May 8 04:05:01 2026] GET /v2.0/ports?device_id=81c6fbee-5933-4903-8baa-a704fabc78d3 => generated 971 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2065] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:05:01 2026] DELETE /v2.0/networks/5379f86d-a4b3-49bf-8633-6a4899d14024 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:05:01.599 7 INFO neutron_taas.services.taas.taas_plugin [req-bd9cfbaa-2fbc-4182-ad4f-5d640d34830d req-a4208e5d-4733-4af1-92f7-5aaa4c2de200 7d002d73251f46a88fb54646a83997fa 19d6e845302a48ed910f408c068a29e5 - - default default] TaaS: Handle Delete Port: ad7f3500-808f-41cd-aada-1adc2d6b53a1 2026-05-08 04:05:01.610 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bd9cfbaa-2fbc-4182-ad4f-5d640d34830d req-a4208e5d-4733-4af1-92f7-5aaa4c2de200 7d002d73251f46a88fb54646a83997fa 19d6e845302a48ed910f408c068a29e5 - - default default] Tap Mirror: Handle Delete Port: ad7f3500-808f-41cd-aada-1adc2d6b53a1 [pid: 7|app: 0|req: 1010/2066] 199.204.45.113 () {36 vars in 996 bytes} [Fri May 8 04:05:01 2026] DELETE /v2.0/ports/ad7f3500-808f-41cd-aada-1adc2d6b53a1 => generated 0 bytes in 376 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:05:01.915 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bea3ce3b-f8b1-4cd0-a4ba-9a8aedffe26c'] response: {'server_uuid': '81c6fbee-5933-4903-8baa-a704fabc78d3', 'name': 'network-vif-deleted', 'tag': 'ad7f3500-808f-41cd-aada-1adc2d6b53a1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1057/2067] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:05:01 2026] GET /v2.0/ports?device_id=490588ab-1739-4dcf-b3fb-8cea8b2f42b6 => 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: 1011/2068] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:05:02 2026] GET /v2.0/security-groups?id=a20a5afa-e27f-4e33-9ac9-0ac32b6a9221&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2069] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:05:02 2026] GET /v2.0/ports?device_id=81c6fbee-5933-4903-8baa-a704fabc78d3 => 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: 1012/2070] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:02 2026] GET /v2.0/security-groups?tenant_id=c44bdf101817499799f2fed11ddb2919&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2071] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:02 2026] DELETE /v2.0/security-groups/d97e9acb-5bc6-4dea-a1bf-1824543432a7 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:05:02.923 7 INFO neutron.services.segments.plugin [-] Segment 4ed9c042-3b1f-4ff8-b755-b2d5911baa00 resource provider aggregate not found 2026-05-08 04:05:02.931 7 INFO neutron.services.segments.plugin [-] Segment 4ed9c042-3b1f-4ff8-b755-b2d5911baa00 resource provider aggregate not found 2026-05-08 04:05:02.952 7 INFO neutron.services.segments.plugin [-] Segment 4ed9c042-3b1f-4ff8-b755-b2d5911baa00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ed9c042-3b1f-4ff8-b755-b2d5911baa00 found for delete ", "request_id": "req-220e5150-9c30-4cea-b862-dd7df6e0ad9f"}]} 2026-05-08 04:05:02.952 7 INFO neutron.services.segments.plugin [-] Segment 4ed9c042-3b1f-4ff8-b755-b2d5911baa00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ed9c042-3b1f-4ff8-b755-b2d5911baa00 found for delete ", "request_id": "req-927aa0f3-fad3-44a2-8c4f-70519d98f82b"}]} [pid: 7|app: 0|req: 1013/2072] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:02 2026] GET /v2.0/security-groups?tenant_id=582acb5e5b43414f937c927eaa8fc869&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:05:03.086 8 INFO neutron.services.segments.plugin [-] Segment 28fed4be-392d-4238-ac28-2d87ff28aadd resource provider aggregate not found 2026-05-08 04:05:03.093 8 INFO neutron.services.segments.plugin [-] Segment 28fed4be-392d-4238-ac28-2d87ff28aadd resource provider aggregate not found 2026-05-08 04:05:03.109 8 INFO neutron.services.segments.plugin [-] Segment 28fed4be-392d-4238-ac28-2d87ff28aadd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28fed4be-392d-4238-ac28-2d87ff28aadd found for delete ", "request_id": "req-cdf91746-c552-442f-9f6c-92083d735fc1"}]} 2026-05-08 04:05:03.115 8 INFO neutron.services.segments.plugin [-] Segment 28fed4be-392d-4238-ac28-2d87ff28aadd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28fed4be-392d-4238-ac28-2d87ff28aadd found for delete ", "request_id": "req-b9e65655-4039-4b6e-ad8f-f8b998bde342"}]} 2026-05-08 04:05:03.133 8 INFO neutron.services.segments.plugin [-] Segment ff926daa-e9ca-42aa-b8b2-74e0415c5419 resource provider aggregate not found 2026-05-08 04:05:03.137 8 INFO neutron.services.segments.plugin [-] Segment ff926daa-e9ca-42aa-b8b2-74e0415c5419 resource provider aggregate not found 2026-05-08 04:05:03.160 8 INFO neutron.services.segments.plugin [-] Segment ff926daa-e9ca-42aa-b8b2-74e0415c5419 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff926daa-e9ca-42aa-b8b2-74e0415c5419 found for delete ", "request_id": "req-9ea4d425-bfc2-4d35-90cf-605821cf1bc2"}]} [pid: 7|app: 0|req: 1014/2073] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:03 2026] DELETE /v2.0/security-groups/0e317d4d-987f-4649-afcd-795d411074ef => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:05:03.168 8 INFO neutron.services.segments.plugin [-] Segment ff926daa-e9ca-42aa-b8b2-74e0415c5419 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff926daa-e9ca-42aa-b8b2-74e0415c5419 found for delete ", "request_id": "req-c5427aa4-ad7f-4a36-a6fb-6178cf739036"}]} [pid: 7|app: 0|req: 1015/2074] 199.204.45.113 () {34 vars in 993 bytes} [Fri May 8 04:05:03 2026] GET /v2.0/ports?device_id=490588ab-1739-4dcf-b3fb-8cea8b2f42b6 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:05:03.267 8 INFO neutron.db.segments_db [None req-d5f0a1d2-5ffb-4bb0-8aa7-60cdd08af033 32a56e43b0dd4e23b8e942388afdf59f b87edf92f7fa41929ea43b6011ac74aa - - default default] Added segment 1960096d-6b4d-4250-a070-f289f4b8bd8a of type vxlan for network b0ce46b1-7432-4864-8d74-f217a1412458 [pid: 7|app: 0|req: 1016/2075] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:05:03 2026] GET /v2.0/ports?device_id=490588ab-1739-4dcf-b3fb-8cea8b2f42b6 => 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: 1060/2076] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:05:02 2026] POST /v2.0/networks => generated 613 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:05:03.411 7 INFO neutron_taas.services.taas.taas_plugin [req-24a19c4c-65b3-4afb-8855-712ba5a58c4e req-a90922a4-4afe-4439-b934-58bb347b7e1f 43a1b03d9bd241039aab9a4cb943977b 033ead5d25ce4cdb9d92f27bf42e71c6 - - default default] TaaS: Handle Delete Port: d63c651d-5301-4afb-8c59-eff980c4bdff 2026-05-08 04:05:03.414 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-24a19c4c-65b3-4afb-8855-712ba5a58c4e req-a90922a4-4afe-4439-b934-58bb347b7e1f 43a1b03d9bd241039aab9a4cb943977b 033ead5d25ce4cdb9d92f27bf42e71c6 - - default default] Tap Mirror: Handle Delete Port: d63c651d-5301-4afb-8c59-eff980c4bdff [pid: 8|app: 0|req: 1061/2077] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:05:03 2026] GET /v2.0/security-groups?id=a20a5afa-e27f-4e33-9ac9-0ac32b6a9221&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:05:03.494 7 INFO neutron.db.l3_db [req-24a19c4c-65b3-4afb-8855-712ba5a58c4e req-a90922a4-4afe-4439-b934-58bb347b7e1f 43a1b03d9bd241039aab9a4cb943977b 033ead5d25ce4cdb9d92f27bf42e71c6 - - default default] Floating IP d2ba546b-3175-4b88-b39e-c4b869c83432 disassociated. External IP: 10.96.250.205, port: d63c651d-5301-4afb-8c59-eff980c4bdff. [pid: 8|app: 0|req: 1062/2078] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:03 2026] GET /v2.0/security-groups?tenant_id=9f805098792f4ef5b0d283300c262b25&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2079] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:05:03 2026] GET /v2.0/ports?device_id=81c6fbee-5933-4903-8baa-a704fabc78d3 => 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: 1017/2080] 199.204.45.113 () {36 vars in 996 bytes} [Fri May 8 04:05:03 2026] DELETE /v2.0/ports/d63c651d-5301-4afb-8c59-eff980c4bdff => generated 0 bytes in 507 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2081] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:05:03 2026] POST /v2.0/subnets => generated 626 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:05:03.900 8 INFO neutron.db.segments_db [None req-31704f68-ae69-4b9a-a094-7fe35d41643b 32a56e43b0dd4e23b8e942388afdf59f b87edf92f7fa41929ea43b6011ac74aa - - default default] Added segment 7cfc7504-389a-4add-b5ab-71e940d1782d of type vxlan for network 27354dd6-5556-47e3-a2d8-d578ad83471d [pid: 7|app: 0|req: 1018/2082] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:03 2026] DELETE /v2.0/security-groups/daebb490-b164-4885-b189-db8db4a87d05 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:05:03.962 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a8814d06-ab23-445e-ba9f-b5f628902d91'] response: {'server_uuid': '490588ab-1739-4dcf-b3fb-8cea8b2f42b6', 'name': 'network-vif-deleted', 'tag': 'd63c651d-5301-4afb-8c59-eff980c4bdff', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1065/2083] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:05:03 2026] POST /v2.0/networks => generated 613 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2084] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:05:04 2026] POST /v2.0/subnets => generated 629 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:05:04.353 8 INFO neutron.db.segments_db [None req-d3971cdd-703e-4fa5-b7f8-cebcaa25bf9e 32a56e43b0dd4e23b8e942388afdf59f b87edf92f7fa41929ea43b6011ac74aa - - default default] Added segment 84498fa8-8a71-4628-88e7-8cdf62771bd5 of type vxlan for network b85863ff-b301-4e61-88fd-2aa375df4670 [pid: 8|app: 0|req: 1066/2085] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:05:04 2026] POST /v2.0/networks => generated 613 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2086] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:05:04 2026] GET /v2.0/ports?device_id=490588ab-1739-4dcf-b3fb-8cea8b2f42b6 => 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: 1068/2087] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:05:04 2026] GET /v2.0/ports?device_id=81c6fbee-5933-4903-8baa-a704fabc78d3 => 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: 1020/2088] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:05:04 2026] POST /v2.0/subnets => generated 629 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:05:04.805 8 INFO neutron.db.segments_db [None req-9c88bc4f-3bcc-4279-bac3-6fe4afb208ff 32a56e43b0dd4e23b8e942388afdf59f b87edf92f7fa41929ea43b6011ac74aa - - default default] Added segment 5944ddb4-8c1a-467f-ae22-835c86812bbd of type vxlan for network 3841bb35-ceb0-4858-9654-1c3f800e8607 [pid: 8|app: 0|req: 1069/2089] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:05:04 2026] POST /v2.0/networks => generated 613 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2090] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:05:04 2026] POST /v2.0/subnets => generated 629 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:05:05.310 8 INFO neutron.db.segments_db [None req-a62d3de7-c5f9-4c5a-8bf5-fa38350ecf3e 32a56e43b0dd4e23b8e942388afdf59f b87edf92f7fa41929ea43b6011ac74aa - - default default] Added segment 57266500-34fd-422e-9585-9e5e3affe202 of type vxlan for network b88f9712-40c2-403c-9da5-41f9d3adbe32 [pid: 8|app: 0|req: 1070/2091] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:05:05 2026] POST /v2.0/networks => generated 613 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2092] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:05:05 2026] GET /v2.0/ports?device_id=490588ab-1739-4dcf-b3fb-8cea8b2f42b6 => 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: 1022/2093] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:05:05 2026] POST /v2.0/subnets => generated 629 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2094] 10.0.0.251 () {34 vars in 750 bytes} [Fri May 8 04:05:05 2026] PUT /v2.0/subnets/95cdf911-669b-46eb-85b1-ac8ad07087d9/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2095] 10.0.0.251 () {34 vars in 750 bytes} [Fri May 8 04:05:05 2026] PUT /v2.0/subnets/57e4a7d7-4b9b-4bda-8312-3c44b2e34b8c/tags => generated 25 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2096] 10.0.0.251 () {34 vars in 750 bytes} [Fri May 8 04:05:05 2026] PUT /v2.0/subnets/8c73e633-905d-476c-9687-c95f8e390e00/tags => generated 34 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2097] 10.0.0.251 () {34 vars in 750 bytes} [Fri May 8 04:05:05 2026] PUT /v2.0/subnets/ff8857b6-837b-4668-b7c8-1f0691d75007/tags => generated 19 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2098] 10.0.0.251 () {32 vars in 663 bytes} [Fri May 8 04:05:05 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2099] 10.0.0.251 () {32 vars in 677 bytes} [Fri May 8 04:05:06 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2100] 10.0.0.251 () {32 vars in 673 bytes} [Fri May 8 04:05:06 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2101] 10.0.0.251 () {32 vars in 685 bytes} [Fri May 8 04:05:06 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2102] 10.0.0.251 () {32 vars in 671 bytes} [Fri May 8 04:05:06 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2103] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:05:06 2026] GET /v2.0/ports?device_id=490588ab-1739-4dcf-b3fb-8cea8b2f42b6 => 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: 1027/2104] 10.0.0.251 () {32 vars in 685 bytes} [Fri May 8 04:05:06 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 639 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2105] 10.0.0.251 () {32 vars in 681 bytes} [Fri May 8 04:05:06 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2106] 10.0.0.251 () {32 vars in 693 bytes} [Fri May 8 04:05:07 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2107] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:05:07 2026] DELETE /v2.0/subnets/95cdf911-669b-46eb-85b1-ac8ad07087d9 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:05:07.332 8 INFO neutron_taas.services.taas.taas_plugin [None req-8fa1a255-9fa3-4d8e-824a-612e1ec59510 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: 33fd648b-52c0-43c9-be35-3c3a677117b4 2026-05-08 04:05:07.335 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8fa1a255-9fa3-4d8e-824a-612e1ec59510 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: 33fd648b-52c0-43c9-be35-3c3a677117b4 [pid: 7|app: 0|req: 1031/2108] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:05:07 2026] DELETE /v2.0/subnets/57e4a7d7-4b9b-4bda-8312-3c44b2e34b8c => 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: 1032/2109] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:05:07 2026] DELETE /v2.0/subnets/8c73e633-905d-476c-9687-c95f8e390e00 => 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: 1033/2110] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:05:07 2026] DELETE /v2.0/subnets/ff8857b6-837b-4668-b7c8-1f0691d75007 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2111] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:05:07 2026] DELETE /v2.0/subnets/8ea0f1c5-e623-489f-9660-37b0184fbdf4 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:05:07.820 7 INFO neutron_taas.services.taas.taas_plugin [None req-b4dd062f-9fe6-4299-8837-fefcd3fe7ce9 32a56e43b0dd4e23b8e942388afdf59f b87edf92f7fa41929ea43b6011ac74aa - - default default] TaaS: Handle Delete Port: 89ac4639-69cc-49cb-b2df-94ff6d0509b6 2026-05-08 04:05:07.822 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4dd062f-9fe6-4299-8837-fefcd3fe7ce9 32a56e43b0dd4e23b8e942388afdf59f b87edf92f7fa41929ea43b6011ac74aa - - default default] Tap Mirror: Handle Delete Port: 89ac4639-69cc-49cb-b2df-94ff6d0509b6 [pid: 8|app: 0|req: 1078/2112] 10.0.0.251 () {34 vars in 788 bytes} [Fri May 8 04:05:06 2026] PUT /v2.0/routers/c8e669c8-20d3-4298-b2b2-77ae48074e1a/remove_router_interface => generated 309 bytes in 982 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:05:07.984 7 INFO neutron.services.segments.plugin [-] Segment 1960096d-6b4d-4250-a070-f289f4b8bd8a resource provider aggregate not found 2026-05-08 04:05:07.990 7 INFO neutron.services.segments.plugin [-] Segment 1960096d-6b4d-4250-a070-f289f4b8bd8a resource provider aggregate not found 2026-05-08 04:05:08.002 7 INFO neutron.services.segments.plugin [-] Segment 1960096d-6b4d-4250-a070-f289f4b8bd8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1960096d-6b4d-4250-a070-f289f4b8bd8a found for delete ", "request_id": "req-e6c32e99-73fb-4f0f-aaac-515221e00a3e"}]} [pid: 7|app: 0|req: 1035/2113] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:05:07 2026] DELETE /v2.0/networks/b0ce46b1-7432-4864-8d74-f217a1412458 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:05:08.009 7 INFO neutron.services.segments.plugin [-] Segment 1960096d-6b4d-4250-a070-f289f4b8bd8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1960096d-6b4d-4250-a070-f289f4b8bd8a found for delete ", "request_id": "req-5a396dc1-a202-4e34-bcba-75011e4251e0"}]} [pid: 8|app: 0|req: 1079/2114] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:07 2026] DELETE /v2.0/security-groups/a20a5afa-e27f-4e33-9ac9-0ac32b6a9221 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:05:08.148 8 INFO neutron.services.segments.plugin [-] Segment 7cfc7504-389a-4add-b5ab-71e940d1782d resource provider aggregate not found 2026-05-08 04:05:08.154 8 INFO neutron.services.segments.plugin [-] Segment 7cfc7504-389a-4add-b5ab-71e940d1782d resource provider aggregate not found 2026-05-08 04:05:08.167 8 INFO neutron.services.segments.plugin [-] Segment 7cfc7504-389a-4add-b5ab-71e940d1782d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cfc7504-389a-4add-b5ab-71e940d1782d found for delete ", "request_id": "req-1d85632a-ff95-4c44-9e90-37423a00e3c8"}]} [pid: 8|app: 0|req: 1080/2115] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:05:08 2026] DELETE /v2.0/networks/27354dd6-5556-47e3-a2d8-d578ad83471d => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:05:08.179 8 INFO neutron.services.segments.plugin [-] Segment 7cfc7504-389a-4add-b5ab-71e940d1782d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cfc7504-389a-4add-b5ab-71e940d1782d found for delete ", "request_id": "req-f6ab6a38-7fe1-40ae-8c79-232b2cd647f4"}]} 2026-05-08 04:05:08.229 7 INFO neutron_taas.services.taas.taas_plugin [None req-89f8d41e-ffda-4eda-a6db-7b183d3e2096 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: 54e114b4-e9d5-40c1-8ec0-0cbe5ee0b5d3 2026-05-08 04:05:08.233 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89f8d41e-ffda-4eda-a6db-7b183d3e2096 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: 54e114b4-e9d5-40c1-8ec0-0cbe5ee0b5d3 2026-05-08 04:05:08.285 8 INFO neutron_taas.services.taas.taas_plugin [None req-1de51fc7-0d38-44df-b7c6-e9742c269906 43a1b03d9bd241039aab9a4cb943977b 033ead5d25ce4cdb9d92f27bf42e71c6 - - default default] TaaS: Handle Delete Port: e1184be0-2a18-4883-87a9-5b1412a247ba 2026-05-08 04:05:08.288 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1de51fc7-0d38-44df-b7c6-e9742c269906 43a1b03d9bd241039aab9a4cb943977b 033ead5d25ce4cdb9d92f27bf42e71c6 - - default default] Tap Mirror: Handle Delete Port: e1184be0-2a18-4883-87a9-5b1412a247ba [pid: 8|app: 0|req: 1081/2116] 10.0.0.251 () {32 vars in 731 bytes} [Fri May 8 04:05:08 2026] DELETE /v2.0/floatingips/d2ba546b-3175-4b88-b39e-c4b869c83432 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:05:08.512 7 INFO neutron_taas.services.taas.taas_plugin [None req-89f8d41e-ffda-4eda-a6db-7b183d3e2096 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: ea97044f-6c57-449d-a8b5-0995bd820664 2026-05-08 04:05:08.515 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89f8d41e-ffda-4eda-a6db-7b183d3e2096 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: ea97044f-6c57-449d-a8b5-0995bd820664 [pid: 8|app: 0|req: 1082/2117] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:05:08 2026] DELETE /v2.0/networks/b85863ff-b301-4e61-88fd-2aa375df4670 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2118] 10.0.0.251 () {34 vars in 675 bytes} [Fri May 8 04:05:08 2026] POST /v2.0/subnetpools => generated 516 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:05:08.895 7 INFO neutron.db.l3_hamode_db [None req-89f8d41e-ffda-4eda-a6db-7b183d3e2096 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] HA network 5e7394f4-aca8-4824-ad37-1c768048107d was deleted as no HA routers are present in tenant 19d6e845302a48ed910f408c068a29e5. [pid: 7|app: 0|req: 1036/2119] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:05:08 2026] DELETE /v2.0/routers/c8e669c8-20d3-4298-b2b2-77ae48074e1a => generated 0 bytes in 892 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2120] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:05:08 2026] GET /v2.0/ports?device_id=d6c50ddc-2e0a-422f-b718-e297e3376574 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2121] 10.0.0.251 () {34 vars in 675 bytes} [Fri May 8 04:05:08 2026] POST /v2.0/subnetpools => generated 516 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2122] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:05:08 2026] DELETE /v2.0/networks/3841bb35-ceb0-4858-9654-1c3f800e8607 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2123] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:05:09 2026] GET /v2.0/security-groups?id=b65d06f7-a764-4689-8053-df35ba69b14a&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2124] 10.0.0.251 () {34 vars in 675 bytes} [Fri May 8 04:05:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2125] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:05:09 2026] DELETE /v2.0/subnets/64db2586-f58b-4e74-ba4b-5d65f64ab4f1 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2126] 10.0.0.251 () {34 vars in 675 bytes} [Fri May 8 04:05:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2127] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:05:09 2026] DELETE /v2.0/networks/b88f9712-40c2-403c-9da5-41f9d3adbe32 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2128] 10.0.0.251 () {34 vars in 675 bytes} [Fri May 8 04:05:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:05:09.399 7 INFO neutron_taas.services.taas.taas_plugin [None req-94544d51-8c24-4f59-bb92-16cfc2eac9db fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: 2f4ea0ee-977d-4a6c-9b91-8cf7601eb589 2026-05-08 04:05:09.402 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94544d51-8c24-4f59-bb92-16cfc2eac9db fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: 2f4ea0ee-977d-4a6c-9b91-8cf7601eb589 [pid: 8|app: 0|req: 1089/2129] 10.0.0.251 () {34 vars in 758 bytes} [Fri May 8 04:05:09 2026] PUT /v2.0/subnetpools/bd59ceb8-52fa-4ec6-8fdb-c112452dafc1/tags => generated 17 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2130] 10.0.0.251 () {34 vars in 758 bytes} [Fri May 8 04:05:09 2026] PUT /v2.0/subnetpools/15a581d8-6eab-4b8e-bfec-b084289494ef/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2131] 10.0.0.251 () {34 vars in 758 bytes} [Fri May 8 04:05:09 2026] PUT /v2.0/subnetpools/3a957184-7cf4-4c34-8099-c17200bc7dad/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2132] 10.0.0.251 () {34 vars in 758 bytes} [Fri May 8 04:05:09 2026] PUT /v2.0/subnetpools/49b40196-6146-41ef-94cd-fb07e00ae704/tags => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2133] 10.0.0.251 () {32 vars in 671 bytes} [Fri May 8 04:05:09 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2134] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:05:09 2026] DELETE /v2.0/networks/af9a1618-7b83-4315-a931-0837ffda59a9 => generated 0 bytes in 376 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2135] 10.0.0.251 () {32 vars in 685 bytes} [Fri May 8 04:05:09 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2136] 10.0.0.251 () {32 vars in 681 bytes} [Fri May 8 04:05:09 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2137] 10.0.0.251 () {32 vars in 693 bytes} [Fri May 8 04:05:09 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2138] 10.0.0.251 () {32 vars in 679 bytes} [Fri May 8 04:05:09 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2139] 10.0.0.251 () {32 vars in 693 bytes} [Fri May 8 04:05:09 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2140] 10.0.0.251 () {32 vars in 689 bytes} [Fri May 8 04:05:09 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2141] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:09 2026] GET /v2.0/security-groups?tenant_id=19d6e845302a48ed910f408c068a29e5&name=default => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2142] 10.0.0.251 () {32 vars in 701 bytes} [Fri May 8 04:05:09 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2143] 10.0.0.251 () {32 vars in 731 bytes} [Fri May 8 04:05:09 2026] DELETE /v2.0/subnetpools/bd59ceb8-52fa-4ec6-8fdb-c112452dafc1 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:05:10.082 7 INFO neutron.services.segments.plugin [-] Segment f069fec2-0b53-4d76-b4bb-54d148720af7 resource provider aggregate not found 2026-05-08 04:05:10.087 7 INFO neutron.services.segments.plugin [-] Segment f069fec2-0b53-4d76-b4bb-54d148720af7 resource provider aggregate not found 2026-05-08 04:05:10.103 7 INFO neutron.services.segments.plugin [-] Segment f069fec2-0b53-4d76-b4bb-54d148720af7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f069fec2-0b53-4d76-b4bb-54d148720af7 found for delete ", "request_id": "req-9fb6e683-270b-4131-9403-a9346c13d96c"}]} 2026-05-08 04:05:10.106 7 INFO neutron.services.segments.plugin [-] Segment f069fec2-0b53-4d76-b4bb-54d148720af7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f069fec2-0b53-4d76-b4bb-54d148720af7 found for delete ", "request_id": "req-74fa73af-e31f-4f9d-928b-448a6dff3940"}]} [pid: 7|app: 0|req: 1047/2144] 10.0.0.251 () {32 vars in 731 bytes} [Fri May 8 04:05:09 2026] DELETE /v2.0/subnetpools/15a581d8-6eab-4b8e-bfec-b084289494ef => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:05:10.129 7 INFO neutron.services.segments.plugin [-] Segment 900eccc6-118d-46b4-8f29-f6903fa29390 resource provider aggregate not found 2026-05-08 04:05:10.137 7 INFO neutron.services.segments.plugin [-] Segment 900eccc6-118d-46b4-8f29-f6903fa29390 resource provider aggregate not found 2026-05-08 04:05:10.161 7 INFO neutron.services.segments.plugin [-] Segment 900eccc6-118d-46b4-8f29-f6903fa29390 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 900eccc6-118d-46b4-8f29-f6903fa29390 found for delete ", "request_id": "req-db45690b-bc34-4ea0-afcb-51cfea0c4b7f"}]} 2026-05-08 04:05:10.167 7 INFO neutron.services.segments.plugin [-] Segment 900eccc6-118d-46b4-8f29-f6903fa29390 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 900eccc6-118d-46b4-8f29-f6903fa29390 found for delete ", "request_id": "req-8239af2f-998b-4a11-b76b-6ea9ce5bd157"}]} [pid: 7|app: 0|req: 1048/2145] 10.0.0.251 () {32 vars in 731 bytes} [Fri May 8 04:05:10 2026] DELETE /v2.0/subnetpools/3a957184-7cf4-4c34-8099-c17200bc7dad => 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: 1049/2146] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:05:10 2026] GET /v2.0/ports?device_id=d6c50ddc-2e0a-422f-b718-e297e3376574 => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2147] 10.0.0.251 () {32 vars in 731 bytes} [Fri May 8 04:05:10 2026] DELETE /v2.0/subnetpools/49b40196-6146-41ef-94cd-fb07e00ae704 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2148] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:05:10 2026] GET /v2.0/security-groups?id=b65d06f7-a764-4689-8053-df35ba69b14a&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2149] 10.0.0.251 () {32 vars in 731 bytes} [Fri May 8 04:05:10 2026] DELETE /v2.0/subnetpools/e12e1434-81af-4abf-8057-b0faac7e06eb => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:05:10.540 8 INFO neutron.services.segments.plugin [-] Segment 84498fa8-8a71-4628-88e7-8cdf62771bd5 resource provider aggregate not found 2026-05-08 04:05:10.548 8 INFO neutron.services.segments.plugin [-] Segment 84498fa8-8a71-4628-88e7-8cdf62771bd5 resource provider aggregate not found 2026-05-08 04:05:10.556 8 INFO neutron.services.segments.plugin [-] Segment 84498fa8-8a71-4628-88e7-8cdf62771bd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84498fa8-8a71-4628-88e7-8cdf62771bd5 found for delete ", "request_id": "req-eb11407d-b47d-43a4-97d1-2a8fefd39121"}]} 2026-05-08 04:05:10.568 8 INFO neutron.services.segments.plugin [-] Segment 84498fa8-8a71-4628-88e7-8cdf62771bd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84498fa8-8a71-4628-88e7-8cdf62771bd5 found for delete ", "request_id": "req-25b227f8-a1f5-418c-be3a-c488d458457c"}]} 2026-05-08 04:05:10.576 8 INFO neutron.services.segments.plugin [-] Segment 5944ddb4-8c1a-467f-ae22-835c86812bbd resource provider aggregate not found 2026-05-08 04:05:10.585 8 INFO neutron.services.segments.plugin [-] Segment 5944ddb4-8c1a-467f-ae22-835c86812bbd resource provider aggregate not found 2026-05-08 04:05:10.591 8 INFO neutron.services.segments.plugin [-] Segment 5944ddb4-8c1a-467f-ae22-835c86812bbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5944ddb4-8c1a-467f-ae22-835c86812bbd found for delete ", "request_id": "req-b688b879-07ad-47b1-898e-4e322c94f77e"}]} 2026-05-08 04:05:10.605 8 INFO neutron.services.segments.plugin [-] Segment 5944ddb4-8c1a-467f-ae22-835c86812bbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5944ddb4-8c1a-467f-ae22-835c86812bbd found for delete ", "request_id": "req-758c752d-b87c-4270-b42c-d4f28df802a8"}]} 2026-05-08 04:05:10.619 8 INFO neutron.services.segments.plugin [-] Segment 57266500-34fd-422e-9585-9e5e3affe202 resource provider aggregate not found [pid: 8|app: 0|req: 1098/2150] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:09 2026] DELETE /v2.0/security-groups/191cdfbd-e4b8-4daf-af64-600599efaa71 => generated 0 bytes in 722 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:05:10.633 8 INFO neutron.services.segments.plugin [-] Segment 57266500-34fd-422e-9585-9e5e3affe202 resource provider aggregate not found 2026-05-08 04:05:10.644 8 INFO neutron.services.segments.plugin [-] Segment 57266500-34fd-422e-9585-9e5e3affe202 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57266500-34fd-422e-9585-9e5e3affe202 found for delete ", "request_id": "req-dbf99613-b8f1-45b9-a381-e396b7a1874d"}]} 2026-05-08 04:05:10.660 8 INFO neutron.services.segments.plugin [-] Segment 57266500-34fd-422e-9585-9e5e3affe202 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57266500-34fd-422e-9585-9e5e3affe202 found for delete ", "request_id": "req-e3fe3e30-8d02-4760-8d94-c2bf968188af"}]} [pid: 7|app: 0|req: 1053/2151] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:10 2026] GET /v2.0/security-groups?tenant_id=31ce2851fcf646aca0c12561409d4a59&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2152] 199.204.45.113 () {34 vars in 993 bytes} [Fri May 8 04:05:10 2026] GET /v2.0/ports?device_id=d6c50ddc-2e0a-422f-b718-e297e3376574 => generated 975 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2153] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:10 2026] DELETE /v2.0/security-groups/9e55c78c-ba63-4061-8a5f-69711cad3893 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:05:10.878 8 INFO neutron_taas.services.taas.taas_plugin [req-48ba9b83-30c7-47f1-b6e1-84254629fc44 req-b5c0527c-391f-4070-a06d-7a767e0f8bb6 43a1b03d9bd241039aab9a4cb943977b 033ead5d25ce4cdb9d92f27bf42e71c6 - - default default] TaaS: Handle Delete Port: f9946e56-7b92-4f37-9ff8-98db0295a7fb 2026-05-08 04:05:10.881 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-48ba9b83-30c7-47f1-b6e1-84254629fc44 req-b5c0527c-391f-4070-a06d-7a767e0f8bb6 43a1b03d9bd241039aab9a4cb943977b 033ead5d25ce4cdb9d92f27bf42e71c6 - - default default] Tap Mirror: Handle Delete Port: f9946e56-7b92-4f37-9ff8-98db0295a7fb [pid: 8|app: 0|req: 1100/2154] 199.204.45.113 () {36 vars in 996 bytes} [Fri May 8 04:05:10 2026] DELETE /v2.0/ports/f9946e56-7b92-4f37-9ff8-98db0295a7fb => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:05:11.081 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-db2f118c-2c88-484d-b79c-299276b09d86'] response: {'server_uuid': 'd6c50ddc-2e0a-422f-b718-e297e3376574', 'name': 'network-vif-deleted', 'tag': 'f9946e56-7b92-4f37-9ff8-98db0295a7fb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1055/2155] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:11 2026] GET /v2.0/security-groups?tenant_id=7e081ec2a8b44d95922ea92c2a7b88ad&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2156] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:11 2026] DELETE /v2.0/security-groups/d72dadeb-0a7d-4782-9c8e-6ad9944e0297 => 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: 1102/2157] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:11 2026] GET /v2.0/security-groups?tenant_id=b87edf92f7fa41929ea43b6011ac74aa&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2158] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:05:11 2026] GET /v2.0/ports?device_id=d6c50ddc-2e0a-422f-b718-e297e3376574 => 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: 1104/2159] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:11 2026] DELETE /v2.0/security-groups/c65d0898-35f2-40d9-a64e-3efe47974126 => 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: 1056/2160] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:11 2026] GET /v2.0/security-groups?tenant_id=fcc34d9fc4cc469ea8c5042568b2bd7e&name=default => generated 2925 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2161] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:11 2026] DELETE /v2.0/security-groups/f6243f65-001d-496b-b382-0dc8489b3e6a => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2162] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:12 2026] GET /v2.0/security-groups?tenant_id=ce81a3f23a664f64ba967fd33b3d24ae&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2163] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:12 2026] DELETE /v2.0/security-groups/075f6b06-f202-46a2-88b3-5718b534950d => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2164] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:12 2026] GET /v2.0/security-groups?tenant_id=22f503d1ef4440d694e59f73b69aacca&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2165] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:05:12 2026] GET /v2.0/ports?device_id=d6c50ddc-2e0a-422f-b718-e297e3376574 => 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: 1059/2166] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:12 2026] DELETE /v2.0/security-groups/24c12b7b-bfa3-45d9-b8d6-9ded43fb40fa => 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: 1108/2169] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:05:13 2026] GET /v2.0/ports?device_id=d6c50ddc-2e0a-422f-b718-e297e3376574 => 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: 1062/2170] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:14 2026] DELETE /v2.0/security-groups/b65d06f7-a764-4689-8053-df35ba69b14a => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:05:15.315 7 INFO neutron.db.segments_db [None req-2362f2bc-d492-4318-b299-77635eccb6d7 d65067360a71406fbbc6afdf4bd9a93d 30fb9c71e3e940de907b0663182f5353 - - default default] Added segment d988bf90-ca0b-4be2-a8f4-6443bb0ee130 of type vxlan for network f0cd530f-0c58-4887-a733-d7800bd1b1ca 2026-05-08 04:05:15.344 8 INFO neutron_taas.services.taas.taas_plugin [None req-7930ee55-9565-4bba-82ed-e5dfcdc04f74 43a1b03d9bd241039aab9a4cb943977b 033ead5d25ce4cdb9d92f27bf42e71c6 - - default default] TaaS: Handle Delete Port: 9587916e-8b8f-4506-8d62-d7fe94f98ee0 2026-05-08 04:05:15.347 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7930ee55-9565-4bba-82ed-e5dfcdc04f74 43a1b03d9bd241039aab9a4cb943977b 033ead5d25ce4cdb9d92f27bf42e71c6 - - default default] Tap Mirror: Handle Delete Port: 9587916e-8b8f-4506-8d62-d7fe94f98ee0 [pid: 7|app: 0|req: 1063/2171] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:05:14 2026] POST /v2.0/networks => generated 612 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2172] 10.0.0.251 () {34 vars in 752 bytes} [Fri May 8 04:05:15 2026] PUT /v2.0/networks/f0cd530f-0c58-4887-a733-d7800bd1b1ca/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2173] 10.0.0.251 () {32 vars in 732 bytes} [Fri May 8 04:05:15 2026] GET /v2.0/networks/f0cd530f-0c58-4887-a733-d7800bd1b1ca/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2174] 10.0.0.251 () {34 vars in 763 bytes} [Fri May 8 04:05:15 2026] PUT /v2.0/networks/f0cd530f-0c58-4887-a733-d7800bd1b1ca/tags/green => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2175] 10.0.0.251 () {32 vars in 732 bytes} [Fri May 8 04:05:15 2026] GET /v2.0/networks/f0cd530f-0c58-4887-a733-d7800bd1b1ca/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: 1068/2176] 10.0.0.251 () {34 vars in 759 bytes} [Fri May 8 04:05:15 2026] PUT /v2.0/networks/f0cd530f-0c58-4887-a733-d7800bd1b1ca/tags/red => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2177] 10.0.0.251 () {32 vars in 732 bytes} [Fri May 8 04:05:15 2026] GET /v2.0/networks/f0cd530f-0c58-4887-a733-d7800bd1b1ca/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: 1070/2178] 10.0.0.251 () {34 vars in 781 bytes} [Fri May 8 04:05:15 2026] PUT /v2.0/networks/f0cd530f-0c58-4887-a733-d7800bd1b1ca/tags/black.or.white => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2179] 10.0.0.251 () {32 vars in 732 bytes} [Fri May 8 04:05:15 2026] GET /v2.0/networks/f0cd530f-0c58-4887-a733-d7800bd1b1ca/tags => generated 52 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2180] 10.0.0.251 () {34 vars in 752 bytes} [Fri May 8 04:05:15 2026] PUT /v2.0/networks/f0cd530f-0c58-4887-a733-d7800bd1b1ca/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2181] 10.0.0.251 () {34 vars in 788 bytes} [Fri May 8 04:05:14 2026] PUT /v2.0/routers/8faa9e56-5199-456b-9f5b-7ef887469ab2/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: 1073/2182] 10.0.0.251 () {32 vars in 732 bytes} [Fri May 8 04:05:15 2026] GET /v2.0/networks/f0cd530f-0c58-4887-a733-d7800bd1b1ca/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: 1074/2183] 10.0.0.251 () {32 vars in 740 bytes} [Fri May 8 04:05:15 2026] GET /v2.0/networks/f0cd530f-0c58-4887-a733-d7800bd1b1ca/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2184] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:05:15 2026] DELETE /v2.0/subnets/66498fa0-7694-419f-8d2a-47a307d1fe73 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:05:16.149 8 INFO neutron.api.v2.resource [None req-170bc8a2-ecf9-41e0-b4de-8f17b63ae53a d65067360a71406fbbc6afdf4bd9a93d 30fb9c71e3e940de907b0663182f5353 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1111/2185] 10.0.0.251 () {32 vars in 744 bytes} [Fri May 8 04:05:16 2026] GET /v2.0/networks/f0cd530f-0c58-4887-a733-d7800bd1b1ca/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 04:05:16.369 8 INFO neutron_taas.services.taas.taas_plugin [None req-2c39cdb7-6015-4056-8cdb-5b95c71e8df5 43a1b03d9bd241039aab9a4cb943977b 033ead5d25ce4cdb9d92f27bf42e71c6 - - default default] TaaS: Handle Delete Port: f3d9976a-369e-4278-bf28-a30a017b4e9c 2026-05-08 04:05:16.372 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c39cdb7-6015-4056-8cdb-5b95c71e8df5 43a1b03d9bd241039aab9a4cb943977b 033ead5d25ce4cdb9d92f27bf42e71c6 - - default default] Tap Mirror: Handle Delete Port: f3d9976a-369e-4278-bf28-a30a017b4e9c [pid: 7|app: 0|req: 1075/2186] 10.0.0.251 () {34 vars in 683 bytes} [Fri May 8 04:05:16 2026] POST /v2.0/security-groups => generated 1601 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2187] 10.0.0.251 () {32 vars in 743 bytes} [Fri May 8 04:05:16 2026] DELETE /v2.0/networks/f0cd530f-0c58-4887-a733-d7800bd1b1ca/tags/red => 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: 1077/2188] 10.0.0.251 () {34 vars in 766 bytes} [Fri May 8 04:05:16 2026] PUT /v2.0/security-groups/4070b2e9-6dbd-458b-97a8-69cb2c19b567/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2189] 10.0.0.251 () {32 vars in 732 bytes} [Fri May 8 04:05:16 2026] GET /v2.0/networks/f0cd530f-0c58-4887-a733-d7800bd1b1ca/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2190] 10.0.0.251 () {32 vars in 746 bytes} [Fri May 8 04:05:16 2026] GET /v2.0/security-groups/4070b2e9-6dbd-458b-97a8-69cb2c19b567/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:05:16.616 7 INFO neutron.api.v2.resource [None req-6fc4e61e-5a12-41e2-ac80-451c768c615c d65067360a71406fbbc6afdf4bd9a93d 30fb9c71e3e940de907b0663182f5353 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1080/2191] 10.0.0.251 () {32 vars in 747 bytes} [Fri May 8 04:05:16 2026] DELETE /v2.0/networks/f0cd530f-0c58-4887-a733-d7800bd1b1ca/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 04:05:16.631 8 INFO neutron_taas.services.taas.taas_plugin [None req-2c39cdb7-6015-4056-8cdb-5b95c71e8df5 43a1b03d9bd241039aab9a4cb943977b 033ead5d25ce4cdb9d92f27bf42e71c6 - - default default] TaaS: Handle Delete Port: 3327b4d5-b723-443a-9a3e-e743f31ef85f 2026-05-08 04:05:16.634 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c39cdb7-6015-4056-8cdb-5b95c71e8df5 43a1b03d9bd241039aab9a4cb943977b 033ead5d25ce4cdb9d92f27bf42e71c6 - - default default] Tap Mirror: Handle Delete Port: 3327b4d5-b723-443a-9a3e-e743f31ef85f [pid: 7|app: 0|req: 1081/2192] 10.0.0.251 () {34 vars in 777 bytes} [Fri May 8 04:05:16 2026] PUT /v2.0/security-groups/4070b2e9-6dbd-458b-97a8-69cb2c19b567/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: 1082/2193] 10.0.0.251 () {32 vars in 735 bytes} [Fri May 8 04:05:16 2026] DELETE /v2.0/networks/f0cd530f-0c58-4887-a733-d7800bd1b1ca/tags => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2194] 10.0.0.251 () {32 vars in 746 bytes} [Fri May 8 04:05:16 2026] GET /v2.0/security-groups/4070b2e9-6dbd-458b-97a8-69cb2c19b567/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2195] 10.0.0.251 () {32 vars in 732 bytes} [Fri May 8 04:05:16 2026] GET /v2.0/networks/f0cd530f-0c58-4887-a733-d7800bd1b1ca/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2196] 10.0.0.251 () {34 vars in 773 bytes} [Fri May 8 04:05:16 2026] PUT /v2.0/security-groups/4070b2e9-6dbd-458b-97a8-69cb2c19b567/tags/red => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-08 04:05:17.010 7 INFO neutron.services.segments.plugin [-] Segment d988bf90-ca0b-4be2-a8f4-6443bb0ee130 resource provider aggregate not found 2026-05-08 04:05:17.014 7 INFO neutron.services.segments.plugin [-] Segment d988bf90-ca0b-4be2-a8f4-6443bb0ee130 resource provider aggregate not found 2026-05-08 04:05:17.023 7 INFO neutron.services.segments.plugin [-] Segment d988bf90-ca0b-4be2-a8f4-6443bb0ee130 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d988bf90-ca0b-4be2-a8f4-6443bb0ee130 found for delete ", "request_id": "req-2bbdc185-6ce4-42cb-be04-71eb780672d4"}]} 2026-05-08 04:05:17.029 7 INFO neutron.services.segments.plugin [-] Segment d988bf90-ca0b-4be2-a8f4-6443bb0ee130 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d988bf90-ca0b-4be2-a8f4-6443bb0ee130 found for delete ", "request_id": "req-133c5bec-48b4-4dbc-a470-a9b44099985a"}]} 2026-05-08 04:05:17.031 8 INFO neutron.services.segments.plugin [-] Segment 19e5e34c-7c94-405e-8ce5-db95eade4d36 resource provider aggregate not found 2026-05-08 04:05:17.039 8 INFO neutron.services.segments.plugin [-] Segment 19e5e34c-7c94-405e-8ce5-db95eade4d36 resource provider aggregate not found [pid: 7|app: 0|req: 1086/2197] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:05:16 2026] DELETE /v2.0/networks/f0cd530f-0c58-4887-a733-d7800bd1b1ca => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:05:17.061 8 INFO neutron.services.segments.plugin [-] Segment 19e5e34c-7c94-405e-8ce5-db95eade4d36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19e5e34c-7c94-405e-8ce5-db95eade4d36 found for delete ", "request_id": "req-0607f534-e584-491a-9fa8-d12b6af4145f"}]} 2026-05-08 04:05:17.062 8 INFO neutron.services.segments.plugin [-] Segment 19e5e34c-7c94-405e-8ce5-db95eade4d36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19e5e34c-7c94-405e-8ce5-db95eade4d36 found for delete ", "request_id": "req-25388c75-9ab2-4a9c-897a-9dd37478b057"}]} 2026-05-08 04:05:17.068 8 INFO neutron.db.l3_hamode_db [None req-2c39cdb7-6015-4056-8cdb-5b95c71e8df5 43a1b03d9bd241039aab9a4cb943977b 033ead5d25ce4cdb9d92f27bf42e71c6 - - default default] HA network ebff5567-ed52-4f0c-aec3-79d5e9fb305c was deleted as no HA routers are present in tenant 033ead5d25ce4cdb9d92f27bf42e71c6. [pid: 8|app: 0|req: 1112/2198] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:05:16 2026] DELETE /v2.0/routers/8faa9e56-5199-456b-9f5b-7ef887469ab2 => generated 0 bytes in 925 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2199] 10.0.0.251 () {32 vars in 746 bytes} [Fri May 8 04:05:17 2026] GET /v2.0/security-groups/4070b2e9-6dbd-458b-97a8-69cb2c19b567/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:05:17.163 8 INFO neutron_taas.services.taas.taas_plugin [None req-ac60fd24-e7ca-44d4-83c5-0c14d1a57ec7 43a1b03d9bd241039aab9a4cb943977b 033ead5d25ce4cdb9d92f27bf42e71c6 - - default default] TaaS: Handle Delete Port: 31d103c0-d964-40ac-be73-a92db36d5494 [pid: 7|app: 0|req: 1088/2200] 10.0.0.251 () {34 vars in 795 bytes} [Fri May 8 04:05:17 2026] PUT /v2.0/security-groups/4070b2e9-6dbd-458b-97a8-69cb2c19b567/tags/black.or.white => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-08 04:05:17.169 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac60fd24-e7ca-44d4-83c5-0c14d1a57ec7 43a1b03d9bd241039aab9a4cb943977b 033ead5d25ce4cdb9d92f27bf42e71c6 - - default default] Tap Mirror: Handle Delete Port: 31d103c0-d964-40ac-be73-a92db36d5494 [pid: 7|app: 0|req: 1089/2201] 10.0.0.251 () {32 vars in 746 bytes} [Fri May 8 04:05:17 2026] GET /v2.0/security-groups/4070b2e9-6dbd-458b-97a8-69cb2c19b567/tags => generated 52 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2202] 10.0.0.251 () {34 vars in 766 bytes} [Fri May 8 04:05:17 2026] PUT /v2.0/security-groups/4070b2e9-6dbd-458b-97a8-69cb2c19b567/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: 1091/2203] 10.0.0.251 () {32 vars in 746 bytes} [Fri May 8 04:05:17 2026] GET /v2.0/security-groups/4070b2e9-6dbd-458b-97a8-69cb2c19b567/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2204] 10.0.0.251 () {32 vars in 754 bytes} [Fri May 8 04:05:17 2026] GET /v2.0/security-groups/4070b2e9-6dbd-458b-97a8-69cb2c19b567/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2205] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:05:17 2026] DELETE /v2.0/networks/c8eafbe9-77b3-4940-9a6a-6d13b418f649 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:05:17.388 7 INFO neutron.api.v2.resource [None req-82711b93-8484-4cd2-a577-2fb5d17b53b3 1ac878b91d93411d8bbeebe6fad62874 055abbba81f54f71b29ea59acc7b9aa8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1093/2206] 10.0.0.251 () {32 vars in 758 bytes} [Fri May 8 04:05:17 2026] GET /v2.0/security-groups/4070b2e9-6dbd-458b-97a8-69cb2c19b567/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2207] 10.0.0.251 () {32 vars in 757 bytes} [Fri May 8 04:05:17 2026] DELETE /v2.0/security-groups/4070b2e9-6dbd-458b-97a8-69cb2c19b567/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2208] 10.0.0.251 () {32 vars in 746 bytes} [Fri May 8 04:05:17 2026] GET /v2.0/security-groups/4070b2e9-6dbd-458b-97a8-69cb2c19b567/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:05:17.536 8 INFO neutron.api.v2.resource [None req-fe25c67b-9b0a-4ebb-a43d-19667738e93c 1ac878b91d93411d8bbeebe6fad62874 055abbba81f54f71b29ea59acc7b9aa8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1115/2209] 10.0.0.251 () {32 vars in 761 bytes} [Fri May 8 04:05:17 2026] DELETE /v2.0/security-groups/4070b2e9-6dbd-458b-97a8-69cb2c19b567/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: 1095/2210] 10.0.0.251 () {32 vars in 749 bytes} [Fri May 8 04:05:17 2026] DELETE /v2.0/security-groups/4070b2e9-6dbd-458b-97a8-69cb2c19b567/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: 1116/2211] 10.0.0.251 () {32 vars in 746 bytes} [Fri May 8 04:05:17 2026] GET /v2.0/security-groups/4070b2e9-6dbd-458b-97a8-69cb2c19b567/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2212] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:17 2026] DELETE /v2.0/security-groups/4070b2e9-6dbd-458b-97a8-69cb2c19b567 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2213] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:17 2026] GET /v2.0/security-groups?tenant_id=30fb9c71e3e940de907b0663182f5353&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2214] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:17 2026] DELETE /v2.0/security-groups/fee0a660-09fe-44cf-af2c-8b2a40bc75fb => 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: 1098/2215] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:18 2026] GET /v2.0/security-groups?tenant_id=caf31d12e1b04ff59eb75d7c559a6c8e&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2216] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:18 2026] DELETE /v2.0/security-groups/b55853b9-516e-4174-8196-8cbaf0ffe9b8 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2217] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:18 2026] GET /v2.0/security-groups?tenant_id=dcd16ebabd8b4855bfb878510618f309&name=default => generated 2925 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2218] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:18 2026] GET /v2.0/security-groups?tenant_id=055abbba81f54f71b29ea59acc7b9aa8&name=default => generated 2925 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2219] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:18 2026] DELETE /v2.0/security-groups/846c8dad-d252-417b-86c0-c5d53a2e6457 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2220] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:18 2026] DELETE /v2.0/security-groups/49b290a8-028c-4de6-bd18-5a9f3cf545bd => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2221] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:18 2026] GET /v2.0/security-groups?tenant_id=033ead5d25ce4cdb9d92f27bf42e71c6&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2222] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:18 2026] DELETE /v2.0/security-groups/43471cb8-085a-4f38-ad7f-558f7314f08b => 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: 1102/2223] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:18 2026] GET /v2.0/security-groups?tenant_id=8ecc3127548343bfba2c44ba05683c47&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:05:19.096 8 INFO neutron.services.segments.plugin [-] Segment 2f710591-94a4-4264-9fba-935a59f2c2ab resource provider aggregate not found 2026-05-08 04:05:19.100 8 INFO neutron.services.segments.plugin [-] Segment 2f710591-94a4-4264-9fba-935a59f2c2ab resource provider aggregate not found 2026-05-08 04:05:19.119 8 INFO neutron.services.segments.plugin [-] Segment 2f710591-94a4-4264-9fba-935a59f2c2ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f710591-94a4-4264-9fba-935a59f2c2ab found for delete ", "request_id": "req-ea3ac1f9-612e-4eaf-9a59-5e691705f3d6"}]} 2026-05-08 04:05:19.126 8 INFO neutron.services.segments.plugin [-] Segment 2f710591-94a4-4264-9fba-935a59f2c2ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f710591-94a4-4264-9fba-935a59f2c2ab found for delete ", "request_id": "req-343113ef-0962-43de-a4bf-0de379eccf51"}]} [pid: 8|app: 0|req: 1122/2224] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:18 2026] DELETE /v2.0/security-groups/3317ae18-9d74-4e4b-b604-351b0426066f => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2225] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:20 2026] GET /v2.0/security-groups?tenant_id=03cacc0ee40c4d92b99d3c25b85eda45&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2226] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:20 2026] DELETE /v2.0/security-groups/3040d66e-7bf6-4b8e-b3a8-7cbf45482892 => 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: 1104/2227] 10.0.0.251 () {34 vars in 677 bytes} [Fri May 8 04:05:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2228] 10.0.0.251 () {34 vars in 752 bytes} [Fri May 8 04:05:21 2026] PUT /v2.0/policies/e3b9206a-6322-4699-b264-4af0fe6327d3/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2229] 10.0.0.251 () {32 vars in 732 bytes} [Fri May 8 04:05:22 2026] GET /v2.0/policies/e3b9206a-6322-4699-b264-4af0fe6327d3/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2230] 10.0.0.251 () {34 vars in 763 bytes} [Fri May 8 04:05:22 2026] PUT /v2.0/policies/e3b9206a-6322-4699-b264-4af0fe6327d3/tags/green => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2231] 10.0.0.251 () {32 vars in 732 bytes} [Fri May 8 04:05:22 2026] GET /v2.0/policies/e3b9206a-6322-4699-b264-4af0fe6327d3/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: 1126/2232] 10.0.0.251 () {34 vars in 759 bytes} [Fri May 8 04:05:22 2026] PUT /v2.0/policies/e3b9206a-6322-4699-b264-4af0fe6327d3/tags/red => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2233] 10.0.0.251 () {32 vars in 732 bytes} [Fri May 8 04:05:22 2026] GET /v2.0/policies/e3b9206a-6322-4699-b264-4af0fe6327d3/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2234] 10.0.0.251 () {34 vars in 781 bytes} [Fri May 8 04:05:22 2026] PUT /v2.0/policies/e3b9206a-6322-4699-b264-4af0fe6327d3/tags/black.or.white => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2235] 10.0.0.251 () {32 vars in 732 bytes} [Fri May 8 04:05:22 2026] GET /v2.0/policies/e3b9206a-6322-4699-b264-4af0fe6327d3/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2236] 10.0.0.251 () {34 vars in 752 bytes} [Fri May 8 04:05:22 2026] PUT /v2.0/policies/e3b9206a-6322-4699-b264-4af0fe6327d3/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2237] 10.0.0.251 () {32 vars in 732 bytes} [Fri May 8 04:05:22 2026] GET /v2.0/policies/e3b9206a-6322-4699-b264-4af0fe6327d3/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2238] 10.0.0.251 () {32 vars in 740 bytes} [Fri May 8 04:05:22 2026] GET /v2.0/policies/e3b9206a-6322-4699-b264-4af0fe6327d3/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:05:22.470 7 INFO neutron.api.v2.resource [None req-3e4d083a-cd94-43dd-9313-7f08bc247ba0 57c4e91d4cf54154b15c7c5effabd631 090f5f9ea7f841dd8557e7ee4cb80444 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1110/2239] 10.0.0.251 () {32 vars in 744 bytes} [Fri May 8 04:05:22 2026] GET /v2.0/policies/e3b9206a-6322-4699-b264-4af0fe6327d3/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: 1111/2240] 10.0.0.251 () {32 vars in 743 bytes} [Fri May 8 04:05:22 2026] DELETE /v2.0/policies/e3b9206a-6322-4699-b264-4af0fe6327d3/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2241] 10.0.0.251 () {32 vars in 732 bytes} [Fri May 8 04:05:22 2026] GET /v2.0/policies/e3b9206a-6322-4699-b264-4af0fe6327d3/tags => generated 30 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:05:22.578 7 INFO neutron.api.v2.resource [None req-bad0b67a-aafb-4c72-9878-37549d1adf65 57c4e91d4cf54154b15c7c5effabd631 090f5f9ea7f841dd8557e7ee4cb80444 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1113/2242] 10.0.0.251 () {32 vars in 747 bytes} [Fri May 8 04:05:22 2026] DELETE /v2.0/policies/e3b9206a-6322-4699-b264-4af0fe6327d3/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2243] 10.0.0.251 () {32 vars in 735 bytes} [Fri May 8 04:05:22 2026] DELETE /v2.0/policies/e3b9206a-6322-4699-b264-4af0fe6327d3/tags => 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: 1130/2244] 10.0.0.251 () {34 vars in 675 bytes} [Fri May 8 04:05:22 2026] POST /v2.0/subnetpools => generated 516 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2245] 10.0.0.251 () {32 vars in 732 bytes} [Fri May 8 04:05:22 2026] GET /v2.0/policies/e3b9206a-6322-4699-b264-4af0fe6327d3/tags => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2246] 10.0.0.251 () {34 vars in 758 bytes} [Fri May 8 04:05:22 2026] PUT /v2.0/subnetpools/a2b73b46-7b29-4129-ad75-210c7de97b5c/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2247] 10.0.0.251 () {32 vars in 738 bytes} [Fri May 8 04:05:22 2026] GET /v2.0/subnetpools/a2b73b46-7b29-4129-ad75-210c7de97b5c/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2248] 10.0.0.251 () {32 vars in 733 bytes} [Fri May 8 04:05:22 2026] DELETE /v2.0/qos/policies/e3b9206a-6322-4699-b264-4af0fe6327d3 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2249] 10.0.0.251 () {34 vars in 769 bytes} [Fri May 8 04:05:22 2026] PUT /v2.0/subnetpools/a2b73b46-7b29-4129-ad75-210c7de97b5c/tags/green => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2250] 10.0.0.251 () {32 vars in 738 bytes} [Fri May 8 04:05:22 2026] GET /v2.0/subnetpools/a2b73b46-7b29-4129-ad75-210c7de97b5c/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2251] 10.0.0.251 () {34 vars in 765 bytes} [Fri May 8 04:05:22 2026] PUT /v2.0/subnetpools/a2b73b46-7b29-4129-ad75-210c7de97b5c/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: 1118/2252] 10.0.0.251 () {32 vars in 738 bytes} [Fri May 8 04:05:22 2026] GET /v2.0/subnetpools/a2b73b46-7b29-4129-ad75-210c7de97b5c/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2253] 10.0.0.251 () {34 vars in 787 bytes} [Fri May 8 04:05:22 2026] PUT /v2.0/subnetpools/a2b73b46-7b29-4129-ad75-210c7de97b5c/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2254] 10.0.0.251 () {32 vars in 738 bytes} [Fri May 8 04:05:22 2026] GET /v2.0/subnetpools/a2b73b46-7b29-4129-ad75-210c7de97b5c/tags => generated 52 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2255] 10.0.0.251 () {34 vars in 758 bytes} [Fri May 8 04:05:22 2026] PUT /v2.0/subnetpools/a2b73b46-7b29-4129-ad75-210c7de97b5c/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: 1120/2256] 10.0.0.251 () {32 vars in 738 bytes} [Fri May 8 04:05:22 2026] GET /v2.0/subnetpools/a2b73b46-7b29-4129-ad75-210c7de97b5c/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2257] 10.0.0.251 () {32 vars in 746 bytes} [Fri May 8 04:05:23 2026] GET /v2.0/subnetpools/a2b73b46-7b29-4129-ad75-210c7de97b5c/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:05:23.084 7 INFO neutron.api.v2.resource [None req-10294424-093d-470f-9f68-29f1fa9d7bb6 a4e7521fbfd0489a8595beeb3e5a4fb5 bec9cfc58e384f47b08588920bb6c671 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1121/2258] 10.0.0.251 () {32 vars in 750 bytes} [Fri May 8 04:05:23 2026] GET /v2.0/subnetpools/a2b73b46-7b29-4129-ad75-210c7de97b5c/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2259] 10.0.0.251 () {32 vars in 749 bytes} [Fri May 8 04:05:23 2026] DELETE /v2.0/subnetpools/a2b73b46-7b29-4129-ad75-210c7de97b5c/tags/red => 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: 1122/2260] 10.0.0.251 () {32 vars in 738 bytes} [Fri May 8 04:05:23 2026] GET /v2.0/subnetpools/a2b73b46-7b29-4129-ad75-210c7de97b5c/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:05:23.204 8 INFO neutron.api.v2.resource [None req-dcf03833-c7dc-4dea-b17a-cd05d4536635 a4e7521fbfd0489a8595beeb3e5a4fb5 bec9cfc58e384f47b08588920bb6c671 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1139/2261] 10.0.0.251 () {32 vars in 753 bytes} [Fri May 8 04:05:23 2026] DELETE /v2.0/subnetpools/a2b73b46-7b29-4129-ad75-210c7de97b5c/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: 1123/2262] 10.0.0.251 () {32 vars in 741 bytes} [Fri May 8 04:05:23 2026] DELETE /v2.0/subnetpools/a2b73b46-7b29-4129-ad75-210c7de97b5c/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2263] 10.0.0.251 () {32 vars in 738 bytes} [Fri May 8 04:05:23 2026] GET /v2.0/subnetpools/a2b73b46-7b29-4129-ad75-210c7de97b5c/tags => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2264] 10.0.0.251 () {32 vars in 731 bytes} [Fri May 8 04:05:23 2026] DELETE /v2.0/subnetpools/a2b73b46-7b29-4129-ad75-210c7de97b5c => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2265] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:23 2026] GET /v2.0/security-groups?tenant_id=090f5f9ea7f841dd8557e7ee4cb80444&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2266] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:23 2026] DELETE /v2.0/security-groups/4ae9325b-258f-4efb-84f6-a960257a5132 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2267] 10.0.0.251 () {34 vars in 675 bytes} [Fri May 8 04:05:23 2026] POST /v2.0/floatingips => generated 552 bytes in 701 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2268] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:24 2026] GET /v2.0/security-groups?tenant_id=9494a19d12f0448a9fefcffe4af4b143&name=default => generated 2925 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2269] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:23 2026] GET /v2.0/security-groups?tenant_id=bec9cfc58e384f47b08588920bb6c671&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2270] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:24 2026] DELETE /v2.0/security-groups/0fd37ba1-ea8d-45e9-acf8-972602e26358 => 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: 1129/2271] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:24 2026] DELETE /v2.0/security-groups/2708bc41-638c-49e4-b5e5-5a9c284f991d => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2272] 10.0.0.251 () {34 vars in 675 bytes} [Fri May 8 04:05:24 2026] POST /v2.0/floatingips => generated 552 bytes in 492 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2273] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:24 2026] GET /v2.0/security-groups?tenant_id=bbbded423bec40a19a20405f0407c9de&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: 1131/2274] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:24 2026] DELETE /v2.0/security-groups/7ec2c611-470b-472e-91e4-a94f548f13db => 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: 1144/2275] 10.0.0.251 () {34 vars in 675 bytes} [Fri May 8 04:05:24 2026] POST /v2.0/floatingips => generated 552 bytes in 594 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:05:25.565 7 INFO neutron.db.segments_db [None req-784fd935-0fdb-4660-bcdb-278bef0419d3 a41cebf3f04649159c92fb85d98efabc 60eaf3f5775146a680cb7a5f91060d92 - - default default] Added segment 314d7104-555a-4676-a54d-0ff5590512a6 of type vxlan for network f615019e-edf5-426a-8884-cd4bdd5456f9 [pid: 7|app: 0|req: 1132/2276] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:05:25 2026] POST /v2.0/networks => generated 708 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2277] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:05:25 2026] POST /v2.0/subnets => generated 644 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:05:25.817 7 WARNING neutron.api.v2.base [None req-bd8b6909-daa7-4d01-8134-4d9bbb91c593 a41cebf3f04649159c92fb85d98efabc 60eaf3f5775146a680cb7a5f91060d92 - - 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-08 04:05:25.818 7 INFO neutron.api.v2.resource [None req-bd8b6909-daa7-4d01-8134-4d9bbb91c593 a41cebf3f04649159c92fb85d98efabc 60eaf3f5775146a680cb7a5f91060d92 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1134/2278] 10.0.0.251 () {34 vars in 680 bytes} [Fri May 8 04:05:25 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: 1145/2279] 10.0.0.251 () {34 vars in 675 bytes} [Fri May 8 04:05:25 2026] POST /v2.0/floatingips => generated 552 bytes in 525 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:05:25.980 7 INFO neutron.services.segments.plugin [-] Segment 314d7104-555a-4676-a54d-0ff5590512a6 resource provider aggregate not found 2026-05-08 04:05:25.984 7 INFO neutron.services.segments.plugin [-] Segment 314d7104-555a-4676-a54d-0ff5590512a6 resource provider aggregate not found 2026-05-08 04:05:25.997 7 INFO neutron.services.segments.plugin [-] Segment 314d7104-555a-4676-a54d-0ff5590512a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 314d7104-555a-4676-a54d-0ff5590512a6 found for delete ", "request_id": "req-d9d88c07-141e-49f6-ac29-1365195cfbfb"}]} 2026-05-08 04:05:26.002 7 INFO neutron.services.segments.plugin [-] Segment 314d7104-555a-4676-a54d-0ff5590512a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 314d7104-555a-4676-a54d-0ff5590512a6 found for delete ", "request_id": "req-68e791be-9692-4803-93c6-139a9e7fa9f1"}]} [pid: 7|app: 0|req: 1135/2280] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:05:25 2026] DELETE /v2.0/networks/f615019e-edf5-426a-8884-cd4bdd5456f9 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:05:26.068 7 INFO neutron.db.segments_db [None req-d0f16b44-357a-449a-b35f-2eddf189ffd4 a41cebf3f04649159c92fb85d98efabc 60eaf3f5775146a680cb7a5f91060d92 - - default default] Added segment 3913d9d0-5abb-4c71-b305-f044a0890b43 of type vxlan for network e3f3f781-74bb-48c6-bda8-384e861d31fc [pid: 7|app: 0|req: 1136/2281] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:05:26 2026] POST /v2.0/networks => generated 707 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2282] 10.0.0.251 () {34 vars in 675 bytes} [Fri May 8 04:05:25 2026] POST /v2.0/floatingips => generated 552 bytes in 489 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2283] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:05:26 2026] POST /v2.0/subnets => generated 647 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:05:26.363 7 WARNING neutron.api.v2.base [None req-18afc364-71b1-4616-bde7-f5e723811e89 a41cebf3f04649159c92fb85d98efabc 60eaf3f5775146a680cb7a5f91060d92 - - 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-08 04:05:26.364 7 INFO neutron.api.v2.resource [None req-18afc364-71b1-4616-bde7-f5e723811e89 a41cebf3f04649159c92fb85d98efabc 60eaf3f5775146a680cb7a5f91060d92 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1138/2284] 10.0.0.251 () {34 vars in 680 bytes} [Fri May 8 04:05:26 2026] POST /v2.0/rbac-policies => generated 547 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2285] 10.0.0.251 () {34 vars in 758 bytes} [Fri May 8 04:05:26 2026] PUT /v2.0/floatingips/cc5c4c0a-daf5-4bcb-bc67-904ce2bb4adb/tags => generated 17 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2286] 10.0.0.251 () {34 vars in 758 bytes} [Fri May 8 04:05:26 2026] PUT /v2.0/floatingips/c6128d30-a388-4f19-a43f-7cc25021dd3b/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: 1149/2287] 10.0.0.251 () {34 vars in 758 bytes} [Fri May 8 04:05:26 2026] PUT /v2.0/floatingips/7211a2df-8259-47ec-bf62-0fb33f23f99d/tags => generated 34 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2288] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:05:26 2026] DELETE /v2.0/networks/e3f3f781-74bb-48c6-bda8-384e861d31fc => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2289] 10.0.0.251 () {34 vars in 758 bytes} [Fri May 8 04:05:26 2026] PUT /v2.0/floatingips/4c00d02d-0cfc-46be-aaf6-360bd0276168/tags => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:05:26.620 7 INFO neutron.db.segments_db [None req-ddc1be94-ce06-4865-8be4-43c8fd606f88 a41cebf3f04649159c92fb85d98efabc 60eaf3f5775146a680cb7a5f91060d92 - - default default] Added segment 296ce9a8-63f9-4a04-8ac7-29b034e9acaf of type vxlan for network cb4831d2-6fe3-49de-ad82-eee725b31af5 [pid: 8|app: 0|req: 1151/2290] 10.0.0.251 () {32 vars in 671 bytes} [Fri May 8 04:05:26 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2291] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:05:26 2026] POST /v2.0/networks => generated 707 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2292] 10.0.0.251 () {32 vars in 685 bytes} [Fri May 8 04:05:26 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2293] 10.0.0.251 () {32 vars in 681 bytes} [Fri May 8 04:05:26 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2294] 10.0.0.251 () {32 vars in 693 bytes} [Fri May 8 04:05:26 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2295] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:05:26 2026] POST /v2.0/subnets => generated 647 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2296] 10.0.0.251 () {32 vars in 679 bytes} [Fri May 8 04:05:26 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2297] 10.0.0.251 () {32 vars in 693 bytes} [Fri May 8 04:05:26 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2298] 10.0.0.251 () {32 vars in 689 bytes} [Fri May 8 04:05:26 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2299] 10.0.0.251 () {32 vars in 701 bytes} [Fri May 8 04:05:27 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2300] 10.0.0.251 () {34 vars in 680 bytes} [Fri May 8 04:05:26 2026] POST /v2.0/rbac-policies => generated 324 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:05:27.200 8 INFO neutron_taas.services.taas.taas_plugin [None req-aa966b78-f26e-44b3-a5d3-436c77314166 f3b04c59d0154f75aa172af31795f1aa 2ec363d908d046f89a5023ba122b1859 - - default default] TaaS: Handle Delete Port: 01da2466-8ab0-4660-a154-1356ba30b25d 2026-05-08 04:05:27.204 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa966b78-f26e-44b3-a5d3-436c77314166 f3b04c59d0154f75aa172af31795f1aa 2ec363d908d046f89a5023ba122b1859 - - default default] Tap Mirror: Handle Delete Port: 01da2466-8ab0-4660-a154-1356ba30b25d [pid: 8|app: 0|req: 1159/2301] 10.0.0.251 () {32 vars in 731 bytes} [Fri May 8 04:05:27 2026] DELETE /v2.0/floatingips/cc5c4c0a-daf5-4bcb-bc67-904ce2bb4adb => generated 0 bytes in 274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:05:27.511 7 INFO neutron_taas.services.taas.taas_plugin [None req-18952b0a-1493-4a39-a75a-51ff2512a0b0 f3b04c59d0154f75aa172af31795f1aa 2ec363d908d046f89a5023ba122b1859 - - default default] TaaS: Handle Delete Port: 99637d11-96c0-441a-9b23-d22302f9db8b 2026-05-08 04:05:27.515 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18952b0a-1493-4a39-a75a-51ff2512a0b0 f3b04c59d0154f75aa172af31795f1aa 2ec363d908d046f89a5023ba122b1859 - - default default] Tap Mirror: Handle Delete Port: 99637d11-96c0-441a-9b23-d22302f9db8b [pid: 7|app: 0|req: 1143/2302] 10.0.0.251 () {32 vars in 731 bytes} [Fri May 8 04:05:27 2026] DELETE /v2.0/floatingips/c6128d30-a388-4f19-a43f-7cc25021dd3b => generated 0 bytes in 284 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2303] 10.0.0.251 () {32 vars in 722 bytes} [Fri May 8 04:05:27 2026] GET /v2.0/networks/cb4831d2-6fe3-49de-ad82-eee725b31af5 => generated 654 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:05:27.790 8 INFO neutron_taas.services.taas.taas_plugin [None req-2c32886a-8e86-4e87-9458-3b547c6fa3a4 f3b04c59d0154f75aa172af31795f1aa 2ec363d908d046f89a5023ba122b1859 - - default default] TaaS: Handle Delete Port: ecf75194-bf6b-4de7-b0ea-c04b143a8337 2026-05-08 04:05:27.793 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c32886a-8e86-4e87-9458-3b547c6fa3a4 f3b04c59d0154f75aa172af31795f1aa 2ec363d908d046f89a5023ba122b1859 - - default default] Tap Mirror: Handle Delete Port: ecf75194-bf6b-4de7-b0ea-c04b143a8337 2026-05-08 04:05:27.842 7 INFO neutron.db.segments_db [None req-cadb02fc-d9ac-4967-994c-a35cd846a508 e26735999c1a4ff5b9454bf6f42c1f6c 054043b2dba342a4b16a1d9634758736 - - default default] Added segment 28670aca-0cfb-48e1-9334-4dec5024a881 of type vxlan for network 3214a48c-7671-49bf-9f38-596eb6b0fc2c [pid: 7|app: 0|req: 1144/2304] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:05:27 2026] POST /v2.0/networks => generated 611 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2305] 10.0.0.251 () {32 vars in 731 bytes} [Fri May 8 04:05:27 2026] DELETE /v2.0/floatingips/7211a2df-8259-47ec-bf62-0fb33f23f99d => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:05:28.018 7 INFO neutron.services.segments.plugin [-] Segment 3913d9d0-5abb-4c71-b305-f044a0890b43 resource provider aggregate not found 2026-05-08 04:05:28.022 7 INFO neutron.services.segments.plugin [-] Segment 3913d9d0-5abb-4c71-b305-f044a0890b43 resource provider aggregate not found 2026-05-08 04:05:28.036 7 INFO neutron.services.segments.plugin [-] Segment 3913d9d0-5abb-4c71-b305-f044a0890b43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3913d9d0-5abb-4c71-b305-f044a0890b43 found for delete ", "request_id": "req-fb81f475-c62b-4203-914a-591d983697dc"}]} 2026-05-08 04:05:28.037 7 INFO neutron.services.segments.plugin [-] Segment 3913d9d0-5abb-4c71-b305-f044a0890b43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3913d9d0-5abb-4c71-b305-f044a0890b43 found for delete ", "request_id": "req-b2fc154f-15ac-49a2-95dc-a68ddc19a972"}]} 2026-05-08 04:05:28.164 8 INFO neutron.db.segments_db [None req-05fa04bb-0d16-428c-96ef-f3d3d7f339bb 1d2e7d06edd84c678ae5ab964aff1dad 7398527f0bf4444299f9fcd25b66edd7 - - default default] Added segment 7737dcfd-98d4-4942-95b4-265c0feff310 of type vxlan for network 9ca66404-e559-41c6-ab30-709bcea8fc66 [pid: 7|app: 0|req: 1145/2306] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:05:27 2026] POST /v2.0/subnets => generated 626 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2307] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:05:27 2026] POST /v2.0/networks => generated 613 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:05:28.295 8 INFO neutron.pecan_wsgi.hooks.translation [None req-00247695-81fd-4ea8-a12b-b4a82f102b10 0a4c2e5af1aa4615b556b9090b93c8ff b07037caa0b94222a1ea5891643dd5d5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1163/2308] 10.0.0.251 () {32 vars in 722 bytes} [Fri May 8 04:05:28 2026] GET /v2.0/networks/cb4831d2-6fe3-49de-ad82-eee725b31af5 => generated 138 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:05:28.319 7 INFO neutron_taas.services.taas.taas_plugin [None req-441f398e-b390-429c-8aa5-d9828a6c86de f3b04c59d0154f75aa172af31795f1aa 2ec363d908d046f89a5023ba122b1859 - - default default] TaaS: Handle Delete Port: eada804c-bb0a-4adc-9bc4-2a5eb99d2150 2026-05-08 04:05:28.327 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-441f398e-b390-429c-8aa5-d9828a6c86de f3b04c59d0154f75aa172af31795f1aa 2ec363d908d046f89a5023ba122b1859 - - default default] Tap Mirror: Handle Delete Port: eada804c-bb0a-4adc-9bc4-2a5eb99d2150 [pid: 8|app: 0|req: 1164/2309] 10.0.0.251 () {34 vars in 750 bytes} [Fri May 8 04:05:28 2026] PUT /v2.0/subnets/de81de7c-e978-4bf9-88d1-2f02a27baf18/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: 1146/2310] 10.0.0.251 () {32 vars in 731 bytes} [Fri May 8 04:05:28 2026] DELETE /v2.0/floatingips/4c00d02d-0cfc-46be-aaf6-360bd0276168 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:05:28.590 7 INFO neutron_taas.services.taas.taas_plugin [None req-f676cece-691e-42c2-b467-b1a54eb1deca a41cebf3f04649159c92fb85d98efabc 60eaf3f5775146a680cb7a5f91060d92 - - default default] TaaS: Handle Delete Port: f0b22853-527c-430f-af73-ebfdf137e62d 2026-05-08 04:05:28.592 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f676cece-691e-42c2-b467-b1a54eb1deca a41cebf3f04649159c92fb85d98efabc 60eaf3f5775146a680cb7a5f91060d92 - - default default] Tap Mirror: Handle Delete Port: f0b22853-527c-430f-af73-ebfdf137e62d [pid: 8|app: 0|req: 1165/2311] 10.0.0.251 () {34 vars in 663 bytes} [Fri May 8 04:05:28 2026] POST /v2.0/ports => generated 743 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1166/2312] 10.0.0.251 () {32 vars in 730 bytes} [Fri May 8 04:05:28 2026] GET /v2.0/subnets/de81de7c-e978-4bf9-88d1-2f02a27baf18/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:05:28.747 8 INFO neutron_taas.services.taas.taas_plugin [None req-6490f3c0-2793-4951-a311-820316a92ae9 f3b04c59d0154f75aa172af31795f1aa 2ec363d908d046f89a5023ba122b1859 - - default default] TaaS: Handle Delete Port: 4eba42fe-c0de-454e-ba1b-64276c336680 2026-05-08 04:05:28.750 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6490f3c0-2793-4951-a311-820316a92ae9 f3b04c59d0154f75aa172af31795f1aa 2ec363d908d046f89a5023ba122b1859 - - default default] Tap Mirror: Handle Delete Port: 4eba42fe-c0de-454e-ba1b-64276c336680 [pid: 7|app: 0|req: 1147/2313] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:05:28 2026] DELETE /v2.0/networks/cb4831d2-6fe3-49de-ad82-eee725b31af5 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2314] 10.0.0.251 () {32 vars in 731 bytes} [Fri May 8 04:05:28 2026] DELETE /v2.0/floatingips/5733835b-e451-4e84-94d7-8df5a4094393 => 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: 1168/2315] 10.0.0.251 () {34 vars in 761 bytes} [Fri May 8 04:05:28 2026] PUT /v2.0/subnets/de81de7c-e978-4bf9-88d1-2f02a27baf18/tags/green => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-08 04:05:29.030 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7d8a51fe-01db-495a-bfd6-0bbe7c1e91dc a41cebf3f04649159c92fb85d98efabc 60eaf3f5775146a680cb7a5f91060d92 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1171/2318] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:05:29 2026] DELETE /v2.0/subnets/1efe4ace-7be7-45fa-9fb5-c8b61eda33c6 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2319] 10.0.0.251 () {34 vars in 665 bytes} [Fri May 8 04:05:28 2026] POST /v2.0/trunks => generated 407 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:05:29.054 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cbf9ea76-c222-4f8a-8987-1f190a624c79 a41cebf3f04649159c92fb85d98efabc 60eaf3f5775146a680cb7a5f91060d92 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1149/2320] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:05:29 2026] DELETE /v2.0/subnets/b55224ed-fbf5-4751-a0ac-01fde3feae94 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2321] 10.0.0.251 () {32 vars in 730 bytes} [Fri May 8 04:05:29 2026] GET /v2.0/subnets/de81de7c-e978-4bf9-88d1-2f02a27baf18/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:05:29.076 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8665e4ce-751f-4c8b-a399-7de7cf93e733 a41cebf3f04649159c92fb85d98efabc 60eaf3f5775146a680cb7a5f91060d92 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1173/2322] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:05:29 2026] DELETE /v2.0/subnets/cc4bc15f-f646-43b1-a73d-d1e821872d27 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2323] 10.0.0.251 () {34 vars in 748 bytes} [Fri May 8 04:05:29 2026] PUT /v2.0/trunks/5ba2c666-bb5b-414c-802e-43d9c1f9d789/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2324] 10.0.0.251 () {32 vars in 728 bytes} [Fri May 8 04:05:29 2026] GET /v2.0/trunks/5ba2c666-bb5b-414c-802e-43d9c1f9d789/tags => generated 25 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2325] 10.0.0.251 () {34 vars in 757 bytes} [Fri May 8 04:05:29 2026] PUT /v2.0/subnets/de81de7c-e978-4bf9-88d1-2f02a27baf18/tags/red => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2326] 10.0.0.251 () {34 vars in 759 bytes} [Fri May 8 04:05:29 2026] PUT /v2.0/trunks/5ba2c666-bb5b-414c-802e-43d9c1f9d789/tags/green => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2327] 10.0.0.251 () {32 vars in 730 bytes} [Fri May 8 04:05:29 2026] GET /v2.0/subnets/de81de7c-e978-4bf9-88d1-2f02a27baf18/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: 1153/2328] 10.0.0.251 () {32 vars in 728 bytes} [Fri May 8 04:05:29 2026] GET /v2.0/trunks/5ba2c666-bb5b-414c-802e-43d9c1f9d789/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2329] 10.0.0.251 () {34 vars in 755 bytes} [Fri May 8 04:05:29 2026] PUT /v2.0/trunks/5ba2c666-bb5b-414c-802e-43d9c1f9d789/tags/red => generated 4 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2330] 10.0.0.251 () {34 vars in 779 bytes} [Fri May 8 04:05:29 2026] PUT /v2.0/subnets/de81de7c-e978-4bf9-88d1-2f02a27baf18/tags/black.or.white => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2331] 10.0.0.251 () {32 vars in 728 bytes} [Fri May 8 04:05:29 2026] GET /v2.0/trunks/5ba2c666-bb5b-414c-802e-43d9c1f9d789/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2332] 10.0.0.251 () {32 vars in 730 bytes} [Fri May 8 04:05:29 2026] GET /v2.0/subnets/de81de7c-e978-4bf9-88d1-2f02a27baf18/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2333] 10.0.0.251 () {34 vars in 777 bytes} [Fri May 8 04:05:29 2026] PUT /v2.0/trunks/5ba2c666-bb5b-414c-802e-43d9c1f9d789/tags/black.or.white => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2334] 10.0.0.251 () {32 vars in 728 bytes} [Fri May 8 04:05:29 2026] GET /v2.0/trunks/5ba2c666-bb5b-414c-802e-43d9c1f9d789/tags => generated 52 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2335] 10.0.0.251 () {34 vars in 750 bytes} [Fri May 8 04:05:29 2026] PUT /v2.0/subnets/de81de7c-e978-4bf9-88d1-2f02a27baf18/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2336] 10.0.0.251 () {34 vars in 748 bytes} [Fri May 8 04:05:29 2026] PUT /v2.0/trunks/5ba2c666-bb5b-414c-802e-43d9c1f9d789/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2337] 10.0.0.251 () {32 vars in 730 bytes} [Fri May 8 04:05:29 2026] GET /v2.0/subnets/de81de7c-e978-4bf9-88d1-2f02a27baf18/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: 1159/2338] 10.0.0.251 () {32 vars in 728 bytes} [Fri May 8 04:05:29 2026] GET /v2.0/trunks/5ba2c666-bb5b-414c-802e-43d9c1f9d789/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: 1160/2339] 10.0.0.251 () {32 vars in 736 bytes} [Fri May 8 04:05:29 2026] GET /v2.0/trunks/5ba2c666-bb5b-414c-802e-43d9c1f9d789/tags/red => 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: 1180/2340] 10.0.0.251 () {32 vars in 738 bytes} [Fri May 8 04:05:29 2026] GET /v2.0/subnets/de81de7c-e978-4bf9-88d1-2f02a27baf18/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:05:29.483 7 INFO neutron.api.v2.resource [None req-e722fa3e-82c5-4ed2-bcc5-e2a3334fadef 1d2e7d06edd84c678ae5ab964aff1dad 7398527f0bf4444299f9fcd25b66edd7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1161/2341] 10.0.0.251 () {32 vars in 740 bytes} [Fri May 8 04:05:29 2026] GET /v2.0/trunks/5ba2c666-bb5b-414c-802e-43d9c1f9d789/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 04:05:29.505 8 INFO neutron.api.v2.resource [None req-7f603992-3e2e-4176-aebb-d1b12ec949e6 e26735999c1a4ff5b9454bf6f42c1f6c 054043b2dba342a4b16a1d9634758736 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1181/2342] 10.0.0.251 () {32 vars in 742 bytes} [Fri May 8 04:05:29 2026] GET /v2.0/subnets/de81de7c-e978-4bf9-88d1-2f02a27baf18/tags/green => generated 99 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2343] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:29 2026] DELETE /v2.0/trunks/5ba2c666-bb5b-414c-802e-43d9c1f9d789/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2344] 10.0.0.251 () {32 vars in 741 bytes} [Fri May 8 04:05:29 2026] DELETE /v2.0/subnets/de81de7c-e978-4bf9-88d1-2f02a27baf18/tags/red => 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: 1163/2345] 10.0.0.251 () {32 vars in 728 bytes} [Fri May 8 04:05:29 2026] GET /v2.0/trunks/5ba2c666-bb5b-414c-802e-43d9c1f9d789/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:05:29.630 7 INFO neutron.api.v2.resource [None req-ddd18eb4-408d-494b-a57d-a18a72bd1766 1d2e7d06edd84c678ae5ab964aff1dad 7398527f0bf4444299f9fcd25b66edd7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1164/2346] 10.0.0.251 () {32 vars in 743 bytes} [Fri May 8 04:05:29 2026] DELETE /v2.0/trunks/5ba2c666-bb5b-414c-802e-43d9c1f9d789/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2347] 10.0.0.251 () {32 vars in 730 bytes} [Fri May 8 04:05:29 2026] GET /v2.0/subnets/de81de7c-e978-4bf9-88d1-2f02a27baf18/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2348] 10.0.0.251 () {32 vars in 731 bytes} [Fri May 8 04:05:29 2026] DELETE /v2.0/trunks/5ba2c666-bb5b-414c-802e-43d9c1f9d789/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:05:29.693 8 INFO neutron.api.v2.resource [None req-685e4a2e-385c-411e-beb6-ff4a99eaf9c6 e26735999c1a4ff5b9454bf6f42c1f6c 054043b2dba342a4b16a1d9634758736 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1184/2349] 10.0.0.251 () {32 vars in 745 bytes} [Fri May 8 04:05:29 2026] DELETE /v2.0/subnets/de81de7c-e978-4bf9-88d1-2f02a27baf18/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2350] 10.0.0.251 () {32 vars in 728 bytes} [Fri May 8 04:05:29 2026] GET /v2.0/trunks/5ba2c666-bb5b-414c-802e-43d9c1f9d789/tags => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2351] 10.0.0.251 () {32 vars in 718 bytes} [Fri May 8 04:05:29 2026] GET /v2.0/trunks/5ba2c666-bb5b-414c-802e-43d9c1f9d789 => generated 407 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2352] 10.0.0.251 () {32 vars in 733 bytes} [Fri May 8 04:05:29 2026] DELETE /v2.0/subnets/de81de7c-e978-4bf9-88d1-2f02a27baf18/tags => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2353] 10.0.0.251 () {32 vars in 730 bytes} [Fri May 8 04:05:29 2026] GET /v2.0/subnets/de81de7c-e978-4bf9-88d1-2f02a27baf18/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2354] 10.0.0.251 () {32 vars in 716 bytes} [Fri May 8 04:05:29 2026] GET /v2.0/ports/789004de-fac2-442b-8f94-0dafa5a3182c => generated 826 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2355] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:05:29 2026] DELETE /v2.0/subnets/de81de7c-e978-4bf9-88d1-2f02a27baf18 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:05:30.057 7 INFO neutron.services.segments.plugin [-] Segment 296ce9a8-63f9-4a04-8ac7-29b034e9acaf resource provider aggregate not found 2026-05-08 04:05:30.066 7 INFO neutron.services.segments.plugin [-] Segment 296ce9a8-63f9-4a04-8ac7-29b034e9acaf resource provider aggregate not found 2026-05-08 04:05:30.076 7 INFO neutron.services.segments.plugin [-] Segment 296ce9a8-63f9-4a04-8ac7-29b034e9acaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 296ce9a8-63f9-4a04-8ac7-29b034e9acaf found for delete ", "request_id": "req-87db0944-3f34-491f-8b0c-f8b1eba1fe3b"}]} 2026-05-08 04:05:30.089 7 INFO neutron.services.segments.plugin [-] Segment 296ce9a8-63f9-4a04-8ac7-29b034e9acaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 296ce9a8-63f9-4a04-8ac7-29b034e9acaf found for delete ", "request_id": "req-da01a4e0-71f0-4ae3-a0d1-c5f120756e8d"}]} [pid: 7|app: 0|req: 1170/2356] 10.0.0.251 () {32 vars in 721 bytes} [Fri May 8 04:05:30 2026] DELETE /v2.0/trunks/5ba2c666-bb5b-414c-802e-43d9c1f9d789 => 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: 1187/2357] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:29 2026] GET /v2.0/security-groups?tenant_id=2ec363d908d046f89a5023ba122b1859&name=default => generated 2929 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2358] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:30 2026] GET /v2.0/security-groups?tenant_id=60eaf3f5775146a680cb7a5f91060d92&name=default => generated 2925 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:05:30.245 8 INFO neutron.services.segments.plugin [-] Segment 28670aca-0cfb-48e1-9334-4dec5024a881 resource provider aggregate not found 2026-05-08 04:05:30.249 8 INFO neutron.services.segments.plugin [-] Segment 28670aca-0cfb-48e1-9334-4dec5024a881 resource provider aggregate not found 2026-05-08 04:05:30.264 8 INFO neutron.services.segments.plugin [-] Segment 28670aca-0cfb-48e1-9334-4dec5024a881 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28670aca-0cfb-48e1-9334-4dec5024a881 found for delete ", "request_id": "req-77f4b2b3-e78f-4682-9a10-b6426f203074"}]} 2026-05-08 04:05:30.268 8 INFO neutron.services.segments.plugin [-] Segment 28670aca-0cfb-48e1-9334-4dec5024a881 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28670aca-0cfb-48e1-9334-4dec5024a881 found for delete ", "request_id": "req-1d7be504-6a10-4170-abc5-4923006b86e1"}]} [pid: 8|app: 0|req: 1188/2359] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:05:30 2026] DELETE /v2.0/networks/3214a48c-7671-49bf-9f38-596eb6b0fc2c => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:05:30.285 7 INFO neutron_taas.services.taas.taas_plugin [None req-ec74279c-2a33-439b-8a50-31ccdbdbb785 1d2e7d06edd84c678ae5ab964aff1dad 7398527f0bf4444299f9fcd25b66edd7 - - default default] TaaS: Handle Delete Port: 789004de-fac2-442b-8f94-0dafa5a3182c 2026-05-08 04:05:30.288 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec74279c-2a33-439b-8a50-31ccdbdbb785 1d2e7d06edd84c678ae5ab964aff1dad 7398527f0bf4444299f9fcd25b66edd7 - - default default] Tap Mirror: Handle Delete Port: 789004de-fac2-442b-8f94-0dafa5a3182c [pid: 8|app: 0|req: 1189/2360] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:30 2026] DELETE /v2.0/security-groups/6db5e1b5-13ff-4507-b77c-2d2e6051108f => 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: 1172/2361] 10.0.0.251 () {32 vars in 719 bytes} [Fri May 8 04:05:30 2026] DELETE /v2.0/ports/789004de-fac2-442b-8f94-0dafa5a3182c => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2362] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:30 2026] DELETE /v2.0/security-groups/5ce09925-0d1a-4ac7-b541-b9485dacb22b => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2363] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:05:30 2026] DELETE /v2.0/networks/9ca66404-e559-41c6-ab30-709bcea8fc66 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2364] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:30 2026] GET /v2.0/security-groups?tenant_id=c4e7f1c6b4f64731a3db3cfc6364448a&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2365] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:30 2026] GET /v2.0/security-groups?tenant_id=40c29280e79e4a3aac8eaac476da8c96&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: 1192/2366] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:30 2026] DELETE /v2.0/security-groups/80f6b5b8-dd1f-4e2c-b651-4e0cc916610c => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2367] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:30 2026] DELETE /v2.0/security-groups/8a7fb7aa-cef9-4611-9033-f63b948848eb => 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: 1176/2368] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:30 2026] GET /v2.0/security-groups?tenant_id=0918f42862284c04af13d181092ba493&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2369] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:31 2026] GET /v2.0/security-groups?tenant_id=b07037caa0b94222a1ea5891643dd5d5&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2370] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:30 2026] GET /v2.0/security-groups?tenant_id=54efb16fb58f47ab82644e9c12bf860f&name=default => generated 2929 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2371] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:31 2026] DELETE /v2.0/security-groups/e85a5a98-d552-4dfa-8fcf-98fd4741462a => 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: 1179/2372] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:31 2026] DELETE /v2.0/security-groups/3567817d-6b09-4118-87f2-d146e358159d => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2373] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:31 2026] GET /v2.0/security-groups?tenant_id=52f6d42d4b6f4bcdbb4cac4cb4da09ef&name=default => generated 2929 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2374] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:31 2026] DELETE /v2.0/security-groups/3de086ed-0d9a-422c-82f9-a8060f0a5aba => 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: 1195/2375] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:31 2026] DELETE /v2.0/security-groups/8add58de-740d-4dea-ada7-e4b7f95dfe21 => 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: 1181/2376] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:31 2026] GET /v2.0/security-groups?tenant_id=054043b2dba342a4b16a1d9634758736&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2377] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:31 2026] GET /v2.0/security-groups?tenant_id=7398527f0bf4444299f9fcd25b66edd7&name=default => generated 2929 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2378] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:31 2026] DELETE /v2.0/security-groups/ab38ecb4-5f08-4ae0-b9f0-048330124044 => 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: 1197/2379] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:31 2026] DELETE /v2.0/security-groups/5c715338-4763-4290-b9a6-687f76c3eb08 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:05:32.106 7 INFO neutron.services.segments.plugin [-] Segment 7737dcfd-98d4-4942-95b4-265c0feff310 resource provider aggregate not found 2026-05-08 04:05:32.112 7 INFO neutron.services.segments.plugin [-] Segment 7737dcfd-98d4-4942-95b4-265c0feff310 resource provider aggregate not found 2026-05-08 04:05:32.127 7 INFO neutron.services.segments.plugin [-] Segment 7737dcfd-98d4-4942-95b4-265c0feff310 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7737dcfd-98d4-4942-95b4-265c0feff310 found for delete ", "request_id": "req-51ecef2c-338d-430c-94d7-90b158fb89f3"}]} 2026-05-08 04:05:32.128 7 INFO neutron.services.segments.plugin [-] Segment 7737dcfd-98d4-4942-95b4-265c0feff310 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7737dcfd-98d4-4942-95b4-265c0feff310 found for delete ", "request_id": "req-bfdaee2f-f619-4801-a09f-d3c39d296b49"}]} [pid: 7|app: 0|req: 1183/2380] 10.0.0.251 () {34 vars in 675 bytes} [Fri May 8 04:05:34 2026] POST /v2.0/floatingips => generated 552 bytes in 640 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2381] 10.0.0.251 () {34 vars in 758 bytes} [Fri May 8 04:05:35 2026] PUT /v2.0/floatingips/d6f50751-0da2-41c7-81da-c6c0c603409f/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: 1184/2382] 10.0.0.251 () {32 vars in 738 bytes} [Fri May 8 04:05:35 2026] GET /v2.0/floatingips/d6f50751-0da2-41c7-81da-c6c0c603409f/tags => generated 25 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2383] 10.0.0.251 () {34 vars in 769 bytes} [Fri May 8 04:05:35 2026] PUT /v2.0/floatingips/d6f50751-0da2-41c7-81da-c6c0c603409f/tags/green => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2384] 10.0.0.251 () {32 vars in 738 bytes} [Fri May 8 04:05:35 2026] GET /v2.0/floatingips/d6f50751-0da2-41c7-81da-c6c0c603409f/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2385] 10.0.0.251 () {34 vars in 765 bytes} [Fri May 8 04:05:35 2026] PUT /v2.0/floatingips/d6f50751-0da2-41c7-81da-c6c0c603409f/tags/red => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2386] 10.0.0.251 () {32 vars in 738 bytes} [Fri May 8 04:05:35 2026] GET /v2.0/floatingips/d6f50751-0da2-41c7-81da-c6c0c603409f/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:05:35.672 7 INFO neutron.db.segments_db [None req-4e57f89b-52ac-49da-a6bc-370c976d4c44 02711cfc2a7642fa8bbc1f767c98f554 89a247c924c04a769e649c62a684dd95 - - default default] Added segment 1b1969e4-8eb5-490d-bcf6-91a639250dbb of type vxlan for network c4129b65-ffb2-421e-9b25-59b56345fb79 [pid: 8|app: 0|req: 1203/2387] 10.0.0.251 () {34 vars in 787 bytes} [Fri May 8 04:05:35 2026] PUT /v2.0/floatingips/d6f50751-0da2-41c7-81da-c6c0c603409f/tags/black.or.white => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2388] 10.0.0.251 () {32 vars in 738 bytes} [Fri May 8 04:05:35 2026] GET /v2.0/floatingips/d6f50751-0da2-41c7-81da-c6c0c603409f/tags => generated 52 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2389] 10.0.0.251 () {34 vars in 758 bytes} [Fri May 8 04:05:35 2026] PUT /v2.0/floatingips/d6f50751-0da2-41c7-81da-c6c0c603409f/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2390] 10.0.0.251 () {32 vars in 738 bytes} [Fri May 8 04:05:35 2026] GET /v2.0/floatingips/d6f50751-0da2-41c7-81da-c6c0c603409f/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2391] 10.0.0.251 () {32 vars in 746 bytes} [Fri May 8 04:05:35 2026] GET /v2.0/floatingips/d6f50751-0da2-41c7-81da-c6c0c603409f/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:05:35.925 7 INFO neutron.db.l3_hamode_db [None req-4e57f89b-52ac-49da-a6bc-370c976d4c44 02711cfc2a7642fa8bbc1f767c98f554 89a247c924c04a769e649c62a684dd95 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 04:05:35.935 8 INFO neutron.api.v2.resource [None req-2e20a761-b827-4744-a64f-a36daac4b288 5f76ab86cb7441d88f59d5a92588a0eb 19a8376a26654dddad414aa7f1178c81 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1208/2392] 10.0.0.251 () {32 vars in 750 bytes} [Fri May 8 04:05:35 2026] GET /v2.0/floatingips/d6f50751-0da2-41c7-81da-c6c0c603409f/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2393] 10.0.0.251 () {32 vars in 749 bytes} [Fri May 8 04:05:35 2026] DELETE /v2.0/floatingips/d6f50751-0da2-41c7-81da-c6c0c603409f/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2394] 10.0.0.251 () {32 vars in 738 bytes} [Fri May 8 04:05:36 2026] GET /v2.0/floatingips/d6f50751-0da2-41c7-81da-c6c0c603409f/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:05:36.043 7 INFO neutron.db.l3_hamode_db [None req-4e57f89b-52ac-49da-a6bc-370c976d4c44 02711cfc2a7642fa8bbc1f767c98f554 89a247c924c04a769e649c62a684dd95 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 04:05:36.089 8 INFO neutron.api.v2.resource [None req-4dbc8730-bda6-4929-ad8c-f9be818708f3 5f76ab86cb7441d88f59d5a92588a0eb 19a8376a26654dddad414aa7f1178c81 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1211/2395] 10.0.0.251 () {32 vars in 753 bytes} [Fri May 8 04:05:36 2026] DELETE /v2.0/floatingips/d6f50751-0da2-41c7-81da-c6c0c603409f/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2396] 10.0.0.251 () {32 vars in 741 bytes} [Fri May 8 04:05:36 2026] DELETE /v2.0/floatingips/d6f50751-0da2-41c7-81da-c6c0c603409f/tags => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2397] 10.0.0.251 () {32 vars in 738 bytes} [Fri May 8 04:05:36 2026] GET /v2.0/floatingips/d6f50751-0da2-41c7-81da-c6c0c603409f/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:05:36.308 8 INFO neutron_taas.services.taas.taas_plugin [None req-4dd46485-d801-4954-8e89-2d938a187158 5f76ab86cb7441d88f59d5a92588a0eb 19a8376a26654dddad414aa7f1178c81 - - default default] TaaS: Handle Delete Port: b367a208-5d58-4abb-b6d1-f9aa7601a4bc 2026-05-08 04:05:36.311 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4dd46485-d801-4954-8e89-2d938a187158 5f76ab86cb7441d88f59d5a92588a0eb 19a8376a26654dddad414aa7f1178c81 - - default default] Tap Mirror: Handle Delete Port: b367a208-5d58-4abb-b6d1-f9aa7601a4bc [pid: 8|app: 0|req: 1214/2398] 10.0.0.251 () {32 vars in 731 bytes} [Fri May 8 04:05:36 2026] DELETE /v2.0/floatingips/d6f50751-0da2-41c7-81da-c6c0c603409f => 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: 1185/2399] 10.0.0.251 () {34 vars in 667 bytes} [Fri May 8 04:05:35 2026] POST /v2.0/routers => generated 474 bytes in 1196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:05:36.730 8 INFO neutron.db.l3_hamode_db [None req-2fa05270-9ee1-496e-8d74-c27c8a3ed712 02711cfc2a7642fa8bbc1f767c98f554 89a247c924c04a769e649c62a684dd95 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 04:05:36.837 8 INFO neutron.db.l3_hamode_db [None req-2fa05270-9ee1-496e-8d74-c27c8a3ed712 02711cfc2a7642fa8bbc1f767c98f554 89a247c924c04a769e649c62a684dd95 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1186/2400] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:37 2026] GET /v2.0/security-groups?tenant_id=19a8376a26654dddad414aa7f1178c81&name=default => generated 2929 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2401] 10.0.0.251 () {34 vars in 667 bytes} [Fri May 8 04:05:36 2026] POST /v2.0/routers => generated 474 bytes in 732 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:05:37.467 8 INFO neutron.db.l3_hamode_db [None req-47a62ba8-292f-43dc-9b5d-656044150c31 02711cfc2a7642fa8bbc1f767c98f554 89a247c924c04a769e649c62a684dd95 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1187/2402] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:37 2026] DELETE /v2.0/security-groups/14f118c2-e44d-4c90-bcff-e4e38b672ad4 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:05:37.609 8 INFO neutron.db.l3_hamode_db [None req-47a62ba8-292f-43dc-9b5d-656044150c31 02711cfc2a7642fa8bbc1f767c98f554 89a247c924c04a769e649c62a684dd95 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1188/2403] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:37 2026] GET /v2.0/security-groups?tenant_id=98a5af9987cd402b85ccdbf23eb23141&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2404] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:37 2026] DELETE /v2.0/security-groups/80479646-b42b-49d2-bcbe-b258a5ad9d19 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2405] 10.0.0.251 () {34 vars in 667 bytes} [Fri May 8 04:05:37 2026] POST /v2.0/routers => generated 474 bytes in 746 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:05:38.215 7 INFO neutron.db.l3_hamode_db [None req-9dcc965a-6f43-485b-b607-70e266b854c0 02711cfc2a7642fa8bbc1f767c98f554 89a247c924c04a769e649c62a684dd95 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 04:05:38.315 7 INFO neutron.db.l3_hamode_db [None req-9dcc965a-6f43-485b-b607-70e266b854c0 02711cfc2a7642fa8bbc1f767c98f554 89a247c924c04a769e649c62a684dd95 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1190/2406] 10.0.0.251 () {34 vars in 667 bytes} [Fri May 8 04:05:38 2026] POST /v2.0/routers => generated 474 bytes in 732 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:05:38.961 8 INFO neutron.db.l3_hamode_db [None req-00bf90f2-a135-4cb0-a8e1-07981429ccff 02711cfc2a7642fa8bbc1f767c98f554 89a247c924c04a769e649c62a684dd95 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 04:05:39.079 8 INFO neutron.db.l3_hamode_db [None req-00bf90f2-a135-4cb0-a8e1-07981429ccff 02711cfc2a7642fa8bbc1f767c98f554 89a247c924c04a769e649c62a684dd95 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1217/2407] 10.0.0.251 () {34 vars in 667 bytes} [Fri May 8 04:05:38 2026] POST /v2.0/routers => generated 474 bytes in 765 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2408] 10.0.0.251 () {34 vars in 750 bytes} [Fri May 8 04:05:39 2026] PUT /v2.0/routers/5e0ffd96-3736-4e6e-998c-617de67904b5/tags => generated 17 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2409] 10.0.0.251 () {34 vars in 750 bytes} [Fri May 8 04:05:39 2026] PUT /v2.0/routers/c91e7ec0-71a0-413a-a8b5-74c1320190cf/tags => generated 25 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2410] 10.0.0.251 () {34 vars in 750 bytes} [Fri May 8 04:05:40 2026] PUT /v2.0/routers/71fe6e37-da51-4221-9908-59301097d413/tags => generated 34 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2411] 10.0.0.251 () {34 vars in 750 bytes} [Fri May 8 04:05:40 2026] PUT /v2.0/routers/fa92ea3d-5a15-4376-8d99-d4dd2a6e8bc9/tags => generated 19 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2412] 10.0.0.251 () {32 vars in 663 bytes} [Fri May 8 04:05:40 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2413] 10.0.0.251 () {32 vars in 677 bytes} [Fri May 8 04:05:40 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2414] 10.0.0.251 () {32 vars in 673 bytes} [Fri May 8 04:05:40 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2415] 10.0.0.251 () {32 vars in 685 bytes} [Fri May 8 04:05:40 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2416] 10.0.0.251 () {32 vars in 671 bytes} [Fri May 8 04:05:40 2026] GET /v2.0/routers?not-tags=red => 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: 1222/2417] 10.0.0.251 () {32 vars in 685 bytes} [Fri May 8 04:05:40 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2418] 10.0.0.251 () {32 vars in 681 bytes} [Fri May 8 04:05:40 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2419] 10.0.0.251 () {32 vars in 693 bytes} [Fri May 8 04:05:40 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2420] 10.0.0.251 () {32 vars in 720 bytes} [Fri May 8 04:05:40 2026] GET /v2.0/routers/5e0ffd96-3736-4e6e-998c-617de67904b5 => generated 485 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:05:41.305 7 INFO neutron.db.segments_db [None req-dfc9e179-bbdc-440e-89d9-a6df782af5b0 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] Added segment 658bfc88-1751-4765-bbb1-529b61c02022 of type vxlan for network b6482bbf-8090-4212-8520-e145e803f923 [pid: 7|app: 0|req: 1198/2421] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:05:41 2026] POST /v2.0/networks => generated 620 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2422] 10.0.0.251 () {34 vars in 741 bytes} [Fri May 8 04:05:40 2026] PUT /v2.0/routers/5e0ffd96-3736-4e6e-998c-617de67904b5 => generated 485 bytes in 570 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:05:41.561 7 INFO neutron.db.segments_db [None req-740b9a59-d4b6-4491-aba1-5d3431a1d399 5918838760634e14aaa858dd2e9bf896 ccf6ea31a7694b15a8e295c8c0ef4b2c - - default default] Added segment 1a51c208-bfc0-4329-a58b-42527541e355 of type vxlan for network eda32998-2c85-4dd6-a1de-95346201b123 [pid: 7|app: 0|req: 1199/2423] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:05:41 2026] POST /v2.0/networks => generated 612 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2424] 10.0.0.251 () {32 vars in 735 bytes} [Fri May 8 04:05:41 2026] GET /v2.0/ports?device_id=5e0ffd96-3736-4e6e-998c-617de67904b5 => 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: 1225/2425] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:05:41 2026] POST /v2.0/subnets => generated 656 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2426] 10.0.0.251 () {34 vars in 663 bytes} [Fri May 8 04:05:41 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: 1202/2427] 10.0.0.251 () {32 vars in 721 bytes} [Fri May 8 04:05:41 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => 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: 1203/2428] 10.0.0.251 () {34 vars in 746 bytes} [Fri May 8 04:05:42 2026] PUT /v2.0/ports/e6a059ef-36b2-48f2-9ee7-6ce13341a26a/tags => generated 25 bytes in 55 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: 1204/2429] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:05:42 2026] POST /v2.0/subnets => generated 731 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2430] 10.0.0.251 () {32 vars in 726 bytes} [Fri May 8 04:05:42 2026] GET /v2.0/ports/e6a059ef-36b2-48f2-9ee7-6ce13341a26a/tags => generated 25 bytes in 38 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-08 04:05:42.404 7 INFO neutron.db.segments_db [None req-93a6d3ba-82cc-491d-bd43-9a3bef94f75c fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] Added segment 8837e690-2406-47c3-8c7a-32f36e681db4 of type vxlan for network 2ddec414-e12e-49da-9553-1db27faa5b20 [pid: 7|app: 0|req: 1206/2431] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:05:42 2026] POST /v2.0/networks => generated 619 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2432] 10.0.0.251 () {34 vars in 757 bytes} [Fri May 8 04:05:42 2026] PUT /v2.0/ports/e6a059ef-36b2-48f2-9ee7-6ce13341a26a/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, ' 2026-05-08 04:05:42.690 8 INFO neutron_taas.services.taas.taas_plugin [None req-64af58b0-af7c-46e0-bca8-6990e503dc32 02711cfc2a7642fa8bbc1f767c98f554 89a247c924c04a769e649c62a684dd95 - - default default] TaaS: Handle Delete Port: abf6729d-fdaa-4b24-befa-598b064f6e36 2026-05-08 04:05:42.694 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64af58b0-af7c-46e0-bca8-6990e503dc32 02711cfc2a7642fa8bbc1f767c98f554 89a247c924c04a769e649c62a684dd95 - - default default] Tap Mirror: Handle Delete Port: abf6729d-fdaa-4b24-befa-598b064f6e36 [pid: 7|app: 0|req: 1208/2433] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:05:42 2026] POST /v2.0/subnets => generated 655 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2434] 10.0.0.251 () {32 vars in 726 bytes} [Fri May 8 04:05:42 2026] GET /v2.0/ports/e6a059ef-36b2-48f2-9ee7-6ce13341a26a/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1226/2435] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:05:41 2026] DELETE /v2.0/routers/5e0ffd96-3736-4e6e-998c-617de67904b5 => generated 0 bytes in 1093 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2436] 10.0.0.251 () {34 vars in 753 bytes} [Fri May 8 04:05:42 2026] PUT /v2.0/ports/e6a059ef-36b2-48f2-9ee7-6ce13341a26a/tags/red => generated 4 bytes in 64 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: 1210/2437] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:05:42 2026] POST /v2.0/subnets => generated 726 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2438] 10.0.0.251 () {32 vars in 720 bytes} [Fri May 8 04:05:42 2026] GET /v2.0/routers/c91e7ec0-71a0-413a-a8b5-74c1320190cf => generated 493 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2439] 10.0.0.251 () {32 vars in 726 bytes} [Fri May 8 04:05:43 2026] GET /v2.0/ports/e6a059ef-36b2-48f2-9ee7-6ce13341a26a/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 04:05:43.104 8 INFO neutron.db.segments_db [None req-7ae03939-f16c-4519-be2b-0ecc3ff29b5b fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] Added segment c0fb8073-cadb-4915-9c36-cb15e20779a3 of type vxlan for network 321ab859-dfcf-4b12-8848-be6a451faf68 [pid: 8|app: 0|req: 1229/2440] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:05:43 2026] POST /v2.0/networks => generated 618 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2441] 10.0.0.251 () {34 vars in 775 bytes} [Fri May 8 04:05:43 2026] PUT /v2.0/ports/e6a059ef-36b2-48f2-9ee7-6ce13341a26a/tags/black.or.white => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1231/2442] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:05:43 2026] POST /v2.0/subnets => generated 656 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2443] 10.0.0.251 () {34 vars in 741 bytes} [Fri May 8 04:05:43 2026] PUT /v2.0/routers/c91e7ec0-71a0-413a-a8b5-74c1320190cf => generated 493 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2444] 10.0.0.251 () {32 vars in 726 bytes} [Fri May 8 04:05:43 2026] GET /v2.0/ports/e6a059ef-36b2-48f2-9ee7-6ce13341a26a/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, ' [pid: 8|app: 0|req: 1233/2445] 10.0.0.251 () {32 vars in 735 bytes} [Fri May 8 04:05:43 2026] GET /v2.0/ports?device_id=c91e7ec0-71a0-413a-a8b5-74c1320190cf => 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: 1234/2446] 10.0.0.251 () {34 vars in 746 bytes} [Fri May 8 04:05:43 2026] PUT /v2.0/ports/e6a059ef-36b2-48f2-9ee7-6ce13341a26a/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: 1213/2447] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:05:43 2026] POST /v2.0/subnets => generated 729 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:05:43.838 8 INFO neutron_taas.services.taas.taas_plugin [None req-7fb8a797-0665-4b7d-ba7d-a25141df5195 02711cfc2a7642fa8bbc1f767c98f554 89a247c924c04a769e649c62a684dd95 - - default default] TaaS: Handle Delete Port: 76ce73f4-f098-4e7b-a194-4a59363363a7 2026-05-08 04:05:43.841 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7fb8a797-0665-4b7d-ba7d-a25141df5195 02711cfc2a7642fa8bbc1f767c98f554 89a247c924c04a769e649c62a684dd95 - - default default] Tap Mirror: Handle Delete Port: 76ce73f4-f098-4e7b-a194-4a59363363a7 [pid: 7|app: 0|req: 1214/2448] 10.0.0.251 () {32 vars in 726 bytes} [Fri May 8 04:05:43 2026] GET /v2.0/ports/e6a059ef-36b2-48f2-9ee7-6ce13341a26a/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 04:05:43.938 7 INFO neutron.db.segments_db [None req-b51d9346-0ad5-4861-920f-3e70a96f379b fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] Added segment 877a575c-70f1-4377-bcf5-b300ab2b0e90 of type vxlan for network f5c1287e-25f4-4f5f-a324-31f3bcab99b6 [pid: 8|app: 0|req: 1235/2451] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:05:43 2026] DELETE /v2.0/routers/c91e7ec0-71a0-413a-a8b5-74c1320190cf => generated 0 bytes in 381 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2452] 10.0.0.251 () {32 vars in 734 bytes} [Fri May 8 04:05:44 2026] GET /v2.0/ports/e6a059ef-36b2-48f2-9ee7-6ce13341a26a/tags/red => generated 0 bytes in 44 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: 1237/2453] 10.0.0.251 () {32 vars in 720 bytes} [Fri May 8 04:05:44 2026] GET /v2.0/routers/71fe6e37-da51-4221-9908-59301097d413 => generated 502 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:05:44.189 8 INFO neutron.api.v2.resource [None req-79d3898e-ce50-4989-bbd1-0205e328b119 5918838760634e14aaa858dd2e9bf896 ccf6ea31a7694b15a8e295c8c0ef4b2c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1238/2454] 10.0.0.251 () {32 vars in 738 bytes} [Fri May 8 04:05:44 2026] GET /v2.0/ports/e6a059ef-36b2-48f2-9ee7-6ce13341a26a/tags/green => generated 99 bytes in 62 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, ' 2026-05-08 04:05:44.221 7 INFO neutron.db.l3_hamode_db [None req-b51d9346-0ad5-4861-920f-3e70a96f379b fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1239/2455] 10.0.0.251 () {34 vars in 741 bytes} [Fri May 8 04:05:44 2026] PUT /v2.0/routers/71fe6e37-da51-4221-9908-59301097d413 => generated 502 bytes in 526 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2456] 10.0.0.251 () {32 vars in 737 bytes} [Fri May 8 04:05:44 2026] DELETE /v2.0/ports/e6a059ef-36b2-48f2-9ee7-6ce13341a26a/tags/red => generated 0 bytes in 60 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: 1241/2457] 10.0.0.251 () {32 vars in 735 bytes} [Fri May 8 04:05:44 2026] GET /v2.0/ports?device_id=71fe6e37-da51-4221-9908-59301097d413 => 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: 1242/2458] 10.0.0.251 () {32 vars in 726 bytes} [Fri May 8 04:05:44 2026] GET /v2.0/ports/e6a059ef-36b2-48f2-9ee7-6ce13341a26a/tags => generated 30 bytes in 64 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-08 04:05:44.908 7 INFO neutron.db.l3_hamode_db [None req-b51d9346-0ad5-4861-920f-3e70a96f379b fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 04:05:45.046 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb9ad406-fa62-4b96-9f41-2823ceddd3c2 02711cfc2a7642fa8bbc1f767c98f554 89a247c924c04a769e649c62a684dd95 - - default default] TaaS: Handle Delete Port: f367f8fb-829c-4eb5-8fa7-9bc35454ad44 2026-05-08 04:05:45.048 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb9ad406-fa62-4b96-9f41-2823ceddd3c2 02711cfc2a7642fa8bbc1f767c98f554 89a247c924c04a769e649c62a684dd95 - - default default] Tap Mirror: Handle Delete Port: f367f8fb-829c-4eb5-8fa7-9bc35454ad44 [pid: 8|app: 0|req: 1243/2459] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:05:44 2026] DELETE /v2.0/routers/71fe6e37-da51-4221-9908-59301097d413 => generated 0 bytes in 385 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:05:45.303 8 INFO neutron.api.v2.resource [None req-e1324dbc-3bcb-46bd-b9ef-5dc91ae44b8f 5918838760634e14aaa858dd2e9bf896 ccf6ea31a7694b15a8e295c8c0ef4b2c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1244/2460] 10.0.0.251 () {32 vars in 741 bytes} [Fri May 8 04:05:45 2026] DELETE /v2.0/ports/e6a059ef-36b2-48f2-9ee7-6ce13341a26a/tags/green => generated 99 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1245/2461] 10.0.0.251 () {32 vars in 720 bytes} [Fri May 8 04:05:45 2026] GET /v2.0/routers/fa92ea3d-5a15-4376-8d99-d4dd2a6e8bc9 => generated 487 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2462] 10.0.0.251 () {32 vars in 729 bytes} [Fri May 8 04:05:45 2026] DELETE /v2.0/ports/e6a059ef-36b2-48f2-9ee7-6ce13341a26a/tags => generated 0 bytes in 59 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: 1217/2463] 10.0.0.251 () {34 vars in 668 bytes} [Fri May 8 04:05:43 2026] POST /v2.0/routers => generated 685 bytes in 1863 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2464] 10.0.0.251 () {32 vars in 726 bytes} [Fri May 8 04:05:45 2026] GET /v2.0/ports/e6a059ef-36b2-48f2-9ee7-6ce13341a26a/tags => generated 12 bytes in 45 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: 1247/2465] 10.0.0.251 () {34 vars in 741 bytes} [Fri May 8 04:05:45 2026] PUT /v2.0/routers/fa92ea3d-5a15-4376-8d99-d4dd2a6e8bc9 => generated 487 bytes in 578 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:05:46.103 8 INFO neutron_taas.services.taas.taas_plugin [None req-5974c92c-dd33-4112-8244-92891feda009 5918838760634e14aaa858dd2e9bf896 ccf6ea31a7694b15a8e295c8c0ef4b2c - - default default] TaaS: Handle Delete Port: e6a059ef-36b2-48f2-9ee7-6ce13341a26a 2026-05-08 04:05:46.106 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5974c92c-dd33-4112-8244-92891feda009 5918838760634e14aaa858dd2e9bf896 ccf6ea31a7694b15a8e295c8c0ef4b2c - - default default] Tap Mirror: Handle Delete Port: e6a059ef-36b2-48f2-9ee7-6ce13341a26a [pid: 8|app: 0|req: 1248/2466] 10.0.0.251 () {32 vars in 719 bytes} [Fri May 8 04:05:45 2026] DELETE /v2.0/ports/e6a059ef-36b2-48f2-9ee7-6ce13341a26a => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2467] 10.0.0.251 () {32 vars in 735 bytes} [Fri May 8 04:05:46 2026] GET /v2.0/ports?device_id=fa92ea3d-5a15-4376-8d99-d4dd2a6e8bc9 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:05:46.318 8 INFO neutron.services.segments.plugin [-] Segment 1a51c208-bfc0-4329-a58b-42527541e355 resource provider aggregate not found 2026-05-08 04:05:46.324 8 INFO neutron.services.segments.plugin [-] Segment 1a51c208-bfc0-4329-a58b-42527541e355 resource provider aggregate not found 2026-05-08 04:05:46.342 8 INFO neutron.services.segments.plugin [-] Segment 1a51c208-bfc0-4329-a58b-42527541e355 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a51c208-bfc0-4329-a58b-42527541e355 found for delete ", "request_id": "req-0043b74d-ad0d-4e4e-b283-d3a226535d86"}]} 2026-05-08 04:05:46.346 8 INFO neutron.services.segments.plugin [-] Segment 1a51c208-bfc0-4329-a58b-42527541e355 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a51c208-bfc0-4329-a58b-42527541e355 found for delete ", "request_id": "req-c6e4da7a-8ee7-4256-848c-1ff13bf1596f"}]} [pid: 8|app: 0|req: 1250/2468] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:05:46 2026] DELETE /v2.0/networks/eda32998-2c85-4dd6-a1de-95346201b123 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:05:46.485 8 INFO neutron_taas.services.taas.taas_plugin [None req-faf37a49-b58f-4bfa-9fe2-db8229db806d 02711cfc2a7642fa8bbc1f767c98f554 89a247c924c04a769e649c62a684dd95 - - default default] TaaS: Handle Delete Port: ad22503e-34a5-4b2d-a8b3-e0b339aedd5d 2026-05-08 04:05:46.487 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-faf37a49-b58f-4bfa-9fe2-db8229db806d 02711cfc2a7642fa8bbc1f767c98f554 89a247c924c04a769e649c62a684dd95 - - default default] Tap Mirror: Handle Delete Port: ad22503e-34a5-4b2d-a8b3-e0b339aedd5d [pid: 8|app: 0|req: 1251/2469] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:05:46 2026] DELETE /v2.0/routers/fa92ea3d-5a15-4376-8d99-d4dd2a6e8bc9 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2470] 10.0.0.251 () {32 vars in 720 bytes} [Fri May 8 04:05:46 2026] GET /v2.0/routers/c6b082ef-1140-4c7e-986a-fa10edf41b10 => generated 480 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2471] 10.0.0.251 () {34 vars in 782 bytes} [Fri May 8 04:05:45 2026] PUT /v2.0/routers/cba8fefb-0230-4e9f-9dc1-e4632d31effe/add_router_interface => generated 309 bytes in 1150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2472] 10.0.0.251 () {34 vars in 741 bytes} [Fri May 8 04:05:46 2026] PUT /v2.0/routers/c6b082ef-1140-4c7e-986a-fa10edf41b10 => generated 480 bytes in 495 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2473] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:47 2026] GET /v2.0/security-groups?tenant_id=a8ed84d1a941424882894848ddad769e&name=default => generated 2929 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2474] 10.0.0.251 () {32 vars in 735 bytes} [Fri May 8 04:05:47 2026] GET /v2.0/ports?device_id=c6b082ef-1140-4c7e-986a-fa10edf41b10 => 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: 1256/2475] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:47 2026] DELETE /v2.0/security-groups/7c128d7d-f2bd-478d-b8d9-adf4d8838243 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:05:47.972 8 INFO neutron_taas.services.taas.taas_plugin [None req-9c9c2828-78a2-4296-9670-8e474530303f 02711cfc2a7642fa8bbc1f767c98f554 89a247c924c04a769e649c62a684dd95 - - default default] TaaS: Handle Delete Port: aa9ab7bd-ebd6-4518-a9e2-ee72ac060808 2026-05-08 04:05:47.977 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c9c2828-78a2-4296-9670-8e474530303f 02711cfc2a7642fa8bbc1f767c98f554 89a247c924c04a769e649c62a684dd95 - - default default] Tap Mirror: Handle Delete Port: aa9ab7bd-ebd6-4518-a9e2-ee72ac060808 2026-05-08 04:05:48.423 8 INFO neutron.services.segments.plugin [-] Segment 1b1969e4-8eb5-490d-bcf6-91a639250dbb resource provider aggregate not found 2026-05-08 04:05:48.429 8 INFO neutron.services.segments.plugin [-] Segment 1b1969e4-8eb5-490d-bcf6-91a639250dbb resource provider aggregate not found 2026-05-08 04:05:48.445 8 INFO neutron.services.segments.plugin [-] Segment 1b1969e4-8eb5-490d-bcf6-91a639250dbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b1969e4-8eb5-490d-bcf6-91a639250dbb found for delete ", "request_id": "req-c1122d6f-1368-4108-b792-d08445167776"}]} 2026-05-08 04:05:48.448 8 INFO neutron.services.segments.plugin [-] Segment 1b1969e4-8eb5-490d-bcf6-91a639250dbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b1969e4-8eb5-490d-bcf6-91a639250dbb found for delete ", "request_id": "req-6c8188d2-f9f5-468f-a200-b87404515ac8"}]} 2026-05-08 04:05:48.462 8 INFO neutron.db.l3_hamode_db [None req-9c9c2828-78a2-4296-9670-8e474530303f 02711cfc2a7642fa8bbc1f767c98f554 89a247c924c04a769e649c62a684dd95 - - default default] HA network c4129b65-ffb2-421e-9b25-59b56345fb79 was deleted as no HA routers are present in tenant 89a247c924c04a769e649c62a684dd95. [pid: 8|app: 0|req: 1257/2476] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:05:47 2026] DELETE /v2.0/routers/c6b082ef-1140-4c7e-986a-fa10edf41b10 => generated 0 bytes in 671 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2477] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:48 2026] GET /v2.0/security-groups?tenant_id=ccf6ea31a7694b15a8e295c8c0ef4b2c&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: 1259/2478] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:48 2026] DELETE /v2.0/security-groups/93a61f84-6925-4de4-94e7-5ef36f0ab26b => 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: 1220/2479] 10.0.0.251 () {34 vars in 782 bytes} [Fri May 8 04:05:46 2026] PUT /v2.0/routers/cba8fefb-0230-4e9f-9dc1-e4632d31effe/add_router_interface => generated 309 bytes in 2055 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2480] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:49 2026] GET /v2.0/security-groups?tenant_id=cf68cdac5d8e4dcea65c09a5b3d072e4&name=default => generated 2929 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2481] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:49 2026] DELETE /v2.0/security-groups/d0fcd0aa-a08d-4144-b958-f6cfb5114c2c => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2482] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:49 2026] GET /v2.0/security-groups?tenant_id=dc7bb51b52364293964085f7399f20b0&name=default => generated 2929 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2483] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:50 2026] DELETE /v2.0/security-groups/da82a729-0c36-445f-9b91-00cc961b337b => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2484] 10.0.0.251 () {34 vars in 782 bytes} [Fri May 8 04:05:49 2026] PUT /v2.0/routers/cba8fefb-0230-4e9f-9dc1-e4632d31effe/add_router_interface => generated 309 bytes in 1367 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2485] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:50 2026] GET /v2.0/security-groups?tenant_id=89a247c924c04a769e649c62a684dd95&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2486] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:50 2026] DELETE /v2.0/security-groups/684cd8c2-8d31-48e2-9f22-b93f85981860 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2487] 10.0.0.251 () {34 vars in 683 bytes} [Fri May 8 04:05:50 2026] POST /v2.0/security-groups => generated 1628 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2488] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:05:50 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: 1262/2489] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:05:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2490] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:05:50 2026] POST /v2.0/security-group-rules => generated 599 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2491] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:05:50 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: 1229/2492] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:05:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2493] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:05:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2494] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:05:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2495] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:05:51 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: 7|app: 0|req: 1231/2496] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:05:51 2026] POST /v2.0/security-group-rules => generated 599 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2497] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:05:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2498] 10.0.0.251 () {34 vars in 694 bytes} [Fri May 8 04:05:52 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: 1233/2499] 10.0.0.205 () {34 vars in 1091 bytes} [Fri May 8 04:05:52 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-45298396&fields=id&tenant_id=bad6e595934a47afb41d4c0f8d4753f6 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2500] 10.0.0.205 () {34 vars in 981 bytes} [Fri May 8 04:05:52 2026] GET /v2.0/networks?id=2ddec414-e12e-49da-9553-1db27faa5b20 => generated 705 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2501] 10.0.0.205 () {34 vars in 964 bytes} [Fri May 8 04:05:52 2026] GET /v2.0/quotas/bad6e595934a47afb41d4c0f8d4753f6 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:05:52.509 8 INFO neutron.db.segments_db [None req-d48191bc-232a-483c-978c-92a5475043cd 73855c09c63b47f4bc8f1ee827d6b0c6 0fedf63e638747bfaddf788ca5a4dd2a - - default default] Added segment c540bfea-8571-411b-ac74-3784ea586961 of type vxlan for network 81b7098c-ddd6-4c33-84ce-41c78b7a6a91 [pid: 7|app: 0|req: 1236/2502] 10.0.0.205 () {34 vars in 1001 bytes} [Fri May 8 04:05:52 2026] GET /v2.0/ports?tenant_id=bad6e595934a47afb41d4c0f8d4753f6&fields=id => generated 287 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2503] 10.0.0.205 () {34 vars in 1007 bytes} [Fri May 8 04:05:52 2026] GET /v2.0/networks/2ddec414-e12e-49da-9553-1db27faa5b20?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2504] 10.0.0.205 () {34 vars in 1107 bytes} [Fri May 8 04:05:52 2026] GET /v2.0/networks/2ddec414-e12e-49da-9553-1db27faa5b20?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) 2026-05-08 04:05:52.803 8 INFO neutron.db.l3_hamode_db [None req-d48191bc-232a-483c-978c-92a5475043cd 73855c09c63b47f4bc8f1ee827d6b0c6 0fedf63e638747bfaddf788ca5a4dd2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1239/2505] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:05:52 2026] GET /v2.0/ports?device_id=60a5e230-222d-4062-947e-2c06e06158e1 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:05:52.950 8 INFO neutron.db.l3_hamode_db [None req-d48191bc-232a-483c-978c-92a5475043cd 73855c09c63b47f4bc8f1ee827d6b0c6 0fedf63e638747bfaddf788ca5a4dd2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1267/2506] 10.0.0.251 () {34 vars in 667 bytes} [Fri May 8 04:05:52 2026] POST /v2.0/routers => generated 474 bytes in 1305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2507] 10.0.0.251 () {34 vars in 750 bytes} [Fri May 8 04:05:53 2026] PUT /v2.0/routers/ce55e35c-dcc8-4c75-8f80-2e6854bab242/tags => generated 25 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2508] 10.0.0.251 () {32 vars in 730 bytes} [Fri May 8 04:05:53 2026] GET /v2.0/routers/ce55e35c-dcc8-4c75-8f80-2e6854bab242/tags => generated 25 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2509] 10.0.0.251 () {34 vars in 761 bytes} [Fri May 8 04:05:53 2026] PUT /v2.0/routers/ce55e35c-dcc8-4c75-8f80-2e6854bab242/tags/green => generated 4 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2510] 10.0.0.251 () {32 vars in 730 bytes} [Fri May 8 04:05:53 2026] GET /v2.0/routers/ce55e35c-dcc8-4c75-8f80-2e6854bab242/tags => generated 34 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2511] 10.0.0.251 () {34 vars in 757 bytes} [Fri May 8 04:05:54 2026] PUT /v2.0/routers/ce55e35c-dcc8-4c75-8f80-2e6854bab242/tags/red => generated 4 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2512] 10.0.0.251 () {32 vars in 730 bytes} [Fri May 8 04:05:54 2026] GET /v2.0/routers/ce55e35c-dcc8-4c75-8f80-2e6854bab242/tags => generated 34 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2513] 10.0.0.251 () {34 vars in 779 bytes} [Fri May 8 04:05:54 2026] PUT /v2.0/routers/ce55e35c-dcc8-4c75-8f80-2e6854bab242/tags/black.or.white => generated 4 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2514] 10.0.0.251 () {32 vars in 730 bytes} [Fri May 8 04:05:54 2026] GET /v2.0/routers/ce55e35c-dcc8-4c75-8f80-2e6854bab242/tags => generated 52 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2515] 10.0.0.251 () {34 vars in 750 bytes} [Fri May 8 04:05:54 2026] PUT /v2.0/routers/ce55e35c-dcc8-4c75-8f80-2e6854bab242/tags => generated 37 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2516] 10.0.0.251 () {32 vars in 730 bytes} [Fri May 8 04:05:54 2026] GET /v2.0/routers/ce55e35c-dcc8-4c75-8f80-2e6854bab242/tags => generated 37 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2517] 10.0.0.251 () {32 vars in 738 bytes} [Fri May 8 04:05:54 2026] GET /v2.0/routers/ce55e35c-dcc8-4c75-8f80-2e6854bab242/tags/red => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:05:54.839 8 INFO neutron.api.v2.resource [None req-6f6a8c42-9968-45a7-8c34-f5e03cc23a6a 73855c09c63b47f4bc8f1ee827d6b0c6 0fedf63e638747bfaddf788ca5a4dd2a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1273/2518] 10.0.0.251 () {32 vars in 742 bytes} [Fri May 8 04:05:54 2026] GET /v2.0/routers/ce55e35c-dcc8-4c75-8f80-2e6854bab242/tags/green => generated 99 bytes in 95 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2519] 10.0.0.251 () {32 vars in 741 bytes} [Fri May 8 04:05:54 2026] DELETE /v2.0/routers/ce55e35c-dcc8-4c75-8f80-2e6854bab242/tags/red => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2520] 10.0.0.251 () {32 vars in 730 bytes} [Fri May 8 04:05:54 2026] GET /v2.0/routers/ce55e35c-dcc8-4c75-8f80-2e6854bab242/tags => generated 30 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:05:55.175 7 INFO neutron.api.v2.resource [None req-1b3c644e-b5ee-4fe6-9f69-b4b9e68a0c1f 73855c09c63b47f4bc8f1ee827d6b0c6 0fedf63e638747bfaddf788ca5a4dd2a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1248/2521] 10.0.0.251 () {32 vars in 745 bytes} [Fri May 8 04:05:55 2026] DELETE /v2.0/routers/ce55e35c-dcc8-4c75-8f80-2e6854bab242/tags/green => generated 99 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2522] 10.0.0.251 () {32 vars in 733 bytes} [Fri May 8 04:05:55 2026] DELETE /v2.0/routers/ce55e35c-dcc8-4c75-8f80-2e6854bab242/tags => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:05:55.324 8 INFO neutron.db.segments_db [None req-7a739d08-29c5-4d9d-aae4-cc0945eb84a0 db90847f0a184f4cb6daf4b7eab38210 e4d2c3d036d143cc9ddee5e8e84eb1f1 - - default default] Added segment ff699afc-b3bc-41fa-887e-9759f648b7b4 of type vxlan for network da893a8f-a941-45fc-a364-2d4f58865f38 [pid: 7|app: 0|req: 1250/2523] 10.0.0.251 () {32 vars in 730 bytes} [Fri May 8 04:05:55 2026] GET /v2.0/routers/ce55e35c-dcc8-4c75-8f80-2e6854bab242/tags => generated 12 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2524] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:05:54 2026] POST /v2.0/networks => generated 612 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2525] 10.0.0.251 () {32 vars in 720 bytes} [Fri May 8 04:05:55 2026] GET /v2.0/routers/ce55e35c-dcc8-4c75-8f80-2e6854bab242 => generated 480 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2526] 10.0.0.251 () {34 vars in 663 bytes} [Fri May 8 04:05:55 2026] POST /v2.0/ports => generated 743 bytes in 343 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: 1252/2527] 10.0.0.251 () {34 vars in 741 bytes} [Fri May 8 04:05:55 2026] PUT /v2.0/routers/ce55e35c-dcc8-4c75-8f80-2e6854bab242 => generated 480 bytes in 524 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2528] 10.0.0.251 () {32 vars in 735 bytes} [Fri May 8 04:05:55 2026] GET /v2.0/ports?device_id=ce55e35c-dcc8-4c75-8f80-2e6854bab242 => 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: 1276/2529] 10.0.0.251 () {34 vars in 665 bytes} [Fri May 8 04:05:55 2026] POST /v2.0/trunks => generated 407 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:05:56.129 8 INFO neutron.db.segments_db [None req-baad1e21-408c-4eb7-bedd-223a4b82e6d3 db90847f0a184f4cb6daf4b7eab38210 e4d2c3d036d143cc9ddee5e8e84eb1f1 - - default default] Added segment b5326d37-4716-4a01-bf46-1a90563eea97 of type vxlan for network b3807f07-a2a5-43d1-bc92-4cb815dbfd76 2026-05-08 04:05:56.177 7 INFO neutron_taas.services.taas.taas_plugin [None req-a90bd89f-cc94-4514-ba67-a3cde4a1286e 73855c09c63b47f4bc8f1ee827d6b0c6 0fedf63e638747bfaddf788ca5a4dd2a - - default default] TaaS: Handle Delete Port: efd3e1e8-9d4b-477f-aa8c-5948a3f65148 2026-05-08 04:05:56.180 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a90bd89f-cc94-4514-ba67-a3cde4a1286e 73855c09c63b47f4bc8f1ee827d6b0c6 0fedf63e638747bfaddf788ca5a4dd2a - - default default] Tap Mirror: Handle Delete Port: efd3e1e8-9d4b-477f-aa8c-5948a3f65148 [pid: 8|app: 0|req: 1277/2530] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:05:56 2026] POST /v2.0/networks => generated 613 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:05:56.492 7 INFO neutron.services.segments.plugin [-] Segment c540bfea-8571-411b-ac74-3784ea586961 resource provider aggregate not found 2026-05-08 04:05:56.499 7 INFO neutron.services.segments.plugin [-] Segment c540bfea-8571-411b-ac74-3784ea586961 resource provider aggregate not found 2026-05-08 04:05:56.519 7 INFO neutron.services.segments.plugin [-] Segment c540bfea-8571-411b-ac74-3784ea586961 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c540bfea-8571-411b-ac74-3784ea586961 found for delete ", "request_id": "req-0e2e7e31-0212-472b-9c62-03c778e0419b"}]} 2026-05-08 04:05:56.522 7 INFO neutron.db.l3_hamode_db [None req-a90bd89f-cc94-4514-ba67-a3cde4a1286e 73855c09c63b47f4bc8f1ee827d6b0c6 0fedf63e638747bfaddf788ca5a4dd2a - - default default] HA network 81b7098c-ddd6-4c33-84ce-41c78b7a6a91 was deleted as no HA routers are present in tenant 0fedf63e638747bfaddf788ca5a4dd2a. [pid: 8|app: 0|req: 1278/2531] 10.0.0.251 () {34 vars in 663 bytes} [Fri May 8 04:05:56 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) [pid: 7|app: 0|req: 1254/2532] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:05:56 2026] DELETE /v2.0/routers/ce55e35c-dcc8-4c75-8f80-2e6854bab242 => generated 0 bytes in 517 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:05:56.535 7 INFO neutron.services.segments.plugin [-] Segment c540bfea-8571-411b-ac74-3784ea586961 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c540bfea-8571-411b-ac74-3784ea586961 found for delete ", "request_id": "req-1ac59e48-e345-462f-91bb-1df4fc01e2cc"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/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: 1279/2533] 10.0.0.251 () {34 vars in 665 bytes} [Fri May 8 04:05:56 2026] POST /v2.0/trunks => generated 407 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:05:56.756 7 INFO neutron.db.segments_db [None req-3e37d847-cf34-436d-be13-7f5291ae9f15 db90847f0a184f4cb6daf4b7eab38210 e4d2c3d036d143cc9ddee5e8e84eb1f1 - - default default] Added segment aa0b71a6-871f-4f44-ab1b-243a5da6ca41 of type vxlan for network a721146c-69c4-421b-bbad-97382010446a [pid: 7|app: 0|req: 1255/2534] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:05:56 2026] POST /v2.0/networks => generated 613 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2535] 10.0.0.251 () {34 vars in 663 bytes} [Fri May 8 04:05:56 2026] POST /v2.0/ports => generated 743 bytes in 335 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: 1281/2536] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:05:57 2026] GET /v2.0/networks?id=2ddec414-e12e-49da-9553-1db27faa5b20 => generated 705 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2537] 199.204.45.113 () {34 vars in 1049 bytes} [Fri May 8 04:05:57 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bad6e595934a47afb41d4c0f8d4753f6 => generated 177 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2538] 10.0.0.251 () {34 vars in 665 bytes} [Fri May 8 04:05:57 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) [pid: 8|app: 0|req: 1283/2539] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:57 2026] GET /v2.0/security-groups?tenant_id=e8d5519c01814a18a02a403d01bffed9&name=default => generated 2929 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:05:57.545 8 INFO neutron.db.segments_db [None req-9ff26672-9356-4f8f-8ace-1bc27165269c db90847f0a184f4cb6daf4b7eab38210 e4d2c3d036d143cc9ddee5e8e84eb1f1 - - default default] Added segment 2c3cb452-1a0a-4e00-8523-76834a3c67b8 of type vxlan for network 6a87a605-63a8-42f9-a18f-e61e8f0a4297 [pid: 8|app: 0|req: 1284/2540] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:05:57 2026] POST /v2.0/networks => generated 613 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2541] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:57 2026] DELETE /v2.0/security-groups/6fae69e6-edf8-40aa-b4f0-347537d81e6d => 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: 1257/2542] 199.204.45.113 () {38 vars in 954 bytes} [Fri May 8 04:05:57 2026] POST /v2.0/ports => generated 1179 bytes in 445 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: 1286/2543] 10.0.0.251 () {34 vars in 663 bytes} [Fri May 8 04:05:57 2026] POST /v2.0/ports => generated 743 bytes in 307 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: 1287/2544] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:05:58 2026] GET /v2.0/security-groups?tenant_id=0fedf63e638747bfaddf788ca5a4dd2a&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2545] 199.204.45.113 () {38 vars in 1027 bytes} [Fri May 8 04:05:57 2026] PUT /v2.0/ports/1ccbcf9c-ac10-4fef-868d-ec615e22ef7e => generated 1460 bytes in 415 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-08 04:05:58.257 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d7df9d69-9693-427e-a528-cbb40058986b'] response: {'name': 'network-changed', 'server_uuid': '60a5e230-222d-4062-947e-2c06e06158e1', 'tag': '1ccbcf9c-ac10-4fef-868d-ec615e22ef7e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1288/2546] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:05:58 2026] GET /v2.0/ports?device_id=60a5e230-222d-4062-947e-2c06e06158e1 => generated 1194 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2547] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:05:58 2026] DELETE /v2.0/security-groups/3af26940-9165-40a0-bef1-345cc2d97580 => 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: 1259/2548] 10.0.0.251 () {34 vars in 665 bytes} [Fri May 8 04:05:58 2026] POST /v2.0/trunks => generated 407 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2549] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:05:58 2026] GET /v2.0/security-groups?id=0e54d897-35ff-4cd6-99f9-6739c1dc1281&fields=id&fields=name => generated 110 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:05:58.443 7 INFO neutron.db.segments_db [None req-0eff2658-6bff-4345-a2c5-8a87e1ba77e5 db90847f0a184f4cb6daf4b7eab38210 e4d2c3d036d143cc9ddee5e8e84eb1f1 - - default default] Added segment 4bcd3bed-5bf4-4298-a2d8-30f7e385d842 of type vxlan for network cff5fc73-c1f4-41a7-ba4b-873b6cc4908d [pid: 7|app: 0|req: 1260/2550] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:05:58 2026] POST /v2.0/networks => generated 612 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2553] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:05:58 2026] GET /v2.0/ports?tenant_id=bad6e595934a47afb41d4c0f8d4753f6&device_id=60a5e230-222d-4062-947e-2c06e06158e1 => generated 1463 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2554] 10.0.0.251 () {34 vars in 663 bytes} [Fri May 8 04:05:58 2026] POST /v2.0/ports => generated 743 bytes in 302 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: 1264/2555] 199.204.45.113 () {34 vars in 1017 bytes} [Fri May 8 04:05:58 2026] GET /v2.0/networks?tenant_id=bad6e595934a47afb41d4c0f8d4753f6&shared=False => generated 2374 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2556] 199.204.45.113 () {34 vars in 929 bytes} [Fri May 8 04:05:58 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2557] 10.0.0.251 () {34 vars in 665 bytes} [Fri May 8 04:05:58 2026] POST /v2.0/trunks => generated 407 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2558] 10.0.0.251 () {34 vars in 748 bytes} [Fri May 8 04:05:59 2026] PUT /v2.0/trunks/2a03484b-dea8-4211-9f2f-6609c620ed8e/tags => generated 17 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2559] 10.0.0.251 () {34 vars in 748 bytes} [Fri May 8 04:05:59 2026] PUT /v2.0/trunks/476ea899-e00e-4a53-a2a9-442ddd01af0d/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: 1267/2560] 10.0.0.251 () {34 vars in 748 bytes} [Fri May 8 04:05:59 2026] PUT /v2.0/trunks/89fd1a47-4ab1-4210-b8e6-772ea4120628/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2561] 10.0.0.251 () {34 vars in 748 bytes} [Fri May 8 04:05:59 2026] PUT /v2.0/trunks/741cd627-ad1e-4cd0-93dc-f955be013ac5/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: 1268/2562] 10.0.0.251 () {32 vars in 661 bytes} [Fri May 8 04:05:59 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2563] 10.0.0.251 () {32 vars in 675 bytes} [Fri May 8 04:05:59 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2564] 10.0.0.251 () {32 vars in 671 bytes} [Fri May 8 04:05:59 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2565] 10.0.0.251 () {32 vars in 683 bytes} [Fri May 8 04:05:59 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2566] 10.0.0.251 () {32 vars in 669 bytes} [Fri May 8 04:05:59 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2567] 10.0.0.251 () {32 vars in 683 bytes} [Fri May 8 04:05:59 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2568] 10.0.0.251 () {32 vars in 679 bytes} [Fri May 8 04:05:59 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2569] 10.0.0.251 () {32 vars in 691 bytes} [Fri May 8 04:05:59 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2570] 10.0.0.251 () {32 vars in 718 bytes} [Fri May 8 04:05:59 2026] GET /v2.0/trunks/2a03484b-dea8-4211-9f2f-6609c620ed8e => 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: 1299/2571] 10.0.0.251 () {32 vars in 716 bytes} [Fri May 8 04:05:59 2026] GET /v2.0/ports/66e6a8e5-18c4-4e6e-a75f-12da6747c59b => 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: 1273/2572] 10.0.0.251 () {32 vars in 721 bytes} [Fri May 8 04:05:59 2026] DELETE /v2.0/trunks/2a03484b-dea8-4211-9f2f-6609c620ed8e => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2573] 10.0.0.251 () {32 vars in 718 bytes} [Fri May 8 04:05:59 2026] GET /v2.0/trunks/476ea899-e00e-4a53-a2a9-442ddd01af0d => generated 420 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2574] 10.0.0.251 () {32 vars in 716 bytes} [Fri May 8 04:05:59 2026] GET /v2.0/ports/eb470b1c-56a3-4550-97cf-fb3233e3d92b => generated 826 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2575] 10.0.0.251 () {32 vars in 721 bytes} [Fri May 8 04:05:59 2026] DELETE /v2.0/trunks/476ea899-e00e-4a53-a2a9-442ddd01af0d => 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: 1275/2576] 10.0.0.251 () {32 vars in 718 bytes} [Fri May 8 04:05:59 2026] GET /v2.0/trunks/89fd1a47-4ab1-4210-b8e6-772ea4120628 => generated 429 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2577] 10.0.0.251 () {32 vars in 716 bytes} [Fri May 8 04:05:59 2026] GET /v2.0/ports/6c337bc8-013d-4a14-9cb8-770cbcb969bf => generated 826 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2578] 10.0.0.251 () {32 vars in 721 bytes} [Fri May 8 04:05:59 2026] DELETE /v2.0/trunks/89fd1a47-4ab1-4210-b8e6-772ea4120628 => 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: 1303/2579] 10.0.0.251 () {32 vars in 718 bytes} [Fri May 8 04:05:59 2026] GET /v2.0/trunks/741cd627-ad1e-4cd0-93dc-f955be013ac5 => generated 414 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2580] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:05:59 2026] GET /v2.0/ports?tenant_id=bad6e595934a47afb41d4c0f8d4753f6&device_id=60a5e230-222d-4062-947e-2c06e06158e1 => generated 1463 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2581] 10.0.0.251 () {32 vars in 716 bytes} [Fri May 8 04:05:59 2026] GET /v2.0/ports/791f67fe-b69a-467a-a1e4-40aa5fa37b50 => generated 826 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2582] 199.204.45.113 () {34 vars in 1055 bytes} [Fri May 8 04:05:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.58&port_id=1ccbcf9c-ac10-4fef-868d-ec615e22ef7e => 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: 1306/2583] 199.204.45.113 () {34 vars in 1103 bytes} [Fri May 8 04:06:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A284&port_id=1ccbcf9c-ac10-4fef-868d-ec615e22ef7e => 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: 1278/2584] 10.0.0.251 () {32 vars in 721 bytes} [Fri May 8 04:05:59 2026] DELETE /v2.0/trunks/741cd627-ad1e-4cd0-93dc-f955be013ac5 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2585] 10.0.0.251 () {32 vars in 718 bytes} [Fri May 8 04:06:00 2026] GET /v2.0/trunks/09f67d05-06e8-45cb-afc7-7e0f6072025c => 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: 1307/2586] 199.204.45.113 () {34 vars in 1063 bytes} [Fri May 8 04:06:00 2026] GET /v2.0/subnets?id=d05ad77b-30dc-465b-967b-a8bc8cdb39f2&id=7abe2ee5-7794-4e55-8454-be2019144a3b => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2587] 10.0.0.251 () {32 vars in 716 bytes} [Fri May 8 04:06:00 2026] GET /v2.0/ports/29c7f5fe-91b0-4a6b-8bfb-df16d05e6da1 => generated 826 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2588] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:06:00 2026] GET /v2.0/ports?network_id=2ddec414-e12e-49da-9553-1db27faa5b20&device_owner=network%3Adhcp => generated 1457 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2589] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:06:00 2026] GET /v2.0/ports?network_id=2ddec414-e12e-49da-9553-1db27faa5b20&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: 1281/2590] 10.0.0.251 () {32 vars in 721 bytes} [Fri May 8 04:06:00 2026] DELETE /v2.0/trunks/09f67d05-06e8-45cb-afc7-7e0f6072025c => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2591] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:06:00 2026] GET /v2.0/networks/2ddec414-e12e-49da-9553-1db27faa5b20?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: 1311/2592] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:06:00 2026] GET /v2.0/networks/2ddec414-e12e-49da-9553-1db27faa5b20?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-08 04:06:00.315 7 INFO neutron_taas.services.taas.taas_plugin [None req-5c00e778-2150-47db-8e06-2900744b77fd db90847f0a184f4cb6daf4b7eab38210 e4d2c3d036d143cc9ddee5e8e84eb1f1 - - default default] TaaS: Handle Delete Port: 66e6a8e5-18c4-4e6e-a75f-12da6747c59b 2026-05-08 04:06:00.318 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c00e778-2150-47db-8e06-2900744b77fd db90847f0a184f4cb6daf4b7eab38210 e4d2c3d036d143cc9ddee5e8e84eb1f1 - - default default] Tap Mirror: Handle Delete Port: 66e6a8e5-18c4-4e6e-a75f-12da6747c59b [pid: 7|app: 0|req: 1282/2593] 10.0.0.251 () {32 vars in 719 bytes} [Fri May 8 04:06:00 2026] DELETE /v2.0/ports/66e6a8e5-18c4-4e6e-a75f-12da6747c59b => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:06:00.482 8 INFO neutron_taas.services.taas.taas_plugin [None req-68234e16-3405-4e6f-b510-cd4c62aa6aec db90847f0a184f4cb6daf4b7eab38210 e4d2c3d036d143cc9ddee5e8e84eb1f1 - - default default] TaaS: Handle Delete Port: eb470b1c-56a3-4550-97cf-fb3233e3d92b 2026-05-08 04:06:00.485 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68234e16-3405-4e6f-b510-cd4c62aa6aec db90847f0a184f4cb6daf4b7eab38210 e4d2c3d036d143cc9ddee5e8e84eb1f1 - - default default] Tap Mirror: Handle Delete Port: eb470b1c-56a3-4550-97cf-fb3233e3d92b [pid: 8|app: 0|req: 1312/2594] 10.0.0.251 () {32 vars in 719 bytes} [Fri May 8 04:06:00 2026] DELETE /v2.0/ports/eb470b1c-56a3-4550-97cf-fb3233e3d92b => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:06:00.659 7 INFO neutron_taas.services.taas.taas_plugin [None req-a7c77ebb-22c2-45c8-bbfd-3af743466c3f db90847f0a184f4cb6daf4b7eab38210 e4d2c3d036d143cc9ddee5e8e84eb1f1 - - default default] TaaS: Handle Delete Port: 6c337bc8-013d-4a14-9cb8-770cbcb969bf 2026-05-08 04:06:00.662 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7c77ebb-22c2-45c8-bbfd-3af743466c3f db90847f0a184f4cb6daf4b7eab38210 e4d2c3d036d143cc9ddee5e8e84eb1f1 - - default default] Tap Mirror: Handle Delete Port: 6c337bc8-013d-4a14-9cb8-770cbcb969bf [pid: 7|app: 0|req: 1283/2595] 10.0.0.251 () {32 vars in 719 bytes} [Fri May 8 04:06:00 2026] DELETE /v2.0/ports/6c337bc8-013d-4a14-9cb8-770cbcb969bf => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:06:00.850 8 INFO neutron_taas.services.taas.taas_plugin [None req-24bb2ac7-199d-4373-8fc1-cb5f56acf9a6 db90847f0a184f4cb6daf4b7eab38210 e4d2c3d036d143cc9ddee5e8e84eb1f1 - - default default] TaaS: Handle Delete Port: 791f67fe-b69a-467a-a1e4-40aa5fa37b50 2026-05-08 04:06:00.854 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24bb2ac7-199d-4373-8fc1-cb5f56acf9a6 db90847f0a184f4cb6daf4b7eab38210 e4d2c3d036d143cc9ddee5e8e84eb1f1 - - default default] Tap Mirror: Handle Delete Port: 791f67fe-b69a-467a-a1e4-40aa5fa37b50 [pid: 8|app: 0|req: 1313/2596] 10.0.0.251 () {32 vars in 719 bytes} [Fri May 8 04:06:00 2026] DELETE /v2.0/ports/791f67fe-b69a-467a-a1e4-40aa5fa37b50 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:06:01.051 7 INFO neutron_taas.services.taas.taas_plugin [None req-7574630f-cbd3-4895-b7a9-b0a0699c7b3d db90847f0a184f4cb6daf4b7eab38210 e4d2c3d036d143cc9ddee5e8e84eb1f1 - - default default] TaaS: Handle Delete Port: 29c7f5fe-91b0-4a6b-8bfb-df16d05e6da1 2026-05-08 04:06:01.054 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7574630f-cbd3-4895-b7a9-b0a0699c7b3d db90847f0a184f4cb6daf4b7eab38210 e4d2c3d036d143cc9ddee5e8e84eb1f1 - - default default] Tap Mirror: Handle Delete Port: 29c7f5fe-91b0-4a6b-8bfb-df16d05e6da1 [pid: 7|app: 0|req: 1284/2597] 10.0.0.251 () {32 vars in 719 bytes} [Fri May 8 04:06:00 2026] DELETE /v2.0/ports/29c7f5fe-91b0-4a6b-8bfb-df16d05e6da1 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:06:01.268 8 INFO neutron.services.segments.plugin [-] Segment ff699afc-b3bc-41fa-887e-9759f648b7b4 resource provider aggregate not found 2026-05-08 04:06:01.272 8 INFO neutron.services.segments.plugin [-] Segment ff699afc-b3bc-41fa-887e-9759f648b7b4 resource provider aggregate not found 2026-05-08 04:06:01.293 8 INFO neutron.services.segments.plugin [-] Segment ff699afc-b3bc-41fa-887e-9759f648b7b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff699afc-b3bc-41fa-887e-9759f648b7b4 found for delete ", "request_id": "req-6ce08e67-fd44-4a63-ae3d-92d793bb99c1"}]} 2026-05-08 04:06:01.294 8 INFO neutron.services.segments.plugin [-] Segment ff699afc-b3bc-41fa-887e-9759f648b7b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff699afc-b3bc-41fa-887e-9759f648b7b4 found for delete ", "request_id": "req-05f200d9-2e75-447b-8fc1-c2f5bdfe5b4a"}]} [pid: 8|app: 0|req: 1314/2598] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:06:01 2026] DELETE /v2.0/networks/da893a8f-a941-45fc-a364-2d4f58865f38 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:06:01.486 7 INFO neutron.services.segments.plugin [-] Segment b5326d37-4716-4a01-bf46-1a90563eea97 resource provider aggregate not found 2026-05-08 04:06:01.490 7 INFO neutron.services.segments.plugin [-] Segment b5326d37-4716-4a01-bf46-1a90563eea97 resource provider aggregate not found 2026-05-08 04:06:01.509 7 INFO neutron.services.segments.plugin [-] Segment b5326d37-4716-4a01-bf46-1a90563eea97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5326d37-4716-4a01-bf46-1a90563eea97 found for delete ", "request_id": "req-5c60f185-5a81-443e-ab4e-9cccf110da44"}]} 2026-05-08 04:06:01.513 7 INFO neutron.services.segments.plugin [-] Segment b5326d37-4716-4a01-bf46-1a90563eea97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5326d37-4716-4a01-bf46-1a90563eea97 found for delete ", "request_id": "req-406bd9d1-ce70-4e54-bbf3-02bd9ebd2d5f"}]} [pid: 7|app: 0|req: 1285/2599] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:06:01 2026] DELETE /v2.0/networks/b3807f07-a2a5-43d1-bc92-4cb815dbfd76 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2600] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:06:01 2026] DELETE /v2.0/networks/a721146c-69c4-421b-bbad-97382010446a => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2601] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:06:01 2026] DELETE /v2.0/networks/6a87a605-63a8-42f9-a18f-e61e8f0a4297 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2602] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:06:01 2026] DELETE /v2.0/networks/cff5fc73-c1f4-41a7-ba4b-873b6cc4908d => 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: 1287/2603] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:06:02 2026] GET /v2.0/security-groups?tenant_id=eef77ba6b58e4b8886b2d90bf9e60faf&name=default => generated 2929 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2604] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:06:03 2026] DELETE /v2.0/security-groups/3d250052-22d4-4506-984b-74c6861367e9 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:06:03.328 8 INFO neutron.services.segments.plugin [-] Segment aa0b71a6-871f-4f44-ab1b-243a5da6ca41 resource provider aggregate not found 2026-05-08 04:06:03.335 8 INFO neutron.services.segments.plugin [-] Segment aa0b71a6-871f-4f44-ab1b-243a5da6ca41 resource provider aggregate not found 2026-05-08 04:06:03.344 8 INFO neutron.services.segments.plugin [-] Segment aa0b71a6-871f-4f44-ab1b-243a5da6ca41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa0b71a6-871f-4f44-ab1b-243a5da6ca41 found for delete ", "request_id": "req-670c418f-c707-4804-8568-5f470020e3f7"}]} 2026-05-08 04:06:03.352 8 INFO neutron.services.segments.plugin [-] Segment aa0b71a6-871f-4f44-ab1b-243a5da6ca41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa0b71a6-871f-4f44-ab1b-243a5da6ca41 found for delete ", "request_id": "req-2ccc07dc-0e5c-4c5b-88b4-da4e756cb552"}]} 2026-05-08 04:06:03.357 8 INFO neutron.services.segments.plugin [-] Segment 4bcd3bed-5bf4-4298-a2d8-30f7e385d842 resource provider aggregate not found 2026-05-08 04:06:03.368 8 INFO neutron.services.segments.plugin [-] Segment 4bcd3bed-5bf4-4298-a2d8-30f7e385d842 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bcd3bed-5bf4-4298-a2d8-30f7e385d842 found for delete ", "request_id": "req-cbb714a1-edd2-4f9b-92b7-6ece3d490907"}]} 2026-05-08 04:06:03.374 8 INFO neutron.services.segments.plugin [-] Segment 4bcd3bed-5bf4-4298-a2d8-30f7e385d842 resource provider aggregate not found 2026-05-08 04:06:03.390 8 INFO neutron.services.segments.plugin [-] Segment 4bcd3bed-5bf4-4298-a2d8-30f7e385d842 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bcd3bed-5bf4-4298-a2d8-30f7e385d842 found for delete ", "request_id": "req-e2e39fd7-fce7-4380-92a0-4a9d2334ca06"}]} 2026-05-08 04:06:03.544 7 INFO neutron.services.segments.plugin [-] Segment 2c3cb452-1a0a-4e00-8523-76834a3c67b8 resource provider aggregate not found 2026-05-08 04:06:03.556 7 INFO neutron.services.segments.plugin [-] Segment 2c3cb452-1a0a-4e00-8523-76834a3c67b8 resource provider aggregate not found 2026-05-08 04:06:03.578 7 INFO neutron.services.segments.plugin [-] Segment 2c3cb452-1a0a-4e00-8523-76834a3c67b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c3cb452-1a0a-4e00-8523-76834a3c67b8 found for delete ", "request_id": "req-5fc112f9-37d9-419c-b50e-c22f00cfbe20"}]} 2026-05-08 04:06:03.580 7 INFO neutron.services.segments.plugin [-] Segment 2c3cb452-1a0a-4e00-8523-76834a3c67b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c3cb452-1a0a-4e00-8523-76834a3c67b8 found for delete ", "request_id": "req-db473f1b-9349-47fe-91e5-9683e3e48c44"}]} [pid: 8|app: 0|req: 1318/2605] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:06:03 2026] GET /v2.0/ports?device_id=60a5e230-222d-4062-947e-2c06e06158e1 => generated 1196 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2606] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:06:03 2026] GET /v2.0/security-groups?tenant_id=03c33706df254e8c80742014a038ac81&name=default => generated 2929 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2607] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:06:03 2026] GET /v2.0/security-groups?id=0e54d897-35ff-4cd6-99f9-6739c1dc1281&fields=id&fields=name => generated 110 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2608] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:06:03 2026] DELETE /v2.0/security-groups/6ca343be-2b42-41a4-9294-71753a390e38 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2609] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:06:03 2026] GET /v2.0/security-groups?tenant_id=e4d2c3d036d143cc9ddee5e8e84eb1f1&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2610] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:06:04 2026] DELETE /v2.0/security-groups/393acc35-8965-4747-b96e-875723b4ffec => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:06:07.765 8 INFO neutron.db.segments_db [None req-a5c4ec5c-e0cd-4e0b-8b19-b0b514653ccd d90f8a38913648ed9d87befa67367a9a 94ecb04348104a0597c2aaf222749917 - - default default] Added segment 314ad3dc-b407-4e60-ad49-661e1c03b8e2 of type vxlan for network cdd4b0b2-5644-4712-a159-614483182d16 [pid: 8|app: 0|req: 1321/2611] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:06:07 2026] POST /v2.0/networks => generated 612 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:06:07.925 7 INFO neutron.db.segments_db [None req-5d345da2-66e5-42b9-babb-79465d02288a d90f8a38913648ed9d87befa67367a9a 94ecb04348104a0597c2aaf222749917 - - default default] Added segment 12e032bd-a207-479e-a2dc-29d1e964e6f7 of type vxlan for network 3175afd2-6945-471d-8801-36eeff4442eb [pid: 7|app: 0|req: 1291/2612] 10.0.0.251 () {34 vars in 669 bytes} [Fri May 8 04:06:07 2026] POST /v2.0/networks => generated 612 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2613] 10.0.0.251 () {34 vars in 752 bytes} [Fri May 8 04:06:08 2026] PUT /v2.0/networks/cdd4b0b2-5644-4712-a159-614483182d16/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2614] 10.0.0.251 () {32 vars in 732 bytes} [Fri May 8 04:06:08 2026] GET /v2.0/networks/cdd4b0b2-5644-4712-a159-614483182d16/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2615] 10.0.0.251 () {34 vars in 752 bytes} [Fri May 8 04:06:08 2026] PUT /v2.0/networks/3175afd2-6945-471d-8801-36eeff4442eb/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2616] 10.0.0.251 () {32 vars in 732 bytes} [Fri May 8 04:06:08 2026] GET /v2.0/networks/3175afd2-6945-471d-8801-36eeff4442eb/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: 1324/2617] 10.0.0.251 () {34 vars in 752 bytes} [Fri May 8 04:06:08 2026] PUT /v2.0/networks/3175afd2-6945-471d-8801-36eeff4442eb/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2618] 10.0.0.251 () {32 vars in 732 bytes} [Fri May 8 04:06:08 2026] GET /v2.0/networks/3175afd2-6945-471d-8801-36eeff4442eb/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2619] 10.0.0.251 () {32 vars in 732 bytes} [Fri May 8 04:06:08 2026] GET /v2.0/networks/cdd4b0b2-5644-4712-a159-614483182d16/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:06:08.562 7 INFO neutron.services.segments.plugin [-] Segment 314ad3dc-b407-4e60-ad49-661e1c03b8e2 resource provider aggregate not found 2026-05-08 04:06:08.568 7 INFO neutron.services.segments.plugin [-] Segment 314ad3dc-b407-4e60-ad49-661e1c03b8e2 resource provider aggregate not found 2026-05-08 04:06:08.584 7 INFO neutron.services.segments.plugin [-] Segment 314ad3dc-b407-4e60-ad49-661e1c03b8e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 314ad3dc-b407-4e60-ad49-661e1c03b8e2 found for delete ", "request_id": "req-67e63749-14c1-43d5-8af7-927f79343313"}]} 2026-05-08 04:06:08.586 7 INFO neutron.services.segments.plugin [-] Segment 314ad3dc-b407-4e60-ad49-661e1c03b8e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 314ad3dc-b407-4e60-ad49-661e1c03b8e2 found for delete ", "request_id": "req-4e51219c-3311-4801-88d5-b27af1b3c1c2"}]} [pid: 7|app: 0|req: 1295/2620] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:06:08 2026] DELETE /v2.0/networks/cdd4b0b2-5644-4712-a159-614483182d16 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:06:08.731 8 INFO neutron.services.segments.plugin [-] Segment 12e032bd-a207-479e-a2dc-29d1e964e6f7 resource provider aggregate not found 2026-05-08 04:06:08.737 8 INFO neutron.services.segments.plugin [-] Segment 12e032bd-a207-479e-a2dc-29d1e964e6f7 resource provider aggregate not found 2026-05-08 04:06:08.753 8 INFO neutron.services.segments.plugin [-] Segment 12e032bd-a207-479e-a2dc-29d1e964e6f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12e032bd-a207-479e-a2dc-29d1e964e6f7 found for delete ", "request_id": "req-62099824-c38a-4abf-aff7-fa77c1a2c439"}]} 2026-05-08 04:06:08.756 8 INFO neutron.services.segments.plugin [-] Segment 12e032bd-a207-479e-a2dc-29d1e964e6f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12e032bd-a207-479e-a2dc-29d1e964e6f7 found for delete ", "request_id": "req-71da0812-fc8e-4b5c-89fc-38c962067401"}]} [pid: 8|app: 0|req: 1326/2621] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:06:08 2026] DELETE /v2.0/networks/3175afd2-6945-471d-8801-36eeff4442eb => 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: 1296/2622] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:06:08 2026] GET /v2.0/ports?device_id=60a5e230-222d-4062-947e-2c06e06158e1 => generated 1196 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2623] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:06:08 2026] GET /v2.0/security-groups?id=0e54d897-35ff-4cd6-99f9-6739c1dc1281&fields=id&fields=name => generated 110 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2624] 10.0.0.251 () {32 vars in 817 bytes} [Fri May 8 04:06:08 2026] GET /v2.0/ports?network_id=2ddec414-e12e-49da-9553-1db27faa5b20&mac_address=fa%3A16%3A3e%3Af9%3A91%3Abc => generated 1196 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2625] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:06:09 2026] GET /v2.0/security-groups?tenant_id=94ecb04348104a0597c2aaf222749917&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2626] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:06:09 2026] DELETE /v2.0/security-groups/4ccaa84c-40c6-4720-8cde-ba38db14b401 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:06:09.891 8 INFO neutron.db.l3_db [None req-d307cd63-02c7-487f-b63f-ff0fa46680ed fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] Floating IP 03a975a2-b329-4377-b2d7-9650effaabd5 associated. External IP: 10.96.250.219, port: 1ccbcf9c-ac10-4fef-868d-ec615e22ef7e. [pid: 7|app: 0|req: 1300/2627] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:06:09 2026] GET /v2.0/security-groups?tenant_id=fa8044aacf9a4d70b38827cdfe2c79b6&name=default => generated 2929 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2628] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:06:10 2026] DELETE /v2.0/security-groups/6576462f-5a55-4f8e-8bf6-b155ed7543d5 => 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: 1328/2629] 10.0.0.251 () {34 vars in 676 bytes} [Fri May 8 04:06:09 2026] POST /v2.0/floatingips => generated 854 bytes in 1148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:06:10.232 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-de1dcef6-623d-47e0-ad53-b8ca30aecb99'] response: {'name': 'network-changed', 'server_uuid': '60a5e230-222d-4062-947e-2c06e06158e1', 'tag': '1ccbcf9c-ac10-4fef-868d-ec615e22ef7e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1302/2630] 10.0.0.205 () {34 vars in 1091 bytes} [Fri May 8 04:06:10 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-45298396&fields=id&tenant_id=bad6e595934a47afb41d4c0f8d4753f6 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2631] 10.0.0.205 () {34 vars in 981 bytes} [Fri May 8 04:06:10 2026] GET /v2.0/networks?id=321ab859-dfcf-4b12-8848-be6a451faf68 => generated 704 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2632] 10.0.0.205 () {34 vars in 964 bytes} [Fri May 8 04:06:10 2026] GET /v2.0/quotas/bad6e595934a47afb41d4c0f8d4753f6 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2633] 10.0.0.205 () {34 vars in 1001 bytes} [Fri May 8 04:06:10 2026] GET /v2.0/ports?tenant_id=bad6e595934a47afb41d4c0f8d4753f6&fields=id => generated 333 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2634] 10.0.0.205 () {34 vars in 1007 bytes} [Fri May 8 04:06:10 2026] GET /v2.0/networks/321ab859-dfcf-4b12-8848-be6a451faf68?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2635] 10.0.0.205 () {34 vars in 1107 bytes} [Fri May 8 04:06:10 2026] GET /v2.0/networks/321ab859-dfcf-4b12-8848-be6a451faf68?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2636] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:06:10 2026] GET /v2.0/ports?tenant_id=bad6e595934a47afb41d4c0f8d4753f6&device_id=60a5e230-222d-4062-947e-2c06e06158e1 => generated 1465 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2637] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:06:10 2026] GET /v2.0/networks?id=2ddec414-e12e-49da-9553-1db27faa5b20 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2638] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:06:10 2026] GET /v2.0/ports?device_id=93faab71-e817-4bb1-a7b5-49b576ce2296 => 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: 1333/2639] 199.204.45.113 () {34 vars in 1055 bytes} [Fri May 8 04:06:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.58&port_id=1ccbcf9c-ac10-4fef-868d-ec615e22ef7e => generated 857 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2640] 199.204.45.113 () {34 vars in 1103 bytes} [Fri May 8 04:06:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A284&port_id=1ccbcf9c-ac10-4fef-868d-ec615e22ef7e => 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: 1334/2641] 199.204.45.113 () {34 vars in 1063 bytes} [Fri May 8 04:06:10 2026] GET /v2.0/subnets?id=d05ad77b-30dc-465b-967b-a8bc8cdb39f2&id=7abe2ee5-7794-4e55-8454-be2019144a3b => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2642] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:06:10 2026] GET /v2.0/ports?network_id=2ddec414-e12e-49da-9553-1db27faa5b20&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2643] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:06:11 2026] GET /v2.0/ports?network_id=2ddec414-e12e-49da-9553-1db27faa5b20&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: 1309/2644] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:06:11 2026] GET /v2.0/networks/2ddec414-e12e-49da-9553-1db27faa5b20?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/2645] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:06:11 2026] GET /v2.0/networks/2ddec414-e12e-49da-9553-1db27faa5b20?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2648] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:06:13 2026] GET /v2.0/security-groups?tenant_id=f5640f1b3fb645e69e43765eeb4681e6&name=default => generated 2929 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2649] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:06:13 2026] DELETE /v2.0/security-groups/99f558e2-cf87-4d85-855f-b3928f076e6b => 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: 1311/2650] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:06:14 2026] GET /v2.0/security-groups?tenant_id=27e216819d5d4ba88e0402e1be982418&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: 1340/2651] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:06:14 2026] DELETE /v2.0/security-groups/c24f88dd-aafe-433a-abc3-4b3e0d616151 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2652] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:06:15 2026] GET /v2.0/networks?id=321ab859-dfcf-4b12-8848-be6a451faf68 => 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: 1341/2653] 199.204.45.113 () {34 vars in 1049 bytes} [Fri May 8 04:06:15 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bad6e595934a47afb41d4c0f8d4753f6 => generated 177 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2654] 199.204.45.113 () {38 vars in 954 bytes} [Fri May 8 04:06:15 2026] POST /v2.0/ports => generated 1183 bytes in 422 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: 1314/2655] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:06:15 2026] GET /v2.0/ports?device_id=93faab71-e817-4bb1-a7b5-49b576ce2296 => generated 1198 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2656] 199.204.45.113 () {38 vars in 1027 bytes} [Fri May 8 04:06:15 2026] PUT /v2.0/ports/3e09fed5-85f3-49ef-856f-420eaec3a0e2 => generated 1464 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2657] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:06:15 2026] GET /v2.0/security-groups?id=0e54d897-35ff-4cd6-99f9-6739c1dc1281&fields=id&fields=name => generated 110 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:06:16.012 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-616dcf95-1e60-4b41-82a3-39f0510947e9'] response: {'name': 'network-changed', 'server_uuid': '93faab71-e817-4bb1-a7b5-49b576ce2296', 'tag': '3e09fed5-85f3-49ef-856f-420eaec3a0e2', '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: 1343/2658] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:06:16 2026] GET /v2.0/ports?tenant_id=bad6e595934a47afb41d4c0f8d4753f6&device_id=93faab71-e817-4bb1-a7b5-49b576ce2296 => generated 1467 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2659] 199.204.45.113 () {34 vars in 1017 bytes} [Fri May 8 04:06:16 2026] GET /v2.0/networks?tenant_id=bad6e595934a47afb41d4c0f8d4753f6&shared=False => generated 2374 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2660] 199.204.45.113 () {34 vars in 929 bytes} [Fri May 8 04:06:16 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: 7|app: 0|req: 1317/2661] 10.0.0.198 () {34 vars in 989 bytes} [Fri May 8 04:06:17 2026] GET /v2.0/ports?device_id=60a5e230-222d-4062-947e-2c06e06158e1 => generated 1465 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2662] 10.0.0.198 () {34 vars in 1039 bytes} [Fri May 8 04:06:17 2026] GET /v2.0/security-groups?id=0e54d897-35ff-4cd6-99f9-6739c1dc1281&fields=id&fields=name => generated 110 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2663] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:06:17 2026] GET /v2.0/ports?tenant_id=bad6e595934a47afb41d4c0f8d4753f6&device_id=93faab71-e817-4bb1-a7b5-49b576ce2296 => generated 1467 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2664] 199.204.45.113 () {34 vars in 1057 bytes} [Fri May 8 04:06:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.195&port_id=3e09fed5-85f3-49ef-856f-420eaec3a0e2 => 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: 1319/2665] 199.204.45.113 () {34 vars in 1103 bytes} [Fri May 8 04:06:17 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Acd&port_id=3e09fed5-85f3-49ef-856f-420eaec3a0e2 => 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: 1347/2666] 199.204.45.113 () {34 vars in 1063 bytes} [Fri May 8 04:06:17 2026] GET /v2.0/subnets?id=3bc65347-c4df-4345-9986-31e3516009f7&id=49fe953b-4008-43ef-a8bc-061ae2043084 => generated 1414 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2667] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:06:17 2026] GET /v2.0/ports?network_id=321ab859-dfcf-4b12-8848-be6a451faf68&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: 1348/2668] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:06:17 2026] GET /v2.0/ports?network_id=321ab859-dfcf-4b12-8848-be6a451faf68&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2669] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:06:17 2026] GET /v2.0/networks/321ab859-dfcf-4b12-8848-be6a451faf68?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: 1349/2670] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:06:17 2026] GET /v2.0/networks/321ab859-dfcf-4b12-8848-be6a451faf68?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: 1322/2671] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:06:21 2026] GET /v2.0/ports?device_id=93faab71-e817-4bb1-a7b5-49b576ce2296 => generated 1200 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2672] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:06:21 2026] GET /v2.0/security-groups?id=0e54d897-35ff-4cd6-99f9-6739c1dc1281&fields=id&fields=name => generated 110 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2673] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:06:26 2026] GET /v2.0/ports?device_id=93faab71-e817-4bb1-a7b5-49b576ce2296 => generated 1200 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2674] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:06:26 2026] GET /v2.0/security-groups?id=0e54d897-35ff-4cd6-99f9-6739c1dc1281&fields=id&fields=name => generated 110 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2675] 10.0.0.251 () {32 vars in 817 bytes} [Fri May 8 04:06:26 2026] GET /v2.0/ports?network_id=321ab859-dfcf-4b12-8848-be6a451faf68&mac_address=fa%3A16%3A3e%3Ad1%3A9e%3Ab5 => generated 1200 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:06:27.218 8 INFO neutron.db.l3_db [None req-1f8bc4fb-403c-4a3e-b7c5-4249238aa87f fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] Floating IP 96f4c58b-a3a1-415a-8e76-65660900a93c associated. External IP: 10.96.250.214, port: 3e09fed5-85f3-49ef-856f-420eaec3a0e2. [pid: 8|app: 0|req: 1352/2676] 10.0.0.251 () {34 vars in 676 bytes} [Fri May 8 04:06:26 2026] POST /v2.0/floatingips => generated 855 bytes in 1042 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 04:06:27.576 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4fb7d8af-65b7-49ea-9f3c-b73ff60a881b'] response: {'name': 'network-changed', 'server_uuid': '93faab71-e817-4bb1-a7b5-49b576ce2296', 'tag': '3e09fed5-85f3-49ef-856f-420eaec3a0e2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1325/2677] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:06:28 2026] GET /v2.0/ports?tenant_id=bad6e595934a47afb41d4c0f8d4753f6&device_id=93faab71-e817-4bb1-a7b5-49b576ce2296 => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2678] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:06:28 2026] GET /v2.0/networks?id=321ab859-dfcf-4b12-8848-be6a451faf68 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2679] 199.204.45.113 () {34 vars in 1057 bytes} [Fri May 8 04:06:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.195&port_id=3e09fed5-85f3-49ef-856f-420eaec3a0e2 => 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: 1354/2680] 199.204.45.113 () {34 vars in 1103 bytes} [Fri May 8 04:06:28 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Acd&port_id=3e09fed5-85f3-49ef-856f-420eaec3a0e2 => 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: 1327/2681] 199.204.45.113 () {34 vars in 1063 bytes} [Fri May 8 04:06:28 2026] GET /v2.0/subnets?id=3bc65347-c4df-4345-9986-31e3516009f7&id=49fe953b-4008-43ef-a8bc-061ae2043084 => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2682] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:06:28 2026] GET /v2.0/ports?network_id=321ab859-dfcf-4b12-8848-be6a451faf68&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: 1328/2683] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:06:28 2026] GET /v2.0/ports?network_id=321ab859-dfcf-4b12-8848-be6a451faf68&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: 1356/2684] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:06:28 2026] GET /v2.0/networks/321ab859-dfcf-4b12-8848-be6a451faf68?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: 1329/2685] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:06:28 2026] GET /v2.0/networks/321ab859-dfcf-4b12-8848-be6a451faf68?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2688] 10.0.0.198 () {34 vars in 989 bytes} [Fri May 8 04:06:34 2026] GET /v2.0/ports?device_id=93faab71-e817-4bb1-a7b5-49b576ce2296 => generated 1469 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2689] 10.0.0.198 () {34 vars in 1039 bytes} [Fri May 8 04:06:34 2026] GET /v2.0/security-groups?id=0e54d897-35ff-4cd6-99f9-6739c1dc1281&fields=id&fields=name => generated 110 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2692] 10.0.0.251 () {32 vars in 720 bytes} [Fri May 8 04:06:49 2026] GET /v2.0/subnets/ea3c99cf-1b86-4dea-bbdc-37afcecdccb5 => generated 674 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2693] 10.0.0.171 () {30 vars in 689 bytes} [Fri May 8 04:06:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2694] 10.0.0.171 () {30 vars in 691 bytes} [Fri May 8 04:06:50 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: 1334/2695] 10.0.0.171 () {30 vars in 667 bytes} [Fri May 8 04:06:50 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2696] 10.0.0.171 () {30 vars in 703 bytes} [Fri May 8 04:06:50 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: 1335/2697] 10.0.0.171 () {28 vars in 438 bytes} [Fri May 8 04:06:51 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2698] 10.0.0.171 () {30 vars in 727 bytes} [Fri May 8 04:06:51 2026] GET /v2.0/subnets/ea3c99cf-1b86-4dea-bbdc-37afcecdccb5 => generated 656 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2699] 10.0.0.171 () {30 vars in 689 bytes} [Fri May 8 04:06:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2700] 10.0.0.171 () {30 vars in 691 bytes} [Fri May 8 04:06: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: 1337/2701] 10.0.0.171 () {30 vars in 667 bytes} [Fri May 8 04:06:51 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: 1365/2702] 10.0.0.171 () {30 vars in 703 bytes} [Fri May 8 04:06:51 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: 1338/2703] 10.0.0.171 () {30 vars in 727 bytes} [Fri May 8 04:06:51 2026] GET /v2.0/subnets/ea3c99cf-1b86-4dea-bbdc-37afcecdccb5 => generated 674 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2704] 10.0.0.171 () {30 vars in 689 bytes} [Fri May 8 04:06:51 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: 1339/2705] 10.0.0.171 () {30 vars in 691 bytes} [Fri May 8 04:06: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: 8|app: 0|req: 1367/2706] 10.0.0.171 () {30 vars in 667 bytes} [Fri May 8 04:06:51 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: 1340/2707] 10.0.0.171 () {30 vars in 703 bytes} [Fri May 8 04:06:51 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: 1368/2708] 10.0.0.171 () {30 vars in 729 bytes} [Fri May 8 04:06:51 2026] GET /v2.0/networks/b6482bbf-8090-4212-8520-e145e803f923 => generated 798 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2709] 10.0.0.171 () {30 vars in 681 bytes} [Fri May 8 04:06:51 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2710] 10.0.0.171 () {34 vars in 703 bytes} [Fri May 8 04:06:51 2026] POST /v2.0/ports => generated 1128 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2711] 199.204.45.113 () {30 vars in 702 bytes} [Fri May 8 04:06:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1370/2712] 199.204.45.113 () {30 vars in 704 bytes} [Fri May 8 04:06:54 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: 1343/2713] 199.204.45.113 () {30 vars in 680 bytes} [Fri May 8 04:06:54 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: 1371/2714] 199.204.45.113 () {30 vars in 716 bytes} [Fri May 8 04:06:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2715] 199.204.45.113 () {30 vars in 736 bytes} [Fri May 8 04:06:54 2026] GET /v2.0/ports/182a5fb6-eb4e-4f43-bc4a-36847c995f9d => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2716] 199.204.45.113 () {30 vars in 702 bytes} [Fri May 8 04:06:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2717] 199.204.45.113 () {30 vars in 704 bytes} [Fri May 8 04:06:54 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: 1373/2718] 199.204.45.113 () {30 vars in 680 bytes} [Fri May 8 04:06:54 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: 1346/2719] 199.204.45.113 () {30 vars in 716 bytes} [Fri May 8 04:06: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) 2026-05-08 04:06:54.677 8 INFO neutron.api.v2.resource [None req-e7a568e6-cb66-4963-80b3-1ac163374c8c fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1374/2720] 199.204.45.113 () {30 vars in 762 bytes} [Fri May 8 04:06:54 2026] GET /v2.0/security-groups/lb-bf1084e9-e1c6-4d96-abf8-272447e1f33e => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2721] 199.204.45.113 () {30 vars in 784 bytes} [Fri May 8 04:06:54 2026] GET /v2.0/security-groups?name=lb-bf1084e9-e1c6-4d96-abf8-272447e1f33e => generated 23 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2722] 199.204.45.113 () {34 vars in 735 bytes} [Fri May 8 04:06:54 2026] POST /v2.0/security-groups => generated 1638 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2723] 199.204.45.113 () {30 vars in 814 bytes} [Fri May 8 04:06:54 2026] GET /v2.0/security-group-rules?security_group_id=90e19a25-bf9c-40d8-b4bd-430f44ab0e36 => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2724] 199.204.45.113 () {34 vars in 788 bytes} [Fri May 8 04:06:54 2026] PUT /v2.0/ports/182a5fb6-eb4e-4f43-bc4a-36847c995f9d => generated 1128 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2725] 199.204.45.113 () {30 vars in 702 bytes} [Fri May 8 04:06:55 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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: 1377/2726] 199.204.45.113 () {30 vars in 704 bytes} [Fri May 8 04:06:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2727] 199.204.45.113 () {30 vars in 680 bytes} [Fri May 8 04:06:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2728] 199.204.45.113 () {30 vars in 716 bytes} [Fri May 8 04:06:55 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2729] 199.204.45.113 () {30 vars in 740 bytes} [Fri May 8 04:06:55 2026] GET /v2.0/subnets/ea3c99cf-1b86-4dea-bbdc-37afcecdccb5 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2732] 10.0.0.205 () {34 vars in 1015 bytes} [Fri May 8 04:07:02 2026] GET /v2.0/security-groups?id=5524aa0a-6311-47d7-9b4c-0db49f807dc1&fields=id => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2733] 10.0.0.205 () {34 vars in 981 bytes} [Fri May 8 04:07:02 2026] GET /v2.0/networks?id=bc7ad148-554f-4a44-8016-2d0cc16985c4 => generated 734 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2734] 10.0.0.205 () {34 vars in 964 bytes} [Fri May 8 04:07:02 2026] GET /v2.0/quotas/6661705e31994c3abf278df658dc1ac1 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2735] 10.0.0.205 () {34 vars in 1001 bytes} [Fri May 8 04:07:02 2026] GET /v2.0/ports?tenant_id=6661705e31994c3abf278df658dc1ac1&fields=id => generated 149 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2736] 10.0.0.205 () {34 vars in 1007 bytes} [Fri May 8 04:07:02 2026] GET /v2.0/networks/bc7ad148-554f-4a44-8016-2d0cc16985c4?fields=segments => generated 14 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2737] 10.0.0.205 () {34 vars in 1107 bytes} [Fri May 8 04:07:02 2026] GET /v2.0/networks/bc7ad148-554f-4a44-8016-2d0cc16985c4?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: 1383/2738] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:07:03 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2739] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:07:03 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => 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: 1384/2740] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:07:06 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => 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: 1357/2741] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:07:06 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => 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: 1385/2742] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:07:07 2026] GET /v2.0/networks?id=bc7ad148-554f-4a44-8016-2d0cc16985c4 => generated 734 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2743] 199.204.45.113 () {34 vars in 1049 bytes} [Fri May 8 04:07:07 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6661705e31994c3abf278df658dc1ac1 => generated 343 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2744] 199.204.45.113 () {38 vars in 954 bytes} [Fri May 8 04:07:07 2026] POST /v2.0/ports => generated 1082 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2745] 199.204.45.113 () {38 vars in 1027 bytes} [Fri May 8 04:07:07 2026] PUT /v2.0/ports/b7e6f4a4-1ffe-46b6-90ed-5ce9cea92e06 => generated 1243 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:07:08.303 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad4671f6-7000-4349-8eb0-f579d8cebaf7'] response: {'name': 'network-changed', 'server_uuid': 'db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc', 'tag': 'b7e6f4a4-1ffe-46b6-90ed-5ce9cea92e06', '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: 1387/2746] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:07:08 2026] GET /v2.0/ports?tenant_id=6661705e31994c3abf278df658dc1ac1&device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 1246 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1360/2747] 199.204.45.113 () {34 vars in 1017 bytes} [Fri May 8 04:07:08 2026] GET /v2.0/networks?tenant_id=6661705e31994c3abf278df658dc1ac1&shared=False => generated 734 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2748] 199.204.45.113 () {34 vars in 929 bytes} [Fri May 8 04:07:08 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: 7|app: 0|req: 1361/2749] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:07:09 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 1246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2750] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:07:09 2026] GET /v2.0/security-groups?id=5524aa0a-6311-47d7-9b4c-0db49f807dc1&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2751] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:07:09 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2752] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:07:09 2026] GET /v2.0/ports?tenant_id=6661705e31994c3abf278df658dc1ac1&device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 1246 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2753] 199.204.45.113 () {34 vars in 1061 bytes} [Fri May 8 04:07:10 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.253&port_id=b7e6f4a4-1ffe-46b6-90ed-5ce9cea92e06 => 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: 1391/2754] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:07:10 2026] GET /v2.0/subnets?id=1e378940-3095-44a2-894c-4124672cb33d => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2755] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:07:10 2026] GET /v2.0/ports?network_id=bc7ad148-554f-4a44-8016-2d0cc16985c4&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: 8|app: 0|req: 1392/2756] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:07:10 2026] GET /v2.0/networks/bc7ad148-554f-4a44-8016-2d0cc16985c4?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: 1365/2757] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:07:10 2026] GET /v2.0/networks/bc7ad148-554f-4a44-8016-2d0cc16985c4?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: 1393/2758] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:07:12 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2759] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:07:12 2026] GET /v2.0/security-groups?id=5524aa0a-6311-47d7-9b4c-0db49f807dc1&fields=id&fields=name => generated 96 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2760] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:07:12 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2763] 199.204.45.113 () {34 vars in 993 bytes} [Fri May 8 04:07:14 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2764] 199.204.45.113 () {34 vars in 1043 bytes} [Fri May 8 04:07:14 2026] GET /v2.0/security-groups?id=5524aa0a-6311-47d7-9b4c-0db49f807dc1&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2765] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:07:16 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2766] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:07:16 2026] GET /v2.0/security-groups?id=5524aa0a-6311-47d7-9b4c-0db49f807dc1&fields=id&fields=name => generated 96 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2767] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:07:16 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2768] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:07:19 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2769] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:07:19 2026] GET /v2.0/security-groups?id=5524aa0a-6311-47d7-9b4c-0db49f807dc1&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2770] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:07:19 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2775] 199.204.45.113 () {30 vars in 702 bytes} [Fri May 8 04:07:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2776] 199.204.45.113 () {30 vars in 704 bytes} [Fri May 8 04:07:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2777] 199.204.45.113 () {30 vars in 680 bytes} [Fri May 8 04:07:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2778] 199.204.45.113 () {30 vars in 716 bytes} [Fri May 8 04:07:55 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2779] 199.204.45.113 () {30 vars in 740 bytes} [Fri May 8 04:07:55 2026] GET /v2.0/subnets/ea3c99cf-1b86-4dea-bbdc-37afcecdccb5 => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2780] 199.204.45.113 () {30 vars in 768 bytes} [Fri May 8 04:07:55 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 1248 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2781] 199.204.45.113 () {34 vars in 716 bytes} [Fri May 8 04:07:55 2026] POST /v2.0/ports => generated 1055 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2782] 10.0.0.205 () {34 vars in 970 bytes} [Fri May 8 04:07:55 2026] GET /v2.0/ports/88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e => generated 1055 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2783] 10.0.0.205 () {34 vars in 906 bytes} [Fri May 8 04:07:56 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2784] 199.204.45.113 () {34 vars in 1261 bytes} [Fri May 8 04:07:57 2026] GET /v2.0/ports/88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2785] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:07:57 2026] GET /v2.0/networks/b6482bbf-8090-4212-8520-e145e803f923?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2786] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:07:57 2026] GET /v2.0/networks/b6482bbf-8090-4212-8520-e145e803f923?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2787] 199.204.45.113 () {34 vars in 974 bytes} [Fri May 8 04:07:57 2026] GET /v2.0/ports/88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e => generated 1055 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2788] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:07:57 2026] GET /v2.0/networks?id=b6482bbf-8090-4212-8520-e145e803f923 => generated 801 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2789] 199.204.45.113 () {38 vars in 1027 bytes} [Fri May 8 04:07:57 2026] PUT /v2.0/ports/88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e => generated 1245 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:07:58.306 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c05fcc60-5675-404e-ad63-4fc7a26a0233'] response: {'name': 'network-changed', 'server_uuid': 'db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc', 'tag': '88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1410/2792] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:07:58 2026] GET /v2.0/ports?tenant_id=6661705e31994c3abf278df658dc1ac1&device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 2485 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2793] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:07:58 2026] GET /v2.0/networks?id=b6482bbf-8090-4212-8520-e145e803f923 => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2794] 199.204.45.113 () {34 vars in 1055 bytes} [Fri May 8 04:07:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.80&port_id=88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2795] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:07:58 2026] GET /v2.0/subnets?id=ea3c99cf-1b86-4dea-bbdc-37afcecdccb5 => generated 677 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2796] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:07:58 2026] GET /v2.0/ports?network_id=b6482bbf-8090-4212-8520-e145e803f923&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: 1385/2797] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:07:59 2026] GET /v2.0/networks/b6482bbf-8090-4212-8520-e145e803f923?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: 1413/2798] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:07:59 2026] GET /v2.0/networks/b6482bbf-8090-4212-8520-e145e803f923?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: 1386/2799] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:08:00 2026] GET /v2.0/ports?tenant_id=6661705e31994c3abf278df658dc1ac1&device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 2485 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2800] 199.204.45.113 () {34 vars in 1061 bytes} [Fri May 8 04:08:00 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.253&port_id=b7e6f4a4-1ffe-46b6-90ed-5ce9cea92e06 => 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: 1387/2801] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:08:00 2026] GET /v2.0/subnets?id=1e378940-3095-44a2-894c-4124672cb33d => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2802] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:08:00 2026] GET /v2.0/ports?network_id=bc7ad148-554f-4a44-8016-2d0cc16985c4&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: 1388/2803] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:08:00 2026] GET /v2.0/networks/bc7ad148-554f-4a44-8016-2d0cc16985c4?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: 1416/2804] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:08:00 2026] GET /v2.0/networks/bc7ad148-554f-4a44-8016-2d0cc16985c4?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: 1389/2805] 199.204.45.113 () {34 vars in 1055 bytes} [Fri May 8 04:08:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.80&port_id=88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e => 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: 1417/2806] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:08:00 2026] GET /v2.0/subnets?id=ea3c99cf-1b86-4dea-bbdc-37afcecdccb5 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2807] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:08:00 2026] GET /v2.0/ports?network_id=b6482bbf-8090-4212-8520-e145e803f923&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: 1418/2808] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:08:00 2026] GET /v2.0/networks/b6482bbf-8090-4212-8520-e145e803f923?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: 1391/2809] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:08:00 2026] GET /v2.0/networks/b6482bbf-8090-4212-8520-e145e803f923?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: 1419/2810] 10.0.0.205 () {34 vars in 970 bytes} [Fri May 8 04:08:04 2026] GET /v2.0/ports/88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e => generated 1247 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2811] 199.204.45.113 () {34 vars in 788 bytes} [Fri May 8 04:08:04 2026] PUT /v2.0/ports/88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e => generated 1271 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:08:04.899 8 INFO neutron.api.v2.resource [None req-4764677f-7031-48ba-9be4-c16faf36061e fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1420/2812] 199.204.45.113 () {30 vars in 762 bytes} [Fri May 8 04:08:04 2026] GET /v2.0/security-groups/lb-bf1084e9-e1c6-4d96-abf8-272447e1f33e => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:08:04.918 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3260654d-5a2c-4139-b89a-ada9f6f4302d'] response: {'name': 'network-changed', 'server_uuid': 'db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc', 'tag': '88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1393/2813] 199.204.45.113 () {30 vars in 784 bytes} [Fri May 8 04:08:04 2026] GET /v2.0/security-groups?name=lb-bf1084e9-e1c6-4d96-abf8-272447e1f33e => generated 1639 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2814] 199.204.45.113 () {34 vars in 788 bytes} [Fri May 8 04:08:04 2026] PUT /v2.0/ports/88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e => generated 1309 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:08:05.272 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c6fb6249-94cb-424b-9ceb-52b8afcf3dc6'] response: {'name': 'network-changed', 'server_uuid': 'db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc', 'tag': '88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1394/2815] 199.204.45.113 () {30 vars in 702 bytes} [Fri May 8 04:08:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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: 1422/2816] 199.204.45.113 () {30 vars in 704 bytes} [Fri May 8 04:08:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2817] 199.204.45.113 () {30 vars in 680 bytes} [Fri May 8 04:08:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2818] 199.204.45.113 () {30 vars in 716 bytes} [Fri May 8 04:08:05 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: 1396/2819] 199.204.45.113 () {30 vars in 740 bytes} [Fri May 8 04:08:05 2026] GET /v2.0/subnets/ea3c99cf-1b86-4dea-bbdc-37afcecdccb5 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2820] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:08:05 2026] GET /v2.0/ports?tenant_id=6661705e31994c3abf278df658dc1ac1&device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 2585 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2821] 199.204.45.113 () {30 vars in 736 bytes} [Fri May 8 04:08:05 2026] GET /v2.0/ports/182a5fb6-eb4e-4f43-bc4a-36847c995f9d => generated 1128 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2822] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:08:05 2026] GET /v2.0/networks?id=b6482bbf-8090-4212-8520-e145e803f923 => generated 801 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2823] 199.204.45.113 () {30 vars in 736 bytes} [Fri May 8 04:08:05 2026] GET /v2.0/ports/88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e => generated 1345 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2824] 199.204.45.113 () {34 vars in 1055 bytes} [Fri May 8 04:08:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.80&port_id=88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e => 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: 1399/2825] 199.204.45.113 () {30 vars in 740 bytes} [Fri May 8 04:08:05 2026] GET /v2.0/subnets/ea3c99cf-1b86-4dea-bbdc-37afcecdccb5 => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2826] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:08:05 2026] GET /v2.0/subnets?id=ea3c99cf-1b86-4dea-bbdc-37afcecdccb5 => generated 677 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2827] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:08:05 2026] GET /v2.0/ports?network_id=b6482bbf-8090-4212-8520-e145e803f923&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: 7|app: 0|req: 1400/2828] 199.204.45.113 () {30 vars in 742 bytes} [Fri May 8 04:08:05 2026] GET /v2.0/networks/b6482bbf-8090-4212-8520-e145e803f923 => generated 798 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2829] 199.204.45.113 () {30 vars in 736 bytes} [Fri May 8 04:08:05 2026] GET /v2.0/ports/182a5fb6-eb4e-4f43-bc4a-36847c995f9d => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2830] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:08:05 2026] GET /v2.0/networks/b6482bbf-8090-4212-8520-e145e803f923?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: 1402/2831] 199.204.45.113 () {30 vars in 740 bytes} [Fri May 8 04:08:05 2026] GET /v2.0/subnets/ea3c99cf-1b86-4dea-bbdc-37afcecdccb5 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2832] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:08:05 2026] GET /v2.0/networks/b6482bbf-8090-4212-8520-e145e803f923?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: 1403/2833] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:08:06 2026] GET /v2.0/ports?tenant_id=6661705e31994c3abf278df658dc1ac1&device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 2585 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2834] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:08:06 2026] GET /v2.0/networks?id=b6482bbf-8090-4212-8520-e145e803f923 => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2835] 199.204.45.113 () {34 vars in 1055 bytes} [Fri May 8 04:08:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.80&port_id=88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e => 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: 1432/2836] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:08:06 2026] GET /v2.0/subnets?id=ea3c99cf-1b86-4dea-bbdc-37afcecdccb5 => generated 677 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2837] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:08:06 2026] GET /v2.0/ports?network_id=b6482bbf-8090-4212-8520-e145e803f923&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2838] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:08:06 2026] GET /v2.0/networks/b6482bbf-8090-4212-8520-e145e803f923?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: 1406/2839] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:08:07 2026] GET /v2.0/networks/b6482bbf-8090-4212-8520-e145e803f923?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:08:13.121 8 INFO neutron.db.l3_db [None req-908dc448-0700-4cc4-8ade-489b6a105d80 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] Floating IP 91549ac5-e68e-4859-9c81-2bbe6856290b associated. External IP: 10.96.250.213, port: 182a5fb6-eb4e-4f43-bc4a-36847c995f9d. [pid: 8|app: 0|req: 1434/2840] 10.0.0.251 () {34 vars in 676 bytes} [Fri May 8 04:08:12 2026] POST /v2.0/floatingips => generated 898 bytes in 1142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2843] 199.204.45.113 () {30 vars in 702 bytes} [Fri May 8 04:08:16 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: 1408/2844] 199.204.45.113 () {30 vars in 704 bytes} [Fri May 8 04:08:16 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: 1437/2845] 199.204.45.113 () {30 vars in 680 bytes} [Fri May 8 04:08:16 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: 1409/2846] 199.204.45.113 () {30 vars in 716 bytes} [Fri May 8 04:08:16 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-08 04:08:16.244 8 INFO neutron.api.v2.resource [None req-393417ca-a2bb-4359-b4eb-3bb3c62bc89a fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1438/2847] 199.204.45.113 () {30 vars in 762 bytes} [Fri May 8 04:08:16 2026] GET /v2.0/security-groups/lb-bf1084e9-e1c6-4d96-abf8-272447e1f33e => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2848] 199.204.45.113 () {30 vars in 784 bytes} [Fri May 8 04:08:16 2026] GET /v2.0/security-groups?name=lb-bf1084e9-e1c6-4d96-abf8-272447e1f33e => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2849] 199.204.45.113 () {30 vars in 814 bytes} [Fri May 8 04:08:16 2026] GET /v2.0/security-group-rules?security_group_id=90e19a25-bf9c-40d8-b4bd-430f44ab0e36 => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2850] 199.204.45.113 () {34 vars in 746 bytes} [Fri May 8 04:08:16 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: 8|app: 0|req: 1440/2851] 199.204.45.113 () {34 vars in 746 bytes} [Fri May 8 04:08:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2852] 10.0.0.171 () {30 vars in 689 bytes} [Fri May 8 04:08:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2853] 10.0.0.171 () {30 vars in 691 bytes} [Fri May 8 04:08:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2854] 10.0.0.171 () {30 vars in 667 bytes} [Fri May 8 04:08:25 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: 1442/2855] 10.0.0.171 () {30 vars in 703 bytes} [Fri May 8 04:08:25 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: 1414/2856] 10.0.0.171 () {28 vars in 438 bytes} [Fri May 8 04:08:25 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2857] 10.0.0.171 () {30 vars in 727 bytes} [Fri May 8 04:08:25 2026] GET /v2.0/subnets/d05ad77b-30dc-465b-967b-a8bc8cdb39f2 => generated 655 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2858] 199.204.45.113 () {30 vars in 702 bytes} [Fri May 8 04:08:26 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: 8|app: 0|req: 1444/2859] 199.204.45.113 () {30 vars in 704 bytes} [Fri May 8 04:08:26 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: 1416/2860] 199.204.45.113 () {30 vars in 680 bytes} [Fri May 8 04:08:26 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: 1445/2861] 199.204.45.113 () {30 vars in 716 bytes} [Fri May 8 04:08:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2862] 199.204.45.113 () {30 vars in 740 bytes} [Fri May 8 04:08:26 2026] GET /v2.0/subnets/d05ad77b-30dc-465b-967b-a8bc8cdb39f2 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2863] 199.204.45.113 () {30 vars in 768 bytes} [Fri May 8 04:08:26 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 2585 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2864] 199.204.45.113 () {30 vars in 702 bytes} [Fri May 8 04:08:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2865] 199.204.45.113 () {30 vars in 704 bytes} [Fri May 8 04:08:26 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: 1419/2866] 199.204.45.113 () {30 vars in 680 bytes} [Fri May 8 04:08:26 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: 1448/2867] 199.204.45.113 () {30 vars in 716 bytes} [Fri May 8 04:08:26 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: 1420/2868] 199.204.45.113 () {34 vars in 716 bytes} [Fri May 8 04:08:26 2026] POST /v2.0/ports => generated 1324 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2869] 10.0.0.205 () {34 vars in 970 bytes} [Fri May 8 04:08:27 2026] GET /v2.0/ports/11f76d06-cf7a-4a07-8d24-2b011cf4d98b => generated 1324 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: 1421/2870] 10.0.0.205 () {34 vars in 906 bytes} [Fri May 8 04:08:27 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2871] 199.204.45.113 () {34 vars in 1261 bytes} [Fri May 8 04:08:28 2026] GET /v2.0/ports/11f76d06-cf7a-4a07-8d24-2b011cf4d98b?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2872] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:08:28 2026] GET /v2.0/networks/2ddec414-e12e-49da-9553-1db27faa5b20?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: 1451/2873] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:08:28 2026] GET /v2.0/networks/2ddec414-e12e-49da-9553-1db27faa5b20?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: 1453/2876] 199.204.45.113 () {34 vars in 974 bytes} [Fri May 8 04:08:28 2026] GET /v2.0/ports/11f76d06-cf7a-4a07-8d24-2b011cf4d98b => generated 1324 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2877] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:08:29 2026] GET /v2.0/networks?id=2ddec414-e12e-49da-9553-1db27faa5b20 => generated 801 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2878] 199.204.45.113 () {38 vars in 1027 bytes} [Fri May 8 04:08:29 2026] PUT /v2.0/ports/11f76d06-cf7a-4a07-8d24-2b011cf4d98b => generated 1514 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:08:29.552 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-61770a71-b2c2-44ad-b2ee-02029e275b4a'] response: {'name': 'network-changed', 'server_uuid': 'db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc', 'tag': '11f76d06-cf7a-4a07-8d24-2b011cf4d98b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1425/2879] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:08:30 2026] GET /v2.0/ports?tenant_id=6661705e31994c3abf278df658dc1ac1&device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 4091 bytes in 55 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: 1455/2880] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:08:30 2026] GET /v2.0/networks?id=2ddec414-e12e-49da-9553-1db27faa5b20 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2881] 199.204.45.113 () {34 vars in 1057 bytes} [Fri May 8 04:08:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.248&port_id=11f76d06-cf7a-4a07-8d24-2b011cf4d98b => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2882] 199.204.45.113 () {34 vars in 1101 bytes} [Fri May 8 04:08:30 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Ac7&port_id=11f76d06-cf7a-4a07-8d24-2b011cf4d98b => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2883] 199.204.45.113 () {34 vars in 1063 bytes} [Fri May 8 04:08:30 2026] GET /v2.0/subnets?id=d05ad77b-30dc-465b-967b-a8bc8cdb39f2&id=7abe2ee5-7794-4e55-8454-be2019144a3b => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2884] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:08:30 2026] GET /v2.0/ports?network_id=2ddec414-e12e-49da-9553-1db27faa5b20&device_owner=network%3Adhcp => generated 1457 bytes in 948 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2885] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:08:31 2026] GET /v2.0/ports?network_id=2ddec414-e12e-49da-9553-1db27faa5b20&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2886] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:08:31 2026] GET /v2.0/networks/2ddec414-e12e-49da-9553-1db27faa5b20?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: 1429/2887] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:08:31 2026] GET /v2.0/networks/2ddec414-e12e-49da-9553-1db27faa5b20?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: 1459/2888] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:08:32 2026] GET /v2.0/ports?tenant_id=6661705e31994c3abf278df658dc1ac1&device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 4091 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2889] 199.204.45.113 () {34 vars in 1061 bytes} [Fri May 8 04:08:32 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.253&port_id=b7e6f4a4-1ffe-46b6-90ed-5ce9cea92e06 => 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: 1460/2890] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:08:32 2026] GET /v2.0/subnets?id=1e378940-3095-44a2-894c-4124672cb33d => 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: 1431/2891] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:08:32 2026] GET /v2.0/ports?network_id=bc7ad148-554f-4a44-8016-2d0cc16985c4&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: 1461/2892] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:08:32 2026] GET /v2.0/networks/bc7ad148-554f-4a44-8016-2d0cc16985c4?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: 1432/2893] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:08:32 2026] GET /v2.0/networks/bc7ad148-554f-4a44-8016-2d0cc16985c4?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: 1462/2894] 199.204.45.113 () {34 vars in 1055 bytes} [Fri May 8 04:08:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.80&port_id=88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e => 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: 1433/2895] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:08:32 2026] GET /v2.0/subnets?id=ea3c99cf-1b86-4dea-bbdc-37afcecdccb5 => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2896] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:08:32 2026] GET /v2.0/ports?network_id=b6482bbf-8090-4212-8520-e145e803f923&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: 1434/2897] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:08:32 2026] GET /v2.0/networks/b6482bbf-8090-4212-8520-e145e803f923?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: 1464/2898] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:08:32 2026] GET /v2.0/networks/b6482bbf-8090-4212-8520-e145e803f923?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2899] 199.204.45.113 () {34 vars in 1057 bytes} [Fri May 8 04:08:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.248&port_id=11f76d06-cf7a-4a07-8d24-2b011cf4d98b => 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: 1465/2900] 199.204.45.113 () {34 vars in 1101 bytes} [Fri May 8 04:08:32 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Ac7&port_id=11f76d06-cf7a-4a07-8d24-2b011cf4d98b => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2901] 199.204.45.113 () {34 vars in 1063 bytes} [Fri May 8 04:08:32 2026] GET /v2.0/subnets?id=d05ad77b-30dc-465b-967b-a8bc8cdb39f2&id=7abe2ee5-7794-4e55-8454-be2019144a3b => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2902] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:08:32 2026] GET /v2.0/ports?network_id=2ddec414-e12e-49da-9553-1db27faa5b20&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2903] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:08:33 2026] GET /v2.0/ports?network_id=2ddec414-e12e-49da-9553-1db27faa5b20&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: 1467/2904] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:08:33 2026] GET /v2.0/networks/2ddec414-e12e-49da-9553-1db27faa5b20?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: 1438/2905] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:08:33 2026] GET /v2.0/networks/2ddec414-e12e-49da-9553-1db27faa5b20?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: 1468/2906] 10.0.0.205 () {34 vars in 970 bytes} [Fri May 8 04:08:37 2026] GET /v2.0/ports/11f76d06-cf7a-4a07-8d24-2b011cf4d98b => generated 1516 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2907] 199.204.45.113 () {30 vars in 742 bytes} [Fri May 8 04:08:37 2026] GET /v2.0/networks/2ddec414-e12e-49da-9553-1db27faa5b20 => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2908] 199.204.45.113 () {30 vars in 740 bytes} [Fri May 8 04:08:37 2026] GET /v2.0/subnets/d05ad77b-30dc-465b-967b-a8bc8cdb39f2 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2909] 199.204.45.113 () {30 vars in 740 bytes} [Fri May 8 04:08:37 2026] GET /v2.0/subnets/7abe2ee5-7794-4e55-8454-be2019144a3b => generated 744 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2910] 199.204.45.113 () {30 vars in 702 bytes} [Fri May 8 04:08:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2911] 199.204.45.113 () {30 vars in 704 bytes} [Fri May 8 04:08:37 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: 1471/2912] 199.204.45.113 () {30 vars in 680 bytes} [Fri May 8 04:08:37 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: 1442/2913] 199.204.45.113 () {30 vars in 716 bytes} [Fri May 8 04:08:37 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: 1472/2914] 199.204.45.113 () {30 vars in 740 bytes} [Fri May 8 04:08:37 2026] GET /v2.0/subnets/ea3c99cf-1b86-4dea-bbdc-37afcecdccb5 => generated 674 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2915] 199.204.45.113 () {30 vars in 736 bytes} [Fri May 8 04:08:37 2026] GET /v2.0/ports/182a5fb6-eb4e-4f43-bc4a-36847c995f9d => generated 1128 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2916] 199.204.45.113 () {30 vars in 736 bytes} [Fri May 8 04:08:37 2026] GET /v2.0/ports/88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e => generated 1345 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2917] 199.204.45.113 () {30 vars in 740 bytes} [Fri May 8 04:08:37 2026] GET /v2.0/subnets/ea3c99cf-1b86-4dea-bbdc-37afcecdccb5 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2918] 199.204.45.113 () {30 vars in 742 bytes} [Fri May 8 04:08:37 2026] GET /v2.0/networks/b6482bbf-8090-4212-8520-e145e803f923 => generated 798 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2919] 199.204.45.113 () {30 vars in 736 bytes} [Fri May 8 04:08:37 2026] GET /v2.0/ports/182a5fb6-eb4e-4f43-bc4a-36847c995f9d => generated 1128 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2920] 199.204.45.113 () {30 vars in 740 bytes} [Fri May 8 04:08:37 2026] GET /v2.0/subnets/ea3c99cf-1b86-4dea-bbdc-37afcecdccb5 => generated 674 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2923] 10.0.0.171 () {30 vars in 689 bytes} [Fri May 8 04:08:46 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: 1447/2924] 10.0.0.171 () {30 vars in 691 bytes} [Fri May 8 04:08:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2925] 10.0.0.171 () {30 vars in 667 bytes} [Fri May 8 04:08:46 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: 1448/2926] 10.0.0.171 () {30 vars in 703 bytes} [Fri May 8 04:08:46 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: 1479/2927] 10.0.0.171 () {28 vars in 438 bytes} [Fri May 8 04:08:46 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2928] 10.0.0.171 () {30 vars in 727 bytes} [Fri May 8 04:08:46 2026] GET /v2.0/subnets/49fe953b-4008-43ef-a8bc-061ae2043084 => generated 656 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2929] 199.204.45.113 () {30 vars in 702 bytes} [Fri May 8 04:08:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2930] 199.204.45.113 () {30 vars in 704 bytes} [Fri May 8 04:08:48 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: 1481/2931] 199.204.45.113 () {30 vars in 680 bytes} [Fri May 8 04:08:48 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: 1451/2932] 199.204.45.113 () {30 vars in 716 bytes} [Fri May 8 04:08: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) [pid: 8|app: 0|req: 1482/2933] 199.204.45.113 () {30 vars in 740 bytes} [Fri May 8 04:08:48 2026] GET /v2.0/subnets/d05ad77b-30dc-465b-967b-a8bc8cdb39f2 => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2934] 199.204.45.113 () {30 vars in 740 bytes} [Fri May 8 04:08:49 2026] GET /v2.0/subnets/49fe953b-4008-43ef-a8bc-061ae2043084 => generated 674 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2935] 199.204.45.113 () {30 vars in 768 bytes} [Fri May 8 04:08:49 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 4093 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2936] 199.204.45.113 () {30 vars in 702 bytes} [Fri May 8 04:08:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2937] 199.204.45.113 () {30 vars in 704 bytes} [Fri May 8 04:08:49 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: 1454/2938] 199.204.45.113 () {30 vars in 680 bytes} [Fri May 8 04:08:49 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: 1485/2939] 199.204.45.113 () {30 vars in 716 bytes} [Fri May 8 04:08:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2940] 199.204.45.113 () {34 vars in 716 bytes} [Fri May 8 04:08:49 2026] POST /v2.0/ports => generated 1332 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2941] 10.0.0.205 () {34 vars in 970 bytes} [Fri May 8 04:08:50 2026] GET /v2.0/ports/c699c378-cca7-499a-b411-b2a1d0f898e9 => generated 1332 bytes in 42 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: 1456/2942] 199.204.45.113 () {34 vars in 1261 bytes} [Fri May 8 04:08:51 2026] GET /v2.0/ports/c699c378-cca7-499a-b411-b2a1d0f898e9?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2943] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:08:51 2026] GET /v2.0/networks/321ab859-dfcf-4b12-8848-be6a451faf68?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2944] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:08:51 2026] GET /v2.0/networks/321ab859-dfcf-4b12-8848-be6a451faf68?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2945] 199.204.45.113 () {34 vars in 974 bytes} [Fri May 8 04:08:51 2026] GET /v2.0/ports/c699c378-cca7-499a-b411-b2a1d0f898e9 => generated 1332 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2946] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:08:51 2026] GET /v2.0/networks?id=321ab859-dfcf-4b12-8848-be6a451faf68 => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2947] 199.204.45.113 () {38 vars in 1027 bytes} [Fri May 8 04:08:51 2026] PUT /v2.0/ports/c699c378-cca7-499a-b411-b2a1d0f898e9 => generated 1522 bytes in 465 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:08:52.425 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-97b88e21-cd25-4c7e-a0a4-c8542aa2a8e3'] response: {'name': 'network-changed', 'server_uuid': 'db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc', 'tag': 'c699c378-cca7-499a-b411-b2a1d0f898e9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1459/2948] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:08:52 2026] GET /v2.0/ports?tenant_id=6661705e31994c3abf278df658dc1ac1&device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 5607 bytes in 49 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: 1490/2949] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:08:52 2026] GET /v2.0/networks?id=321ab859-dfcf-4b12-8848-be6a451faf68 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2950] 199.204.45.113 () {34 vars in 1057 bytes} [Fri May 8 04:08:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.190&port_id=c699c378-cca7-499a-b411-b2a1d0f898e9 => 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: 1491/2951] 199.204.45.113 () {34 vars in 1105 bytes} [Fri May 8 04:08:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A36f&port_id=c699c378-cca7-499a-b411-b2a1d0f898e9 => 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: 1461/2952] 199.204.45.113 () {34 vars in 1063 bytes} [Fri May 8 04:08:53 2026] GET /v2.0/subnets?id=3bc65347-c4df-4345-9986-31e3516009f7&id=49fe953b-4008-43ef-a8bc-061ae2043084 => generated 1414 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2953] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:08:53 2026] GET /v2.0/ports?network_id=321ab859-dfcf-4b12-8848-be6a451faf68&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: 1462/2954] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:08:53 2026] GET /v2.0/ports?network_id=321ab859-dfcf-4b12-8848-be6a451faf68&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2955] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:08:53 2026] GET /v2.0/networks/321ab859-dfcf-4b12-8848-be6a451faf68?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: 1463/2956] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:08:53 2026] GET /v2.0/networks/321ab859-dfcf-4b12-8848-be6a451faf68?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: 1494/2957] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:08:54 2026] GET /v2.0/ports?tenant_id=6661705e31994c3abf278df658dc1ac1&device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 5607 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2958] 199.204.45.113 () {34 vars in 1061 bytes} [Fri May 8 04:08:54 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.253&port_id=b7e6f4a4-1ffe-46b6-90ed-5ce9cea92e06 => 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: 1495/2959] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:08:54 2026] GET /v2.0/subnets?id=1e378940-3095-44a2-894c-4124672cb33d => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2960] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:08:54 2026] GET /v2.0/ports?network_id=bc7ad148-554f-4a44-8016-2d0cc16985c4&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: 1496/2961] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:08:54 2026] GET /v2.0/networks/bc7ad148-554f-4a44-8016-2d0cc16985c4?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: 1466/2962] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:08:54 2026] GET /v2.0/networks/bc7ad148-554f-4a44-8016-2d0cc16985c4?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: 1497/2963] 199.204.45.113 () {34 vars in 1055 bytes} [Fri May 8 04:08:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.80&port_id=88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e => 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: 1467/2964] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:08:54 2026] GET /v2.0/subnets?id=ea3c99cf-1b86-4dea-bbdc-37afcecdccb5 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2965] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:08:54 2026] GET /v2.0/ports?network_id=b6482bbf-8090-4212-8520-e145e803f923&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: 7|app: 0|req: 1468/2966] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:08:54 2026] GET /v2.0/networks/b6482bbf-8090-4212-8520-e145e803f923?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: 1499/2967] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:08:54 2026] GET /v2.0/networks/b6482bbf-8090-4212-8520-e145e803f923?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2968] 199.204.45.113 () {34 vars in 1057 bytes} [Fri May 8 04:08:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.248&port_id=11f76d06-cf7a-4a07-8d24-2b011cf4d98b => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2969] 199.204.45.113 () {34 vars in 1101 bytes} [Fri May 8 04:08:54 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Ac7&port_id=11f76d06-cf7a-4a07-8d24-2b011cf4d98b => 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: 1470/2970] 199.204.45.113 () {34 vars in 1063 bytes} [Fri May 8 04:08:54 2026] GET /v2.0/subnets?id=d05ad77b-30dc-465b-967b-a8bc8cdb39f2&id=7abe2ee5-7794-4e55-8454-be2019144a3b => generated 1410 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2971] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:08:54 2026] GET /v2.0/ports?network_id=2ddec414-e12e-49da-9553-1db27faa5b20&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2972] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:08:55 2026] GET /v2.0/ports?network_id=2ddec414-e12e-49da-9553-1db27faa5b20&device_owner=network%3Adhcp => generated 1457 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2973] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:08:55 2026] GET /v2.0/networks/2ddec414-e12e-49da-9553-1db27faa5b20?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: 1472/2974] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:08:55 2026] GET /v2.0/networks/2ddec414-e12e-49da-9553-1db27faa5b20?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: 1503/2975] 199.204.45.113 () {34 vars in 1057 bytes} [Fri May 8 04:08:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.190&port_id=c699c378-cca7-499a-b411-b2a1d0f898e9 => 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: 1473/2976] 199.204.45.113 () {34 vars in 1105 bytes} [Fri May 8 04:08:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A36f&port_id=c699c378-cca7-499a-b411-b2a1d0f898e9 => 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: 1504/2977] 199.204.45.113 () {34 vars in 1063 bytes} [Fri May 8 04:08:55 2026] GET /v2.0/subnets?id=3bc65347-c4df-4345-9986-31e3516009f7&id=49fe953b-4008-43ef-a8bc-061ae2043084 => generated 1414 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2978] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:08:55 2026] GET /v2.0/ports?network_id=321ab859-dfcf-4b12-8848-be6a451faf68&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2979] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:08:55 2026] GET /v2.0/ports?network_id=321ab859-dfcf-4b12-8848-be6a451faf68&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: 1475/2980] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:08:55 2026] GET /v2.0/networks/321ab859-dfcf-4b12-8848-be6a451faf68?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: 1506/2981] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:08:55 2026] GET /v2.0/networks/321ab859-dfcf-4b12-8848-be6a451faf68?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: 1508/2984] 10.0.0.205 () {34 vars in 970 bytes} [Fri May 8 04:08:59 2026] GET /v2.0/ports/c699c378-cca7-499a-b411-b2a1d0f898e9 => generated 1524 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2985] 199.204.45.113 () {30 vars in 742 bytes} [Fri May 8 04:08:59 2026] GET /v2.0/networks/321ab859-dfcf-4b12-8848-be6a451faf68 => generated 797 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2986] 199.204.45.113 () {30 vars in 740 bytes} [Fri May 8 04:08:59 2026] GET /v2.0/subnets/49fe953b-4008-43ef-a8bc-061ae2043084 => 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: 1478/2987] 199.204.45.113 () {30 vars in 740 bytes} [Fri May 8 04:08:59 2026] GET /v2.0/subnets/3bc65347-c4df-4345-9986-31e3516009f7 => generated 747 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2988] 199.204.45.113 () {30 vars in 736 bytes} [Fri May 8 04:08:59 2026] GET /v2.0/ports/11f76d06-cf7a-4a07-8d24-2b011cf4d98b => generated 1516 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2989] 199.204.45.113 () {34 vars in 789 bytes} [Fri May 8 04:08:59 2026] PUT /v2.0/ports/11f76d06-cf7a-4a07-8d24-2b011cf4d98b => generated 1255 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:08:59.848 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0a9a75fd-65c6-4432-a95d-e8bd996b99f3'] response: {'name': 'network-changed', 'server_uuid': 'db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc', 'tag': '11f76d06-cf7a-4a07-8d24-2b011cf4d98b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1511/2990] 199.204.45.113 () {30 vars in 742 bytes} [Fri May 8 04:08:59 2026] GET /v2.0/networks/2ddec414-e12e-49da-9553-1db27faa5b20 => generated 798 bytes in 49 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: 1480/2991] 199.204.45.113 () {30 vars in 740 bytes} [Fri May 8 04:08:59 2026] GET /v2.0/subnets/d05ad77b-30dc-465b-967b-a8bc8cdb39f2 => 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: 1512/2992] 199.204.45.113 () {30 vars in 702 bytes} [Fri May 8 04:09:00 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: 1481/2993] 199.204.45.113 () {30 vars in 704 bytes} [Fri May 8 04:09: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: 1513/2994] 199.204.45.113 () {30 vars in 680 bytes} [Fri May 8 04:09:00 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: 1482/2995] 199.204.45.113 () {30 vars in 716 bytes} [Fri May 8 04:09:00 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: 1514/2996] 199.204.45.113 () {30 vars in 740 bytes} [Fri May 8 04:09:00 2026] GET /v2.0/subnets/ea3c99cf-1b86-4dea-bbdc-37afcecdccb5 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2997] 199.204.45.113 () {30 vars in 736 bytes} [Fri May 8 04:09:00 2026] GET /v2.0/ports/182a5fb6-eb4e-4f43-bc4a-36847c995f9d => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2998] 199.204.45.113 () {30 vars in 736 bytes} [Fri May 8 04:09:00 2026] GET /v2.0/ports/88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e => generated 1345 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2999] 199.204.45.113 () {30 vars in 740 bytes} [Fri May 8 04:09:00 2026] GET /v2.0/subnets/ea3c99cf-1b86-4dea-bbdc-37afcecdccb5 => 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: 1516/3000] 199.204.45.113 () {30 vars in 742 bytes} [Fri May 8 04:09:00 2026] GET /v2.0/networks/b6482bbf-8090-4212-8520-e145e803f923 => generated 798 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3001] 199.204.45.113 () {30 vars in 736 bytes} [Fri May 8 04:09:00 2026] GET /v2.0/ports/182a5fb6-eb4e-4f43-bc4a-36847c995f9d => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3002] 199.204.45.113 () {30 vars in 740 bytes} [Fri May 8 04:09:00 2026] GET /v2.0/subnets/ea3c99cf-1b86-4dea-bbdc-37afcecdccb5 => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3003] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:09:00 2026] GET /v2.0/ports?tenant_id=6661705e31994c3abf278df658dc1ac1&device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 5384 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3004] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:09:00 2026] GET /v2.0/networks?id=2ddec414-e12e-49da-9553-1db27faa5b20 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3005] 199.204.45.113 () {34 vars in 1057 bytes} [Fri May 8 04:09:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.248&port_id=11f76d06-cf7a-4a07-8d24-2b011cf4d98b => 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: 1519/3006] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:09:00 2026] GET /v2.0/subnets?id=d05ad77b-30dc-465b-967b-a8bc8cdb39f2 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3007] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:09:00 2026] GET /v2.0/ports?network_id=2ddec414-e12e-49da-9553-1db27faa5b20&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: 1520/3008] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:09:00 2026] GET /v2.0/networks/2ddec414-e12e-49da-9553-1db27faa5b20?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3009] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:09:00 2026] GET /v2.0/networks/2ddec414-e12e-49da-9553-1db27faa5b20?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: 1521/3010] 199.204.45.113 () {30 vars in 702 bytes} [Fri May 8 04:09:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3011] 199.204.45.113 () {30 vars in 704 bytes} [Fri May 8 04:09: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: 1522/3012] 199.204.45.113 () {30 vars in 680 bytes} [Fri May 8 04:09: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: 7|app: 0|req: 1491/3013] 199.204.45.113 () {30 vars in 716 bytes} [Fri May 8 04:09: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: 1523/3014] 199.204.45.113 () {30 vars in 740 bytes} [Fri May 8 04:09:11 2026] GET /v2.0/subnets/d05ad77b-30dc-465b-967b-a8bc8cdb39f2 => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3015] 199.204.45.113 () {30 vars in 768 bytes} [Fri May 8 04:09:11 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 5384 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3016] 199.204.45.113 () {30 vars in 702 bytes} [Fri May 8 04:09:11 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: 1493/3017] 199.204.45.113 () {30 vars in 704 bytes} [Fri May 8 04:09:11 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: 1525/3018] 199.204.45.113 () {30 vars in 680 bytes} [Fri May 8 04:09: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: 1494/3019] 199.204.45.113 () {30 vars in 716 bytes} [Fri May 8 04:09: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: 1526/3020] 199.204.45.113 () {30 vars in 736 bytes} [Fri May 8 04:09:11 2026] GET /v2.0/ports/c699c378-cca7-499a-b411-b2a1d0f898e9 => generated 1524 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3021] 199.204.45.113 () {34 vars in 789 bytes} [Fri May 8 04:09:11 2026] PUT /v2.0/ports/c699c378-cca7-499a-b411-b2a1d0f898e9 => generated 1311 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:09:12.066 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9d36f4a9-f9c2-4d21-ab7c-1e1d32ccd164'] response: {'name': 'network-changed', 'server_uuid': 'db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc', 'tag': 'c699c378-cca7-499a-b411-b2a1d0f898e9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1527/3022] 199.204.45.113 () {30 vars in 742 bytes} [Fri May 8 04:09:12 2026] GET /v2.0/networks/321ab859-dfcf-4b12-8848-be6a451faf68 => generated 797 bytes in 40 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: 1496/3023] 199.204.45.113 () {30 vars in 740 bytes} [Fri May 8 04:09:12 2026] GET /v2.0/subnets/3bc65347-c4df-4345-9986-31e3516009f7 => generated 747 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3024] 199.204.45.113 () {30 vars in 736 bytes} [Fri May 8 04:09:12 2026] GET /v2.0/ports/c699c378-cca7-499a-b411-b2a1d0f898e9 => generated 1347 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3025] 199.204.45.113 () {34 vars in 788 bytes} [Fri May 8 04:09:12 2026] PUT /v2.0/ports/c699c378-cca7-499a-b411-b2a1d0f898e9 => generated 1080 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3026] 199.204.45.113 () {30 vars in 742 bytes} [Fri May 8 04:09:12 2026] GET /v2.0/networks/321ab859-dfcf-4b12-8848-be6a451faf68 => generated 797 bytes in 40 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: 1498/3027] 199.204.45.113 () {30 vars in 768 bytes} [Fri May 8 04:09:12 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 4976 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3028] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:09:12 2026] GET /v2.0/ports?tenant_id=6661705e31994c3abf278df658dc1ac1&device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 4976 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3029] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:09:12 2026] GET /v2.0/networks?id=321ab859-dfcf-4b12-8848-be6a451faf68 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3030] 199.204.45.113 () {30 vars in 768 bytes} [Fri May 8 04:09:12 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 4976 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3031] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:09:12 2026] GET /v2.0/networks/321ab859-dfcf-4b12-8848-be6a451faf68?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: 1532/3032] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:09:12 2026] GET /v2.0/networks/321ab859-dfcf-4b12-8848-be6a451faf68?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: 1502/3035] 199.204.45.113 () {30 vars in 768 bytes} [Fri May 8 04:09:13 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 4976 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:09:14.109 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-70c6669b-8753-45fc-bbb6-7c7f355064ea'] response: {'name': 'network-changed', 'server_uuid': 'db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc', 'tag': 'c699c378-cca7-499a-b411-b2a1d0f898e9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1534/3036] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:09:14 2026] GET /v2.0/ports?tenant_id=6661705e31994c3abf278df658dc1ac1&device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 4976 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3037] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:09:14 2026] GET /v2.0/networks?id=321ab859-dfcf-4b12-8848-be6a451faf68 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3038] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:09:14 2026] GET /v2.0/networks/321ab859-dfcf-4b12-8848-be6a451faf68?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: 1536/3039] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:09:14 2026] GET /v2.0/networks/321ab859-dfcf-4b12-8848-be6a451faf68?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: 1504/3040] 199.204.45.113 () {30 vars in 768 bytes} [Fri May 8 04:09:14 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 4976 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3041] 199.204.45.113 () {34 vars in 974 bytes} [Fri May 8 04:09:14 2026] GET /v2.0/ports/c699c378-cca7-499a-b411-b2a1d0f898e9 => generated 1116 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3042] 199.204.45.113 () {34 vars in 1059 bytes} [Fri May 8 04:09:14 2026] GET /v2.0/ports/c699c378-cca7-499a-b411-b2a1d0f898e9?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3043] 199.204.45.113 () {34 vars in 1015 bytes} [Fri May 8 04:09:14 2026] GET /v2.0/networks/321ab859-dfcf-4b12-8848-be6a451faf68?fields=dns_domain => generated 29 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3044] 199.204.45.113 () {38 vars in 1027 bytes} [Fri May 8 04:09:15 2026] PUT /v2.0/ports/c699c378-cca7-499a-b411-b2a1d0f898e9 => generated 917 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3045] 199.204.45.113 () {30 vars in 768 bytes} [Fri May 8 04:09:15 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 3868 bytes in 49 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-08 04:09:16.020 7 INFO neutron_taas.services.taas.taas_plugin [None req-098a4b20-ce23-4a8f-aad1-f9187d7d7efa fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: c699c378-cca7-499a-b411-b2a1d0f898e9 2026-05-08 04:09:16.023 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-098a4b20-ce23-4a8f-aad1-f9187d7d7efa fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: c699c378-cca7-499a-b411-b2a1d0f898e9 [pid: 7|app: 0|req: 1507/3046] 199.204.45.113 () {32 vars in 758 bytes} [Fri May 8 04:09:15 2026] DELETE /v2.0/ports/c699c378-cca7-499a-b411-b2a1d0f898e9 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3047] 199.204.45.113 () {30 vars in 702 bytes} [Fri May 8 04:09:16 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: 1508/3048] 199.204.45.113 () {30 vars in 704 bytes} [Fri May 8 04:09:16 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: 1541/3049] 199.204.45.113 () {30 vars in 680 bytes} [Fri May 8 04:09:16 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: 1509/3050] 199.204.45.113 () {30 vars in 716 bytes} [Fri May 8 04:09:16 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: 1542/3051] 199.204.45.113 () {30 vars in 740 bytes} [Fri May 8 04:09:16 2026] GET /v2.0/subnets/ea3c99cf-1b86-4dea-bbdc-37afcecdccb5 => 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: 1510/3052] 199.204.45.113 () {30 vars in 736 bytes} [Fri May 8 04:09:16 2026] GET /v2.0/ports/182a5fb6-eb4e-4f43-bc4a-36847c995f9d => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3053] 199.204.45.113 () {30 vars in 736 bytes} [Fri May 8 04:09:16 2026] GET /v2.0/ports/88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e => generated 1345 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3054] 199.204.45.113 () {30 vars in 740 bytes} [Fri May 8 04:09:16 2026] GET /v2.0/subnets/ea3c99cf-1b86-4dea-bbdc-37afcecdccb5 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3055] 199.204.45.113 () {30 vars in 742 bytes} [Fri May 8 04:09:16 2026] GET /v2.0/networks/b6482bbf-8090-4212-8520-e145e803f923 => generated 798 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3056] 199.204.45.113 () {30 vars in 736 bytes} [Fri May 8 04:09:16 2026] GET /v2.0/ports/182a5fb6-eb4e-4f43-bc4a-36847c995f9d => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3057] 199.204.45.113 () {30 vars in 740 bytes} [Fri May 8 04:09:16 2026] GET /v2.0/subnets/ea3c99cf-1b86-4dea-bbdc-37afcecdccb5 => generated 674 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3058] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:09:16 2026] GET /v2.0/ports?tenant_id=6661705e31994c3abf278df658dc1ac1&device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 3868 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3059] 199.204.45.113 () {34 vars in 1225 bytes} [Fri May 8 04:09:16 2026] GET /v2.0/networks?id=bc7ad148-554f-4a44-8016-2d0cc16985c4&id=b6482bbf-8090-4212-8520-e145e803f923&id=2ddec414-e12e-49da-9553-1db27faa5b20&id=321ab859-dfcf-4b12-8848-be6a451faf68 => generated 3094 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3060] 199.204.45.113 () {34 vars in 1061 bytes} [Fri May 8 04:09:16 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.253&port_id=b7e6f4a4-1ffe-46b6-90ed-5ce9cea92e06 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3061] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:09:16 2026] GET /v2.0/subnets?id=1e378940-3095-44a2-894c-4124672cb33d => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3062] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:09:17 2026] GET /v2.0/ports?network_id=bc7ad148-554f-4a44-8016-2d0cc16985c4&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3063] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:09:17 2026] GET /v2.0/networks/bc7ad148-554f-4a44-8016-2d0cc16985c4?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3064] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:09:17 2026] GET /v2.0/networks/bc7ad148-554f-4a44-8016-2d0cc16985c4?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: 1549/3065] 199.204.45.113 () {34 vars in 1055 bytes} [Fri May 8 04:09:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.80&port_id=88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e => 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: 1517/3066] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:09:17 2026] GET /v2.0/subnets?id=ea3c99cf-1b86-4dea-bbdc-37afcecdccb5 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3067] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:09:17 2026] GET /v2.0/ports?network_id=b6482bbf-8090-4212-8520-e145e803f923&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: 1518/3068] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:09:17 2026] GET /v2.0/networks/b6482bbf-8090-4212-8520-e145e803f923?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: 1551/3069] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:09:17 2026] GET /v2.0/networks/b6482bbf-8090-4212-8520-e145e803f923?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: 1519/3070] 199.204.45.113 () {34 vars in 1057 bytes} [Fri May 8 04:09:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.248&port_id=11f76d06-cf7a-4a07-8d24-2b011cf4d98b => 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: 1552/3071] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:09:17 2026] GET /v2.0/subnets?id=d05ad77b-30dc-465b-967b-a8bc8cdb39f2 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3072] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:09:17 2026] GET /v2.0/ports?network_id=2ddec414-e12e-49da-9553-1db27faa5b20&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3073] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:09:17 2026] GET /v2.0/networks/2ddec414-e12e-49da-9553-1db27faa5b20?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: 1521/3074] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:09:17 2026] GET /v2.0/networks/2ddec414-e12e-49da-9553-1db27faa5b20?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: 1554/3075] 199.204.45.113 () {30 vars in 702 bytes} [Fri May 8 04:09:21 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: 1522/3076] 199.204.45.113 () {30 vars in 704 bytes} [Fri May 8 04:09:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3077] 199.204.45.113 () {30 vars in 680 bytes} [Fri May 8 04:09:21 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: 1523/3078] 199.204.45.113 () {30 vars in 716 bytes} [Fri May 8 04:09:21 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: 1556/3079] 199.204.45.113 () {30 vars in 768 bytes} [Fri May 8 04:09:21 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 3868 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3080] 199.204.45.113 () {30 vars in 702 bytes} [Fri May 8 04:09:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3081] 199.204.45.113 () {30 vars in 704 bytes} [Fri May 8 04:09:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3082] 199.204.45.113 () {30 vars in 680 bytes} [Fri May 8 04:09:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3083] 199.204.45.113 () {30 vars in 716 bytes} [Fri May 8 04:09: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: 1526/3084] 199.204.45.113 () {30 vars in 736 bytes} [Fri May 8 04:09:22 2026] GET /v2.0/ports/11f76d06-cf7a-4a07-8d24-2b011cf4d98b => generated 1291 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3085] 199.204.45.113 () {34 vars in 788 bytes} [Fri May 8 04:09:22 2026] PUT /v2.0/ports/11f76d06-cf7a-4a07-8d24-2b011cf4d98b => generated 1080 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:09:22.472 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f67587f4-8b75-41b7-a090-e4379bbd5878'] response: {'name': 'network-changed', 'server_uuid': 'db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc', 'tag': '11f76d06-cf7a-4a07-8d24-2b011cf4d98b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1527/3086] 199.204.45.113 () {30 vars in 742 bytes} [Fri May 8 04:09:22 2026] GET /v2.0/networks/2ddec414-e12e-49da-9553-1db27faa5b20 => generated 798 bytes in 55 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: 1560/3087] 199.204.45.113 () {30 vars in 768 bytes} [Fri May 8 04:09:22 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 3693 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3088] 199.204.45.113 () {30 vars in 768 bytes} [Fri May 8 04:09:22 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 3693 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3089] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:09:22 2026] GET /v2.0/ports?tenant_id=6661705e31994c3abf278df658dc1ac1&device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 3693 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3090] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:09:23 2026] GET /v2.0/networks?id=2ddec414-e12e-49da-9553-1db27faa5b20 => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3091] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:09:23 2026] GET /v2.0/networks/2ddec414-e12e-49da-9553-1db27faa5b20?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: 1530/3092] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:09:23 2026] GET /v2.0/networks/2ddec414-e12e-49da-9553-1db27faa5b20?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: 1563/3093] 199.204.45.113 () {30 vars in 768 bytes} [Fri May 8 04:09:23 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 3693 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3094] 199.204.45.113 () {34 vars in 974 bytes} [Fri May 8 04:09:24 2026] GET /v2.0/ports/11f76d06-cf7a-4a07-8d24-2b011cf4d98b => 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: 1564/3095] 199.204.45.113 () {30 vars in 768 bytes} [Fri May 8 04:09:24 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 3693 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3096] 199.204.45.113 () {34 vars in 1059 bytes} [Fri May 8 04:09:24 2026] GET /v2.0/ports/11f76d06-cf7a-4a07-8d24-2b011cf4d98b?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3097] 199.204.45.113 () {34 vars in 1015 bytes} [Fri May 8 04:09:24 2026] GET /v2.0/networks/2ddec414-e12e-49da-9553-1db27faa5b20?fields=dns_domain => generated 29 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3098] 199.204.45.113 () {38 vars in 1027 bytes} [Fri May 8 04:09:24 2026] PUT /v2.0/ports/11f76d06-cf7a-4a07-8d24-2b011cf4d98b => generated 917 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3099] 199.204.45.113 () {30 vars in 768 bytes} [Fri May 8 04:09:25 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 2585 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, ' 2026-05-08 04:09:25.982 7 INFO neutron_taas.services.taas.taas_plugin [None req-5411119b-4f49-4015-87cc-e27f21e34bae fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: 11f76d06-cf7a-4a07-8d24-2b011cf4d98b 2026-05-08 04:09:25.984 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5411119b-4f49-4015-87cc-e27f21e34bae fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: 11f76d06-cf7a-4a07-8d24-2b011cf4d98b [pid: 7|app: 0|req: 1534/3100] 199.204.45.113 () {32 vars in 758 bytes} [Fri May 8 04:09:25 2026] DELETE /v2.0/ports/11f76d06-cf7a-4a07-8d24-2b011cf4d98b => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3101] 199.204.45.113 () {30 vars in 702 bytes} [Fri May 8 04:09:26 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: 1535/3102] 199.204.45.113 () {30 vars in 704 bytes} [Fri May 8 04:09:26 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: 1568/3103] 199.204.45.113 () {30 vars in 680 bytes} [Fri May 8 04:09:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3104] 199.204.45.113 () {30 vars in 716 bytes} [Fri May 8 04:09:26 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: 1569/3105] 199.204.45.113 () {30 vars in 740 bytes} [Fri May 8 04:09:26 2026] GET /v2.0/subnets/ea3c99cf-1b86-4dea-bbdc-37afcecdccb5 => 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: 1537/3106] 199.204.45.113 () {30 vars in 736 bytes} [Fri May 8 04:09:26 2026] GET /v2.0/ports/182a5fb6-eb4e-4f43-bc4a-36847c995f9d => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3107] 199.204.45.113 () {30 vars in 736 bytes} [Fri May 8 04:09:26 2026] GET /v2.0/ports/88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e => generated 1345 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3108] 199.204.45.113 () {30 vars in 740 bytes} [Fri May 8 04:09:26 2026] GET /v2.0/subnets/ea3c99cf-1b86-4dea-bbdc-37afcecdccb5 => generated 674 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3109] 199.204.45.113 () {30 vars in 742 bytes} [Fri May 8 04:09:26 2026] GET /v2.0/networks/b6482bbf-8090-4212-8520-e145e803f923 => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3110] 199.204.45.113 () {30 vars in 736 bytes} [Fri May 8 04:09:26 2026] GET /v2.0/ports/182a5fb6-eb4e-4f43-bc4a-36847c995f9d => generated 1128 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3111] 199.204.45.113 () {30 vars in 740 bytes} [Fri May 8 04:09:26 2026] GET /v2.0/subnets/ea3c99cf-1b86-4dea-bbdc-37afcecdccb5 => generated 674 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3112] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:09:26 2026] GET /v2.0/ports?tenant_id=6661705e31994c3abf278df658dc1ac1&device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 2585 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3113] 199.204.45.113 () {34 vars in 1145 bytes} [Fri May 8 04:09:26 2026] GET /v2.0/networks?id=bc7ad148-554f-4a44-8016-2d0cc16985c4&id=b6482bbf-8090-4212-8520-e145e803f923&id=2ddec414-e12e-49da-9553-1db27faa5b20 => generated 2308 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3114] 199.204.45.113 () {34 vars in 1061 bytes} [Fri May 8 04:09:26 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.253&port_id=b7e6f4a4-1ffe-46b6-90ed-5ce9cea92e06 => generated 19 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3115] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:09:26 2026] GET /v2.0/subnets?id=1e378940-3095-44a2-894c-4124672cb33d => generated 654 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3116] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:09:26 2026] GET /v2.0/ports?network_id=bc7ad148-554f-4a44-8016-2d0cc16985c4&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3117] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:09:26 2026] GET /v2.0/networks/bc7ad148-554f-4a44-8016-2d0cc16985c4?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: 1543/3118] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:09:27 2026] GET /v2.0/networks/bc7ad148-554f-4a44-8016-2d0cc16985c4?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: 1576/3119] 199.204.45.113 () {34 vars in 1055 bytes} [Fri May 8 04:09:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.80&port_id=88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e => 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: 1544/3120] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:09:27 2026] GET /v2.0/subnets?id=ea3c99cf-1b86-4dea-bbdc-37afcecdccb5 => 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: 1577/3121] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:09:27 2026] GET /v2.0/ports?network_id=b6482bbf-8090-4212-8520-e145e803f923&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: 1545/3122] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:09:27 2026] GET /v2.0/networks/b6482bbf-8090-4212-8520-e145e803f923?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3123] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:09:27 2026] GET /v2.0/networks/b6482bbf-8090-4212-8520-e145e803f923?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3126] 199.204.45.113 () {30 vars in 702 bytes} [Fri May 8 04:09:38 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: 1547/3127] 199.204.45.113 () {30 vars in 704 bytes} [Fri May 8 04:09:38 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: 1581/3128] 199.204.45.113 () {30 vars in 680 bytes} [Fri May 8 04:09:38 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: 1548/3129] 199.204.45.113 () {30 vars in 716 bytes} [Fri May 8 04:09:38 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-08 04:09:38.123 8 INFO neutron.api.v2.resource [None req-4df6546d-a2ee-4ace-b53c-cc3d88b9375d fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1582/3130] 199.204.45.113 () {30 vars in 762 bytes} [Fri May 8 04:09:38 2026] GET /v2.0/security-groups/lb-bf1084e9-e1c6-4d96-abf8-272447e1f33e => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3131] 199.204.45.113 () {30 vars in 784 bytes} [Fri May 8 04:09:38 2026] GET /v2.0/security-groups?name=lb-bf1084e9-e1c6-4d96-abf8-272447e1f33e => generated 2865 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3132] 199.204.45.113 () {30 vars in 814 bytes} [Fri May 8 04:09:38 2026] GET /v2.0/security-group-rules?security_group_id=90e19a25-bf9c-40d8-b4bd-430f44ab0e36 => generated 2334 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3133] 199.204.45.113 () {32 vars in 788 bytes} [Fri May 8 04:09:38 2026] DELETE /v2.0/security-group-rules/6e4404a3-9578-4703-b1fd-2fbbd9d46b1e => 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: 1584/3134] 199.204.45.113 () {32 vars in 788 bytes} [Fri May 8 04:09:38 2026] DELETE /v2.0/security-group-rules/751ab190-4eb9-4b6b-b9ca-a2aedfe08565 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:09:42.034 7 INFO neutron_taas.services.taas.taas_plugin [None req-a2b1f81d-e57d-4179-a74e-b7550dfc5635 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] TaaS: Handle Delete Port: b7c8e8cf-d32c-4439-ad0c-cef0d190fa3f 2026-05-08 04:09:42.037 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2b1f81d-e57d-4179-a74e-b7550dfc5635 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] Tap Mirror: Handle Delete Port: b7c8e8cf-d32c-4439-ad0c-cef0d190fa3f 2026-05-08 04:09:42.231 7 INFO neutron.db.l3_db [None req-a2b1f81d-e57d-4179-a74e-b7550dfc5635 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] Floating IP 91549ac5-e68e-4859-9c81-2bbe6856290b disassociated (deleted). External IP: 10.96.250.213, port: 182a5fb6-eb4e-4f43-bc4a-36847c995f9d. [pid: 7|app: 0|req: 1551/3135] 10.0.0.251 () {32 vars in 731 bytes} [Fri May 8 04:09:41 2026] DELETE /v2.0/floatingips/91549ac5-e68e-4859-9c81-2bbe6856290b => generated 0 bytes in 649 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:09:42.574 8 INFO neutron.api.v2.resource [None req-b095a3f4-7007-496e-aed8-38fdb4fcfc21 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1585/3136] 10.0.0.251 () {32 vars in 728 bytes} [Fri May 8 04:09:42 2026] GET /v2.0/floatingips/91549ac5-e68e-4859-9c81-2bbe6856290b => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3137] 199.204.45.113 () {30 vars in 702 bytes} [Fri May 8 04:09:43 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: 1586/3138] 199.204.45.113 () {30 vars in 704 bytes} [Fri May 8 04:09:43 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: 1553/3139] 199.204.45.113 () {30 vars in 680 bytes} [Fri May 8 04:09:43 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3140] 199.204.45.113 () {30 vars in 716 bytes} [Fri May 8 04:09:43 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-08 04:09:43.549 7 INFO neutron.api.v2.resource [None req-439d0965-869e-49f0-912d-e8bee2e05fe7 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1554/3141] 199.204.45.113 () {30 vars in 762 bytes} [Fri May 8 04:09:43 2026] GET /v2.0/security-groups/lb-bf1084e9-e1c6-4d96-abf8-272447e1f33e => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3142] 199.204.45.113 () {30 vars in 784 bytes} [Fri May 8 04:09:43 2026] GET /v2.0/security-groups?name=lb-bf1084e9-e1c6-4d96-abf8-272447e1f33e => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3143] 199.204.45.113 () {30 vars in 814 bytes} [Fri May 8 04:09:43 2026] GET /v2.0/security-group-rules?security_group_id=90e19a25-bf9c-40d8-b4bd-430f44ab0e36 => generated 1182 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3146] 199.204.45.113 () {30 vars in 702 bytes} [Fri May 8 04:09:43 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3147] 199.204.45.113 () {30 vars in 704 bytes} [Fri May 8 04:09:43 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: 1591/3148] 199.204.45.113 () {30 vars in 680 bytes} [Fri May 8 04:09:43 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: 1558/3149] 199.204.45.113 () {30 vars in 716 bytes} [Fri May 8 04:09:43 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3150] 199.204.45.113 () {30 vars in 740 bytes} [Fri May 8 04:09:43 2026] GET /v2.0/subnets/ea3c99cf-1b86-4dea-bbdc-37afcecdccb5 => generated 674 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3151] 199.204.45.113 () {30 vars in 768 bytes} [Fri May 8 04:09:43 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 2585 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3152] 199.204.45.113 () {30 vars in 768 bytes} [Fri May 8 04:09:43 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 2585 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3153] 199.204.45.113 () {30 vars in 768 bytes} [Fri May 8 04:09:44 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 2585 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3154] 199.204.45.113 () {30 vars in 768 bytes} [Fri May 8 04:09:45 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 2585 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3155] 199.204.45.113 () {34 vars in 974 bytes} [Fri May 8 04:09:46 2026] GET /v2.0/ports/88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e => generated 1345 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3156] 199.204.45.113 () {34 vars in 1059 bytes} [Fri May 8 04:09:46 2026] GET /v2.0/ports/88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3157] 199.204.45.113 () {30 vars in 768 bytes} [Fri May 8 04:09:46 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 2585 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3158] 199.204.45.113 () {34 vars in 1015 bytes} [Fri May 8 04:09:46 2026] GET /v2.0/networks/b6482bbf-8090-4212-8520-e145e803f923?fields=dns_domain => generated 29 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3159] 199.204.45.113 () {38 vars in 1027 bytes} [Fri May 8 04:09:46 2026] PUT /v2.0/ports/88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e => generated 1146 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3160] 199.204.45.113 () {30 vars in 768 bytes} [Fri May 8 04:09:47 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 1248 bytes in 41 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: 1564/3161] 199.204.45.113 () {34 vars in 788 bytes} [Fri May 8 04:09:47 2026] PUT /v2.0/ports/88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e => generated 1086 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3162] 199.204.45.113 () {30 vars in 736 bytes} [Fri May 8 04:09:47 2026] GET /v2.0/ports/88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e => generated 1086 bytes in 41 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-08 04:09:47.600 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b33f1db-dabf-45f0-ba24-e8ec4b7cd77a fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: 88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e 2026-05-08 04:09:47.602 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b33f1db-dabf-45f0-ba24-e8ec4b7cd77a fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: 88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e [pid: 7|app: 0|req: 1565/3163] 199.204.45.113 () {32 vars in 758 bytes} [Fri May 8 04:09:47 2026] DELETE /v2.0/ports/88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3164] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:09:47 2026] GET /v2.0/ports?tenant_id=6661705e31994c3abf278df658dc1ac1&device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3165] 199.204.45.113 () {34 vars in 1065 bytes} [Fri May 8 04:09:48 2026] GET /v2.0/networks?id=bc7ad148-554f-4a44-8016-2d0cc16985c4&id=b6482bbf-8090-4212-8520-e145e803f923 => generated 1521 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3166] 199.204.45.113 () {34 vars in 1061 bytes} [Fri May 8 04:09:48 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.253&port_id=b7e6f4a4-1ffe-46b6-90ed-5ce9cea92e06 => 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: 1567/3167] 199.204.45.113 () {30 vars in 702 bytes} [Fri May 8 04:09:48 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: 1568/3168] 199.204.45.113 () {30 vars in 704 bytes} [Fri May 8 04:09:48 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3169] 199.204.45.113 () {30 vars in 680 bytes} [Fri May 8 04:09:48 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: 1570/3170] 199.204.45.113 () {30 vars in 716 bytes} [Fri May 8 04:09:48 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: 1601/3171] 199.204.45.113 () {34 vars in 983 bytes} [Fri May 8 04:09:48 2026] GET /v2.0/subnets?id=1e378940-3095-44a2-894c-4124672cb33d => generated 654 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:09:48.182 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2b7b82ac-f4f7-4f0a-8457-142f7622ea7b fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1571/3172] 199.204.45.113 () {32 vars in 758 bytes} [Fri May 8 04:09:48 2026] DELETE /v2.0/ports/88e6b7f6-6b7f-4af2-bb65-10d5b7390d5e => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3173] 199.204.45.113 () {30 vars in 736 bytes} [Fri May 8 04:09:48 2026] GET /v2.0/ports/182a5fb6-eb4e-4f43-bc4a-36847c995f9d => generated 1128 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3174] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:09:48 2026] GET /v2.0/ports?network_id=bc7ad148-554f-4a44-8016-2d0cc16985c4&device_owner=network%3Adhcp => generated 1244 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:09:48.263 7 INFO neutron.api.v2.resource [None req-a8c79c07-4e0d-4b2b-8631-fd7388739a97 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1573/3175] 199.204.45.113 () {30 vars in 762 bytes} [Fri May 8 04:09:48 2026] GET /v2.0/security-groups/lb-bf1084e9-e1c6-4d96-abf8-272447e1f33e => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3176] 199.204.45.113 () {30 vars in 784 bytes} [Fri May 8 04:09:48 2026] GET /v2.0/security-groups?name=lb-bf1084e9-e1c6-4d96-abf8-272447e1f33e => 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: 1603/3177] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:09:48 2026] GET /v2.0/networks/bc7ad148-554f-4a44-8016-2d0cc16985c4?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3178] 199.204.45.113 () {30 vars in 736 bytes} [Fri May 8 04:09:48 2026] GET /v2.0/ports/182a5fb6-eb4e-4f43-bc4a-36847c995f9d => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3179] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:09:48 2026] GET /v2.0/networks/bc7ad148-554f-4a44-8016-2d0cc16985c4?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: 1605/3180] 199.204.45.113 () {34 vars in 788 bytes} [Fri May 8 04:09:48 2026] PUT /v2.0/ports/182a5fb6-eb4e-4f43-bc4a-36847c995f9d => generated 1090 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3181] 199.204.45.113 () {32 vars in 778 bytes} [Fri May 8 04:09:48 2026] DELETE /v2.0/security-groups/90e19a25-bf9c-40d8-b4bd-430f44ab0e36 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:09:48.816 8 INFO neutron_taas.services.taas.taas_plugin [None req-99ae832d-9fac-4d05-bb84-8dfee403eb09 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: 182a5fb6-eb4e-4f43-bc4a-36847c995f9d 2026-05-08 04:09:48.819 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99ae832d-9fac-4d05-bb84-8dfee403eb09 fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: 182a5fb6-eb4e-4f43-bc4a-36847c995f9d [pid: 8|app: 0|req: 1606/3182] 199.204.45.113 () {32 vars in 758 bytes} [Fri May 8 04:09:48 2026] DELETE /v2.0/ports/182a5fb6-eb4e-4f43-bc4a-36847c995f9d => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3183] 199.204.45.113 () {34 vars in 993 bytes} [Fri May 8 04:09:51 2026] GET /v2.0/ports?device_id=db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:09:52.028 8 INFO neutron_taas.services.taas.taas_plugin [req-d18e7cb0-1058-4eea-8abc-be43bbc85d29 req-c661eb25-f6c4-453d-bdf7-5b62e6ab516c fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] TaaS: Handle Delete Port: b7e6f4a4-1ffe-46b6-90ed-5ce9cea92e06 2026-05-08 04:09:52.031 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d18e7cb0-1058-4eea-8abc-be43bbc85d29 req-c661eb25-f6c4-453d-bdf7-5b62e6ab516c fd7f3a9c48f6482fa51cf0808885f586 6661705e31994c3abf278df658dc1ac1 - - default default] Tap Mirror: Handle Delete Port: b7e6f4a4-1ffe-46b6-90ed-5ce9cea92e06 [pid: 8|app: 0|req: 1607/3184] 199.204.45.113 () {36 vars in 996 bytes} [Fri May 8 04:09:51 2026] DELETE /v2.0/ports/b7e6f4a4-1ffe-46b6-90ed-5ce9cea92e06 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:09:52.226 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d9b38de4-8f39-4de7-bb0d-8ea68ae5276d'] response: {'server_uuid': 'db4c94bc-f7d5-43f0-bcc1-2033cc66c7fc', 'name': 'network-vif-deleted', 'tag': 'b7e6f4a4-1ffe-46b6-90ed-5ce9cea92e06', 'status': 'completed', 'code': 200} 2026-05-08 04:09:52.928 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf6b395e-ef41-4ca4-a54d-c3fb7b02be3d fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] TaaS: Handle Delete Port: 81046296-b57e-49cd-ac45-1a103138df81 2026-05-08 04:09:52.932 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf6b395e-ef41-4ca4-a54d-c3fb7b02be3d fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] Tap Mirror: Handle Delete Port: 81046296-b57e-49cd-ac45-1a103138df81 2026-05-08 04:09:53.074 7 INFO neutron.db.l3_db [None req-bf6b395e-ef41-4ca4-a54d-c3fb7b02be3d fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] Floating IP 96f4c58b-a3a1-415a-8e76-65660900a93c disassociated (deleted). External IP: 10.96.250.214, port: 3e09fed5-85f3-49ef-856f-420eaec3a0e2. [pid: 7|app: 0|req: 1578/3185] 10.0.0.251 () {32 vars in 731 bytes} [Fri May 8 04:09:52 2026] DELETE /v2.0/floatingips/96f4c58b-a3a1-415a-8e76-65660900a93c => generated 0 bytes in 555 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:09:53.394 8 INFO neutron.api.v2.resource [None req-a03323c2-34cb-4f7b-94b4-dc781ba58fe9 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] show failed (client error): The resource could not be found. 2026-05-08 04:09:53.395 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-70498ab3-5ea9-4ac6-8a41-ab20e883876d'] response: {'name': 'network-changed', 'server_uuid': '93faab71-e817-4bb1-a7b5-49b576ce2296', 'tag': '3e09fed5-85f3-49ef-856f-420eaec3a0e2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1608/3186] 10.0.0.251 () {32 vars in 728 bytes} [Fri May 8 04:09:53 2026] GET /v2.0/floatingips/96f4c58b-a3a1-415a-8e76-65660900a93c => generated 144 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3187] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:09:53 2026] GET /v2.0/ports?device_id=93faab71-e817-4bb1-a7b5-49b576ce2296 => generated 1200 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3188] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:09:53 2026] GET /v2.0/security-groups?id=0e54d897-35ff-4cd6-99f9-6739c1dc1281&fields=id&fields=name => generated 110 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3189] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:09:53 2026] GET /v2.0/ports?tenant_id=bad6e595934a47afb41d4c0f8d4753f6&device_id=93faab71-e817-4bb1-a7b5-49b576ce2296 => generated 1469 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3190] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:09:53 2026] GET /v2.0/networks?id=321ab859-dfcf-4b12-8848-be6a451faf68 => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3191] 199.204.45.113 () {34 vars in 1057 bytes} [Fri May 8 04:09:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.195&port_id=3e09fed5-85f3-49ef-856f-420eaec3a0e2 => 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: 1611/3192] 199.204.45.113 () {34 vars in 1103 bytes} [Fri May 8 04:09:54 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Acd&port_id=3e09fed5-85f3-49ef-856f-420eaec3a0e2 => 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: 1582/3193] 199.204.45.113 () {34 vars in 1063 bytes} [Fri May 8 04:09:54 2026] GET /v2.0/subnets?id=3bc65347-c4df-4345-9986-31e3516009f7&id=49fe953b-4008-43ef-a8bc-061ae2043084 => generated 1414 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3194] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:09:54 2026] GET /v2.0/ports?network_id=321ab859-dfcf-4b12-8848-be6a451faf68&device_owner=network%3Adhcp => generated 1461 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3195] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:09:54 2026] GET /v2.0/ports?network_id=321ab859-dfcf-4b12-8848-be6a451faf68&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3196] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:09:54 2026] GET /v2.0/networks/321ab859-dfcf-4b12-8848-be6a451faf68?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: 1584/3197] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:09:54 2026] GET /v2.0/networks/321ab859-dfcf-4b12-8848-be6a451faf68?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: 1614/3198] 199.204.45.113 () {34 vars in 993 bytes} [Fri May 8 04:09:56 2026] GET /v2.0/ports?device_id=93faab71-e817-4bb1-a7b5-49b576ce2296 => generated 1200 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:09:56.382 7 INFO neutron_taas.services.taas.taas_plugin [req-2cdec77c-6127-4f38-aa9c-7ab6b5d0914b req-a0b07f00-3eb1-4f63-a341-aad07bec4250 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] TaaS: Handle Delete Port: 3e09fed5-85f3-49ef-856f-420eaec3a0e2 2026-05-08 04:09:56.386 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2cdec77c-6127-4f38-aa9c-7ab6b5d0914b req-a0b07f00-3eb1-4f63-a341-aad07bec4250 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] Tap Mirror: Handle Delete Port: 3e09fed5-85f3-49ef-856f-420eaec3a0e2 [pid: 7|app: 0|req: 1585/3199] 199.204.45.113 () {36 vars in 996 bytes} [Fri May 8 04:09:56 2026] DELETE /v2.0/ports/3e09fed5-85f3-49ef-856f-420eaec3a0e2 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:09:56.600 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2b1c6a8c-5493-4de7-8f52-076d606cdbfb'] response: {'server_uuid': '93faab71-e817-4bb1-a7b5-49b576ce2296', 'name': 'network-vif-deleted', 'tag': '3e09fed5-85f3-49ef-856f-420eaec3a0e2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1616/3202] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:09:58 2026] GET /v2.0/ports?device_id=93faab71-e817-4bb1-a7b5-49b576ce2296 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 04:10:03.997 7 INFO neutron_taas.services.taas.taas_plugin [None req-8cca3f84-b55c-43f2-979e-905b8860cf9f fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] TaaS: Handle Delete Port: 3fc2d69c-e9b5-4e11-a33a-149ef78511b8 2026-05-08 04:10:03.999 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8cca3f84-b55c-43f2-979e-905b8860cf9f fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] Tap Mirror: Handle Delete Port: 3fc2d69c-e9b5-4e11-a33a-149ef78511b8 2026-05-08 04:10:04.168 7 INFO neutron.db.l3_db [None req-8cca3f84-b55c-43f2-979e-905b8860cf9f fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] Floating IP 03a975a2-b329-4377-b2d7-9650effaabd5 disassociated (deleted). External IP: 10.96.250.219, port: 1ccbcf9c-ac10-4fef-868d-ec615e22ef7e. [pid: 7|app: 0|req: 1587/3203] 10.0.0.251 () {32 vars in 731 bytes} [Fri May 8 04:10:03 2026] DELETE /v2.0/floatingips/03a975a2-b329-4377-b2d7-9650effaabd5 => generated 0 bytes in 626 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:10:04.493 8 INFO neutron.api.v2.resource [None req-9bb7891a-d0d9-4b3e-a71d-5f0a33df8991 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1617/3204] 10.0.0.251 () {32 vars in 728 bytes} [Fri May 8 04:10:04 2026] GET /v2.0/floatingips/03a975a2-b329-4377-b2d7-9650effaabd5 => generated 144 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:10:04.502 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a539b979-c13b-4713-b7c0-c111e430181b'] response: {'name': 'network-changed', 'server_uuid': '60a5e230-222d-4062-947e-2c06e06158e1', 'tag': '1ccbcf9c-ac10-4fef-868d-ec615e22ef7e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1588/3205] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:10:04 2026] GET /v2.0/ports?device_id=60a5e230-222d-4062-947e-2c06e06158e1 => generated 1196 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3206] 10.0.0.205 () {34 vars in 1039 bytes} [Fri May 8 04:10:04 2026] GET /v2.0/security-groups?id=0e54d897-35ff-4cd6-99f9-6739c1dc1281&fields=id&fields=name => generated 110 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3207] 199.204.45.113 () {34 vars in 1079 bytes} [Fri May 8 04:10:05 2026] GET /v2.0/ports?tenant_id=bad6e595934a47afb41d4c0f8d4753f6&device_id=60a5e230-222d-4062-947e-2c06e06158e1 => generated 1465 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3208] 199.204.45.113 () {34 vars in 985 bytes} [Fri May 8 04:10:05 2026] GET /v2.0/networks?id=2ddec414-e12e-49da-9553-1db27faa5b20 => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3209] 199.204.45.113 () {34 vars in 1055 bytes} [Fri May 8 04:10:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.58&port_id=1ccbcf9c-ac10-4fef-868d-ec615e22ef7e => 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: 1620/3210] 199.204.45.113 () {34 vars in 1103 bytes} [Fri May 8 04:10:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A284&port_id=1ccbcf9c-ac10-4fef-868d-ec615e22ef7e => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3211] 199.204.45.113 () {34 vars in 1063 bytes} [Fri May 8 04:10:05 2026] GET /v2.0/subnets?id=d05ad77b-30dc-465b-967b-a8bc8cdb39f2&id=7abe2ee5-7794-4e55-8454-be2019144a3b => generated 1410 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3212] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:10:05 2026] GET /v2.0/ports?network_id=2ddec414-e12e-49da-9553-1db27faa5b20&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3213] 199.204.45.113 () {34 vars in 1051 bytes} [Fri May 8 04:10:05 2026] GET /v2.0/ports?network_id=2ddec414-e12e-49da-9553-1db27faa5b20&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3214] 199.204.45.113 () {34 vars in 1011 bytes} [Fri May 8 04:10:05 2026] GET /v2.0/networks/2ddec414-e12e-49da-9553-1db27faa5b20?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3215] 199.204.45.113 () {34 vars in 1111 bytes} [Fri May 8 04:10:05 2026] GET /v2.0/networks/2ddec414-e12e-49da-9553-1db27faa5b20?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3216] 199.204.45.113 () {34 vars in 993 bytes} [Fri May 8 04:10:07 2026] GET /v2.0/ports?device_id=60a5e230-222d-4062-947e-2c06e06158e1 => generated 1194 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 04:10:07.314 7 INFO neutron_taas.services.taas.taas_plugin [req-cbb0281f-f941-466c-b44d-822991b4a2c0 req-4fbebf35-5b01-4175-87e1-4ecb3985b618 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] TaaS: Handle Delete Port: 1ccbcf9c-ac10-4fef-868d-ec615e22ef7e 2026-05-08 04:10:07.318 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cbb0281f-f941-466c-b44d-822991b4a2c0 req-4fbebf35-5b01-4175-87e1-4ecb3985b618 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] Tap Mirror: Handle Delete Port: 1ccbcf9c-ac10-4fef-868d-ec615e22ef7e [pid: 7|app: 0|req: 1594/3217] 199.204.45.113 () {36 vars in 996 bytes} [Fri May 8 04:10:07 2026] DELETE /v2.0/ports/1ccbcf9c-ac10-4fef-868d-ec615e22ef7e => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:10:07.545 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a297233f-bf27-45cf-8422-681580823d73'] response: {'server_uuid': '60a5e230-222d-4062-947e-2c06e06158e1', 'name': 'network-vif-deleted', 'tag': '1ccbcf9c-ac10-4fef-868d-ec615e22ef7e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1624/3218] 10.0.0.205 () {34 vars in 989 bytes} [Fri May 8 04:10:09 2026] GET /v2.0/ports?device_id=60a5e230-222d-4062-947e-2c06e06158e1 => 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: 1626/3221] 10.0.0.251 () {32 vars in 749 bytes} [Fri May 8 04:10:14 2026] DELETE /v2.0/security-group-rules/cce8acfd-b264-47d7-a2da-206b4770409f => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:10:15.090 7 INFO neutron.api.v2.resource [None req-a389c9ba-dbcc-4a46-8c0c-ad760ce6dc5c fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1596/3222] 10.0.0.251 () {32 vars in 746 bytes} [Fri May 8 04:10:15 2026] GET /v2.0/security-group-rules/cce8acfd-b264-47d7-a2da-206b4770409f => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3223] 10.0.0.251 () {32 vars in 749 bytes} [Fri May 8 04:10:15 2026] DELETE /v2.0/security-group-rules/dd9fb68c-6209-4248-915c-1c58a552abf4 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:10:15.172 7 INFO neutron.api.v2.resource [None req-12f29ebd-b90e-45c7-9e48-56871131dab5 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1597/3224] 10.0.0.251 () {32 vars in 746 bytes} [Fri May 8 04:10:15 2026] GET /v2.0/security-group-rules/dd9fb68c-6209-4248-915c-1c58a552abf4 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3225] 10.0.0.251 () {32 vars in 749 bytes} [Fri May 8 04:10:15 2026] DELETE /v2.0/security-group-rules/cefcc13b-9c61-428c-a1bc-108c1777bc5b => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:10:15.257 7 INFO neutron.api.v2.resource [None req-62517176-5962-4b9d-a2e5-75b2e100320d fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1598/3226] 10.0.0.251 () {32 vars in 746 bytes} [Fri May 8 04:10:15 2026] GET /v2.0/security-group-rules/cefcc13b-9c61-428c-a1bc-108c1777bc5b => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3227] 10.0.0.251 () {32 vars in 749 bytes} [Fri May 8 04:10:15 2026] DELETE /v2.0/security-group-rules/c080b927-b996-4309-a836-a0cd8ce09bf7 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:10:15.347 7 INFO neutron.api.v2.resource [None req-82c34a6b-7929-40f2-88d5-0effc71a4798 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1599/3228] 10.0.0.251 () {32 vars in 746 bytes} [Fri May 8 04:10:15 2026] GET /v2.0/security-group-rules/c080b927-b996-4309-a836-a0cd8ce09bf7 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3229] 10.0.0.251 () {32 vars in 749 bytes} [Fri May 8 04:10:15 2026] DELETE /v2.0/security-group-rules/881d953a-f803-457b-b0e2-32ba700ba7c2 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:10:15.434 7 INFO neutron.api.v2.resource [None req-548c4b11-1f03-42fb-9e3e-fe63b9596cf3 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1600/3230] 10.0.0.251 () {32 vars in 746 bytes} [Fri May 8 04:10:15 2026] GET /v2.0/security-group-rules/881d953a-f803-457b-b0e2-32ba700ba7c2 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3231] 10.0.0.251 () {32 vars in 749 bytes} [Fri May 8 04:10:15 2026] DELETE /v2.0/security-group-rules/a6e345d2-44d6-4e0a-91fe-c3f4ca4f3b6c => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:10:15.516 7 INFO neutron.api.v2.resource [None req-c1a9f231-1ae4-43f1-ba55-91bd55a28d98 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1601/3232] 10.0.0.251 () {32 vars in 746 bytes} [Fri May 8 04:10:15 2026] GET /v2.0/security-group-rules/a6e345d2-44d6-4e0a-91fe-c3f4ca4f3b6c => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3233] 10.0.0.251 () {32 vars in 749 bytes} [Fri May 8 04:10:15 2026] DELETE /v2.0/security-group-rules/50e987c9-3c87-4c8d-9384-873daaaba013 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:10:15.603 7 INFO neutron.api.v2.resource [None req-da629ff4-63dd-4fc3-b7cf-cb02bcccd4b5 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1602/3234] 10.0.0.251 () {32 vars in 746 bytes} [Fri May 8 04:10:15 2026] GET /v2.0/security-group-rules/50e987c9-3c87-4c8d-9384-873daaaba013 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3235] 10.0.0.251 () {32 vars in 749 bytes} [Fri May 8 04:10:15 2026] DELETE /v2.0/security-group-rules/50c0550e-5571-4fd4-84b4-41b427307094 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:10:15.706 7 INFO neutron.api.v2.resource [None req-9f748062-5fbf-485e-8560-eb7af4174d2e fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1603/3236] 10.0.0.251 () {32 vars in 746 bytes} [Fri May 8 04:10:15 2026] GET /v2.0/security-group-rules/50c0550e-5571-4fd4-84b4-41b427307094 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3237] 10.0.0.251 () {32 vars in 749 bytes} [Fri May 8 04:10:15 2026] DELETE /v2.0/security-group-rules/50561707-98fa-4bba-b498-06531ed7a12e => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:10:15.787 7 INFO neutron.api.v2.resource [None req-e327bcf0-0dad-4511-8fa0-cbcd341ca793 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1604/3238] 10.0.0.251 () {32 vars in 746 bytes} [Fri May 8 04:10:15 2026] GET /v2.0/security-group-rules/50561707-98fa-4bba-b498-06531ed7a12e => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3239] 10.0.0.251 () {32 vars in 749 bytes} [Fri May 8 04:10:15 2026] DELETE /v2.0/security-group-rules/762e6183-9f5c-448e-af4e-0b98d57a801f => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:10:15.870 7 INFO neutron.api.v2.resource [None req-266b872d-da97-4934-b58c-e04835d9a405 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1605/3240] 10.0.0.251 () {32 vars in 746 bytes} [Fri May 8 04:10:15 2026] GET /v2.0/security-group-rules/762e6183-9f5c-448e-af4e-0b98d57a801f => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3241] 10.0.0.251 () {32 vars in 749 bytes} [Fri May 8 04:10:15 2026] DELETE /v2.0/security-group-rules/b9f1ba78-975a-4191-b1b0-694dfd4fe273 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:10:15.952 7 INFO neutron.api.v2.resource [None req-88c5b686-3a05-44a5-9ff9-efaa52da70b3 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1606/3242] 10.0.0.251 () {32 vars in 746 bytes} [Fri May 8 04:10:15 2026] GET /v2.0/security-group-rules/b9f1ba78-975a-4191-b1b0-694dfd4fe273 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3243] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:10:15 2026] DELETE /v2.0/security-groups/0e54d897-35ff-4cd6-99f9-6739c1dc1281 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:10:16.063 7 INFO neutron.api.v2.resource [None req-441eddda-81db-4476-a237-3c7614024c91 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1607/3244] 10.0.0.251 () {32 vars in 736 bytes} [Fri May 8 04:10:16 2026] GET /v2.0/security-groups/0e54d897-35ff-4cd6-99f9-6739c1dc1281 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:10:16.469 8 INFO neutron_taas.services.taas.taas_plugin [None req-7fa862a0-3bdb-45f9-872a-98e010e1e992 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] TaaS: Handle Delete Port: a32ceb03-312f-4e3f-ab7e-f2403610ae0d 2026-05-08 04:10:16.472 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7fa862a0-3bdb-45f9-872a-98e010e1e992 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] Tap Mirror: Handle Delete Port: a32ceb03-312f-4e3f-ab7e-f2403610ae0d [pid: 8|app: 0|req: 1638/3245] 10.0.0.251 () {34 vars in 788 bytes} [Fri May 8 04:10:16 2026] PUT /v2.0/routers/cba8fefb-0230-4e9f-9dc1-e4632d31effe/remove_router_interface => generated 309 bytes in 903 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:10:17.174 7 INFO neutron.api.v2.resource [None req-d5fa18ca-6cd1-4ac4-b47a-9318af4652b3 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1608/3246] 10.0.0.251 () {34 vars in 788 bytes} [Fri May 8 04:10:17 2026] PUT /v2.0/routers/cba8fefb-0230-4e9f-9dc1-e4632d31effe/remove_router_interface => generated 198 bytes in 154 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:10:17.547 8 INFO neutron_taas.services.taas.taas_plugin [None req-6d517c82-5eb3-4e26-97b7-c857514c8a85 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] TaaS: Handle Delete Port: 22f25c01-4f49-45ac-a651-af1f6afd6bac 2026-05-08 04:10:17.550 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d517c82-5eb3-4e26-97b7-c857514c8a85 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] Tap Mirror: Handle Delete Port: 22f25c01-4f49-45ac-a651-af1f6afd6bac [pid: 8|app: 0|req: 1639/3247] 10.0.0.251 () {34 vars in 788 bytes} [Fri May 8 04:10:17 2026] PUT /v2.0/routers/cba8fefb-0230-4e9f-9dc1-e4632d31effe/remove_router_interface => generated 309 bytes in 904 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:10:18.311 7 INFO neutron.api.v2.resource [None req-45c556d5-6139-4446-a2b0-01da771386ab fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1609/3248] 10.0.0.251 () {34 vars in 788 bytes} [Fri May 8 04:10:18 2026] PUT /v2.0/routers/cba8fefb-0230-4e9f-9dc1-e4632d31effe/remove_router_interface => generated 198 bytes in 224 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:10:18.720 8 INFO neutron_taas.services.taas.taas_plugin [None req-03756562-37a4-4ce1-b72f-7fa2d2941d66 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] TaaS: Handle Delete Port: 24937171-da46-4c6d-9c3f-897912f0a349 2026-05-08 04:10:18.723 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03756562-37a4-4ce1-b72f-7fa2d2941d66 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] Tap Mirror: Handle Delete Port: 24937171-da46-4c6d-9c3f-897912f0a349 [pid: 8|app: 0|req: 1640/3249] 10.0.0.251 () {34 vars in 788 bytes} [Fri May 8 04:10:18 2026] PUT /v2.0/routers/cba8fefb-0230-4e9f-9dc1-e4632d31effe/remove_router_interface => generated 309 bytes in 991 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 04:10:19.471 7 INFO neutron.api.v2.resource [None req-aaac4827-929d-405b-8418-3cfe01c9f63f fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1610/3250] 10.0.0.251 () {34 vars in 788 bytes} [Fri May 8 04:10:19 2026] PUT /v2.0/routers/cba8fefb-0230-4e9f-9dc1-e4632d31effe/remove_router_interface => generated 198 bytes in 152 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:10:19.710 8 INFO neutron_taas.services.taas.taas_plugin [None req-26e4dce8-22a9-4640-ba97-800d883cd466 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] TaaS: Handle Delete Port: a22d2eb1-e3da-41e1-b5f5-5f33a0da471d 2026-05-08 04:10:19.713 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26e4dce8-22a9-4640-ba97-800d883cd466 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] Tap Mirror: Handle Delete Port: a22d2eb1-e3da-41e1-b5f5-5f33a0da471d 2026-05-08 04:10:19.993 8 INFO neutron_taas.services.taas.taas_plugin [None req-26e4dce8-22a9-4640-ba97-800d883cd466 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] TaaS: Handle Delete Port: 742d8df6-1ccb-4ee8-b999-e45a28566928 2026-05-08 04:10:19.997 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26e4dce8-22a9-4640-ba97-800d883cd466 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] Tap Mirror: Handle Delete Port: 742d8df6-1ccb-4ee8-b999-e45a28566928 2026-05-08 04:10:20.376 8 INFO neutron.db.l3_hamode_db [None req-26e4dce8-22a9-4640-ba97-800d883cd466 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] HA network f5c1287e-25f4-4f5f-a324-31f3bcab99b6 was deleted as no HA routers are present in tenant bad6e595934a47afb41d4c0f8d4753f6. [pid: 8|app: 0|req: 1641/3251] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:10:19 2026] DELETE /v2.0/routers/cba8fefb-0230-4e9f-9dc1-e4632d31effe => generated 0 bytes in 906 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 04:10:20.386 8 INFO neutron.services.segments.plugin [-] Segment 877a575c-70f1-4377-bcf5-b300ab2b0e90 resource provider aggregate not found 2026-05-08 04:10:20.396 8 INFO neutron.services.segments.plugin [-] Segment 877a575c-70f1-4377-bcf5-b300ab2b0e90 resource provider aggregate not found 2026-05-08 04:10:20.400 8 INFO neutron.services.segments.plugin [-] Segment 877a575c-70f1-4377-bcf5-b300ab2b0e90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 877a575c-70f1-4377-bcf5-b300ab2b0e90 found for delete ", "request_id": "req-9e87860b-b169-456f-a0cc-49130b9f8d62"}]} 2026-05-08 04:10:20.408 8 INFO neutron.services.segments.plugin [-] Segment 877a575c-70f1-4377-bcf5-b300ab2b0e90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 877a575c-70f1-4377-bcf5-b300ab2b0e90 found for delete ", "request_id": "req-3dca0539-23c6-49fc-8d1f-b5d78507738a"}]} 2026-05-08 04:10:20.412 7 INFO neutron.api.v2.resource [None req-56d210e6-9ea1-40a9-997b-e1adf933121d fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1611/3252] 10.0.0.251 () {32 vars in 720 bytes} [Fri May 8 04:10:20 2026] GET /v2.0/routers/cba8fefb-0230-4e9f-9dc1-e4632d31effe => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3253] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:10:20 2026] DELETE /v2.0/subnets/3bc65347-c4df-4345-9986-31e3516009f7 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:10:20.586 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f077bd01-9746-4b63-908a-6a586c7bfd19 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1612/3254] 10.0.0.251 () {32 vars in 720 bytes} [Fri May 8 04:10:20 2026] GET /v2.0/subnets/3bc65347-c4df-4345-9986-31e3516009f7 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3255] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:10:20 2026] DELETE /v2.0/subnets/49fe953b-4008-43ef-a8bc-061ae2043084 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:10:20.760 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e41e60ec-ab74-4379-b4b6-726da6df6682 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1613/3256] 10.0.0.251 () {32 vars in 720 bytes} [Fri May 8 04:10:20 2026] GET /v2.0/subnets/49fe953b-4008-43ef-a8bc-061ae2043084 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:10:20.864 8 INFO neutron_taas.services.taas.taas_plugin [None req-dd306413-6b2f-4123-8fd1-c204d266abe8 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] TaaS: Handle Delete Port: dd919512-792a-48cb-aba9-8c686dcc1f73 2026-05-08 04:10:20.867 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd306413-6b2f-4123-8fd1-c204d266abe8 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] Tap Mirror: Handle Delete Port: dd919512-792a-48cb-aba9-8c686dcc1f73 [pid: 8|app: 0|req: 1644/3257] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:10:20 2026] DELETE /v2.0/networks/321ab859-dfcf-4b12-8848-be6a451faf68 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:10:21.096 7 INFO neutron.pecan_wsgi.hooks.translation [None req-866017f4-b079-409a-a1e7-5199fc1f3cf9 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1614/3258] 10.0.0.251 () {32 vars in 722 bytes} [Fri May 8 04:10:21 2026] GET /v2.0/networks/321ab859-dfcf-4b12-8848-be6a451faf68 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3259] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:10:21 2026] DELETE /v2.0/subnets/7abe2ee5-7794-4e55-8454-be2019144a3b => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:10:21.249 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bd06db29-8b79-436e-a345-f2de137289fd fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1615/3260] 10.0.0.251 () {32 vars in 720 bytes} [Fri May 8 04:10:21 2026] GET /v2.0/subnets/7abe2ee5-7794-4e55-8454-be2019144a3b => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3261] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:10:21 2026] DELETE /v2.0/subnets/d05ad77b-30dc-465b-967b-a8bc8cdb39f2 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:10:21.467 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e434b52b-cfa8-4a55-8942-35f35e8b60bf fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1616/3262] 10.0.0.251 () {32 vars in 720 bytes} [Fri May 8 04:10:21 2026] GET /v2.0/subnets/d05ad77b-30dc-465b-967b-a8bc8cdb39f2 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:10:21.584 8 INFO neutron_taas.services.taas.taas_plugin [None req-f0324534-962b-4874-8833-7f6795b02eaf fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] TaaS: Handle Delete Port: 4c90e22f-e6f1-4ac7-b58d-4ce80fc8c667 2026-05-08 04:10:21.587 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0324534-962b-4874-8833-7f6795b02eaf fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] Tap Mirror: Handle Delete Port: 4c90e22f-e6f1-4ac7-b58d-4ce80fc8c667 [pid: 8|app: 0|req: 1647/3263] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:10:21 2026] DELETE /v2.0/networks/2ddec414-e12e-49da-9553-1db27faa5b20 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:10:21.794 7 INFO neutron.pecan_wsgi.hooks.translation [None req-47972d0c-262d-4a71-a4f4-369af1cd6550 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1617/3264] 10.0.0.251 () {32 vars in 722 bytes} [Fri May 8 04:10:21 2026] GET /v2.0/networks/2ddec414-e12e-49da-9553-1db27faa5b20 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3265] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:10:21 2026] DELETE /v2.0/subnets/6e3b7515-9189-4279-9675-46161efec975 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:10:21.972 7 INFO neutron.pecan_wsgi.hooks.translation [None req-101a08df-a42e-4a50-a94a-591edc0b666b fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1618/3266] 10.0.0.251 () {32 vars in 720 bytes} [Fri May 8 04:10:21 2026] GET /v2.0/subnets/6e3b7515-9189-4279-9675-46161efec975 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3267] 10.0.0.251 () {32 vars in 723 bytes} [Fri May 8 04:10:21 2026] DELETE /v2.0/subnets/ea3c99cf-1b86-4dea-bbdc-37afcecdccb5 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:10:22.141 7 INFO neutron.pecan_wsgi.hooks.translation [None req-345a9df8-4ce0-46d8-b1a5-e1ca19810568 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1619/3268] 10.0.0.251 () {32 vars in 720 bytes} [Fri May 8 04:10:22 2026] GET /v2.0/subnets/ea3c99cf-1b86-4dea-bbdc-37afcecdccb5 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:10:22.241 8 INFO neutron_taas.services.taas.taas_plugin [None req-4aea004d-dd31-48e8-aa02-53f9349e46fe fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] TaaS: Handle Delete Port: 1e6586ea-2714-48ed-9209-e90f986eb4f7 2026-05-08 04:10:22.244 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4aea004d-dd31-48e8-aa02-53f9349e46fe fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] Tap Mirror: Handle Delete Port: 1e6586ea-2714-48ed-9209-e90f986eb4f7 2026-05-08 04:10:22.422 8 INFO neutron.services.segments.plugin [-] Segment c0fb8073-cadb-4915-9c36-cb15e20779a3 resource provider aggregate not found 2026-05-08 04:10:22.434 8 INFO neutron.services.segments.plugin [-] Segment c0fb8073-cadb-4915-9c36-cb15e20779a3 resource provider aggregate not found 2026-05-08 04:10:22.443 8 INFO neutron.services.segments.plugin [-] Segment c0fb8073-cadb-4915-9c36-cb15e20779a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0fb8073-cadb-4915-9c36-cb15e20779a3 found for delete ", "request_id": "req-cb3af19f-b14d-4575-8491-8593d04a704c"}]} 2026-05-08 04:10:22.454 8 INFO neutron.services.segments.plugin [-] Segment c0fb8073-cadb-4915-9c36-cb15e20779a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0fb8073-cadb-4915-9c36-cb15e20779a3 found for delete ", "request_id": "req-429c56af-449f-426a-839c-92fd89bc2254"}]} [pid: 8|app: 0|req: 1650/3269] 10.0.0.251 () {32 vars in 725 bytes} [Fri May 8 04:10:22 2026] DELETE /v2.0/networks/b6482bbf-8090-4212-8520-e145e803f923 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 04:10:22.462 8 INFO neutron.services.segments.plugin [-] Segment 8837e690-2406-47c3-8c7a-32f36e681db4 resource provider aggregate not found 2026-05-08 04:10:22.474 8 INFO neutron.services.segments.plugin [-] Segment 8837e690-2406-47c3-8c7a-32f36e681db4 resource provider aggregate not found 2026-05-08 04:10:22.481 8 INFO neutron.services.segments.plugin [-] Segment 8837e690-2406-47c3-8c7a-32f36e681db4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8837e690-2406-47c3-8c7a-32f36e681db4 found for delete ", "request_id": "req-854a6272-2518-45f7-9fdc-f27156922d93"}]} 2026-05-08 04:10:22.481 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3982b81a-44e9-48f0-88b1-d972f5dcbdb5 fad143d70aa84769989d4e2ffd979005 bad6e595934a47afb41d4c0f8d4753f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1620/3270] 10.0.0.251 () {32 vars in 722 bytes} [Fri May 8 04:10:22 2026] GET /v2.0/networks/b6482bbf-8090-4212-8520-e145e803f923 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 04:10:22.490 8 INFO neutron.services.segments.plugin [-] Segment 8837e690-2406-47c3-8c7a-32f36e681db4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8837e690-2406-47c3-8c7a-32f36e681db4 found for delete ", "request_id": "req-daa3cb45-7403-404b-ac5f-4bd3c7619007"}]} 2026-05-08 04:10:22.498 8 INFO neutron.services.segments.plugin [-] Segment 658bfc88-1751-4765-bbb1-529b61c02022 resource provider aggregate not found 2026-05-08 04:10:22.503 8 INFO neutron.services.segments.plugin [-] Segment 658bfc88-1751-4765-bbb1-529b61c02022 resource provider aggregate not found 2026-05-08 04:10:22.516 8 INFO neutron.services.segments.plugin [-] Segment 658bfc88-1751-4765-bbb1-529b61c02022 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 658bfc88-1751-4765-bbb1-529b61c02022 found for delete ", "request_id": "req-69460a0c-a647-41f9-b0b1-1c43f4aaf95c"}]} 2026-05-08 04:10:22.517 8 INFO neutron.services.segments.plugin [-] Segment 658bfc88-1751-4765-bbb1-529b61c02022 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 658bfc88-1751-4765-bbb1-529b61c02022 found for delete ", "request_id": "req-ed9aaa64-8412-47cb-8e4a-f05fe0e9f28d"}]} [pid: 8|app: 0|req: 1651/3271] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:10:24 2026] GET /v2.0/security-groups?tenant_id=b4fe2b189c7445399984bf6a2dd38c0b&name=default => generated 2929 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3272] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:10:24 2026] DELETE /v2.0/security-groups/b4c26697-943d-472e-94cf-6f2daf6015f8 => 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: 1652/3273] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:10:24 2026] GET /v2.0/security-groups?tenant_id=bad6e595934a47afb41d4c0f8d4753f6&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3274] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:10:24 2026] DELETE /v2.0/security-groups/87114dcf-d053-4d6e-8ae2-946329510d9a => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3275] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:10:24 2026] GET /v2.0/security-groups?tenant_id=6f841857e2aa4cd297335c8cf3b30757&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3276] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:10:25 2026] DELETE /v2.0/security-groups/2e301170-16cf-4994-8d28-ffe2ade829d3 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3277] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:10:25 2026] GET /v2.0/security-groups?tenant_id=60afdee05c944137b49b0cde952da435&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3278] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:10:25 2026] DELETE /v2.0/security-groups/fb5ede52-34d2-4597-ad76-c4a4d9fe19a9 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3279] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:10:25 2026] GET /v2.0/security-groups?tenant_id=ffbc16865a97481fb0a9d3e15d14f932&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3280] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:10:25 2026] DELETE /v2.0/security-groups/59cfa325-531e-4ade-87e3-908268c4458b => 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: 1656/3281] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:10:26 2026] GET /v2.0/security-groups?tenant_id=a46f05e0980c4c3d87570f2a670f9b36&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3282] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:10:26 2026] DELETE /v2.0/security-groups/6677d2d0-b32e-4f19-97e9-f7a74a0faf0f => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3283] 10.0.0.251 () {32 vars in 773 bytes} [Fri May 8 04:10:26 2026] GET /v2.0/security-groups?tenant_id=1044ae60fc4f4d6eb59b2680d8c0edc7&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: 1627/3284] 10.0.0.251 () {32 vars in 739 bytes} [Fri May 8 04:10:26 2026] DELETE /v2.0/security-groups/8a799478-8b77-4460-9a72-6b90ce6b70b3 => 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: 1629/3287] 10.0.0.251 () {32 vars in 648 bytes} [Fri May 8 04:10:29 2026] GET /v2.0/networks => generated 2167 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3288] 10.0.0.251 () {32 vars in 654 bytes} [Fri May 8 04:10:30 2026] GET /v2.0/floatingips => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3289] 10.0.0.251 () {32 vars in 646 bytes} [Fri May 8 04:10:30 2026] GET /v2.0/routers => generated 15 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3290] 10.0.0.251 () {32 vars in 642 bytes} [Fri May 8 04:10:30 2026] GET /v2.0/ports => generated 4725 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3291] 10.0.0.251 () {32 vars in 646 bytes} [Fri May 8 04:10:30 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3292] 10.0.0.251 () {32 vars in 648 bytes} [Fri May 8 04:10:30 2026] GET /v2.0/networks => generated 2167 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3293] 10.0.0.251 () {32 vars in 662 bytes} [Fri May 8 04:10:31 2026] GET /v2.0/security-groups => generated 17401 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3294] 10.0.0.251 () {32 vars in 654 bytes} [Fri May 8 04:10:31 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)