+ 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 01:44:23 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-675998c4b5-vl4qv 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 0x7ff6a6cb5668 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 01:44:27.219 7 INFO neutron.common.config [-] Logging enabled! 2026-05-08 01:44:27.220 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-08 01:44:27.321 8 INFO neutron.common.config [-] Logging enabled! 2026-05-08 01:44:27.321 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-08 01:44:28.253 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-08 01:44:28.315 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-08 01:44:29.772 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 01:44:29.775 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-08 01:44:29.779 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-08 01:44:29.780 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 01:44:29.780 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-08 01:44:29.780 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-08 01:44:29.780 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 01:44:29.787 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 01:44:29.787 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 01:44:29.787 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 01:44:29.809 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-08 01:44:29.810 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 01:44:29.810 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-08 01:44:29.838 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 01:44:29.839 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-08 01:44:29.840 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-08 01:44:29.840 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-08 01:44:29.840 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-08 01:44:29.840 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-08 01:44:29.844 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-08 01:44:29.845 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 01:44:29.845 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-08 01:44:29.845 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-08 01:44:29.845 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 01:44:29.852 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 01:44:29.853 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 01:44:29.853 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 01:44:29.875 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-08 01:44:29.876 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 01:44:29.876 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-08 01:44:29.905 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-08 01:44:29.906 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-08 01:44:29.906 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-08 01:44:29.906 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-08 01:44:30.122 7 INFO neutron.plugins.ml2.managers [None req-9f5a5cb1-21d5-4840-9f79-124d22b63e97 - - - - - -] Initializing driver for type 'vlan' 2026-05-08 01:44:30.231 8 INFO neutron.plugins.ml2.managers [None req-b45922df-450b-48b8-86fd-86eece415207 - - - - - -] Initializing driver for type 'vlan' 2026-05-08 01:44:30.401 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-9f5a5cb1-21d5-4840-9f79-124d22b63e97 - - - - - -] VlanTypeDriver initialization complete 2026-05-08 01:44:30.402 7 INFO neutron.plugins.ml2.managers [None req-9f5a5cb1-21d5-4840-9f79-124d22b63e97 - - - - - -] Initializing driver for type 'vxlan' 2026-05-08 01:44:30.402 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-9f5a5cb1-21d5-4840-9f79-124d22b63e97 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-08 01:44:30.415 7 INFO neutron.plugins.ml2.managers [None req-9f5a5cb1-21d5-4840-9f79-124d22b63e97 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-08 01:44:30.415 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-9f5a5cb1-21d5-4840-9f79-124d22b63e97 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-08 01:44:30.415 7 INFO neutron.plugins.ml2.managers [None req-9f5a5cb1-21d5-4840-9f79-124d22b63e97 - - - - - -] Initializing extension driver 'port_security' 2026-05-08 01:44:30.415 7 INFO neutron.plugins.ml2.extensions.port_security [None req-9f5a5cb1-21d5-4840-9f79-124d22b63e97 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-08 01:44:30.415 7 INFO neutron.plugins.ml2.managers [None req-9f5a5cb1-21d5-4840-9f79-124d22b63e97 - - - - - -] Initializing extension driver 'qos' 2026-05-08 01:44:30.415 7 INFO neutron.plugins.ml2.managers [None req-9f5a5cb1-21d5-4840-9f79-124d22b63e97 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-08 01:44:30.415 7 INFO neutron.plugins.ml2.managers [None req-9f5a5cb1-21d5-4840-9f79-124d22b63e97 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-08 01:44:30.430 7 INFO neutron.quota [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded quota_driver: . 2026-05-08 01:44:30.430 7 INFO neutron.plugins.ml2.plugin [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Modular L2 Plugin initialization complete 2026-05-08 01:44:30.430 7 INFO neutron.plugins.ml2.managers [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-08 01:44:30.430 7 INFO neutron.plugins.ml2.managers [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-08 01:44:30.431 7 INFO neutron.plugins.ml2.managers [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-08 01:44:30.431 7 INFO neutron.manager [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loading Plugin: qos 2026-05-08 01:44:30.444 7 INFO neutron.manager [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loading Plugin: router 2026-05-08 01:44:30.502 7 INFO neutron.services.service_base [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-08 01:44:30.502 7 INFO neutron.manager [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loading Plugin: segments 2026-05-08 01:44:30.521 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-b45922df-450b-48b8-86fd-86eece415207 - - - - - -] VlanTypeDriver initialization complete 2026-05-08 01:44:30.521 8 INFO neutron.plugins.ml2.managers [None req-b45922df-450b-48b8-86fd-86eece415207 - - - - - -] Initializing driver for type 'vxlan' 2026-05-08 01:44:30.522 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-b45922df-450b-48b8-86fd-86eece415207 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-08 01:44:30.535 8 INFO neutron.plugins.ml2.managers [None req-b45922df-450b-48b8-86fd-86eece415207 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-08 01:44:30.536 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-b45922df-450b-48b8-86fd-86eece415207 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-08 01:44:30.536 8 INFO neutron.plugins.ml2.managers [None req-b45922df-450b-48b8-86fd-86eece415207 - - - - - -] Initializing extension driver 'port_security' 2026-05-08 01:44:30.536 8 INFO neutron.plugins.ml2.extensions.port_security [None req-b45922df-450b-48b8-86fd-86eece415207 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-08 01:44:30.536 8 INFO neutron.plugins.ml2.managers [None req-b45922df-450b-48b8-86fd-86eece415207 - - - - - -] Initializing extension driver 'qos' 2026-05-08 01:44:30.536 8 INFO neutron.plugins.ml2.managers [None req-b45922df-450b-48b8-86fd-86eece415207 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-08 01:44:30.536 8 INFO neutron.plugins.ml2.managers [None req-b45922df-450b-48b8-86fd-86eece415207 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-08 01:44:30.550 8 INFO neutron.quota [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded quota_driver: . 2026-05-08 01:44:30.550 8 INFO neutron.plugins.ml2.plugin [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Modular L2 Plugin initialization complete 2026-05-08 01:44:30.550 8 INFO neutron.plugins.ml2.managers [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-08 01:44:30.550 8 INFO neutron.plugins.ml2.managers [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-08 01:44:30.551 8 INFO neutron.plugins.ml2.managers [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-08 01:44:30.551 8 INFO neutron.manager [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loading Plugin: qos 2026-05-08 01:44:30.564 8 INFO neutron.manager [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loading Plugin: router 2026-05-08 01:44:30.607 7 INFO neutron.manager [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loading Plugin: trunk 2026-05-08 01:44:30.608 8 INFO neutron.services.service_base [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-08 01:44:30.608 8 INFO neutron.manager [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loading Plugin: segments 2026-05-08 01:44:30.623 7 INFO neutron.manager [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loading Plugin: vpnaas 2026-05-08 01:44:30.666 7 WARNING stevedore.named [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 01:44:30.706 8 INFO neutron.manager [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loading Plugin: trunk 2026-05-08 01:44:30.720 8 INFO neutron.manager [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loading Plugin: vpnaas 2026-05-08 01:44:30.751 7 INFO neutron_vpnaas.services.vpn.plugin [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-08 01:44:30.752 7 INFO neutron.common.utils [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-08 01:44:30.752 7 INFO neutron.manager [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loading Plugin: taas 2026-05-08 01:44:30.758 8 WARNING stevedore.named [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 01:44:30.779 7 WARNING stevedore.named [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 01:44:30.780 7 WARNING stevedore.named [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 01:44:30.803 7 INFO neutron_taas.services.taas.taas_plugin [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-08 01:44:30.804 7 INFO neutron.manager [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loading Plugin: tapmirror 2026-05-08 01:44:30.818 7 WARNING stevedore.named [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 01:44:30.818 7 WARNING stevedore.named [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 01:44:30.823 8 INFO neutron_vpnaas.services.vpn.plugin [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-08 01:44:30.823 8 INFO neutron.common.utils [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-08 01:44:30.823 8 INFO neutron.manager [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loading Plugin: taas 2026-05-08 01:44:30.834 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-08 01:44:30.835 7 INFO neutron.manager [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loading Plugin: auto_allocate 2026-05-08 01:44:30.845 7 INFO neutron.manager [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loading Plugin: tag 2026-05-08 01:44:30.846 8 WARNING stevedore.named [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 01:44:30.846 8 WARNING stevedore.named [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 01:44:30.853 7 INFO neutron.manager [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loading Plugin: timestamp 2026-05-08 01:44:30.857 7 INFO neutron.manager [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loading Plugin: network_ip_availability 2026-05-08 01:44:30.861 7 INFO neutron.manager [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loading Plugin: flavors 2026-05-08 01:44:30.864 7 INFO neutron.manager [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loading Plugin: revisions 2026-05-08 01:44:30.866 8 INFO neutron_taas.services.taas.taas_plugin [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-08 01:44:30.866 8 INFO neutron.manager [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loading Plugin: tapmirror 2026-05-08 01:44:30.868 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Initializing extension manager. 2026-05-08 01:44:30.870 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: address-group 2026-05-08 01:44:30.871 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: address-scope 2026-05-08 01:44:30.871 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-08 01:44:30.872 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: agent 2026-05-08 01:44:30.873 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: agent-resources-synced 2026-05-08 01:44:30.874 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-08 01:44:30.874 8 WARNING stevedore.named [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 01:44:30.874 8 WARNING stevedore.named [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 01:44:30.875 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-08 01:44:30.875 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: availability_zone 2026-05-08 01:44:30.877 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: availability_zone_filter 2026-05-08 01:44:30.877 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-08 01:44:30.878 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: default-subnetpools 2026-05-08 01:44:30.879 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-08 01:44:30.880 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: dns-integration 2026-05-08 01:44:30.880 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: dns-domain-ports 2026-05-08 01:44:30.881 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-08 01:44:30.881 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: dvr 2026-05-08 01:44:30.883 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-08 01:44:30.883 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: empty-string-filtering 2026-05-08 01:44:30.884 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 01:44:30.884 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-08 01:44:30.885 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: external-net 2026-05-08 01:44:30.885 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-08 01:44:30.885 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: extraroute 2026-05-08 01:44:30.886 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: extraroute-atomic 2026-05-08 01:44:30.887 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-08 01:44:30.888 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-08 01:44:30.888 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-08 01:44:30.888 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-08 01:44:30.888 8 INFO neutron.manager [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loading Plugin: auto_allocate 2026-05-08 01:44:30.889 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-08 01:44:30.889 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: fip-port-details 2026-05-08 01:44:30.890 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: flavors 2026-05-08 01:44:30.891 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-08 01:44:30.892 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: floatingip-pools 2026-05-08 01:44:30.892 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: ip_allocation 2026-05-08 01:44:30.893 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-08 01:44:30.893 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: l2_adjacency 2026-05-08 01:44:30.894 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: router 2026-05-08 01:44:30.896 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 01:44:30.897 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-08 01:44:30.897 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-08 01:44:30.898 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: ext-gw-mode 2026-05-08 01:44:30.898 8 INFO neutron.manager [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loading Plugin: tag 2026-05-08 01:44:30.898 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: l3-ha 2026-05-08 01:44:30.899 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-08 01:44:30.899 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-08 01:44:30.900 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: l3-flavors 2026-05-08 01:44:30.901 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-08 01:44:30.901 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-08 01:44:30.903 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-08 01:44:30.905 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-08 01:44:30.905 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-08 01:44:30.907 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-08 01:44:30.907 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-08 01:44:30.908 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: multi-provider 2026-05-08 01:44:30.908 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: net-mtu 2026-05-08 01:44:30.909 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: net-mtu-writable 2026-05-08 01:44:30.909 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: network_availability_zone 2026-05-08 01:44:30.910 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: network_ha 2026-05-08 01:44:30.910 8 INFO neutron.manager [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loading Plugin: timestamp 2026-05-08 01:44:30.910 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: network-ip-availability 2026-05-08 01:44:30.912 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-08 01:44:30.912 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: pagination 2026-05-08 01:44:30.913 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: port-device-profile 2026-05-08 01:44:30.913 8 INFO neutron.manager [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loading Plugin: network_ip_availability 2026-05-08 01:44:30.913 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-08 01:44:30.914 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-08 01:44:30.914 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-08 01:44:30.915 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: port-mac-override 2026-05-08 01:44:30.916 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-08 01:44:30.916 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-08 01:44:30.917 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-08 01:44:30.917 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: port-resource-request 2026-05-08 01:44:30.918 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-08 01:44:30.918 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-08 01:44:30.918 8 INFO neutron.manager [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loading Plugin: flavors 2026-05-08 01:44:30.919 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: binding 2026-05-08 01:44:30.919 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: binding-extended 2026-05-08 01:44:30.920 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: port-security 2026-05-08 01:44:30.920 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: project-id 2026-05-08 01:44:30.921 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: provider 2026-05-08 01:44:30.922 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-08 01:44:30.923 8 INFO neutron.manager [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loading Plugin: revisions 2026-05-08 01:44:30.925 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: qos 2026-05-08 01:44:30.926 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-08 01:44:30.926 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-08 01:44:30.927 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: qos-default 2026-05-08 01:44:30.927 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: qos-fip 2026-05-08 01:44:30.928 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Initializing extension manager. 2026-05-08 01:44:30.928 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-08 01:44:30.928 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-08 01:44:30.929 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-08 01:44:30.929 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: address-group 2026-05-08 01:44:30.929 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-08 01:44:30.930 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-08 01:44:30.931 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: address-scope 2026-05-08 01:44:30.931 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: qos-pps 2026-05-08 01:44:30.931 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-08 01:44:30.931 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-08 01:44:30.932 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-08 01:44:30.932 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: qos-rules-alias 2026-05-08 01:44:30.933 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: agent 2026-05-08 01:44:30.933 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: quota-check-limit 2026-05-08 01:44:30.933 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: agent-resources-synced 2026-05-08 01:44:30.934 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-08 01:44:30.934 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-08 01:44:30.935 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-08 01:44:30.936 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: availability_zone 2026-05-08 01:44:30.936 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: quotas 2026-05-08 01:44:30.936 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: availability_zone_filter 2026-05-08 01:44:30.937 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: quota_details 2026-05-08 01:44:30.937 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-08 01:44:30.937 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: default-subnetpools 2026-05-08 01:44:30.939 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-08 01:44:30.938 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: rbac-policies 2026-05-08 01:44:30.939 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: dns-integration 2026-05-08 01:44:30.939 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: rbac-address-group 2026-05-08 01:44:30.940 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: dns-domain-ports 2026-05-08 01:44:30.940 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: rbac-address-scope 2026-05-08 01:44:30.940 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-08 01:44:30.941 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: rbac-security-groups 2026-05-08 01:44:30.941 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: dvr 2026-05-08 01:44:30.941 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-08 01:44:30.941 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-08 01:44:30.942 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: revision-if-match 2026-05-08 01:44:30.942 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: empty-string-filtering 2026-05-08 01:44:30.942 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-08 01:44:30.942 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 01:44:30.943 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-08 01:44:30.943 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: router_availability_zone 2026-05-08 01:44:30.943 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: external-net 2026-05-08 01:44:30.943 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-08 01:44:30.944 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-08 01:44:30.944 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: extraroute 2026-05-08 01:44:30.945 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: extraroute-atomic 2026-05-08 01:44:30.945 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-08 01:44:30.945 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-08 01:44:30.946 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-08 01:44:30.946 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-08 01:44:30.946 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-08 01:44:30.946 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-08 01:44:30.947 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-08 01:44:30.947 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-08 01:44:30.947 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-08 01:44:30.947 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: fip-port-details 2026-05-08 01:44:30.948 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-08 01:44:30.948 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: flavors 2026-05-08 01:44:30.950 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-08 01:44:30.950 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: floatingip-pools 2026-05-08 01:44:30.951 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: ip_allocation 2026-05-08 01:44:30.951 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-08 01:44:30.952 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: l2_adjacency 2026-05-08 01:44:30.953 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: router 2026-05-08 01:44:30.955 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 01:44:30.952 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: security-group 2026-05-08 01:44:30.956 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-08 01:44:30.957 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-08 01:44:30.957 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: segment 2026-05-08 01:44:30.957 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: ext-gw-mode 2026-05-08 01:44:30.958 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: l3-ha 2026-05-08 01:44:30.958 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-08 01:44:30.958 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-08 01:44:30.958 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: service-type 2026-05-08 01:44:30.959 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-08 01:44:30.959 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: sorting 2026-05-08 01:44:30.959 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: l3-flavors 2026-05-08 01:44:30.959 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: standard-attr-segment 2026-05-08 01:44:30.960 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: standard-attr-description 2026-05-08 01:44:30.960 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-08 01:44:30.961 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: stateful-security-group 2026-05-08 01:44:30.961 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-08 01:44:30.961 7 WARNING neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-08 01:44:30.962 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-08 01:44:30.962 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: subnet-external-network 2026-05-08 01:44:30.963 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: subnet_onboard 2026-05-08 01:44:30.963 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-08 01:44:30.963 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-08 01:44:30.964 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: subnet-service-types 2026-05-08 01:44:30.964 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-08 01:44:30.965 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: subnet_allocation 2026-05-08 01:44:30.965 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-08 01:44:30.965 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-08 01:44:30.966 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: tag-creation 2026-05-08 01:44:30.966 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-08 01:44:30.966 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-08 01:44:30.967 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-08 01:44:30.967 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: multi-provider 2026-05-08 01:44:30.968 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: net-mtu 2026-05-08 01:44:30.968 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: net-mtu-writable 2026-05-08 01:44:30.969 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: network_availability_zone 2026-05-08 01:44:30.969 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: network_ha 2026-05-08 01:44:30.970 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: network-ip-availability 2026-05-08 01:44:30.971 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: standard-attr-tag 2026-05-08 01:44:30.971 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-08 01:44:30.971 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-08 01:44:30.971 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: pagination 2026-05-08 01:44:30.972 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: port-device-profile 2026-05-08 01:44:30.972 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: trunk 2026-05-08 01:44:30.972 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-08 01:44:30.972 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: trunk-details 2026-05-08 01:44:30.973 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-08 01:44:30.973 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-08 01:44:30.973 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-08 01:44:30.973 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-08 01:44:30.974 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: port-mac-override 2026-05-08 01:44:30.974 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-08 01:44:30.974 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-08 01:44:30.975 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-08 01:44:30.975 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-08 01:44:30.975 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-08 01:44:30.976 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: port-resource-request 2026-05-08 01:44:30.976 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-08 01:44:30.977 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-08 01:44:30.977 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-08 01:44:30.977 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: binding 2026-05-08 01:44:30.978 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-08 01:44:30.978 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: binding-extended 2026-05-08 01:44:30.978 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: vpn-flavors 2026-05-08 01:44:30.979 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: port-security 2026-05-08 01:44:30.979 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: project-id 2026-05-08 01:44:30.979 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: provider 2026-05-08 01:44:30.980 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-08 01:44:30.980 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: vpnaas 2026-05-08 01:44:30.982 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: taas 2026-05-08 01:44:30.983 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: qos 2026-05-08 01:44:30.983 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: tap-mirror 2026-05-08 01:44:30.984 7 INFO neutron.api.extensions [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-08 01:44:30.984 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-08 01:44:30.984 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-08 01:44:30.985 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: qos-default 2026-05-08 01:44:30.985 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: qos-fip 2026-05-08 01:44:30.986 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-08 01:44:30.986 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-08 01:44:30.986 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-08 01:44:30.987 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-08 01:44:30.987 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 01:44:30.987 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-08 01:44:30.987 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-08 01:44:30.987 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-08 01:44:30.988 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-08 01:44:30.988 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: qos-pps 2026-05-08 01:44:30.989 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-08 01:44:30.989 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-08 01:44:30.990 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: qos-rules-alias 2026-05-08 01:44:30.990 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-08 01:44:30.990 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: quota-check-limit 2026-05-08 01:44:30.991 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-08 01:44:30.991 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-08 01:44:30.993 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: quotas 2026-05-08 01:44:30.994 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: quota_details 2026-05-08 01:44:30.996 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: rbac-policies 2026-05-08 01:44:30.996 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: rbac-address-group 2026-05-08 01:44:30.997 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: rbac-address-scope 2026-05-08 01:44:30.997 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: rbac-security-groups 2026-05-08 01:44:30.998 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-08 01:44:30.998 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: revision-if-match 2026-05-08 01:44:30.999 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-08 01:44:31.000 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: router_availability_zone 2026-05-08 01:44:31.000 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-08 01:44:31.002 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-08 01:44:31.002 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-08 01:44:31.003 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-08 01:44:31.003 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-08 01:44:31.003 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-08 01:44:31.004 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-08 01:44:31.004 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-08 01:44:31.004 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-08 01:44:31.005 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-08 01:44:31.006 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 01:44:31.006 7 WARNING neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] subnetpool is already registered 2026-05-08 01:44:31.006 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 01:44:31.006 7 WARNING neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] subnetpool is already registered 2026-05-08 01:44:31.007 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-08 01:44:31.007 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 01:44:31.008 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 01:44:31.008 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-08 01:44:31.009 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: security-group 2026-05-08 01:44:31.009 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-08 01:44:31.009 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-08 01:44:31.009 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 01:44:31.010 7 WARNING neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] ipsecpolicy is already registered 2026-05-08 01:44:31.010 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: segment 2026-05-08 01:44:31.010 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 01:44:31.010 7 WARNING neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] ikepolicy is already registered 2026-05-08 01:44:31.010 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-08 01:44:31.011 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: service-type 2026-05-08 01:44:31.011 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: sorting 2026-05-08 01:44:31.012 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: standard-attr-segment 2026-05-08 01:44:31.012 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: standard-attr-description 2026-05-08 01:44:31.013 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: stateful-security-group 2026-05-08 01:44:31.015 8 WARNING neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-08 01:44:31.015 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-08 01:44:31.015 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-08 01:44:31.015 7 WARNING neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] router is already registered 2026-05-08 01:44:31.016 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: subnet-external-network 2026-05-08 01:44:31.016 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-08 01:44:31.016 7 WARNING neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] floatingip is already registered 2026-05-08 01:44:31.017 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: subnet_onboard 2026-05-08 01:44:31.018 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-08 01:44:31.018 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: subnet-service-types 2026-05-08 01:44:31.019 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: subnet_allocation 2026-05-08 01:44:31.019 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-08 01:44:31.020 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-08 01:44:31.020 7 WARNING neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] rbac_policy is already registered 2026-05-08 01:44:31.020 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: tag-creation 2026-05-08 01:44:31.020 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-08 01:44:31.020 7 WARNING neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] security_group is already registered 2026-05-08 01:44:31.021 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-08 01:44:31.021 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-08 01:44:31.021 7 WARNING neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] security_group_rule is already registered 2026-05-08 01:44:31.021 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 01:44:31.022 7 WARNING neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] subnetpool is already registered 2026-05-08 01:44:31.022 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 01:44:31.022 7 WARNING neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] subnetpool is already registered 2026-05-08 01:44:31.023 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-08 01:44:31.023 7 WARNING neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] trunk is already registered 2026-05-08 01:44:31.023 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 01:44:31.023 7 WARNING neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] ikepolicy is already registered 2026-05-08 01:44:31.024 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 01:44:31.024 7 WARNING neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] ipsecpolicy is already registered 2026-05-08 01:44:31.024 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-08 01:44:31.024 7 WARNING neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] endpoint_group is already registered 2026-05-08 01:44:31.024 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: standard-attr-tag 2026-05-08 01:44:31.025 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-08 01:44:31.025 7 WARNING neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] vpnservice is already registered 2026-05-08 01:44:31.025 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-08 01:44:31.025 7 WARNING neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] ipsec_site_connection is already registered 2026-05-08 01:44:31.025 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-08 01:44:31.025 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 01:44:31.026 7 WARNING neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] ipsecpolicy is already registered 2026-05-08 01:44:31.026 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: trunk 2026-05-08 01:44:31.026 7 INFO neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 01:44:31.026 7 WARNING neutron.quota.resource_registry [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] ikepolicy is already registered 2026-05-08 01:44:31.026 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: trunk-details 2026-05-08 01:44:31.027 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-08 01:44:31.027 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-08 01:44:31.028 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-08 01:44:31.028 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-08 01:44:31.030 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-08 01:44:31.031 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-08 01:44:31.032 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: vpn-flavors 2026-05-08 01:44:31.033 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: vpnaas 2026-05-08 01:44:31.035 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: taas 2026-05-08 01:44:31.036 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: tap-mirror 2026-05-08 01:44:31.036 8 INFO neutron.api.extensions [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-08 01:44:31.039 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-08 01:44:31.039 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-08 01:44:31.039 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 01:44:31.039 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-08 01:44:31.042 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-08 01:44:31.043 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-08 01:44:31.047 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-08 01:44:31.048 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-08 01:44:31.048 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-08 01:44:31.049 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 01:44:31.050 8 WARNING neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] subnetpool is already registered 2026-05-08 01:44:31.050 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 01:44:31.050 8 WARNING neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] subnetpool is already registered 2026-05-08 01:44:31.050 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-08 01:44:31.051 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 01:44:31.051 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 01:44:31.052 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-08 01:44:31.052 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-08 01:44:31.052 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-08 01:44:31.053 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 01:44:31.053 8 WARNING neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] ipsecpolicy is already registered 2026-05-08 01:44:31.053 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 01:44:31.054 8 WARNING neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] ikepolicy is already registered 2026-05-08 01:44:31.058 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-08 01:44:31.058 8 WARNING neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] router is already registered 2026-05-08 01:44:31.058 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-08 01:44:31.059 8 WARNING neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] floatingip is already registered 2026-05-08 01:44:31.062 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-08 01:44:31.062 8 WARNING neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] rbac_policy is already registered 2026-05-08 01:44:31.063 7 WARNING keystonemiddleware._common.config [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-08 01:44:31.063 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-08 01:44:31.063 8 WARNING neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] security_group is already registered 2026-05-08 01:44:31.064 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-08 01:44:31.064 8 WARNING neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] security_group_rule is already registered 2026-05-08 01:44:31.064 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 01:44:31.065 8 WARNING neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] subnetpool is already registered 2026-05-08 01:44:31.065 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 01:44:31.065 8 WARNING neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] subnetpool is already registered 2026-05-08 01:44:31.066 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-08 01:44:31.066 8 WARNING neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] trunk is already registered 2026-05-08 01:44:31.066 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 01:44:31.066 8 WARNING neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] ikepolicy is already registered 2026-05-08 01:44:31.067 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 01:44:31.067 8 WARNING neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] ipsecpolicy is already registered 2026-05-08 01:44:31.067 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-08 01:44:31.067 8 WARNING neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] endpoint_group is already registered 2026-05-08 01:44:31.068 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-08 01:44:31.068 8 WARNING neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] vpnservice is already registered 2026-05-08 01:44:31.068 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-08 01:44:31.068 8 WARNING neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] ipsec_site_connection is already registered 2026-05-08 01:44:31.069 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 01:44:31.069 8 WARNING neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] ipsecpolicy is already registered 2026-05-08 01:44:31.069 8 INFO neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 01:44:31.069 8 WARNING neutron.quota.resource_registry [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] ikepolicy is already registered 2026-05-08 01:44:31.070 7 WARNING oslo_config.cfg [None req-9359815c-d96a-46e0-8d30-937d5bac1ae4 - - - - - -] 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 0x7ff6a6cb5668 pid: 7 (default app) 2026-05-08 01:44:31.108 8 WARNING keystonemiddleware._common.config [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-08 01:44:31.116 8 WARNING oslo_config.cfg [None req-5b16db92-efbf-499b-a05d-ec7340a124e0 - - - - - -] 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 0x7ff6a6cb5668 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 01:44:35.915 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fdef4796-df33-45cd-8ecc-f69ad9be2f29 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.113 () {44 vars in 928 bytes} [Fri May 8 01:44:35 2026] GET /v2.0/networks/public => generated 108 bytes in 837 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/4] 199.204.45.113 () {44 vars in 950 bytes} [Fri May 8 01:44:35 2026] GET /v2.0/networks?name=public => generated 15 bytes in 394 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 01:44:36.733 7 WARNING neutron.services.revisions.revision_plugin [None req-c4e4ba81-f320-4e03-9d7b-a4fd63e7f741 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Could not find related network for resource to bump revision. 2026-05-08 01:44:36.752 7 INFO neutron.db.segments_db [None req-c4e4ba81-f320-4e03-9d7b-a4fd63e7f741 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Added segment 77861df8-a39e-43ba-9b9f-24028488fb25 of type flat for network 1c5d4809-2f35-45d6-97ed-0780ce595214 2026-05-08 01:44:36.796 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c4e4ba81-f320-4e03-9d7b-a4fd63e7f741 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.204.45.113 () {48 vars in 968 bytes} [Fri May 8 01:44:36 2026] POST /v2.0/networks => generated 124 bytes in 492 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 01:44:43.046 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7e58358a-1c82-4a72-acc6-82ac6e7c43a3 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/6] 199.204.45.113 () {44 vars in 928 bytes} [Fri May 8 01:44:42 2026] GET /v2.0/networks/public => generated 108 bytes in 401 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/7] 199.204.45.113 () {44 vars in 950 bytes} [Fri May 8 01:44:43 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 01:44:43.309 8 WARNING neutron.services.revisions.revision_plugin [None req-2a68f77b-a1d5-4b90-a1b3-c5fbffa8833a 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Could not find related network for resource to bump revision. 2026-05-08 01:44:43.331 8 INFO neutron.db.segments_db [None req-2a68f77b-a1d5-4b90-a1b3-c5fbffa8833a 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Added segment 46f158f2-6735-426a-aa48-eed87c01c4f0 of type flat for network 2c5a815f-641f-4600-847f-82f8c32482ea 2026-05-08 01:44:43.378 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2a68f77b-a1d5-4b90-a1b3-c5fbffa8833a 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/8] 199.204.45.113 () {48 vars in 968 bytes} [Fri May 8 01:44:43 2026] POST /v2.0/networks => generated 124 bytes in 307 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 01:44:49.241 8 INFO neutron.pecan_wsgi.hooks.translation [None req-095b6adf-b045-4b21-adae-b3711291acc3 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.113 () {44 vars in 928 bytes} [Fri May 8 01:44:49 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: 7|app: 0|req: 7/11] 199.204.45.113 () {44 vars in 950 bytes} [Fri May 8 01:44:49 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 01:44:49.304 8 WARNING neutron.services.revisions.revision_plugin [None req-631624f8-5130-4361-8c91-8f817f1c9787 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Could not find related network for resource to bump revision. 2026-05-08 01:44:49.317 8 INFO neutron.db.segments_db [None req-631624f8-5130-4361-8c91-8f817f1c9787 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Added segment c74e71c5-706b-4cdc-b3c8-2993a427e6b7 of type flat for network 51524a0b-9931-4db2-8b41-bd7eb8500000 2026-05-08 01:44:49.335 8 INFO neutron.pecan_wsgi.hooks.translation [None req-631624f8-5130-4361-8c91-8f817f1c9787 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.113 () {48 vars in 968 bytes} [Fri May 8 01:44:49 2026] POST /v2.0/networks => generated 124 bytes in 76 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 01:44:55.177 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d05b0bef-5868-46a4-b7d4-4a533d7d8fee 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/13] 199.204.45.113 () {44 vars in 928 bytes} [Fri May 8 01:44:55 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/14] 199.204.45.113 () {44 vars in 950 bytes} [Fri May 8 01:44:55 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 01:44:55.253 7 WARNING neutron.services.revisions.revision_plugin [None req-85546de6-54fe-40c6-ae52-cdc124c5ff42 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Could not find related network for resource to bump revision. 2026-05-08 01:44:55.271 7 INFO neutron.db.segments_db [None req-85546de6-54fe-40c6-ae52-cdc124c5ff42 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Added segment 4e14d645-1659-4a51-815c-27222d800bb4 of type flat for network 2b06a5c9-f5d3-46b8-b507-05b68f461420 2026-05-08 01:44:55.293 7 INFO neutron.pecan_wsgi.hooks.translation [None req-85546de6-54fe-40c6-ae52-cdc124c5ff42 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/15] 199.204.45.113 () {48 vars in 968 bytes} [Fri May 8 01:44:55 2026] POST /v2.0/networks => generated 124 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 01:45:01.173 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7b3f88c8-a562-4400-ab6a-310b2d97b2d2 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.113 () {44 vars in 928 bytes} [Fri May 8 01:45:01 2026] GET /v2.0/networks/public => generated 108 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.204.45.113 () {44 vars in 950 bytes} [Fri May 8 01:45:01 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 01:45:01.233 7 WARNING neutron.services.revisions.revision_plugin [None req-c43a7b6f-5698-4dbe-a49c-0bc432cc5c2f 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Could not find related network for resource to bump revision. 2026-05-08 01:45:01.248 7 INFO neutron.db.segments_db [None req-c43a7b6f-5698-4dbe-a49c-0bc432cc5c2f 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Added segment 59c30a88-fab1-493d-a759-8e92703da9f5 of type flat for network c3e64738-6eae-408f-864e-072f488a0532 2026-05-08 01:45:01.268 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c43a7b6f-5698-4dbe-a49c-0bc432cc5c2f 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.204.45.113 () {48 vars in 968 bytes} [Fri May 8 01:45:01 2026] POST /v2.0/networks => generated 124 bytes in 83 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 01:45:07.149 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e3c5d69c-e87d-41fd-ab80-b3cb4dfb7b26 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.204.45.113 () {44 vars in 928 bytes} [Fri May 8 01:45:07 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: 7|app: 0|req: 12/21] 199.204.45.113 () {44 vars in 950 bytes} [Fri May 8 01:45:07 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 01:45:07.234 8 WARNING neutron.services.revisions.revision_plugin [None req-cbbbf442-1ccf-442f-9e9c-c032236db8fc 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Could not find related network for resource to bump revision. 2026-05-08 01:45:07.255 8 INFO neutron.db.segments_db [None req-cbbbf442-1ccf-442f-9e9c-c032236db8fc 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Added segment 3a19f4dc-5840-4fca-8059-511cf3d2dbb5 of type flat for network 7a5561c0-a74a-481f-8d39-e02b109df78e 2026-05-08 01:45:07.280 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cbbbf442-1ccf-442f-9e9c-c032236db8fc 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/22] 199.204.45.113 () {48 vars in 968 bytes} [Fri May 8 01:45:07 2026] POST /v2.0/networks => generated 124 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 01:45:13.170 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fac2ed67-0f38-4082-a4c7-2a19c3287386 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/23] 199.204.45.113 () {44 vars in 928 bytes} [Fri May 8 01:45:13 2026] GET /v2.0/networks/public => generated 108 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/24] 199.204.45.113 () {44 vars in 950 bytes} [Fri May 8 01:45:13 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 01:45:13.251 7 WARNING neutron.services.revisions.revision_plugin [None req-0ab6bf46-253e-496d-972e-792b0758fbc6 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Could not find related network for resource to bump revision. 2026-05-08 01:45:13.265 7 INFO neutron.db.segments_db [None req-0ab6bf46-253e-496d-972e-792b0758fbc6 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Added segment 25f1e517-e624-4d96-98ff-47e40e412502 of type flat for network d5528eca-935b-49a5-8b5e-a500fa44ca4c [pid: 7|app: 0|req: 14/25] 199.204.45.113 () {48 vars in 968 bytes} [Fri May 8 01:45:13 2026] POST /v2.0/networks => generated 706 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 01:45:14.965 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6d497ce7-320c-468c-8293-1ec509150e9f 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/27] 199.204.45.113 () {44 vars in 928 bytes} [Fri May 8 01:45:14 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/28] 199.204.45.113 () {44 vars in 950 bytes} [Fri May 8 01:45:14 2026] GET /v2.0/networks?name=public => generated 709 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 01:45:15.091 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d01f05b7-e4b8-4b3d-b7bd-2886e734cba6 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 16/29] 199.204.45.113 () {44 vars in 1035 bytes} [Fri May 8 01:45:15 2026] GET /v2.0/subnets/public-subnet?network_id=d5528eca-935b-49a5-8b5e-a500fa44ca4c => 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: 14/30] 199.204.45.113 () {44 vars in 1058 bytes} [Fri May 8 01:45:15 2026] GET /v2.0/subnets?name=public-subnet&network_id=d5528eca-935b-49a5-8b5e-a500fa44ca4c => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 17/31] 199.204.45.113 () {48 vars in 966 bytes} [Fri May 8 01:45:15 2026] POST /v2.0/subnets => generated 664 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 01:50:12.199 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d4e2f87d-d5b2-4bf5-9f8f-d983a881ffdd 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/70] 199.204.45.113 () {44 vars in 938 bytes} [Fri May 8 01:50:12 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/71] 199.204.45.113 () {44 vars in 960 bytes} [Fri May 8 01:50:12 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 01:50:12.288 7 INFO neutron.db.segments_db [None req-10dfb9c3-44a5-437e-84b5-e73e0a37ba20 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Added segment 8b193827-d170-4ba8-bd11-e6d331e86494 of type vxlan for network 535f56fa-2360-495e-ad4d-8a809adde036 [pid: 7|app: 0|req: 38/72] 199.204.45.113 () {48 vars in 967 bytes} [Fri May 8 01:50:12 2026] POST /v2.0/networks => generated 688 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 01:50:13.380 8 INFO neutron.pecan_wsgi.hooks.translation [None req-343d89fe-d97d-40d1-a6f4-bab8deeef56f 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/73] 199.204.45.113 () {44 vars in 938 bytes} [Fri May 8 01:50:13 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/74] 199.204.45.113 () {44 vars in 960 bytes} [Fri May 8 01:50:13 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 01:50:13.455 8 INFO neutron.pecan_wsgi.hooks.translation [None req-769b7d6c-1bac-4673-b4b6-ae83bda984fe 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/75] 199.204.45.113 () {44 vars in 1037 bytes} [Fri May 8 01:50:13 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=535f56fa-2360-495e-ad4d-8a809adde036 => generated 114 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/76] 199.204.45.113 () {44 vars in 1060 bytes} [Fri May 8 01:50:13 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=535f56fa-2360-495e-ad4d-8a809adde036 => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/77] 199.204.45.113 () {48 vars in 966 bytes} [Fri May 8 01:50:13 2026] POST /v2.0/subnets => generated 651 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 01:50:14.774 7 INFO neutron.api.v2.resource [None req-331d8151-ba67-47b3-aa32-8a6384716270 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 41/78] 199.204.45.113 () {44 vars in 972 bytes} [Fri May 8 01:50:14 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/79] 199.204.45.113 () {44 vars in 994 bytes} [Fri May 8 01:50:14 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/82] 199.204.45.113 () {48 vars in 981 bytes} [Fri May 8 01:50:14 2026] POST /v2.0/security-groups => generated 1616 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/83] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 01:50:15 2026] GET /v2.0/security-groups/8e65ed8f-c8f5-4912-9488-1f3627edb7da => generated 1616 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/84] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 01:50:16 2026] GET /v2.0/security-groups/8e65ed8f-c8f5-4912-9488-1f3627edb7da => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/85] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 01:50:16 2026] GET /v2.0/security-groups/8e65ed8f-c8f5-4912-9488-1f3627edb7da => generated 1616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/86] 199.204.45.113 () {48 vars in 992 bytes} [Fri May 8 01:50:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/87] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 01:50:17 2026] GET /v2.0/security-groups/8e65ed8f-c8f5-4912-9488-1f3627edb7da => generated 2230 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/88] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 01:50:17 2026] GET /v2.0/security-groups/8e65ed8f-c8f5-4912-9488-1f3627edb7da => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/89] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 01:50:17 2026] GET /v2.0/security-groups/8e65ed8f-c8f5-4912-9488-1f3627edb7da => generated 2230 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/90] 199.204.45.113 () {48 vars in 992 bytes} [Fri May 8 01:50:17 2026] POST /v2.0/security-group-rules => generated 603 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/91] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 01:50:18 2026] GET /v2.0/security-groups/8e65ed8f-c8f5-4912-9488-1f3627edb7da => generated 2846 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/92] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 01:50:18 2026] GET /v2.0/security-groups/8e65ed8f-c8f5-4912-9488-1f3627edb7da => generated 2846 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/93] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 01:50:18 2026] GET /v2.0/security-groups/8e65ed8f-c8f5-4912-9488-1f3627edb7da => generated 2846 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/94] 199.204.45.113 () {48 vars in 992 bytes} [Fri May 8 01:50:18 2026] POST /v2.0/security-group-rules => generated 603 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/95] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 01:50:19 2026] GET /v2.0/security-groups/8e65ed8f-c8f5-4912-9488-1f3627edb7da => generated 3462 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/96] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 01:50:19 2026] GET /v2.0/security-groups/8e65ed8f-c8f5-4912-9488-1f3627edb7da => generated 3462 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/97] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 01:50:19 2026] GET /v2.0/security-groups/8e65ed8f-c8f5-4912-9488-1f3627edb7da => generated 3462 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/98] 199.204.45.113 () {48 vars in 992 bytes} [Fri May 8 01:50:19 2026] POST /v2.0/security-group-rules => generated 603 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/99] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 01:50:20 2026] GET /v2.0/security-groups/8e65ed8f-c8f5-4912-9488-1f3627edb7da => generated 4078 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/100] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 01:50:20 2026] GET /v2.0/security-groups/8e65ed8f-c8f5-4912-9488-1f3627edb7da => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/101] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 01:50:20 2026] GET /v2.0/security-groups/8e65ed8f-c8f5-4912-9488-1f3627edb7da => generated 4078 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/102] 199.204.45.113 () {48 vars in 992 bytes} [Fri May 8 01:50:20 2026] POST /v2.0/security-group-rules => generated 603 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/103] 199.204.45.113 () {44 vars in 988 bytes} [Fri May 8 01:50:21 2026] GET /v2.0/networks/535f56fa-2360-495e-ad4d-8a809adde036 => generated 732 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 01:50:21.861 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d25f8676-761d-4da2-89ea-44e6ad0ad947 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 53/104] 199.204.45.113 () {44 vars in 1077 bytes} [Fri May 8 01:50:21 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=535f56fa-2360-495e-ad4d-8a809adde036 => generated 132 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/105] 199.204.45.113 () {44 vars in 1100 bytes} [Fri May 8 01:50:21 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=535f56fa-2360-495e-ad4d-8a809adde036 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/106] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 01:50:21 2026] GET /v2.0/security-groups/8e65ed8f-c8f5-4912-9488-1f3627edb7da => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/107] 199.204.45.113 () {48 vars in 962 bytes} [Fri May 8 01:50:21 2026] POST /v2.0/ports => generated 1100 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 01:50:29.710 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3d3d8dcc-da49-4b7c-a328-40bf2823bf2b 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 55/108] 199.204.45.113 () {44 vars in 980 bytes} [Fri May 8 01:50:29 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 47 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: 54/111] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 01:50:29 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/112] 199.204.45.113 () {48 vars in 1032 bytes} [Fri May 8 01:50:29 2026] PUT /v2.0/ports/8b73d979-4a03-4416-aa92-3d8d38114a9e => generated 1249 bytes in 709 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/113] 199.204.45.113 () {44 vars in 921 bytes} [Fri May 8 01:50:32 2026] GET /v2.0/ports => generated 3730 bytes in 100 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 01:50:33.481 7 INFO neutron.api.v2.resource [None req-b0a21694-99f2-4c06-88c5-885df9df20c9 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 59/114] 199.204.45.113 () {44 vars in 960 bytes} [Fri May 8 01:50:33 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/115] 199.204.45.113 () {44 vars in 982 bytes} [Fri May 8 01:50:33 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/116] 199.204.45.113 () {48 vars in 981 bytes} [Fri May 8 01:50:33 2026] POST /v2.0/security-groups => generated 1610 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/117] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 01:50:34 2026] GET /v2.0/security-groups/8dcf3219-a421-4d1e-ae28-cb9ad9a14262 => generated 1610 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/118] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 01:50:34 2026] GET /v2.0/security-groups/8dcf3219-a421-4d1e-ae28-cb9ad9a14262 => generated 1610 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/119] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 01:50:34 2026] GET /v2.0/security-groups/8dcf3219-a421-4d1e-ae28-cb9ad9a14262 => 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: 62/120] 199.204.45.113 () {48 vars in 992 bytes} [Fri May 8 01:50:34 2026] POST /v2.0/security-group-rules => generated 623 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/121] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 01:50:35 2026] GET /v2.0/security-groups/8dcf3219-a421-4d1e-ae28-cb9ad9a14262 => generated 2246 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/122] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 01:50:35 2026] GET /v2.0/security-groups/8dcf3219-a421-4d1e-ae28-cb9ad9a14262 => generated 2246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/123] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 01:50:35 2026] GET /v2.0/security-groups/8dcf3219-a421-4d1e-ae28-cb9ad9a14262 => generated 2246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/124] 199.204.45.113 () {48 vars in 992 bytes} [Fri May 8 01:50:35 2026] POST /v2.0/security-group-rules => generated 627 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 69/133] 199.204.45.113 () {44 vars in 976 bytes} [Fri May 8 01:51:38 2026] GET /v2.0/quotas/f832a21904a8404f85da6a7d25ca7732 => 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: 65/134] 199.204.45.113 () {48 vars in 1028 bytes} [Fri May 8 01:51:39 2026] PUT /v2.0/quotas/f832a21904a8404f85da6a7d25ca7732 => generated 291 bytes in 30 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 01:54:00.156 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7b878ded-d8cc-479e-a19b-6e11afe769fe 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 80/155] 199.204.45.113 () {30 vars in 741 bytes} [Fri May 8 01:53:59 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 246 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: 76/156] 199.204.45.113 () {30 vars in 763 bytes} [Fri May 8 01:54:00 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 01:54:02.180 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9c2ed94d-0e80-4b8f-a340-fc4b9438ded4 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 81/157] 199.204.45.113 () {30 vars in 741 bytes} [Fri May 8 01:54:02 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 77/158] 199.204.45.113 () {30 vars in 763 bytes} [Fri May 8 01:54:02 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:00:59.631 8 INFO neutron.api.v2.resource [None req-a00446a5-4ff6-4477-9d60-b057ae486382 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 105/213] 199.204.45.113 () {44 vars in 1075 bytes} [Fri May 8 02:00:59 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=1a5301dcb47a486dad093a3bbb8f449c => generated 139 bytes in 126 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/214] 199.204.45.113 () {44 vars in 1098 bytes} [Fri May 8 02:00:59 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=1a5301dcb47a486dad093a3bbb8f449c => generated 23 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/217] 199.204.45.113 () {48 vars in 982 bytes} [Fri May 8 02:00:59 2026] POST /v2.0/security-groups => generated 1624 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/218] 199.204.45.113 () {44 vars in 1089 bytes} [Fri May 8 02:01:01 2026] GET /v2.0/security-groups/030f0e35-7d02-40a3-89b2-5a5ae0ed5970?project_id=1a5301dcb47a486dad093a3bbb8f449c => 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/219] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 02:01:01 2026] GET /v2.0/security-groups/030f0e35-7d02-40a3-89b2-5a5ae0ed5970 => generated 1624 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/220] 199.204.45.113 () {44 vars in 1089 bytes} [Fri May 8 02:01:01 2026] GET /v2.0/security-groups/030f0e35-7d02-40a3-89b2-5a5ae0ed5970?project_id=1a5301dcb47a486dad093a3bbb8f449c => generated 1624 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/221] 199.204.45.113 () {48 vars in 992 bytes} [Fri May 8 02:01:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/222] 199.204.45.113 () {44 vars in 1089 bytes} [Fri May 8 02:01:02 2026] GET /v2.0/security-groups/030f0e35-7d02-40a3-89b2-5a5ae0ed5970?project_id=1a5301dcb47a486dad093a3bbb8f449c => generated 2234 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/223] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 02:01:02 2026] GET /v2.0/security-groups/030f0e35-7d02-40a3-89b2-5a5ae0ed5970 => generated 2234 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/224] 199.204.45.113 () {44 vars in 1089 bytes} [Fri May 8 02:01:02 2026] GET /v2.0/security-groups/030f0e35-7d02-40a3-89b2-5a5ae0ed5970?project_id=1a5301dcb47a486dad093a3bbb8f449c => generated 2234 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/225] 199.204.45.113 () {48 vars in 992 bytes} [Fri May 8 02:01:02 2026] POST /v2.0/security-group-rules => generated 599 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/226] 199.204.45.113 () {44 vars in 1089 bytes} [Fri May 8 02:01:03 2026] GET /v2.0/security-groups/030f0e35-7d02-40a3-89b2-5a5ae0ed5970?project_id=1a5301dcb47a486dad093a3bbb8f449c => generated 2846 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/227] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 02:01:03 2026] GET /v2.0/security-groups/030f0e35-7d02-40a3-89b2-5a5ae0ed5970 => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/228] 199.204.45.113 () {44 vars in 1089 bytes} [Fri May 8 02:01:03 2026] GET /v2.0/security-groups/030f0e35-7d02-40a3-89b2-5a5ae0ed5970?project_id=1a5301dcb47a486dad093a3bbb8f449c => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/229] 199.204.45.113 () {48 vars in 992 bytes} [Fri May 8 02:01:03 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/230] 199.204.45.113 () {44 vars in 1089 bytes} [Fri May 8 02:01:04 2026] GET /v2.0/security-groups/030f0e35-7d02-40a3-89b2-5a5ae0ed5970?project_id=1a5301dcb47a486dad093a3bbb8f449c => generated 3460 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/231] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 02:01:04 2026] GET /v2.0/security-groups/030f0e35-7d02-40a3-89b2-5a5ae0ed5970 => generated 3460 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/232] 199.204.45.113 () {44 vars in 1089 bytes} [Fri May 8 02:01:04 2026] GET /v2.0/security-groups/030f0e35-7d02-40a3-89b2-5a5ae0ed5970?project_id=1a5301dcb47a486dad093a3bbb8f449c => generated 3460 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/233] 199.204.45.113 () {48 vars in 992 bytes} [Fri May 8 02:01:04 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/254] 199.204.45.113 () {30 vars in 740 bytes} [Fri May 8 02:03:33 2026] GET /v2.0/networks?tenant_id=1a5301dcb47a486dad093a3bbb8f449c&shared=False => generated 15 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:03:33.828 7 INFO neutron.db.segments_db [None req-d3cda6c8-8541-43b7-b1fb-2b67bf63bba9 b61d5040c3fa4daba23c859d837b3430 1a5301dcb47a486dad093a3bbb8f449c - - 624d9a8ab2924d129aea04807cc86de3 624d9a8ab2924d129aea04807cc86de3] Added segment 4c26e676-4ee5-4733-aff4-d98a547ffaab of type vxlan for network 288beb74-b053-44f8-b9b2-2d2af244fff9 [pid: 7|app: 0|req: 130/255] 199.204.45.113 () {34 vars in 682 bytes} [Fri May 8 02:03:33 2026] POST /v2.0/networks => generated 699 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/256] 199.204.45.113 () {30 vars in 722 bytes} [Fri May 8 02:03:33 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/257] 199.204.45.113 () {30 vars in 633 bytes} [Fri May 8 02:03:33 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: 127/258] 199.204.45.113 () {34 vars in 677 bytes} [Fri May 8 02:03:33 2026] POST /v2.0/ports => generated 999 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/259] 199.204.45.113 () {30 vars in 703 bytes} [Fri May 8 02:03:34 2026] GET /v2.0/networks/288beb74-b053-44f8-b9b2-2d2af244fff9 => generated 705 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/260] 199.204.45.113 () {30 vars in 722 bytes} [Fri May 8 02:03:36 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/261] 199.204.45.113 () {30 vars in 703 bytes} [Fri May 8 02:03:36 2026] GET /v2.0/networks/288beb74-b053-44f8-b9b2-2d2af244fff9 => generated 705 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/266] 199.204.45.113 () {44 vars in 976 bytes} [Fri May 8 02:04:02 2026] GET /v2.0/quotas/1a5301dcb47a486dad093a3bbb8f449c => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/267] 199.204.45.113 () {48 vars in 1028 bytes} [Fri May 8 02:04:03 2026] PUT /v2.0/quotas/1a5301dcb47a486dad093a3bbb8f449c => generated 291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:15:34.966 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5384eb94-805a-4d89-b280-a8c76a163dcc 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 178/360] 199.204.45.113 () {44 vars in 928 bytes} [Fri May 8 02:15:34 2026] GET /v2.0/networks/public => generated 108 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/361] 199.204.45.113 () {44 vars in 950 bytes} [Fri May 8 02:15:34 2026] GET /v2.0/networks?name=public => generated 753 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:15:36.324 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f7ad929d-3778-4a2a-be53-8a7e344c0770 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 179/362] 199.204.45.113 () {44 vars in 928 bytes} [Fri May 8 02:15:36 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/363] 199.204.45.113 () {44 vars in 950 bytes} [Fri May 8 02:15:36 2026] GET /v2.0/networks?name=public => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:15:36.397 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ea24853f-bb57-41fe-b72c-4e458360317d 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 180/364] 199.204.45.113 () {44 vars in 1035 bytes} [Fri May 8 02:15:36 2026] GET /v2.0/subnets/public-subnet?network_id=d5528eca-935b-49a5-8b5e-a500fa44ca4c => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/365] 199.204.45.113 () {44 vars in 1058 bytes} [Fri May 8 02:15:36 2026] GET /v2.0/subnets?name=public-subnet&network_id=d5528eca-935b-49a5-8b5e-a500fa44ca4c => generated 667 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:16:05.335 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2d45b151-b8fa-4d7d-a391-01c223c0d858 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 183/370] 199.204.45.113 () {44 vars in 938 bytes} [Fri May 8 02:16:05 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/371] 199.204.45.113 () {44 vars in 960 bytes} [Fri May 8 02:16:05 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:16:06.348 8 INFO neutron.pecan_wsgi.hooks.translation [None req-329de99d-32be-47c4-a969-c354f0c4ec6b 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/372] 199.204.45.113 () {44 vars in 938 bytes} [Fri May 8 02:16:06 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/373] 199.204.45.113 () {44 vars in 960 bytes} [Fri May 8 02:16:06 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:16:06.420 8 INFO neutron.pecan_wsgi.hooks.translation [None req-32575d02-a74f-4207-9a79-33a049efda30 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/374] 199.204.45.113 () {44 vars in 1037 bytes} [Fri May 8 02:16:06 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=535f56fa-2360-495e-ad4d-8a809adde036 => generated 114 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/375] 199.204.45.113 () {44 vars in 1060 bytes} [Fri May 8 02:16:06 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=535f56fa-2360-495e-ad4d-8a809adde036 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:16:07.592 8 INFO neutron.api.v2.resource [None req-a631a589-b3b3-4563-b39f-31186c61c403 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 186/376] 199.204.45.113 () {44 vars in 972 bytes} [Fri May 8 02:16:07 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/377] 199.204.45.113 () {44 vars in 994 bytes} [Fri May 8 02:16:07 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/378] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 02:16:08 2026] GET /v2.0/security-groups/8e65ed8f-c8f5-4912-9488-1f3627edb7da => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/379] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 02:16:08 2026] GET /v2.0/security-groups/8e65ed8f-c8f5-4912-9488-1f3627edb7da => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/380] 199.204.45.113 () {44 vars in 1012 bytes} [Fri May 8 02:16:08 2026] GET /v2.0/security-group-rules/b66d52a3-239b-4a3a-8795-a05985a0e1bc => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/381] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 02:16:09 2026] GET /v2.0/security-groups/8e65ed8f-c8f5-4912-9488-1f3627edb7da => generated 4694 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/382] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 02:16:09 2026] GET /v2.0/security-groups/8e65ed8f-c8f5-4912-9488-1f3627edb7da => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/383] 199.204.45.113 () {44 vars in 1012 bytes} [Fri May 8 02:16:09 2026] GET /v2.0/security-group-rules/097e0391-8f44-44c6-acbb-25eabd4f13df => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/384] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 02:16:10 2026] GET /v2.0/security-groups/8e65ed8f-c8f5-4912-9488-1f3627edb7da => generated 4694 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/385] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 02:16:10 2026] GET /v2.0/security-groups/8e65ed8f-c8f5-4912-9488-1f3627edb7da => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/386] 199.204.45.113 () {44 vars in 1012 bytes} [Fri May 8 02:16:10 2026] GET /v2.0/security-group-rules/c17b6d2e-9d90-48f3-b0d3-2f64dbad7829 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/387] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 02:16:11 2026] GET /v2.0/security-groups/8e65ed8f-c8f5-4912-9488-1f3627edb7da => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/388] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 02:16:11 2026] GET /v2.0/security-groups/8e65ed8f-c8f5-4912-9488-1f3627edb7da => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/389] 199.204.45.113 () {44 vars in 1012 bytes} [Fri May 8 02:16:11 2026] GET /v2.0/security-group-rules/7770830b-ac99-4410-a6f1-c694ce64c568 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/390] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 02:16:12 2026] GET /v2.0/security-groups/8e65ed8f-c8f5-4912-9488-1f3627edb7da => generated 4694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/391] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 02:16:12 2026] GET /v2.0/security-groups/8e65ed8f-c8f5-4912-9488-1f3627edb7da => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/392] 199.204.45.113 () {44 vars in 1012 bytes} [Fri May 8 02:16:12 2026] GET /v2.0/security-group-rules/973b65e9-6983-481b-abe4-20d235f0b000 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/393] 199.204.45.113 () {44 vars in 988 bytes} [Fri May 8 02:16:13 2026] GET /v2.0/networks/535f56fa-2360-495e-ad4d-8a809adde036 => generated 732 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:16:13.861 8 INFO neutron.pecan_wsgi.hooks.translation [None req-facd473b-ef67-4fc6-aa97-0b8672dd54cf 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 195/394] 199.204.45.113 () {44 vars in 1077 bytes} [Fri May 8 02:16:13 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=535f56fa-2360-495e-ad4d-8a809adde036 => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/395] 199.204.45.113 () {44 vars in 1100 bytes} [Fri May 8 02:16:13 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=535f56fa-2360-495e-ad4d-8a809adde036 => generated 1254 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/396] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 02:16:13 2026] GET /v2.0/security-groups/8e65ed8f-c8f5-4912-9488-1f3627edb7da => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:16:22.031 7 INFO neutron.pecan_wsgi.hooks.translation [None req-16528fc4-eddb-4d61-86cf-78913e5aaa9d 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 202/399] 199.204.45.113 () {44 vars in 980 bytes} [Fri May 8 02:16:21 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/400] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 02:16:22 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/401] 199.204.45.113 () {44 vars in 921 bytes} [Fri May 8 02:16:23 2026] GET /v2.0/ports => generated 4725 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:16:24.871 8 INFO neutron.api.v2.resource [None req-fe815f22-9952-4469-95e1-7dc2d8e7bdb1 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 199/402] 199.204.45.113 () {44 vars in 960 bytes} [Fri May 8 02:16:24 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/403] 199.204.45.113 () {44 vars in 982 bytes} [Fri May 8 02:16:24 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/404] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 02:16:25 2026] GET /v2.0/security-groups/8dcf3219-a421-4d1e-ae28-cb9ad9a14262 => 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: 205/405] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 02:16:25 2026] GET /v2.0/security-groups/8dcf3219-a421-4d1e-ae28-cb9ad9a14262 => generated 2886 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/406] 199.204.45.113 () {44 vars in 1012 bytes} [Fri May 8 02:16:25 2026] GET /v2.0/security-group-rules/f8561212-4c89-486d-b48a-ae31aa00ba65 => generated 623 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/407] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 02:16:26 2026] GET /v2.0/security-groups/8dcf3219-a421-4d1e-ae28-cb9ad9a14262 => generated 2886 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/408] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 02:16:26 2026] GET /v2.0/security-groups/8dcf3219-a421-4d1e-ae28-cb9ad9a14262 => generated 2886 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/409] 199.204.45.113 () {44 vars in 1012 bytes} [Fri May 8 02:16:26 2026] GET /v2.0/security-group-rules/ffc0011c-5bc1-469d-9c37-d2e487fc2224 => generated 627 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/412] 199.204.45.113 () {44 vars in 976 bytes} [Fri May 8 02:16:38 2026] GET /v2.0/quotas/f832a21904a8404f85da6a7d25ca7732 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:17:33.421 8 INFO neutron.api.v2.resource [None req-3c0cc843-c979-44e8-8978-5fd7a6d09537 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 209/421] 199.204.45.113 () {44 vars in 1075 bytes} [Fri May 8 02:17:33 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=1a5301dcb47a486dad093a3bbb8f449c => generated 139 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/422] 199.204.45.113 () {44 vars in 1098 bytes} [Fri May 8 02:17:33 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=1a5301dcb47a486dad093a3bbb8f449c => generated 4072 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/423] 199.204.45.113 () {44 vars in 1089 bytes} [Fri May 8 02:17:34 2026] GET /v2.0/security-groups/030f0e35-7d02-40a3-89b2-5a5ae0ed5970?project_id=1a5301dcb47a486dad093a3bbb8f449c => generated 4075 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/424] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 02:17:34 2026] GET /v2.0/security-groups/030f0e35-7d02-40a3-89b2-5a5ae0ed5970 => generated 4075 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/425] 199.204.45.113 () {44 vars in 1012 bytes} [Fri May 8 02:17:34 2026] GET /v2.0/security-group-rules/268a056f-6a7e-4e4a-af06-bcb9e0fc4ece => generated 597 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/426] 199.204.45.113 () {44 vars in 1089 bytes} [Fri May 8 02:17:35 2026] GET /v2.0/security-groups/030f0e35-7d02-40a3-89b2-5a5ae0ed5970?project_id=1a5301dcb47a486dad093a3bbb8f449c => generated 4075 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/427] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 02:17:35 2026] GET /v2.0/security-groups/030f0e35-7d02-40a3-89b2-5a5ae0ed5970 => 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: 216/428] 199.204.45.113 () {44 vars in 1012 bytes} [Fri May 8 02:17:35 2026] GET /v2.0/security-group-rules/05673526-c6b6-42f6-9109-039be594ae71 => generated 599 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/429] 199.204.45.113 () {44 vars in 1089 bytes} [Fri May 8 02:17:36 2026] GET /v2.0/security-groups/030f0e35-7d02-40a3-89b2-5a5ae0ed5970?project_id=1a5301dcb47a486dad093a3bbb8f449c => generated 4075 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/430] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 02:17:36 2026] GET /v2.0/security-groups/030f0e35-7d02-40a3-89b2-5a5ae0ed5970 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/431] 199.204.45.113 () {44 vars in 1012 bytes} [Fri May 8 02:17:36 2026] GET /v2.0/security-group-rules/fa68848c-0527-49c6-9396-66c353bbd6a0 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/432] 199.204.45.113 () {44 vars in 1089 bytes} [Fri May 8 02:17:37 2026] GET /v2.0/security-groups/030f0e35-7d02-40a3-89b2-5a5ae0ed5970?project_id=1a5301dcb47a486dad093a3bbb8f449c => generated 4075 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/433] 199.204.45.113 () {44 vars in 1002 bytes} [Fri May 8 02:17:37 2026] GET /v2.0/security-groups/030f0e35-7d02-40a3-89b2-5a5ae0ed5970 => generated 4075 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/434] 199.204.45.113 () {44 vars in 1012 bytes} [Fri May 8 02:17:37 2026] GET /v2.0/security-group-rules/3d4fcdd9-36df-4d3e-b022-6c5347e32ae9 => generated 602 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/437] 199.204.45.113 () {44 vars in 976 bytes} [Fri May 8 02:17:45 2026] GET /v2.0/quotas/1a5301dcb47a486dad093a3bbb8f449c => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/444] 199.204.45.113 () {44 vars in 950 bytes} [Fri May 8 02:18:40 2026] GET /v2.0/networks?name=public => generated 753 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/451] 10.0.0.211 () {32 vars in 649 bytes} [Fri May 8 02:19:20 2026] GET /v2.0/networks => generated 2168 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/452] 10.0.0.211 () {32 vars in 655 bytes} [Fri May 8 02:19:22 2026] GET /v2.0/floatingips => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/453] 10.0.0.211 () {32 vars in 647 bytes} [Fri May 8 02:19:22 2026] GET /v2.0/routers => generated 15 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/454] 10.0.0.211 () {32 vars in 643 bytes} [Fri May 8 02:19:22 2026] GET /v2.0/ports => generated 4725 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/455] 10.0.0.211 () {32 vars in 647 bytes} [Fri May 8 02:19:22 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/456] 10.0.0.211 () {32 vars in 649 bytes} [Fri May 8 02:19:22 2026] GET /v2.0/networks => generated 2168 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/457] 10.0.0.211 () {32 vars in 663 bytes} [Fri May 8 02:19:22 2026] GET /v2.0/security-groups => generated 17401 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/458] 10.0.0.211 () {32 vars in 655 bytes} [Fri May 8 02:19:22 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:19:33.619 7 INFO neutron.db.segments_db [None req-6ba11434-1970-4ab9-995b-65d18837ffc7 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Added segment f5cbafaa-237f-4e3d-9b8e-3ba7dd33b6ad of type vxlan for network a99791ea-ba1b-4d4b-9a64-262c00f6da8d 2026-05-08 02:19:33.707 8 INFO neutron.db.segments_db [None req-5a07875c-6a6f-4d71-a523-c9438066ff41 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Added segment 99b160ca-c767-4cab-b5e0-8a703efc70ef of type vxlan for network 96271142-73ba-4014-81e6-f310941510c4 [pid: 7|app: 0|req: 232/461] 10.0.0.211 () {34 vars in 671 bytes} [Fri May 8 02:19:33 2026] POST /v2.0/networks => generated 731 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/462] 10.0.0.211 () {34 vars in 671 bytes} [Fri May 8 02:19:33 2026] POST /v2.0/networks => generated 730 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/463] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:19:33 2026] POST /v2.0/subnets => generated 698 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:19:33.958 7 INFO neutron.db.segments_db [None req-62cfe810-a0d5-487b-a736-45eb9f6e9fd6 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Added segment 1077d526-5db5-42e2-a86e-a3feeae3edc9 of type vxlan for network 56d19aa3-4a49-476d-97fd-d159d27ea94f [pid: 8|app: 0|req: 231/464] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:19:33 2026] POST /v2.0/subnets => generated 696 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:19:34.003 8 INFO neutron.db.segments_db [None req-bff3fbbf-5273-4240-a117-a0b0607b54b7 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Added segment 12e7dd72-c1e3-44f4-8999-e9146f7188d1 of type vxlan for network c38db969-60f4-42d6-b1b8-6c67cccc9521 2026-05-08 02:19:34.205 7 INFO neutron.db.l3_hamode_db [None req-62cfe810-a0d5-487b-a736-45eb9f6e9fd6 2845fe7c4a3045b58ac66fc2286c088d d7a086f22c144483a6e304aaa4b4135b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 02:19:34.237 8 INFO neutron.db.l3_hamode_db [None req-bff3fbbf-5273-4240-a117-a0b0607b54b7 2845fe7c4a3045b58ac66fc2286c088d 88ca168011b24d26b9247b0f47c2dcdb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 02:19:35.124 8 INFO neutron.db.l3_hamode_db [None req-bff3fbbf-5273-4240-a117-a0b0607b54b7 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 02:19:35.196 7 INFO neutron.db.l3_hamode_db [None req-62cfe810-a0d5-487b-a736-45eb9f6e9fd6 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 234/465] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:19:33 2026] POST /v2.0/routers => generated 738 bytes in 2576 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/466] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:19:33 2026] POST /v2.0/routers => generated 736 bytes in 2595 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/467] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:19:36 2026] GET /v2.0/security-groups?tenant_id=e53bbb77acde44b7827f008098c46b26&name=default => generated 2921 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/468] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:19:36 2026] GET /v2.0/security-groups?tenant_id=85c2e4a60ea9413e9ed23e32d8e9b978&name=default => generated 2921 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/469] 10.0.0.211 () {34 vars in 783 bytes} [Fri May 8 02:19:36 2026] PUT /v2.0/routers/af774ee0-0d17-405c-90f7-b372460923e2/add_router_interface => generated 309 bytes in 1193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/470] 10.0.0.211 () {34 vars in 783 bytes} [Fri May 8 02:19:36 2026] PUT /v2.0/routers/524c3ebb-da65-4591-92bc-f595a5f09adc/add_router_interface => generated 309 bytes in 1271 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/471] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:19:38 2026] DELETE /v2.0/security-groups/fbc5589a-aeec-4055-a668-a4a9d3fc46c1 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/472] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:19:38 2026] DELETE /v2.0/security-groups/42768c47-1418-4999-8f84-303e44772294 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/473] 10.0.0.211 () {34 vars in 685 bytes} [Fri May 8 02:19:38 2026] POST /v2.0/security-groups => generated 1661 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/474] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:19:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/475] 10.0.0.239 () {38 vars in 971 bytes} [Fri May 8 02:19:38 2026] POST /v2.0/security-groups => generated 1685 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/476] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:19:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/477] 10.0.0.211 () {34 vars in 676 bytes} [Fri May 8 02:19:39 2026] POST /v2.0/floatingips => generated 552 bytes in 610 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/478] 10.0.0.239 () {34 vars in 991 bytes} [Fri May 8 02:19:39 2026] GET /v2.0/security-groups/ac8f17f6-9d38-4284-a08d-e0b6fb8ecf2e => generated 1685 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/479] 10.0.0.239 () {38 vars in 981 bytes} [Fri May 8 02:19:40 2026] POST /v2.0/security-group-rules => generated 614 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:19:40.289 7 INFO neutron.db.segments_db [None req-4c5fa456-3423-4ff5-99cd-fe7dbc8b33ce 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Added segment fc816247-454c-4161-8f02-5311cb820f35 of type vxlan for network 1a3d0381-cd07-4321-ab8d-e9905bd49bd5 [pid: 8|app: 0|req: 240/480] 10.0.0.239 () {38 vars in 971 bytes} [Fri May 8 02:19:40 2026] POST /v2.0/security-groups => generated 1685 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/481] 10.0.0.211 () {34 vars in 671 bytes} [Fri May 8 02:19:40 2026] POST /v2.0/networks => generated 728 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/482] 10.0.0.239 () {34 vars in 991 bytes} [Fri May 8 02:19:40 2026] GET /v2.0/security-groups/08d8b484-319d-4d63-9df2-06ae373fe97c => generated 1685 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/483] 10.0.0.239 () {34 vars in 1100 bytes} [Fri May 8 02:19:40 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1462138316&fields=id&tenant_id=d7a086f22c144483a6e304aaa4b4135b => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/484] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:19:40 2026] POST /v2.0/subnets => generated 695 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/485] 10.0.0.239 () {38 vars in 981 bytes} [Fri May 8 02:19:40 2026] POST /v2.0/security-group-rules => generated 614 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/486] 10.0.0.239 () {34 vars in 982 bytes} [Fri May 8 02:19:40 2026] GET /v2.0/networks?id=a99791ea-ba1b-4d4b-9a64-262c00f6da8d => generated 683 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:19:40.623 7 INFO neutron.db.segments_db [None req-c5493b5c-85e2-453b-a194-f238c87e88d6 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Added segment da69ea45-ef5c-4dc2-a9be-16e5b0d9034d of type vxlan for network c5566e20-6945-4a0c-b3b0-99f14e4b295f [pid: 8|app: 0|req: 243/487] 10.0.0.239 () {34 vars in 991 bytes} [Fri May 8 02:19:40 2026] GET /v2.0/security-groups/08d8b484-319d-4d63-9df2-06ae373fe97c => generated 2310 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/488] 10.0.0.239 () {34 vars in 965 bytes} [Fri May 8 02:19:40 2026] GET /v2.0/quotas/d7a086f22c144483a6e304aaa4b4135b => 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: 245/489] 10.0.0.239 () {38 vars in 981 bytes} [Fri May 8 02:19:40 2026] POST /v2.0/security-group-rules => generated 619 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/490] 10.0.0.239 () {34 vars in 1002 bytes} [Fri May 8 02:19:40 2026] GET /v2.0/ports?tenant_id=d7a086f22c144483a6e304aaa4b4135b&fields=id => generated 103 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/491] 10.0.0.239 () {34 vars in 991 bytes} [Fri May 8 02:19:40 2026] GET /v2.0/security-groups/08d8b484-319d-4d63-9df2-06ae373fe97c => generated 2940 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:19:40.877 7 INFO neutron.db.l3_hamode_db [None req-c5493b5c-85e2-453b-a194-f238c87e88d6 2845fe7c4a3045b58ac66fc2286c088d b691b2c1e61a4514badd660ee1087acf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 248/492] 10.0.0.239 () {34 vars in 1001 bytes} [Fri May 8 02:19:40 2026] GET /v2.0/security-group-rules/d38a55a0-68b8-4e5b-9fe4-fff6039e0a27 => generated 616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/493] 10.0.0.239 () {34 vars in 991 bytes} [Fri May 8 02:19:40 2026] GET /v2.0/security-groups/08d8b484-319d-4d63-9df2-06ae373fe97c => generated 2940 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/494] 10.0.0.239 () {36 vars in 1023 bytes} [Fri May 8 02:19:40 2026] DELETE /v2.0/security-group-rules/d38a55a0-68b8-4e5b-9fe4-fff6039e0a27 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/495] 10.0.0.239 () {34 vars in 991 bytes} [Fri May 8 02:19:41 2026] GET /v2.0/security-groups/08d8b484-319d-4d63-9df2-06ae373fe97c => generated 2310 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/496] 10.0.0.239 () {36 vars in 1013 bytes} [Fri May 8 02:19:41 2026] DELETE /v2.0/security-groups/08d8b484-319d-4d63-9df2-06ae373fe97c => 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: 253/497] 10.0.0.239 () {34 vars in 907 bytes} [Fri May 8 02:19:41 2026] GET /v2.0/extensions => generated 21537 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/498] 10.0.0.239 () {34 vars in 991 bytes} [Fri May 8 02:19:41 2026] GET /v2.0/security-groups/ac8f17f6-9d38-4284-a08d-e0b6fb8ecf2e => generated 2310 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/499] 10.0.0.239 () {34 vars in 1008 bytes} [Fri May 8 02:19:41 2026] GET /v2.0/networks/a99791ea-ba1b-4d4b-9a64-262c00f6da8d?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:19:41.625 7 INFO neutron.db.l3_hamode_db [None req-c5493b5c-85e2-453b-a194-f238c87e88d6 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 256/500] 10.0.0.239 () {36 vars in 1013 bytes} [Fri May 8 02:19:41 2026] DELETE /v2.0/security-groups/ac8f17f6-9d38-4284-a08d-e0b6fb8ecf2e => 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: 257/501] 10.0.0.239 () {34 vars in 1108 bytes} [Fri May 8 02:19:41 2026] GET /v2.0/networks/a99791ea-ba1b-4d4b-9a64-262c00f6da8d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:19:42.112 8 INFO neutron_taas.services.taas.taas_plugin [None req-49253f2c-04cf-43ff-9e1c-ea42ec57f38a 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 400392c0-62de-4ade-bc51-c327b99b2d94 2026-05-08 02:19:42.121 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49253f2c-04cf-43ff-9e1c-ea42ec57f38a 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 400392c0-62de-4ade-bc51-c327b99b2d94 [pid: 7|app: 0|req: 245/502] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:19:40 2026] POST /v2.0/routers => generated 735 bytes in 1872 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/503] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:19:42 2026] GET /v2.0/ports?device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/504] 10.0.0.211 () {34 vars in 789 bytes} [Fri May 8 02:19:41 2026] PUT /v2.0/routers/524c3ebb-da65-4591-92bc-f595a5f09adc/remove_router_interface => generated 309 bytes in 1418 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:19:43.335 8 INFO neutron_taas.services.taas.taas_plugin [None req-82edfbfb-8a53-4fbf-826f-eb17f5bc8b07 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 134cb8a5-209c-4bf5-b974-bf4e6c7282a6 2026-05-08 02:19:43.343 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82edfbfb-8a53-4fbf-826f-eb17f5bc8b07 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 134cb8a5-209c-4bf5-b974-bf4e6c7282a6 2026-05-08 02:19:43.601 8 INFO neutron_taas.services.taas.taas_plugin [None req-82edfbfb-8a53-4fbf-826f-eb17f5bc8b07 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 596ee79a-8f94-42b5-9af8-05920f0d7f99 2026-05-08 02:19:43.604 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82edfbfb-8a53-4fbf-826f-eb17f5bc8b07 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 596ee79a-8f94-42b5-9af8-05920f0d7f99 [pid: 7|app: 0|req: 247/505] 10.0.0.211 () {34 vars in 783 bytes} [Fri May 8 02:19:42 2026] PUT /v2.0/routers/00320b17-1be9-4d14-a0ff-17e020d730ed/add_router_interface => generated 309 bytes in 1164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:19:43.691 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-82edfbfb-8a53-4fbf-826f-eb17f5bc8b07 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - 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: 248/506] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:19:43 2026] GET /v2.0/ports?device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => generated 12 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:19:44.142 8 INFO neutron.db.l3_hamode_db [None req-82edfbfb-8a53-4fbf-826f-eb17f5bc8b07 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] HA network c38db969-60f4-42d6-b1b8-6c67cccc9521 was deleted as no HA routers are present in tenant 88ca168011b24d26b9247b0f47c2dcdb. [pid: 8|app: 0|req: 259/507] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:19:43 2026] DELETE /v2.0/routers/524c3ebb-da65-4591-92bc-f595a5f09adc => generated 0 bytes in 1048 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/508] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:19:44 2026] DELETE /v2.0/subnets/6d125cbe-70f6-457b-b300-6e2b9d8e216c => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:19:44.430 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7bbcb71-885e-40fb-8563-664261d0b0a9 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 6aac445b-e17c-4414-a608-342cf864f142 2026-05-08 02:19:44.438 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7bbcb71-885e-40fb-8563-664261d0b0a9 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 6aac445b-e17c-4414-a608-342cf864f142 2026-05-08 02:19:44.543 8 INFO neutron.services.segments.plugin [-] Segment 12e7dd72-c1e3-44f4-8999-e9146f7188d1 resource provider aggregate not found 2026-05-08 02:19:44.567 8 INFO neutron.services.segments.plugin [-] Segment 12e7dd72-c1e3-44f4-8999-e9146f7188d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12e7dd72-c1e3-44f4-8999-e9146f7188d1 found for delete ", "request_id": "req-e8484b79-9772-4189-9b8f-ed9f59bc5402"}]} 2026-05-08 02:19:44.581 8 INFO neutron.services.segments.plugin [-] Segment 12e7dd72-c1e3-44f4-8999-e9146f7188d1 resource provider aggregate not found 2026-05-08 02:19:44.621 8 INFO neutron.services.segments.plugin [-] Segment 12e7dd72-c1e3-44f4-8999-e9146f7188d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12e7dd72-c1e3-44f4-8999-e9146f7188d1 found for delete ", "request_id": "req-04a63e31-230e-41cc-a51c-0a4151d3a729"}]} [pid: 8|app: 0|req: 260/509] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:19:44 2026] GET /v2.0/security-groups?tenant_id=6fce2f2c485c436aae8aa3375b612244&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/510] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:19:44 2026] DELETE /v2.0/networks/96271142-73ba-4014-81e6-f310941510c4 => generated 0 bytes in 422 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/511] 10.0.0.211 () {34 vars in 685 bytes} [Fri May 8 02:19:44 2026] POST /v2.0/security-groups => generated 1659 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/512] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:19:44 2026] DELETE /v2.0/security-groups/73218bb8-73ad-4ec6-b43b-0c801d6aa457 => 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: 254/515] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:19:44 2026] GET /v2.0/security-groups?tenant_id=88ca168011b24d26b9247b0f47c2dcdb&name=default => generated 2921 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/516] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:19:44 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: 255/517] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:19:44 2026] DELETE /v2.0/security-groups/3c756c77-1ddd-4018-abe7-38b04acbdb26 => 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: 263/518] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:19:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/519] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:19:45 2026] GET /v2.0/ports?device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => 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: 257/520] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:19:45 2026] GET /v2.0/security-groups?tenant_id=60f698a3d6a74d8ca869ba9b0268b2ce&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/521] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:19:45 2026] DELETE /v2.0/security-groups/43fe4788-7845-4785-a56f-7ba9edc1b736 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:19:45.333 7 INFO neutron.services.segments.plugin [-] Segment 99b160ca-c767-4cab-b5e0-8a703efc70ef resource provider aggregate not found 2026-05-08 02:19:45.343 7 INFO neutron.services.segments.plugin [-] Segment 99b160ca-c767-4cab-b5e0-8a703efc70ef resource provider aggregate not found 2026-05-08 02:19:45.353 7 INFO neutron.services.segments.plugin [-] Segment 99b160ca-c767-4cab-b5e0-8a703efc70ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99b160ca-c767-4cab-b5e0-8a703efc70ef found for delete ", "request_id": "req-835606e7-3a87-47ac-ac03-d3a233541268"}]} 2026-05-08 02:19:45.362 7 INFO neutron.services.segments.plugin [-] Segment 99b160ca-c767-4cab-b5e0-8a703efc70ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99b160ca-c767-4cab-b5e0-8a703efc70ef found for delete ", "request_id": "req-71ddc999-ec5d-4427-adf3-4d7634eff86b"}]} [pid: 8|app: 0|req: 264/522] 10.0.0.211 () {34 vars in 676 bytes} [Fri May 8 02:19:45 2026] POST /v2.0/floatingips => generated 552 bytes in 638 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/523] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:19:46 2026] GET /v2.0/ports?device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => 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: 265/524] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:19:46 2026] GET /v2.0/networks?id=a99791ea-ba1b-4d4b-9a64-262c00f6da8d => generated 683 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/525] 199.204.45.113 () {34 vars in 911 bytes} [Fri May 8 02:19:47 2026] GET /v2.0/extensions => generated 21537 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-08 02:19:47.144 7 INFO neutron.db.segments_db [None req-3124db83-5eb9-447d-a4be-a62071cdc6c9 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Added segment b4a552f3-e6a3-48dd-946a-200e150e6b6a of type vxlan for network ed1d0870-7152-47a3-8e8d-2b6eede756b5 [pid: 8|app: 0|req: 267/526] 199.204.45.113 () {34 vars in 1050 bytes} [Fri May 8 02:19:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d7a086f22c144483a6e304aaa4b4135b => generated 181 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/527] 10.0.0.211 () {34 vars in 671 bytes} [Fri May 8 02:19:46 2026] POST /v2.0/networks => generated 726 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/528] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:19:47 2026] POST /v2.0/subnets => generated 692 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/529] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:19:47 2026] GET /v2.0/ports?device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:19:47.539 7 INFO neutron.db.segments_db [None req-c460c2e1-8aa0-47b8-99dc-c8e60b1caae2 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Added segment e9b2d727-4520-4876-bfd8-375177cdc085 of type vxlan for network c2a43f59-cff6-41ef-a452-85b9ecf29ac3 [pid: 8|app: 0|req: 268/530] 199.204.45.113 () {38 vars in 955 bytes} [Fri May 8 02:19:47 2026] POST /v2.0/ports => generated 958 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:19:47.844 7 INFO neutron.db.l3_hamode_db [None req-c460c2e1-8aa0-47b8-99dc-c8e60b1caae2 2845fe7c4a3045b58ac66fc2286c088d e52f1f2518064d2599c8493bbf831076 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 269/531] 199.204.45.113 () {38 vars in 1028 bytes} [Fri May 8 02:19:48 2026] PUT /v2.0/ports/28b2cf94-d68c-4199-886b-be6117531152 => generated 1239 bytes in 576 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/532] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:19:48 2026] GET /v2.0/ports?device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:19:48.810 7 INFO neutron.db.l3_hamode_db [None req-c460c2e1-8aa0-47b8-99dc-c8e60b1caae2 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 271/533] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:19:48 2026] GET /v2.0/security-groups?id=8660ee07-a960-4ffb-8941-ba9b2fba2b9d&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:19:49.413 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b11b173-8be9-49b4-ae24-e3b488e15aca'] response: {'name': 'network-changed', 'server_uuid': 'dddd63d5-fee1-486d-a6bb-55f97c5112e0', 'tag': '28b2cf94-d68c-4199-886b-be6117531152', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 272/534] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:19:49 2026] GET /v2.0/ports?tenant_id=d7a086f22c144483a6e304aaa4b4135b&device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => generated 1242 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/535] 199.204.45.113 () {34 vars in 1060 bytes} [Fri May 8 02:19:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=28b2cf94-d68c-4199-886b-be6117531152 => 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: 263/536] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:19:47 2026] POST /v2.0/routers => generated 732 bytes in 2382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/537] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:19:49 2026] GET /v2.0/subnets?id=c4a26dd2-6ecd-4342-baa4-1cefba3cf79d => generated 701 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/538] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:19:49 2026] GET /v2.0/ports?network_id=a99791ea-ba1b-4d4b-9a64-262c00f6da8d&device_owner=network%3Adhcp => generated 1244 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/539] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:19:49 2026] GET /v2.0/ports?device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => generated 973 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/540] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:19:50 2026] GET /v2.0/networks/a99791ea-ba1b-4d4b-9a64-262c00f6da8d?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/541] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:19:50 2026] GET /v2.0/security-groups?id=8660ee07-a960-4ffb-8941-ba9b2fba2b9d&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/542] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:19:50 2026] GET /v2.0/networks/a99791ea-ba1b-4d4b-9a64-262c00f6da8d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/543] 10.0.0.211 () {34 vars in 783 bytes} [Fri May 8 02:19:49 2026] PUT /v2.0/routers/0be22363-55a9-4e60-a46a-c14b8f742a53/add_router_interface => generated 309 bytes in 1218 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/544] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:19:51 2026] GET /v2.0/ports?tenant_id=d7a086f22c144483a6e304aaa4b4135b&device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/545] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:19:51 2026] GET /v2.0/networks?id=a99791ea-ba1b-4d4b-9a64-262c00f6da8d => 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: 265/546] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:19:51 2026] GET /v2.0/ports?device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/547] 199.204.45.113 () {34 vars in 1060 bytes} [Fri May 8 02:19:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=28b2cf94-d68c-4199-886b-be6117531152 => 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: 266/548] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:19:51 2026] GET /v2.0/security-groups?id=8660ee07-a960-4ffb-8941-ba9b2fba2b9d&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: 283/549] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:19:51 2026] GET /v2.0/subnets?id=c4a26dd2-6ecd-4342-baa4-1cefba3cf79d => generated 701 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/550] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:19:51 2026] GET /v2.0/ports?network_id=a99791ea-ba1b-4d4b-9a64-262c00f6da8d&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: 284/551] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:19:51 2026] GET /v2.0/networks/a99791ea-ba1b-4d4b-9a64-262c00f6da8d?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: 268/552] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:19:51 2026] GET /v2.0/networks/a99791ea-ba1b-4d4b-9a64-262c00f6da8d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/553] 10.0.0.239 () {34 vars in 1096 bytes} [Fri May 8 02:19:51 2026] GET /v2.0/security-groups?name=tempest-securitygroup--23704561&fields=id&tenant_id=b691b2c1e61a4514badd660ee1087acf => generated 69 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/554] 10.0.0.239 () {34 vars in 982 bytes} [Fri May 8 02:19:51 2026] GET /v2.0/networks?id=1a3d0381-cd07-4321-ab8d-e9905bd49bd5 => generated 680 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/555] 10.0.0.239 () {38 vars in 971 bytes} [Fri May 8 02:19:51 2026] POST /v2.0/security-groups => generated 1681 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/556] 10.0.0.239 () {34 vars in 965 bytes} [Fri May 8 02:19:51 2026] GET /v2.0/quotas/b691b2c1e61a4514badd660ee1087acf => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/557] 10.0.0.239 () {34 vars in 1002 bytes} [Fri May 8 02:19:51 2026] GET /v2.0/ports?tenant_id=b691b2c1e61a4514badd660ee1087acf&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: 271/558] 10.0.0.239 () {34 vars in 1008 bytes} [Fri May 8 02:19:52 2026] GET /v2.0/networks/1a3d0381-cd07-4321-ab8d-e9905bd49bd5?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: 288/559] 10.0.0.239 () {38 vars in 971 bytes} [Fri May 8 02:19:51 2026] POST /v2.0/security-groups => generated 1682 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/560] 10.0.0.239 () {34 vars in 1108 bytes} [Fri May 8 02:19:52 2026] GET /v2.0/networks/1a3d0381-cd07-4321-ab8d-e9905bd49bd5?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: 289/561] 10.0.0.239 () {38 vars in 971 bytes} [Fri May 8 02:19:52 2026] POST /v2.0/security-groups => generated 1682 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/562] 10.0.0.239 () {34 vars in 1002 bytes} [Fri May 8 02:19:52 2026] GET /v2.0/security-groups?tenant_id=e52f1f2518064d2599c8493bbf831076 => generated 7910 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/563] 10.0.0.239 () {34 vars in 991 bytes} [Fri May 8 02:19:52 2026] GET /v2.0/security-groups/aaf5bbbf-4047-4d80-8600-173bfcd1369b => generated 2922 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/564] 10.0.0.239 () {34 vars in 991 bytes} [Fri May 8 02:19:52 2026] GET /v2.0/security-groups/aaf5bbbf-4047-4d80-8600-173bfcd1369b => 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: 291/565] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:19:52 2026] GET /v2.0/ports?device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => 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: 275/566] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:19:52 2026] GET /v2.0/security-groups?id=8660ee07-a960-4ffb-8941-ba9b2fba2b9d&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/567] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:19:52 2026] GET /v2.0/ports?device_id=b274319e-9a10-42b2-a9a3-6bb860c2e8fc => 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: 276/568] 10.0.0.239 () {34 vars in 991 bytes} [Fri May 8 02:19:52 2026] GET /v2.0/security-groups/c0b47972-93c9-4756-bbd2-2c8f655462af => generated 1681 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/569] 10.0.0.239 () {36 vars in 1013 bytes} [Fri May 8 02:19:52 2026] DELETE /v2.0/security-groups/c0b47972-93c9-4756-bbd2-2c8f655462af => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:19:52.724 7 INFO neutron.api.v2.resource [req-8e500f6b-12fa-44f6-8ab7-9ea222db21b8 req-3834d9e9-0939-44d1-a439-2f7f5cce60c9 4d0b6dfc58b143679640884f8e1e80ad e52f1f2518064d2599c8493bbf831076 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 277/570] 10.0.0.239 () {34 vars in 991 bytes} [Fri May 8 02:19:52 2026] GET /v2.0/security-groups/c0b47972-93c9-4756-bbd2-2c8f655462af => 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: 294/571] 10.0.0.239 () {34 vars in 991 bytes} [Fri May 8 02:19:52 2026] GET /v2.0/security-groups/209b636d-ff6b-4420-b77b-0deb75fcf174 => generated 1682 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/572] 10.0.0.239 () {36 vars in 1013 bytes} [Fri May 8 02:19:52 2026] DELETE /v2.0/security-groups/209b636d-ff6b-4420-b77b-0deb75fcf174 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:19:52.885 8 INFO neutron.api.v2.resource [req-13fe8c73-efd2-4503-b42a-43dbe72386e2 req-951e3ad2-fab9-47db-af79-54e49bfb215a 4d0b6dfc58b143679640884f8e1e80ad e52f1f2518064d2599c8493bbf831076 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 295/573] 10.0.0.239 () {34 vars in 991 bytes} [Fri May 8 02:19:52 2026] GET /v2.0/security-groups/209b636d-ff6b-4420-b77b-0deb75fcf174 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/574] 10.0.0.239 () {34 vars in 991 bytes} [Fri May 8 02:19:52 2026] GET /v2.0/security-groups/0d1b74df-721c-44b7-a559-35863b4a7547 => 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: 296/575] 10.0.0.239 () {36 vars in 1013 bytes} [Fri May 8 02:19:52 2026] DELETE /v2.0/security-groups/0d1b74df-721c-44b7-a559-35863b4a7547 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:19:53.054 7 INFO neutron.api.v2.resource [req-b5f52bcb-a2cb-4f2d-a696-a4b197b3fee0 req-1501890e-773e-46b2-821f-1d73fe76c184 4d0b6dfc58b143679640884f8e1e80ad e52f1f2518064d2599c8493bbf831076 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 280/576] 10.0.0.239 () {34 vars in 991 bytes} [Fri May 8 02:19:53 2026] GET /v2.0/security-groups/0d1b74df-721c-44b7-a559-35863b4a7547 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/577] 10.0.0.239 () {34 vars in 1002 bytes} [Fri May 8 02:19:53 2026] GET /v2.0/security-groups?tenant_id=e52f1f2518064d2599c8493bbf831076 => 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: 281/578] 10.0.0.239 () {34 vars in 991 bytes} [Fri May 8 02:19:53 2026] GET /v2.0/security-groups/aaf5bbbf-4047-4d80-8600-173bfcd1369b => generated 2922 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/579] 10.0.0.239 () {34 vars in 991 bytes} [Fri May 8 02:19:53 2026] GET /v2.0/security-groups/aaf5bbbf-4047-4d80-8600-173bfcd1369b => generated 2922 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:19:53.271 7 INFO neutron.api.v2.resource [req-4d605252-dd54-4823-a4f5-2dcf5877fb16 req-74c77adf-eb39-4ae0-99ce-835e86f000a0 4d0b6dfc58b143679640884f8e1e80ad e52f1f2518064d2599c8493bbf831076 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 282/580] 10.0.0.239 () {34 vars in 991 bytes} [Fri May 8 02:19:53 2026] GET /v2.0/security-groups/0d1b74df-721c-44b7-a559-35863b4a7547 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:19:53.309 8 INFO neutron.api.v2.resource [req-33129a12-af1d-412b-b122-4b6a36730229 req-743b7f30-6b52-4061-8b43-fe9588b6a9ee 4d0b6dfc58b143679640884f8e1e80ad e52f1f2518064d2599c8493bbf831076 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 299/581] 10.0.0.239 () {34 vars in 991 bytes} [Fri May 8 02:19:53 2026] GET /v2.0/security-groups/209b636d-ff6b-4420-b77b-0deb75fcf174 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:19:53.349 8 INFO neutron.api.v2.resource [req-91243df0-58aa-44ce-a5a3-915861889236 req-d2c4c5d1-de9e-4550-acb0-9023d96c2b75 4d0b6dfc58b143679640884f8e1e80ad e52f1f2518064d2599c8493bbf831076 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 300/582] 10.0.0.239 () {34 vars in 991 bytes} [Fri May 8 02:19:53 2026] GET /v2.0/security-groups/c0b47972-93c9-4756-bbd2-2c8f655462af => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/583] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:19:53 2026] GET /v2.0/security-groups?tenant_id=0156d41a61f449feb43dce63e98a8d10&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/584] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:19:53 2026] DELETE /v2.0/security-groups/f99ec3cd-0e01-4fc2-8083-942c115c1da1 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/585] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:19:53 2026] GET /v2.0/ports?device_id=b274319e-9a10-42b2-a9a3-6bb860c2e8fc => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:19:53.769 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f9a1052-a031-46c2-bea2-0d86db009a95 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: c32b1185-6026-420d-9ac0-2cce0f0bc235 2026-05-08 02:19:53.772 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f9a1052-a031-46c2-bea2-0d86db009a95 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: c32b1185-6026-420d-9ac0-2cce0f0bc235 [pid: 7|app: 0|req: 286/586] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:19:53 2026] GET /v2.0/ports?device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/587] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:19:53 2026] GET /v2.0/security-groups?id=8660ee07-a960-4ffb-8941-ba9b2fba2b9d&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/588] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:19:53 2026] GET /v2.0/security-groups?tenant_id=485e42f37bb942678697b85bff50f42b&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/589] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:19:54 2026] DELETE /v2.0/security-groups/ccdbad0d-0701-415d-ba76-f75ddc464851 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/590] 10.0.0.211 () {34 vars in 789 bytes} [Fri May 8 02:19:53 2026] PUT /v2.0/routers/0be22363-55a9-4e60-a46a-c14b8f742a53/remove_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 02:19:54.618 7 INFO neutron_taas.services.taas.taas_plugin [None req-b21d89cf-40f4-444b-94bd-57b975485309 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 9790ef9e-12b0-4e13-9139-ef2431b81545 2026-05-08 02:19:54.621 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b21d89cf-40f4-444b-94bd-57b975485309 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 9790ef9e-12b0-4e13-9139-ef2431b81545 [pid: 8|app: 0|req: 302/591] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:19:54 2026] GET /v2.0/ports?device_id=b274319e-9a10-42b2-a9a3-6bb860c2e8fc => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:19:55.011 7 INFO neutron_taas.services.taas.taas_plugin [None req-b21d89cf-40f4-444b-94bd-57b975485309 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 01dc37bf-a580-4773-b5ee-f86e4166b66d 2026-05-08 02:19:55.014 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b21d89cf-40f4-444b-94bd-57b975485309 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 01dc37bf-a580-4773-b5ee-f86e4166b66d [pid: 8|app: 0|req: 303/592] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:19:54 2026] GET /v2.0/ports?device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => generated 973 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/593] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:19:55 2026] GET /v2.0/security-groups?id=8660ee07-a960-4ffb-8941-ba9b2fba2b9d&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:19:55.096 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-b21d89cf-40f4-444b-94bd-57b975485309 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - 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 02:19:55.392 7 INFO neutron.services.segments.plugin [-] Segment e9b2d727-4520-4876-bfd8-375177cdc085 resource provider aggregate not found 2026-05-08 02:19:55.401 7 INFO neutron.services.segments.plugin [-] Segment e9b2d727-4520-4876-bfd8-375177cdc085 resource provider aggregate not found 2026-05-08 02:19:55.415 7 INFO neutron.services.segments.plugin [-] Segment e9b2d727-4520-4876-bfd8-375177cdc085 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9b2d727-4520-4876-bfd8-375177cdc085 found for delete ", "request_id": "req-31e48034-4e94-44d1-ac70-93fb48512d31"}]} 2026-05-08 02:19:55.418 7 INFO neutron.db.l3_hamode_db [None req-b21d89cf-40f4-444b-94bd-57b975485309 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] HA network c2a43f59-cff6-41ef-a452-85b9ecf29ac3 was deleted as no HA routers are present in tenant e52f1f2518064d2599c8493bbf831076. 2026-05-08 02:19:55.422 7 INFO neutron.services.segments.plugin [-] Segment e9b2d727-4520-4876-bfd8-375177cdc085 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9b2d727-4520-4876-bfd8-375177cdc085 found for delete ", "request_id": "req-484ec7e0-4465-4a61-b881-79118e479aed"}]} [pid: 7|app: 0|req: 290/594] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:19:54 2026] DELETE /v2.0/routers/0be22363-55a9-4e60-a46a-c14b8f742a53 => generated 0 bytes in 1109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/595] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:19:55 2026] DELETE /v2.0/subnets/0675f580-0131-443b-a21a-f693502f6366 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:19:55.828 7 INFO neutron_taas.services.taas.taas_plugin [None req-f91113a6-6a51-46fb-8762-dcb0be67486c 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: ad5e9092-388a-461e-8d1a-d020d766fa36 2026-05-08 02:19:55.831 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f91113a6-6a51-46fb-8762-dcb0be67486c 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: ad5e9092-388a-461e-8d1a-d020d766fa36 [pid: 8|app: 0|req: 306/596] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:19:55 2026] GET /v2.0/ports?device_id=b274319e-9a10-42b2-a9a3-6bb860c2e8fc => 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: 291/597] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:19:55 2026] DELETE /v2.0/networks/ed1d0870-7152-47a3-8e8d-2b6eede756b5 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/598] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:19:56 2026] GET /v2.0/ports?device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => 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: 308/599] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:19:56 2026] GET /v2.0/security-groups?tenant_id=e52f1f2518064d2599c8493bbf831076&name=default => generated 2925 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/600] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:19:56 2026] GET /v2.0/security-groups?id=8660ee07-a960-4ffb-8941-ba9b2fba2b9d&fields=id&fields=name => generated 114 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/601] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:19:56 2026] DELETE /v2.0/security-groups/aaf5bbbf-4047-4d80-8600-173bfcd1369b => 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: 293/602] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:19:56 2026] GET /v2.0/networks?id=1a3d0381-cd07-4321-ab8d-e9905bd49bd5 => generated 680 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/603] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:19:57 2026] GET /v2.0/ports?device_id=b274319e-9a10-42b2-a9a3-6bb860c2e8fc => 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: 310/604] 199.204.45.113 () {34 vars in 1050 bytes} [Fri May 8 02:19:57 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b691b2c1e61a4514badd660ee1087acf => generated 179 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:19:57.432 7 INFO neutron.services.segments.plugin [-] Segment b4a552f3-e6a3-48dd-946a-200e150e6b6a resource provider aggregate not found [pid: 8|app: 0|req: 311/605] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:19:57 2026] GET /v2.0/ports?device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:19:57.456 7 INFO neutron.services.segments.plugin [-] Segment b4a552f3-e6a3-48dd-946a-200e150e6b6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4a552f3-e6a3-48dd-946a-200e150e6b6a found for delete ", "request_id": "req-a18704f1-e562-491c-baad-5cd01cd0bd0c"}]} 2026-05-08 02:19:57.459 7 INFO neutron.services.segments.plugin [-] Segment b4a552f3-e6a3-48dd-946a-200e150e6b6a resource provider aggregate not found 2026-05-08 02:19:57.478 7 INFO neutron.services.segments.plugin [-] Segment b4a552f3-e6a3-48dd-946a-200e150e6b6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4a552f3-e6a3-48dd-946a-200e150e6b6a found for delete ", "request_id": "req-b898af4d-b563-4d13-a2ae-20b09baa6259"}]} [pid: 8|app: 0|req: 312/606] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:19:57 2026] GET /v2.0/security-groups?id=8660ee07-a960-4ffb-8941-ba9b2fba2b9d&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: 295/607] 199.204.45.113 () {38 vars in 955 bytes} [Fri May 8 02:19:57 2026] POST /v2.0/ports => generated 954 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/608] 199.204.45.113 () {38 vars in 1028 bytes} [Fri May 8 02:19:57 2026] PUT /v2.0/ports/6d6805f8-704a-44f4-9913-c81f43cf76f9 => generated 1235 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:19:58.044 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-21407eb1-ce55-43bd-b58b-a4861e002291'] response: {'name': 'network-changed', 'server_uuid': 'b274319e-9a10-42b2-a9a3-6bb860c2e8fc', 'tag': '6d6805f8-704a-44f4-9913-c81f43cf76f9', '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: 296/609] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:19:58 2026] GET /v2.0/ports?device_id=b274319e-9a10-42b2-a9a3-6bb860c2e8fc => generated 969 bytes in 31 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: 314/610] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:19:58 2026] GET /v2.0/security-groups?id=7966f085-26ac-4266-b0fd-a2ab98708134&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: 297/611] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:19:58 2026] GET /v2.0/ports?tenant_id=b691b2c1e61a4514badd660ee1087acf&device_id=b274319e-9a10-42b2-a9a3-6bb860c2e8fc => generated 1238 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/612] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:19:58 2026] GET /v2.0/ports?device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/613] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:19:58 2026] GET /v2.0/security-groups?id=8660ee07-a960-4ffb-8941-ba9b2fba2b9d&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: 298/614] 199.204.45.113 () {34 vars in 1018 bytes} [Fri May 8 02:19:58 2026] GET /v2.0/networks?tenant_id=b691b2c1e61a4514badd660ee1087acf&shared=False => generated 775 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/615] 199.204.45.113 () {34 vars in 930 bytes} [Fri May 8 02:19:58 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/616] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:19:58 2026] GET /v2.0/ports?device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => 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: 318/617] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:19:58 2026] GET /v2.0/security-groups?tenant_id=3b4f80064c2d4b318cd9d4641dbe8a94&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/618] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:19:59 2026] DELETE /v2.0/security-groups/478aed4c-7262-4a8f-a961-29ecc00cb8ff => 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: 320/619] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:19:59 2026] GET /v2.0/ports?device_id=b274319e-9a10-42b2-a9a3-6bb860c2e8fc => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/620] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:19:59 2026] GET /v2.0/security-groups?tenant_id=04940d0d262f46e68b6fa6d96c21cc31&name=default => generated 2925 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:19:59.516 7 INFO neutron.db.l3_db [None req-9cda795a-b1dd-4958-b4bd-2d10335bc749 96011b904fc8490a89a124a9a850aa3c d7a086f22c144483a6e304aaa4b4135b - - default default] Floating IP a6a84f29-2907-4808-b8ea-9172a60b60f0 associated. External IP: 10.96.250.211, port: 28b2cf94-d68c-4199-886b-be6117531152. [pid: 8|app: 0|req: 322/621] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:19:59 2026] GET /v2.0/security-groups?id=7966f085-26ac-4266-b0fd-a2ab98708134&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: 323/622] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:19:59 2026] DELETE /v2.0/security-groups/5dd3da17-d410-4c01-9135-d72aee14129e => 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: 300/623] 10.0.0.211 () {34 vars in 749 bytes} [Fri May 8 02:19:58 2026] PUT /v2.0/floatingips/a6a84f29-2907-4808-b8ea-9172a60b60f0 => generated 856 bytes in 929 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/624] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:19:59 2026] GET /v2.0/ports?tenant_id=b691b2c1e61a4514badd660ee1087acf&device_id=b274319e-9a10-42b2-a9a3-6bb860c2e8fc => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/625] 199.204.45.113 () {34 vars in 1058 bytes} [Fri May 8 02:19:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=6d6805f8-704a-44f4-9913-c81f43cf76f9 => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/626] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:19:59 2026] GET /v2.0/subnets?id=77b781b1-100b-4e84-8102-c58346bbff15 => generated 698 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/627] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:19:59 2026] GET /v2.0/ports?device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/630] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:19:59 2026] GET /v2.0/ports?network_id=1a3d0381-cd07-4321-ab8d-e9905bd49bd5&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/631] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:19:59 2026] GET /v2.0/security-groups?id=8660ee07-a960-4ffb-8941-ba9b2fba2b9d&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: 305/632] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:19:59 2026] GET /v2.0/networks/1a3d0381-cd07-4321-ab8d-e9905bd49bd5?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/633] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:19:59 2026] GET /v2.0/networks/1a3d0381-cd07-4321-ab8d-e9905bd49bd5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:20:00.283 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5cb498d1-c667-4d6e-bcdf-40960f02b17c'] response: {'name': 'network-changed', 'server_uuid': 'dddd63d5-fee1-486d-a6bb-55f97c5112e0', 'tag': '28b2cf94-d68c-4199-886b-be6117531152', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 306/634] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:00 2026] GET /v2.0/ports?device_id=b274319e-9a10-42b2-a9a3-6bb860c2e8fc => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/635] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:20:00 2026] GET /v2.0/security-groups?id=7966f085-26ac-4266-b0fd-a2ab98708134&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: 307/636] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:20:00 2026] GET /v2.0/ports?tenant_id=d7a086f22c144483a6e304aaa4b4135b&device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/637] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:20:00 2026] GET /v2.0/networks?id=a99791ea-ba1b-4d4b-9a64-262c00f6da8d => generated 778 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/638] 199.204.45.113 () {34 vars in 1060 bytes} [Fri May 8 02:20:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=28b2cf94-d68c-4199-886b-be6117531152 => generated 859 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/639] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:20:00 2026] GET /v2.0/subnets?id=c4a26dd2-6ecd-4342-baa4-1cefba3cf79d => generated 701 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/640] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:20:01 2026] GET /v2.0/ports?network_id=a99791ea-ba1b-4d4b-9a64-262c00f6da8d&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: 311/641] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:20:01 2026] GET /v2.0/networks/a99791ea-ba1b-4d4b-9a64-262c00f6da8d?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: 312/642] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:20:01 2026] GET /v2.0/networks/a99791ea-ba1b-4d4b-9a64-262c00f6da8d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/643] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:20:00 2026] GET /v2.0/security-groups?tenant_id=c0408f071f754d9185b530d28bdf1a7a&name=default => generated 2925 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/644] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:20:01 2026] DELETE /v2.0/security-groups/b4872812-aada-4d1e-882f-c76c8e52e372 => 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: 332/645] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:20:01 2026] GET /v2.0/security-groups?tenant_id=08813519c9674f1a909a00adc234242a&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/646] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:01 2026] GET /v2.0/ports?device_id=b274319e-9a10-42b2-a9a3-6bb860c2e8fc => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/647] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:20:01 2026] GET /v2.0/security-groups?id=7966f085-26ac-4266-b0fd-a2ab98708134&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: 314/648] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:20:01 2026] DELETE /v2.0/security-groups/48576a4a-726b-4ce4-b59c-123c99d23201 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/649] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:02 2026] GET /v2.0/ports?device_id=b274319e-9a10-42b2-a9a3-6bb860c2e8fc => 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: 315/650] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:20:03 2026] GET /v2.0/security-groups?id=7966f085-26ac-4266-b0fd-a2ab98708134&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/651] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:04 2026] GET /v2.0/ports?device_id=b274319e-9a10-42b2-a9a3-6bb860c2e8fc => 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: 316/652] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:20:04 2026] GET /v2.0/security-groups?id=7966f085-26ac-4266-b0fd-a2ab98708134&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/653] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:20:04 2026] GET /v2.0/security-groups?tenant_id=e014e808b2dd4dfaa26ca84f1de9d061&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: 317/654] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:20:05 2026] DELETE /v2.0/security-groups/c732abea-6eda-45ff-ac95-c824ad299abb => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/655] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:05 2026] GET /v2.0/ports?device_id=b274319e-9a10-42b2-a9a3-6bb860c2e8fc => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/656] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:20:05 2026] GET /v2.0/security-groups?id=7966f085-26ac-4266-b0fd-a2ab98708134&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/657] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:06 2026] GET /v2.0/ports?device_id=b274319e-9a10-42b2-a9a3-6bb860c2e8fc => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/658] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:20:06 2026] GET /v2.0/security-groups?id=7966f085-26ac-4266-b0fd-a2ab98708134&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/659] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:20:06 2026] GET /v2.0/security-groups?tenant_id=ce872ee1a62f4bbf8fb3da99288d6c39&name=default => generated 2925 bytes in 468 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/660] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:20:07 2026] DELETE /v2.0/security-groups/3ff4fb9d-0fa4-4f6e-8db8-236c424af52f => generated 0 bytes in 184 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/661] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:07 2026] GET /v2.0/ports?device_id=b274319e-9a10-42b2-a9a3-6bb860c2e8fc => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/662] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:20:07 2026] GET /v2.0/security-groups?id=7966f085-26ac-4266-b0fd-a2ab98708134&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/663] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:20:07 2026] GET /v2.0/security-groups?tenant_id=3b324d76365b4b6e9f7dc693790829a0&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/664] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:20:07 2026] DELETE /v2.0/security-groups/331c9548-dfb2-473b-8e82-ba51157ecbc9 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/665] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:20:07 2026] GET /v2.0/security-groups?tenant_id=748e272ffe504bc9918f2b5135cdcb85&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: 323/666] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:20:08 2026] DELETE /v2.0/security-groups/040ad5df-50e8-4c7d-95d0-b3c2bb506dff => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/667] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:08 2026] GET /v2.0/ports?device_id=b274319e-9a10-42b2-a9a3-6bb860c2e8fc => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/668] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:20:08 2026] GET /v2.0/security-groups?id=7966f085-26ac-4266-b0fd-a2ab98708134&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/669] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:09 2026] GET /v2.0/ports?device_id=b274319e-9a10-42b2-a9a3-6bb860c2e8fc => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:20:09.486 7 INFO neutron.db.l3_db [None req-702622b0-47cf-4be9-ba11-5d3df9a1a2fa 2f61a7a1ac324747b6cac39ace069208 b691b2c1e61a4514badd660ee1087acf - - default default] Floating IP 41dcfa7b-ea1b-4194-8ce8-4741a9c21a73 associated. External IP: 10.96.250.214, port: 6d6805f8-704a-44f4-9913-c81f43cf76f9. [pid: 7|app: 0|req: 325/670] 10.0.0.211 () {34 vars in 749 bytes} [Fri May 8 02:20:09 2026] PUT /v2.0/floatingips/41dcfa7b-ea1b-4194-8ce8-4741a9c21a73 => generated 855 bytes in 712 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:20:09.898 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-774610f9-ca7f-4496-ae12-9ca13eb2b0ab'] response: {'name': 'network-changed', 'server_uuid': 'b274319e-9a10-42b2-a9a3-6bb860c2e8fc', 'tag': '6d6805f8-704a-44f4-9913-c81f43cf76f9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 346/671] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:09 2026] GET /v2.0/ports?device_id=b274319e-9a10-42b2-a9a3-6bb860c2e8fc => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/672] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:20:10 2026] GET /v2.0/security-groups?id=7966f085-26ac-4266-b0fd-a2ab98708134&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/673] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:20:10 2026] GET /v2.0/ports?tenant_id=b691b2c1e61a4514badd660ee1087acf&device_id=b274319e-9a10-42b2-a9a3-6bb860c2e8fc => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/674] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:20:10 2026] GET /v2.0/networks?id=1a3d0381-cd07-4321-ab8d-e9905bd49bd5 => generated 775 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/675] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:10 2026] GET /v2.0/ports?device_id=b274319e-9a10-42b2-a9a3-6bb860c2e8fc => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/676] 199.204.45.113 () {34 vars in 1058 bytes} [Fri May 8 02:20:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=6d6805f8-704a-44f4-9913-c81f43cf76f9 => generated 858 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/677] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:20:10 2026] GET /v2.0/security-groups?id=7966f085-26ac-4266-b0fd-a2ab98708134&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/678] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:20:10 2026] GET /v2.0/subnets?id=77b781b1-100b-4e84-8102-c58346bbff15 => generated 698 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/679] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:20:10 2026] GET /v2.0/ports?network_id=1a3d0381-cd07-4321-ab8d-e9905bd49bd5&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/680] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:20:10 2026] GET /v2.0/networks/1a3d0381-cd07-4321-ab8d-e9905bd49bd5?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:20:10.892 8 INFO neutron.db.segments_db [None req-e14df673-21f4-45dd-aa36-1dbe45c72eaf 64cc1a7d8f1b4fedbbbbaf62be696ad9 6ca9b6dedca349faa77a265dfcd61f9d - - default default] Added segment 846b742c-e962-4fae-9470-ae1b3337a8a5 of type vxlan for network b19a72d6-2918-4343-b4ca-c11bd1e48ff8 [pid: 7|app: 0|req: 331/681] 10.0.0.10 () {34 vars in 989 bytes} [Fri May 8 02:20:10 2026] GET /v2.0/ports?device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => generated 1244 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/682] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:20:10 2026] GET /v2.0/networks/1a3d0381-cd07-4321-ab8d-e9905bd49bd5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/683] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:20:10 2026] POST /v2.0/networks => generated 630 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/684] 10.0.0.10 () {34 vars in 1039 bytes} [Fri May 8 02:20:10 2026] GET /v2.0/security-groups?id=8660ee07-a960-4ffb-8941-ba9b2fba2b9d&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: 8|app: 0|req: 352/685] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:20:11 2026] POST /v2.0/subnets => generated 627 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:20:11.355 7 INFO neutron.db.segments_db [None req-0f5e737a-19e8-49f5-b09b-4ba04b0bc31b 64cc1a7d8f1b4fedbbbbaf62be696ad9 6ca9b6dedca349faa77a265dfcd61f9d - - default default] Added segment a703ae9d-b1f3-4b51-aff6-5a390c757b8a of type vxlan for network 2c0f0470-0807-4df1-a60f-cb93e3fa2de7 2026-05-08 02:20:11.608 7 INFO neutron.db.l3_hamode_db [None req-0f5e737a-19e8-49f5-b09b-4ba04b0bc31b 64cc1a7d8f1b4fedbbbbaf62be696ad9 6ca9b6dedca349faa77a265dfcd61f9d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 353/686] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:11 2026] GET /v2.0/ports?device_id=b274319e-9a10-42b2-a9a3-6bb860c2e8fc => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/687] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:20:11 2026] GET /v2.0/security-groups?id=7966f085-26ac-4266-b0fd-a2ab98708134&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:20:12.523 7 INFO neutron.db.l3_hamode_db [None req-0f5e737a-19e8-49f5-b09b-4ba04b0bc31b 64cc1a7d8f1b4fedbbbbaf62be696ad9 6ca9b6dedca349faa77a265dfcd61f9d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 355/688] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:12 2026] GET /v2.0/ports?device_id=b274319e-9a10-42b2-a9a3-6bb860c2e8fc => 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: 356/689] 199.204.45.113 () {34 vars in 994 bytes} [Fri May 8 02:20:12 2026] GET /v2.0/ports?device_id=b274319e-9a10-42b2-a9a3-6bb860c2e8fc => 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: 357/690] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:20:12 2026] GET /v2.0/security-groups?id=7966f085-26ac-4266-b0fd-a2ab98708134&fields=id&fields=name => generated 112 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:20:13.166 8 INFO neutron_taas.services.taas.taas_plugin [req-0b5ac4fb-d507-4739-8977-705fb6422486 req-9e557fc7-11e7-4d0a-8ba9-2e1a20bf3db5 2f61a7a1ac324747b6cac39ace069208 b691b2c1e61a4514badd660ee1087acf - - default default] TaaS: Handle Delete Port: 6d6805f8-704a-44f4-9913-c81f43cf76f9 2026-05-08 02:20:13.174 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0b5ac4fb-d507-4739-8977-705fb6422486 req-9e557fc7-11e7-4d0a-8ba9-2e1a20bf3db5 2f61a7a1ac324747b6cac39ace069208 b691b2c1e61a4514badd660ee1087acf - - default default] Tap Mirror: Handle Delete Port: 6d6805f8-704a-44f4-9913-c81f43cf76f9 [pid: 7|app: 0|req: 334/691] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:20:11 2026] POST /v2.0/routers => generated 695 bytes in 2180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:20:13.800 8 INFO neutron.db.l3_db [req-0b5ac4fb-d507-4739-8977-705fb6422486 req-9e557fc7-11e7-4d0a-8ba9-2e1a20bf3db5 2f61a7a1ac324747b6cac39ace069208 b691b2c1e61a4514badd660ee1087acf - - default default] Floating IP 41dcfa7b-ea1b-4194-8ce8-4741a9c21a73 disassociated. External IP: 10.96.250.214, port: 6d6805f8-704a-44f4-9913-c81f43cf76f9. [pid: 8|app: 0|req: 358/692] 199.204.45.113 () {36 vars in 997 bytes} [Fri May 8 02:20:13 2026] DELETE /v2.0/ports/6d6805f8-704a-44f4-9913-c81f43cf76f9 => generated 0 bytes in 1190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/693] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:14 2026] GET /v2.0/ports?device_id=b274319e-9a10-42b2-a9a3-6bb860c2e8fc => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:20:14.268 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-03f1f4dd-7ae8-433a-a4d7-21051692723d'] response: {'server_uuid': 'b274319e-9a10-42b2-a9a3-6bb860c2e8fc', 'name': 'network-vif-deleted', 'tag': '6d6805f8-704a-44f4-9913-c81f43cf76f9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 335/694] 10.0.0.211 () {34 vars in 783 bytes} [Fri May 8 02:20:13 2026] PUT /v2.0/routers/cdd9549d-d39f-40b1-b994-aea7750c3dc0/add_router_interface => generated 309 bytes in 1455 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/697] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:20:14 2026] GET /v2.0/security-groups?tenant_id=ad122b86d1be4013aa5b1e78003511db&name=default => generated 2925 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/698] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:20:15 2026] DELETE /v2.0/security-groups/f67a3aa1-5d6d-47b0-a806-aa6c389644ab => 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: 362/699] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:20:15 2026] GET /v2.0/security-groups?tenant_id=ba9536766c5b4e8eb863cadd03f689aa&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/700] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:15 2026] GET /v2.0/ports?device_id=b274319e-9a10-42b2-a9a3-6bb860c2e8fc => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/701] 10.0.0.211 () {34 vars in 665 bytes} [Fri May 8 02:20:14 2026] POST /v2.0/ports => generated 955 bytes in 520 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: 364/702] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:20:15 2026] DELETE /v2.0/security-groups/b33a7bb0-a6ec-45e7-b10c-d88b2be807c2 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/703] 10.0.0.211 () {34 vars in 665 bytes} [Fri May 8 02:20:15 2026] POST /v2.0/ports => generated 955 bytes in 415 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: 340/704] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:16 2026] GET /v2.0/ports?device_id=b274319e-9a10-42b2-a9a3-6bb860c2e8fc => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:20:16.822 8 INFO neutron.db.l3_db [None req-e93a1bc3-ab90-4cf8-97e6-1372f2b22b6a 64cc1a7d8f1b4fedbbbbaf62be696ad9 6ca9b6dedca349faa77a265dfcd61f9d - - default default] Floating IP 224df967-f7fd-4e6f-910d-e44a3d8af78c associated. External IP: 10.96.250.210, port: 43dc3089-6c0e-4051-a24e-debc520ff90c. [pid: 8|app: 0|req: 365/705] 10.0.0.211 () {34 vars in 677 bytes} [Fri May 8 02:20:15 2026] POST /v2.0/floatingips => generated 842 bytes in 1234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:20:17.246 7 INFO neutron.db.l3_db [None req-c16f2ccb-e340-46ce-8d41-7190bcdd95ec 64cc1a7d8f1b4fedbbbbaf62be696ad9 6ca9b6dedca349faa77a265dfcd61f9d - - default default] Floating IP 224df967-f7fd-4e6f-910d-e44a3d8af78c disassociated. External IP: 10.96.250.210, port: 43dc3089-6c0e-4051-a24e-debc520ff90c. [pid: 7|app: 0|req: 341/706] 10.0.0.211 () {34 vars in 749 bytes} [Fri May 8 02:20:17 2026] PUT /v2.0/floatingips/224df967-f7fd-4e6f-910d-e44a3d8af78c => generated 552 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/707] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:17 2026] GET /v2.0/ports?device_id=b274319e-9a10-42b2-a9a3-6bb860c2e8fc => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:20:17.687 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1193cda-5bc0-4196-8b18-cd8454df5704 64cc1a7d8f1b4fedbbbbaf62be696ad9 6ca9b6dedca349faa77a265dfcd61f9d - - default default] TaaS: Handle Delete Port: 2f734cfc-7f69-43c7-8cf5-d14a56e69592 2026-05-08 02:20:17.690 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1193cda-5bc0-4196-8b18-cd8454df5704 64cc1a7d8f1b4fedbbbbaf62be696ad9 6ca9b6dedca349faa77a265dfcd61f9d - - default default] Tap Mirror: Handle Delete Port: 2f734cfc-7f69-43c7-8cf5-d14a56e69592 [pid: 8|app: 0|req: 366/708] 10.0.0.211 () {32 vars in 732 bytes} [Fri May 8 02:20:17 2026] DELETE /v2.0/floatingips/224df967-f7fd-4e6f-910d-e44a3d8af78c => generated 0 bytes in 275 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:20:18.669 7 INFO neutron.db.l3_db [None req-d79c29f4-c0d3-46fe-9d8b-85535a0955fd 64cc1a7d8f1b4fedbbbbaf62be696ad9 6ca9b6dedca349faa77a265dfcd61f9d - - default default] Floating IP 258f673f-c2f7-4f37-afd2-44216da0fa40 associated. External IP: 10.96.250.210, port: a44befcd-2fe2-4a48-a68b-d38ee036dcf5. [pid: 8|app: 0|req: 367/709] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:20:18 2026] GET /v2.0/security-groups?tenant_id=96c16e0459ba4ec3a58591f691e656dd&name=default => generated 2925 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/710] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:20:18 2026] DELETE /v2.0/security-groups/ef123058-e3f6-42e0-8d24-c5eebe38c1f1 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/711] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:20:18 2026] DELETE /v2.0/security-groups/7966f085-26ac-4266-b0fd-a2ab98708134 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:20:19.032 8 INFO neutron.api.v2.resource [None req-1ed0324a-cfc0-4746-9a31-ddef0517a9f3 2f61a7a1ac324747b6cac39ace069208 b691b2c1e61a4514badd660ee1087acf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 370/712] 10.0.0.211 () {32 vars in 737 bytes} [Fri May 8 02:20:19 2026] GET /v2.0/security-groups/7966f085-26ac-4266-b0fd-a2ab98708134 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/713] 10.0.0.211 () {34 vars in 677 bytes} [Fri May 8 02:20:17 2026] POST /v2.0/floatingips => generated 842 bytes in 1219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/714] 10.0.0.211 () {32 vars in 729 bytes} [Fri May 8 02:20:19 2026] GET /v2.0/floatingips/258f673f-c2f7-4f37-afd2-44216da0fa40 => generated 842 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:20:19.175 8 INFO neutron_taas.services.taas.taas_plugin [None req-77c80db6-cd61-47a5-ab18-b1f69a2fc651 2f61a7a1ac324747b6cac39ace069208 b691b2c1e61a4514badd660ee1087acf - - default default] TaaS: Handle Delete Port: f88cea04-1a7c-46d3-b9af-82976e9b0e38 2026-05-08 02:20:19.179 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77c80db6-cd61-47a5-ab18-b1f69a2fc651 2f61a7a1ac324747b6cac39ace069208 b691b2c1e61a4514badd660ee1087acf - - default default] Tap Mirror: Handle Delete Port: f88cea04-1a7c-46d3-b9af-82976e9b0e38 [pid: 7|app: 0|req: 345/715] 10.0.0.211 () {32 vars in 655 bytes} [Fri May 8 02:20:19 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: 8|app: 0|req: 371/716] 10.0.0.211 () {32 vars in 732 bytes} [Fri May 8 02:20:19 2026] DELETE /v2.0/floatingips/41dcfa7b-ea1b-4194-8ce8-4741a9c21a73 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:20:19.596 7 INFO neutron.db.l3_db [None req-10f92ddd-70ce-432a-98d8-54f02e9fe1f5 64cc1a7d8f1b4fedbbbbaf62be696ad9 6ca9b6dedca349faa77a265dfcd61f9d - - default default] Floating IP 258f673f-c2f7-4f37-afd2-44216da0fa40 associated. External IP: 10.96.250.210, port: a44befcd-2fe2-4a48-a68b-d38ee036dcf5. 2026-05-08 02:20:19.789 8 INFO neutron_taas.services.taas.taas_plugin [None req-819c1c1d-3f86-46b7-8eda-a1314edba8e5 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 9b581870-2081-4f64-9acd-7dbc7aba01bf 2026-05-08 02:20:19.793 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-819c1c1d-3f86-46b7-8eda-a1314edba8e5 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 9b581870-2081-4f64-9acd-7dbc7aba01bf [pid: 7|app: 0|req: 346/717] 10.0.0.211 () {34 vars in 749 bytes} [Fri May 8 02:20:19 2026] PUT /v2.0/floatingips/258f673f-c2f7-4f37-afd2-44216da0fa40 => generated 842 bytes in 1008 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/718] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:20 2026] GET /v2.0/ports?device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/719] 10.0.0.211 () {34 vars in 789 bytes} [Fri May 8 02:20:19 2026] PUT /v2.0/routers/00320b17-1be9-4d14-a0ff-17e020d730ed/remove_router_interface => generated 309 bytes in 999 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:20:20.443 7 INFO neutron.db.l3_db [None req-097406a0-4e34-4433-9bcb-78687abd71dd 64cc1a7d8f1b4fedbbbbaf62be696ad9 6ca9b6dedca349faa77a265dfcd61f9d - - default default] Floating IP 258f673f-c2f7-4f37-afd2-44216da0fa40 disassociated. External IP: 10.96.250.210, port: 43dc3089-6c0e-4051-a24e-debc520ff90c. [pid: 8|app: 0|req: 373/720] 10.0.0.239 () {34 vars in 971 bytes} [Fri May 8 02:20:20 2026] GET /v2.0/ports/28b2cf94-d68c-4199-886b-be6117531152 => generated 972 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:20:20.710 8 INFO neutron_taas.services.taas.taas_plugin [None req-897b51de-b229-4326-9e57-4899a0647ba8 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 6e73b6a8-588c-4568-8303-e8b10e164076 2026-05-08 02:20:20.713 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-897b51de-b229-4326-9e57-4899a0647ba8 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 6e73b6a8-588c-4568-8303-e8b10e164076 [pid: 7|app: 0|req: 348/721] 10.0.0.211 () {34 vars in 749 bytes} [Fri May 8 02:20:20 2026] PUT /v2.0/floatingips/258f673f-c2f7-4f37-afd2-44216da0fa40 => generated 552 bytes in 477 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:20:21.025 8 INFO neutron_taas.services.taas.taas_plugin [None req-897b51de-b229-4326-9e57-4899a0647ba8 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 319da98c-31a8-494a-9fde-1fef67d49e7a 2026-05-08 02:20:21.028 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-897b51de-b229-4326-9e57-4899a0647ba8 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 319da98c-31a8-494a-9fde-1fef67d49e7a 2026-05-08 02:20:21.313 7 INFO neutron.db.segments_db [None req-06610e7a-0050-4ec8-8f21-a1887b3dbd8d 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] Added segment 38d9c8c5-8504-4f9d-a7b6-ea40961c2020 of type vxlan for network 249428d9-18ab-439f-89c7-87e74be65a27 [pid: 7|app: 0|req: 349/722] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:20:20 2026] POST /v2.0/networks => generated 614 bytes in 615 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:20:21.463 8 INFO neutron.services.segments.plugin [-] Segment da69ea45-ef5c-4dc2-a9be-16e5b0d9034d resource provider aggregate not found 2026-05-08 02:20:21.466 8 INFO neutron.services.segments.plugin [-] Segment da69ea45-ef5c-4dc2-a9be-16e5b0d9034d resource provider aggregate not found 2026-05-08 02:20:21.512 8 INFO neutron.services.segments.plugin [-] Segment da69ea45-ef5c-4dc2-a9be-16e5b0d9034d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da69ea45-ef5c-4dc2-a9be-16e5b0d9034d found for delete ", "request_id": "req-d7ccf50c-a8c4-4df4-b685-4cbed1b73401"}]} 2026-05-08 02:20:21.514 8 INFO neutron.services.segments.plugin [-] Segment da69ea45-ef5c-4dc2-a9be-16e5b0d9034d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da69ea45-ef5c-4dc2-a9be-16e5b0d9034d found for delete ", "request_id": "req-de962e91-95dd-4bde-ae66-f971a3aa996a"}]} 2026-05-08 02:20:21.521 8 INFO neutron.db.l3_hamode_db [None req-897b51de-b229-4326-9e57-4899a0647ba8 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] HA network c5566e20-6945-4a0c-b3b0-99f14e4b295f was deleted as no HA routers are present in tenant b691b2c1e61a4514badd660ee1087acf. [pid: 8|app: 0|req: 374/723] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:20:20 2026] DELETE /v2.0/routers/00320b17-1be9-4d14-a0ff-17e020d730ed => generated 0 bytes in 1059 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/724] 199.204.45.113 () {34 vars in 1000 bytes} [Fri May 8 02:20:21 2026] GET /v2.0/subnets?network_id=a99791ea-ba1b-4d4b-9a64-262c00f6da8d => generated 683 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:20:21.630 8 INFO neutron.db.segments_db [None req-675837ca-bcf2-4e07-8b69-ea02ff3e55a9 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] Added segment 7f730c32-02bd-4dc5-aaf4-13231078fdd9 of type vxlan for network 37af2d83-62ce-4d32-b0ad-5056a3371012 [pid: 8|app: 0|req: 376/725] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:20:21 2026] POST /v2.0/networks => generated 615 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/726] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:20:21 2026] DELETE /v2.0/subnets/77b781b1-100b-4e84-8102-c58346bbff15 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:20:21.943 7 INFO neutron_taas.services.taas.taas_plugin [None req-9b813aee-f69f-46d3-bd20-7f0146a139d9 64cc1a7d8f1b4fedbbbbaf62be696ad9 6ca9b6dedca349faa77a265dfcd61f9d - - default default] TaaS: Handle Delete Port: c3d3c087-d780-47e9-ab04-e6ada5243b68 2026-05-08 02:20:21.946 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b813aee-f69f-46d3-bd20-7f0146a139d9 64cc1a7d8f1b4fedbbbbaf62be696ad9 6ca9b6dedca349faa77a265dfcd61f9d - - default default] Tap Mirror: Handle Delete Port: c3d3c087-d780-47e9-ab04-e6ada5243b68 [pid: 8|app: 0|req: 378/727] 199.204.45.113 () {34 vars in 1146 bytes} [Fri May 8 02:20:21 2026] GET /v2.0/ports?device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0&device_owner=compute%3Anova&network_id=a99791ea-ba1b-4d4b-9a64-262c00f6da8d => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/728] 10.0.0.211 () {32 vars in 732 bytes} [Fri May 8 02:20:21 2026] DELETE /v2.0/floatingips/258f673f-c2f7-4f37-afd2-44216da0fa40 => generated 0 bytes in 719 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/729] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:20:21 2026] POST /v2.0/subnets => generated 646 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:20:22.237 7 INFO neutron_taas.services.taas.taas_plugin [None req-ece17cf3-1bbe-448d-9ebd-d54c213f9107 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 14663b16-4acc-47fc-a3ee-120fea059dfe 2026-05-08 02:20:22.240 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ece17cf3-1bbe-448d-9ebd-d54c213f9107 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 14663b16-4acc-47fc-a3ee-120fea059dfe 2026-05-08 02:20:22.530 7 INFO neutron.services.segments.plugin [-] Segment fc816247-454c-4161-8f02-5311cb820f35 resource provider aggregate not found 2026-05-08 02:20:22.536 7 INFO neutron.services.segments.plugin [-] Segment fc816247-454c-4161-8f02-5311cb820f35 resource provider aggregate not found 2026-05-08 02:20:22.548 7 INFO neutron.services.segments.plugin [-] Segment fc816247-454c-4161-8f02-5311cb820f35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc816247-454c-4161-8f02-5311cb820f35 found for delete ", "request_id": "req-84cde2a8-ff7a-41b3-a2c6-8d8fae068e02"}]} 2026-05-08 02:20:22.551 7 INFO neutron.services.segments.plugin [-] Segment fc816247-454c-4161-8f02-5311cb820f35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc816247-454c-4161-8f02-5311cb820f35 found for delete ", "request_id": "req-7e2208f4-d690-4886-a351-bb6f0cad0602"}]} [pid: 7|app: 0|req: 351/730] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:20:22 2026] DELETE /v2.0/networks/1a3d0381-cd07-4321-ab8d-e9905bd49bd5 => generated 0 bytes in 522 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:20:22.680 7 INFO neutron.api.v2.resource [None req-037949d9-cfe6-41c7-8816-37b7c960e145 64cc1a7d8f1b4fedbbbbaf62be696ad9 6ca9b6dedca349faa77a265dfcd61f9d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 352/731] 10.0.0.211 () {32 vars in 732 bytes} [Fri May 8 02:20:22 2026] DELETE /v2.0/floatingips/258f673f-c2f7-4f37-afd2-44216da0fa40 => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/732] 199.204.45.113 () {38 vars in 1028 bytes} [Fri May 8 02:20:22 2026] PUT /v2.0/ports/28b2cf94-d68c-4199-886b-be6117531152 => generated 1149 bytes in 618 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 02:20:22.874 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7086fd09-1eb7-469b-94d5-e445fa373bb3'] response: {'name': 'network-changed', 'server_uuid': 'dddd63d5-fee1-486d-a6bb-55f97c5112e0', 'tag': '28b2cf94-d68c-4199-886b-be6117531152', 'status': 'completed', 'code': 200} 2026-05-08 02:20:22.979 8 INFO neutron_taas.services.taas.taas_plugin [None req-0d22a99f-c2ee-4598-9840-25163e3f4b4a 64cc1a7d8f1b4fedbbbbaf62be696ad9 6ca9b6dedca349faa77a265dfcd61f9d - - default default] TaaS: Handle Delete Port: 43dc3089-6c0e-4051-a24e-debc520ff90c 2026-05-08 02:20:22.982 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d22a99f-c2ee-4598-9840-25163e3f4b4a 64cc1a7d8f1b4fedbbbbaf62be696ad9 6ca9b6dedca349faa77a265dfcd61f9d - - default default] Tap Mirror: Handle Delete Port: 43dc3089-6c0e-4051-a24e-debc520ff90c [pid: 7|app: 0|req: 353/733] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:20:22 2026] POST /v2.0/subnets => generated 655 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/734] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:20:23 2026] GET /v2.0/security-groups?tenant_id=b691b2c1e61a4514badd660ee1087acf&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:20:23.095 7 INFO neutron.db.segments_db [None req-56eea783-6791-4340-860c-94e7b03c454f 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] Added segment 6bd103e2-4294-4fd9-b58d-9730b4b56251 of type vxlan for network 4c3bbef9-d175-43d2-9bfb-d7d14d80d260 [pid: 8|app: 0|req: 381/735] 10.0.0.211 () {32 vars in 720 bytes} [Fri May 8 02:20:22 2026] DELETE /v2.0/ports/43dc3089-6c0e-4051-a24e-debc520ff90c => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/736] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:20:23 2026] DELETE /v2.0/security-groups/1623733b-3771-4c7e-b53f-46f403800b2b => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:20:23.525 8 INFO neutron_taas.services.taas.taas_plugin [None req-9e5a17f5-24cf-4527-b48a-d191b511eae8 64cc1a7d8f1b4fedbbbbaf62be696ad9 6ca9b6dedca349faa77a265dfcd61f9d - - default default] TaaS: Handle Delete Port: a44befcd-2fe2-4a48-a68b-d38ee036dcf5 2026-05-08 02:20:23.530 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e5a17f5-24cf-4527-b48a-d191b511eae8 64cc1a7d8f1b4fedbbbbaf62be696ad9 6ca9b6dedca349faa77a265dfcd61f9d - - default default] Tap Mirror: Handle Delete Port: a44befcd-2fe2-4a48-a68b-d38ee036dcf5 2026-05-08 02:20:23.556 7 INFO neutron.db.l3_hamode_db [None req-56eea783-6791-4340-860c-94e7b03c454f 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 02:20:23.676 7 INFO neutron.db.l3_hamode_db [None req-56eea783-6791-4340-860c-94e7b03c454f 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 383/737] 10.0.0.211 () {32 vars in 720 bytes} [Fri May 8 02:20:23 2026] DELETE /v2.0/ports/a44befcd-2fe2-4a48-a68b-d38ee036dcf5 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/738] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:20:23 2026] GET /v2.0/ports?tenant_id=d7a086f22c144483a6e304aaa4b4135b&device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => generated 1421 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/739] 10.0.0.211 () {32 vars in 736 bytes} [Fri May 8 02:20:23 2026] GET /v2.0/ports?device_id=cdd9549d-d39f-40b1-b994-aea7750c3dc0 => generated 958 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/740] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:20:23 2026] GET /v2.0/networks?id=a99791ea-ba1b-4d4b-9a64-262c00f6da8d => generated 778 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:20:24.134 8 INFO neutron_taas.services.taas.taas_plugin [None req-8c073df4-4219-47f8-a75d-750b80524f4d 64cc1a7d8f1b4fedbbbbaf62be696ad9 6ca9b6dedca349faa77a265dfcd61f9d - - default default] TaaS: Handle Delete Port: b40f5836-dfb1-4ea6-8f79-8e7a920ee08d 2026-05-08 02:20:24.138 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c073df4-4219-47f8-a75d-750b80524f4d 64cc1a7d8f1b4fedbbbbaf62be696ad9 6ca9b6dedca349faa77a265dfcd61f9d - - default default] Tap Mirror: Handle Delete Port: b40f5836-dfb1-4ea6-8f79-8e7a920ee08d [pid: 7|app: 0|req: 355/741] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:20:23 2026] POST /v2.0/routers => generated 510 bytes in 1167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/742] 199.204.45.113 () {34 vars in 1060 bytes} [Fri May 8 02:20:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=28b2cf94-d68c-4199-886b-be6117531152 => generated 861 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/743] 10.0.0.211 () {34 vars in 789 bytes} [Fri May 8 02:20:23 2026] PUT /v2.0/routers/cdd9549d-d39f-40b1-b994-aea7750c3dc0/remove_router_interface => generated 309 bytes in 876 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/744] 199.204.45.113 () {34 vars in 1058 bytes} [Fri May 8 02:20:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=28b2cf94-d68c-4199-886b-be6117531152 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:20:24.913 8 INFO neutron_taas.services.taas.taas_plugin [None req-437193f5-901d-4e57-b5dd-1d65b1da846a 64cc1a7d8f1b4fedbbbbaf62be696ad9 6ca9b6dedca349faa77a265dfcd61f9d - - default default] TaaS: Handle Delete Port: b3df9e32-7d86-45c5-98e4-369c52d68505 2026-05-08 02:20:24.917 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-437193f5-901d-4e57-b5dd-1d65b1da846a 64cc1a7d8f1b4fedbbbbaf62be696ad9 6ca9b6dedca349faa77a265dfcd61f9d - - default default] Tap Mirror: Handle Delete Port: b3df9e32-7d86-45c5-98e4-369c52d68505 2026-05-08 02:20:25.204 8 INFO neutron_taas.services.taas.taas_plugin [None req-437193f5-901d-4e57-b5dd-1d65b1da846a 64cc1a7d8f1b4fedbbbbaf62be696ad9 6ca9b6dedca349faa77a265dfcd61f9d - - default default] TaaS: Handle Delete Port: 0b9f97d1-15c9-4b3a-94db-56e0828695db 2026-05-08 02:20:25.208 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-437193f5-901d-4e57-b5dd-1d65b1da846a 64cc1a7d8f1b4fedbbbbaf62be696ad9 6ca9b6dedca349faa77a265dfcd61f9d - - default default] Tap Mirror: Handle Delete Port: 0b9f97d1-15c9-4b3a-94db-56e0828695db [pid: 7|app: 0|req: 357/745] 10.0.0.211 () {34 vars in 783 bytes} [Fri May 8 02:20:24 2026] PUT /v2.0/routers/3123a84e-e095-495e-8636-c1edae4d8b5e/add_router_interface => generated 309 bytes in 1178 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/746] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:20:25 2026] GET /v2.0/subnets?id=c4a26dd2-6ecd-4342-baa4-1cefba3cf79d => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:20:25.554 8 INFO neutron.services.segments.plugin [-] Segment a703ae9d-b1f3-4b51-aff6-5a390c757b8a resource provider aggregate not found 2026-05-08 02:20:25.564 8 INFO neutron.services.segments.plugin [-] Segment a703ae9d-b1f3-4b51-aff6-5a390c757b8a resource provider aggregate not found 2026-05-08 02:20:25.583 8 INFO neutron.services.segments.plugin [-] Segment a703ae9d-b1f3-4b51-aff6-5a390c757b8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a703ae9d-b1f3-4b51-aff6-5a390c757b8a found for delete ", "request_id": "req-4ca21916-bcb1-479c-9761-c6dd529ae8a4"}]} 2026-05-08 02:20:25.587 8 INFO neutron.services.segments.plugin [-] Segment a703ae9d-b1f3-4b51-aff6-5a390c757b8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a703ae9d-b1f3-4b51-aff6-5a390c757b8a found for delete ", "request_id": "req-afc64ee3-daa7-4abe-9bc9-48b05e1d9ee2"}]} 2026-05-08 02:20:25.597 8 INFO neutron.db.l3_hamode_db [None req-437193f5-901d-4e57-b5dd-1d65b1da846a 64cc1a7d8f1b4fedbbbbaf62be696ad9 6ca9b6dedca349faa77a265dfcd61f9d - - default default] HA network 2c0f0470-0807-4df1-a60f-cb93e3fa2de7 was deleted as no HA routers are present in tenant 6ca9b6dedca349faa77a265dfcd61f9d. [pid: 8|app: 0|req: 389/747] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:20:24 2026] DELETE /v2.0/routers/cdd9549d-d39f-40b1-b994-aea7750c3dc0 => generated 0 bytes in 935 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/748] 10.0.0.211 () {32 vars in 717 bytes} [Fri May 8 02:20:25 2026] GET /v2.0/ports/f11db53d-aa26-46a2-ba88-2d0a582cf652 => generated 959 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/749] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:20:25 2026] GET /v2.0/ports?network_id=a99791ea-ba1b-4d4b-9a64-262c00f6da8d&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:20:25.763 7 INFO neutron.db.segments_db [None req-7ec33d59-7b61-4e0b-9205-de22502aba51 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Added segment b5d61d0c-8a91-4582-93c6-51e7e3477e5b of type vxlan for network bf35b58f-2afd-488a-971b-77fd4d628e4e [pid: 8|app: 0|req: 392/750] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:20:25 2026] DELETE /v2.0/subnets/19722111-01f5-48af-a723-935e69433e2e => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/751] 10.0.0.211 () {34 vars in 671 bytes} [Fri May 8 02:20:25 2026] POST /v2.0/networks => generated 719 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/752] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:20:25 2026] GET /v2.0/networks/a99791ea-ba1b-4d4b-9a64-262c00f6da8d?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:20:26.006 7 INFO neutron.services.segments.plugin [-] Segment 846b742c-e962-4fae-9470-ae1b3337a8a5 resource provider aggregate not found 2026-05-08 02:20:26.009 7 INFO neutron.services.segments.plugin [-] Segment 846b742c-e962-4fae-9470-ae1b3337a8a5 resource provider aggregate not found 2026-05-08 02:20:26.026 7 INFO neutron.services.segments.plugin [-] Segment 846b742c-e962-4fae-9470-ae1b3337a8a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 846b742c-e962-4fae-9470-ae1b3337a8a5 found for delete ", "request_id": "req-ad48277a-ed13-49d5-bb1b-aaf4278b7d2f"}]} 2026-05-08 02:20:26.028 7 INFO neutron.services.segments.plugin [-] Segment 846b742c-e962-4fae-9470-ae1b3337a8a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 846b742c-e962-4fae-9470-ae1b3337a8a5 found for delete ", "request_id": "req-e420e35f-9cfe-4e48-87ad-6bac05954b50"}]} [pid: 7|app: 0|req: 361/753] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:20:25 2026] DELETE /v2.0/networks/b19a72d6-2918-4343-b4ca-c11bd1e48ff8 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/754] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:20:26 2026] POST /v2.0/subnets => generated 685 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/755] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:20:26 2026] GET /v2.0/networks/a99791ea-ba1b-4d4b-9a64-262c00f6da8d?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) 2026-05-08 02:20:26.462 7 INFO neutron.db.segments_db [None req-36027842-7348-485a-aa43-876910642285 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Added segment 03594fc8-cfa3-4fcb-a694-a003fe1e3eb8 of type vxlan for network 2292e328-1fbb-40fe-90f4-78282fd04829 2026-05-08 02:20:26.712 7 INFO neutron.db.l3_hamode_db [None req-36027842-7348-485a-aa43-876910642285 2845fe7c4a3045b58ac66fc2286c088d 7ebcaf6b78bf43ea9db124f6f05bd661 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 393/756] 10.0.0.211 () {34 vars in 783 bytes} [Fri May 8 02:20:25 2026] PUT /v2.0/routers/3123a84e-e095-495e-8636-c1edae4d8b5e/add_router_interface => generated 309 bytes in 1055 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/757] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:20:26 2026] GET /v2.0/security-groups?tenant_id=6ca9b6dedca349faa77a265dfcd61f9d&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/758] 10.0.0.211 () {32 vars in 717 bytes} [Fri May 8 02:20:27 2026] GET /v2.0/ports/e2b89d86-c67c-4b17-be43-37e935d5ab2d => generated 967 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/759] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:27 2026] GET /v2.0/ports?device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => generated 1152 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/760] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:20:27 2026] DELETE /v2.0/security-groups/584820ff-7126-4d91-9202-0d1622ddaced => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:20:27.641 7 INFO neutron.db.l3_hamode_db [None req-36027842-7348-485a-aa43-876910642285 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 02:20:27.648 8 INFO neutron_taas.services.taas.taas_plugin [None req-8aba5d73-8a84-4191-8768-63b66489d2b3 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] TaaS: Handle Delete Port: e2b89d86-c67c-4b17-be43-37e935d5ab2d 2026-05-08 02:20:27.652 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8aba5d73-8a84-4191-8768-63b66489d2b3 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] Tap Mirror: Handle Delete Port: e2b89d86-c67c-4b17-be43-37e935d5ab2d [pid: 8|app: 0|req: 398/761] 10.0.0.211 () {34 vars in 789 bytes} [Fri May 8 02:20:27 2026] PUT /v2.0/routers/3123a84e-e095-495e-8636-c1edae4d8b5e/remove_router_interface => generated 309 bytes in 727 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/762] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:20:28 2026] GET /v2.0/security-groups?id=8660ee07-a960-4ffb-8941-ba9b2fba2b9d&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: 400/763] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:20:28 2026] GET /v2.0/ports?tenant_id=d7a086f22c144483a6e304aaa4b4135b&device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => generated 1421 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:20:28.367 8 INFO neutron_taas.services.taas.taas_plugin [None req-63006e9e-c03d-4240-808b-b256f99e22ed 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] TaaS: Handle Delete Port: f11db53d-aa26-46a2-ba88-2d0a582cf652 2026-05-08 02:20:28.370 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63006e9e-c03d-4240-808b-b256f99e22ed 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] Tap Mirror: Handle Delete Port: f11db53d-aa26-46a2-ba88-2d0a582cf652 [pid: 7|app: 0|req: 364/764] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:20:26 2026] POST /v2.0/routers => generated 725 bytes in 2036 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/765] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:20:28 2026] GET /v2.0/networks?id=a99791ea-ba1b-4d4b-9a64-262c00f6da8d => generated 778 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/766] 10.0.0.211 () {34 vars in 789 bytes} [Fri May 8 02:20:28 2026] PUT /v2.0/routers/3123a84e-e095-495e-8636-c1edae4d8b5e/remove_router_interface => generated 309 bytes in 650 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/767] 199.204.45.113 () {34 vars in 1060 bytes} [Fri May 8 02:20:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=28b2cf94-d68c-4199-886b-be6117531152 => 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: 403/768] 10.0.0.211 () {32 vars in 736 bytes} [Fri May 8 02:20:28 2026] GET /v2.0/ports?device_id=3123a84e-e095-495e-8636-c1edae4d8b5e => 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: 404/769] 199.204.45.113 () {34 vars in 1058 bytes} [Fri May 8 02:20:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=28b2cf94-d68c-4199-886b-be6117531152 => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:20:28.933 8 INFO neutron_taas.services.taas.taas_plugin [None req-7fb59f04-8230-4e9f-bf16-929d2374b8c6 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] TaaS: Handle Delete Port: 214b1467-50dc-4dee-ac90-6af31216ecbd 2026-05-08 02:20:28.935 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7fb59f04-8230-4e9f-bf16-929d2374b8c6 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] Tap Mirror: Handle Delete Port: 214b1467-50dc-4dee-ac90-6af31216ecbd [pid: 7|app: 0|req: 366/770] 10.0.0.211 () {34 vars in 783 bytes} [Fri May 8 02:20:28 2026] PUT /v2.0/routers/7c162ebe-c432-490f-8488-14a75f4fb10e/add_router_interface => generated 309 bytes in 1118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/771] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:20:29 2026] GET /v2.0/subnets?id=c4a26dd2-6ecd-4342-baa4-1cefba3cf79d => generated 701 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:20:29.990 8 INFO neutron.services.segments.plugin [-] Segment 6bd103e2-4294-4fd9-b58d-9730b4b56251 resource provider aggregate not found 2026-05-08 02:20:29.993 8 INFO neutron.services.segments.plugin [-] Segment 6bd103e2-4294-4fd9-b58d-9730b4b56251 resource provider aggregate not found 2026-05-08 02:20:30.007 8 INFO neutron.db.l3_hamode_db [None req-7fb59f04-8230-4e9f-bf16-929d2374b8c6 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] HA network 4c3bbef9-d175-43d2-9bfb-d7d14d80d260 was deleted as no HA routers are present in tenant fd1133ca6cd24a0683461ead6db1c288. 2026-05-08 02:20:30.013 8 INFO neutron.services.segments.plugin [-] Segment 6bd103e2-4294-4fd9-b58d-9730b4b56251 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bd103e2-4294-4fd9-b58d-9730b4b56251 found for delete ", "request_id": "req-ca68de73-0f4d-4652-a4b0-447eec51eb75"}]} 2026-05-08 02:20:30.015 8 INFO neutron.services.segments.plugin [-] Segment 6bd103e2-4294-4fd9-b58d-9730b4b56251 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bd103e2-4294-4fd9-b58d-9730b4b56251 found for delete ", "request_id": "req-df62daa7-1807-4443-8e91-9b2c9a7edef9"}]} [pid: 8|app: 0|req: 405/772] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:20:28 2026] DELETE /v2.0/routers/3123a84e-e095-495e-8636-c1edae4d8b5e => generated 0 bytes in 1222 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:20:30.038 7 INFO neutron.db.segments_db [None req-8bc3cb80-013b-4a79-8c02-b6fcc2d1098c 96d628f59f4240f4876c80966e1c90db 2a52295719e34fa98d575315138e926d - - default default] Added segment e726a137-fbdd-455c-9bdf-16254a955533 of type vxlan for network 1438efce-ef9b-45c6-a887-401a3fbde93e [pid: 8|app: 0|req: 406/773] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:20:30 2026] GET /v2.0/ports?network_id=a99791ea-ba1b-4d4b-9a64-262c00f6da8d&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:20:30.093 7 INFO neutron.db.segments_db [None req-8bc3cb80-013b-4a79-8c02-b6fcc2d1098c 96d628f59f4240f4876c80966e1c90db 2a52295719e34fa98d575315138e926d - - default default] Added segment ab9d489b-b97d-4f50-9204-abfd8352cd44 of type vxlan for network 118aca53-1d66-45ce-85c1-fec56ef23475 [pid: 7|app: 0|req: 368/776] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:20:29 2026] POST /v2.0/networks => generated 1206 bytes in 542 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/777] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:20:30 2026] DELETE /v2.0/subnets/99383c88-5c62-4df1-8ca4-342b7111db1d => 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: 369/778] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:20:30 2026] GET /v2.0/networks/a99791ea-ba1b-4d4b-9a64-262c00f6da8d?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: 410/779] 10.0.0.211 () {32 vars in 649 bytes} [Fri May 8 02:20:30 2026] GET /v2.0/networks => generated 1843 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/780] 10.0.0.211 () {34 vars in 685 bytes} [Fri May 8 02:20:30 2026] POST /v2.0/security-groups => generated 1661 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/781] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:20:30 2026] GET /v2.0/networks/a99791ea-ba1b-4d4b-9a64-262c00f6da8d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/782] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:20:30 2026] DELETE /v2.0/subnets/11b14975-05a1-4bcf-aa63-6b8d8d7fd64d => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:20:30.532 7 INFO neutron.services.segments.plugin [-] Segment e726a137-fbdd-455c-9bdf-16254a955533 resource provider aggregate not found 2026-05-08 02:20:30.533 7 INFO neutron.services.segments.plugin [-] Segment e726a137-fbdd-455c-9bdf-16254a955533 resource provider aggregate not found 2026-05-08 02:20:30.556 7 INFO neutron.services.segments.plugin [-] Segment e726a137-fbdd-455c-9bdf-16254a955533 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e726a137-fbdd-455c-9bdf-16254a955533 found for delete ", "request_id": "req-217f0d80-f6b1-407f-a751-4febbe7d306c"}]} 2026-05-08 02:20:30.560 7 INFO neutron.services.segments.plugin [-] Segment e726a137-fbdd-455c-9bdf-16254a955533 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e726a137-fbdd-455c-9bdf-16254a955533 found for delete ", "request_id": "req-0cdad873-a341-4c16-8deb-5c991ebec227"}]} [pid: 8|app: 0|req: 412/783] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:20:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/784] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:20:30 2026] DELETE /v2.0/networks/1438efce-ef9b-45c6-a887-401a3fbde93e => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:20:30.645 8 INFO neutron_taas.services.taas.taas_plugin [None req-23e4cebf-0ae3-431a-aab6-ed0d9d52982f 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] TaaS: Handle Delete Port: 157dbdfe-0925-40fb-b232-1730f1f9ee98 2026-05-08 02:20:30.648 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23e4cebf-0ae3-431a-aab6-ed0d9d52982f 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] Tap Mirror: Handle Delete Port: 157dbdfe-0925-40fb-b232-1730f1f9ee98 [pid: 7|app: 0|req: 373/785] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:20:30 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: 374/786] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:20:30 2026] DELETE /v2.0/networks/118aca53-1d66-45ce-85c1-fec56ef23475 => 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: 413/787] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:20:30 2026] DELETE /v2.0/networks/37af2d83-62ce-4d32-b0ad-5056a3371012 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/788] 10.0.0.211 () {32 vars in 649 bytes} [Fri May 8 02:20:30 2026] GET /v2.0/networks => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:20:31.045 8 INFO neutron_taas.services.taas.taas_plugin [None req-7af6f44a-b9ba-426c-8463-7c7a8887ea31 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] TaaS: Handle Delete Port: c800f9b6-7db8-4c2a-a49f-6126de86698a 2026-05-08 02:20:31.047 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7af6f44a-b9ba-426c-8463-7c7a8887ea31 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] Tap Mirror: Handle Delete Port: c800f9b6-7db8-4c2a-a49f-6126de86698a [pid: 8|app: 0|req: 415/789] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:20:30 2026] DELETE /v2.0/networks/249428d9-18ab-439f-89c7-87e74be65a27 => generated 0 bytes in 362 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/790] 199.204.45.113 () {34 vars in 1118 bytes} [Fri May 8 02:20:31 2026] GET /v2.0/ports?device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.4 => generated 1152 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/791] 10.0.0.211 () {34 vars in 676 bytes} [Fri May 8 02:20:30 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 02:20:31.444 8 INFO neutron.db.segments_db [None req-6804ee0d-d90a-4434-b917-3e568c1f7653 96d628f59f4240f4876c80966e1c90db 2a52295719e34fa98d575315138e926d - - default default] Added segment f48b13fe-d7d3-4e1b-b8a1-0e83d8343f97 of type vxlan for network baeb00e2-56fc-40f7-b58a-80422bcd342f 2026-05-08 02:20:31.453 7 INFO neutron.db.segments_db [None req-57d7489c-4c09-4bfb-bb87-d6de5bdf4216 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] Added segment ca8ab6df-0d79-4b2f-9c50-176c01e7e426 of type vxlan for network efcbf418-bc80-4697-96f4-306442962f29 [pid: 8|app: 0|req: 417/792] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:20:31 2026] POST /v2.0/networks => generated 631 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/793] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:20:31 2026] POST /v2.0/networks => generated 614 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:20:31.617 7 INFO neutron.db.segments_db [None req-22a1914f-423d-47e8-a381-2fb344f82ef0 96d628f59f4240f4876c80966e1c90db 2a52295719e34fa98d575315138e926d - - default default] Added segment 52aa5ea1-a10f-47ef-a720-db87c176df0d of type vxlan for network 4fd7c8e9-e160-415e-80f8-6b2cb66dfc0c [pid: 7|app: 0|req: 377/794] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:20:31 2026] POST /v2.0/networks => generated 631 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/795] 199.204.45.113 () {38 vars in 1028 bytes} [Fri May 8 02:20:31 2026] PUT /v2.0/ports/28b2cf94-d68c-4199-886b-be6117531152 => generated 972 bytes in 400 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 02:20:31.988 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-163dba75-ebec-419f-adca-00e91782e60a'] response: {'name': 'network-changed', 'server_uuid': 'dddd63d5-fee1-486d-a6bb-55f97c5112e0', 'tag': '28b2cf94-d68c-4199-886b-be6117531152', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 378/796] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:20:31 2026] POST /v2.0/subnets => generated 646 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/797] 10.0.0.239 () {34 vars in 1100 bytes} [Fri May 8 02:20:32 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1212595840&fields=id&tenant_id=7ebcaf6b78bf43ea9db124f6f05bd661 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:20:32.056 8 INFO neutron.services.segments.plugin [-] Segment 7f730c32-02bd-4dc5-aaf4-13231078fdd9 resource provider aggregate not found 2026-05-08 02:20:32.062 8 INFO neutron.services.segments.plugin [-] Segment 7f730c32-02bd-4dc5-aaf4-13231078fdd9 resource provider aggregate not found 2026-05-08 02:20:32.086 8 INFO neutron.services.segments.plugin [-] Segment 7f730c32-02bd-4dc5-aaf4-13231078fdd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f730c32-02bd-4dc5-aaf4-13231078fdd9 found for delete ", "request_id": "req-ceca4469-4afd-4410-ac90-fd0ddf8a3441"}]} 2026-05-08 02:20:32.091 8 INFO neutron.services.segments.plugin [-] Segment 7f730c32-02bd-4dc5-aaf4-13231078fdd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f730c32-02bd-4dc5-aaf4-13231078fdd9 found for delete ", "request_id": "req-b0347fd7-4b8a-4eea-b9a7-a0a30db630ef"}]} 2026-05-08 02:20:32.101 7 INFO neutron.db.segments_db [None req-e3b0a131-026b-4092-bafc-ae22d4e9e713 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] Added segment e1f41353-ef59-41fc-bed4-1f76d6f023fc of type vxlan for network 3647d716-770a-415c-8949-b6375bfbc2b2 2026-05-08 02:20:32.107 8 INFO neutron.services.segments.plugin [-] Segment 38d9c8c5-8504-4f9d-a7b6-ea40961c2020 resource provider aggregate not found 2026-05-08 02:20:32.116 8 INFO neutron.services.segments.plugin [-] Segment 38d9c8c5-8504-4f9d-a7b6-ea40961c2020 resource provider aggregate not found 2026-05-08 02:20:32.132 8 INFO neutron.services.segments.plugin [-] Segment 38d9c8c5-8504-4f9d-a7b6-ea40961c2020 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38d9c8c5-8504-4f9d-a7b6-ea40961c2020 found for delete ", "request_id": "req-4c025baf-8711-47ac-9e2f-6ecd00409f2c"}]} 2026-05-08 02:20:32.139 8 INFO neutron.services.segments.plugin [-] Segment 38d9c8c5-8504-4f9d-a7b6-ea40961c2020 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38d9c8c5-8504-4f9d-a7b6-ea40961c2020 found for delete ", "request_id": "req-79b82d1e-50b4-472a-bbde-e9a4c7c7870f"}]} 2026-05-08 02:20:32.353 7 INFO neutron.db.l3_hamode_db [None req-e3b0a131-026b-4092-bafc-ae22d4e9e713 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 02:20:32.508 7 INFO neutron.db.l3_hamode_db [None req-e3b0a131-026b-4092-bafc-ae22d4e9e713 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 02:20:32.583 7 INFO neutron.services.segments.plugin [-] Segment ab9d489b-b97d-4f50-9204-abfd8352cd44 resource provider aggregate not found 2026-05-08 02:20:32.589 7 INFO neutron.services.segments.plugin [-] Segment ab9d489b-b97d-4f50-9204-abfd8352cd44 resource provider aggregate not found 2026-05-08 02:20:32.645 7 INFO neutron.services.segments.plugin [-] Segment ab9d489b-b97d-4f50-9204-abfd8352cd44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab9d489b-b97d-4f50-9204-abfd8352cd44 found for delete ", "request_id": "req-b0a302c1-d961-457b-bc67-a7924db84d11"}]} 2026-05-08 02:20:32.651 7 INFO neutron.services.segments.plugin [-] Segment ab9d489b-b97d-4f50-9204-abfd8352cd44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab9d489b-b97d-4f50-9204-abfd8352cd44 found for delete ", "request_id": "req-94509713-53ae-4ee7-8ab2-bdf03336848e"}]} [pid: 8|app: 0|req: 419/798] 10.0.0.211 () {34 vars in 665 bytes} [Fri May 8 02:20:31 2026] POST /v2.0/ports => generated 1505 bytes in 763 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: 420/799] 10.0.0.239 () {34 vars in 982 bytes} [Fri May 8 02:20:32 2026] GET /v2.0/networks?id=bf35b58f-2afd-488a-971b-77fd4d628e4e => generated 670 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/800] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:20:32 2026] GET /v2.0/ports?tenant_id=d7a086f22c144483a6e304aaa4b4135b&device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => 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: 422/801] 10.0.0.211 () {32 vars in 643 bytes} [Fri May 8 02:20:32 2026] GET /v2.0/ports => generated 1505 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/802] 10.0.0.239 () {34 vars in 965 bytes} [Fri May 8 02:20:32 2026] GET /v2.0/quotas/7ebcaf6b78bf43ea9db124f6f05bd661 => 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: 424/803] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:20:32 2026] GET /v2.0/networks?id=a99791ea-ba1b-4d4b-9a64-262c00f6da8d => generated 778 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:20:32.974 8 INFO neutron_taas.services.taas.taas_plugin [None req-5b567e0e-f2e7-48d8-9156-73a1eb0ac9af 96d628f59f4240f4876c80966e1c90db 2a52295719e34fa98d575315138e926d - - default default] TaaS: Handle Delete Port: 5ef760ac-5adf-4d24-ae92-3844a53115f6 2026-05-08 02:20:32.977 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b567e0e-f2e7-48d8-9156-73a1eb0ac9af 96d628f59f4240f4876c80966e1c90db 2a52295719e34fa98d575315138e926d - - default default] Tap Mirror: Handle Delete Port: 5ef760ac-5adf-4d24-ae92-3844a53115f6 [pid: 8|app: 0|req: 425/804] 10.0.0.211 () {32 vars in 720 bytes} [Fri May 8 02:20:32 2026] DELETE /v2.0/ports/5ef760ac-5adf-4d24-ae92-3844a53115f6 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/805] 10.0.0.239 () {34 vars in 1002 bytes} [Fri May 8 02:20:33 2026] GET /v2.0/ports?tenant_id=7ebcaf6b78bf43ea9db124f6f05bd661&fields=id => generated 57 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/806] 199.204.45.113 () {34 vars in 1060 bytes} [Fri May 8 02:20:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=28b2cf94-d68c-4199-886b-be6117531152 => generated 861 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/807] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:20:32 2026] POST /v2.0/routers => generated 511 bytes in 1156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/808] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:20:33 2026] GET /v2.0/subnets?id=c4a26dd2-6ecd-4342-baa4-1cefba3cf79d => generated 701 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:20:33.289 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef073d85-aa99-44de-996a-b5202d177990 96d628f59f4240f4876c80966e1c90db 2a52295719e34fa98d575315138e926d - - default default] TaaS: Handle Delete Port: 2bb6adcf-b516-4a0e-b248-9e0e15b406de 2026-05-08 02:20:33.293 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef073d85-aa99-44de-996a-b5202d177990 96d628f59f4240f4876c80966e1c90db 2a52295719e34fa98d575315138e926d - - default default] Tap Mirror: Handle Delete Port: 2bb6adcf-b516-4a0e-b248-9e0e15b406de [pid: 8|app: 0|req: 428/809] 10.0.0.211 () {32 vars in 720 bytes} [Fri May 8 02:20:33 2026] DELETE /v2.0/ports/2bb6adcf-b516-4a0e-b248-9e0e15b406de => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/810] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:20:33 2026] GET /v2.0/ports?network_id=a99791ea-ba1b-4d4b-9a64-262c00f6da8d&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: 430/811] 10.0.0.211 () {32 vars in 643 bytes} [Fri May 8 02:20:33 2026] GET /v2.0/ports => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/812] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:20:33 2026] GET /v2.0/networks/a99791ea-ba1b-4d4b-9a64-262c00f6da8d?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:20:33.519 8 INFO neutron.db.segments_db [None req-f011facd-2843-4850-aeb4-eea48b75020a 96d628f59f4240f4876c80966e1c90db 2a52295719e34fa98d575315138e926d - - default default] Added segment 4e06ba83-ae70-48f0-8fce-2b3fca90caf6 of type vxlan for network 0de45f7c-fa37-498e-9401-d5aef5b55baf [pid: 7|app: 0|req: 382/813] 10.0.0.211 () {34 vars in 665 bytes} [Fri May 8 02:20:33 2026] POST /v2.0/ports => generated 964 bytes in 367 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: 432/814] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:20:33 2026] POST /v2.0/networks => generated 631 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/815] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:20:33 2026] GET /v2.0/networks/a99791ea-ba1b-4d4b-9a64-262c00f6da8d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/816] 10.0.0.239 () {34 vars in 907 bytes} [Fri May 8 02:20:33 2026] GET /v2.0/extensions => generated 21537 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-08 02:20:33.722 8 INFO neutron.db.segments_db [None req-418692f6-fd66-4a5a-aa7d-a535272ab68f 96d628f59f4240f4876c80966e1c90db 2a52295719e34fa98d575315138e926d - - default default] Added segment 6d911609-f8bf-40a8-816e-226fe44c40f4 of type vxlan for network 50395e0d-4f2c-4f6e-92c7-dbcf1a925c10 [pid: 8|app: 0|req: 434/817] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:20:33 2026] POST /v2.0/networks => generated 631 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/818] 10.0.0.239 () {34 vars in 1008 bytes} [Fri May 8 02:20:33 2026] GET /v2.0/networks/bf35b58f-2afd-488a-971b-77fd4d628e4e?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/819] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:20:33 2026] POST /v2.0/subnets => generated 1273 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/820] 10.0.0.239 () {34 vars in 1108 bytes} [Fri May 8 02:20:34 2026] GET /v2.0/networks/bf35b58f-2afd-488a-971b-77fd4d628e4e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/821] 10.0.0.211 () {32 vars in 647 bytes} [Fri May 8 02:20:34 2026] GET /v2.0/subnets => generated 1909 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/822] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:20:34 2026] DELETE /v2.0/subnets/5e735429-5f13-46fa-a308-706a5d36767b => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/823] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:34 2026] GET /v2.0/ports?device_id=745f4124-4d4e-4a09-ae1d-35fc28667b69 => 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: 441/824] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:20:34 2026] DELETE /v2.0/subnets/6ee324fb-f969-418b-986f-5cecb9d9b124 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/825] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:20:34 2026] GET /v2.0/ports?tenant_id=d7a086f22c144483a6e304aaa4b4135b&device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => 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: 384/826] 10.0.0.211 () {34 vars in 783 bytes} [Fri May 8 02:20:33 2026] PUT /v2.0/routers/a9d3f9d0-9340-4756-805e-3a1f7a447bc8/add_router_interface => generated 309 bytes in 1132 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: 443/827] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:34 2026] GET /v2.0/ports?device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/828] 10.0.0.211 () {32 vars in 647 bytes} [Fri May 8 02:20:34 2026] GET /v2.0/subnets => generated 649 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/829] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:20:34 2026] GET /v2.0/networks?id=a99791ea-ba1b-4d4b-9a64-262c00f6da8d => generated 778 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/830] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:20:34 2026] GET /v2.0/security-groups?id=8660ee07-a960-4ffb-8941-ba9b2fba2b9d&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/831] 10.0.0.211 () {32 vars in 717 bytes} [Fri May 8 02:20:34 2026] GET /v2.0/ports/d4d2c5ff-e0f0-4606-a3a6-e5574dfd74e1 => generated 1038 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/832] 199.204.45.113 () {34 vars in 1060 bytes} [Fri May 8 02:20:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=28b2cf94-d68c-4199-886b-be6117531152 => generated 861 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:20:34.997 8 INFO neutron.services.segments.plugin [-] Segment 6d911609-f8bf-40a8-816e-226fe44c40f4 resource provider aggregate not found 2026-05-08 02:20:35.006 8 INFO neutron.services.segments.plugin [-] Segment 6d911609-f8bf-40a8-816e-226fe44c40f4 resource provider aggregate not found 2026-05-08 02:20:35.024 8 INFO neutron.services.segments.plugin [-] Segment 6d911609-f8bf-40a8-816e-226fe44c40f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d911609-f8bf-40a8-816e-226fe44c40f4 found for delete ", "request_id": "req-5a10221b-f65c-4c06-81d9-2f8f2f2e7e5f"}]} 2026-05-08 02:20:35.028 8 INFO neutron.services.segments.plugin [-] Segment 6d911609-f8bf-40a8-816e-226fe44c40f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d911609-f8bf-40a8-816e-226fe44c40f4 found for delete ", "request_id": "req-95d11d15-6b03-4033-8b5d-913cf94023dd"}]} [pid: 8|app: 0|req: 446/833] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:20:34 2026] DELETE /v2.0/networks/50395e0d-4f2c-4f6e-92c7-dbcf1a925c10 => 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: 447/834] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:20:35 2026] GET /v2.0/subnets?id=c4a26dd2-6ecd-4342-baa4-1cefba3cf79d => generated 701 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/835] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:20:35 2026] DELETE /v2.0/networks/0de45f7c-fa37-498e-9401-d5aef5b55baf => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/836] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:20:35 2026] GET /v2.0/ports?network_id=a99791ea-ba1b-4d4b-9a64-262c00f6da8d&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:20:35.363 7 INFO neutron_taas.services.taas.taas_plugin [None req-77f6b281-d38a-46f0-a43b-c97e49a2dba4 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] TaaS: Handle Delete Port: d4d2c5ff-e0f0-4606-a3a6-e5574dfd74e1 2026-05-08 02:20:35.368 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77f6b281-d38a-46f0-a43b-c97e49a2dba4 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] Tap Mirror: Handle Delete Port: d4d2c5ff-e0f0-4606-a3a6-e5574dfd74e1 [pid: 8|app: 0|req: 450/837] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:20:35 2026] DELETE /v2.0/networks/4fd7c8e9-e160-415e-80f8-6b2cb66dfc0c => 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: 451/838] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:20:35 2026] GET /v2.0/networks/a99791ea-ba1b-4d4b-9a64-262c00f6da8d?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: 452/839] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:20:35 2026] DELETE /v2.0/networks/baeb00e2-56fc-40f7-b58a-80422bcd342f => 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: 453/840] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:20:35 2026] GET /v2.0/networks/a99791ea-ba1b-4d4b-9a64-262c00f6da8d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/841] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:35 2026] GET /v2.0/ports?device_id=745f4124-4d4e-4a09-ae1d-35fc28667b69 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/842] 10.0.0.211 () {34 vars in 789 bytes} [Fri May 8 02:20:34 2026] PUT /v2.0/routers/a9d3f9d0-9340-4756-805e-3a1f7a447bc8/remove_router_interface => generated 309 bytes in 868 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:20:35.946 8 INFO neutron.api.v2.resource [None req-48184f46-3805-41b8-a47f-0b99ba133b63 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 455/843] 10.0.0.211 () {34 vars in 789 bytes} [Fri May 8 02:20:35 2026] PUT /v2.0/routers/a9d3f9d0-9340-4756-805e-3a1f7a447bc8/remove_router_interface => generated 197 bytes in 169 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 389/844] 10.0.0.211 () {32 vars in 736 bytes} [Fri May 8 02:20:35 2026] GET /v2.0/ports?device_id=a9d3f9d0-9340-4756-805e-3a1f7a447bc8 => 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: 456/845] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:35 2026] GET /v2.0/ports?device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/846] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:20:36 2026] GET /v2.0/security-groups?id=8660ee07-a960-4ffb-8941-ba9b2fba2b9d&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 02:20:36.181 7 INFO neutron_taas.services.taas.taas_plugin [None req-25157798-594d-4b45-b74d-4991483d8195 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] TaaS: Handle Delete Port: c0dd8164-8191-4702-8706-87d45a9c0d8b 2026-05-08 02:20:36.184 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25157798-594d-4b45-b74d-4991483d8195 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] Tap Mirror: Handle Delete Port: c0dd8164-8191-4702-8706-87d45a9c0d8b [pid: 8|app: 0|req: 458/847] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:20:36 2026] GET /v2.0/security-groups?tenant_id=2a52295719e34fa98d575315138e926d&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/848] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:20:36 2026] DELETE /v2.0/security-groups/11c54f67-f214-4bd3-a253-5fc0efd5fcc2 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:20:36.485 7 INFO neutron.services.segments.plugin [-] Segment e1f41353-ef59-41fc-bed4-1f76d6f023fc resource provider aggregate not found 2026-05-08 02:20:36.490 7 INFO neutron.services.segments.plugin [-] Segment e1f41353-ef59-41fc-bed4-1f76d6f023fc resource provider aggregate not found 2026-05-08 02:20:36.507 7 INFO neutron.services.segments.plugin [-] Segment e1f41353-ef59-41fc-bed4-1f76d6f023fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1f41353-ef59-41fc-bed4-1f76d6f023fc found for delete ", "request_id": "req-f3194e19-c6e2-4fbd-95f1-8b7311612594"}]} 2026-05-08 02:20:36.508 7 INFO neutron.services.segments.plugin [-] Segment e1f41353-ef59-41fc-bed4-1f76d6f023fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1f41353-ef59-41fc-bed4-1f76d6f023fc found for delete ", "request_id": "req-f8d824da-e6a5-4e56-b50c-42e12abc3451"}]} 2026-05-08 02:20:36.510 7 INFO neutron.db.l3_hamode_db [None req-25157798-594d-4b45-b74d-4991483d8195 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] HA network 3647d716-770a-415c-8949-b6375bfbc2b2 was deleted as no HA routers are present in tenant fd1133ca6cd24a0683461ead6db1c288. [pid: 7|app: 0|req: 390/849] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:20:35 2026] DELETE /v2.0/routers/a9d3f9d0-9340-4756-805e-3a1f7a447bc8 => generated 0 bytes in 535 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/850] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:20:36 2026] DELETE /v2.0/subnets/b0da4896-e444-4a1d-b386-0a90f7971546 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/851] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:36 2026] GET /v2.0/ports?device_id=745f4124-4d4e-4a09-ae1d-35fc28667b69 => 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: 391/852] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:20:36 2026] DELETE /v2.0/networks/efcbf418-bc80-4697-96f4-306442962f29 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:20:36.865 8 INFO neutron.db.segments_db [None req-0fd714fa-ddbd-4d74-8b13-fefb1dbbd1b1 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] Added segment 1942a576-c2e6-4bb0-9fe6-95f8abf201b3 of type vxlan for network c266c16c-c000-4e24-b769-86f4b6d57515 [pid: 8|app: 0|req: 462/853] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:20:36 2026] POST /v2.0/networks => generated 614 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:20:37.045 8 INFO neutron.services.segments.plugin [-] Segment 4e06ba83-ae70-48f0-8fce-2b3fca90caf6 resource provider aggregate not found 2026-05-08 02:20:37.049 8 INFO neutron.services.segments.plugin [-] Segment 4e06ba83-ae70-48f0-8fce-2b3fca90caf6 resource provider aggregate not found 2026-05-08 02:20:37.057 8 INFO neutron.services.segments.plugin [-] Segment 4e06ba83-ae70-48f0-8fce-2b3fca90caf6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e06ba83-ae70-48f0-8fce-2b3fca90caf6 found for delete ", "request_id": "req-5fe1a240-560c-4012-ac32-f9f4d33c5d81"}]} 2026-05-08 02:20:37.061 8 INFO neutron.services.segments.plugin [-] Segment 4e06ba83-ae70-48f0-8fce-2b3fca90caf6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e06ba83-ae70-48f0-8fce-2b3fca90caf6 found for delete ", "request_id": "req-10acd851-09ab-442e-8a7c-4893f2e64561"}]} 2026-05-08 02:20:37.071 8 INFO neutron.services.segments.plugin [-] Segment 52aa5ea1-a10f-47ef-a720-db87c176df0d resource provider aggregate not found 2026-05-08 02:20:37.086 8 INFO neutron.services.segments.plugin [-] Segment 52aa5ea1-a10f-47ef-a720-db87c176df0d resource provider aggregate not found 2026-05-08 02:20:37.094 8 INFO neutron.services.segments.plugin [-] Segment 52aa5ea1-a10f-47ef-a720-db87c176df0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52aa5ea1-a10f-47ef-a720-db87c176df0d found for delete ", "request_id": "req-5ad49767-db11-4632-bef8-8f89a380a48b"}]} 2026-05-08 02:20:37.101 8 INFO neutron.services.segments.plugin [-] Segment 52aa5ea1-a10f-47ef-a720-db87c176df0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52aa5ea1-a10f-47ef-a720-db87c176df0d found for delete ", "request_id": "req-041b008a-740f-42cf-a52f-72c86ab14717"}]} 2026-05-08 02:20:37.113 8 INFO neutron.services.segments.plugin [-] Segment f48b13fe-d7d3-4e1b-b8a1-0e83d8343f97 resource provider aggregate not found 2026-05-08 02:20:37.121 8 INFO neutron.services.segments.plugin [-] Segment f48b13fe-d7d3-4e1b-b8a1-0e83d8343f97 resource provider aggregate not found 2026-05-08 02:20:37.133 8 INFO neutron.services.segments.plugin [-] Segment f48b13fe-d7d3-4e1b-b8a1-0e83d8343f97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f48b13fe-d7d3-4e1b-b8a1-0e83d8343f97 found for delete ", "request_id": "req-3b1f0729-a753-460c-8c48-d75189f07883"}]} 2026-05-08 02:20:37.135 8 INFO neutron.services.segments.plugin [-] Segment f48b13fe-d7d3-4e1b-b8a1-0e83d8343f97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f48b13fe-d7d3-4e1b-b8a1-0e83d8343f97 found for delete ", "request_id": "req-1fb72ba9-a712-439e-8c35-fda3603ac44d"}]} [pid: 8|app: 0|req: 463/854] 199.204.45.113 () {34 vars in 994 bytes} [Fri May 8 02:20:37 2026] GET /v2.0/ports?device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/855] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:20:36 2026] POST /v2.0/subnets => generated 646 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/856] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:37 2026] GET /v2.0/ports?device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:20:37.316 8 INFO neutron.db.segments_db [None req-af6bd73f-b369-47b8-9256-5d50ab2805b6 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] Added segment a9875d13-2563-43bc-9971-105a5d62f1c3 of type vxlan for network b4b3843c-0558-4aea-9564-61ee28f85670 2026-05-08 02:20:37.392 7 INFO neutron_taas.services.taas.taas_plugin [req-43eb7e2e-af18-4375-9923-63899f727eef req-043168e5-fa98-4d9d-b773-6a23e6f59d14 96011b904fc8490a89a124a9a850aa3c d7a086f22c144483a6e304aaa4b4135b - - default default] TaaS: Handle Delete Port: 28b2cf94-d68c-4199-886b-be6117531152 2026-05-08 02:20:37.397 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-43eb7e2e-af18-4375-9923-63899f727eef req-043168e5-fa98-4d9d-b773-6a23e6f59d14 96011b904fc8490a89a124a9a850aa3c d7a086f22c144483a6e304aaa4b4135b - - default default] Tap Mirror: Handle Delete Port: 28b2cf94-d68c-4199-886b-be6117531152 2026-05-08 02:20:37.550 7 INFO neutron.db.l3_db [req-43eb7e2e-af18-4375-9923-63899f727eef req-043168e5-fa98-4d9d-b773-6a23e6f59d14 96011b904fc8490a89a124a9a850aa3c d7a086f22c144483a6e304aaa4b4135b - - default default] Floating IP a6a84f29-2907-4808-b8ea-9172a60b60f0 disassociated. External IP: 10.96.250.211, port: 28b2cf94-d68c-4199-886b-be6117531152. 2026-05-08 02:20:37.664 8 INFO neutron.db.l3_hamode_db [None req-af6bd73f-b369-47b8-9256-5d50ab2805b6 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 02:20:37.837 8 INFO neutron.db.l3_hamode_db [None req-af6bd73f-b369-47b8-9256-5d50ab2805b6 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 393/857] 199.204.45.113 () {36 vars in 997 bytes} [Fri May 8 02:20:37 2026] DELETE /v2.0/ports/28b2cf94-d68c-4199-886b-be6117531152 => generated 0 bytes in 673 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/858] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:20:37 2026] GET /v2.0/security-groups?id=8660ee07-a960-4ffb-8941-ba9b2fba2b9d&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: 395/859] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:37 2026] GET /v2.0/ports?device_id=745f4124-4d4e-4a09-ae1d-35fc28667b69 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:20:37.991 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a3f4c184-ddd1-4630-9282-bc5b79d3fa07'] response: {'server_uuid': 'dddd63d5-fee1-486d-a6bb-55f97c5112e0', 'name': 'network-vif-deleted', 'tag': '28b2cf94-d68c-4199-886b-be6117531152', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 465/860] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:20:37 2026] POST /v2.0/routers => generated 511 bytes in 1194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:20:38.478 7 INFO neutron.db.segments_db [None req-58d89423-821e-4d39-8352-9c7afc398e39 04d926bde9734e4bb46c389c65e525d7 2052fb22e1f54bfe9ccb6edba25b18ef - - default default] Added segment e81fb137-4284-423d-8765-68cb89997fed of type vxlan for network 2bd05baa-fff9-4f38-a8bc-2713046f07d7 2026-05-08 02:20:38.535 7 INFO neutron.services.segments.plugin [-] Segment ca8ab6df-0d79-4b2f-9c50-176c01e7e426 resource provider aggregate not found 2026-05-08 02:20:38.546 7 INFO neutron.services.segments.plugin [-] Segment ca8ab6df-0d79-4b2f-9c50-176c01e7e426 resource provider aggregate not found 2026-05-08 02:20:38.562 7 INFO neutron.services.segments.plugin [-] Segment ca8ab6df-0d79-4b2f-9c50-176c01e7e426 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca8ab6df-0d79-4b2f-9c50-176c01e7e426 found for delete ", "request_id": "req-698078f0-ce4e-46eb-96ae-b7556b4535ce"}]} 2026-05-08 02:20:38.568 7 INFO neutron.services.segments.plugin [-] Segment ca8ab6df-0d79-4b2f-9c50-176c01e7e426 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca8ab6df-0d79-4b2f-9c50-176c01e7e426 found for delete ", "request_id": "req-42a9bd0e-f9de-44e8-ae9f-69ac2b47e09d"}]} [pid: 7|app: 0|req: 396/861] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:20:38 2026] POST /v2.0/networks => generated 625 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/862] 10.0.0.211 () {34 vars in 665 bytes} [Fri May 8 02:20:38 2026] POST /v2.0/ports => generated 774 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 398/863] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:20:38 2026] GET /v2.0/networks?id=bf35b58f-2afd-488a-971b-77fd4d628e4e => generated 670 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:20:39.067 7 INFO neutron.db.segments_db [None req-713b4979-56eb-445c-82ed-834576903ca7 04d926bde9734e4bb46c389c65e525d7 2052fb22e1f54bfe9ccb6edba25b18ef - - default default] Added segment c9623d9d-c1db-4bb6-aecc-dfe21fdac406 of type vxlan for network e1bef9c8-f7cb-4a31-a6b3-ac159dd4f6bc [pid: 7|app: 0|req: 399/864] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:20:39 2026] POST /v2.0/networks => generated 613 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/865] 199.204.45.113 () {34 vars in 1050 bytes} [Fri May 8 02:20:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7ebcaf6b78bf43ea9db124f6f05bd661 => generated 181 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/866] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:39 2026] GET /v2.0/ports?device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => 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: 402/867] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:39 2026] GET /v2.0/ports?device_id=745f4124-4d4e-4a09-ae1d-35fc28667b69 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/868] 10.0.0.211 () {34 vars in 783 bytes} [Fri May 8 02:20:38 2026] PUT /v2.0/routers/20a9e2b6-c066-472c-b1fb-9bc6e7aeaf7a/add_router_interface => generated 309 bytes in 1045 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/869] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:20:39 2026] POST /v2.0/subnets => generated 626 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/870] 10.0.0.211 () {32 vars in 717 bytes} [Fri May 8 02:20:39 2026] GET /v2.0/ports/c4d75338-09f2-4b87-8c6c-4fac58a64762 => generated 959 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/871] 199.204.45.113 () {38 vars in 955 bytes} [Fri May 8 02:20:39 2026] POST /v2.0/ports => generated 954 bytes in 399 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 02:20:40.220 8 INFO neutron_taas.services.taas.taas_plugin [None req-a201c59d-0831-4dde-8ea1-35c7cf10f8c4 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] TaaS: Handle Delete Port: c4d75338-09f2-4b87-8c6c-4fac58a64762 2026-05-08 02:20:40.224 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a201c59d-0831-4dde-8ea1-35c7cf10f8c4 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] Tap Mirror: Handle Delete Port: c4d75338-09f2-4b87-8c6c-4fac58a64762 [pid: 7|app: 0|req: 405/872] 10.0.0.211 () {34 vars in 665 bytes} [Fri May 8 02:20:39 2026] POST /v2.0/ports => generated 953 bytes in 776 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: 468/873] 10.0.0.211 () {34 vars in 789 bytes} [Fri May 8 02:20:39 2026] PUT /v2.0/routers/20a9e2b6-c066-472c-b1fb-9bc6e7aeaf7a/remove_router_interface => generated 309 bytes in 695 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/874] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:40 2026] GET /v2.0/ports?device_id=dddd63d5-fee1-486d-a6bb-55f97c5112e0 => 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: 470/875] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:40 2026] GET /v2.0/ports?device_id=745f4124-4d4e-4a09-ae1d-35fc28667b69 => 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: 406/876] 199.204.45.113 () {38 vars in 1028 bytes} [Fri May 8 02:20:40 2026] PUT /v2.0/ports/81893c9d-a046-4947-bd56-a15dcd6d7d46 => generated 1235 bytes in 412 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: 407/877] 10.0.0.211 () {32 vars in 736 bytes} [Fri May 8 02:20:40 2026] GET /v2.0/ports?device_id=20a9e2b6-c066-472c-b1fb-9bc6e7aeaf7a => 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: 408/878] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:20:40 2026] GET /v2.0/security-groups?id=a5205801-91ee-4f1b-8908-b9ea6622d9b0&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 02:20:40.796 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cc371c59-b3bc-4e47-901d-731f48e397eb'] response: {'name': 'network-changed', 'server_uuid': '745f4124-4d4e-4a09-ae1d-35fc28667b69', 'tag': '81893c9d-a046-4947-bd56-a15dcd6d7d46', 'status': 'completed', 'code': 200} 2026-05-08 02:20:40.796 8 INFO neutron_taas.services.taas.taas_plugin [None req-b42e6602-bcbf-41df-8904-1e7233118537 04d926bde9734e4bb46c389c65e525d7 2052fb22e1f54bfe9ccb6edba25b18ef - - default default] TaaS: Handle Delete Port: 7cd8b1aa-e6ce-4dfe-b2d8-8c6e28cf87e3 2026-05-08 02:20:40.799 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b42e6602-bcbf-41df-8904-1e7233118537 04d926bde9734e4bb46c389c65e525d7 2052fb22e1f54bfe9ccb6edba25b18ef - - default default] Tap Mirror: Handle Delete Port: 7cd8b1aa-e6ce-4dfe-b2d8-8c6e28cf87e3 2026-05-08 02:20:40.976 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ad309ad-4064-409d-885b-50359d573259 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] TaaS: Handle Delete Port: 244609a6-4d9a-4b87-b8c8-ab912cce69d9 2026-05-08 02:20:40.979 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ad309ad-4064-409d-885b-50359d573259 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] Tap Mirror: Handle Delete Port: 244609a6-4d9a-4b87-b8c8-ab912cce69d9 [pid: 8|app: 0|req: 471/879] 10.0.0.211 () {32 vars in 720 bytes} [Fri May 8 02:20:40 2026] DELETE /v2.0/ports/7cd8b1aa-e6ce-4dfe-b2d8-8c6e28cf87e3 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:20:41.011 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f323acd9-abba-44fc-babe-72b790ecdff3 04d926bde9734e4bb46c389c65e525d7 2052fb22e1f54bfe9ccb6edba25b18ef - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 472/880] 10.0.0.211 () {32 vars in 720 bytes} [Fri May 8 02:20:40 2026] DELETE /v2.0/ports/7cd8b1aa-e6ce-4dfe-b2d8-8c6e28cf87e3 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:20:41.033 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f8ea97a6-49f5-4862-b285-13639f5e6d3a 04d926bde9734e4bb46c389c65e525d7 2052fb22e1f54bfe9ccb6edba25b18ef - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 473/881] 10.0.0.211 () {32 vars in 717 bytes} [Fri May 8 02:20:41 2026] GET /v2.0/ports/7cd8b1aa-e6ce-4dfe-b2d8-8c6e28cf87e3 => 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: 474/882] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:20:41 2026] DELETE /v2.0/subnets/0c4803a6-1116-407e-863a-2e3f371cf2de => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:20:41.278 8 INFO neutron.services.segments.plugin [-] Segment c9623d9d-c1db-4bb6-aecc-dfe21fdac406 resource provider aggregate not found 2026-05-08 02:20:41.287 8 INFO neutron.services.segments.plugin [-] Segment c9623d9d-c1db-4bb6-aecc-dfe21fdac406 resource provider aggregate not found 2026-05-08 02:20:41.302 8 INFO neutron.services.segments.plugin [-] Segment c9623d9d-c1db-4bb6-aecc-dfe21fdac406 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9623d9d-c1db-4bb6-aecc-dfe21fdac406 found for delete ", "request_id": "req-19e15a81-03f4-41f0-a814-90833742e7b1"}]} [pid: 8|app: 0|req: 475/883] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:20:41 2026] DELETE /v2.0/networks/e1bef9c8-f7cb-4a31-a6b3-ac159dd4f6bc => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:20:41.316 8 INFO neutron.services.segments.plugin [-] Segment c9623d9d-c1db-4bb6-aecc-dfe21fdac406 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9623d9d-c1db-4bb6-aecc-dfe21fdac406 found for delete ", "request_id": "req-9f196a82-d592-4926-b285-56dd19c4da1d"}]} [pid: 8|app: 0|req: 476/884] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:20:41 2026] GET /v2.0/ports?tenant_id=7ebcaf6b78bf43ea9db124f6f05bd661&device_id=745f4124-4d4e-4a09-ae1d-35fc28667b69 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:20:41.357 7 INFO neutron.services.segments.plugin [-] Segment a9875d13-2563-43bc-9971-105a5d62f1c3 resource provider aggregate not found 2026-05-08 02:20:41.376 7 INFO neutron.services.segments.plugin [-] Segment a9875d13-2563-43bc-9971-105a5d62f1c3 resource provider aggregate not found 2026-05-08 02:20:41.384 7 INFO neutron.services.segments.plugin [-] Segment a9875d13-2563-43bc-9971-105a5d62f1c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9875d13-2563-43bc-9971-105a5d62f1c3 found for delete ", "request_id": "req-3918f4ce-93c4-4929-a49c-68efda424031"}]} 2026-05-08 02:20:41.398 7 INFO neutron.services.segments.plugin [-] Segment a9875d13-2563-43bc-9971-105a5d62f1c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9875d13-2563-43bc-9971-105a5d62f1c3 found for delete ", "request_id": "req-4ea8b13a-08cf-46b5-a303-464f350c818e"}]} 2026-05-08 02:20:41.402 7 INFO neutron.db.l3_hamode_db [None req-8ad309ad-4064-409d-885b-50359d573259 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] HA network b4b3843c-0558-4aea-9564-61ee28f85670 was deleted as no HA routers are present in tenant fd1133ca6cd24a0683461ead6db1c288. [pid: 7|app: 0|req: 409/885] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:20:40 2026] DELETE /v2.0/routers/20a9e2b6-c066-472c-b1fb-9bc6e7aeaf7a => generated 0 bytes in 613 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:20:41.430 8 INFO neutron.db.segments_db [None req-8bb86378-1a49-40f4-93fe-87677778ecd3 04d926bde9734e4bb46c389c65e525d7 2052fb22e1f54bfe9ccb6edba25b18ef - - default default] Added segment 34131b3e-9090-4c01-a1ce-e686c32950b5 of type vxlan for network 4036d88d-da7f-45f0-bc77-ab94d698b2d6 [pid: 7|app: 0|req: 410/886] 199.204.45.113 () {34 vars in 1018 bytes} [Fri May 8 02:20:41 2026] GET /v2.0/networks?tenant_id=7ebcaf6b78bf43ea9db124f6f05bd661&shared=False => generated 766 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/887] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:20:41 2026] POST /v2.0/networks => generated 613 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/888] 199.204.45.113 () {34 vars in 930 bytes} [Fri May 8 02:20:41 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) [pid: 7|app: 0|req: 411/889] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:20:41 2026] DELETE /v2.0/subnets/5e1200b8-5e6a-4013-a057-5dd83a5ce3a3 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/890] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:20:41 2026] DELETE /v2.0/networks/c266c16c-c000-4e24-b769-86f4b6d57515 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:20:41.732 7 INFO neutron.db.segments_db [None req-6f65d7cb-07f8-4b0e-a103-ec2a3d186d92 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] Added segment bdaa7270-48ef-4454-9743-6c31407f9229 of type vxlan for network 7c4c425a-d79f-4b05-ad8c-fbba2a02e90b [pid: 8|app: 0|req: 479/891] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:20:41 2026] POST /v2.0/subnets => generated 626 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/892] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:20:41 2026] DELETE /v2.0/security-groups/8660ee07-a960-4ffb-8941-ba9b2fba2b9d => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:20:41.974 7 INFO neutron.db.l3_hamode_db [None req-6f65d7cb-07f8-4b0e-a103-ec2a3d186d92 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 481/893] 10.0.0.211 () {34 vars in 665 bytes} [Fri May 8 02:20:41 2026] POST /v2.0/ports => generated 915 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/894] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:42 2026] GET /v2.0/ports?device_id=745f4124-4d4e-4a09-ae1d-35fc28667b69 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:20:42.316 8 INFO neutron.api.v2.resource [None req-cfbc6111-a99f-4de4-bd17-06e9c9fc696e 96011b904fc8490a89a124a9a850aa3c d7a086f22c144483a6e304aaa4b4135b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 483/895] 10.0.0.211 () {32 vars in 737 bytes} [Fri May 8 02:20:42 2026] GET /v2.0/security-groups/8660ee07-a960-4ffb-8941-ba9b2fba2b9d => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:20:42.416 8 INFO neutron_taas.services.taas.taas_plugin [None req-0fb7106d-b31d-45dc-8ddb-b1cc64f8c95f 04d926bde9734e4bb46c389c65e525d7 2052fb22e1f54bfe9ccb6edba25b18ef - - default default] TaaS: Handle Delete Port: 3b3e1189-e84d-4f37-8469-645de653c33f 2026-05-08 02:20:42.419 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fb7106d-b31d-45dc-8ddb-b1cc64f8c95f 04d926bde9734e4bb46c389c65e525d7 2052fb22e1f54bfe9ccb6edba25b18ef - - default default] Tap Mirror: Handle Delete Port: 3b3e1189-e84d-4f37-8469-645de653c33f [pid: 8|app: 0|req: 484/896] 10.0.0.211 () {32 vars in 720 bytes} [Fri May 8 02:20:42 2026] DELETE /v2.0/ports/3b3e1189-e84d-4f37-8469-645de653c33f => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/897] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:20:42 2026] GET /v2.0/security-groups?id=a5205801-91ee-4f1b-8908-b9ea6622d9b0&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 02:20:42.677 8 INFO neutron_taas.services.taas.taas_plugin [None req-ba7e33d3-25fe-40ee-978c-945ef6aba80b 96011b904fc8490a89a124a9a850aa3c d7a086f22c144483a6e304aaa4b4135b - - default default] TaaS: Handle Delete Port: 2b32d2d4-4ea2-42b2-ba73-d6c792565179 2026-05-08 02:20:42.680 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba7e33d3-25fe-40ee-978c-945ef6aba80b 96011b904fc8490a89a124a9a850aa3c d7a086f22c144483a6e304aaa4b4135b - - default default] Tap Mirror: Handle Delete Port: 2b32d2d4-4ea2-42b2-ba73-d6c792565179 2026-05-08 02:20:42.739 7 INFO neutron.db.l3_hamode_db [None req-6f65d7cb-07f8-4b0e-a103-ec2a3d186d92 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 486/898] 10.0.0.211 () {32 vars in 732 bytes} [Fri May 8 02:20:42 2026] DELETE /v2.0/floatingips/a6a84f29-2907-4808-b8ea-9172a60b60f0 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:20:42.856 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dcd512f7-8d0a-41a1-b47a-14736793716b 04d926bde9734e4bb46c389c65e525d7 2052fb22e1f54bfe9ccb6edba25b18ef - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 487/899] 10.0.0.211 () {32 vars in 717 bytes} [Fri May 8 02:20:42 2026] GET /v2.0/ports/3b3e1189-e84d-4f37-8469-645de653c33f => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/900] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:20:42 2026] GET /v2.0/ports?tenant_id=7ebcaf6b78bf43ea9db124f6f05bd661&device_id=745f4124-4d4e-4a09-ae1d-35fc28667b69 => generated 1238 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/901] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:20:42 2026] DELETE /v2.0/subnets/0524b8c9-0b4e-4ead-924a-610b37cb50bf => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/902] 199.204.45.113 () {34 vars in 1058 bytes} [Fri May 8 02:20:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=81893c9d-a046-4947-bd56-a15dcd6d7d46 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:20:43.401 8 INFO neutron_taas.services.taas.taas_plugin [None req-0d73a67d-f978-469c-8b6b-747777de15bf 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 202ef67b-8316-4a83-a896-7dbb127dcf83 2026-05-08 02:20:43.404 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d73a67d-f978-469c-8b6b-747777de15bf 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 202ef67b-8316-4a83-a896-7dbb127dcf83 2026-05-08 02:20:43.418 7 INFO neutron.services.segments.plugin [-] Segment 1942a576-c2e6-4bb0-9fe6-95f8abf201b3 resource provider aggregate not found 2026-05-08 02:20:43.427 7 INFO neutron.services.segments.plugin [-] Segment 1942a576-c2e6-4bb0-9fe6-95f8abf201b3 resource provider aggregate not found 2026-05-08 02:20:43.438 7 INFO neutron.services.segments.plugin [-] Segment 1942a576-c2e6-4bb0-9fe6-95f8abf201b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1942a576-c2e6-4bb0-9fe6-95f8abf201b3 found for delete ", "request_id": "req-f27cb7d4-ae1d-4c42-965c-dd13c2e71478"}]} 2026-05-08 02:20:43.447 7 INFO neutron.services.segments.plugin [-] Segment 1942a576-c2e6-4bb0-9fe6-95f8abf201b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1942a576-c2e6-4bb0-9fe6-95f8abf201b3 found for delete ", "request_id": "req-51e41047-da05-42f2-960e-f16a57cf928b"}]} [pid: 7|app: 0|req: 413/903] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:20:41 2026] POST /v2.0/routers => generated 692 bytes in 1938 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/904] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:20:43 2026] DELETE /v2.0/networks/4036d88d-da7f-45f0-bc77-ab94d698b2d6 => 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: 415/905] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:20:43 2026] GET /v2.0/subnets?id=9a723e8f-96c0-49f7-9e31-dda9ddb0d4cd => generated 688 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/906] 10.0.0.211 () {32 vars in 721 bytes} [Fri May 8 02:20:43 2026] GET /v2.0/routers/2cd9663a-21cf-4f40-8176-f519f8aebaad => generated 698 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/907] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:43 2026] GET /v2.0/ports?device_id=745f4124-4d4e-4a09-ae1d-35fc28667b69 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/908] 10.0.0.211 () {34 vars in 789 bytes} [Fri May 8 02:20:43 2026] PUT /v2.0/routers/af774ee0-0d17-405c-90f7-b372460923e2/remove_router_interface => generated 309 bytes in 912 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/909] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:20:43 2026] GET /v2.0/ports?network_id=bf35b58f-2afd-488a-971b-77fd4d628e4e&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/910] 10.0.0.211 () {32 vars in 647 bytes} [Fri May 8 02:20:43 2026] GET /v2.0/routers => generated 701 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/911] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:20:44 2026] GET /v2.0/security-groups?id=a5205801-91ee-4f1b-8908-b9ea6622d9b0&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: 418/912] 10.0.0.211 () {34 vars in 665 bytes} [Fri May 8 02:20:43 2026] POST /v2.0/ports => generated 775 bytes in 312 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: 419/913] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:20:44 2026] GET /v2.0/networks/bf35b58f-2afd-488a-971b-77fd4d628e4e?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:20:44.319 8 INFO neutron_taas.services.taas.taas_plugin [None req-cc484165-20b0-4ae4-9da9-77fa0836c702 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 8ed8c4cc-6845-4341-8f37-ace9b17e4d5b 2026-05-08 02:20:44.321 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc484165-20b0-4ae4-9da9-77fa0836c702 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 8ed8c4cc-6845-4341-8f37-ace9b17e4d5b 2026-05-08 02:20:44.560 8 INFO neutron_taas.services.taas.taas_plugin [None req-cc484165-20b0-4ae4-9da9-77fa0836c702 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 2f3d2348-4c8d-423b-8f3c-4e4a70b229d5 2026-05-08 02:20:44.562 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc484165-20b0-4ae4-9da9-77fa0836c702 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 2f3d2348-4c8d-423b-8f3c-4e4a70b229d5 [pid: 7|app: 0|req: 420/914] 10.0.0.211 () {34 vars in 741 bytes} [Fri May 8 02:20:44 2026] PUT /v2.0/routers/2cd9663a-21cf-4f40-8176-f519f8aebaad => generated 705 bytes in 467 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:20:44.964 8 INFO neutron.services.segments.plugin [-] Segment 1077d526-5db5-42e2-a86e-a3feeae3edc9 resource provider aggregate not found 2026-05-08 02:20:44.971 8 INFO neutron.services.segments.plugin [-] Segment 1077d526-5db5-42e2-a86e-a3feeae3edc9 resource provider aggregate not found [pid: 7|app: 0|req: 421/915] 10.0.0.211 () {34 vars in 737 bytes} [Fri May 8 02:20:44 2026] PUT /v2.0/ports/7f81652e-a9ac-4073-86e3-a1c5e7cace37 => generated 752 bytes in 218 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 02:20:44.989 8 INFO neutron.services.segments.plugin [-] Segment 1077d526-5db5-42e2-a86e-a3feeae3edc9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1077d526-5db5-42e2-a86e-a3feeae3edc9 found for delete ", "request_id": "req-e30fb4f9-9c87-4cfc-a666-e8d3fe2c6b8a"}]} 2026-05-08 02:20:44.992 8 INFO neutron.services.segments.plugin [-] Segment 1077d526-5db5-42e2-a86e-a3feeae3edc9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1077d526-5db5-42e2-a86e-a3feeae3edc9 found for delete ", "request_id": "req-19b251bc-a605-467c-a8c8-c3490ef7d11b"}]} 2026-05-08 02:20:44.998 8 INFO neutron.db.l3_hamode_db [None req-cc484165-20b0-4ae4-9da9-77fa0836c702 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] HA network 56d19aa3-4a49-476d-97fd-d159d27ea94f was deleted as no HA routers are present in tenant d7a086f22c144483a6e304aaa4b4135b. [pid: 8|app: 0|req: 495/916] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:20:44 2026] DELETE /v2.0/routers/af774ee0-0d17-405c-90f7-b372460923e2 => generated 0 bytes in 916 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/917] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:20:44 2026] GET /v2.0/networks/bf35b58f-2afd-488a-971b-77fd4d628e4e?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: 496/920] 10.0.0.211 () {32 vars in 721 bytes} [Fri May 8 02:20:45 2026] GET /v2.0/routers/2cd9663a-21cf-4f40-8176-f519f8aebaad => generated 705 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:20:45.121 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2cf33cd-43ae-407c-ae5b-eee36b9e052b 04d926bde9734e4bb46c389c65e525d7 2052fb22e1f54bfe9ccb6edba25b18ef - - default default] TaaS: Handle Delete Port: 7f81652e-a9ac-4073-86e3-a1c5e7cace37 2026-05-08 02:20:45.124 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2cf33cd-43ae-407c-ae5b-eee36b9e052b 04d926bde9734e4bb46c389c65e525d7 2052fb22e1f54bfe9ccb6edba25b18ef - - default default] Tap Mirror: Handle Delete Port: 7f81652e-a9ac-4073-86e3-a1c5e7cace37 [pid: 8|app: 0|req: 497/921] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:20:45 2026] DELETE /v2.0/subnets/c4a26dd2-6ecd-4342-baa4-1cefba3cf79d => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/922] 10.0.0.211 () {32 vars in 720 bytes} [Fri May 8 02:20:45 2026] DELETE /v2.0/ports/7f81652e-a9ac-4073-86e3-a1c5e7cace37 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/923] 10.0.0.211 () {32 vars in 736 bytes} [Fri May 8 02:20:45 2026] GET /v2.0/ports?device_id=2cd9663a-21cf-4f40-8176-f519f8aebaad => 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: 426/924] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:45 2026] GET /v2.0/ports?device_id=745f4124-4d4e-4a09-ae1d-35fc28667b69 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/925] 10.0.0.211 () {32 vars in 643 bytes} [Fri May 8 02:20:45 2026] GET /v2.0/ports => generated 777 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:20:45.359 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7ad339b-cf76-4ac3-99e9-37272ef733f4 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: b2dadf85-6f6e-40e0-8846-f7b260b2005f 2026-05-08 02:20:45.362 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7ad339b-cf76-4ac3-99e9-37272ef733f4 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: b2dadf85-6f6e-40e0-8846-f7b260b2005f 2026-05-08 02:20:45.457 7 INFO neutron.services.segments.plugin [-] Segment 34131b3e-9090-4c01-a1ce-e686c32950b5 resource provider aggregate not found 2026-05-08 02:20:45.468 7 INFO neutron.services.segments.plugin [-] Segment 34131b3e-9090-4c01-a1ce-e686c32950b5 resource provider aggregate not found 2026-05-08 02:20:45.481 7 INFO neutron.services.segments.plugin [-] Segment 34131b3e-9090-4c01-a1ce-e686c32950b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34131b3e-9090-4c01-a1ce-e686c32950b5 found for delete ", "request_id": "req-6d7cc1fb-1e5d-442a-a5de-a674b997d63c"}]} 2026-05-08 02:20:45.489 7 INFO neutron.services.segments.plugin [-] Segment 34131b3e-9090-4c01-a1ce-e686c32950b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34131b3e-9090-4c01-a1ce-e686c32950b5 found for delete ", "request_id": "req-f25e5af5-90d9-486a-8bda-02b025adcb95"}]} 2026-05-08 02:20:45.505 8 INFO neutron_taas.services.taas.taas_plugin [None req-532c4da8-7642-43f5-88b8-8fdde1528c71 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] TaaS: Handle Delete Port: dd4a046e-1e7e-4d1d-817a-20e8a4957854 2026-05-08 02:20:45.508 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-532c4da8-7642-43f5-88b8-8fdde1528c71 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] Tap Mirror: Handle Delete Port: dd4a046e-1e7e-4d1d-817a-20e8a4957854 [pid: 7|app: 0|req: 427/926] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:20:45 2026] DELETE /v2.0/networks/a99791ea-ba1b-4d4b-9a64-262c00f6da8d => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/927] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:20:45 2026] GET /v2.0/security-groups?id=a5205801-91ee-4f1b-8908-b9ea6622d9b0&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:20:45.660 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7d0b75fb-7f50-49ad-b365-18c0ef1049d0 04d926bde9734e4bb46c389c65e525d7 2052fb22e1f54bfe9ccb6edba25b18ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 429/928] 10.0.0.211 () {32 vars in 717 bytes} [Fri May 8 02:20:45 2026] GET /v2.0/ports/7f81652e-a9ac-4073-86e3-a1c5e7cace37 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/929] 10.0.0.211 () {32 vars in 643 bytes} [Fri May 8 02:20:45 2026] GET /v2.0/ports => generated 777 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/930] 10.0.0.211 () {32 vars in 717 bytes} [Fri May 8 02:20:45 2026] GET /v2.0/ports/44d5ff84-f7c4-4845-92fb-2cca6bd664eb => generated 774 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/931] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:20:45 2026] GET /v2.0/security-groups?tenant_id=d7a086f22c144483a6e304aaa4b4135b&name=default => generated 2921 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:20:45.835 8 INFO neutron_taas.services.taas.taas_plugin [None req-532c4da8-7642-43f5-88b8-8fdde1528c71 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] TaaS: Handle Delete Port: e1a926fc-c72b-42e7-a43a-d525d9c8abbb 2026-05-08 02:20:45.838 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fbc9d6de-8a2e-4dc7-acdc-5c1a5a033d0b 04d926bde9734e4bb46c389c65e525d7 2052fb22e1f54bfe9ccb6edba25b18ef - - default default] DELETE failed (client error): The resource could not be found. 2026-05-08 02:20:45.838 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-532c4da8-7642-43f5-88b8-8fdde1528c71 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] Tap Mirror: Handle Delete Port: e1a926fc-c72b-42e7-a43a-d525d9c8abbb [pid: 7|app: 0|req: 433/932] 10.0.0.211 () {32 vars in 720 bytes} [Fri May 8 02:20:45 2026] DELETE /v2.0/ports/3b3e1189-e84d-4f37-8469-645de653c33f => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/933] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:20:45 2026] DELETE /v2.0/security-groups/d4202314-0e63-4416-b958-4c591e2da1d8 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:20:45.954 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7da5326e-7418-4e19-9862-05fdd7d23e03 04d926bde9734e4bb46c389c65e525d7 2052fb22e1f54bfe9ccb6edba25b18ef - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 435/934] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:20:45 2026] DELETE /v2.0/subnets/0524b8c9-0b4e-4ead-924a-610b37cb50bf => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:20:45.971 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eeae12cf-422c-4906-816b-57b17c72f32c 04d926bde9734e4bb46c389c65e525d7 2052fb22e1f54bfe9ccb6edba25b18ef - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 436/935] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:20:45 2026] DELETE /v2.0/subnets/0c4803a6-1116-407e-863a-2e3f371cf2de => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:20:46.057 7 INFO neutron_taas.services.taas.taas_plugin [None req-059618b6-0327-49e4-b723-dfc406b57264 04d926bde9734e4bb46c389c65e525d7 2052fb22e1f54bfe9ccb6edba25b18ef - - default default] TaaS: Handle Delete Port: 44d5ff84-f7c4-4845-92fb-2cca6bd664eb 2026-05-08 02:20:46.060 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-059618b6-0327-49e4-b723-dfc406b57264 04d926bde9734e4bb46c389c65e525d7 2052fb22e1f54bfe9ccb6edba25b18ef - - default default] Tap Mirror: Handle Delete Port: 44d5ff84-f7c4-4845-92fb-2cca6bd664eb [pid: 7|app: 0|req: 437/936] 10.0.0.211 () {32 vars in 720 bytes} [Fri May 8 02:20:45 2026] DELETE /v2.0/ports/44d5ff84-f7c4-4845-92fb-2cca6bd664eb => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:20:46.167 8 INFO neutron.db.l3_hamode_db [None req-532c4da8-7642-43f5-88b8-8fdde1528c71 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] HA network 7c4c425a-d79f-4b05-ad8c-fbba2a02e90b was deleted as no HA routers are present in tenant fd1133ca6cd24a0683461ead6db1c288. [pid: 8|app: 0|req: 500/937] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:20:45 2026] DELETE /v2.0/routers/2cd9663a-21cf-4f40-8176-f519f8aebaad => generated 0 bytes in 846 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/938] 10.0.0.211 () {32 vars in 736 bytes} [Fri May 8 02:20:46 2026] GET /v2.0/ports?device_id=2cd9663a-21cf-4f40-8176-f519f8aebaad => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:20:46.224 8 INFO neutron.api.v2.resource [None req-b6228a1c-b1a3-4592-bade-535d560aa8f0 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 502/939] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:20:46 2026] DELETE /v2.0/routers/2cd9663a-21cf-4f40-8176-f519f8aebaad => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/940] 10.0.0.211 () {32 vars in 736 bytes} [Fri May 8 02:20:46 2026] GET /v2.0/ports?device_id=20a9e2b6-c066-472c-b1fb-9bc6e7aeaf7a => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:20:46.267 8 INFO neutron.api.v2.resource [None req-cf32da69-482d-451a-a6a3-ea4269c07ba3 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 504/941] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:20:46 2026] DELETE /v2.0/routers/20a9e2b6-c066-472c-b1fb-9bc6e7aeaf7a => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:20:46.284 8 INFO neutron.pecan_wsgi.hooks.translation [None req-734889ed-f3f8-411c-8d72-6137119619bc 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 505/942] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:20:46 2026] DELETE /v2.0/subnets/5e1200b8-5e6a-4013-a057-5dd83a5ce3a3 => 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: 506/943] 10.0.0.211 () {32 vars in 736 bytes} [Fri May 8 02:20:46 2026] GET /v2.0/ports?device_id=a9d3f9d0-9340-4756-805e-3a1f7a447bc8 => 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: 438/944] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:20:46 2026] DELETE /v2.0/networks/2bd05baa-fff9-4f38-a8bc-2713046f07d7 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:20:46.339 8 INFO neutron.api.v2.resource [None req-1e9f2009-bbe7-4198-8d00-530d48b2f895 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 507/945] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:20:46 2026] DELETE /v2.0/routers/a9d3f9d0-9340-4756-805e-3a1f7a447bc8 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:20:46.364 7 INFO neutron.pecan_wsgi.hooks.translation [None req-33687bcf-3de1-49de-b290-838d60b51127 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 439/946] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:20:46 2026] DELETE /v2.0/subnets/b0da4896-e444-4a1d-b386-0a90f7971546 => 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: 508/947] 10.0.0.211 () {32 vars in 736 bytes} [Fri May 8 02:20:46 2026] GET /v2.0/ports?device_id=3123a84e-e095-495e-8636-c1edae4d8b5e => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:20:46.422 7 INFO neutron.api.v2.resource [None req-07d22401-005c-426b-93ae-6a1783992e6d 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 440/948] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:20:46 2026] DELETE /v2.0/routers/3123a84e-e095-495e-8636-c1edae4d8b5e => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:20:46.438 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1e8079d4-21f5-4ec3-9f45-425ba5b7cd07 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 509/949] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:20:46 2026] DELETE /v2.0/subnets/99383c88-5c62-4df1-8ca4-342b7111db1d => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:20:46.463 7 INFO neutron.pecan_wsgi.hooks.translation [None req-78bc3bdc-3553-44f7-b0df-e05f57e679f3 56f6d60c0f384c13a090266add6cc7a8 fd1133ca6cd24a0683461ead6db1c288 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 441/950] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:20:46 2026] DELETE /v2.0/subnets/11b14975-05a1-4bcf-aa63-6b8d8d7fd64d => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/951] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:46 2026] GET /v2.0/ports?device_id=745f4124-4d4e-4a09-ae1d-35fc28667b69 => generated 969 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/952] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:20:46 2026] GET /v2.0/security-groups?id=a5205801-91ee-4f1b-8908-b9ea6622d9b0&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 02:20:47.012 8 INFO neutron.services.segments.plugin [-] Segment bdaa7270-48ef-4454-9743-6c31407f9229 resource provider aggregate not found 2026-05-08 02:20:47.018 8 INFO neutron.services.segments.plugin [-] Segment bdaa7270-48ef-4454-9743-6c31407f9229 resource provider aggregate not found 2026-05-08 02:20:47.029 8 INFO neutron.services.segments.plugin [-] Segment bdaa7270-48ef-4454-9743-6c31407f9229 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdaa7270-48ef-4454-9743-6c31407f9229 found for delete ", "request_id": "req-2f189d0e-badb-4633-a4ed-a1892a75ece9"}]} 2026-05-08 02:20:47.033 8 INFO neutron.services.segments.plugin [-] Segment bdaa7270-48ef-4454-9743-6c31407f9229 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdaa7270-48ef-4454-9743-6c31407f9229 found for delete ", "request_id": "req-3b7aadda-bb9f-46ac-82ec-2a6d4cc286d4"}]} [pid: 8|app: 0|req: 511/953] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:20:46 2026] GET /v2.0/security-groups?tenant_id=2052fb22e1f54bfe9ccb6edba25b18ef&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/954] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:20:47 2026] GET /v2.0/security-groups?tenant_id=fd1133ca6cd24a0683461ead6db1c288&name=default => generated 2925 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/955] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:20:47 2026] DELETE /v2.0/security-groups/aa5234d1-00b3-4948-bc86-452e293fb82a => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:20:47.506 7 INFO neutron.services.segments.plugin [-] Segment f5cbafaa-237f-4e3d-9b8e-3ba7dd33b6ad resource provider aggregate not found 2026-05-08 02:20:47.511 7 INFO neutron.services.segments.plugin [-] Segment f5cbafaa-237f-4e3d-9b8e-3ba7dd33b6ad resource provider aggregate not found 2026-05-08 02:20:47.521 7 INFO neutron.services.segments.plugin [-] Segment f5cbafaa-237f-4e3d-9b8e-3ba7dd33b6ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5cbafaa-237f-4e3d-9b8e-3ba7dd33b6ad found for delete ", "request_id": "req-d556fbb5-f73d-4a07-b45b-37fd906f188a"}]} 2026-05-08 02:20:47.527 7 INFO neutron.services.segments.plugin [-] Segment f5cbafaa-237f-4e3d-9b8e-3ba7dd33b6ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5cbafaa-237f-4e3d-9b8e-3ba7dd33b6ad found for delete ", "request_id": "req-245b43bb-7357-4d5f-8dc6-8d9ce0c6844e"}]} 2026-05-08 02:20:47.556 7 INFO neutron.services.segments.plugin [-] Segment e81fb137-4284-423d-8765-68cb89997fed resource provider aggregate not found [pid: 7|app: 0|req: 444/956] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:20:47 2026] DELETE /v2.0/security-groups/e3d2d945-7c37-4f74-ae89-3c550443257d => generated 0 bytes in 309 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:20:47.557 7 INFO neutron.services.segments.plugin [-] Segment e81fb137-4284-423d-8765-68cb89997fed resource provider aggregate not found 2026-05-08 02:20:47.575 7 INFO neutron.services.segments.plugin [-] Segment e81fb137-4284-423d-8765-68cb89997fed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e81fb137-4284-423d-8765-68cb89997fed found for delete ", "request_id": "req-17330289-ccc1-4f47-baf9-5e4ad61fe61c"}]} 2026-05-08 02:20:47.579 7 INFO neutron.services.segments.plugin [-] Segment e81fb137-4284-423d-8765-68cb89997fed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e81fb137-4284-423d-8765-68cb89997fed found for delete ", "request_id": "req-772f72f9-01be-4390-b295-845736edbe49"}]} [pid: 8|app: 0|req: 513/957] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:47 2026] GET /v2.0/ports?device_id=745f4124-4d4e-4a09-ae1d-35fc28667b69 => 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: 445/958] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:20:47 2026] GET /v2.0/security-groups?id=a5205801-91ee-4f1b-8908-b9ea6622d9b0&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 02:20:48.353 8 INFO neutron.db.segments_db [None req-9cdd29c9-2ce3-4dcd-b852-9369bbec971b 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Added segment 2aed8265-dbf0-43af-a3a1-cd6525ed01f6 of type vxlan for network c753ebc9-dd13-4a5b-9a76-ccb371efbf2d [pid: 8|app: 0|req: 514/959] 10.0.0.211 () {34 vars in 671 bytes} [Fri May 8 02:20:48 2026] POST /v2.0/networks => generated 721 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/960] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:20:48 2026] POST /v2.0/subnets => generated 688 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:20:48.777 8 INFO neutron.db.segments_db [None req-0a701a80-2d10-43d2-8469-9bc4c072363b 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Added segment a135f7b4-2e50-4e9d-bf82-f91bbcd0eff7 of type vxlan for network e0c370dd-5753-4430-aebb-ce889dab9d22 2026-05-08 02:20:49.013 8 INFO neutron.db.l3_hamode_db [None req-0a701a80-2d10-43d2-8469-9bc4c072363b 2845fe7c4a3045b58ac66fc2286c088d af6b26ff2ff24fcabc8e532a1787908e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 447/961] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:49 2026] GET /v2.0/ports?device_id=745f4124-4d4e-4a09-ae1d-35fc28667b69 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/962] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:20:49 2026] GET /v2.0/security-groups?id=a5205801-91ee-4f1b-8908-b9ea6622d9b0&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 02:20:49.770 7 INFO neutron.db.segments_db [None req-12ba15ca-477f-494e-9c6f-45b337c6da93 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] Added segment 791b078a-2548-4e8b-bc7e-94ea6a147657 of type vxlan for network 8ab1abc0-7a0b-4903-9cee-d3a15be392d2 2026-05-08 02:20:49.881 8 INFO neutron.db.l3_hamode_db [None req-0a701a80-2d10-43d2-8469-9bc4c072363b 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 449/963] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:20:49 2026] POST /v2.0/networks => generated 609 bytes in 528 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/964] 10.0.0.211 () {34 vars in 676 bytes} [Fri May 8 02:20:49 2026] POST /v2.0/subnetpools => generated 548 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:20:50.092 7 INFO neutron.db.segments_db [None req-9f8d6283-892c-4801-8852-d155da46a987 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] Added segment f2fff710-01c3-45be-a5dc-a7ff19928b7d of type vxlan for network 26b5faa6-7341-474e-bfe2-1f63a0580751 [pid: 7|app: 0|req: 451/965] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:20:50 2026] POST /v2.0/networks => generated 611 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/966] 10.0.0.211 () {32 vars in 729 bytes} [Fri May 8 02:20:50 2026] GET /v2.0/subnetpools/0a9cd444-2fff-4aaf-8e2a-fc21eb12c440 => generated 548 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/967] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:20:50 2026] POST /v2.0/subnets => generated 626 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/968] 10.0.0.211 () {34 vars in 749 bytes} [Fri May 8 02:20:50 2026] PUT /v2.0/subnetpools/0a9cd444-2fff-4aaf-8e2a-fc21eb12c440 => generated 501 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/969] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:50 2026] GET /v2.0/ports?device_id=745f4124-4d4e-4a09-ae1d-35fc28667b69 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/970] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:20:50 2026] POST /v2.0/subnets => generated 626 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/971] 10.0.0.211 () {32 vars in 732 bytes} [Fri May 8 02:20:50 2026] DELETE /v2.0/subnetpools/0a9cd444-2fff-4aaf-8e2a-fc21eb12c440 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/972] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:20:50 2026] GET /v2.0/security-groups?id=a5205801-91ee-4f1b-8908-b9ea6622d9b0&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 02:20:50.815 7 INFO neutron.db.segments_db [None req-d97ec993-9ce9-475d-a345-692d655f069a 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] Added segment ddd3f398-4c1e-4c53-83df-ca371c91bbdc of type vxlan for network 251bf2e5-e6c6-4dd0-86e4-9bdda04fc291 [pid: 8|app: 0|req: 515/973] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:20:48 2026] POST /v2.0/routers => generated 728 bytes in 2122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:20:50.858 8 INFO neutron.api.v2.resource [None req-56603f51-3002-427a-802f-c0a27f16a361 f8353a38331d47fd9eef9ccffb4d56bf 80d0cccd7f0343ac843bb7b270d92673 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 516/974] 10.0.0.211 () {32 vars in 729 bytes} [Fri May 8 02:20:50 2026] GET /v2.0/subnetpools/0a9cd444-2fff-4aaf-8e2a-fc21eb12c440 => generated 145 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:20:51.090 7 INFO neutron.db.l3_hamode_db [None req-d97ec993-9ce9-475d-a345-692d655f069a 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 02:20:51.245 7 INFO neutron.db.l3_hamode_db [None req-d97ec993-9ce9-475d-a345-692d655f069a 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 459/975] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:20:50 2026] POST /v2.0/routers => generated 506 bytes in 1220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/976] 10.0.0.211 () {34 vars in 783 bytes} [Fri May 8 02:20:50 2026] PUT /v2.0/routers/90e76a36-aeeb-4b96-bce9-d7c060523a69/add_router_interface => generated 309 bytes in 1159 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:20:52.026 8 INFO neutron.api.v2.resource [None req-dece1e8a-b97c-45d6-9008-20eb6f4e14de f8353a38331d47fd9eef9ccffb4d56bf 80d0cccd7f0343ac843bb7b270d92673 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 518/977] 10.0.0.211 () {32 vars in 732 bytes} [Fri May 8 02:20:52 2026] DELETE /v2.0/subnetpools/0a9cd444-2fff-4aaf-8e2a-fc21eb12c440 => 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: 460/978] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:52 2026] GET /v2.0/ports?device_id=745f4124-4d4e-4a09-ae1d-35fc28667b69 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:20:52.394 7 INFO neutron.db.l3_db [None req-4c36238f-1024-4e9a-997d-e95fae47945e ffa4b3e9ea4f4b8d8a269207dcf4d26d 7ebcaf6b78bf43ea9db124f6f05bd661 - - default default] Floating IP 4a2de434-ef5e-4951-a4d1-2eab970e75bd associated. External IP: 10.96.250.201, port: 81893c9d-a046-4947-bd56-a15dcd6d7d46. [pid: 7|app: 0|req: 461/979] 10.0.0.211 () {34 vars in 749 bytes} [Fri May 8 02:20:52 2026] PUT /v2.0/floatingips/4a2de434-ef5e-4951-a4d1-2eab970e75bd => generated 855 bytes in 641 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:20:52.742 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5b1a4f1b-b829-4673-9d46-c1659cb6b2d9'] response: {'name': 'network-changed', 'server_uuid': '745f4124-4d4e-4a09-ae1d-35fc28667b69', 'tag': '81893c9d-a046-4947-bd56-a15dcd6d7d46', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 462/980] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:20:52 2026] GET /v2.0/security-groups?tenant_id=80d0cccd7f0343ac843bb7b270d92673&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/981] 10.0.0.211 () {34 vars in 685 bytes} [Fri May 8 02:20:52 2026] POST /v2.0/security-groups => generated 1660 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/982] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:53 2026] GET /v2.0/ports?device_id=745f4124-4d4e-4a09-ae1d-35fc28667b69 => 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: 519/983] 10.0.0.211 () {34 vars in 783 bytes} [Fri May 8 02:20:52 2026] PUT /v2.0/routers/69f5184a-d9d2-46be-8df9-7b07b2aaef44/add_router_interface => generated 309 bytes in 1154 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/984] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:20:53 2026] DELETE /v2.0/security-groups/b629f3eb-b4fe-4c7f-99ea-3b591f756ce2 => 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: 466/985] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:20:53 2026] GET /v2.0/security-groups?id=a5205801-91ee-4f1b-8908-b9ea6622d9b0&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/986] 10.0.0.211 () {32 vars in 717 bytes} [Fri May 8 02:20:53 2026] GET /v2.0/ports/940f0969-d28f-4fcc-a17d-08c35c046d6e => generated 955 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/987] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:20:53 2026] GET /v2.0/ports?tenant_id=7ebcaf6b78bf43ea9db124f6f05bd661&device_id=745f4124-4d4e-4a09-ae1d-35fc28667b69 => generated 1240 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/988] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:20:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/989] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:20:53 2026] GET /v2.0/networks?id=bf35b58f-2afd-488a-971b-77fd4d628e4e => generated 766 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/990] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:20:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/991] 199.204.45.113 () {34 vars in 1058 bytes} [Fri May 8 02:20:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=81893c9d-a046-4947-bd56-a15dcd6d7d46 => generated 858 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/992] 10.0.0.211 () {34 vars in 676 bytes} [Fri May 8 02:20:53 2026] POST /v2.0/floatingips => generated 552 bytes in 925 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/993] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:20:54 2026] GET /v2.0/subnets?id=9a723e8f-96c0-49f7-9e31-dda9ddb0d4cd => generated 688 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/994] 10.0.0.211 () {34 vars in 783 bytes} [Fri May 8 02:20:53 2026] PUT /v2.0/routers/69f5184a-d9d2-46be-8df9-7b07b2aaef44/add_router_interface => generated 309 bytes in 1227 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/995] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:54 2026] GET /v2.0/ports?device_id=745f4124-4d4e-4a09-ae1d-35fc28667b69 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/996] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:20:54 2026] GET /v2.0/ports?network_id=bf35b58f-2afd-488a-971b-77fd4d628e4e&device_owner=network%3Adhcp => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/997] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:20:54 2026] GET /v2.0/security-groups?id=a5205801-91ee-4f1b-8908-b9ea6622d9b0&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: 527/998] 10.0.0.211 () {32 vars in 717 bytes} [Fri May 8 02:20:54 2026] GET /v2.0/ports/fcc8ac48-ad0f-4a31-9ad7-92889de54cf6 => generated 955 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/999] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:20:54 2026] GET /v2.0/networks/bf35b58f-2afd-488a-971b-77fd4d628e4e?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: 473/1000] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:20:54 2026] GET /v2.0/networks/bf35b58f-2afd-488a-971b-77fd4d628e4e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:20:55.003 8 INFO neutron_taas.services.taas.taas_plugin [None req-2c18e0b1-eea4-40b1-a922-18dffc7eb8a3 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] TaaS: Handle Delete Port: fcc8ac48-ad0f-4a31-9ad7-92889de54cf6 2026-05-08 02:20:55.005 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c18e0b1-eea4-40b1-a922-18dffc7eb8a3 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] Tap Mirror: Handle Delete Port: fcc8ac48-ad0f-4a31-9ad7-92889de54cf6 [pid: 7|app: 0|req: 474/1001] 10.0.0.239 () {34 vars in 1098 bytes} [Fri May 8 02:20:54 2026] GET /v2.0/security-groups?name=tempest-securitygroup--876736970&fields=id&tenant_id=af6b26ff2ff24fcabc8e532a1787908e => 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: 475/1002] 10.0.0.239 () {34 vars in 982 bytes} [Fri May 8 02:20:55 2026] GET /v2.0/networks?id=c753ebc9-dd13-4a5b-9a76-ccb371efbf2d => generated 673 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/1003] 10.0.0.239 () {34 vars in 965 bytes} [Fri May 8 02:20:55 2026] GET /v2.0/quotas/af6b26ff2ff24fcabc8e532a1787908e => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/1004] 10.0.0.239 () {34 vars in 1002 bytes} [Fri May 8 02:20:55 2026] GET /v2.0/ports?tenant_id=af6b26ff2ff24fcabc8e532a1787908e&fields=id => generated 103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/1005] 10.0.0.239 () {34 vars in 1008 bytes} [Fri May 8 02:20:55 2026] GET /v2.0/networks/c753ebc9-dd13-4a5b-9a76-ccb371efbf2d?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: 479/1006] 10.0.0.239 () {34 vars in 1108 bytes} [Fri May 8 02:20:55 2026] GET /v2.0/networks/c753ebc9-dd13-4a5b-9a76-ccb371efbf2d?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: 528/1007] 10.0.0.211 () {34 vars in 789 bytes} [Fri May 8 02:20:54 2026] PUT /v2.0/routers/69f5184a-d9d2-46be-8df9-7b07b2aaef44/remove_router_interface => generated 309 bytes in 784 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1008] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:55 2026] GET /v2.0/ports?device_id=739882c0-d0b1-49c0-b469-194471025475 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1009] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:55 2026] GET /v2.0/ports?device_id=745f4124-4d4e-4a09-ae1d-35fc28667b69 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1010] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:20:55 2026] GET /v2.0/security-groups?id=a5205801-91ee-4f1b-8908-b9ea6622d9b0&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 02:20:55.908 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d7b43d0-8ef0-4f96-8ade-efbc97e23961 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] TaaS: Handle Delete Port: 940f0969-d28f-4fcc-a17d-08c35c046d6e 2026-05-08 02:20:55.911 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d7b43d0-8ef0-4f96-8ade-efbc97e23961 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] Tap Mirror: Handle Delete Port: 940f0969-d28f-4fcc-a17d-08c35c046d6e [pid: 8|app: 0|req: 532/1011] 199.204.45.113 () {34 vars in 994 bytes} [Fri May 8 02:20:55 2026] GET /v2.0/ports?device_id=745f4124-4d4e-4a09-ae1d-35fc28667b69 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:20:56.168 8 INFO neutron_taas.services.taas.taas_plugin [req-7d780138-ff06-4202-8437-0d92b167b9dd req-219b8b1f-2774-4669-b130-77dda336f258 ffa4b3e9ea4f4b8d8a269207dcf4d26d 7ebcaf6b78bf43ea9db124f6f05bd661 - - default default] TaaS: Handle Delete Port: 81893c9d-a046-4947-bd56-a15dcd6d7d46 2026-05-08 02:20:56.172 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7d780138-ff06-4202-8437-0d92b167b9dd req-219b8b1f-2774-4669-b130-77dda336f258 ffa4b3e9ea4f4b8d8a269207dcf4d26d 7ebcaf6b78bf43ea9db124f6f05bd661 - - default default] Tap Mirror: Handle Delete Port: 81893c9d-a046-4947-bd56-a15dcd6d7d46 2026-05-08 02:20:56.326 8 INFO neutron.db.l3_db [req-7d780138-ff06-4202-8437-0d92b167b9dd req-219b8b1f-2774-4669-b130-77dda336f258 ffa4b3e9ea4f4b8d8a269207dcf4d26d 7ebcaf6b78bf43ea9db124f6f05bd661 - - default default] Floating IP 4a2de434-ef5e-4951-a4d1-2eab970e75bd disassociated. External IP: 10.96.250.201, port: 81893c9d-a046-4947-bd56-a15dcd6d7d46. [pid: 7|app: 0|req: 480/1012] 10.0.0.211 () {34 vars in 789 bytes} [Fri May 8 02:20:55 2026] PUT /v2.0/routers/69f5184a-d9d2-46be-8df9-7b07b2aaef44/remove_router_interface => generated 309 bytes in 957 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/1013] 10.0.0.211 () {32 vars in 736 bytes} [Fri May 8 02:20:56 2026] GET /v2.0/ports?device_id=69f5184a-d9d2-46be-8df9-7b07b2aaef44 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:20:56.655 7 INFO neutron_taas.services.taas.taas_plugin [None req-03bcff28-ccb7-43ff-8049-76ab26451b4c 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] TaaS: Handle Delete Port: dbac273a-3188-4a7b-a6fb-236af0fb20bf 2026-05-08 02:20:56.659 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03bcff28-ccb7-43ff-8049-76ab26451b4c 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] Tap Mirror: Handle Delete Port: dbac273a-3188-4a7b-a6fb-236af0fb20bf [pid: 8|app: 0|req: 533/1014] 199.204.45.113 () {36 vars in 997 bytes} [Fri May 8 02:20:56 2026] DELETE /v2.0/ports/81893c9d-a046-4947-bd56-a15dcd6d7d46 => generated 0 bytes in 725 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1015] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:56 2026] GET /v2.0/ports?device_id=739882c0-d0b1-49c0-b469-194471025475 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:20:56.795 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e5158667-59db-4f26-9f06-61f1e0555c37'] response: {'server_uuid': '745f4124-4d4e-4a09-ae1d-35fc28667b69', 'name': 'network-vif-deleted', 'tag': '81893c9d-a046-4947-bd56-a15dcd6d7d46', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 535/1016] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:56 2026] GET /v2.0/ports?device_id=745f4124-4d4e-4a09-ae1d-35fc28667b69 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:20:57.103 7 INFO neutron.services.segments.plugin [-] Segment ddd3f398-4c1e-4c53-83df-ca371c91bbdc resource provider aggregate not found 2026-05-08 02:20:57.104 7 INFO neutron.services.segments.plugin [-] Segment ddd3f398-4c1e-4c53-83df-ca371c91bbdc resource provider aggregate not found 2026-05-08 02:20:57.129 7 INFO neutron.services.segments.plugin [-] Segment ddd3f398-4c1e-4c53-83df-ca371c91bbdc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddd3f398-4c1e-4c53-83df-ca371c91bbdc found for delete ", "request_id": "req-2e89fd44-cbad-4f91-be15-e46955e1191c"}]} 2026-05-08 02:20:57.129 7 INFO neutron.services.segments.plugin [-] Segment ddd3f398-4c1e-4c53-83df-ca371c91bbdc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddd3f398-4c1e-4c53-83df-ca371c91bbdc found for delete ", "request_id": "req-55cad323-4849-42c5-b907-25a896963dc7"}]} 2026-05-08 02:20:57.139 7 INFO neutron.db.l3_hamode_db [None req-03bcff28-ccb7-43ff-8049-76ab26451b4c 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] HA network 251bf2e5-e6c6-4dd0-86e4-9bdda04fc291 was deleted as no HA routers are present in tenant 947f1faef5f84ca49ff099b10e94b228. [pid: 7|app: 0|req: 482/1017] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:20:56 2026] DELETE /v2.0/routers/69f5184a-d9d2-46be-8df9-7b07b2aaef44 => generated 0 bytes in 678 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1018] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:20:57 2026] DELETE /v2.0/subnets/a20da69c-794f-4ca4-ac8d-0550bba42bb7 => 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: 483/1019] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:20:57 2026] DELETE /v2.0/subnets/3bb14ec3-4be9-4e3f-aab3-58d06f5ac48a => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:20:57.573 8 INFO neutron.services.segments.plugin [-] Segment f2fff710-01c3-45be-a5dc-a7ff19928b7d resource provider aggregate not found 2026-05-08 02:20:57.577 8 INFO neutron.services.segments.plugin [-] Segment f2fff710-01c3-45be-a5dc-a7ff19928b7d resource provider aggregate not found 2026-05-08 02:20:57.605 8 INFO neutron.services.segments.plugin [-] Segment f2fff710-01c3-45be-a5dc-a7ff19928b7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2fff710-01c3-45be-a5dc-a7ff19928b7d found for delete ", "request_id": "req-7eb63183-8ca0-488f-9c6b-dcfcb65084b2"}]} 2026-05-08 02:20:57.616 8 INFO neutron.services.segments.plugin [-] Segment f2fff710-01c3-45be-a5dc-a7ff19928b7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2fff710-01c3-45be-a5dc-a7ff19928b7d found for delete ", "request_id": "req-000fcb0c-9bfe-408e-8270-1fe4f110b70e"}]} [pid: 8|app: 0|req: 537/1020] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:20:57 2026] DELETE /v2.0/networks/26b5faa6-7341-474e-bfe2-1f63a0580751 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/1021] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:20:57 2026] DELETE /v2.0/networks/8ab1abc0-7a0b-4903-9cee-d3a15be392d2 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/1022] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:57 2026] GET /v2.0/ports?device_id=739882c0-d0b1-49c0-b469-194471025475 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:20:57.894 8 INFO neutron.db.segments_db [None req-386bba5d-f8df-42e4-8221-b1e6177fb95e 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] Added segment 35a50502-898e-422b-8470-430b3eb187b5 of type vxlan for network 72e86b00-568e-4bea-bb75-bdc8c64a289d [pid: 8|app: 0|req: 538/1023] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:20:57 2026] POST /v2.0/networks => generated 610 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1024] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:58 2026] GET /v2.0/ports?device_id=745f4124-4d4e-4a09-ae1d-35fc28667b69 => 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: 486/1025] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:20:57 2026] POST /v2.0/subnets => generated 626 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:20:58.284 8 INFO neutron.db.segments_db [None req-e6809ddf-13ef-4c9e-9075-49c521e0eff6 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] Added segment 8d12cca4-852a-4d6a-99f7-9cc1e78ea04e of type vxlan for network 8834f3a5-a5e1-4455-a92d-2bdcef644442 2026-05-08 02:20:58.506 8 INFO neutron.db.l3_hamode_db [None req-e6809ddf-13ef-4c9e-9075-49c521e0eff6 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 487/1026] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:20:58 2026] GET /v2.0/security-groups?tenant_id=1f3666ce11b14694980a0ac7e9ec01c2&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:20:58.635 8 INFO neutron.db.l3_hamode_db [None req-e6809ddf-13ef-4c9e-9075-49c521e0eff6 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 488/1027] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:20:58 2026] DELETE /v2.0/security-groups/651b4067-e738-46c2-8b86-90e37b70ec2a => 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: 489/1028] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:20:58 2026] GET /v2.0/security-groups?tenant_id=fec1fa736deb4ff38c48ffdb0bb4def4&name=default => generated 2925 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1029] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:20:58 2026] DELETE /v2.0/security-groups/7995cccd-d953-4593-8e2e-e7f52a1cf453 => 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: 491/1030] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:58 2026] GET /v2.0/ports?device_id=739882c0-d0b1-49c0-b469-194471025475 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/1031] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:20:59 2026] GET /v2.0/ports?device_id=745f4124-4d4e-4a09-ae1d-35fc28667b69 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:20:59.160 7 INFO neutron.services.segments.plugin [-] Segment 791b078a-2548-4e8b-bc7e-94ea6a147657 resource provider aggregate not found 2026-05-08 02:20:59.160 7 INFO neutron.services.segments.plugin [-] Segment 791b078a-2548-4e8b-bc7e-94ea6a147657 resource provider aggregate not found 2026-05-08 02:20:59.189 7 INFO neutron.services.segments.plugin [-] Segment 791b078a-2548-4e8b-bc7e-94ea6a147657 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 791b078a-2548-4e8b-bc7e-94ea6a147657 found for delete ", "request_id": "req-68d77709-9300-4602-a726-7dd7b3305aec"}]} 2026-05-08 02:20:59.193 7 INFO neutron.services.segments.plugin [-] Segment 791b078a-2548-4e8b-bc7e-94ea6a147657 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 791b078a-2548-4e8b-bc7e-94ea6a147657 found for delete ", "request_id": "req-276d10eb-0f0d-422b-9060-97da2d4a8e1d"}]} [pid: 8|app: 0|req: 540/1032] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:20:58 2026] POST /v2.0/routers => generated 506 bytes in 992 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1033] 10.0.0.211 () {34 vars in 665 bytes} [Fri May 8 02:20:59 2026] POST /v2.0/ports => generated 948 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: 494/1034] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:20:59 2026] GET /v2.0/networks?id=c753ebc9-dd13-4a5b-9a76-ccb371efbf2d => generated 673 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1037] 199.204.45.113 () {34 vars in 1050 bytes} [Fri May 8 02:20:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=af6b26ff2ff24fcabc8e532a1787908e => generated 180 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1038] 199.204.45.113 () {38 vars in 955 bytes} [Fri May 8 02:20:59 2026] POST /v2.0/ports => generated 954 bytes in 417 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: 499/1039] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:00 2026] GET /v2.0/ports?device_id=739882c0-d0b1-49c0-b469-194471025475 => generated 957 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1040] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:00 2026] GET /v2.0/ports?device_id=745f4124-4d4e-4a09-ae1d-35fc28667b69 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1041] 10.0.0.211 () {34 vars in 783 bytes} [Fri May 8 02:20:59 2026] PUT /v2.0/routers/aadee30f-0c3e-4166-acf6-b930391fbf6d/add_router_interface => generated 309 bytes in 1197 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: 501/1042] 199.204.45.113 () {38 vars in 1028 bytes} [Fri May 8 02:21:00 2026] PUT /v2.0/ports/099c8994-b269-4ab6-9006-49efae542361 => generated 1235 bytes in 433 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: 542/1043] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:00 2026] GET /v2.0/security-groups?id=f263b714-f31c-40eb-b0a0-265536163fe8&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:21:00.897 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee22c8bc-9bbd-4061-b6e1-3a29264f9d91'] response: {'name': 'network-changed', 'server_uuid': '739882c0-d0b1-49c0-b469-194471025475', 'tag': '099c8994-b269-4ab6-9006-49efae542361', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 502/1044] 10.0.0.211 () {32 vars in 717 bytes} [Fri May 8 02:21:00 2026] GET /v2.0/ports/b393036f-040d-4644-b5bb-099a96023a67 => generated 1022 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:21:01.246 8 INFO neutron_taas.services.taas.taas_plugin [None req-184c2661-f873-48d2-990a-75bb96698807 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] TaaS: Handle Delete Port: b393036f-040d-4644-b5bb-099a96023a67 2026-05-08 02:21:01.249 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-184c2661-f873-48d2-990a-75bb96698807 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] Tap Mirror: Handle Delete Port: b393036f-040d-4644-b5bb-099a96023a67 [pid: 7|app: 0|req: 503/1045] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:21:01 2026] GET /v2.0/ports?tenant_id=af6b26ff2ff24fcabc8e532a1787908e&device_id=739882c0-d0b1-49c0-b469-194471025475 => 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: 504/1046] 199.204.45.113 () {34 vars in 1018 bytes} [Fri May 8 02:21:01 2026] GET /v2.0/networks?tenant_id=af6b26ff2ff24fcabc8e532a1787908e&shared=False => generated 768 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1047] 199.204.45.113 () {34 vars in 930 bytes} [Fri May 8 02:21:01 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1048] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:01 2026] DELETE /v2.0/security-groups/a5205801-91ee-4f1b-8908-b9ea6622d9b0 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:21:01.618 7 INFO neutron.api.v2.resource [None req-fbde2752-3d9e-4ba9-bd21-cd506fbc71f7 ffa4b3e9ea4f4b8d8a269207dcf4d26d 7ebcaf6b78bf43ea9db124f6f05bd661 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 507/1049] 10.0.0.211 () {32 vars in 737 bytes} [Fri May 8 02:21:01 2026] GET /v2.0/security-groups/a5205801-91ee-4f1b-8908-b9ea6622d9b0 => 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: 543/1050] 10.0.0.211 () {34 vars in 789 bytes} [Fri May 8 02:21:00 2026] PUT /v2.0/routers/aadee30f-0c3e-4166-acf6-b930391fbf6d/remove_router_interface => generated 309 bytes in 776 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 02:21:01.723 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e61c7dc-68c9-44ba-a53c-1ad14b0dac68 ffa4b3e9ea4f4b8d8a269207dcf4d26d 7ebcaf6b78bf43ea9db124f6f05bd661 - - default default] TaaS: Handle Delete Port: ea5e1333-9583-4197-ae7c-f5f16098d2b9 2026-05-08 02:21:01.727 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e61c7dc-68c9-44ba-a53c-1ad14b0dac68 ffa4b3e9ea4f4b8d8a269207dcf4d26d 7ebcaf6b78bf43ea9db124f6f05bd661 - - default default] Tap Mirror: Handle Delete Port: ea5e1333-9583-4197-ae7c-f5f16098d2b9 2026-05-08 02:21:01.810 8 INFO neutron.api.v2.resource [None req-31e74c3d-046c-4098-8a5d-a4c690bcc675 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 544/1051] 10.0.0.211 () {34 vars in 789 bytes} [Fri May 8 02:21:01 2026] PUT /v2.0/routers/aadee30f-0c3e-4166-acf6-b930391fbf6d/remove_router_interface => generated 197 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1052] 10.0.0.211 () {32 vars in 736 bytes} [Fri May 8 02:21:01 2026] GET /v2.0/ports?device_id=aadee30f-0c3e-4166-acf6-b930391fbf6d => 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: 508/1053] 10.0.0.211 () {32 vars in 732 bytes} [Fri May 8 02:21:01 2026] DELETE /v2.0/floatingips/4a2de434-ef5e-4951-a4d1-2eab970e75bd => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:21:01.974 8 INFO neutron_taas.services.taas.taas_plugin [None req-db29c186-de2f-4734-ac83-63e1209d3c67 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] TaaS: Handle Delete Port: b72cc3a6-c9d1-4008-9ac0-d1a6e0f57568 2026-05-08 02:21:01.977 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db29c186-de2f-4734-ac83-63e1209d3c67 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] Tap Mirror: Handle Delete Port: b72cc3a6-c9d1-4008-9ac0-d1a6e0f57568 2026-05-08 02:21:02.258 7 INFO neutron_taas.services.taas.taas_plugin [None req-fe00cbe4-5cbe-4df1-b907-23d8b0df0982 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 52fcd74b-de20-40e1-a717-2b1a775e414b 2026-05-08 02:21:02.261 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe00cbe4-5cbe-4df1-b907-23d8b0df0982 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 52fcd74b-de20-40e1-a717-2b1a775e414b 2026-05-08 02:21:02.272 8 INFO neutron.services.segments.plugin [-] Segment 8d12cca4-852a-4d6a-99f7-9cc1e78ea04e resource provider aggregate not found 2026-05-08 02:21:02.279 8 INFO neutron.services.segments.plugin [-] Segment 8d12cca4-852a-4d6a-99f7-9cc1e78ea04e resource provider aggregate not found 2026-05-08 02:21:02.299 8 INFO neutron.services.segments.plugin [-] Segment 8d12cca4-852a-4d6a-99f7-9cc1e78ea04e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d12cca4-852a-4d6a-99f7-9cc1e78ea04e found for delete ", "request_id": "req-7f991ab9-f877-4aff-be2e-f9413008d7c7"}]} 2026-05-08 02:21:02.300 8 INFO neutron.services.segments.plugin [-] Segment 8d12cca4-852a-4d6a-99f7-9cc1e78ea04e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d12cca4-852a-4d6a-99f7-9cc1e78ea04e found for delete ", "request_id": "req-a7877021-f314-4ea2-8dfc-434338522f13"}]} 2026-05-08 02:21:02.303 8 INFO neutron.db.l3_hamode_db [None req-db29c186-de2f-4734-ac83-63e1209d3c67 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] HA network 8834f3a5-a5e1-4455-a92d-2bdcef644442 was deleted as no HA routers are present in tenant 947f1faef5f84ca49ff099b10e94b228. [pid: 8|app: 0|req: 546/1054] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:21:01 2026] DELETE /v2.0/routers/aadee30f-0c3e-4166-acf6-b930391fbf6d => generated 0 bytes in 471 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1055] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:02 2026] GET /v2.0/ports?device_id=739882c0-d0b1-49c0-b469-194471025475 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1056] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:21:02 2026] DELETE /v2.0/subnets/bd0a9da1-a39c-436a-88f8-7e85f2aa253b => 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: 549/1057] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:02 2026] GET /v2.0/security-groups?id=f263b714-f31c-40eb-b0a0-265536163fe8&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: 550/1058] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:21:02 2026] DELETE /v2.0/networks/72e86b00-568e-4bea-bb75-bdc8c64a289d => 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: 551/1059] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:21:02 2026] GET /v2.0/ports?tenant_id=af6b26ff2ff24fcabc8e532a1787908e&device_id=739882c0-d0b1-49c0-b469-194471025475 => generated 1238 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:21:02.745 8 INFO neutron.db.segments_db [None req-0e77291f-ad25-4482-a1cf-481f50d2e6ca 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] Added segment ede2dd5b-d694-47de-8b2b-c1335737d769 of type vxlan for network dbe5efd0-1b96-4668-887b-df68bc728bd1 [pid: 7|app: 0|req: 509/1060] 10.0.0.211 () {34 vars in 789 bytes} [Fri May 8 02:21:01 2026] PUT /v2.0/routers/7c162ebe-c432-490f-8488-14a75f4fb10e/remove_router_interface => generated 309 bytes in 902 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1061] 199.204.45.113 () {34 vars in 1058 bytes} [Fri May 8 02:21:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=099c8994-b269-4ab6-9006-49efae542361 => 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: 552/1062] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:21:02 2026] POST /v2.0/networks => generated 610 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1063] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:21:02 2026] GET /v2.0/subnets?id=294c5f00-de1b-4f32-87e2-731a8f7917d8 => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:21:03.031 7 INFO neutron_taas.services.taas.taas_plugin [None req-903b974b-bffa-4384-bb8d-f6693d591223 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 4e11be7d-b69e-4469-8e6b-4e6fa81ae180 2026-05-08 02:21:03.035 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-903b974b-bffa-4384-bb8d-f6693d591223 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 4e11be7d-b69e-4469-8e6b-4e6fa81ae180 [pid: 8|app: 0|req: 554/1064] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:21:02 2026] POST /v2.0/subnets => generated 626 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1065] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:21:03 2026] GET /v2.0/ports?network_id=c753ebc9-dd13-4a5b-9a76-ccb371efbf2d&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:21:03.219 8 INFO neutron.db.segments_db [None req-c4f286d6-c275-4cb9-964a-8b9bab56dc85 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] Added segment 4dc6dc93-a069-43a2-9309-9947065a7fe5 of type vxlan for network 268f4cda-bdfa-466f-bbb0-dfe63f1e881e 2026-05-08 02:21:03.318 7 INFO neutron_taas.services.taas.taas_plugin [None req-903b974b-bffa-4384-bb8d-f6693d591223 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 59bd49d4-038c-4fe9-b50f-d5046d770c11 2026-05-08 02:21:03.321 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-903b974b-bffa-4384-bb8d-f6693d591223 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 59bd49d4-038c-4fe9-b50f-d5046d770c11 2026-05-08 02:21:03.454 8 INFO neutron.db.l3_hamode_db [None req-c4f286d6-c275-4cb9-964a-8b9bab56dc85 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 02:21:03.556 8 INFO neutron.db.l3_hamode_db [None req-c4f286d6-c275-4cb9-964a-8b9bab56dc85 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 02:21:03.690 7 INFO neutron.services.segments.plugin [-] Segment 03594fc8-cfa3-4fcb-a694-a003fe1e3eb8 resource provider aggregate not found 2026-05-08 02:21:03.693 7 INFO neutron.services.segments.plugin [-] Segment 03594fc8-cfa3-4fcb-a694-a003fe1e3eb8 resource provider aggregate not found 2026-05-08 02:21:03.712 7 INFO neutron.services.segments.plugin [-] Segment 03594fc8-cfa3-4fcb-a694-a003fe1e3eb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03594fc8-cfa3-4fcb-a694-a003fe1e3eb8 found for delete ", "request_id": "req-0fa9a3fb-a51a-4184-9797-1d0a02caabe9"}]} 2026-05-08 02:21:03.715 7 INFO neutron.services.segments.plugin [-] Segment 03594fc8-cfa3-4fcb-a694-a003fe1e3eb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03594fc8-cfa3-4fcb-a694-a003fe1e3eb8 found for delete ", "request_id": "req-35228bd0-4521-4948-aac7-7ccfa5cd2c44"}]} 2026-05-08 02:21:03.725 7 INFO neutron.db.l3_hamode_db [None req-903b974b-bffa-4384-bb8d-f6693d591223 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] HA network 2292e328-1fbb-40fe-90f4-78282fd04829 was deleted as no HA routers are present in tenant 7ebcaf6b78bf43ea9db124f6f05bd661. [pid: 7|app: 0|req: 511/1066] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:21:02 2026] DELETE /v2.0/routers/7c162ebe-c432-490f-8488-14a75f4fb10e => generated 0 bytes in 907 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1067] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:21:03 2026] GET /v2.0/networks/c753ebc9-dd13-4a5b-9a76-ccb371efbf2d?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: 513/1068] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:03 2026] GET /v2.0/ports?device_id=739882c0-d0b1-49c0-b469-194471025475 => 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: 514/1069] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:21:03 2026] DELETE /v2.0/subnets/9a723e8f-96c0-49f7-9e31-dda9ddb0d4cd => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1070] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:21:03 2026] GET /v2.0/networks/c753ebc9-dd13-4a5b-9a76-ccb371efbf2d?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: 516/1071] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:04 2026] GET /v2.0/security-groups?id=f263b714-f31c-40eb-b0a0-265536163fe8&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:21:04.111 7 INFO neutron_taas.services.taas.taas_plugin [None req-da512695-aea5-4f7b-a360-e8c6dc9f646e 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 2b133f70-8438-4122-9932-dee3d9f2c1de 2026-05-08 02:21:04.114 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da512695-aea5-4f7b-a360-e8c6dc9f646e 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 2b133f70-8438-4122-9932-dee3d9f2c1de [pid: 8|app: 0|req: 556/1072] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:21:03 2026] POST /v2.0/routers => generated 507 bytes in 975 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1073] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:21:04 2026] DELETE /v2.0/networks/bf35b58f-2afd-488a-971b-77fd4d628e4e => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:21:04.324 8 INFO neutron.services.segments.plugin [-] Segment 35a50502-898e-422b-8470-430b3eb187b5 resource provider aggregate not found 2026-05-08 02:21:04.329 8 INFO neutron.services.segments.plugin [-] Segment 35a50502-898e-422b-8470-430b3eb187b5 resource provider aggregate not found 2026-05-08 02:21:04.354 8 INFO neutron.services.segments.plugin [-] Segment 35a50502-898e-422b-8470-430b3eb187b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35a50502-898e-422b-8470-430b3eb187b5 found for delete ", "request_id": "req-718f07b0-7c0d-45a9-b32c-2d912c664854"}]} 2026-05-08 02:21:04.355 8 INFO neutron.services.segments.plugin [-] Segment 35a50502-898e-422b-8470-430b3eb187b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35a50502-898e-422b-8470-430b3eb187b5 found for delete ", "request_id": "req-38e2b48e-38e0-476a-922c-0261e464d084"}]} [pid: 7|app: 0|req: 518/1074] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:21:04 2026] GET /v2.0/security-groups?tenant_id=7ebcaf6b78bf43ea9db124f6f05bd661&name=default => 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: 519/1075] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:04 2026] DELETE /v2.0/security-groups/dd2e413d-3987-406d-9fd4-da354cd71047 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1076] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:05 2026] GET /v2.0/ports?device_id=739882c0-d0b1-49c0-b469-194471025475 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1077] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:05 2026] GET /v2.0/security-groups?id=f263b714-f31c-40eb-b0a0-265536163fe8&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: 557/1078] 10.0.0.211 () {34 vars in 783 bytes} [Fri May 8 02:21:04 2026] PUT /v2.0/routers/ee995698-7303-4251-9053-4957cf4b0b57/add_router_interface => generated 309 bytes in 1086 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1079] 10.0.0.211 () {32 vars in 717 bytes} [Fri May 8 02:21:05 2026] GET /v2.0/ports/3d0074f1-9858-432a-ae8a-22fff3967860 => generated 955 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:21:05.709 8 INFO neutron_taas.services.taas.taas_plugin [None req-47922fc4-173a-497e-866d-d37be3065e4a 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] TaaS: Handle Delete Port: 3d0074f1-9858-432a-ae8a-22fff3967860 2026-05-08 02:21:05.712 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47922fc4-173a-497e-866d-d37be3065e4a 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] Tap Mirror: Handle Delete Port: 3d0074f1-9858-432a-ae8a-22fff3967860 2026-05-08 02:21:05.738 7 INFO neutron.services.segments.plugin [-] Segment b5d61d0c-8a91-4582-93c6-51e7e3477e5b resource provider aggregate not found 2026-05-08 02:21:05.745 7 INFO neutron.services.segments.plugin [-] Segment b5d61d0c-8a91-4582-93c6-51e7e3477e5b resource provider aggregate not found 2026-05-08 02:21:05.768 7 INFO neutron.services.segments.plugin [-] Segment b5d61d0c-8a91-4582-93c6-51e7e3477e5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5d61d0c-8a91-4582-93c6-51e7e3477e5b found for delete ", "request_id": "req-b4e8048e-1692-4f0e-9aa6-c6093e038924"}]} 2026-05-08 02:21:05.769 7 INFO neutron.services.segments.plugin [-] Segment b5d61d0c-8a91-4582-93c6-51e7e3477e5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5d61d0c-8a91-4582-93c6-51e7e3477e5b found for delete ", "request_id": "req-27c862af-dae9-459f-9eac-73d7837b4bd6"}]} [pid: 8|app: 0|req: 558/1080] 10.0.0.211 () {34 vars in 789 bytes} [Fri May 8 02:21:05 2026] PUT /v2.0/routers/ee995698-7303-4251-9053-4957cf4b0b57/remove_router_interface => generated 309 bytes in 855 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1081] 10.0.0.211 () {32 vars in 736 bytes} [Fri May 8 02:21:06 2026] GET /v2.0/ports?device_id=ee995698-7303-4251-9053-4957cf4b0b57 => 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: 524/1082] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:06 2026] GET /v2.0/ports?device_id=739882c0-d0b1-49c0-b469-194471025475 => 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: 525/1083] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:06 2026] GET /v2.0/security-groups?id=f263b714-f31c-40eb-b0a0-265536163fe8&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:21:06.458 8 INFO neutron_taas.services.taas.taas_plugin [None req-71080a83-9520-4b48-b4a2-f77ea17cee77 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] TaaS: Handle Delete Port: 7e81e024-bcfc-4a6a-855c-cab1c4f6b7f5 2026-05-08 02:21:06.461 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71080a83-9520-4b48-b4a2-f77ea17cee77 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] Tap Mirror: Handle Delete Port: 7e81e024-bcfc-4a6a-855c-cab1c4f6b7f5 2026-05-08 02:21:06.798 7 INFO neutron.db.segments_db [None req-2db73b6c-f2e9-4e62-bbcf-ec7328a4909a 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Added segment 48833638-a680-4dc4-b070-82290a5577f1 of type vxlan for network 57c84034-8a8e-4dc5-9330-1509196f2175 2026-05-08 02:21:06.839 8 INFO neutron.services.segments.plugin [-] Segment 4dc6dc93-a069-43a2-9309-9947065a7fe5 resource provider aggregate not found 2026-05-08 02:21:06.846 8 INFO neutron.services.segments.plugin [-] Segment 4dc6dc93-a069-43a2-9309-9947065a7fe5 resource provider aggregate not found 2026-05-08 02:21:06.861 8 INFO neutron.services.segments.plugin [-] Segment 4dc6dc93-a069-43a2-9309-9947065a7fe5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4dc6dc93-a069-43a2-9309-9947065a7fe5 found for delete ", "request_id": "req-d96df6da-cf3b-4e29-92ab-8d54c6dd8a02"}]} 2026-05-08 02:21:06.865 8 INFO neutron.services.segments.plugin [-] Segment 4dc6dc93-a069-43a2-9309-9947065a7fe5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4dc6dc93-a069-43a2-9309-9947065a7fe5 found for delete ", "request_id": "req-f900f5c1-bcc6-4673-86d5-a68351a87398"}]} 2026-05-08 02:21:06.868 8 INFO neutron.db.l3_hamode_db [None req-71080a83-9520-4b48-b4a2-f77ea17cee77 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] HA network 268f4cda-bdfa-466f-bbb0-dfe63f1e881e was deleted as no HA routers are present in tenant 947f1faef5f84ca49ff099b10e94b228. [pid: 8|app: 0|req: 559/1084] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:21:06 2026] DELETE /v2.0/routers/ee995698-7303-4251-9053-4957cf4b0b57 => generated 0 bytes in 637 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1085] 10.0.0.211 () {34 vars in 671 bytes} [Fri May 8 02:21:06 2026] POST /v2.0/networks => generated 725 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1086] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:21:06 2026] DELETE /v2.0/subnets/0979502a-5a09-462e-a9cd-4cc4df036c2d => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1087] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:21:06 2026] POST /v2.0/subnets => generated 691 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:21:07.196 7 INFO neutron.db.segments_db [None req-f0d4769a-b0e7-44d0-8a17-c3bdb9dd3311 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Added segment eed02131-e68d-4631-aa35-530f00c43ce7 of type vxlan for network a9a0141c-1b3b-4a11-bde3-80a097b11e7f [pid: 8|app: 0|req: 561/1088] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:21:07 2026] DELETE /v2.0/networks/dbe5efd0-1b96-4668-887b-df68bc728bd1 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:21:07.296 8 INFO neutron.db.segments_db [None req-59ab9298-6e4e-426b-af65-4a08e122553f 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] Added segment e187f1e8-b886-4a4e-b777-e083289fdd83 of type vxlan for network 67f3c2b8-c964-4826-9627-ed554ce18d3e 2026-05-08 02:21:07.442 7 INFO neutron.db.l3_hamode_db [None req-f0d4769a-b0e7-44d0-8a17-c3bdb9dd3311 2845fe7c4a3045b58ac66fc2286c088d af7ef4330e1e455b9917c9335fc45fb1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 02:21:07.566 8 INFO neutron.db.l3_hamode_db [None req-59ab9298-6e4e-426b-af65-4a08e122553f 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 02:21:08.404 8 INFO neutron.db.l3_hamode_db [None req-59ab9298-6e4e-426b-af65-4a08e122553f 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 02:21:08.635 7 INFO neutron.db.l3_hamode_db [None req-f0d4769a-b0e7-44d0-8a17-c3bdb9dd3311 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 02:21:08.887 8 INFO neutron.services.segments.plugin [-] Segment ede2dd5b-d694-47de-8b2b-c1335737d769 resource provider aggregate not found 2026-05-08 02:21:08.892 8 INFO neutron.services.segments.plugin [-] Segment ede2dd5b-d694-47de-8b2b-c1335737d769 resource provider aggregate not found 2026-05-08 02:21:08.917 8 INFO neutron.services.segments.plugin [-] Segment ede2dd5b-d694-47de-8b2b-c1335737d769 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ede2dd5b-d694-47de-8b2b-c1335737d769 found for delete ", "request_id": "req-d33c0fc4-1b50-4eb2-9dc5-3a16dd528a73"}]} 2026-05-08 02:21:08.928 8 INFO neutron.services.segments.plugin [-] Segment ede2dd5b-d694-47de-8b2b-c1335737d769 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ede2dd5b-d694-47de-8b2b-c1335737d769 found for delete ", "request_id": "req-77cda907-3a9c-4875-92de-776bb93e61f2"}]} [pid: 8|app: 0|req: 562/1089] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:21:07 2026] POST /v2.0/routers => generated 688 bytes in 2166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1090] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:09 2026] GET /v2.0/ports?device_id=739882c0-d0b1-49c0-b469-194471025475 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1091] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:21:07 2026] POST /v2.0/routers => generated 731 bytes in 2405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1092] 10.0.0.211 () {32 vars in 721 bytes} [Fri May 8 02:21:09 2026] GET /v2.0/routers/da287f20-43b8-47e9-a7fb-65fd5a6f4bdc => generated 694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1093] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:09 2026] GET /v2.0/security-groups?id=f263b714-f31c-40eb-b0a0-265536163fe8&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1094] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:21:09 2026] GET /v2.0/security-groups?tenant_id=9de5abaebcd64994a170981f4dba1402&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1095] 10.0.0.211 () {32 vars in 647 bytes} [Fri May 8 02:21:09 2026] GET /v2.0/routers => generated 697 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1096] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:09 2026] DELETE /v2.0/security-groups/97413f0b-0e20-490f-8d8d-9541477cabdd => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1097] 10.0.0.211 () {34 vars in 741 bytes} [Fri May 8 02:21:09 2026] PUT /v2.0/routers/da287f20-43b8-47e9-a7fb-65fd5a6f4bdc => generated 701 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1098] 10.0.0.211 () {32 vars in 721 bytes} [Fri May 8 02:21:10 2026] GET /v2.0/routers/da287f20-43b8-47e9-a7fb-65fd5a6f4bdc => generated 701 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1099] 10.0.0.211 () {32 vars in 736 bytes} [Fri May 8 02:21:10 2026] GET /v2.0/ports?device_id=da287f20-43b8-47e9-a7fb-65fd5a6f4bdc => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:21:10.688 8 INFO neutron_taas.services.taas.taas_plugin [None req-6018e1a2-0846-4a60-8b70-09a9f421d22e 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] TaaS: Handle Delete Port: 1c999bec-92ad-4638-a723-217bb6c1420c 2026-05-08 02:21:10.691 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6018e1a2-0846-4a60-8b70-09a9f421d22e 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] Tap Mirror: Handle Delete Port: 1c999bec-92ad-4638-a723-217bb6c1420c 2026-05-08 02:21:10.919 8 INFO neutron_taas.services.taas.taas_plugin [None req-6018e1a2-0846-4a60-8b70-09a9f421d22e 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] TaaS: Handle Delete Port: e033d776-5eb8-42d1-afe9-c98921928db2 2026-05-08 02:21:10.922 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6018e1a2-0846-4a60-8b70-09a9f421d22e 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] Tap Mirror: Handle Delete Port: e033d776-5eb8-42d1-afe9-c98921928db2 [pid: 7|app: 0|req: 531/1100] 10.0.0.211 () {34 vars in 783 bytes} [Fri May 8 02:21:09 2026] PUT /v2.0/routers/053a5c79-2270-43de-89bc-e4b31c2cfd56/add_router_interface => generated 309 bytes in 1389 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1101] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:11 2026] GET /v2.0/ports?device_id=739882c0-d0b1-49c0-b469-194471025475 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1102] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:11 2026] GET /v2.0/security-groups?id=f263b714-f31c-40eb-b0a0-265536163fe8&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: 7|app: 0|req: 534/1103] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:11 2026] GET /v2.0/ports?device_id=739882c0-d0b1-49c0-b469-194471025475 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:21:11.269 8 INFO neutron.services.segments.plugin [-] Segment e187f1e8-b886-4a4e-b777-e083289fdd83 resource provider aggregate not found 2026-05-08 02:21:11.278 8 INFO neutron.services.segments.plugin [-] Segment e187f1e8-b886-4a4e-b777-e083289fdd83 resource provider aggregate not found 2026-05-08 02:21:11.298 8 INFO neutron.services.segments.plugin [-] Segment e187f1e8-b886-4a4e-b777-e083289fdd83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e187f1e8-b886-4a4e-b777-e083289fdd83 found for delete ", "request_id": "req-4d1bc878-553a-40f5-9a2d-a2b90b4c39e2"}]} 2026-05-08 02:21:11.300 8 INFO neutron.services.segments.plugin [-] Segment e187f1e8-b886-4a4e-b777-e083289fdd83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e187f1e8-b886-4a4e-b777-e083289fdd83 found for delete ", "request_id": "req-e33834bf-320a-4f8e-b7a0-0f74f369a9e6"}]} 2026-05-08 02:21:11.313 8 INFO neutron.db.l3_hamode_db [None req-6018e1a2-0846-4a60-8b70-09a9f421d22e 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] HA network 67f3c2b8-c964-4826-9627-ed554ce18d3e was deleted as no HA routers are present in tenant 947f1faef5f84ca49ff099b10e94b228. [pid: 8|app: 0|req: 570/1104] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:21:10 2026] DELETE /v2.0/routers/da287f20-43b8-47e9-a7fb-65fd5a6f4bdc => generated 0 bytes in 852 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1105] 10.0.0.211 () {32 vars in 736 bytes} [Fri May 8 02:21:11 2026] GET /v2.0/ports?device_id=da287f20-43b8-47e9-a7fb-65fd5a6f4bdc => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:21:11.383 8 INFO neutron.api.v2.resource [None req-a7143e34-2bec-463e-ba97-317f3773921c 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 572/1106] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:21:11 2026] DELETE /v2.0/routers/da287f20-43b8-47e9-a7fb-65fd5a6f4bdc => generated 135 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1107] 10.0.0.211 () {32 vars in 736 bytes} [Fri May 8 02:21:11 2026] GET /v2.0/ports?device_id=ee995698-7303-4251-9053-4957cf4b0b57 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:21:11.439 8 INFO neutron.api.v2.resource [None req-dce9ec02-aedf-4a89-9229-3f62dd203dc3 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 574/1108] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:21:11 2026] DELETE /v2.0/routers/ee995698-7303-4251-9053-4957cf4b0b57 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:21:11.465 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7dd4e20c-588b-4c92-8e69-d39807a152a9 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 575/1109] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:21:11 2026] DELETE /v2.0/subnets/0979502a-5a09-462e-a9cd-4cc4df036c2d => 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: 576/1110] 10.0.0.211 () {32 vars in 736 bytes} [Fri May 8 02:21:11 2026] GET /v2.0/ports?device_id=aadee30f-0c3e-4166-acf6-b930391fbf6d => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:21:11.509 8 INFO neutron.api.v2.resource [None req-712b2a55-b39a-4b0d-a948-0effc7b5260b 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 577/1111] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:21:11 2026] DELETE /v2.0/routers/aadee30f-0c3e-4166-acf6-b930391fbf6d => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:21:11.529 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a9849fce-f5ca-4700-b397-83931c0020eb 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 578/1112] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:21:11 2026] DELETE /v2.0/subnets/bd0a9da1-a39c-436a-88f8-7e85f2aa253b => 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: 579/1113] 10.0.0.211 () {32 vars in 736 bytes} [Fri May 8 02:21:11 2026] GET /v2.0/ports?device_id=69f5184a-d9d2-46be-8df9-7b07b2aaef44 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:21:11.587 8 INFO neutron.api.v2.resource [None req-ced45f70-9f37-4bbc-bba0-aae507341b04 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 580/1114] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:21:11 2026] DELETE /v2.0/routers/69f5184a-d9d2-46be-8df9-7b07b2aaef44 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:21:11.607 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8a2b44f6-5d75-4da5-a0ad-863980b133ed 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 581/1115] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:21:11 2026] DELETE /v2.0/subnets/a20da69c-794f-4ca4-ac8d-0550bba42bb7 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:21:11.621 7 INFO neutron.db.l3_db [None req-e4203d89-0cb5-42f8-8e09-78df713d9d2c 6bd25bea37db4fa49ddfae1a054285af af6b26ff2ff24fcabc8e532a1787908e - - default default] Floating IP 58c0e4dd-9d9c-436f-a934-f9f198d54343 associated. External IP: 10.96.250.205, port: 099c8994-b269-4ab6-9006-49efae542361. 2026-05-08 02:21:11.632 8 INFO neutron.pecan_wsgi.hooks.translation [None req-82de7b36-39b9-4bf7-ade8-e6c9225ce138 468fe338de5c479db69cd0e2adb8a4fb 947f1faef5f84ca49ff099b10e94b228 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 582/1116] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:21:11 2026] DELETE /v2.0/subnets/3bb14ec3-4be9-4e3f-aab3-58d06f5ac48a => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1117] 10.0.0.211 () {34 vars in 749 bytes} [Fri May 8 02:21:11 2026] PUT /v2.0/floatingips/58c0e4dd-9d9c-436f-a934-f9f198d54343 => generated 855 bytes in 726 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1118] 10.0.0.211 () {34 vars in 685 bytes} [Fri May 8 02:21:11 2026] POST /v2.0/security-groups => generated 1660 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 02:21:12.014 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9da6a412-d54b-4e70-9999-8b37fa58a44e'] response: {'name': 'network-changed', 'server_uuid': '739882c0-d0b1-49c0-b469-194471025475', 'tag': '099c8994-b269-4ab6-9006-49efae542361', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 584/1119] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:12 2026] GET /v2.0/ports?device_id=739882c0-d0b1-49c0-b469-194471025475 => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1120] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:21:11 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: 8|app: 0|req: 585/1121] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:12 2026] GET /v2.0/security-groups?id=f263b714-f31c-40eb-b0a0-265536163fe8&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1122] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:21:12 2026] GET /v2.0/security-groups?tenant_id=947f1faef5f84ca49ff099b10e94b228&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1123] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:21:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1124] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:12 2026] DELETE /v2.0/security-groups/1b9e409d-ae93-4981-9174-c6494f36bc64 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1125] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:21:12 2026] GET /v2.0/ports?tenant_id=af6b26ff2ff24fcabc8e532a1787908e&device_id=739882c0-d0b1-49c0-b469-194471025475 => 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: 589/1126] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:12 2026] GET /v2.0/ports?device_id=739882c0-d0b1-49c0-b469-194471025475 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1127] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:21:12 2026] GET /v2.0/networks?id=c753ebc9-dd13-4a5b-9a76-ccb371efbf2d => generated 768 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1128] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:12 2026] GET /v2.0/security-groups?id=f263b714-f31c-40eb-b0a0-265536163fe8&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1129] 199.204.45.113 () {34 vars in 1058 bytes} [Fri May 8 02:21:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=099c8994-b269-4ab6-9006-49efae542361 => 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: 593/1130] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:21:12 2026] GET /v2.0/subnets?id=294c5f00-de1b-4f32-87e2-731a8f7917d8 => generated 691 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1131] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:21:12 2026] GET /v2.0/ports?network_id=c753ebc9-dd13-4a5b-9a76-ccb371efbf2d&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: 595/1132] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:21:12 2026] GET /v2.0/networks/c753ebc9-dd13-4a5b-9a76-ccb371efbf2d?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: 596/1133] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:21:12 2026] GET /v2.0/networks/c753ebc9-dd13-4a5b-9a76-ccb371efbf2d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1134] 10.0.0.211 () {34 vars in 676 bytes} [Fri May 8 02:21:12 2026] POST /v2.0/floatingips => generated 552 bytes in 675 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1135] 10.0.0.239 () {34 vars in 1098 bytes} [Fri May 8 02:21:13 2026] GET /v2.0/security-groups?name=tempest-securitygroup--600856818&fields=id&tenant_id=af7ef4330e1e455b9917c9335fc45fb1 => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1136] 10.0.0.239 () {34 vars in 982 bytes} [Fri May 8 02:21:13 2026] GET /v2.0/networks?id=57c84034-8a8e-4dc5-9330-1509196f2175 => generated 676 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1137] 10.0.0.239 () {34 vars in 965 bytes} [Fri May 8 02:21:13 2026] GET /v2.0/quotas/af7ef4330e1e455b9917c9335fc45fb1 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1138] 10.0.0.239 () {34 vars in 1002 bytes} [Fri May 8 02:21:13 2026] GET /v2.0/ports?tenant_id=af7ef4330e1e455b9917c9335fc45fb1&fields=id => generated 103 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1139] 10.0.0.239 () {34 vars in 1008 bytes} [Fri May 8 02:21:13 2026] GET /v2.0/networks/57c84034-8a8e-4dc5-9330-1509196f2175?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: 541/1140] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:13 2026] GET /v2.0/ports?device_id=739882c0-d0b1-49c0-b469-194471025475 => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1141] 10.0.0.239 () {34 vars in 1108 bytes} [Fri May 8 02:21:13 2026] GET /v2.0/networks/57c84034-8a8e-4dc5-9330-1509196f2175?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1142] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:13 2026] GET /v2.0/security-groups?id=f263b714-f31c-40eb-b0a0-265536163fe8&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: 8|app: 0|req: 601/1143] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:14 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:21:15.040 7 INFO neutron.db.segments_db [None req-7fe2ea4a-bcba-40f1-9202-27a1b95a0a17 1ebb4e7cfd6447d7a5ec14ded378aaa3 2a503b311d0a4b709dace87c3cba3f26 - - default default] Added segment e99be090-f6fe-47a0-89ed-e82e8a2e9580 of type vxlan for network 2015fd19-8b9c-4ceb-a12f-0a0888d438f3 [pid: 8|app: 0|req: 604/1146] 199.204.45.113 () {34 vars in 994 bytes} [Fri May 8 02:21:14 2026] GET /v2.0/ports?device_id=739882c0-d0b1-49c0-b469-194471025475 => 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: 605/1147] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:15 2026] GET /v2.0/ports?device_id=739882c0-d0b1-49c0-b469-194471025475 => 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: 543/1148] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:21:14 2026] POST /v2.0/networks => generated 611 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1149] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:15 2026] GET /v2.0/security-groups?id=f263b714-f31c-40eb-b0a0-265536163fe8&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 02:21:15.284 8 INFO neutron_taas.services.taas.taas_plugin [req-23862480-d28f-43e1-b227-ee2cd8a53791 req-91074653-d31c-47c3-882d-e709765a2b22 6bd25bea37db4fa49ddfae1a054285af af6b26ff2ff24fcabc8e532a1787908e - - default default] TaaS: Handle Delete Port: 099c8994-b269-4ab6-9006-49efae542361 2026-05-08 02:21:15.287 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-23862480-d28f-43e1-b227-ee2cd8a53791 req-91074653-d31c-47c3-882d-e709765a2b22 6bd25bea37db4fa49ddfae1a054285af af6b26ff2ff24fcabc8e532a1787908e - - default default] Tap Mirror: Handle Delete Port: 099c8994-b269-4ab6-9006-49efae542361 2026-05-08 02:21:15.435 8 INFO neutron.db.l3_db [req-23862480-d28f-43e1-b227-ee2cd8a53791 req-91074653-d31c-47c3-882d-e709765a2b22 6bd25bea37db4fa49ddfae1a054285af af6b26ff2ff24fcabc8e532a1787908e - - default default] Floating IP 58c0e4dd-9d9c-436f-a934-f9f198d54343 disassociated. External IP: 10.96.250.205, port: 099c8994-b269-4ab6-9006-49efae542361. [pid: 7|app: 0|req: 545/1150] 10.0.0.211 () {34 vars in 664 bytes} [Fri May 8 02:21:15 2026] POST /v2.0/ports => generated 743 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: 7|app: 0|req: 546/1151] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:15 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:21:15.746 7 INFO neutron.db.segments_db [None req-711692a2-8e9a-40f2-958d-3c3e52fe4368 1ebb4e7cfd6447d7a5ec14ded378aaa3 2a503b311d0a4b709dace87c3cba3f26 - - default default] Added segment bc42571c-eda8-4304-86e7-5b0b669472df of type vxlan for network 825ff1fc-2d7e-4cb7-a1f2-7422d94a6c96 [pid: 7|app: 0|req: 547/1152] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:21:15 2026] POST /v2.0/networks => generated 613 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1153] 199.204.45.113 () {36 vars in 997 bytes} [Fri May 8 02:21:15 2026] DELETE /v2.0/ports/099c8994-b269-4ab6-9006-49efae542361 => generated 0 bytes in 887 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:21:16.065 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d2d4862a-0f60-4a6a-8030-7fdc8c92586a'] response: {'server_uuid': '739882c0-d0b1-49c0-b469-194471025475', 'name': 'network-vif-deleted', 'tag': '099c8994-b269-4ab6-9006-49efae542361', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 548/1154] 10.0.0.211 () {34 vars in 664 bytes} [Fri May 8 02:21:15 2026] POST /v2.0/ports => generated 743 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 02:21:16.334 8 INFO neutron.db.segments_db [None req-5284d1f3-63c4-4ac6-ba59-685ac3dd696d 1ebb4e7cfd6447d7a5ec14ded378aaa3 2a503b311d0a4b709dace87c3cba3f26 - - default default] Added segment b394719d-6844-4628-aa41-7fdc30f04e4c of type vxlan for network c5cf7608-85b7-437d-959c-fc18e29977ef [pid: 7|app: 0|req: 549/1155] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:16 2026] GET /v2.0/ports?device_id=739882c0-d0b1-49c0-b469-194471025475 => 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: 607/1156] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:21:16 2026] POST /v2.0/networks => generated 613 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1157] 10.0.0.211 () {34 vars in 664 bytes} [Fri May 8 02:21:16 2026] POST /v2.0/ports => generated 743 bytes in 347 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: 551/1158] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:16 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1159] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:21:16 2026] GET /v2.0/security-groups?tenant_id=923d26e0c34943a2a0c4570c0edfbe13&name=default => generated 2925 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:21:16.922 7 INFO neutron.db.segments_db [None req-c6923907-2dd4-42ab-969f-17eb5751c199 1ebb4e7cfd6447d7a5ec14ded378aaa3 2a503b311d0a4b709dace87c3cba3f26 - - default default] Added segment a92df090-55f3-4b38-ac24-6325b43236b8 of type vxlan for network 9accbc23-38db-48b1-a91f-4d6de089da80 [pid: 8|app: 0|req: 609/1160] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:16 2026] DELETE /v2.0/security-groups/5b1b548d-5b6e-40cc-9891-59e27bb6ed16 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1161] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:21:16 2026] POST /v2.0/networks => generated 612 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1162] 10.0.0.211 () {34 vars in 664 bytes} [Fri May 8 02:21:17 2026] POST /v2.0/ports => generated 743 bytes in 312 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 02:21:17.455 7 INFO neutron.db.segments_db [None req-814744d8-8156-4d7a-aa40-636193b9c3de 1ebb4e7cfd6447d7a5ec14ded378aaa3 2a503b311d0a4b709dace87c3cba3f26 - - default default] Added segment c81aaf85-e719-4d8b-b793-b1632ad26137 of type vxlan for network 767ca65c-1f15-4498-9d27-ec2254335f8f [pid: 8|app: 0|req: 611/1163] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:17 2026] GET /v2.0/ports?device_id=739882c0-d0b1-49c0-b469-194471025475 => 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: 553/1164] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:21:17 2026] POST /v2.0/networks => generated 612 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1165] 10.0.0.211 () {34 vars in 664 bytes} [Fri May 8 02:21:17 2026] POST /v2.0/ports => generated 743 bytes in 344 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: 613/1166] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:17 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => 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: 554/1167] 10.0.0.211 () {34 vars in 747 bytes} [Fri May 8 02:21:17 2026] PUT /v2.0/ports/2a258349-037f-44cd-886d-f869606a379a/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1168] 10.0.0.211 () {34 vars in 747 bytes} [Fri May 8 02:21:17 2026] PUT /v2.0/ports/0f2b2031-b0ed-4f2e-8f85-2661b1307d24/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 555/1169] 10.0.0.211 () {34 vars in 747 bytes} [Fri May 8 02:21:18 2026] PUT /v2.0/ports/e5bff8b6-33a5-40eb-b021-20d8b7e53248/tags => generated 34 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: 615/1170] 10.0.0.211 () {34 vars in 747 bytes} [Fri May 8 02:21:18 2026] PUT /v2.0/ports/bd2da23b-a2be-4a9a-b867-2dceff299684/tags => generated 19 bytes in 80 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: 556/1171] 10.0.0.211 () {32 vars in 660 bytes} [Fri May 8 02:21:18 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 78 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: 616/1172] 10.0.0.211 () {32 vars in 674 bytes} [Fri May 8 02:21:18 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1173] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:21:18 2026] GET /v2.0/networks?id=57c84034-8a8e-4dc5-9330-1509196f2175 => generated 676 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1174] 199.204.45.113 () {34 vars in 1050 bytes} [Fri May 8 02:21:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=af7ef4330e1e455b9917c9335fc45fb1 => generated 180 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1175] 10.0.0.211 () {32 vars in 670 bytes} [Fri May 8 02:21:18 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1176] 10.0.0.211 () {32 vars in 682 bytes} [Fri May 8 02:21:18 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1177] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:18 2026] GET /v2.0/ports?device_id=739882c0-d0b1-49c0-b469-194471025475 => 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: 620/1178] 10.0.0.211 () {32 vars in 668 bytes} [Fri May 8 02:21:18 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1179] 10.0.0.211 () {32 vars in 682 bytes} [Fri May 8 02:21:18 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1180] 199.204.45.113 () {38 vars in 955 bytes} [Fri May 8 02:21:18 2026] POST /v2.0/ports => generated 954 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1181] 10.0.0.211 () {32 vars in 678 bytes} [Fri May 8 02:21:18 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 65 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: 623/1182] 10.0.0.211 () {32 vars in 690 bytes} [Fri May 8 02:21:18 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1183] 199.204.45.113 () {38 vars in 1028 bytes} [Fri May 8 02:21:18 2026] PUT /v2.0/ports/615534c8-32fe-48c6-be2f-86ca2e025f34 => generated 1235 bytes in 495 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 02:21:19.395 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c54d79e5-4c6b-4bb9-9802-9cec2c8a2c6b'] response: {'name': 'network-changed', 'server_uuid': 'f82f76cb-9d03-4cf6-a801-23bb5dfd8f27', 'tag': '615534c8-32fe-48c6-be2f-86ca2e025f34', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 561/1184] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:19 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1185] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:19 2026] GET /v2.0/security-groups?id=cc1b8a9f-68ee-4670-a179-399f35420947&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:21:19.485 8 INFO neutron_taas.services.taas.taas_plugin [None req-28293fb3-31d4-4365-88d5-fab2e009b030 1ebb4e7cfd6447d7a5ec14ded378aaa3 2a503b311d0a4b709dace87c3cba3f26 - - default default] TaaS: Handle Delete Port: 2a258349-037f-44cd-886d-f869606a379a 2026-05-08 02:21:19.489 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28293fb3-31d4-4365-88d5-fab2e009b030 1ebb4e7cfd6447d7a5ec14ded378aaa3 2a503b311d0a4b709dace87c3cba3f26 - - default default] Tap Mirror: Handle Delete Port: 2a258349-037f-44cd-886d-f869606a379a [pid: 8|app: 0|req: 624/1186] 10.0.0.211 () {32 vars in 720 bytes} [Fri May 8 02:21:18 2026] DELETE /v2.0/ports/2a258349-037f-44cd-886d-f869606a379a => generated 0 bytes in 665 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:21:19.679 7 INFO neutron_taas.services.taas.taas_plugin [None req-bcd16af1-7014-4e7f-99b8-8bab17733423 1ebb4e7cfd6447d7a5ec14ded378aaa3 2a503b311d0a4b709dace87c3cba3f26 - - default default] TaaS: Handle Delete Port: 0f2b2031-b0ed-4f2e-8f85-2661b1307d24 2026-05-08 02:21:19.684 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bcd16af1-7014-4e7f-99b8-8bab17733423 1ebb4e7cfd6447d7a5ec14ded378aaa3 2a503b311d0a4b709dace87c3cba3f26 - - default default] Tap Mirror: Handle Delete Port: 0f2b2031-b0ed-4f2e-8f85-2661b1307d24 [pid: 8|app: 0|req: 625/1187] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:19 2026] GET /v2.0/ports?device_id=739882c0-d0b1-49c0-b469-194471025475 => 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: 563/1188] 10.0.0.211 () {32 vars in 720 bytes} [Fri May 8 02:21:19 2026] DELETE /v2.0/ports/0f2b2031-b0ed-4f2e-8f85-2661b1307d24 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:21:19.909 8 INFO neutron_taas.services.taas.taas_plugin [None req-1e5d86a2-8312-457b-93d9-6d25236da417 1ebb4e7cfd6447d7a5ec14ded378aaa3 2a503b311d0a4b709dace87c3cba3f26 - - default default] TaaS: Handle Delete Port: e5bff8b6-33a5-40eb-b021-20d8b7e53248 2026-05-08 02:21:19.912 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e5d86a2-8312-457b-93d9-6d25236da417 1ebb4e7cfd6447d7a5ec14ded378aaa3 2a503b311d0a4b709dace87c3cba3f26 - - default default] Tap Mirror: Handle Delete Port: e5bff8b6-33a5-40eb-b021-20d8b7e53248 [pid: 7|app: 0|req: 564/1189] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:21:19 2026] GET /v2.0/ports?tenant_id=af7ef4330e1e455b9917c9335fc45fb1&device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1190] 10.0.0.211 () {32 vars in 720 bytes} [Fri May 8 02:21:19 2026] DELETE /v2.0/ports/e5bff8b6-33a5-40eb-b021-20d8b7e53248 => 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: 565/1191] 199.204.45.113 () {34 vars in 1018 bytes} [Fri May 8 02:21:19 2026] GET /v2.0/networks?tenant_id=af7ef4330e1e455b9917c9335fc45fb1&shared=False => generated 772 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1192] 199.204.45.113 () {34 vars in 930 bytes} [Fri May 8 02:21:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:21:20.099 8 INFO neutron_taas.services.taas.taas_plugin [None req-c490e1f9-3160-4efc-aacd-bc64496f1081 1ebb4e7cfd6447d7a5ec14ded378aaa3 2a503b311d0a4b709dace87c3cba3f26 - - default default] TaaS: Handle Delete Port: bd2da23b-a2be-4a9a-b867-2dceff299684 2026-05-08 02:21:20.103 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c490e1f9-3160-4efc-aacd-bc64496f1081 1ebb4e7cfd6447d7a5ec14ded378aaa3 2a503b311d0a4b709dace87c3cba3f26 - - default default] Tap Mirror: Handle Delete Port: bd2da23b-a2be-4a9a-b867-2dceff299684 [pid: 8|app: 0|req: 627/1193] 10.0.0.211 () {32 vars in 720 bytes} [Fri May 8 02:21:19 2026] DELETE /v2.0/ports/bd2da23b-a2be-4a9a-b867-2dceff299684 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:21:20.385 7 INFO neutron_taas.services.taas.taas_plugin [None req-78417a14-f00b-4884-8221-e331c3ac9504 1ebb4e7cfd6447d7a5ec14ded378aaa3 2a503b311d0a4b709dace87c3cba3f26 - - default default] TaaS: Handle Delete Port: dd8673a4-9190-4cc7-9cc1-91bb94f57723 2026-05-08 02:21:20.389 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78417a14-f00b-4884-8221-e331c3ac9504 1ebb4e7cfd6447d7a5ec14ded378aaa3 2a503b311d0a4b709dace87c3cba3f26 - - default default] Tap Mirror: Handle Delete Port: dd8673a4-9190-4cc7-9cc1-91bb94f57723 [pid: 7|app: 0|req: 567/1194] 10.0.0.211 () {32 vars in 720 bytes} [Fri May 8 02:21:20 2026] DELETE /v2.0/ports/dd8673a4-9190-4cc7-9cc1-91bb94f57723 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1195] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:20 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:21:20.663 7 INFO neutron.services.segments.plugin [-] Segment e99be090-f6fe-47a0-89ed-e82e8a2e9580 resource provider aggregate not found 2026-05-08 02:21:20.668 7 INFO neutron.services.segments.plugin [-] Segment e99be090-f6fe-47a0-89ed-e82e8a2e9580 resource provider aggregate not found 2026-05-08 02:21:20.686 7 INFO neutron.services.segments.plugin [-] Segment e99be090-f6fe-47a0-89ed-e82e8a2e9580 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e99be090-f6fe-47a0-89ed-e82e8a2e9580 found for delete ", "request_id": "req-a8934d50-8ba1-4cac-bf21-d4218996aff4"}]} 2026-05-08 02:21:20.687 7 INFO neutron.services.segments.plugin [-] Segment e99be090-f6fe-47a0-89ed-e82e8a2e9580 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e99be090-f6fe-47a0-89ed-e82e8a2e9580 found for delete ", "request_id": "req-5929de81-4516-47c3-a7ad-8fc956818c3a"}]} [pid: 7|app: 0|req: 569/1196] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:21:20 2026] DELETE /v2.0/networks/2015fd19-8b9c-4ceb-a12f-0a0888d438f3 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1197] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:20 2026] GET /v2.0/security-groups?id=cc1b8a9f-68ee-4670-a179-399f35420947&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: 628/1198] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:21:20 2026] GET /v2.0/security-groups?tenant_id=54ceec8fa4a04b28b9c8f625f74f6f1c&name=default => generated 2925 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1199] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:21:20 2026] DELETE /v2.0/networks/825ff1fc-2d7e-4cb7-a1f2-7422d94a6c96 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1200] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:20 2026] DELETE /v2.0/security-groups/74bc9829-4786-44ef-b437-692db8b07cbe => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1201] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:20 2026] DELETE /v2.0/security-groups/f263b714-f31c-40eb-b0a0-265536163fe8 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:21:20.972 7 INFO neutron.api.v2.resource [None req-7c0e706b-13d8-465d-a0f1-47ca46f64bf1 6bd25bea37db4fa49ddfae1a054285af af6b26ff2ff24fcabc8e532a1787908e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 573/1202] 10.0.0.211 () {32 vars in 737 bytes} [Fri May 8 02:21:20 2026] GET /v2.0/security-groups/f263b714-f31c-40eb-b0a0-265536163fe8 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:21:21.016 8 INFO neutron.services.segments.plugin [-] Segment b394719d-6844-4628-aa41-7fdc30f04e4c resource provider aggregate not found 2026-05-08 02:21:21.021 8 INFO neutron.services.segments.plugin [-] Segment b394719d-6844-4628-aa41-7fdc30f04e4c resource provider aggregate not found 2026-05-08 02:21:21.039 8 INFO neutron.services.segments.plugin [-] Segment b394719d-6844-4628-aa41-7fdc30f04e4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b394719d-6844-4628-aa41-7fdc30f04e4c found for delete ", "request_id": "req-33a39b6c-af1c-45ef-9854-5bd37ef399c5"}]} 2026-05-08 02:21:21.040 8 INFO neutron.services.segments.plugin [-] Segment b394719d-6844-4628-aa41-7fdc30f04e4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b394719d-6844-4628-aa41-7fdc30f04e4c found for delete ", "request_id": "req-54f98a9f-364f-465e-88eb-26c6501c66f6"}]} [pid: 8|app: 0|req: 630/1203] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:21:20 2026] DELETE /v2.0/networks/c5cf7608-85b7-437d-959c-fc18e29977ef => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:21:21.087 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f638781-4937-44fe-b875-ec764313c407 6bd25bea37db4fa49ddfae1a054285af af6b26ff2ff24fcabc8e532a1787908e - - default default] TaaS: Handle Delete Port: 887b14e0-2782-48ab-819c-789efc238462 2026-05-08 02:21:21.090 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f638781-4937-44fe-b875-ec764313c407 6bd25bea37db4fa49ddfae1a054285af af6b26ff2ff24fcabc8e532a1787908e - - default default] Tap Mirror: Handle Delete Port: 887b14e0-2782-48ab-819c-789efc238462 [pid: 8|app: 0|req: 631/1204] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:21:21 2026] DELETE /v2.0/networks/9accbc23-38db-48b1-a91f-4d6de089da80 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1205] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:21:21 2026] GET /v2.0/ports?tenant_id=af7ef4330e1e455b9917c9335fc45fb1&device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1206] 10.0.0.211 () {32 vars in 732 bytes} [Fri May 8 02:21:20 2026] DELETE /v2.0/floatingips/58c0e4dd-9d9c-436f-a934-f9f198d54343 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1207] 199.204.45.113 () {34 vars in 1058 bytes} [Fri May 8 02:21:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=615534c8-32fe-48c6-be2f-86ca2e025f34 => 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: 633/1208] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:21:21 2026] DELETE /v2.0/networks/767ca65c-1f15-4498-9d27-ec2254335f8f => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1209] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:21:21 2026] GET /v2.0/subnets?id=bd1221bd-f39f-4d4e-bf0d-1455b1076712 => generated 694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1210] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:21:21 2026] GET /v2.0/ports?network_id=57c84034-8a8e-4dc5-9330-1509196f2175&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1211] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:21:21 2026] GET /v2.0/networks/57c84034-8a8e-4dc5-9330-1509196f2175?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: 637/1212] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:21:21 2026] GET /v2.0/networks/57c84034-8a8e-4dc5-9330-1509196f2175?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:21:21.744 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c5f2d1b-b96d-496f-b3fe-847f47a24eff 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: c729a500-784a-4902-9314-f95b00344951 2026-05-08 02:21:21.746 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c5f2d1b-b96d-496f-b3fe-847f47a24eff 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: c729a500-784a-4902-9314-f95b00344951 [pid: 8|app: 0|req: 638/1213] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:21 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => 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: 639/1214] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:21 2026] GET /v2.0/security-groups?id=cc1b8a9f-68ee-4670-a179-399f35420947&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1215] 10.0.0.211 () {34 vars in 789 bytes} [Fri May 8 02:21:21 2026] PUT /v2.0/routers/90e76a36-aeeb-4b96-bce9-d7c060523a69/remove_router_interface => generated 309 bytes in 1025 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1216] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:21:22 2026] GET /v2.0/security-groups?tenant_id=cfdc4cded1fc4ba689ead81bbe2f6627&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 02:21:22.531 7 INFO neutron_taas.services.taas.taas_plugin [None req-342b726b-834d-4932-81ef-57b120370a81 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: ecc50e3c-cdb3-4e2b-a369-f3eb56effdc8 2026-05-08 02:21:22.534 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-342b726b-834d-4932-81ef-57b120370a81 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: ecc50e3c-cdb3-4e2b-a369-f3eb56effdc8 [pid: 8|app: 0|req: 641/1217] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:22 2026] DELETE /v2.0/security-groups/9936bbb4-6d1c-4d28-adfb-66a00bbb1bf7 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:21:22.714 7 INFO neutron.services.segments.plugin [-] Segment bc42571c-eda8-4304-86e7-5b0b669472df resource provider aggregate not found 2026-05-08 02:21:22.720 7 INFO neutron.services.segments.plugin [-] Segment bc42571c-eda8-4304-86e7-5b0b669472df resource provider aggregate not found 2026-05-08 02:21:22.746 7 INFO neutron.services.segments.plugin [-] Segment bc42571c-eda8-4304-86e7-5b0b669472df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc42571c-eda8-4304-86e7-5b0b669472df found for delete ", "request_id": "req-c08f124c-f245-47a5-9698-9af75f827da4"}]} 2026-05-08 02:21:22.750 7 INFO neutron.services.segments.plugin [-] Segment bc42571c-eda8-4304-86e7-5b0b669472df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc42571c-eda8-4304-86e7-5b0b669472df found for delete ", "request_id": "req-2ad95a15-bac9-4d7f-80cc-9dd93706a632"}]} 2026-05-08 02:21:22.841 7 INFO neutron_taas.services.taas.taas_plugin [None req-342b726b-834d-4932-81ef-57b120370a81 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 13aec02e-291d-4988-abce-87bcd51c93e1 2026-05-08 02:21:22.844 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-342b726b-834d-4932-81ef-57b120370a81 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 13aec02e-291d-4988-abce-87bcd51c93e1 [pid: 8|app: 0|req: 642/1218] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:21:22 2026] GET /v2.0/security-groups?tenant_id=96c093e924a444168b9609a9d7751c1a&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1219] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:22 2026] DELETE /v2.0/security-groups/2526b6f8-280c-4437-ae88-8bcd4be2df30 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1220] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:22 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:21:23.064 8 INFO neutron.services.segments.plugin [-] Segment a92df090-55f3-4b38-ac24-6325b43236b8 resource provider aggregate not found 2026-05-08 02:21:23.072 8 INFO neutron.services.segments.plugin [-] Segment a92df090-55f3-4b38-ac24-6325b43236b8 resource provider aggregate not found 2026-05-08 02:21:23.086 8 INFO neutron.services.segments.plugin [-] Segment a92df090-55f3-4b38-ac24-6325b43236b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a92df090-55f3-4b38-ac24-6325b43236b8 found for delete ", "request_id": "req-d297e139-78da-43bf-a58b-7368ccbde037"}]} 2026-05-08 02:21:23.097 8 INFO neutron.services.segments.plugin [-] Segment a92df090-55f3-4b38-ac24-6325b43236b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a92df090-55f3-4b38-ac24-6325b43236b8 found for delete ", "request_id": "req-64f18b94-a76f-432d-8e1c-884da33b4018"}]} 2026-05-08 02:21:23.104 8 INFO neutron.services.segments.plugin [-] Segment c81aaf85-e719-4d8b-b793-b1632ad26137 resource provider aggregate not found 2026-05-08 02:21:23.115 8 INFO neutron.services.segments.plugin [-] Segment c81aaf85-e719-4d8b-b793-b1632ad26137 resource provider aggregate not found [pid: 8|app: 0|req: 645/1221] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:23 2026] GET /v2.0/security-groups?id=cc1b8a9f-68ee-4670-a179-399f35420947&fields=id&fields=name => generated 113 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:21:23.121 8 INFO neutron.services.segments.plugin [-] Segment c81aaf85-e719-4d8b-b793-b1632ad26137 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c81aaf85-e719-4d8b-b793-b1632ad26137 found for delete ", "request_id": "req-05a6b257-3412-43c5-a6c4-0d8032f094af"}]} 2026-05-08 02:21:23.136 8 INFO neutron.services.segments.plugin [-] Segment c81aaf85-e719-4d8b-b793-b1632ad26137 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c81aaf85-e719-4d8b-b793-b1632ad26137 found for delete ", "request_id": "req-0aea3db1-3363-4191-be41-f2be8a6eb1d8"}]} [pid: 8|app: 0|req: 646/1222] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:21:23 2026] GET /v2.0/security-groups?tenant_id=2a503b311d0a4b709dace87c3cba3f26&name=default => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:21:23.249 7 INFO neutron.db.l3_hamode_db [None req-342b726b-834d-4932-81ef-57b120370a81 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] HA network e0c370dd-5753-4430-aebb-ce889dab9d22 was deleted as no HA routers are present in tenant af6b26ff2ff24fcabc8e532a1787908e. [pid: 7|app: 0|req: 577/1223] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:21:22 2026] DELETE /v2.0/routers/90e76a36-aeeb-4b96-bce9-d7c060523a69 => generated 0 bytes in 928 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1224] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:23 2026] DELETE /v2.0/security-groups/a17cd93b-2231-4473-b1ae-e4998bc0f334 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1225] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:21:23 2026] DELETE /v2.0/subnets/294c5f00-de1b-4f32-87e2-731a8f7917d8 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:21:23.530 8 INFO neutron_taas.services.taas.taas_plugin [None req-e5d8fea0-a72d-4d0f-b08e-38b1cceceb7c 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 4fb36b8f-9b27-42df-af70-1f44860dbad7 2026-05-08 02:21:23.532 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5d8fea0-a72d-4d0f-b08e-38b1cceceb7c 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 4fb36b8f-9b27-42df-af70-1f44860dbad7 [pid: 7|app: 0|req: 578/1226] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:21:23 2026] GET /v2.0/security-groups?tenant_id=2789080641d64ecc89ca5d7c0a9c3356&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1227] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:23 2026] DELETE /v2.0/security-groups/5550c357-6661-4363-a04f-b55b0c3a7eda => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1228] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:21:23 2026] DELETE /v2.0/networks/c753ebc9-dd13-4a5b-9a76-ccb371efbf2d => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1229] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:21:24 2026] GET /v2.0/security-groups?tenant_id=af6b26ff2ff24fcabc8e532a1787908e&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1230] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:24 2026] DELETE /v2.0/security-groups/7d5ea174-e3dc-44c2-ab21-bead493953be => 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: 581/1231] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:24 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => generated 969 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1232] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:24 2026] GET /v2.0/security-groups?id=cc1b8a9f-68ee-4670-a179-399f35420947&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 02:21:24.770 7 INFO neutron.services.segments.plugin [-] Segment a135f7b4-2e50-4e9d-bf82-f91bbcd0eff7 resource provider aggregate not found 2026-05-08 02:21:24.774 7 INFO neutron.services.segments.plugin [-] Segment a135f7b4-2e50-4e9d-bf82-f91bbcd0eff7 resource provider aggregate not found 2026-05-08 02:21:24.783 7 INFO neutron.services.segments.plugin [-] Segment a135f7b4-2e50-4e9d-bf82-f91bbcd0eff7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a135f7b4-2e50-4e9d-bf82-f91bbcd0eff7 found for delete ", "request_id": "req-5f953bb8-9510-4463-aa91-6ad110e6ed43"}]} 2026-05-08 02:21:24.787 7 INFO neutron.services.segments.plugin [-] Segment a135f7b4-2e50-4e9d-bf82-f91bbcd0eff7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a135f7b4-2e50-4e9d-bf82-f91bbcd0eff7 found for delete ", "request_id": "req-8e328f79-8c82-4d6c-b4d6-ff128795dc56"}]} 2026-05-08 02:21:25.146 8 INFO neutron.services.segments.plugin [-] Segment 2aed8265-dbf0-43af-a3a1-cd6525ed01f6 resource provider aggregate not found 2026-05-08 02:21:25.169 8 INFO neutron.services.segments.plugin [-] Segment 2aed8265-dbf0-43af-a3a1-cd6525ed01f6 resource provider aggregate not found 2026-05-08 02:21:25.174 8 INFO neutron.services.segments.plugin [-] Segment 2aed8265-dbf0-43af-a3a1-cd6525ed01f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2aed8265-dbf0-43af-a3a1-cd6525ed01f6 found for delete ", "request_id": "req-b6c7bafd-5b01-4585-a444-1e8e6c64f63a"}]} 2026-05-08 02:21:25.191 8 INFO neutron.services.segments.plugin [-] Segment 2aed8265-dbf0-43af-a3a1-cd6525ed01f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2aed8265-dbf0-43af-a3a1-cd6525ed01f6 found for delete ", "request_id": "req-c232394d-9300-4ccd-b85c-79c0f4edd88c"}]} [pid: 7|app: 0|req: 582/1233] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:25 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => 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: 652/1234] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:25 2026] GET /v2.0/security-groups?id=cc1b8a9f-68ee-4670-a179-399f35420947&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 02:21:26.090 7 INFO neutron.db.segments_db [None req-61e3919c-34d0-4290-9e61-fbd27bf95d55 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Added segment 7d77e83f-fb07-4f14-982d-9019c8d84870 of type vxlan for network cf4f1665-35a0-4f25-8faf-eb94f4b264f5 [pid: 7|app: 0|req: 583/1235] 10.0.0.211 () {34 vars in 671 bytes} [Fri May 8 02:21:25 2026] POST /v2.0/networks => generated 722 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1236] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:21:26 2026] POST /v2.0/subnets => generated 688 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:21:26.463 7 INFO neutron.db.segments_db [None req-6875f417-1e99-4fe4-9485-d4d48876e278 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Added segment 5f0ab986-cd5f-4e06-88b0-56616e4c4b2a of type vxlan for network f752b09c-18cc-4f1e-a9e4-7f76c06afda6 [pid: 8|app: 0|req: 654/1237] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:26 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1238] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:26 2026] GET /v2.0/security-groups?id=cc1b8a9f-68ee-4670-a179-399f35420947&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:21:26.706 7 INFO neutron.db.l3_hamode_db [None req-6875f417-1e99-4fe4-9485-d4d48876e278 2845fe7c4a3045b58ac66fc2286c088d e7b16ee8949c45c5b78eac7c0f1bb58a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 656/1239] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:26 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:21:27.085 8 INFO neutron.db.l3_db [None req-09bfc7de-9b54-4a7a-9d7e-e9223912f92f d85c4ad67fc74115ae3299fd8f56e8a2 af7ef4330e1e455b9917c9335fc45fb1 - - default default] Floating IP 57ed11af-e709-489c-814b-670b7b08c64a associated. External IP: 10.96.250.208, port: 615534c8-32fe-48c6-be2f-86ca2e025f34. [pid: 8|app: 0|req: 657/1240] 10.0.0.211 () {34 vars in 749 bytes} [Fri May 8 02:21:26 2026] PUT /v2.0/floatingips/57ed11af-e709-489c-814b-670b7b08c64a => generated 855 bytes in 647 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:21:27.465 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ba4641db-1c4f-4e12-a98d-d9da0f65516a'] response: {'name': 'network-changed', 'server_uuid': 'f82f76cb-9d03-4cf6-a801-23bb5dfd8f27', 'tag': '615534c8-32fe-48c6-be2f-86ca2e025f34', 'status': 'completed', 'code': 200} 2026-05-08 02:21:27.539 7 INFO neutron.db.l3_hamode_db [None req-6875f417-1e99-4fe4-9485-d4d48876e278 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 658/1241] 10.0.0.211 () {34 vars in 684 bytes} [Fri May 8 02:21:27 2026] POST /v2.0/security-groups => generated 1601 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1242] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:21:28 2026] GET /v2.0/ports?tenant_id=af7ef4330e1e455b9917c9335fc45fb1&device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1243] 10.0.0.211 () {34 vars in 684 bytes} [Fri May 8 02:21:28 2026] POST /v2.0/security-groups => generated 1601 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1244] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:21:28 2026] GET /v2.0/networks?id=57c84034-8a8e-4dc5-9330-1509196f2175 => generated 772 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1245] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:21:26 2026] POST /v2.0/routers => generated 728 bytes in 2101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1246] 10.0.0.211 () {34 vars in 684 bytes} [Fri May 8 02:21:28 2026] POST /v2.0/security-groups => generated 1601 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1247] 199.204.45.113 () {34 vars in 1058 bytes} [Fri May 8 02:21:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=615534c8-32fe-48c6-be2f-86ca2e025f34 => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1248] 10.0.0.211 () {34 vars in 684 bytes} [Fri May 8 02:21:28 2026] POST /v2.0/security-groups => generated 1601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1249] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:21:28 2026] GET /v2.0/subnets?id=bd1221bd-f39f-4d4e-bf0d-1455b1076712 => generated 694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1250] 10.0.0.211 () {34 vars in 684 bytes} [Fri May 8 02:21:28 2026] POST /v2.0/security-groups => generated 1601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1251] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:21:28 2026] GET /v2.0/ports?network_id=57c84034-8a8e-4dc5-9330-1509196f2175&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: 590/1252] 10.0.0.211 () {34 vars in 767 bytes} [Fri May 8 02:21:28 2026] PUT /v2.0/security-groups/0b878ecd-48b1-4f48-8589-ee336134b096/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1253] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:21:28 2026] GET /v2.0/networks/57c84034-8a8e-4dc5-9330-1509196f2175?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: 592/1254] 10.0.0.211 () {34 vars in 767 bytes} [Fri May 8 02:21:28 2026] PUT /v2.0/security-groups/3abfb1bc-4fa6-42a5-a172-499372b51ee1/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1255] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:21:29 2026] GET /v2.0/networks/57c84034-8a8e-4dc5-9330-1509196f2175?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: 594/1256] 10.0.0.211 () {34 vars in 767 bytes} [Fri May 8 02:21:29 2026] PUT /v2.0/security-groups/9233a373-2677-4acd-984b-10bab4dd1834/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1257] 10.0.0.211 () {34 vars in 767 bytes} [Fri May 8 02:21:29 2026] PUT /v2.0/security-groups/6e5cb701-d4af-4688-a573-5b2907a00ef4/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1258] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:21:29 2026] GET /v2.0/security-groups?tenant_id=476c4dacd1854d0b83169d0678307cd7&name=default => generated 2925 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1259] 10.0.0.211 () {32 vars in 680 bytes} [Fri May 8 02:21:29 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1260] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:29 2026] DELETE /v2.0/security-groups/de8de27f-f108-4e31-9692-535144cd28ec => 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: 599/1261] 10.0.0.211 () {32 vars in 694 bytes} [Fri May 8 02:21:29 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1262] 10.0.0.211 () {32 vars in 690 bytes} [Fri May 8 02:21:29 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1263] 10.0.0.211 () {32 vars in 702 bytes} [Fri May 8 02:21:29 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1264] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:21:29 2026] GET /v2.0/security-groups?tenant_id=bc104582e0c147ffb698d30df0ac08f7&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1265] 10.0.0.211 () {32 vars in 688 bytes} [Fri May 8 02:21:29 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1266] 10.0.0.211 () {34 vars in 783 bytes} [Fri May 8 02:21:28 2026] PUT /v2.0/routers/b5e9d191-df7b-4184-a42d-a55fed415587/add_router_interface => generated 309 bytes in 1293 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1267] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:29 2026] DELETE /v2.0/security-groups/c41e81e2-5f7d-44a8-8c92-9a7a732dc87a => 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: 664/1270] 10.0.0.211 () {32 vars in 702 bytes} [Fri May 8 02:21:29 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1271] 10.0.0.211 () {32 vars in 698 bytes} [Fri May 8 02:21:29 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1272] 10.0.0.211 () {32 vars in 710 bytes} [Fri May 8 02:21:29 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1273] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:30 2026] DELETE /v2.0/security-groups/0b878ecd-48b1-4f48-8589-ee336134b096 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1274] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:30 2026] DELETE /v2.0/security-groups/3abfb1bc-4fa6-42a5-a172-499372b51ee1 => 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: 609/1275] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:30 2026] DELETE /v2.0/security-groups/9233a373-2677-4acd-984b-10bab4dd1834 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1276] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:30 2026] DELETE /v2.0/security-groups/6e5cb701-d4af-4688-a573-5b2907a00ef4 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1277] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:30 2026] DELETE /v2.0/security-groups/ac8da920-c5e6-4ad6-a6e1-7701381c3055 => 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: 668/1278] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:21:31 2026] GET /v2.0/security-groups?tenant_id=1e029828cf4b40f4bc1da10be5f79a1c&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1279] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:31 2026] DELETE /v2.0/security-groups/cc8c985d-5144-44bc-96d7-dc4b3f01531e => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1280] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:21:31 2026] GET /v2.0/security-groups?tenant_id=171cf649b0474388985f93a36fdd6259&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1281] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:31 2026] DELETE /v2.0/security-groups/aaba8d1b-53ae-4b2b-a503-8cfb78453461 => 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: 670/1282] 10.0.0.211 () {32 vars in 653 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions => generated 21537 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1283] 10.0.0.211 () {32 vars in 681 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1284] 10.0.0.211 () {32 vars in 681 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1285] 10.0.0.211 () {32 vars in 729 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1286] 10.0.0.211 () {32 vars in 665 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/agent => generated 153 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1287] 10.0.0.211 () {32 vars in 699 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1288] 10.0.0.211 () {32 vars in 697 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1289] 10.0.0.211 () {32 vars in 701 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1290] 10.0.0.211 () {32 vars in 689 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1291] 10.0.0.211 () {32 vars in 703 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1292] 10.0.0.211 () {32 vars in 693 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1293] 10.0.0.211 () {32 vars in 695 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1294] 10.0.0.211 () {32 vars in 685 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1295] 10.0.0.211 () {32 vars in 687 bytes} [Fri May 8 02:21:32 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: 681/1296] 10.0.0.211 () {32 vars in 661 bytes} [Fri May 8 02:21:32 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: 682/1297] 10.0.0.211 () {32 vars in 699 bytes} [Fri May 8 02:21:32 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: 683/1298] 10.0.0.211 () {32 vars in 679 bytes} [Fri May 8 02:21:32 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: 8|app: 0|req: 684/1299] 10.0.0.211 () {32 vars in 683 bytes} [Fri May 8 02:21:32 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: 685/1300] 10.0.0.211 () {32 vars in 675 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1301] 10.0.0.239 () {34 vars in 982 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/networks?id=cf4f1665-35a0-4f25-8faf-eb94f4b264f5 => generated 673 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1302] 10.0.0.211 () {32 vars in 689 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1303] 10.0.0.211 () {32 vars in 723 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1304] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/security-groups?tenant_id=cfd7e312ec064d87a71bfba36e034eda&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: 617/1305] 10.0.0.211 () {32 vars in 687 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1306] 10.0.0.239 () {34 vars in 965 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/quotas/e7b16ee8949c45c5b78eac7c0f1bb58a => 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: 690/1307] 10.0.0.211 () {32 vars in 669 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1308] 10.0.0.239 () {34 vars in 1002 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/ports?tenant_id=e7b16ee8949c45c5b78eac7c0f1bb58a&fields=id => generated 103 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1309] 10.0.0.211 () {32 vars in 687 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1310] 10.0.0.211 () {32 vars in 681 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1311] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:32 2026] DELETE /v2.0/security-groups/d561a5f7-332b-4076-81d2-aaf7bf351e86 => 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: 619/1312] 10.0.0.211 () {32 vars in 699 bytes} [Fri May 8 02:21:32 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: 620/1313] 10.0.0.211 () {32 vars in 679 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1314] 10.0.0.211 () {32 vars in 667 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/router => generated 256 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1315] 10.0.0.239 () {34 vars in 1008 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/networks/cf4f1665-35a0-4f25-8faf-eb94f4b264f5?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1316] 10.0.0.211 () {32 vars in 677 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1317] 10.0.0.211 () {32 vars in 665 bytes} [Fri May 8 02:21:32 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: 696/1318] 10.0.0.211 () {32 vars in 675 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/l3-flavors => 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: 697/1319] 10.0.0.211 () {32 vars in 713 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1320] 10.0.0.211 () {32 vars in 691 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1321] 10.0.0.211 () {32 vars in 683 bytes} [Fri May 8 02:21:32 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: 700/1322] 10.0.0.211 () {32 vars in 669 bytes} [Fri May 8 02:21:32 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: 701/1323] 10.0.0.211 () {32 vars in 687 bytes} [Fri May 8 02:21:32 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: 7|app: 0|req: 623/1324] 10.0.0.239 () {34 vars in 1108 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/networks/cf4f1665-35a0-4f25-8faf-eb94f4b264f5?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: 702/1325] 10.0.0.211 () {32 vars in 705 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1326] 10.0.0.211 () {32 vars in 675 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1327] 10.0.0.211 () {32 vars in 701 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1328] 10.0.0.211 () {32 vars in 675 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1329] 10.0.0.211 () {32 vars in 693 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1330] 10.0.0.211 () {32 vars in 689 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1331] 10.0.0.211 () {32 vars in 709 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1332] 10.0.0.211 () {32 vars in 705 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1333] 10.0.0.211 () {32 vars in 719 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1334] 10.0.0.211 () {32 vars in 697 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1335] 10.0.0.211 () {32 vars in 711 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1336] 10.0.0.211 () {32 vars in 669 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/binding => generated 193 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1337] 10.0.0.211 () {32 vars in 687 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1338] 10.0.0.211 () {32 vars in 681 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1339] 10.0.0.211 () {32 vars in 675 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1340] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/ports?device_id=9912d481-965d-4083-ae66-702b4c60105c => 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: 711/1341] 10.0.0.211 () {32 vars in 671 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1342] 10.0.0.211 () {32 vars in 661 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1343] 10.0.0.211 () {32 vars in 699 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1344] 10.0.0.211 () {32 vars in 699 bytes} [Fri May 8 02:21:32 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: 713/1345] 10.0.0.211 () {32 vars in 677 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1346] 10.0.0.211 () {32 vars in 669 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1347] 10.0.0.211 () {32 vars in 683 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1348] 10.0.0.211 () {32 vars in 701 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1349] 10.0.0.211 () {32 vars in 685 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1350] 10.0.0.211 () {32 vars in 707 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1351] 10.0.0.211 () {32 vars in 669 bytes} [Fri May 8 02:21:32 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: 7|app: 0|req: 636/1352] 10.0.0.211 () {32 vars in 697 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1353] 10.0.0.211 () {32 vars in 695 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1354] 10.0.0.211 () {32 vars in 685 bytes} [Fri May 8 02:21:32 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1355] 10.0.0.211 () {32 vars in 689 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1356] 10.0.0.211 () {32 vars in 705 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1357] 10.0.0.211 () {32 vars in 667 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1358] 10.0.0.211 () {32 vars in 681 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1359] 10.0.0.211 () {32 vars in 681 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1360] 10.0.0.211 () {32 vars in 691 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1361] 10.0.0.211 () {32 vars in 691 bytes} [Fri May 8 02:21:33 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: 7|app: 0|req: 641/1362] 10.0.0.211 () {32 vars in 695 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1363] 10.0.0.211 () {32 vars in 685 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1364] 10.0.0.211 () {32 vars in 689 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1365] 10.0.0.211 () {32 vars in 701 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1366] 10.0.0.211 () {32 vars in 703 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1367] 10.0.0.211 () {32 vars in 713 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1368] 10.0.0.211 () {32 vars in 717 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1369] 10.0.0.211 () {32 vars in 715 bytes} [Fri May 8 02:21:33 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: 7|app: 0|req: 645/1370] 10.0.0.211 () {32 vars in 727 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1371] 10.0.0.211 () {32 vars in 741 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1372] 10.0.0.211 () {32 vars in 719 bytes} [Fri May 8 02:21:33 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: 727/1373] 10.0.0.211 () {32 vars in 683 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1374] 10.0.0.211 () {32 vars in 669 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1375] 10.0.0.211 () {32 vars in 719 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1376] 10.0.0.211 () {32 vars in 679 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1377] 10.0.0.211 () {32 vars in 669 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1378] 10.0.0.211 () {32 vars in 697 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1379] 10.0.0.211 () {32 vars in 705 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1380] 10.0.0.211 () {32 vars in 701 bytes} [Fri May 8 02:21:33 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: 731/1381] 10.0.0.211 () {32 vars in 701 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1382] 10.0.0.211 () {32 vars in 683 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1383] 10.0.0.211 () {32 vars in 705 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1384] 10.0.0.211 () {32 vars in 695 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1385] 10.0.0.211 () {32 vars in 689 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1386] 10.0.0.211 () {32 vars in 697 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1387] 10.0.0.211 () {32 vars in 679 bytes} [Fri May 8 02:21:33 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: 7|app: 0|req: 654/1388] 10.0.0.211 () {32 vars in 689 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1389] 10.0.0.211 () {32 vars in 701 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1390] 10.0.0.211 () {32 vars in 665 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1391] 10.0.0.211 () {32 vars in 681 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1392] 10.0.0.211 () {32 vars in 677 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1393] 10.0.0.211 () {32 vars in 693 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1394] 10.0.0.211 () {32 vars in 677 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1395] 10.0.0.211 () {32 vars in 667 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1396] 10.0.0.211 () {32 vars in 663 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1397] 10.0.0.211 () {32 vars in 675 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1398] 10.0.0.211 () {32 vars in 687 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1399] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/ports?device_id=9912d481-965d-4083-ae66-702b4c60105c => 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: 660/1400] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:21:33 2026] GET /v2.0/security-groups?tenant_id=bb1e1a461cf84ea2876ebb1f65c5aff8&name=default => generated 2925 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1401] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:34 2026] DELETE /v2.0/security-groups/ccc17ec7-ecc9-4901-8793-4d91334cc09e => generated 0 bytes in 186 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1402] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:35 2026] GET /v2.0/ports?device_id=9912d481-965d-4083-ae66-702b4c60105c => 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: 662/1403] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:36 2026] GET /v2.0/ports?device_id=9912d481-965d-4083-ae66-702b4c60105c => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:21:36.441 7 INFO neutron.db.segments_db [None req-59036e51-fe29-4813-9393-8a8be0be618b c200faeb5d7e4b518ab5cbe94bc86f67 a1cd25552b214083a7408a891577e5af - - default default] Added segment 7db0924a-f3bb-45ea-ab28-92da4b558f16 of type vxlan for network 388d7b0c-af28-41bf-ab2d-275091cc47d3 [pid: 7|app: 0|req: 663/1404] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:21:36 2026] POST /v2.0/networks => generated 628 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1405] 10.0.0.211 () {34 vars in 676 bytes} [Fri May 8 02:21:35 2026] POST /v2.0/floatingips => generated 552 bytes in 772 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1406] 10.0.0.211 () {34 vars in 759 bytes} [Fri May 8 02:21:36 2026] PUT /v2.0/floatingips/b402d2cd-28cd-41b4-9564-9351bd9ede10/tags => generated 25 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1407] 10.0.0.211 () {32 vars in 739 bytes} [Fri May 8 02:21:36 2026] GET /v2.0/floatingips/b402d2cd-28cd-41b4-9564-9351bd9ede10/tags => generated 25 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1408] 10.0.0.211 () {34 vars in 770 bytes} [Fri May 8 02:21:36 2026] PUT /v2.0/floatingips/b402d2cd-28cd-41b4-9564-9351bd9ede10/tags/green => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1409] 10.0.0.211 () {32 vars in 739 bytes} [Fri May 8 02:21:36 2026] GET /v2.0/floatingips/b402d2cd-28cd-41b4-9564-9351bd9ede10/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1410] 10.0.0.211 () {34 vars in 766 bytes} [Fri May 8 02:21:36 2026] PUT /v2.0/floatingips/b402d2cd-28cd-41b4-9564-9351bd9ede10/tags/red => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1411] 10.0.0.211 () {32 vars in 739 bytes} [Fri May 8 02:21:37 2026] GET /v2.0/floatingips/b402d2cd-28cd-41b4-9564-9351bd9ede10/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1412] 10.0.0.211 () {34 vars in 788 bytes} [Fri May 8 02:21:37 2026] PUT /v2.0/floatingips/b402d2cd-28cd-41b4-9564-9351bd9ede10/tags/black.or.white => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1413] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:21:37 2026] GET /v2.0/networks?id=cf4f1665-35a0-4f25-8faf-eb94f4b264f5 => 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: 749/1414] 10.0.0.211 () {32 vars in 739 bytes} [Fri May 8 02:21:37 2026] GET /v2.0/floatingips/b402d2cd-28cd-41b4-9564-9351bd9ede10/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: 666/1415] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:21:36 2026] POST /v2.0/subnets => generated 673 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1416] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:37 2026] GET /v2.0/ports?device_id=9912d481-965d-4083-ae66-702b4c60105c => 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: 668/1417] 10.0.0.211 () {34 vars in 759 bytes} [Fri May 8 02:21:37 2026] PUT /v2.0/floatingips/b402d2cd-28cd-41b4-9564-9351bd9ede10/tags => generated 37 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:21:37.444 7 INFO neutron.db.segments_db [None req-ef374dc3-3b6b-4c94-a272-b125a11914f8 c200faeb5d7e4b518ab5cbe94bc86f67 a1cd25552b214083a7408a891577e5af - - default default] Added segment e90c3ec0-15fc-4a1c-8a92-0663eddb96f0 of type vxlan for network 643a1720-6665-4573-ae82-1e4bdf8674c7 [pid: 8|app: 0|req: 750/1418] 199.204.45.113 () {38 vars in 955 bytes} [Fri May 8 02:21:37 2026] POST /v2.0/ports => generated 958 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 669/1419] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:21:37 2026] POST /v2.0/networks => generated 628 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1420] 10.0.0.211 () {32 vars in 739 bytes} [Fri May 8 02:21:37 2026] GET /v2.0/floatingips/b402d2cd-28cd-41b4-9564-9351bd9ede10/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1421] 10.0.0.211 () {34 vars in 743 bytes} [Fri May 8 02:21:37 2026] PUT /v2.0/networks/643a1720-6665-4573-ae82-1e4bdf8674c7 => generated 592 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1422] 10.0.0.211 () {32 vars in 747 bytes} [Fri May 8 02:21:37 2026] GET /v2.0/floatingips/b402d2cd-28cd-41b4-9564-9351bd9ede10/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1423] 199.204.45.113 () {38 vars in 1028 bytes} [Fri May 8 02:21:37 2026] PUT /v2.0/ports/2d53ef1f-4d52-4a4c-a3c1-68cef25ca628 => generated 1239 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1424] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:21:37 2026] POST /v2.0/subnets => generated 646 bytes in 213 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 02:21:37.991 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b32c5c3b-1fe5-40f3-81eb-6c5bf46e01a6'] response: {'name': 'network-changed', 'server_uuid': '9912d481-965d-4083-ae66-702b4c60105c', 'tag': '2d53ef1f-4d52-4a4c-a3c1-68cef25ca628', 'status': 'completed', 'code': 200} 2026-05-08 02:21:37.997 7 INFO neutron.api.v2.resource [None req-e416c6ef-12d0-4c3c-8122-68087b0ced0f 69d6c4d859be4717b41d3b2a5440a8ac 0a5ba9c7d1f34be19cc60498aa2c0c0e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 671/1425] 10.0.0.211 () {32 vars in 751 bytes} [Fri May 8 02:21:37 2026] GET /v2.0/floatingips/b402d2cd-28cd-41b4-9564-9351bd9ede10/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1426] 10.0.0.211 () {32 vars in 750 bytes} [Fri May 8 02:21:38 2026] DELETE /v2.0/floatingips/b402d2cd-28cd-41b4-9564-9351bd9ede10/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1427] 10.0.0.211 () {32 vars in 739 bytes} [Fri May 8 02:21:38 2026] GET /v2.0/floatingips/b402d2cd-28cd-41b4-9564-9351bd9ede10/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1428] 10.0.0.211 () {34 vars in 741 bytes} [Fri May 8 02:21:37 2026] PUT /v2.0/subnets/a87afa41-3807-4620-9aa0-d7962a192d9d => generated 656 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:21:38.137 7 INFO neutron.api.v2.resource [None req-56a2ccce-bdee-4b04-a051-b64999058770 69d6c4d859be4717b41d3b2a5440a8ac 0a5ba9c7d1f34be19cc60498aa2c0c0e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 674/1429] 10.0.0.211 () {32 vars in 754 bytes} [Fri May 8 02:21:38 2026] DELETE /v2.0/floatingips/b402d2cd-28cd-41b4-9564-9351bd9ede10/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1430] 10.0.0.211 () {32 vars in 742 bytes} [Fri May 8 02:21:38 2026] DELETE /v2.0/floatingips/b402d2cd-28cd-41b4-9564-9351bd9ede10/tags => 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: 676/1431] 10.0.0.211 () {32 vars in 739 bytes} [Fri May 8 02:21:38 2026] GET /v2.0/floatingips/b402d2cd-28cd-41b4-9564-9351bd9ede10/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:21:38.296 8 INFO neutron.services.segments.plugin [-] Segment e90c3ec0-15fc-4a1c-8a92-0663eddb96f0 resource provider aggregate not found 2026-05-08 02:21:38.302 8 INFO neutron.services.segments.plugin [-] Segment e90c3ec0-15fc-4a1c-8a92-0663eddb96f0 resource provider aggregate not found 2026-05-08 02:21:38.316 8 INFO neutron.services.segments.plugin [-] Segment e90c3ec0-15fc-4a1c-8a92-0663eddb96f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e90c3ec0-15fc-4a1c-8a92-0663eddb96f0 found for delete ", "request_id": "req-21a8366d-203c-4fca-b8cf-3e65f175fc2c"}]} 2026-05-08 02:21:38.321 8 INFO neutron.services.segments.plugin [-] Segment e90c3ec0-15fc-4a1c-8a92-0663eddb96f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e90c3ec0-15fc-4a1c-8a92-0663eddb96f0 found for delete ", "request_id": "req-5e7e59dd-0e30-46ef-b986-1ac789c971b2"}]} [pid: 8|app: 0|req: 756/1432] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:21:38 2026] DELETE /v2.0/networks/643a1720-6665-4573-ae82-1e4bdf8674c7 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:21:38.347 8 INFO neutron.pecan_wsgi.hooks.translation [None req-50f4a718-b8dc-49fb-9142-a6d93910bc51 c200faeb5d7e4b518ab5cbe94bc86f67 a1cd25552b214083a7408a891577e5af - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 757/1433] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:21:38 2026] DELETE /v2.0/networks/643a1720-6665-4573-ae82-1e4bdf8674c7 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:21:38.374 7 INFO neutron_taas.services.taas.taas_plugin [None req-5862efed-4b0a-4ce6-84a8-e16e378bcecd 69d6c4d859be4717b41d3b2a5440a8ac 0a5ba9c7d1f34be19cc60498aa2c0c0e - - default default] TaaS: Handle Delete Port: d9d19f8d-8373-4861-9331-0e82d659b317 2026-05-08 02:21:38.379 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5862efed-4b0a-4ce6-84a8-e16e378bcecd 69d6c4d859be4717b41d3b2a5440a8ac 0a5ba9c7d1f34be19cc60498aa2c0c0e - - default default] Tap Mirror: Handle Delete Port: d9d19f8d-8373-4861-9331-0e82d659b317 [pid: 8|app: 0|req: 758/1434] 10.0.0.211 () {32 vars in 694 bytes} [Fri May 8 02:21:38 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1435] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:38 2026] GET /v2.0/ports?device_id=9912d481-965d-4083-ae66-702b4c60105c => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1436] 10.0.0.211 () {32 vars in 742 bytes} [Fri May 8 02:21:38 2026] GET /v2.0/subnets?network_id=d5528eca-935b-49a5-8b5e-a500fa44ca4c => generated 649 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1437] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:38 2026] GET /v2.0/security-groups?id=cbc0279c-5581-48f4-ba67-6e368c4fb51c&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1438] 10.0.0.211 () {32 vars in 653 bytes} [Fri May 8 02:21:38 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1439] 10.0.0.211 () {32 vars in 732 bytes} [Fri May 8 02:21:38 2026] DELETE /v2.0/floatingips/b402d2cd-28cd-41b4-9564-9351bd9ede10 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1440] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:21:38 2026] GET /v2.0/ports?tenant_id=e7b16ee8949c45c5b78eac7c0f1bb58a&device_id=9912d481-965d-4083-ae66-702b4c60105c => 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: 678/1441] 10.0.0.211 () {32 vars in 649 bytes} [Fri May 8 02:21:38 2026] GET /v2.0/networks => generated 1312 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1442] 199.204.45.113 () {34 vars in 1018 bytes} [Fri May 8 02:21:38 2026] GET /v2.0/networks?tenant_id=e7b16ee8949c45c5b78eac7c0f1bb58a&shared=False => generated 769 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1443] 10.0.0.211 () {32 vars in 647 bytes} [Fri May 8 02:21:38 2026] GET /v2.0/subnets => generated 1312 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1444] 199.204.45.113 () {34 vars in 930 bytes} [Fri May 8 02:21:38 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1445] 10.0.0.211 () {32 vars in 723 bytes} [Fri May 8 02:21:38 2026] GET /v2.0/networks/388d7b0c-af28-41bf-ab2d-275091cc47d3 => generated 672 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1446] 10.0.0.211 () {32 vars in 721 bytes} [Fri May 8 02:21:38 2026] GET /v2.0/subnets/9be007fb-dcee-4fef-9950-f68ac311d6cd => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:21:38.780 7 INFO neutron.pecan_wsgi.hooks.translation [None req-80262042-856e-4f5e-9f98-8883f138b892 c200faeb5d7e4b518ab5cbe94bc86f67 a1cd25552b214083a7408a891577e5af - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 681/1447] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:21:38 2026] DELETE /v2.0/subnets/a87afa41-3807-4620-9aa0-d7962a192d9d => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:21:38.809 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fd06a5ff-a2d4-4426-ad10-eb279fb68040 c200faeb5d7e4b518ab5cbe94bc86f67 a1cd25552b214083a7408a891577e5af - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 767/1448] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:21:38 2026] DELETE /v2.0/networks/643a1720-6665-4573-ae82-1e4bdf8674c7 => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1449] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:21:38 2026] DELETE /v2.0/subnets/9be007fb-dcee-4fef-9950-f68ac311d6cd => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:21:39.050 7 INFO neutron.services.segments.plugin [-] Segment 7db0924a-f3bb-45ea-ab28-92da4b558f16 resource provider aggregate not found 2026-05-08 02:21:39.056 7 INFO neutron.services.segments.plugin [-] Segment 7db0924a-f3bb-45ea-ab28-92da4b558f16 resource provider aggregate not found 2026-05-08 02:21:39.070 7 INFO neutron.services.segments.plugin [-] Segment 7db0924a-f3bb-45ea-ab28-92da4b558f16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7db0924a-f3bb-45ea-ab28-92da4b558f16 found for delete ", "request_id": "req-322125e0-1651-4e4d-80a7-dff7f158b4aa"}]} 2026-05-08 02:21:39.073 7 INFO neutron.services.segments.plugin [-] Segment 7db0924a-f3bb-45ea-ab28-92da4b558f16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7db0924a-f3bb-45ea-ab28-92da4b558f16 found for delete ", "request_id": "req-64dd9122-c49b-4165-8a84-ff3651660dc1"}]} [pid: 7|app: 0|req: 683/1450] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:21:38 2026] DELETE /v2.0/networks/388d7b0c-af28-41bf-ab2d-275091cc47d3 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1451] 10.0.0.10 () {34 vars in 989 bytes} [Fri May 8 02:21:38 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => generated 1240 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1452] 10.0.0.10 () {34 vars in 1039 bytes} [Fri May 8 02:21:39 2026] GET /v2.0/security-groups?id=cc1b8a9f-68ee-4670-a179-399f35420947&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: 8|app: 0|req: 769/1453] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:21:39 2026] GET /v2.0/security-groups?tenant_id=0a5ba9c7d1f34be19cc60498aa2c0c0e&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1454] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:39 2026] DELETE /v2.0/security-groups/e3070784-00ad-487f-94dc-757fedab8dfa => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1455] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:39 2026] GET /v2.0/ports?device_id=9912d481-965d-4083-ae66-702b4c60105c => generated 973 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1456] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:39 2026] GET /v2.0/security-groups?id=cbc0279c-5581-48f4-ba67-6e368c4fb51c&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: 687/1457] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:21:39 2026] GET /v2.0/ports?tenant_id=e7b16ee8949c45c5b78eac7c0f1bb58a&device_id=9912d481-965d-4083-ae66-702b4c60105c => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1458] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:21:39 2026] GET /v2.0/security-groups?tenant_id=c05a844d6c0d4a5397a434ce71b7dd71&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1459] 199.204.45.113 () {34 vars in 1060 bytes} [Fri May 8 02:21:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=2d53ef1f-4d52-4a4c-a3c1-68cef25ca628 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1460] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:21:39 2026] GET /v2.0/security-groups?tenant_id=a1cd25552b214083a7408a891577e5af&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1461] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:21:39 2026] GET /v2.0/subnets?id=d51fba88-8d46-48cf-b417-0c1720522cc5 => generated 691 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1462] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:39 2026] DELETE /v2.0/security-groups/fbeb0fc2-0e5e-42ba-940c-056b25c05fe3 => 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: 774/1463] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:21:39 2026] GET /v2.0/ports?network_id=cf4f1665-35a0-4f25-8faf-eb94f4b264f5&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1464] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:21:39 2026] GET /v2.0/networks/cf4f1665-35a0-4f25-8faf-eb94f4b264f5?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1465] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:39 2026] DELETE /v2.0/security-groups/7bf9daa1-ea62-4b34-93fe-009a5dd24e82 => 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: 776/1466] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:21:40 2026] GET /v2.0/networks/cf4f1665-35a0-4f25-8faf-eb94f4b264f5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1467] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:40 2026] GET /v2.0/ports?device_id=9912d481-965d-4083-ae66-702b4c60105c => generated 973 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1468] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:40 2026] GET /v2.0/security-groups?id=cbc0279c-5581-48f4-ba67-6e368c4fb51c&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1469] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:42 2026] GET /v2.0/ports?device_id=9912d481-965d-4083-ae66-702b4c60105c => 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: 779/1470] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:42 2026] GET /v2.0/security-groups?id=cbc0279c-5581-48f4-ba67-6e368c4fb51c&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:21:42.190 7 INFO neutron.db.segments_db [None req-a31398cf-c5df-4ed4-b054-da896b473257 df6f3999a569423e82095d8948cfcfd9 b78cfb93fc8d4aee96298c7bd58fa55e - - default default] Added segment 87ac8de4-3479-458b-8805-89c20203a238 of type vxlan for network 2758408f-0b06-4394-9ace-a1217ff704c4 [pid: 7|app: 0|req: 692/1471] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:21:41 2026] POST /v2.0/networks => generated 625 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1472] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:21:42 2026] POST /v2.0/subnets => generated 641 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:21:42.578 7 INFO neutron.db.segments_db [None req-89513ba6-ca24-426a-b859-96b7cda7a5c8 df6f3999a569423e82095d8948cfcfd9 b78cfb93fc8d4aee96298c7bd58fa55e - - default default] Added segment 4f20ae1e-b184-4e30-8297-3d08babb42b0 of type vxlan for network de74e9a1-12d6-4390-9937-e1ec9a96bc01 [pid: 7|app: 0|req: 693/1473] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:21:42 2026] POST /v2.0/networks => generated 624 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1474] 10.0.0.211 () {34 vars in 743 bytes} [Fri May 8 02:21:42 2026] PUT /v2.0/networks/de74e9a1-12d6-4390-9937-e1ec9a96bc01 => generated 592 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1475] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:21:42 2026] POST /v2.0/subnets => generated 626 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1476] 10.0.0.211 () {34 vars in 741 bytes} [Fri May 8 02:21:43 2026] PUT /v2.0/subnets/e75716d2-108d-49bf-b064-dbcd19d76ce4 => generated 636 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1477] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:43 2026] GET /v2.0/ports?device_id=9912d481-965d-4083-ae66-702b4c60105c => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:21:43.432 8 INFO neutron.services.segments.plugin [-] Segment 4f20ae1e-b184-4e30-8297-3d08babb42b0 resource provider aggregate not found 2026-05-08 02:21:43.436 8 INFO neutron.services.segments.plugin [-] Segment 4f20ae1e-b184-4e30-8297-3d08babb42b0 resource provider aggregate not found 2026-05-08 02:21:43.449 7 INFO neutron.db.segments_db [None req-d730fedd-e846-4ecb-ab53-fb09a3e9380c fa772f7936f74b288a4243756a497e51 82e82939bc3647679c3d41e2b189a62c - - default default] Added segment 87bda283-5a34-44af-97f1-ddcf061ff36d of type vxlan for network 515b3ef5-8428-4dfa-9220-6f614f46a4e1 2026-05-08 02:21:43.455 8 INFO neutron.services.segments.plugin [-] Segment 4f20ae1e-b184-4e30-8297-3d08babb42b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f20ae1e-b184-4e30-8297-3d08babb42b0 found for delete ", "request_id": "req-8b796ffe-1cb7-41c4-b7be-6b559dee5224"}]} 2026-05-08 02:21:43.457 8 INFO neutron.services.segments.plugin [-] Segment 4f20ae1e-b184-4e30-8297-3d08babb42b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f20ae1e-b184-4e30-8297-3d08babb42b0 found for delete ", "request_id": "req-5a88e904-6d4a-4728-aa96-45392a10774c"}]} [pid: 8|app: 0|req: 784/1478] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:21:43 2026] DELETE /v2.0/networks/de74e9a1-12d6-4390-9937-e1ec9a96bc01 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1479] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:43 2026] GET /v2.0/security-groups?id=cbc0279c-5581-48f4-ba67-6e368c4fb51c&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:21:43.499 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4ade30d8-4740-4350-bee8-173f775dfa71 df6f3999a569423e82095d8948cfcfd9 b78cfb93fc8d4aee96298c7bd58fa55e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 786/1480] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:21:43 2026] DELETE /v2.0/networks/de74e9a1-12d6-4390-9937-e1ec9a96bc01 => 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: 695/1481] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:21:43 2026] POST /v2.0/networks => generated 612 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1482] 10.0.0.211 () {32 vars in 694 bytes} [Fri May 8 02:21:43 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1483] 10.0.0.211 () {34 vars in 753 bytes} [Fri May 8 02:21:43 2026] PUT /v2.0/networks/515b3ef5-8428-4dfa-9220-6f614f46a4e1/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1484] 10.0.0.211 () {32 vars in 742 bytes} [Fri May 8 02:21:43 2026] GET /v2.0/subnets?network_id=d5528eca-935b-49a5-8b5e-a500fa44ca4c => 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: 697/1485] 10.0.0.211 () {32 vars in 653 bytes} [Fri May 8 02:21:43 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1486] 10.0.0.211 () {32 vars in 733 bytes} [Fri May 8 02:21:43 2026] GET /v2.0/networks/515b3ef5-8428-4dfa-9220-6f614f46a4e1/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1487] 10.0.0.211 () {32 vars in 649 bytes} [Fri May 8 02:21:43 2026] GET /v2.0/networks => generated 1309 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1488] 10.0.0.211 () {32 vars in 647 bytes} [Fri May 8 02:21:43 2026] GET /v2.0/subnets => generated 1280 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1489] 10.0.0.211 () {34 vars in 764 bytes} [Fri May 8 02:21:43 2026] PUT /v2.0/networks/515b3ef5-8428-4dfa-9220-6f614f46a4e1/tags/green => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1490] 10.0.0.211 () {32 vars in 723 bytes} [Fri May 8 02:21:43 2026] GET /v2.0/networks/2758408f-0b06-4394-9ace-a1217ff704c4 => generated 669 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1491] 10.0.0.211 () {32 vars in 733 bytes} [Fri May 8 02:21:43 2026] GET /v2.0/networks/515b3ef5-8428-4dfa-9220-6f614f46a4e1/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1492] 10.0.0.211 () {32 vars in 721 bytes} [Fri May 8 02:21:43 2026] GET /v2.0/subnets/68027549-06f1-4d97-92f1-22e1c3f704c9 => generated 641 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:21:43.792 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5c53170f-02db-4b67-8bce-b6778a191d24 df6f3999a569423e82095d8948cfcfd9 b78cfb93fc8d4aee96298c7bd58fa55e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 702/1493] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:21:43 2026] DELETE /v2.0/subnets/e75716d2-108d-49bf-b064-dbcd19d76ce4 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:21:43.814 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6d581161-4fe2-4c35-a7a6-db1ad3c78958 df6f3999a569423e82095d8948cfcfd9 b78cfb93fc8d4aee96298c7bd58fa55e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 703/1494] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:21:43 2026] DELETE /v2.0/networks/de74e9a1-12d6-4390-9937-e1ec9a96bc01 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1495] 10.0.0.211 () {34 vars in 760 bytes} [Fri May 8 02:21:43 2026] PUT /v2.0/networks/515b3ef5-8428-4dfa-9220-6f614f46a4e1/tags/red => 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: 793/1496] 10.0.0.211 () {32 vars in 733 bytes} [Fri May 8 02:21:43 2026] GET /v2.0/networks/515b3ef5-8428-4dfa-9220-6f614f46a4e1/tags => generated 34 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1497] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:21:43 2026] DELETE /v2.0/subnets/68027549-06f1-4d97-92f1-22e1c3f704c9 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1498] 10.0.0.211 () {34 vars in 782 bytes} [Fri May 8 02:21:43 2026] PUT /v2.0/networks/515b3ef5-8428-4dfa-9220-6f614f46a4e1/tags/black.or.white => generated 4 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1499] 10.0.0.211 () {32 vars in 733 bytes} [Fri May 8 02:21:44 2026] GET /v2.0/networks/515b3ef5-8428-4dfa-9220-6f614f46a4e1/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:21:44.090 7 INFO neutron.services.segments.plugin [-] Segment 87ac8de4-3479-458b-8805-89c20203a238 resource provider aggregate not found 2026-05-08 02:21:44.098 7 INFO neutron.services.segments.plugin [-] Segment 87ac8de4-3479-458b-8805-89c20203a238 resource provider aggregate not found 2026-05-08 02:21:44.116 7 INFO neutron.services.segments.plugin [-] Segment 87ac8de4-3479-458b-8805-89c20203a238 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87ac8de4-3479-458b-8805-89c20203a238 found for delete ", "request_id": "req-c2ab9347-e75d-44a2-913c-2647a9a6076a"}]} 2026-05-08 02:21:44.117 7 INFO neutron.services.segments.plugin [-] Segment 87ac8de4-3479-458b-8805-89c20203a238 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87ac8de4-3479-458b-8805-89c20203a238 found for delete ", "request_id": "req-47eb803d-4095-40f5-a179-899c5cd2eac1"}]} [pid: 8|app: 0|req: 796/1500] 10.0.0.211 () {34 vars in 753 bytes} [Fri May 8 02:21:44 2026] PUT /v2.0/networks/515b3ef5-8428-4dfa-9220-6f614f46a4e1/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1501] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:21:43 2026] DELETE /v2.0/networks/2758408f-0b06-4394-9ace-a1217ff704c4 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1502] 10.0.0.211 () {32 vars in 733 bytes} [Fri May 8 02:21:44 2026] GET /v2.0/networks/515b3ef5-8428-4dfa-9220-6f614f46a4e1/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1503] 10.0.0.211 () {32 vars in 741 bytes} [Fri May 8 02:21:44 2026] GET /v2.0/networks/515b3ef5-8428-4dfa-9220-6f614f46a4e1/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:21:44.279 8 INFO neutron.api.v2.resource [None req-2b26230b-63c8-46ae-9d5a-da6d9fbd22c4 fa772f7936f74b288a4243756a497e51 82e82939bc3647679c3d41e2b189a62c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 798/1504] 10.0.0.211 () {32 vars in 745 bytes} [Fri May 8 02:21:44 2026] GET /v2.0/networks/515b3ef5-8428-4dfa-9220-6f614f46a4e1/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: 707/1505] 10.0.0.211 () {32 vars in 744 bytes} [Fri May 8 02:21:44 2026] DELETE /v2.0/networks/515b3ef5-8428-4dfa-9220-6f614f46a4e1/tags/red => 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: 799/1506] 10.0.0.211 () {32 vars in 733 bytes} [Fri May 8 02:21:44 2026] GET /v2.0/networks/515b3ef5-8428-4dfa-9220-6f614f46a4e1/tags => generated 30 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:21:44.483 7 INFO neutron.api.v2.resource [None req-59b694d0-14e0-45ed-ad5c-c911afd3a3ef fa772f7936f74b288a4243756a497e51 82e82939bc3647679c3d41e2b189a62c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 708/1507] 10.0.0.211 () {32 vars in 748 bytes} [Fri May 8 02:21:44 2026] DELETE /v2.0/networks/515b3ef5-8428-4dfa-9220-6f614f46a4e1/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1508] 10.0.0.211 () {32 vars in 736 bytes} [Fri May 8 02:21:44 2026] DELETE /v2.0/networks/515b3ef5-8428-4dfa-9220-6f614f46a4e1/tags => 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: 801/1509] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:44 2026] GET /v2.0/ports?device_id=9912d481-965d-4083-ae66-702b4c60105c => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1510] 10.0.0.211 () {32 vars in 733 bytes} [Fri May 8 02:21:44 2026] GET /v2.0/networks/515b3ef5-8428-4dfa-9220-6f614f46a4e1/tags => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1511] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:44 2026] GET /v2.0/security-groups?id=cbc0279c-5581-48f4-ba67-6e368c4fb51c&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: 710/1512] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:21:44 2026] DELETE /v2.0/networks/515b3ef5-8428-4dfa-9220-6f614f46a4e1 => 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: 803/1513] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:21:44 2026] GET /v2.0/security-groups?tenant_id=b78cfb93fc8d4aee96298c7bd58fa55e&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1516] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:44 2026] DELETE /v2.0/security-groups/f9540b8b-c78a-4789-8aaf-8916e97adca7 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1517] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:21:45 2026] GET /v2.0/security-groups?tenant_id=029dd097f59e44b8ac9ebbd3210030aa&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1518] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:45 2026] DELETE /v2.0/security-groups/05eda0d6-d180-42c2-838b-0aa917979429 => 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: 807/1519] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:21:46 2026] GET /v2.0/security-groups?tenant_id=82e82939bc3647679c3d41e2b189a62c&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:21:46.149 7 INFO neutron.services.segments.plugin [-] Segment 87bda283-5a34-44af-97f1-ddcf061ff36d resource provider aggregate not found 2026-05-08 02:21:46.157 7 INFO neutron.services.segments.plugin [-] Segment 87bda283-5a34-44af-97f1-ddcf061ff36d resource provider aggregate not found 2026-05-08 02:21:46.177 7 INFO neutron.services.segments.plugin [-] Segment 87bda283-5a34-44af-97f1-ddcf061ff36d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87bda283-5a34-44af-97f1-ddcf061ff36d found for delete ", "request_id": "req-797eb7f9-4adf-4bb3-81ac-a31943ca954a"}]} 2026-05-08 02:21:46.179 7 INFO neutron.services.segments.plugin [-] Segment 87bda283-5a34-44af-97f1-ddcf061ff36d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87bda283-5a34-44af-97f1-ddcf061ff36d found for delete ", "request_id": "req-5b954660-33e4-49d0-8a88-1ce609ec0d71"}]} [pid: 7|app: 0|req: 713/1520] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:46 2026] GET /v2.0/ports?device_id=9912d481-965d-4083-ae66-702b4c60105c => generated 975 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1521] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:46 2026] DELETE /v2.0/security-groups/be9554a0-a380-42eb-ae9e-5fddce09e77d => 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: 714/1522] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:46 2026] GET /v2.0/security-groups?id=cbc0279c-5581-48f4-ba67-6e368c4fb51c&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:21:47.076 8 INFO neutron.db.segments_db [None req-c80bd922-5d56-405b-aa0a-a8f7be8112a5 306e18d9cf1f4be9bbbfddffe75dea59 b6dca128146d4452864a8c0270d802d0 - - default default] Added segment e7986e20-c760-4bd4-8bc0-87771498b17a of type vxlan for network 1049541e-11dd-4a9e-9f51-9fba979f344c [pid: 8|app: 0|req: 809/1523] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:21:46 2026] POST /v2.0/networks => generated 629 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1524] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:47 2026] GET /v2.0/ports?device_id=9912d481-965d-4083-ae66-702b4c60105c => 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: 811/1525] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:47 2026] GET /v2.0/security-groups?id=cbc0279c-5581-48f4-ba67-6e368c4fb51c&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: 715/1526] 10.0.0.211 () {34 vars in 665 bytes} [Fri May 8 02:21:47 2026] POST /v2.0/ports => generated 779 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:21:47.574 8 INFO neutron.db.segments_db [None req-0fc78b02-63a6-4c96-a392-f6296d8a05d6 306e18d9cf1f4be9bbbfddffe75dea59 b6dca128146d4452864a8c0270d802d0 - - default default] Added segment cb25659b-5fda-46af-85a7-ebb704c30537 of type vxlan for network 84601a7f-2f60-401e-a958-4f045ce8d479 [pid: 8|app: 0|req: 812/1527] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:21:47 2026] POST /v2.0/networks => generated 617 bytes in 144 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: 716/1528] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:21:47 2026] POST /v2.0/subnets => generated 646 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1529] 10.0.0.211 () {34 vars in 665 bytes} [Fri May 8 02:21:47 2026] POST /v2.0/ports => generated 966 bytes in 426 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 02:21:48.490 7 INFO neutron_taas.services.taas.taas_plugin [None req-345b7cf5-a8bb-493c-8b67-f300c68b1727 306e18d9cf1f4be9bbbfddffe75dea59 b6dca128146d4452864a8c0270d802d0 - - default default] TaaS: Handle Delete Port: 9252e733-9c79-44fc-8643-a6b62b9dacae 2026-05-08 02:21:48.493 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-345b7cf5-a8bb-493c-8b67-f300c68b1727 306e18d9cf1f4be9bbbfddffe75dea59 b6dca128146d4452864a8c0270d802d0 - - default default] Tap Mirror: Handle Delete Port: 9252e733-9c79-44fc-8643-a6b62b9dacae [pid: 8|app: 0|req: 814/1530] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:48 2026] GET /v2.0/ports?device_id=9912d481-965d-4083-ae66-702b4c60105c => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1531] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:48 2026] GET /v2.0/security-groups?id=cbc0279c-5581-48f4-ba67-6e368c4fb51c&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: 816/1532] 199.204.45.113 () {34 vars in 994 bytes} [Fri May 8 02:21:48 2026] GET /v2.0/ports?device_id=9912d481-965d-4083-ae66-702b4c60105c => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1533] 10.0.0.211 () {32 vars in 720 bytes} [Fri May 8 02:21:48 2026] DELETE /v2.0/ports/9252e733-9c79-44fc-8643-a6b62b9dacae => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:21:48.631 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0a34a126-46ad-4c11-8201-54bf4f482e13 306e18d9cf1f4be9bbbfddffe75dea59 b6dca128146d4452864a8c0270d802d0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 718/1534] 10.0.0.211 () {32 vars in 720 bytes} [Fri May 8 02:21:48 2026] DELETE /v2.0/ports/9252e733-9c79-44fc-8643-a6b62b9dacae => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:21:48.657 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e1a2a096-8be1-40f0-bf37-cabc0eba2fd4 306e18d9cf1f4be9bbbfddffe75dea59 b6dca128146d4452864a8c0270d802d0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 719/1535] 10.0.0.211 () {32 vars in 717 bytes} [Fri May 8 02:21:48 2026] GET /v2.0/ports/9252e733-9c79-44fc-8643-a6b62b9dacae => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:21:48.722 8 INFO neutron_taas.services.taas.taas_plugin [req-6f9f8cad-0aec-4420-9df8-34e61b0e3be0 req-0cf6d89e-adbb-4e0e-9374-09b5ff66550e 7a75ca0d93074ab98bb4090a9901755e e7b16ee8949c45c5b78eac7c0f1bb58a - - default default] TaaS: Handle Delete Port: 2d53ef1f-4d52-4a4c-a3c1-68cef25ca628 2026-05-08 02:21:48.724 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6f9f8cad-0aec-4420-9df8-34e61b0e3be0 req-0cf6d89e-adbb-4e0e-9374-09b5ff66550e 7a75ca0d93074ab98bb4090a9901755e e7b16ee8949c45c5b78eac7c0f1bb58a - - default default] Tap Mirror: Handle Delete Port: 2d53ef1f-4d52-4a4c-a3c1-68cef25ca628 [pid: 7|app: 0|req: 720/1536] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:21:48 2026] DELETE /v2.0/subnets/af68298c-ce93-4262-b45d-467f9c5b505a => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1537] 199.204.45.113 () {36 vars in 997 bytes} [Fri May 8 02:21:48 2026] DELETE /v2.0/ports/2d53ef1f-4d52-4a4c-a3c1-68cef25ca628 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:21:48.948 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-11814cbf-9065-47c2-bac1-a6f6a7221044'] response: {'server_uuid': '9912d481-965d-4083-ae66-702b4c60105c', 'name': 'network-vif-deleted', 'tag': '2d53ef1f-4d52-4a4c-a3c1-68cef25ca628', 'status': 'completed', 'code': 200} 2026-05-08 02:21:48.960 7 INFO neutron.services.segments.plugin [-] Segment cb25659b-5fda-46af-85a7-ebb704c30537 resource provider aggregate not found 2026-05-08 02:21:48.978 7 INFO neutron.services.segments.plugin [-] Segment cb25659b-5fda-46af-85a7-ebb704c30537 resource provider aggregate not found 2026-05-08 02:21:48.984 7 INFO neutron.services.segments.plugin [-] Segment cb25659b-5fda-46af-85a7-ebb704c30537 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb25659b-5fda-46af-85a7-ebb704c30537 found for delete ", "request_id": "req-9d4e63c5-265d-41de-a647-100fa4fb50a8"}]} 2026-05-08 02:21:48.999 7 INFO neutron.services.segments.plugin [-] Segment cb25659b-5fda-46af-85a7-ebb704c30537 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb25659b-5fda-46af-85a7-ebb704c30537 found for delete ", "request_id": "req-9fbcb305-cc24-4977-9085-e887e4ffcbe0"}]} [pid: 7|app: 0|req: 721/1538] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:21:48 2026] DELETE /v2.0/networks/84601a7f-2f60-401e-a958-4f045ce8d479 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:21:49.086 8 INFO neutron.db.segments_db [None req-11c23d0e-7fed-4037-90dd-245c7f09cd93 306e18d9cf1f4be9bbbfddffe75dea59 b6dca128146d4452864a8c0270d802d0 - - default default] Added segment 62266818-0027-4923-8a32-9b6a5d1fe4c5 of type vxlan for network fcca593c-162f-4cbb-8b95-2ace2998e263 [pid: 8|app: 0|req: 818/1539] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:21:49 2026] POST /v2.0/networks => generated 616 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1540] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:21:49 2026] POST /v2.0/subnets => generated 646 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1541] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:49 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1542] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:49 2026] GET /v2.0/security-groups?id=cc1b8a9f-68ee-4670-a179-399f35420947&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: 821/1543] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:49 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1544] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:49 2026] GET /v2.0/security-groups?id=cc1b8a9f-68ee-4670-a179-399f35420947&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: 823/1545] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:49 2026] GET /v2.0/ports?device_id=9912d481-965d-4083-ae66-702b4c60105c => 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: 723/1546] 10.0.0.211 () {34 vars in 665 bytes} [Fri May 8 02:21:49 2026] POST /v2.0/ports => generated 928 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:21:49.886 8 INFO neutron_taas.services.taas.taas_plugin [None req-d4b33032-f466-4b59-9a5b-01eb5e3a1253 306e18d9cf1f4be9bbbfddffe75dea59 b6dca128146d4452864a8c0270d802d0 - - default default] TaaS: Handle Delete Port: 34c2235c-989b-49e2-b2f9-968c0ab7af2d 2026-05-08 02:21:49.889 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4b33032-f466-4b59-9a5b-01eb5e3a1253 306e18d9cf1f4be9bbbfddffe75dea59 b6dca128146d4452864a8c0270d802d0 - - default default] Tap Mirror: Handle Delete Port: 34c2235c-989b-49e2-b2f9-968c0ab7af2d [pid: 8|app: 0|req: 824/1547] 10.0.0.211 () {32 vars in 720 bytes} [Fri May 8 02:21:49 2026] DELETE /v2.0/ports/34c2235c-989b-49e2-b2f9-968c0ab7af2d => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1548] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:50 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:21:50.114 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9dad23a3-51eb-4da6-9a7f-150409f886ce 306e18d9cf1f4be9bbbfddffe75dea59 b6dca128146d4452864a8c0270d802d0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 826/1549] 10.0.0.211 () {32 vars in 717 bytes} [Fri May 8 02:21:50 2026] GET /v2.0/ports/34c2235c-989b-49e2-b2f9-968c0ab7af2d => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1550] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:50 2026] GET /v2.0/security-groups?id=cc1b8a9f-68ee-4670-a179-399f35420947&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: 828/1551] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:21:50 2026] DELETE /v2.0/subnets/cac047f4-fcc7-4929-8c2f-58d946d37037 => 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: 724/1552] 10.0.0.211 () {34 vars in 684 bytes} [Fri May 8 02:21:49 2026] POST /v2.0/security-groups => generated 1601 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1553] 10.0.0.211 () {34 vars in 767 bytes} [Fri May 8 02:21:50 2026] PUT /v2.0/security-groups/cb69ce13-325d-4382-9d5c-77a8654fcbbb/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1554] 10.0.0.211 () {32 vars in 747 bytes} [Fri May 8 02:21:50 2026] GET /v2.0/security-groups/cb69ce13-325d-4382-9d5c-77a8654fcbbb/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:21:50.394 8 INFO neutron.services.segments.plugin [-] Segment 62266818-0027-4923-8a32-9b6a5d1fe4c5 resource provider aggregate not found 2026-05-08 02:21:50.398 8 INFO neutron.services.segments.plugin [-] Segment 62266818-0027-4923-8a32-9b6a5d1fe4c5 resource provider aggregate not found 2026-05-08 02:21:50.418 8 INFO neutron.services.segments.plugin [-] Segment 62266818-0027-4923-8a32-9b6a5d1fe4c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62266818-0027-4923-8a32-9b6a5d1fe4c5 found for delete ", "request_id": "req-356a55bf-ab57-428c-aa1d-92dcb38976c8"}]} 2026-05-08 02:21:50.419 8 INFO neutron.services.segments.plugin [-] Segment 62266818-0027-4923-8a32-9b6a5d1fe4c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62266818-0027-4923-8a32-9b6a5d1fe4c5 found for delete ", "request_id": "req-b1e4ebb6-f9c9-4461-8598-c47676646f8a"}]} [pid: 8|app: 0|req: 829/1555] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:21:50 2026] DELETE /v2.0/networks/fcca593c-162f-4cbb-8b95-2ace2998e263 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1556] 10.0.0.211 () {34 vars in 778 bytes} [Fri May 8 02:21:50 2026] PUT /v2.0/security-groups/cb69ce13-325d-4382-9d5c-77a8654fcbbb/tags/green => generated 4 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1557] 10.0.0.211 () {32 vars in 747 bytes} [Fri May 8 02:21:50 2026] GET /v2.0/security-groups/cb69ce13-325d-4382-9d5c-77a8654fcbbb/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1558] 10.0.0.211 () {34 vars in 774 bytes} [Fri May 8 02:21:50 2026] PUT /v2.0/security-groups/cb69ce13-325d-4382-9d5c-77a8654fcbbb/tags/red => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1559] 10.0.0.211 () {32 vars in 747 bytes} [Fri May 8 02:21:50 2026] GET /v2.0/security-groups/cb69ce13-325d-4382-9d5c-77a8654fcbbb/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1560] 10.0.0.211 () {34 vars in 796 bytes} [Fri May 8 02:21:50 2026] PUT /v2.0/security-groups/cb69ce13-325d-4382-9d5c-77a8654fcbbb/tags/black.or.white => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1561] 10.0.0.211 () {32 vars in 747 bytes} [Fri May 8 02:21:50 2026] GET /v2.0/security-groups/cb69ce13-325d-4382-9d5c-77a8654fcbbb/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1562] 10.0.0.211 () {34 vars in 665 bytes} [Fri May 8 02:21:50 2026] POST /v2.0/ports => generated 778 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 733/1563] 10.0.0.211 () {34 vars in 767 bytes} [Fri May 8 02:21:50 2026] PUT /v2.0/security-groups/cb69ce13-325d-4382-9d5c-77a8654fcbbb/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1564] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:50 2026] GET /v2.0/ports?device_id=9912d481-965d-4083-ae66-702b4c60105c => 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: 735/1565] 10.0.0.211 () {32 vars in 747 bytes} [Fri May 8 02:21:50 2026] GET /v2.0/security-groups/cb69ce13-325d-4382-9d5c-77a8654fcbbb/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1566] 10.0.0.211 () {32 vars in 755 bytes} [Fri May 8 02:21:50 2026] GET /v2.0/security-groups/cb69ce13-325d-4382-9d5c-77a8654fcbbb/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1567] 10.0.0.211 () {34 vars in 737 bytes} [Fri May 8 02:21:50 2026] PUT /v2.0/ports/2637e239-87bb-4370-8b44-8a28fd2fa3af => generated 752 bytes in 164 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 02:21:50.906 7 INFO neutron.api.v2.resource [None req-d54b074a-d8cb-47a9-85e7-c98d5dd1728b f03a974d5eb145c6ade5c93c59947df5 2831a474345946c7983e95e2ffd98cfd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 737/1568] 10.0.0.211 () {32 vars in 759 bytes} [Fri May 8 02:21:50 2026] GET /v2.0/security-groups/cb69ce13-325d-4382-9d5c-77a8654fcbbb/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1569] 10.0.0.211 () {32 vars in 758 bytes} [Fri May 8 02:21:50 2026] DELETE /v2.0/security-groups/cb69ce13-325d-4382-9d5c-77a8654fcbbb/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:21:50.993 8 INFO neutron_taas.services.taas.taas_plugin [None req-61e7dd41-e6dd-4430-88a5-dc2a3b243a7e 306e18d9cf1f4be9bbbfddffe75dea59 b6dca128146d4452864a8c0270d802d0 - - default default] TaaS: Handle Delete Port: 2637e239-87bb-4370-8b44-8a28fd2fa3af 2026-05-08 02:21:50.996 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61e7dd41-e6dd-4430-88a5-dc2a3b243a7e 306e18d9cf1f4be9bbbfddffe75dea59 b6dca128146d4452864a8c0270d802d0 - - default default] Tap Mirror: Handle Delete Port: 2637e239-87bb-4370-8b44-8a28fd2fa3af [pid: 7|app: 0|req: 739/1570] 10.0.0.211 () {32 vars in 747 bytes} [Fri May 8 02:21:50 2026] GET /v2.0/security-groups/cb69ce13-325d-4382-9d5c-77a8654fcbbb/tags => generated 30 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:21:51.091 7 INFO neutron.api.v2.resource [None req-d8c6dc2a-ade4-40d0-805f-b158998c83e6 f03a974d5eb145c6ade5c93c59947df5 2831a474345946c7983e95e2ffd98cfd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 740/1571] 10.0.0.211 () {32 vars in 762 bytes} [Fri May 8 02:21:51 2026] DELETE /v2.0/security-groups/cb69ce13-325d-4382-9d5c-77a8654fcbbb/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1572] 10.0.0.211 () {32 vars in 720 bytes} [Fri May 8 02:21:50 2026] DELETE /v2.0/ports/2637e239-87bb-4370-8b44-8a28fd2fa3af => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1573] 10.0.0.211 () {32 vars in 643 bytes} [Fri May 8 02:21:51 2026] GET /v2.0/ports => generated 782 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1574] 10.0.0.211 () {32 vars in 750 bytes} [Fri May 8 02:21:51 2026] DELETE /v2.0/security-groups/cb69ce13-325d-4382-9d5c-77a8654fcbbb/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:21:51.165 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4c5c59c3-89d9-4083-bf6b-fa9061a7ddff 306e18d9cf1f4be9bbbfddffe75dea59 b6dca128146d4452864a8c0270d802d0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 834/1575] 10.0.0.211 () {32 vars in 717 bytes} [Fri May 8 02:21:51 2026] GET /v2.0/ports/2637e239-87bb-4370-8b44-8a28fd2fa3af => 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: 742/1576] 10.0.0.211 () {32 vars in 747 bytes} [Fri May 8 02:21:51 2026] GET /v2.0/security-groups/cb69ce13-325d-4382-9d5c-77a8654fcbbb/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1577] 10.0.0.211 () {32 vars in 643 bytes} [Fri May 8 02:21:51 2026] GET /v2.0/ports => generated 782 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1578] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:51 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => 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: 837/1579] 10.0.0.211 () {32 vars in 717 bytes} [Fri May 8 02:21:51 2026] GET /v2.0/ports/fe60d42f-9f28-4d54-890d-2c41e39fe878 => generated 779 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1580] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:51 2026] DELETE /v2.0/security-groups/cb69ce13-325d-4382-9d5c-77a8654fcbbb => 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: 838/1581] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:51 2026] GET /v2.0/security-groups?id=cc1b8a9f-68ee-4670-a179-399f35420947&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:21:51.319 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e96330f5-7a0c-43fe-a5b7-546a033da8cb 306e18d9cf1f4be9bbbfddffe75dea59 b6dca128146d4452864a8c0270d802d0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 744/1582] 10.0.0.211 () {32 vars in 720 bytes} [Fri May 8 02:21:51 2026] DELETE /v2.0/ports/34c2235c-989b-49e2-b2f9-968c0ab7af2d => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:21:51.348 8 INFO neutron.pecan_wsgi.hooks.translation [None req-55f71e19-56b8-4e28-9a5b-3aa6318e0eb0 306e18d9cf1f4be9bbbfddffe75dea59 b6dca128146d4452864a8c0270d802d0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 839/1583] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:21:51 2026] DELETE /v2.0/subnets/cac047f4-fcc7-4929-8c2f-58d946d37037 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:21:51.371 7 INFO neutron.pecan_wsgi.hooks.translation [None req-789e27cf-a3cb-487f-8e3c-a5756a41e70d 306e18d9cf1f4be9bbbfddffe75dea59 b6dca128146d4452864a8c0270d802d0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 745/1584] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:21:51 2026] DELETE /v2.0/subnets/af68298c-ce93-4262-b45d-467f9c5b505a => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:21:51.480 8 INFO neutron_taas.services.taas.taas_plugin [None req-d3b941c3-18ac-4693-a6a4-ca18e91f0877 306e18d9cf1f4be9bbbfddffe75dea59 b6dca128146d4452864a8c0270d802d0 - - default default] TaaS: Handle Delete Port: fe60d42f-9f28-4d54-890d-2c41e39fe878 2026-05-08 02:21:51.483 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3b941c3-18ac-4693-a6a4-ca18e91f0877 306e18d9cf1f4be9bbbfddffe75dea59 b6dca128146d4452864a8c0270d802d0 - - default default] Tap Mirror: Handle Delete Port: fe60d42f-9f28-4d54-890d-2c41e39fe878 [pid: 8|app: 0|req: 840/1585] 10.0.0.211 () {32 vars in 720 bytes} [Fri May 8 02:21:51 2026] DELETE /v2.0/ports/fe60d42f-9f28-4d54-890d-2c41e39fe878 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1586] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:21:51 2026] GET /v2.0/ports?tenant_id=af7ef4330e1e455b9917c9335fc45fb1&device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1587] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:21:51 2026] GET /v2.0/networks?id=57c84034-8a8e-4dc5-9330-1509196f2175 => generated 772 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1588] 199.204.45.113 () {34 vars in 1058 bytes} [Fri May 8 02:21:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=615534c8-32fe-48c6-be2f-86ca2e025f34 => 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: 841/1589] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:21:51 2026] DELETE /v2.0/networks/1049541e-11dd-4a9e-9f51-9fba979f344c => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1590] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:21:51 2026] GET /v2.0/subnets?id=bd1221bd-f39f-4d4e-bf0d-1455b1076712 => generated 694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1591] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:21:51 2026] GET /v2.0/ports?network_id=57c84034-8a8e-4dc5-9330-1509196f2175&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1592] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:21:51 2026] GET /v2.0/networks/57c84034-8a8e-4dc5-9330-1509196f2175?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: 843/1593] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:21:51 2026] GET /v2.0/networks/57c84034-8a8e-4dc5-9330-1509196f2175?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1594] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:51 2026] GET /v2.0/ports?device_id=9912d481-965d-4083-ae66-702b4c60105c => 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: 844/1595] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:21:51 2026] GET /v2.0/security-groups?tenant_id=2831a474345946c7983e95e2ffd98cfd&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1596] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:21:52 2026] GET /v2.0/security-groups?tenant_id=b6dca128146d4452864a8c0270d802d0&name=default => generated 2925 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1597] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:52 2026] DELETE /v2.0/security-groups/917f5779-7628-4e3e-8c17-d0ca440b8148 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1598] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:52 2026] DELETE /v2.0/security-groups/80a095b2-2e42-43ae-9a7e-1699f03f6260 => 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: 847/1599] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:52 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:21:52.448 8 INFO neutron.services.segments.plugin [-] Segment e7986e20-c760-4bd4-8bc0-87771498b17a resource provider aggregate not found 2026-05-08 02:21:52.448 8 INFO neutron.services.segments.plugin [-] Segment e7986e20-c760-4bd4-8bc0-87771498b17a resource provider aggregate not found [pid: 8|app: 0|req: 848/1600] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:52 2026] GET /v2.0/security-groups?id=cc1b8a9f-68ee-4670-a179-399f35420947&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:21:52.473 8 INFO neutron.services.segments.plugin [-] Segment e7986e20-c760-4bd4-8bc0-87771498b17a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7986e20-c760-4bd4-8bc0-87771498b17a found for delete ", "request_id": "req-00aa0db9-522b-4c66-9163-b5105ef386b7"}]} 2026-05-08 02:21:52.475 8 INFO neutron.services.segments.plugin [-] Segment e7986e20-c760-4bd4-8bc0-87771498b17a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7986e20-c760-4bd4-8bc0-87771498b17a found for delete ", "request_id": "req-46a2d95c-1f9c-43be-ae6c-1a4af01e0450"}]} [pid: 7|app: 0|req: 753/1601] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:21:52 2026] GET /v2.0/security-groups?tenant_id=18fa52e6e4f54a439c1c541f24400e04&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1602] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:52 2026] DELETE /v2.0/security-groups/b837b09f-4f17-4ca9-ab3f-c8b78a0d0399 => 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: 754/1603] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:53 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1604] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:53 2026] GET /v2.0/security-groups?id=cc1b8a9f-68ee-4670-a179-399f35420947&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:21:54.541 8 INFO neutron_taas.services.taas.taas_plugin [None req-10aae32e-b411-40c7-bbfc-35d7f8b0e640 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 0d7d962a-2bb1-43a9-91f6-88d873797fbe [pid: 7|app: 0|req: 755/1605] 10.0.0.211 () {34 vars in 684 bytes} [Fri May 8 02:21:54 2026] POST /v2.0/security-groups => generated 1625 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 02:21:54.544 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10aae32e-b411-40c7-bbfc-35d7f8b0e640 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 0d7d962a-2bb1-43a9-91f6-88d873797fbe [pid: 7|app: 0|req: 756/1606] 10.0.0.211 () {32 vars in 663 bytes} [Fri May 8 02:21:54 2026] GET /v2.0/security-groups => generated 4530 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1607] 10.0.0.211 () {34 vars in 758 bytes} [Fri May 8 02:21:54 2026] PUT /v2.0/security-groups/23487d24-1c14-4650-a3b4-c1f1f7621629 => generated 1664 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1608] 10.0.0.211 () {32 vars in 737 bytes} [Fri May 8 02:21:54 2026] GET /v2.0/security-groups/23487d24-1c14-4650-a3b4-c1f1f7621629 => generated 1664 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1609] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:54 2026] DELETE /v2.0/security-groups/23487d24-1c14-4650-a3b4-c1f1f7621629 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1610] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:54 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1611] 10.0.0.211 () {32 vars in 663 bytes} [Fri May 8 02:21:54 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1612] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:54 2026] GET /v2.0/security-groups?id=cc1b8a9f-68ee-4670-a179-399f35420947&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:21:54.904 7 INFO neutron.api.v2.resource [None req-18deff16-cdfc-45ba-a11a-dc0d5bb48c4a a08dbc82105e427aad35d4f55fb5b7bf ab544794d8a54b22b084deae31ab4065 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 763/1613] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:54 2026] DELETE /v2.0/security-groups/23487d24-1c14-4650-a3b4-c1f1f7621629 => generated 146 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1614] 10.0.0.211 () {34 vars in 684 bytes} [Fri May 8 02:21:54 2026] POST /v2.0/security-groups => generated 1624 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1615] 10.0.0.211 () {34 vars in 789 bytes} [Fri May 8 02:21:54 2026] PUT /v2.0/routers/b5e9d191-df7b-4184-a42d-a55fed415587/remove_router_interface => generated 309 bytes in 972 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1616] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:21:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1617] 10.0.0.211 () {32 vars in 747 bytes} [Fri May 8 02:21:55 2026] GET /v2.0/security-group-rules/48db8e44-f8c0-4bd4-b8e7-ff39d6a49cd8 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1618] 10.0.0.211 () {32 vars in 673 bytes} [Fri May 8 02:21:55 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1619] 10.0.0.211 () {32 vars in 750 bytes} [Fri May 8 02:21:55 2026] DELETE /v2.0/security-group-rules/48db8e44-f8c0-4bd4-b8e7-ff39d6a49cd8 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:21:55.356 8 INFO neutron_taas.services.taas.taas_plugin [None req-82bc9217-1164-4817-a1b7-f9ac48560f23 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 66f2517b-552c-4c30-bb0c-2a9e9bc517ae 2026-05-08 02:21:55.363 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82bc9217-1164-4817-a1b7-f9ac48560f23 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 66f2517b-552c-4c30-bb0c-2a9e9bc517ae [pid: 7|app: 0|req: 769/1620] 10.0.0.211 () {32 vars in 673 bytes} [Fri May 8 02:21:55 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1621] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:21:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1622] 10.0.0.211 () {32 vars in 747 bytes} [Fri May 8 02:21:55 2026] GET /v2.0/security-group-rules/137c3016-c361-4bd9-8636-de38bb288260 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1623] 10.0.0.211 () {32 vars in 673 bytes} [Fri May 8 02:21:55 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:21:55.633 8 INFO neutron_taas.services.taas.taas_plugin [None req-82bc9217-1164-4817-a1b7-f9ac48560f23 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 572fd774-2e83-444a-a36e-615e0567d67e 2026-05-08 02:21:55.636 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82bc9217-1164-4817-a1b7-f9ac48560f23 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 572fd774-2e83-444a-a36e-615e0567d67e [pid: 7|app: 0|req: 773/1624] 10.0.0.211 () {32 vars in 750 bytes} [Fri May 8 02:21:55 2026] DELETE /v2.0/security-group-rules/137c3016-c361-4bd9-8636-de38bb288260 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1625] 10.0.0.211 () {32 vars in 673 bytes} [Fri May 8 02:21:55 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1626] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:21:55 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1627] 10.0.0.211 () {32 vars in 747 bytes} [Fri May 8 02:21:55 2026] GET /v2.0/security-group-rules/a2b026e6-1d83-40fe-bd70-212bb40bfded => generated 602 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1628] 10.0.0.211 () {32 vars in 673 bytes} [Fri May 8 02:21:55 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:21:55.964 8 INFO neutron.services.segments.plugin [-] Segment 5f0ab986-cd5f-4e06-88b0-56616e4c4b2a resource provider aggregate not found 2026-05-08 02:21:55.978 8 INFO neutron.services.segments.plugin [-] Segment 5f0ab986-cd5f-4e06-88b0-56616e4c4b2a resource provider aggregate not found 2026-05-08 02:21:55.987 8 INFO neutron.services.segments.plugin [-] Segment 5f0ab986-cd5f-4e06-88b0-56616e4c4b2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f0ab986-cd5f-4e06-88b0-56616e4c4b2a found for delete ", "request_id": "req-067120a8-4ca9-47f9-abbf-63933166ea09"}]} 2026-05-08 02:21:55.994 8 INFO neutron.services.segments.plugin [-] Segment 5f0ab986-cd5f-4e06-88b0-56616e4c4b2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f0ab986-cd5f-4e06-88b0-56616e4c4b2a found for delete ", "request_id": "req-3f3b02e7-1697-4a9a-88f3-830eaeea18e1"}]} 2026-05-08 02:21:56.007 8 INFO neutron.db.l3_hamode_db [None req-82bc9217-1164-4817-a1b7-f9ac48560f23 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] HA network f752b09c-18cc-4f1e-a9e4-7f76c06afda6 was deleted as no HA routers are present in tenant e7b16ee8949c45c5b78eac7c0f1bb58a. [pid: 8|app: 0|req: 852/1629] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:21:55 2026] DELETE /v2.0/routers/b5e9d191-df7b-4184-a42d-a55fed415587 => generated 0 bytes in 888 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1630] 10.0.0.211 () {32 vars in 750 bytes} [Fri May 8 02:21:55 2026] DELETE /v2.0/security-group-rules/a2b026e6-1d83-40fe-bd70-212bb40bfded => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1631] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:56 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1632] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:21:56 2026] DELETE /v2.0/subnets/d51fba88-8d46-48cf-b417-0c1720522cc5 => 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: 854/1633] 10.0.0.211 () {32 vars in 673 bytes} [Fri May 8 02:21:56 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1634] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:56 2026] GET /v2.0/security-groups?id=cc1b8a9f-68ee-4670-a179-399f35420947&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:21:56.270 7 INFO neutron_taas.services.taas.taas_plugin [None req-56e06a5a-02d1-455e-91c9-ae4f540a13ef 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 5e636d54-d106-4acc-a0d1-bfa03efdf4f6 2026-05-08 02:21:56.273 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56e06a5a-02d1-455e-91c9-ae4f540a13ef 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 5e636d54-d106-4acc-a0d1-bfa03efdf4f6 2026-05-08 02:21:56.436 7 INFO neutron.services.segments.plugin [-] Segment 7d77e83f-fb07-4f14-982d-9019c8d84870 resource provider aggregate not found 2026-05-08 02:21:56.440 7 INFO neutron.services.segments.plugin [-] Segment 7d77e83f-fb07-4f14-982d-9019c8d84870 resource provider aggregate not found 2026-05-08 02:21:56.455 7 INFO neutron.services.segments.plugin [-] Segment 7d77e83f-fb07-4f14-982d-9019c8d84870 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d77e83f-fb07-4f14-982d-9019c8d84870 found for delete ", "request_id": "req-1bd29fca-d809-4ec8-bba5-928274c35158"}]} 2026-05-08 02:21:56.460 7 INFO neutron.services.segments.plugin [-] Segment 7d77e83f-fb07-4f14-982d-9019c8d84870 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d77e83f-fb07-4f14-982d-9019c8d84870 found for delete ", "request_id": "req-a878c208-17c3-4895-90c5-ec61654d745b"}]} [pid: 8|app: 0|req: 855/1635] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:21:56 2026] GET /v2.0/security-groups?tenant_id=cac903c81652457d8df89e22054aba92&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1636] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:21:56 2026] DELETE /v2.0/networks/cf4f1665-35a0-4f25-8faf-eb94f4b264f5 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1637] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:56 2026] DELETE /v2.0/security-groups/e1007433-2409-4dea-a43c-b6dd6f35ec34 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1638] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:56 2026] DELETE /v2.0/security-groups/cccbbd9b-909a-4534-b746-ed9833b85793 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1639] 10.0.0.211 () {32 vars in 663 bytes} [Fri May 8 02:21:56 2026] GET /v2.0/security-groups => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1640] 10.0.0.211 () {32 vars in 663 bytes} [Fri May 8 02:21:56 2026] GET /v2.0/security-groups => 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: 858/1641] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:21:56 2026] GET /v2.0/security-groups?tenant_id=e7b16ee8949c45c5b78eac7c0f1bb58a&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1642] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:56 2026] DELETE /v2.0/security-groups/cbc0279c-5581-48f4-ba67-6e368c4fb51c => 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: 859/1643] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:21:56 2026] GET /v2.0/security-groups?tenant_id=7a05de4bb473489f9cd9f83dc9177583&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1644] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:56 2026] DELETE /v2.0/security-groups/22c4a7f0-22ac-438f-9f7e-ef039d130062 => 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: 786/1645] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:57 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1646] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:57 2026] GET /v2.0/security-groups?id=cc1b8a9f-68ee-4670-a179-399f35420947&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: 8|app: 0|req: 860/1647] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:21:57 2026] GET /v2.0/security-groups?tenant_id=ab544794d8a54b22b084deae31ab4065&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1648] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:21:57 2026] DELETE /v2.0/security-groups/62321d8f-6f92-40db-9453-7d2cdd09e6b9 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1649] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:58 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1650] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:58 2026] GET /v2.0/security-groups?id=cc1b8a9f-68ee-4670-a179-399f35420947&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 02:21:59.016 8 INFO neutron.db.segments_db [None req-6cac99d3-7214-4d4b-8ca6-aa5657e4e12a 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Added segment 9d769dee-0b1d-48c7-9630-be1979080b54 of type vxlan for network fd7c3476-82ef-43d0-9772-367b8d6c158b [pid: 8|app: 0|req: 862/1651] 10.0.0.211 () {34 vars in 671 bytes} [Fri May 8 02:21:58 2026] POST /v2.0/networks => generated 722 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1652] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:21:59 2026] POST /v2.0/subnets => generated 688 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:21:59.386 8 INFO neutron.db.segments_db [None req-77bbd258-246e-4de4-8ee8-849d420af113 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Added segment 9fb8bb75-c927-4414-8093-1b38026037ce of type vxlan for network fa563f04-6cd9-4920-853d-cf3111251cc6 [pid: 7|app: 0|req: 791/1653] 10.0.0.211 () {32 vars in 623 bytes} [Fri May 8 02:21:59 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1654] 10.0.0.211 () {32 vars in 633 bytes} [Fri May 8 02:21:59 2026] GET /v2.0/ => generated 632 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:21:59.572 8 INFO neutron.db.l3_hamode_db [None req-77bbd258-246e-4de4-8ee8-849d420af113 2845fe7c4a3045b58ac66fc2286c088d 33c3904c15994e129ebf8e636d9cede8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 793/1655] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:21:59 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1656] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:21:59 2026] GET /v2.0/security-groups?id=cc1b8a9f-68ee-4670-a179-399f35420947&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: 797/1659] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:22:00 2026] GET /v2.0/security-groups?tenant_id=3c6d92249ba04a3694dcd145a918711c&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:22:00.472 8 INFO neutron.db.l3_hamode_db [None req-77bbd258-246e-4de4-8ee8-849d420af113 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 798/1660] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:22:00 2026] DELETE /v2.0/security-groups/a0a7ef01-2672-4556-ad23-2c44a3ec8ca7 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1661] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:21:59 2026] POST /v2.0/routers => generated 728 bytes in 2194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1662] 10.0.0.211 () {34 vars in 783 bytes} [Fri May 8 02:22:01 2026] PUT /v2.0/routers/60702681-a3d1-4504-a14d-0cc9a6ab167d/add_router_interface => generated 309 bytes in 1547 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:22:04.432 8 INFO neutron.db.segments_db [None req-daacb084-aec0-4b30-a0a9-0dcaf8a9d449 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Added segment eaf6e262-a29d-4457-aa24-0a422a735737 of type vxlan for network db8952bc-25be-460c-82e0-3ae6be4a2ee2 [pid: 8|app: 0|req: 864/1663] 10.0.0.211 () {34 vars in 671 bytes} [Fri May 8 02:22:04 2026] POST /v2.0/networks => generated 721 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1664] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:22:04 2026] POST /v2.0/subnets => generated 688 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:22:04.830 8 INFO neutron.db.segments_db [None req-a55f4b48-f16d-442e-90a4-cc90d1dd21ee 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Added segment 64c8b1eb-43ff-47f2-acb5-92790a8ee400 of type vxlan for network 6f3efb02-cd53-46ea-ba3d-6a7a6a9d3508 2026-05-08 02:22:05.075 8 INFO neutron.db.l3_hamode_db [None req-a55f4b48-f16d-442e-90a4-cc90d1dd21ee 2845fe7c4a3045b58ac66fc2286c088d 9abfaccca6c14759965b0ec151f0ad17 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 02:22:05.881 8 INFO neutron.db.l3_hamode_db [None req-a55f4b48-f16d-442e-90a4-cc90d1dd21ee 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 801/1665] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:22:06 2026] GET /v2.0/security-groups?tenant_id=b075caca204b45c1b775e10cd495280d&name=default => generated 2925 bytes in 385 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1666] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:22:06 2026] DELETE /v2.0/security-groups/7fda7a34-6efa-4b26-be6e-39370812294e => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1667] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:22:04 2026] POST /v2.0/routers => generated 728 bytes in 2140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1668] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:22:06 2026] GET /v2.0/security-groups?tenant_id=4f9d9b6092ae40b99fb2422a1b6a67d4&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1669] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:22:07 2026] DELETE /v2.0/security-groups/edc288f6-3527-43d8-8049-d2eb81fb42bd => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:22:07.647 8 INFO neutron.db.segments_db [None req-f2050818-00db-468a-8be9-0be05dba1efc 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] Added segment d420e87a-7c1a-4f48-86a2-827d5c756457 of type vxlan for network 552efabb-2dc7-4e88-a4c5-d32dbe7fcd15 [pid: 8|app: 0|req: 868/1670] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:22:07 2026] POST /v2.0/networks => generated 621 bytes in 532 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1671] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:22:07 2026] POST /v2.0/subnets => generated 656 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1672] 10.0.0.211 () {32 vars in 722 bytes} [Fri May 8 02:22:08 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1673] 10.0.0.211 () {34 vars in 783 bytes} [Fri May 8 02:22:06 2026] PUT /v2.0/routers/82d7efcf-a75e-4474-88f2-47fabbe860fc/add_router_interface => generated 309 bytes in 1314 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1674] 10.0.0.10 () {34 vars in 989 bytes} [Fri May 8 02:22:08 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => generated 1240 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1675] 10.0.0.10 () {34 vars in 1039 bytes} [Fri May 8 02:22:08 2026] GET /v2.0/security-groups?id=cc1b8a9f-68ee-4670-a179-399f35420947&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1676] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:22:08 2026] POST /v2.0/subnets => generated 731 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:22:08.699 8 INFO neutron.db.segments_db [None req-7e7b0fe1-8bfb-4981-95f0-d483c9aa34aa 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] Added segment 1c7f5726-34cf-410b-b190-5299a9fc87a7 of type vxlan for network d6265c12-d31b-4024-99cd-ff53e6703581 [pid: 8|app: 0|req: 873/1677] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:22:08 2026] POST /v2.0/networks => generated 618 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1678] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:22:08 2026] POST /v2.0/subnets => generated 656 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1679] 10.0.0.211 () {34 vars in 685 bytes} [Fri May 8 02:22:09 2026] POST /v2.0/security-groups => generated 1673 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1680] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:22:09 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: 806/1681] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:22:09 2026] POST /v2.0/subnets => generated 725 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1682] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:22:09 2026] POST /v2.0/security-group-rules => generated 596 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:22:09.425 7 INFO neutron.db.segments_db [None req-8e19d84c-a3d1-46e9-9890-087ea29ef31c 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] Added segment 8689960f-0e7c-4e7c-9cfa-6d042eddd968 of type vxlan for network 935aceaf-0266-4099-b071-749f6b8e16a9 [pid: 8|app: 0|req: 877/1683] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:22:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1684] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:22:09 2026] POST /v2.0/networks => generated 618 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1685] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:22:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:22:09.697 8 INFO neutron.db.securitygroups_db [None req-9f7e4031-4555-4c09-89eb-8183f43bf978 bad51e7d630a4f1481c18b9f6492c4b4 33c3904c15994e129ebf8e636d9cede8 - - default default] Project 33c3904c15994e129ebf8e636d9cede8 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: 879/1686] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:22:09 2026] POST /v2.0/security-group-rules => generated 607 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1687] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:22:09 2026] POST /v2.0/subnets => generated 656 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:22:09.852 8 INFO neutron.db.securitygroups_db [None req-4a1d1a28-71df-4e32-9227-39e40d11cf7f bad51e7d630a4f1481c18b9f6492c4b4 33c3904c15994e129ebf8e636d9cede8 - - default default] Project 33c3904c15994e129ebf8e636d9cede8 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: 880/1688] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:22:09 2026] POST /v2.0/security-group-rules => generated 606 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1689] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:22:09 2026] POST /v2.0/subnets => generated 729 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:22:10.181 8 INFO neutron.db.segments_db [None req-0fd8cd17-ae65-40bf-bbe7-9e6da16a4819 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] Added segment 9016019a-96d4-4277-9c45-01c5794a7cfd of type vxlan for network bf8bc77e-036e-439d-8426-2e379e5ca9c1 2026-05-08 02:22:10.588 8 INFO neutron.db.l3_hamode_db [None req-0fd8cd17-ae65-40bf-bbe7-9e6da16a4819 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 810/1690] 10.0.0.211 () {34 vars in 685 bytes} [Fri May 8 02:22:10 2026] POST /v2.0/security-groups => generated 1660 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1691] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:22:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1692] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:22:10 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) 2026-05-08 02:22:11.408 8 INFO neutron.db.l3_hamode_db [None req-0fd8cd17-ae65-40bf-bbe7-9e6da16a4819 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 813/1693] 10.0.0.211 () {34 vars in 676 bytes} [Fri May 8 02:22:10 2026] POST /v2.0/floatingips => generated 552 bytes in 573 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1694] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:22:11 2026] GET /v2.0/security-groups?tenant_id=ceefd22ccda54a87acd3c30492a6679c&name=default => generated 2925 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1695] 10.0.0.239 () {34 vars in 1100 bytes} [Fri May 8 02:22:11 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2070444231&fields=id&tenant_id=33c3904c15994e129ebf8e636d9cede8 => 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: 816/1696] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:22:11 2026] DELETE /v2.0/security-groups/9b2e7f10-095f-42a5-8858-63a53657fed8 => 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: 817/1697] 10.0.0.239 () {34 vars in 1098 bytes} [Fri May 8 02:22:11 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-648685022&fields=id&tenant_id=33c3904c15994e129ebf8e636d9cede8 => 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: 818/1698] 10.0.0.239 () {34 vars in 982 bytes} [Fri May 8 02:22:12 2026] GET /v2.0/networks?id=fd7c3476-82ef-43d0-9772-367b8d6c158b => generated 673 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1699] 10.0.0.239 () {34 vars in 965 bytes} [Fri May 8 02:22:12 2026] GET /v2.0/quotas/33c3904c15994e129ebf8e636d9cede8 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1700] 10.0.0.239 () {34 vars in 1002 bytes} [Fri May 8 02:22:12 2026] GET /v2.0/ports?tenant_id=33c3904c15994e129ebf8e636d9cede8&fields=id => generated 103 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1701] 10.0.0.239 () {34 vars in 1008 bytes} [Fri May 8 02:22:12 2026] GET /v2.0/networks/fd7c3476-82ef-43d0-9772-367b8d6c158b?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: 822/1702] 10.0.0.239 () {34 vars in 1108 bytes} [Fri May 8 02:22:12 2026] GET /v2.0/networks/fd7c3476-82ef-43d0-9772-367b8d6c158b?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: 7|app: 0|req: 823/1703] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:12 2026] GET /v2.0/ports?device_id=61799bd9-54de-4d5d-b748-ab5c17f607f7 => 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: 881/1704] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:22:10 2026] POST /v2.0/routers => generated 684 bytes in 2769 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1705] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:13 2026] GET /v2.0/ports?device_id=61799bd9-54de-4d5d-b748-ab5c17f607f7 => 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: 824/1706] 10.0.0.211 () {34 vars in 783 bytes} [Fri May 8 02:22:12 2026] PUT /v2.0/routers/f43b4b75-aedb-4fb3-b82c-519f24203d73/add_router_interface => generated 309 bytes in 1453 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1707] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:14 2026] GET /v2.0/ports?device_id=61799bd9-54de-4d5d-b748-ab5c17f607f7 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:22:15.616 7 INFO neutron.db.segments_db [None req-d54857e0-1c38-4429-affd-4cef8e43dd9f 49fe8ae48c5642e4a650da592e4a01ac 289e913abaa54aac88132cace8757ac2 - - default default] Added segment ace16998-849f-4fb0-bdc1-ef36ef2f8fa2 of type vxlan for network d45cd74b-cd46-4b96-ac86-f3efda7e7460 [pid: 7|app: 0|req: 828/1710] 10.0.0.211 () {34 vars in 671 bytes} [Fri May 8 02:22:15 2026] POST /v2.0/networks => generated 614 bytes in 689 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:22:15.815 7 INFO neutron.db.segments_db [None req-30d29906-3faf-4ba8-8be4-264816d6834e 49fe8ae48c5642e4a650da592e4a01ac 289e913abaa54aac88132cace8757ac2 - - default default] Added segment 9cdec722-cf43-4ab6-8899-823e1c70c12c of type vxlan for network e0cd60b3-b108-4dbb-990f-b6507df36cf6 [pid: 8|app: 0|req: 883/1711] 10.0.0.211 () {34 vars in 783 bytes} [Fri May 8 02:22:14 2026] PUT /v2.0/routers/f43b4b75-aedb-4fb3-b82c-519f24203d73/add_router_interface => generated 309 bytes in 1532 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1712] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:15 2026] GET /v2.0/ports?device_id=61799bd9-54de-4d5d-b748-ab5c17f607f7 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:22:16.118 7 INFO neutron.db.l3_hamode_db [None req-30d29906-3faf-4ba8-8be4-264816d6834e 49fe8ae48c5642e4a650da592e4a01ac 289e913abaa54aac88132cace8757ac2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 02:22:17.086 7 INFO neutron.db.l3_hamode_db [None req-30d29906-3faf-4ba8-8be4-264816d6834e 49fe8ae48c5642e4a650da592e4a01ac 289e913abaa54aac88132cace8757ac2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 885/1713] 10.0.0.211 () {34 vars in 783 bytes} [Fri May 8 02:22:15 2026] PUT /v2.0/routers/f43b4b75-aedb-4fb3-b82c-519f24203d73/add_router_interface => generated 309 bytes in 1720 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1714] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:22:17 2026] GET /v2.0/networks?id=fd7c3476-82ef-43d0-9772-367b8d6c158b => 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: 887/1715] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:17 2026] GET /v2.0/ports?device_id=61799bd9-54de-4d5d-b748-ab5c17f607f7 => 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: 888/1716] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:17 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1717] 199.204.45.113 () {34 vars in 1050 bytes} [Fri May 8 02:22:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=33c3904c15994e129ebf8e636d9cede8 => generated 273 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1718] 10.0.0.211 () {34 vars in 684 bytes} [Fri May 8 02:22:17 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: 8|app: 0|req: 891/1719] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:22:17 2026] GET /v2.0/security-groups?id=cc1b8a9f-68ee-4670-a179-399f35420947&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: 829/1720] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:22:15 2026] POST /v2.0/routers => generated 695 bytes in 2428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1721] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:22:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1722] 10.0.0.211 () {32 vars in 776 bytes} [Fri May 8 02:22:18 2026] GET /v2.0/subnets?project_id=289e913abaa54aac88132cace8757ac2&cidr=10.100.0.0%2F28 => generated 14 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1723] 199.204.45.113 () {38 vars in 955 bytes} [Fri May 8 02:22:17 2026] POST /v2.0/ports => generated 997 bytes in 477 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: 832/1724] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:18 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1725] 10.0.0.211 () {32 vars in 694 bytes} [Fri May 8 02:22:18 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1726] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:22:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1727] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:22:18 2026] GET /v2.0/security-groups?id=cc1b8a9f-68ee-4670-a179-399f35420947&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1728] 10.0.0.211 () {32 vars in 784 bytes} [Fri May 8 02:22:18 2026] GET /v2.0/subnets?network_id=d5528eca-935b-49a5-8b5e-a500fa44ca4c&cidr=10.100.0.0%2F28 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1729] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:22:18 2026] POST /v2.0/security-group-rules => generated 599 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1730] 199.204.45.113 () {38 vars in 1028 bytes} [Fri May 8 02:22:18 2026] PUT /v2.0/ports/e88fc0a7-cf94-4172-a067-d65c76b1ea7d => generated 1278 bytes in 444 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: 897/1731] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:22:18 2026] POST /v2.0/subnets => generated 657 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:22:19.052 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-80976b8b-692a-449e-9e98-1bd01a3c367c'] response: {'name': 'network-changed', 'server_uuid': '61799bd9-54de-4d5d-b748-ab5c17f607f7', 'tag': 'e88fc0a7-cf94-4172-a067-d65c76b1ea7d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 835/1732] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:18 2026] GET /v2.0/ports?device_id=61799bd9-54de-4d5d-b748-ab5c17f607f7 => generated 1012 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1733] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:22:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1734] 10.0.0.239 () {34 vars in 1120 bytes} [Fri May 8 02:22:19 2026] GET /v2.0/security-groups?id=5a04486e-8d48-41c7-baed-c4fbf5f85c49&id=14c70e9f-ac74-4b69-90b0-3235c6212365&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1735] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:22:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1736] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:22:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1737] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:22:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1738] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:22:19 2026] GET /v2.0/ports?tenant_id=33c3904c15994e129ebf8e636d9cede8&device_id=61799bd9-54de-4d5d-b748-ab5c17f607f7 => generated 1281 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1739] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:22:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1740] 199.204.45.113 () {34 vars in 1018 bytes} [Fri May 8 02:22:19 2026] GET /v2.0/networks?tenant_id=33c3904c15994e129ebf8e636d9cede8&shared=False => generated 769 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1741] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:19 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1742] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:22:19 2026] POST /v2.0/security-group-rules => generated 599 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1743] 199.204.45.113 () {34 vars in 930 bytes} [Fri May 8 02:22:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1744] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:22:20 2026] GET /v2.0/security-groups?id=cc1b8a9f-68ee-4670-a179-399f35420947&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: 910/1745] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:22:20 2026] POST /v2.0/security-group-rules => generated 601 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1746] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:22:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1747] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:20 2026] GET /v2.0/ports?device_id=61799bd9-54de-4d5d-b748-ab5c17f607f7 => generated 1012 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1748] 10.0.0.239 () {34 vars in 1120 bytes} [Fri May 8 02:22:20 2026] GET /v2.0/security-groups?id=5a04486e-8d48-41c7-baed-c4fbf5f85c49&id=14c70e9f-ac74-4b69-90b0-3235c6212365&fields=id&fields=name => generated 206 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1749] 10.0.0.211 () {34 vars in 783 bytes} [Fri May 8 02:22:19 2026] PUT /v2.0/routers/a425fb10-6ec6-4075-90e5-2b6cdedbdd7a/add_router_interface => generated 309 bytes in 1520 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1750] 10.0.0.211 () {32 vars in 649 bytes} [Fri May 8 02:22:20 2026] GET /v2.0/networks => generated 11019 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1751] 10.0.0.211 () {32 vars in 647 bytes} [Fri May 8 02:22:20 2026] GET /v2.0/subnets => generated 11321 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1752] 10.0.0.239 () {34 vars in 1096 bytes} [Fri May 8 02:22:20 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1232750892&fields=id&tenant_id=47b05fb4a4784c07b9393e57f321a996 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1753] 10.0.0.239 () {34 vars in 982 bytes} [Fri May 8 02:22:20 2026] GET /v2.0/networks?id=d6265c12-d31b-4024-99cd-ff53e6703581 => generated 704 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1754] 199.204.45.113 () {34 vars in 994 bytes} [Fri May 8 02:22:20 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1755] 10.0.0.211 () {32 vars in 647 bytes} [Fri May 8 02:22:20 2026] GET /v2.0/routers => generated 3627 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1756] 10.0.0.239 () {34 vars in 965 bytes} [Fri May 8 02:22:20 2026] GET /v2.0/quotas/47b05fb4a4784c07b9393e57f321a996 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:22:21.009 7 INFO neutron_taas.services.taas.taas_plugin [req-fd08ecba-a721-4948-9093-d4f150566f4a req-0c11089e-5ad7-4176-a621-324bc6c94bdc d85c4ad67fc74115ae3299fd8f56e8a2 af7ef4330e1e455b9917c9335fc45fb1 - - default default] TaaS: Handle Delete Port: 615534c8-32fe-48c6-be2f-86ca2e025f34 2026-05-08 02:22:21.012 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fd08ecba-a721-4948-9093-d4f150566f4a req-0c11089e-5ad7-4176-a621-324bc6c94bdc d85c4ad67fc74115ae3299fd8f56e8a2 af7ef4330e1e455b9917c9335fc45fb1 - - default default] Tap Mirror: Handle Delete Port: 615534c8-32fe-48c6-be2f-86ca2e025f34 [pid: 8|app: 0|req: 919/1757] 10.0.0.239 () {34 vars in 1002 bytes} [Fri May 8 02:22:20 2026] GET /v2.0/ports?tenant_id=47b05fb4a4784c07b9393e57f321a996&fields=id => generated 241 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:22:21.161 7 INFO neutron.db.l3_db [req-fd08ecba-a721-4948-9093-d4f150566f4a req-0c11089e-5ad7-4176-a621-324bc6c94bdc d85c4ad67fc74115ae3299fd8f56e8a2 af7ef4330e1e455b9917c9335fc45fb1 - - default default] Floating IP 57ed11af-e709-489c-814b-670b7b08c64a disassociated. External IP: 10.96.250.208, port: 615534c8-32fe-48c6-be2f-86ca2e025f34. [pid: 8|app: 0|req: 920/1758] 10.0.0.211 () {34 vars in 685 bytes} [Fri May 8 02:22:21 2026] POST /v2.0/security-groups => generated 1675 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1759] 10.0.0.239 () {34 vars in 1008 bytes} [Fri May 8 02:22:21 2026] GET /v2.0/networks/d6265c12-d31b-4024-99cd-ff53e6703581?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: 922/1760] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:22:21 2026] GET /v2.0/ports?tenant_id=33c3904c15994e129ebf8e636d9cede8&device_id=61799bd9-54de-4d5d-b748-ab5c17f607f7 => generated 1281 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1761] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:21 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => 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: 924/1762] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:22:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1763] 10.0.0.239 () {34 vars in 1108 bytes} [Fri May 8 02:22:21 2026] GET /v2.0/networks/d6265c12-d31b-4024-99cd-ff53e6703581?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1764] 199.204.45.113 () {34 vars in 1060 bytes} [Fri May 8 02:22:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=e88fc0a7-cf94-4172-a067-d65c76b1ea7d => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1765] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:22:21 2026] POST /v2.0/security-group-rules => generated 596 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1766] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:22:21 2026] GET /v2.0/subnets?id=30987ead-9082-4be2-9779-e5c9d2f5feb9 => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1767] 199.204.45.113 () {36 vars in 997 bytes} [Fri May 8 02:22:20 2026] DELETE /v2.0/ports/615534c8-32fe-48c6-be2f-86ca2e025f34 => generated 0 bytes in 716 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1768] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:21 2026] GET /v2.0/ports?device_id=956a83f0-dbc2-49b7-ab0a-61a41cd5f48b => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:22:21.692 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b89e0f70-a75f-42a2-8351-e6e043f9f4e8'] response: {'server_uuid': 'f82f76cb-9d03-4cf6-a801-23bb5dfd8f27', 'name': 'network-vif-deleted', 'tag': '615534c8-32fe-48c6-be2f-86ca2e025f34', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 841/1769] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:22:21 2026] GET /v2.0/ports?network_id=fd7c3476-82ef-43d0-9772-367b8d6c158b&device_owner=network%3Adhcp => generated 1244 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1770] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:22:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1771] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:21 2026] GET /v2.0/ports?device_id=61799bd9-54de-4d5d-b748-ab5c17f607f7 => generated 1012 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1772] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:22:21 2026] GET /v2.0/networks/fd7c3476-82ef-43d0-9772-367b8d6c158b?fields=segments => generated 14 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1773] 10.0.0.239 () {34 vars in 1120 bytes} [Fri May 8 02:22:21 2026] GET /v2.0/security-groups?id=5a04486e-8d48-41c7-baed-c4fbf5f85c49&id=14c70e9f-ac74-4b69-90b0-3235c6212365&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1774] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:22:21 2026] GET /v2.0/networks/fd7c3476-82ef-43d0-9772-367b8d6c158b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1775] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:22:21 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 02:22:22.022 8 INFO neutron.db.securitygroups_db [None req-2e3ff485-0967-4851-b9ef-497c57fe548b 49fe8ae48c5642e4a650da592e4a01ac 289e913abaa54aac88132cace8757ac2 - - default default] Project 289e913abaa54aac88132cace8757ac2 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: 933/1776] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:22:21 2026] POST /v2.0/security-group-rules => generated 607 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:22:22.162 7 INFO neutron.db.securitygroups_db [None req-74740491-559e-4e50-a17a-42cf4e8f2b55 49fe8ae48c5642e4a650da592e4a01ac 289e913abaa54aac88132cace8757ac2 - - default default] Project 289e913abaa54aac88132cace8757ac2 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: 844/1777] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:22:22 2026] POST /v2.0/security-group-rules => generated 606 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1778] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:22 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => 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: 845/1779] 10.0.0.211 () {32 vars in 649 bytes} [Fri May 8 02:22:22 2026] GET /v2.0/networks => generated 1298 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1780] 10.0.0.239 () {34 vars in 1100 bytes} [Fri May 8 02:22:22 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1115434052&fields=id&tenant_id=289e913abaa54aac88132cace8757ac2 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1781] 10.0.0.239 () {34 vars in 982 bytes} [Fri May 8 02:22:22 2026] GET /v2.0/networks?id=d45cd74b-cd46-4b96-ac86-f3efda7e7460 => generated 661 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1782] 10.0.0.239 () {34 vars in 965 bytes} [Fri May 8 02:22:22 2026] GET /v2.0/quotas/289e913abaa54aac88132cace8757ac2 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1783] 10.0.0.239 () {34 vars in 1002 bytes} [Fri May 8 02:22:22 2026] GET /v2.0/ports?tenant_id=289e913abaa54aac88132cace8757ac2&fields=id => generated 57 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1784] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:22 2026] GET /v2.0/ports?device_id=61799bd9-54de-4d5d-b748-ab5c17f607f7 => generated 1012 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1785] 10.0.0.239 () {34 vars in 1008 bytes} [Fri May 8 02:22:23 2026] GET /v2.0/networks/d45cd74b-cd46-4b96-ac86-f3efda7e7460?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1786] 10.0.0.239 () {34 vars in 1120 bytes} [Fri May 8 02:22:23 2026] GET /v2.0/security-groups?id=5a04486e-8d48-41c7-baed-c4fbf5f85c49&id=14c70e9f-ac74-4b69-90b0-3235c6212365&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1787] 10.0.0.239 () {34 vars in 1108 bytes} [Fri May 8 02:22:23 2026] GET /v2.0/networks/d45cd74b-cd46-4b96-ac86-f3efda7e7460?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: 939/1788] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:23 2026] GET /v2.0/ports?device_id=cdf49f73-e989-4c39-a4db-36679437b0c9 => 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: 850/1789] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:23 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => 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: 940/1790] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:24 2026] GET /v2.0/ports?device_id=61799bd9-54de-4d5d-b748-ab5c17f607f7 => generated 1012 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1791] 10.0.0.239 () {34 vars in 1120 bytes} [Fri May 8 02:22:24 2026] GET /v2.0/security-groups?id=5a04486e-8d48-41c7-baed-c4fbf5f85c49&id=14c70e9f-ac74-4b69-90b0-3235c6212365&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1792] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:24 2026] GET /v2.0/ports?device_id=cdf49f73-e989-4c39-a4db-36679437b0c9 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1793] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:24 2026] GET /v2.0/ports?device_id=f82f76cb-9d03-4cf6-a801-23bb5dfd8f27 => 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: 942/1794] 199.204.45.113 () {34 vars in 994 bytes} [Fri May 8 02:22:25 2026] GET /v2.0/ports?device_id=61799bd9-54de-4d5d-b748-ab5c17f607f7 => generated 1281 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1795] 199.204.45.113 () {34 vars in 1124 bytes} [Fri May 8 02:22:25 2026] GET /v2.0/security-groups?id=5a04486e-8d48-41c7-baed-c4fbf5f85c49&id=14c70e9f-ac74-4b69-90b0-3235c6212365&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1796] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:25 2026] GET /v2.0/ports?device_id=61799bd9-54de-4d5d-b748-ab5c17f607f7 => generated 1012 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1797] 10.0.0.239 () {34 vars in 1120 bytes} [Fri May 8 02:22:25 2026] GET /v2.0/security-groups?id=5a04486e-8d48-41c7-baed-c4fbf5f85c49&id=14c70e9f-ac74-4b69-90b0-3235c6212365&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1798] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:25 2026] GET /v2.0/ports?device_id=cdf49f73-e989-4c39-a4db-36679437b0c9 => 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: 855/1799] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:22:25 2026] DELETE /v2.0/security-groups/cc1b8a9f-68ee-4670-a179-399f35420947 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:22:25.872 8 INFO neutron.api.v2.resource [None req-a455bef6-36fb-45ca-8b59-4e8ff20b9762 d85c4ad67fc74115ae3299fd8f56e8a2 af7ef4330e1e455b9917c9335fc45fb1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 945/1800] 10.0.0.211 () {32 vars in 737 bytes} [Fri May 8 02:22:25 2026] GET /v2.0/security-groups/cc1b8a9f-68ee-4670-a179-399f35420947 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:22:25.983 7 INFO neutron_taas.services.taas.taas_plugin [None req-de5eb16c-4300-4ea4-8dd2-9dcea30f5b9d d85c4ad67fc74115ae3299fd8f56e8a2 af7ef4330e1e455b9917c9335fc45fb1 - - default default] TaaS: Handle Delete Port: 3d4a2e09-aa08-4b9e-a61d-ae7ec5464c6e 2026-05-08 02:22:25.986 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de5eb16c-4300-4ea4-8dd2-9dcea30f5b9d d85c4ad67fc74115ae3299fd8f56e8a2 af7ef4330e1e455b9917c9335fc45fb1 - - default default] Tap Mirror: Handle Delete Port: 3d4a2e09-aa08-4b9e-a61d-ae7ec5464c6e [pid: 7|app: 0|req: 856/1801] 10.0.0.211 () {32 vars in 732 bytes} [Fri May 8 02:22:25 2026] DELETE /v2.0/floatingips/57ed11af-e709-489c-814b-670b7b08c64a => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:22:26.525 8 INFO neutron_taas.services.taas.taas_plugin [None req-44fa489c-28d3-4b2b-9b90-de33a43278e7 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: cba6856d-7a1e-47d4-9778-e3ddf95da1e8 2026-05-08 02:22:26.528 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44fa489c-28d3-4b2b-9b90-de33a43278e7 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: cba6856d-7a1e-47d4-9778-e3ddf95da1e8 [pid: 7|app: 0|req: 857/1802] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:26 2026] GET /v2.0/ports?device_id=61799bd9-54de-4d5d-b748-ab5c17f607f7 => generated 1014 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1803] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:26 2026] GET /v2.0/ports?device_id=cdf49f73-e989-4c39-a4db-36679437b0c9 => 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: 859/1804] 10.0.0.239 () {34 vars in 1120 bytes} [Fri May 8 02:22:26 2026] GET /v2.0/security-groups?id=5a04486e-8d48-41c7-baed-c4fbf5f85c49&id=14c70e9f-ac74-4b69-90b0-3235c6212365&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1805] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:26 2026] GET /v2.0/ports?device_id=956a83f0-dbc2-49b7-ab0a-61a41cd5f48b => 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: 861/1806] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:22:27 2026] GET /v2.0/networks?id=d6265c12-d31b-4024-99cd-ff53e6703581 => generated 704 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1807] 10.0.0.211 () {34 vars in 789 bytes} [Fri May 8 02:22:26 2026] PUT /v2.0/routers/053a5c79-2270-43de-89bc-e4b31c2cfd56/remove_router_interface => generated 309 bytes in 987 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1808] 199.204.45.113 () {34 vars in 1050 bytes} [Fri May 8 02:22:27 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=47b05fb4a4784c07b9393e57f321a996 => generated 179 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:22:27.378 7 INFO neutron_taas.services.taas.taas_plugin [None req-66ef2c99-4005-4fc8-8d7c-cf735dafdb5b 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 01ceef38-3d8a-42c2-ad53-79539a80415e 2026-05-08 02:22:27.382 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66ef2c99-4005-4fc8-8d7c-cf735dafdb5b 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 01ceef38-3d8a-42c2-ad53-79539a80415e 2026-05-08 02:22:27.741 7 INFO neutron_taas.services.taas.taas_plugin [None req-66ef2c99-4005-4fc8-8d7c-cf735dafdb5b 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: cc628c71-9794-4e1f-ba9b-00c152abafa4 2026-05-08 02:22:27.743 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66ef2c99-4005-4fc8-8d7c-cf735dafdb5b 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: cc628c71-9794-4e1f-ba9b-00c152abafa4 [pid: 8|app: 0|req: 948/1809] 199.204.45.113 () {38 vars in 955 bytes} [Fri May 8 02:22:27 2026] POST /v2.0/ports => generated 1179 bytes in 726 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: 949/1810] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:27 2026] GET /v2.0/ports?device_id=cdf49f73-e989-4c39-a4db-36679437b0c9 => 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: 950/1811] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:27 2026] GET /v2.0/ports?device_id=61799bd9-54de-4d5d-b748-ab5c17f607f7 => generated 1014 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:22:28.167 7 INFO neutron.services.segments.plugin [-] Segment eed02131-e68d-4631-aa35-530f00c43ce7 resource provider aggregate not found 2026-05-08 02:22:28.175 7 INFO neutron.services.segments.plugin [-] Segment eed02131-e68d-4631-aa35-530f00c43ce7 resource provider aggregate not found 2026-05-08 02:22:28.188 7 INFO neutron.services.segments.plugin [-] Segment eed02131-e68d-4631-aa35-530f00c43ce7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eed02131-e68d-4631-aa35-530f00c43ce7 found for delete ", "request_id": "req-3025a4a4-6548-40ce-b16f-62589dc79e8a"}]} 2026-05-08 02:22:28.199 7 INFO neutron.services.segments.plugin [-] Segment eed02131-e68d-4631-aa35-530f00c43ce7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eed02131-e68d-4631-aa35-530f00c43ce7 found for delete ", "request_id": "req-1d3d9483-5fe4-4b7c-b656-9c0bd499431c"}]} 2026-05-08 02:22:28.206 7 INFO neutron.db.l3_hamode_db [None req-66ef2c99-4005-4fc8-8d7c-cf735dafdb5b 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] HA network a9a0141c-1b3b-4a11-bde3-80a097b11e7f was deleted as no HA routers are present in tenant af7ef4330e1e455b9917c9335fc45fb1. [pid: 7|app: 0|req: 862/1812] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:22:27 2026] DELETE /v2.0/routers/053a5c79-2270-43de-89bc-e4b31c2cfd56 => generated 0 bytes in 1070 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1813] 10.0.0.239 () {34 vars in 1120 bytes} [Fri May 8 02:22:28 2026] GET /v2.0/security-groups?id=5a04486e-8d48-41c7-baed-c4fbf5f85c49&id=14c70e9f-ac74-4b69-90b0-3235c6212365&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1814] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:22:28 2026] DELETE /v2.0/subnets/bd1221bd-f39f-4d4e-bf0d-1455b1076712 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1815] 199.204.45.113 () {38 vars in 1028 bytes} [Fri May 8 02:22:27 2026] PUT /v2.0/ports/7e1186f2-acd8-496d-a09c-e3f06f2f6640 => generated 1460 bytes in 455 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: 865/1816] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:28 2026] GET /v2.0/ports?device_id=61799bd9-54de-4d5d-b748-ab5c17f607f7 => generated 1014 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:22:28.471 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-60a4c2d0-36cc-49d9-bfcc-98f621aaf1b5'] response: {'name': 'network-changed', 'server_uuid': '956a83f0-dbc2-49b7-ab0a-61a41cd5f48b', 'tag': '7e1186f2-acd8-496d-a09c-e3f06f2f6640', 'status': 'completed', 'code': 200} 2026-05-08 02:22:28.543 8 INFO neutron_taas.services.taas.taas_plugin [None req-dd6356d1-c99b-4bd2-9c52-b808914eb2d9 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 283ab965-3254-4f1f-a8dd-e8c7a7c2c051 2026-05-08 02:22:28.546 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd6356d1-c99b-4bd2-9c52-b808914eb2d9 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 283ab965-3254-4f1f-a8dd-e8c7a7c2c051 2026-05-08 02:22:28.761 8 INFO neutron.services.segments.plugin [-] Segment 48833638-a680-4dc4-b070-82290a5577f1 resource provider aggregate not found 2026-05-08 02:22:28.767 8 INFO neutron.services.segments.plugin [-] Segment 48833638-a680-4dc4-b070-82290a5577f1 resource provider aggregate not found 2026-05-08 02:22:28.786 8 INFO neutron.services.segments.plugin [-] Segment 48833638-a680-4dc4-b070-82290a5577f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48833638-a680-4dc4-b070-82290a5577f1 found for delete ", "request_id": "req-5d82a528-2305-49c8-83f7-c8ec7e1c0e9f"}]} 2026-05-08 02:22:28.788 8 INFO neutron.services.segments.plugin [-] Segment 48833638-a680-4dc4-b070-82290a5577f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48833638-a680-4dc4-b070-82290a5577f1 found for delete ", "request_id": "req-f8538fb2-6f10-4150-a803-e9593fa3e12d"}]} [pid: 8|app: 0|req: 952/1817] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:22:28 2026] DELETE /v2.0/networks/57c84034-8a8e-4dc5-9330-1509196f2175 => generated 0 bytes in 439 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:22:28.940 7 INFO neutron.db.l3_db [None req-db133b93-6292-4b6a-ab1c-0ac043103913 bad51e7d630a4f1481c18b9f6492c4b4 33c3904c15994e129ebf8e636d9cede8 - - default default] Floating IP 69de5abf-a423-47cc-ae82-5ec1e3afa7a1 associated. External IP: 10.96.250.213, port: e88fc0a7-cf94-4172-a067-d65c76b1ea7d. [pid: 8|app: 0|req: 953/1818] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:22:28 2026] GET /v2.0/ports?tenant_id=47b05fb4a4784c07b9393e57f321a996&device_id=956a83f0-dbc2-49b7-ab0a-61a41cd5f48b => generated 1463 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1819] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:29 2026] GET /v2.0/ports?device_id=cdf49f73-e989-4c39-a4db-36679437b0c9 => 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: 955/1820] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:22:29 2026] GET /v2.0/security-groups?tenant_id=af7ef4330e1e455b9917c9335fc45fb1&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: 956/1821] 199.204.45.113 () {34 vars in 1018 bytes} [Fri May 8 02:22:29 2026] GET /v2.0/networks?tenant_id=47b05fb4a4784c07b9393e57f321a996&shared=False => generated 2375 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1822] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:22:29 2026] DELETE /v2.0/security-groups/701f5728-26b9-48fd-9bfa-884c9bd08357 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1823] 199.204.45.113 () {34 vars in 930 bytes} [Fri May 8 02:22:29 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1824] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:22:29 2026] GET /v2.0/networks?id=d45cd74b-cd46-4b96-ac86-f3efda7e7460 => generated 661 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1825] 10.0.0.211 () {34 vars in 749 bytes} [Fri May 8 02:22:28 2026] PUT /v2.0/floatingips/69de5abf-a423-47cc-ae82-5ec1e3afa7a1 => generated 856 bytes in 838 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:22:29.352 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f2628a5-3d84-4610-9211-d7e448f629f4'] response: {'name': 'network-changed', 'server_uuid': '61799bd9-54de-4d5d-b748-ab5c17f607f7', 'tag': 'e88fc0a7-cf94-4172-a067-d65c76b1ea7d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 960/1826] 199.204.45.113 () {34 vars in 1050 bytes} [Fri May 8 02:22:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=289e913abaa54aac88132cace8757ac2 => generated 181 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1827] 199.204.45.113 () {38 vars in 955 bytes} [Fri May 8 02:22:29 2026] POST /v2.0/ports => generated 958 bytes in 409 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: 870/1830] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:22:29 2026] GET /v2.0/ports?tenant_id=33c3904c15994e129ebf8e636d9cede8&device_id=61799bd9-54de-4d5d-b748-ab5c17f607f7 => generated 1283 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1831] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:22:29 2026] GET /v2.0/networks?id=fd7c3476-82ef-43d0-9772-367b8d6c158b => generated 769 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1832] 199.204.45.113 () {34 vars in 1060 bytes} [Fri May 8 02:22:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=e88fc0a7-cf94-4172-a067-d65c76b1ea7d => generated 859 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1833] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:22:30 2026] GET /v2.0/subnets?id=30987ead-9082-4be2-9779-e5c9d2f5feb9 => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1834] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:22:30 2026] GET /v2.0/ports?network_id=fd7c3476-82ef-43d0-9772-367b8d6c158b&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: 875/1835] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:30 2026] GET /v2.0/ports?device_id=cdf49f73-e989-4c39-a4db-36679437b0c9 => 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: 876/1836] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:22:30 2026] GET /v2.0/networks/fd7c3476-82ef-43d0-9772-367b8d6c158b?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: 877/1837] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:22:30 2026] GET /v2.0/security-groups?id=7c81a6c7-7544-48a6-8a44-5481838b4308&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: 961/1838] 199.204.45.113 () {38 vars in 1028 bytes} [Fri May 8 02:22:29 2026] PUT /v2.0/ports/f48e1f5f-4474-40da-a387-114204d38850 => generated 1239 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 878/1839] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:22:30 2026] GET /v2.0/networks/fd7c3476-82ef-43d0-9772-367b8d6c158b?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: 962/1840] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:22:30 2026] GET /v2.0/ports?tenant_id=47b05fb4a4784c07b9393e57f321a996&device_id=956a83f0-dbc2-49b7-ab0a-61a41cd5f48b => generated 1463 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1841] 199.204.45.113 () {34 vars in 1056 bytes} [Fri May 8 02:22:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.31&port_id=7e1186f2-acd8-496d-a09c-e3f06f2f6640 => 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: 963/1842] 199.204.45.113 () {34 vars in 1104 bytes} [Fri May 8 02:22:30 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A166&port_id=7e1186f2-acd8-496d-a09c-e3f06f2f6640 => 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: 880/1843] 199.204.45.113 () {34 vars in 1064 bytes} [Fri May 8 02:22:30 2026] GET /v2.0/subnets?id=0bf0707b-b39c-4299-96fe-afd9f887049d&id=9a795414-bad6-482e-bcf7-bd626907cf04 => generated 1410 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1844] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:22:30 2026] GET /v2.0/ports?network_id=d6265c12-d31b-4024-99cd-ff53e6703581&device_owner=network%3Adhcp => generated 1455 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1845] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:22:30 2026] GET /v2.0/ports?network_id=d6265c12-d31b-4024-99cd-ff53e6703581&device_owner=network%3Adhcp => generated 1455 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:22:30.533 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ce5b2907-1a55-43b6-ac5b-b855d54ca5a2'] response: {'name': 'network-changed', 'server_uuid': 'cdf49f73-e989-4c39-a4db-36679437b0c9', 'tag': 'f48e1f5f-4474-40da-a387-114204d38850', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 965/1846] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:22:30 2026] GET /v2.0/networks/d6265c12-d31b-4024-99cd-ff53e6703581?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: 882/1847] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:22:30 2026] GET /v2.0/networks/d6265c12-d31b-4024-99cd-ff53e6703581?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1848] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:22:31 2026] GET /v2.0/ports?tenant_id=289e913abaa54aac88132cace8757ac2&device_id=cdf49f73-e989-4c39-a4db-36679437b0c9 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1849] 199.204.45.113 () {34 vars in 1018 bytes} [Fri May 8 02:22:31 2026] GET /v2.0/networks?tenant_id=289e913abaa54aac88132cace8757ac2&shared=False => generated 757 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1850] 199.204.45.113 () {34 vars in 930 bytes} [Fri May 8 02:22:31 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1851] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:31 2026] GET /v2.0/ports?device_id=cdf49f73-e989-4c39-a4db-36679437b0c9 => generated 973 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1852] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:22:31 2026] GET /v2.0/security-groups?id=7c81a6c7-7544-48a6-8a44-5481838b4308&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:22:31.613 7 INFO neutron.db.segments_db [None req-11b1fcee-6230-4362-9904-ef2b43ed97a9 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Added segment 85d3bcdf-97ca-4849-8910-8f3dc539e004 of type vxlan for network d2fd9841-e25b-4b24-8953-d192f06ddc7c [pid: 7|app: 0|req: 884/1853] 10.0.0.211 () {34 vars in 671 bytes} [Fri May 8 02:22:31 2026] POST /v2.0/networks => generated 726 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1854] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:31 2026] GET /v2.0/ports?device_id=956a83f0-dbc2-49b7-ab0a-61a41cd5f48b => generated 1194 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1855] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:22:31 2026] POST /v2.0/subnets => generated 693 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1856] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:22:31 2026] GET /v2.0/security-groups?id=8a5cab28-6d75-435b-8df5-ca5af94b2a89&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:22:32.037 8 INFO neutron.db.segments_db [None req-a8ee0251-2825-42b8-8eb6-80b7d677c5b9 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Added segment 09cee90a-620d-4648-82b4-87d87e07821d of type vxlan for network b9611b50-3613-480c-b2e7-e3442eba8ff1 [pid: 7|app: 0|req: 887/1857] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:22:32 2026] GET /v2.0/ports?tenant_id=289e913abaa54aac88132cace8757ac2&device_id=cdf49f73-e989-4c39-a4db-36679437b0c9 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1858] 199.204.45.113 () {34 vars in 1060 bytes} [Fri May 8 02:22:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=f48e1f5f-4474-40da-a387-114204d38850 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:22:32.318 8 INFO neutron.db.l3_hamode_db [None req-a8ee0251-2825-42b8-8eb6-80b7d677c5b9 2845fe7c4a3045b58ac66fc2286c088d a5180395820c442da4abd29493837905 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 889/1859] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:22:32 2026] GET /v2.0/subnets?id=11600219-9b9d-4d98-a994-e2ce68982afd => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1860] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:22:32 2026] GET /v2.0/ports?network_id=d45cd74b-cd46-4b96-ac86-f3efda7e7460&device_owner=network%3Adhcp => 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: 891/1861] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:22:32 2026] GET /v2.0/networks/d45cd74b-cd46-4b96-ac86-f3efda7e7460?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: 892/1862] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:22:32 2026] GET /v2.0/networks/d45cd74b-cd46-4b96-ac86-f3efda7e7460?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: 893/1863] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:32 2026] GET /v2.0/ports?device_id=cdf49f73-e989-4c39-a4db-36679437b0c9 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1864] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:22:32 2026] GET /v2.0/security-groups?id=7c81a6c7-7544-48a6-8a44-5481838b4308&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 02:22:33.172 8 INFO neutron.db.l3_hamode_db [None req-a8ee0251-2825-42b8-8eb6-80b7d677c5b9 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 895/1865] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:33 2026] GET /v2.0/ports?device_id=cdf49f73-e989-4c39-a4db-36679437b0c9 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1866] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:22:33 2026] GET /v2.0/security-groups?id=7c81a6c7-7544-48a6-8a44-5481838b4308&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1867] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:22:31 2026] POST /v2.0/routers => generated 733 bytes in 2252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1868] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:34 2026] GET /v2.0/ports?device_id=cdf49f73-e989-4c39-a4db-36679437b0c9 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1869] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:22:34 2026] GET /v2.0/security-groups?id=7c81a6c7-7544-48a6-8a44-5481838b4308&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: 897/1870] 10.0.0.211 () {34 vars in 783 bytes} [Fri May 8 02:22:34 2026] PUT /v2.0/routers/7da80dc5-bdd0-476c-90da-90676b5a4e0b/add_router_interface => generated 309 bytes in 1362 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1871] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:35 2026] GET /v2.0/ports?device_id=cdf49f73-e989-4c39-a4db-36679437b0c9 => generated 973 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1872] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:22:36 2026] GET /v2.0/security-groups?id=7c81a6c7-7544-48a6-8a44-5481838b4308&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: 975/1873] 10.0.0.239 () {34 vars in 982 bytes} [Fri May 8 02:22:36 2026] GET /v2.0/networks?id=d2fd9841-e25b-4b24-8953-d192f06ddc7c => generated 678 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1874] 10.0.0.239 () {34 vars in 965 bytes} [Fri May 8 02:22:36 2026] GET /v2.0/quotas/a5180395820c442da4abd29493837905 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1875] 10.0.0.239 () {34 vars in 1002 bytes} [Fri May 8 02:22:36 2026] GET /v2.0/ports?tenant_id=a5180395820c442da4abd29493837905&fields=id => generated 57 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1876] 10.0.0.239 () {34 vars in 1008 bytes} [Fri May 8 02:22:36 2026] GET /v2.0/networks/d2fd9841-e25b-4b24-8953-d192f06ddc7c?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: 977/1877] 10.0.0.239 () {34 vars in 1108 bytes} [Fri May 8 02:22:36 2026] GET /v2.0/networks/d2fd9841-e25b-4b24-8953-d192f06ddc7c?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: 901/1878] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:36 2026] GET /v2.0/ports?device_id=f0f4f31a-92cd-4255-9861-d54ec7113601 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1879] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:37 2026] GET /v2.0/ports?device_id=956a83f0-dbc2-49b7-ab0a-61a41cd5f48b => generated 1196 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1880] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:22:37 2026] GET /v2.0/security-groups?id=8a5cab28-6d75-435b-8df5-ca5af94b2a89&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: 902/1881] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:37 2026] GET /v2.0/ports?device_id=cdf49f73-e989-4c39-a4db-36679437b0c9 => generated 973 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1882] 10.0.0.211 () {32 vars in 818 bytes} [Fri May 8 02:22:37 2026] GET /v2.0/ports?network_id=d6265c12-d31b-4024-99cd-ff53e6703581&mac_address=fa%3A16%3A3e%3Ac7%3A7e%3Ab2 => generated 1196 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1883] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:22:37 2026] GET /v2.0/security-groups?id=7c81a6c7-7544-48a6-8a44-5481838b4308&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: 904/1884] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:38 2026] GET /v2.0/ports?device_id=f0f4f31a-92cd-4255-9861-d54ec7113601 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:22:38.178 8 INFO neutron.db.l3_db [None req-e0fdcfe0-7fd3-4859-9485-8ee01be1a6ea 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] Floating IP 00383fdd-9f78-42dc-8ff4-57b0eae58452 associated. External IP: 10.96.250.203, port: 7e1186f2-acd8-496d-a09c-e3f06f2f6640. [pid: 7|app: 0|req: 905/1885] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:38 2026] GET /v2.0/ports?device_id=cdf49f73-e989-4c39-a4db-36679437b0c9 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1886] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:22:38 2026] GET /v2.0/security-groups?id=7c81a6c7-7544-48a6-8a44-5481838b4308&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: 981/1887] 10.0.0.211 () {34 vars in 677 bytes} [Fri May 8 02:22:37 2026] POST /v2.0/floatingips => generated 854 bytes in 1249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:22:38.616 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a971b7c7-55a5-4681-b8fc-3a1d2d86667c'] response: {'name': 'network-changed', 'server_uuid': '956a83f0-dbc2-49b7-ab0a-61a41cd5f48b', 'tag': '7e1186f2-acd8-496d-a09c-e3f06f2f6640', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 907/1888] 10.0.0.239 () {34 vars in 1096 bytes} [Fri May 8 02:22:38 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1232750892&fields=id&tenant_id=47b05fb4a4784c07b9393e57f321a996 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1889] 10.0.0.239 () {34 vars in 982 bytes} [Fri May 8 02:22:38 2026] GET /v2.0/networks?id=935aceaf-0266-4099-b071-749f6b8e16a9 => generated 704 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1890] 10.0.0.239 () {34 vars in 965 bytes} [Fri May 8 02:22:38 2026] GET /v2.0/quotas/47b05fb4a4784c07b9393e57f321a996 => 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: 983/1891] 10.0.0.239 () {34 vars in 1002 bytes} [Fri May 8 02:22:38 2026] GET /v2.0/ports?tenant_id=47b05fb4a4784c07b9393e57f321a996&fields=id => generated 333 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1892] 10.0.0.239 () {34 vars in 1008 bytes} [Fri May 8 02:22:38 2026] GET /v2.0/networks/935aceaf-0266-4099-b071-749f6b8e16a9?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1893] 10.0.0.239 () {34 vars in 1108 bytes} [Fri May 8 02:22:39 2026] GET /v2.0/networks/935aceaf-0266-4099-b071-749f6b8e16a9?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: 910/1894] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:22:39 2026] GET /v2.0/ports?tenant_id=47b05fb4a4784c07b9393e57f321a996&device_id=956a83f0-dbc2-49b7-ab0a-61a41cd5f48b => generated 1465 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1895] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:22:39 2026] GET /v2.0/networks?id=d6265c12-d31b-4024-99cd-ff53e6703581 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1896] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:39 2026] GET /v2.0/ports?device_id=f0f4f31a-92cd-4255-9861-d54ec7113601 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1897] 199.204.45.113 () {34 vars in 1056 bytes} [Fri May 8 02:22:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.31&port_id=7e1186f2-acd8-496d-a09c-e3f06f2f6640 => generated 857 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1898] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:39 2026] GET /v2.0/ports?device_id=3b2a5b3b-0fa0-496d-85fd-e4fcc86d48ec => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1899] 199.204.45.113 () {34 vars in 1104 bytes} [Fri May 8 02:22:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A166&port_id=7e1186f2-acd8-496d-a09c-e3f06f2f6640 => 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: 913/1900] 199.204.45.113 () {34 vars in 1064 bytes} [Fri May 8 02:22:39 2026] GET /v2.0/subnets?id=0bf0707b-b39c-4299-96fe-afd9f887049d&id=9a795414-bad6-482e-bcf7-bd626907cf04 => generated 1410 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1901] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:22:39 2026] GET /v2.0/ports?network_id=d6265c12-d31b-4024-99cd-ff53e6703581&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: 914/1902] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:22:39 2026] GET /v2.0/ports?network_id=d6265c12-d31b-4024-99cd-ff53e6703581&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1903] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:22:39 2026] GET /v2.0/networks/d6265c12-d31b-4024-99cd-ff53e6703581?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1904] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:22:39 2026] GET /v2.0/networks/d6265c12-d31b-4024-99cd-ff53e6703581?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1905] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:39 2026] GET /v2.0/ports?device_id=cdf49f73-e989-4c39-a4db-36679437b0c9 => generated 975 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1906] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:22:39 2026] GET /v2.0/security-groups?id=7c81a6c7-7544-48a6-8a44-5481838b4308&fields=id&fields=name => generated 114 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1907] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:39 2026] GET /v2.0/ports?device_id=cdf49f73-e989-4c39-a4db-36679437b0c9 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1908] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:22:39 2026] GET /v2.0/security-groups?id=7c81a6c7-7544-48a6-8a44-5481838b4308&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1909] 10.0.0.211 () {32 vars in 736 bytes} [Fri May 8 02:22:40 2026] GET /v2.0/ports?device_id=cdf49f73-e989-4c39-a4db-36679437b0c9 => 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: 993/1910] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:40 2026] GET /v2.0/ports?device_id=f0f4f31a-92cd-4255-9861-d54ec7113601 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:22:40.925 7 INFO neutron.db.l3_db [None req-cabe7b0f-96d4-4dc1-8497-97b0814b4cfb 49fe8ae48c5642e4a650da592e4a01ac 289e913abaa54aac88132cace8757ac2 - - default default] Floating IP aea2f15c-f58f-44b9-9d93-b9470e4166cc associated. External IP: 10.96.250.206, port: f48e1f5f-4474-40da-a387-114204d38850. [pid: 7|app: 0|req: 918/1911] 10.0.0.211 () {34 vars in 677 bytes} [Fri May 8 02:22:40 2026] POST /v2.0/floatingips => generated 856 bytes in 1250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1912] 10.0.0.211 () {32 vars in 729 bytes} [Fri May 8 02:22:41 2026] GET /v2.0/floatingips/aea2f15c-f58f-44b9-9d93-b9470e4166cc => generated 856 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:22:41.349 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e3655380-413e-4822-a9d8-8c18dc6c5e2c'] response: {'name': 'network-changed', 'server_uuid': 'cdf49f73-e989-4c39-a4db-36679437b0c9', 'tag': 'f48e1f5f-4474-40da-a387-114204d38850', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 995/1913] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:41 2026] GET /v2.0/ports?device_id=f0f4f31a-92cd-4255-9861-d54ec7113601 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1914] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:22:41 2026] GET /v2.0/networks?id=d2fd9841-e25b-4b24-8953-d192f06ddc7c => generated 678 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1915] 199.204.45.113 () {38 vars in 955 bytes} [Fri May 8 02:22:41 2026] POST /v2.0/ports => generated 954 bytes in 354 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/1916] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:22:41 2026] GET /v2.0/ports?tenant_id=289e913abaa54aac88132cace8757ac2&device_id=cdf49f73-e989-4c39-a4db-36679437b0c9 => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1917] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:22:41 2026] GET /v2.0/networks?id=d45cd74b-cd46-4b96-ac86-f3efda7e7460 => generated 757 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1918] 199.204.45.113 () {34 vars in 1060 bytes} [Fri May 8 02:22:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=f48e1f5f-4474-40da-a387-114204d38850 => generated 859 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1919] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:22:42 2026] GET /v2.0/subnets?id=11600219-9b9d-4d98-a994-e2ce68982afd => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1920] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:22:42 2026] GET /v2.0/ports?network_id=d45cd74b-cd46-4b96-ac86-f3efda7e7460&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1921] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:22:42 2026] GET /v2.0/networks/d45cd74b-cd46-4b96-ac86-f3efda7e7460?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1922] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:22:42 2026] GET /v2.0/networks/d45cd74b-cd46-4b96-ac86-f3efda7e7460?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: 1004/1923] 10.0.0.211 () {32 vars in 729 bytes} [Fri May 8 02:22:42 2026] GET /v2.0/floatingips/aea2f15c-f58f-44b9-9d93-b9470e4166cc => generated 856 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1924] 199.204.45.113 () {38 vars in 1028 bytes} [Fri May 8 02:22:41 2026] PUT /v2.0/ports/e146213a-dd04-4a11-a65b-a1c76f3117fd => generated 1235 bytes in 680 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1925] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:42 2026] GET /v2.0/ports?device_id=f0f4f31a-92cd-4255-9861-d54ec7113601 => generated 969 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: 921/1926] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:22:42 2026] GET /v2.0/security-groups?id=da3d1d0c-5cc3-4d8a-b582-34bc75c4b80c&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:22:43.396 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c7b2b355-0e4e-4e17-bfc0-be33701da920'] response: {'name': 'network-changed', 'server_uuid': 'f0f4f31a-92cd-4255-9861-d54ec7113601', 'tag': 'e146213a-dd04-4a11-a65b-a1c76f3117fd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1006/1927] 10.0.0.211 () {32 vars in 729 bytes} [Fri May 8 02:22:43 2026] GET /v2.0/floatingips/aea2f15c-f58f-44b9-9d93-b9470e4166cc => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1928] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:22:43 2026] GET /v2.0/ports?tenant_id=a5180395820c442da4abd29493837905&device_id=f0f4f31a-92cd-4255-9861-d54ec7113601 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1929] 199.204.45.113 () {34 vars in 1058 bytes} [Fri May 8 02:22:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=e146213a-dd04-4a11-a65b-a1c76f3117fd => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1930] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:22:43 2026] GET /v2.0/subnets?id=4f942003-0f2e-4d47-a98e-c7c61d6c37b5 => generated 696 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1931] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:22:43 2026] GET /v2.0/networks?id=935aceaf-0266-4099-b071-749f6b8e16a9 => generated 704 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1932] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:22:43 2026] GET /v2.0/ports?network_id=d2fd9841-e25b-4b24-8953-d192f06ddc7c&device_owner=network%3Adhcp => 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: 924/1933] 199.204.45.113 () {34 vars in 1050 bytes} [Fri May 8 02:22:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=47b05fb4a4784c07b9393e57f321a996 => generated 179 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1934] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:22:43 2026] GET /v2.0/networks/d2fd9841-e25b-4b24-8953-d192f06ddc7c?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1935] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:43 2026] GET /v2.0/ports?device_id=f0f4f31a-92cd-4255-9861-d54ec7113601 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1936] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:22:43 2026] GET /v2.0/networks/d2fd9841-e25b-4b24-8953-d192f06ddc7c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1937] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:22:43 2026] GET /v2.0/security-groups?id=da3d1d0c-5cc3-4d8a-b582-34bc75c4b80c&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: 925/1938] 199.204.45.113 () {38 vars in 955 bytes} [Fri May 8 02:22:43 2026] POST /v2.0/ports => generated 1183 bytes in 457 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: 926/1939] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:44 2026] GET /v2.0/ports?device_id=3b2a5b3b-0fa0-496d-85fd-e4fcc86d48ec => generated 1198 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1940] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:22:44 2026] GET /v2.0/security-groups?id=8a5cab28-6d75-435b-8df5-ca5af94b2a89&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: 1014/1941] 199.204.45.113 () {38 vars in 1028 bytes} [Fri May 8 02:22:44 2026] PUT /v2.0/ports/b4437c4e-55b2-4242-aa07-e47fca0db6c5 => generated 1464 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:22:44.605 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-df67364a-6e76-41c4-a80b-c9d33c448db1'] response: {'name': 'network-changed', 'server_uuid': '3b2a5b3b-0fa0-496d-85fd-e4fcc86d48ec', 'tag': 'b4437c4e-55b2-4242-aa07-e47fca0db6c5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 928/1944] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:22:44 2026] GET /v2.0/ports?tenant_id=a5180395820c442da4abd29493837905&device_id=f0f4f31a-92cd-4255-9861-d54ec7113601 => generated 1238 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: 8|app: 0|req: 1017/1945] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:22:44 2026] GET /v2.0/networks?id=d2fd9841-e25b-4b24-8953-d192f06ddc7c => generated 773 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1946] 199.204.45.113 () {34 vars in 1058 bytes} [Fri May 8 02:22:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=e146213a-dd04-4a11-a65b-a1c76f3117fd => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1947] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:22:45 2026] GET /v2.0/subnets?id=4f942003-0f2e-4d47-a98e-c7c61d6c37b5 => generated 696 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1948] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:44 2026] GET /v2.0/ports?device_id=f0f4f31a-92cd-4255-9861-d54ec7113601 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1949] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:22:45 2026] GET /v2.0/ports?network_id=d2fd9841-e25b-4b24-8953-d192f06ddc7c&device_owner=network%3Adhcp => 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: 930/1950] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:22:45 2026] GET /v2.0/security-groups?id=da3d1d0c-5cc3-4d8a-b582-34bc75c4b80c&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: 1021/1951] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:22:45 2026] GET /v2.0/networks/d2fd9841-e25b-4b24-8953-d192f06ddc7c?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: 931/1952] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:22:45 2026] GET /v2.0/ports?tenant_id=47b05fb4a4784c07b9393e57f321a996&device_id=3b2a5b3b-0fa0-496d-85fd-e4fcc86d48ec => generated 1467 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1953] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:22:45 2026] GET /v2.0/networks/d2fd9841-e25b-4b24-8953-d192f06ddc7c?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: 932/1954] 199.204.45.113 () {34 vars in 1018 bytes} [Fri May 8 02:22:45 2026] GET /v2.0/networks?tenant_id=47b05fb4a4784c07b9393e57f321a996&shared=False => generated 2375 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1955] 199.204.45.113 () {34 vars in 930 bytes} [Fri May 8 02:22:45 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1956] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:22:45 2026] GET /v2.0/ports?tenant_id=47b05fb4a4784c07b9393e57f321a996&device_id=3b2a5b3b-0fa0-496d-85fd-e4fcc86d48ec => generated 1467 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1957] 199.204.45.113 () {34 vars in 1058 bytes} [Fri May 8 02:22:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.214&port_id=b4437c4e-55b2-4242-aa07-e47fca0db6c5 => 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: 934/1958] 199.204.45.113 () {34 vars in 1104 bytes} [Fri May 8 02:22:45 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A74&port_id=b4437c4e-55b2-4242-aa07-e47fca0db6c5 => 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: 1025/1959] 199.204.45.113 () {34 vars in 1064 bytes} [Fri May 8 02:22:45 2026] GET /v2.0/subnets?id=ba7960fc-2153-407e-8ff9-8d738cb3ef39&id=cabebf65-ab54-46fb-b547-2fbb69727d59 => generated 1414 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1960] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:22:45 2026] GET /v2.0/ports?network_id=935aceaf-0266-4099-b071-749f6b8e16a9&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: 1026/1961] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:22:45 2026] GET /v2.0/ports?network_id=935aceaf-0266-4099-b071-749f6b8e16a9&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: 936/1962] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:22:46 2026] GET /v2.0/networks/935aceaf-0266-4099-b071-749f6b8e16a9?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: 1027/1963] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:22:46 2026] GET /v2.0/networks/935aceaf-0266-4099-b071-749f6b8e16a9?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: 937/1964] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:46 2026] GET /v2.0/ports?device_id=f0f4f31a-92cd-4255-9861-d54ec7113601 => 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: 1028/1965] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:22:46 2026] GET /v2.0/security-groups?id=da3d1d0c-5cc3-4d8a-b582-34bc75c4b80c&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: 938/1966] 10.0.0.10 () {34 vars in 989 bytes} [Fri May 8 02:22:46 2026] GET /v2.0/ports?device_id=956a83f0-dbc2-49b7-ab0a-61a41cd5f48b => generated 1465 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1967] 10.0.0.10 () {34 vars in 1039 bytes} [Fri May 8 02:22:46 2026] GET /v2.0/security-groups?id=8a5cab28-6d75-435b-8df5-ca5af94b2a89&fields=id&fields=name => generated 112 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1968] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:47 2026] GET /v2.0/ports?device_id=f0f4f31a-92cd-4255-9861-d54ec7113601 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/1969] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:22:47 2026] GET /v2.0/security-groups?id=da3d1d0c-5cc3-4d8a-b582-34bc75c4b80c&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1970] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:48 2026] GET /v2.0/ports?device_id=f0f4f31a-92cd-4255-9861-d54ec7113601 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/1971] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:22:48 2026] GET /v2.0/security-groups?id=da3d1d0c-5cc3-4d8a-b582-34bc75c4b80c&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1972] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:49 2026] GET /v2.0/ports?device_id=3b2a5b3b-0fa0-496d-85fd-e4fcc86d48ec => generated 1198 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/1973] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:22:49 2026] GET /v2.0/security-groups?id=8a5cab28-6d75-435b-8df5-ca5af94b2a89&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1974] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:49 2026] GET /v2.0/ports?device_id=f0f4f31a-92cd-4255-9861-d54ec7113601 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/1975] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:22:49 2026] GET /v2.0/security-groups?id=da3d1d0c-5cc3-4d8a-b582-34bc75c4b80c&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1976] 10.0.0.10 () {34 vars in 989 bytes} [Fri May 8 02:22:49 2026] GET /v2.0/ports?device_id=cdf49f73-e989-4c39-a4db-36679437b0c9 => generated 1244 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/1977] 10.0.0.10 () {34 vars in 1039 bytes} [Fri May 8 02:22:49 2026] GET /v2.0/security-groups?id=7c81a6c7-7544-48a6-8a44-5481838b4308&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: 944/1978] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:50 2026] GET /v2.0/ports?device_id=f0f4f31a-92cd-4255-9861-d54ec7113601 => 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: 1035/1979] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:22:50 2026] GET /v2.0/security-groups?id=da3d1d0c-5cc3-4d8a-b582-34bc75c4b80c&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1980] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:51 2026] GET /v2.0/ports?device_id=f0f4f31a-92cd-4255-9861-d54ec7113601 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/1981] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:22:51 2026] GET /v2.0/security-groups?id=da3d1d0c-5cc3-4d8a-b582-34bc75c4b80c&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1982] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:52 2026] GET /v2.0/ports?device_id=f0f4f31a-92cd-4255-9861-d54ec7113601 => 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: 947/1983] 199.204.45.113 () {34 vars in 994 bytes} [Fri May 8 02:22:52 2026] GET /v2.0/ports?device_id=f0f4f31a-92cd-4255-9861-d54ec7113601 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/1984] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:22:52 2026] GET /v2.0/security-groups?id=da3d1d0c-5cc3-4d8a-b582-34bc75c4b80c&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:22:52.812 7 INFO neutron_taas.services.taas.taas_plugin [req-b8e4bf94-385f-44a2-b24f-66b079a93944 req-4014e200-88e9-4038-b13e-40ed81f77cf9 4615f753d0aa4836b290511a7605ffe7 a5180395820c442da4abd29493837905 - - default default] TaaS: Handle Delete Port: e146213a-dd04-4a11-a65b-a1c76f3117fd 2026-05-08 02:22:52.815 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b8e4bf94-385f-44a2-b24f-66b079a93944 req-4014e200-88e9-4038-b13e-40ed81f77cf9 4615f753d0aa4836b290511a7605ffe7 a5180395820c442da4abd29493837905 - - default default] Tap Mirror: Handle Delete Port: e146213a-dd04-4a11-a65b-a1c76f3117fd [pid: 7|app: 0|req: 948/1985] 199.204.45.113 () {36 vars in 997 bytes} [Fri May 8 02:22:52 2026] DELETE /v2.0/ports/e146213a-dd04-4a11-a65b-a1c76f3117fd => generated 0 bytes in 365 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:22:53.079 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7869c4e1-3c99-4ffb-a4fa-7a04ac354202'] response: {'server_uuid': 'f0f4f31a-92cd-4255-9861-d54ec7113601', 'name': 'network-vif-deleted', 'tag': 'e146213a-dd04-4a11-a65b-a1c76f3117fd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1038/1986] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:53 2026] GET /v2.0/ports?device_id=f0f4f31a-92cd-4255-9861-d54ec7113601 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1987] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:54 2026] GET /v2.0/ports?device_id=3b2a5b3b-0fa0-496d-85fd-e4fcc86d48ec => generated 1200 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/1988] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:22:54 2026] GET /v2.0/security-groups?id=8a5cab28-6d75-435b-8df5-ca5af94b2a89&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1989] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:54 2026] GET /v2.0/ports?device_id=f0f4f31a-92cd-4255-9861-d54ec7113601 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/1990] 10.0.0.211 () {32 vars in 818 bytes} [Fri May 8 02:22:54 2026] GET /v2.0/ports?network_id=935aceaf-0266-4099-b071-749f6b8e16a9&mac_address=fa%3A16%3A3e%3Ac9%3Ac2%3A8c => generated 1200 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:22:55.865 7 INFO neutron.db.l3_db [None req-52875cfe-f65f-4b8d-bf51-1787060edb51 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] Floating IP d8048b43-861d-46ff-8b6e-89cc797e0b52 associated. External IP: 10.96.250.207, port: b4437c4e-55b2-4242-aa07-e47fca0db6c5. [pid: 8|app: 0|req: 1041/1991] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:22:55 2026] GET /v2.0/ports?device_id=f0f4f31a-92cd-4255-9861-d54ec7113601 => 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: 951/1992] 10.0.0.211 () {34 vars in 677 bytes} [Fri May 8 02:22:54 2026] POST /v2.0/floatingips => generated 855 bytes in 1297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:22:56.327 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-73010ec7-f0e1-4d44-8ac1-2a7047623726'] response: {'name': 'network-changed', 'server_uuid': '3b2a5b3b-0fa0-496d-85fd-e4fcc86d48ec', 'tag': 'b4437c4e-55b2-4242-aa07-e47fca0db6c5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1042/1993] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:22:56 2026] GET /v2.0/ports?tenant_id=47b05fb4a4784c07b9393e57f321a996&device_id=3b2a5b3b-0fa0-496d-85fd-e4fcc86d48ec => generated 1469 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1994] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:22:56 2026] GET /v2.0/networks?id=935aceaf-0266-4099-b071-749f6b8e16a9 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/1995] 199.204.45.113 () {34 vars in 1058 bytes} [Fri May 8 02:22:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.214&port_id=b4437c4e-55b2-4242-aa07-e47fca0db6c5 => generated 858 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1996] 199.204.45.113 () {34 vars in 1104 bytes} [Fri May 8 02:22:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A74&port_id=b4437c4e-55b2-4242-aa07-e47fca0db6c5 => 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: 1044/1997] 199.204.45.113 () {34 vars in 1064 bytes} [Fri May 8 02:22:57 2026] GET /v2.0/subnets?id=ba7960fc-2153-407e-8ff9-8d738cb3ef39&id=cabebf65-ab54-46fb-b547-2fbb69727d59 => generated 1414 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1998] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:22:57 2026] GET /v2.0/ports?network_id=935aceaf-0266-4099-b071-749f6b8e16a9&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1999] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:22:57 2026] GET /v2.0/ports?network_id=935aceaf-0266-4099-b071-749f6b8e16a9&device_owner=network%3Adhcp => generated 1461 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/2000] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:22:57 2026] GET /v2.0/networks/935aceaf-0266-4099-b071-749f6b8e16a9?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: 957/2001] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:22:57 2026] GET /v2.0/networks/935aceaf-0266-4099-b071-749f6b8e16a9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:22:57.560 8 INFO neutron_taas.services.taas.taas_plugin [None req-54362faa-b8e0-4623-b354-b1b284c2c765 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 8f62ab7f-0286-4406-b93a-f11f38cdbd40 2026-05-08 02:22:57.562 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54362faa-b8e0-4623-b354-b1b284c2c765 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 8f62ab7f-0286-4406-b93a-f11f38cdbd40 [pid: 8|app: 0|req: 1045/2002] 10.0.0.211 () {34 vars in 789 bytes} [Fri May 8 02:22:57 2026] PUT /v2.0/routers/7da80dc5-bdd0-476c-90da-90676b5a4e0b/remove_router_interface => generated 309 bytes in 1093 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:22:58.414 7 INFO neutron_taas.services.taas.taas_plugin [None req-c55ea71b-2d8b-4597-bc92-7671b1c0fb08 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: c39f7e8f-9f7c-4759-a83b-b4865c2267b1 2026-05-08 02:22:58.417 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c55ea71b-2d8b-4597-bc92-7671b1c0fb08 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: c39f7e8f-9f7c-4759-a83b-b4865c2267b1 2026-05-08 02:22:59.121 7 INFO neutron_taas.services.taas.taas_plugin [None req-c55ea71b-2d8b-4597-bc92-7671b1c0fb08 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 0438bc63-4ee7-4033-9584-e213a21d1356 2026-05-08 02:22:59.124 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c55ea71b-2d8b-4597-bc92-7671b1c0fb08 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 0438bc63-4ee7-4033-9584-e213a21d1356 2026-05-08 02:22:59.492 7 INFO neutron.services.segments.plugin [-] Segment 09cee90a-620d-4648-82b4-87d87e07821d resource provider aggregate not found 2026-05-08 02:22:59.499 7 INFO neutron.services.segments.plugin [-] Segment 09cee90a-620d-4648-82b4-87d87e07821d resource provider aggregate not found 2026-05-08 02:22:59.517 7 INFO neutron.services.segments.plugin [-] Segment 09cee90a-620d-4648-82b4-87d87e07821d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09cee90a-620d-4648-82b4-87d87e07821d found for delete ", "request_id": "req-0af9b1d9-5890-49b9-a936-5b9d5dd44873"}]} 2026-05-08 02:22:59.518 7 INFO neutron.services.segments.plugin [-] Segment 09cee90a-620d-4648-82b4-87d87e07821d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09cee90a-620d-4648-82b4-87d87e07821d found for delete ", "request_id": "req-9b34c291-2995-47ee-868d-a4e2b9d3a46b"}]} 2026-05-08 02:22:59.525 7 INFO neutron.db.l3_hamode_db [None req-c55ea71b-2d8b-4597-bc92-7671b1c0fb08 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] HA network b9611b50-3613-480c-b2e7-e3442eba8ff1 was deleted as no HA routers are present in tenant a5180395820c442da4abd29493837905. [pid: 7|app: 0|req: 958/2003] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:22:58 2026] DELETE /v2.0/routers/7da80dc5-bdd0-476c-90da-90676b5a4e0b => generated 0 bytes in 1343 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2004] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:22:59 2026] DELETE /v2.0/subnets/4f942003-0f2e-4d47-a98e-c7c61d6c37b5 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:22:59.804 7 INFO neutron_taas.services.taas.taas_plugin [None req-2faf7b1d-6b26-4b4e-9fe9-938b0b608dda 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 3692a7b8-87ec-4715-8c55-dafdffae1537 2026-05-08 02:22:59.806 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2faf7b1d-6b26-4b4e-9fe9-938b0b608dda 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 3692a7b8-87ec-4715-8c55-dafdffae1537 [pid: 8|app: 0|req: 1049/2007] 10.0.0.211 () {32 vars in 826 bytes} [Fri May 8 02:22:59 2026] GET /v2.0/ports?project_id=289e913abaa54aac88132cace8757ac2&network_id=d45cd74b-cd46-4b96-ac86-f3efda7e7460 => generated 3695 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/2008] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:22:59 2026] DELETE /v2.0/networks/d2fd9841-e25b-4b24-8953-d192f06ddc7c => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2009] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:23:00 2026] GET /v2.0/security-groups?tenant_id=a5180395820c442da4abd29493837905&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/2010] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:23:00 2026] DELETE /v2.0/security-groups/da3d1d0c-5cc3-4d8a-b582-34bc75c4b80c => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2011] 10.0.0.211 () {32 vars in 742 bytes} [Fri May 8 02:23:00 2026] GET /v2.0/subnets?network_id=d5528eca-935b-49a5-8b5e-a500fa44ca4c => generated 667 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:23:00.668 7 INFO neutron.db.l3_db [None req-457ba64d-6a5c-4d36-a534-b89688993727 49fe8ae48c5642e4a650da592e4a01ac 289e913abaa54aac88132cace8757ac2 - - default default] Floating IP aea2f15c-f58f-44b9-9d93-b9470e4166cc disassociated. External IP: 10.96.250.206, port: f48e1f5f-4474-40da-a387-114204d38850. [pid: 7|app: 0|req: 961/2012] 10.0.0.211 () {34 vars in 749 bytes} [Fri May 8 02:23:00 2026] PUT /v2.0/floatingips/aea2f15c-f58f-44b9-9d93-b9470e4166cc => generated 554 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2013] 10.0.0.211 () {32 vars in 729 bytes} [Fri May 8 02:23:00 2026] GET /v2.0/floatingips/aea2f15c-f58f-44b9-9d93-b9470e4166cc => generated 554 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:23:01.016 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9fc5176e-5476-4a45-80fe-8e51f534bab9'] response: {'name': 'network-changed', 'server_uuid': 'cdf49f73-e989-4c39-a4db-36679437b0c9', 'tag': 'f48e1f5f-4474-40da-a387-114204d38850', 'status': 'completed', 'code': 200} 2026-05-08 02:23:01.539 7 INFO neutron.services.segments.plugin [-] Segment 85d3bcdf-97ca-4849-8910-8f3dc539e004 resource provider aggregate not found 2026-05-08 02:23:01.541 7 INFO neutron.services.segments.plugin [-] Segment 85d3bcdf-97ca-4849-8910-8f3dc539e004 resource provider aggregate not found 2026-05-08 02:23:01.556 7 INFO neutron.services.segments.plugin [-] Segment 85d3bcdf-97ca-4849-8910-8f3dc539e004 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85d3bcdf-97ca-4849-8910-8f3dc539e004 found for delete ", "request_id": "req-4e501f4a-e205-4bf3-9c46-167e16751db4"}]} 2026-05-08 02:23:01.557 7 INFO neutron.services.segments.plugin [-] Segment 85d3bcdf-97ca-4849-8910-8f3dc539e004 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85d3bcdf-97ca-4849-8910-8f3dc539e004 found for delete ", "request_id": "req-a2261762-c342-4b7f-aa5f-1b9686217d71"}]} [pid: 7|app: 0|req: 962/2014] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:23:01 2026] GET /v2.0/ports?tenant_id=289e913abaa54aac88132cace8757ac2&device_id=cdf49f73-e989-4c39-a4db-36679437b0c9 => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2015] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:23:01 2026] GET /v2.0/networks?id=d45cd74b-cd46-4b96-ac86-f3efda7e7460 => generated 757 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/2016] 199.204.45.113 () {34 vars in 1060 bytes} [Fri May 8 02:23:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=f48e1f5f-4474-40da-a387-114204d38850 => 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: 1054/2017] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:23:01 2026] GET /v2.0/subnets?id=11600219-9b9d-4d98-a994-e2ce68982afd => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/2018] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:23:01 2026] GET /v2.0/ports?network_id=d45cd74b-cd46-4b96-ac86-f3efda7e7460&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2019] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:23:01 2026] GET /v2.0/networks/d45cd74b-cd46-4b96-ac86-f3efda7e7460?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: 965/2020] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:23:01 2026] GET /v2.0/networks/d45cd74b-cd46-4b96-ac86-f3efda7e7460?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: 1056/2021] 10.0.0.211 () {32 vars in 729 bytes} [Fri May 8 02:23:02 2026] GET /v2.0/floatingips/aea2f15c-f58f-44b9-9d93-b9470e4166cc => generated 554 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/2022] 10.0.0.211 () {32 vars in 729 bytes} [Fri May 8 02:23:03 2026] GET /v2.0/floatingips/aea2f15c-f58f-44b9-9d93-b9470e4166cc => generated 552 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/2023] 10.0.0.10 () {34 vars in 989 bytes} [Fri May 8 02:23:04 2026] GET /v2.0/ports?device_id=3b2a5b3b-0fa0-496d-85fd-e4fcc86d48ec => 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: 1057/2024] 10.0.0.211 () {34 vars in 685 bytes} [Fri May 8 02:23:04 2026] POST /v2.0/security-groups => generated 1673 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/2025] 10.0.0.10 () {34 vars in 1039 bytes} [Fri May 8 02:23:04 2026] GET /v2.0/security-groups?id=8a5cab28-6d75-435b-8df5-ca5af94b2a89&fields=id&fields=name => generated 112 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2026] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:23:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2027] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:23:04 2026] POST /v2.0/security-group-rules => generated 596 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2028] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:23:04 2026] POST /v2.0/security-group-rules => generated 602 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2029] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:23:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:23:04.805 8 INFO neutron.db.securitygroups_db [None req-f3617c36-1258-4fb7-aa30-ad92ebb086d1 49fe8ae48c5642e4a650da592e4a01ac 289e913abaa54aac88132cace8757ac2 - - default default] Project 289e913abaa54aac88132cace8757ac2 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: 970/2030] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:23:04 2026] GET /v2.0/security-groups?tenant_id=ab70002556fc4bdf9025214bc3682fa3&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2031] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:23:04 2026] POST /v2.0/security-group-rules => generated 607 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:23:04.940 8 INFO neutron.db.securitygroups_db [None req-bd21d4d9-8550-43b2-b44e-d389fc18c305 49fe8ae48c5642e4a650da592e4a01ac 289e913abaa54aac88132cace8757ac2 - - default default] Project 289e913abaa54aac88132cace8757ac2 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: 971/2032] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:23:04 2026] DELETE /v2.0/security-groups/e5d28cbe-cb58-4d80-aa11-dd6104b0b7b0 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2033] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:23:04 2026] POST /v2.0/security-group-rules => generated 606 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/2034] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:23:05 2026] GET /v2.0/security-groups?tenant_id=f993a226c945484684b79799b86d9bad&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: 1063/2035] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:23:05 2026] DELETE /v2.0/security-groups/3b95ebb5-3ef0-4915-a153-dda87795406e => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/2036] 10.0.0.211 () {32 vars in 649 bytes} [Fri May 8 02:23:05 2026] GET /v2.0/networks => generated 1298 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2037] 10.0.0.239 () {34 vars in 1098 bytes} [Fri May 8 02:23:05 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-834782353&fields=id&tenant_id=289e913abaa54aac88132cace8757ac2 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2038] 10.0.0.239 () {34 vars in 982 bytes} [Fri May 8 02:23:05 2026] GET /v2.0/networks?id=d45cd74b-cd46-4b96-ac86-f3efda7e7460 => generated 661 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2039] 10.0.0.239 () {34 vars in 965 bytes} [Fri May 8 02:23:05 2026] GET /v2.0/quotas/289e913abaa54aac88132cace8757ac2 => 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: 975/2040] 10.0.0.239 () {34 vars in 1002 bytes} [Fri May 8 02:23:05 2026] GET /v2.0/ports?tenant_id=289e913abaa54aac88132cace8757ac2&fields=id => generated 149 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2041] 10.0.0.239 () {34 vars in 1008 bytes} [Fri May 8 02:23:05 2026] GET /v2.0/networks/d45cd74b-cd46-4b96-ac86-f3efda7e7460?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/2042] 10.0.0.239 () {34 vars in 1108 bytes} [Fri May 8 02:23:05 2026] GET /v2.0/networks/d45cd74b-cd46-4b96-ac86-f3efda7e7460?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: 1067/2043] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:06 2026] GET /v2.0/ports?device_id=72ac7470-9e06-4e44-a559-480a5c90d2f6 => 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: 977/2044] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:07 2026] GET /v2.0/ports?device_id=72ac7470-9e06-4e44-a559-480a5c90d2f6 => 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: 1068/2045] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:08 2026] GET /v2.0/ports?device_id=72ac7470-9e06-4e44-a559-480a5c90d2f6 => 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: 978/2046] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:08 2026] GET /v2.0/ports?device_id=61799bd9-54de-4d5d-b748-ab5c17f607f7 => generated 1014 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2047] 10.0.0.239 () {34 vars in 1120 bytes} [Fri May 8 02:23:09 2026] GET /v2.0/security-groups?id=5a04486e-8d48-41c7-baed-c4fbf5f85c49&id=14c70e9f-ac74-4b69-90b0-3235c6212365&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2048] 10.0.0.211 () {32 vars in 736 bytes} [Fri May 8 02:23:09 2026] GET /v2.0/ports?device_id=61799bd9-54de-4d5d-b748-ab5c17f607f7 => generated 1283 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2049] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:23:09 2026] GET /v2.0/security-groups?tenant_id=a62060d1bcfc48c7a861126f808b1a01&name=default => generated 2925 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2050] 10.0.0.211 () {32 vars in 858 bytes} [Fri May 8 02:23:09 2026] GET /v2.0/floatingips?floating_network_id=d5528eca-935b-49a5-8b5e-a500fa44ca4c&port_id=e88fc0a7-cf94-4172-a067-d65c76b1ea7d => generated 861 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2051] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:09 2026] GET /v2.0/ports?device_id=72ac7470-9e06-4e44-a559-480a5c90d2f6 => 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: 980/2052] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:23:09 2026] DELETE /v2.0/security-groups/17b7eeb9-d5d5-422d-b8a7-c94dfe7d6043 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2053] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:23:09 2026] GET /v2.0/security-groups?tenant_id=4f9665c1a20d4ce8acded68c72ddffb0&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2054] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:23:09 2026] DELETE /v2.0/security-groups/f971cbf2-6e09-41be-9aa0-f5867f45db85 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2055] 10.0.0.10 () {34 vars in 989 bytes} [Fri May 8 02:23:10 2026] GET /v2.0/ports?device_id=61799bd9-54de-4d5d-b748-ab5c17f607f7 => generated 1283 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2056] 10.0.0.10 () {34 vars in 1119 bytes} [Fri May 8 02:23:10 2026] GET /v2.0/security-groups?id=5a04486e-8d48-41c7-baed-c4fbf5f85c49&id=14c70e9f-ac74-4b69-90b0-3235c6212365&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2057] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:23:10 2026] GET /v2.0/networks?id=d45cd74b-cd46-4b96-ac86-f3efda7e7460 => generated 661 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2058] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:10 2026] GET /v2.0/ports?device_id=72ac7470-9e06-4e44-a559-480a5c90d2f6 => 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: 983/2059] 199.204.45.113 () {34 vars in 1050 bytes} [Fri May 8 02:23:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=289e913abaa54aac88132cace8757ac2 => generated 273 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2060] 199.204.45.113 () {38 vars in 955 bytes} [Fri May 8 02:23:10 2026] POST /v2.0/ports => generated 954 bytes in 716 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: 1078/2061] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:11 2026] GET /v2.0/ports?device_id=72ac7470-9e06-4e44-a559-480a5c90d2f6 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2062] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:23:11 2026] GET /v2.0/security-groups?id=8221f108-2576-4267-b53e-d4c57939135b&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: 7|app: 0|req: 984/2063] 199.204.45.113 () {38 vars in 1028 bytes} [Fri May 8 02:23:11 2026] PUT /v2.0/ports/3bac5123-b007-4e24-a80f-aabea5520f0d => generated 1235 bytes in 569 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:23:11.903 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bb9dcfc8-f663-487b-9705-7a5c935b40d1'] response: {'name': 'network-changed', 'server_uuid': '72ac7470-9e06-4e44-a559-480a5c90d2f6', 'tag': '3bac5123-b007-4e24-a80f-aabea5520f0d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1080/2064] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:23:12 2026] GET /v2.0/ports?tenant_id=289e913abaa54aac88132cace8757ac2&device_id=72ac7470-9e06-4e44-a559-480a5c90d2f6 => generated 1238 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: 985/2065] 199.204.45.113 () {34 vars in 1018 bytes} [Fri May 8 02:23:12 2026] GET /v2.0/networks?tenant_id=289e913abaa54aac88132cace8757ac2&shared=False => generated 757 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2066] 199.204.45.113 () {34 vars in 930 bytes} [Fri May 8 02:23:12 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2067] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:12 2026] GET /v2.0/ports?device_id=72ac7470-9e06-4e44-a559-480a5c90d2f6 => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2068] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:12 2026] GET /v2.0/ports?device_id=61799bd9-54de-4d5d-b748-ab5c17f607f7 => generated 1014 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2069] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:23:12 2026] GET /v2.0/security-groups?id=8221f108-2576-4267-b53e-d4c57939135b&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: 1083/2070] 10.0.0.239 () {34 vars in 1120 bytes} [Fri May 8 02:23:12 2026] GET /v2.0/security-groups?id=5a04486e-8d48-41c7-baed-c4fbf5f85c49&id=14c70e9f-ac74-4b69-90b0-3235c6212365&fields=id&fields=name => generated 206 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2071] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:23:13 2026] GET /v2.0/ports?tenant_id=289e913abaa54aac88132cace8757ac2&device_id=72ac7470-9e06-4e44-a559-480a5c90d2f6 => 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: 1084/2072] 199.204.45.113 () {34 vars in 1058 bytes} [Fri May 8 02:23:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=3bac5123-b007-4e24-a80f-aabea5520f0d => 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: 989/2073] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:23:13 2026] GET /v2.0/subnets?id=11600219-9b9d-4d98-a994-e2ce68982afd => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2074] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:23:13 2026] GET /v2.0/ports?network_id=d45cd74b-cd46-4b96-ac86-f3efda7e7460&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: 990/2075] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:23:13 2026] GET /v2.0/networks/d45cd74b-cd46-4b96-ac86-f3efda7e7460?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: 1086/2076] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:23:13 2026] GET /v2.0/networks/d45cd74b-cd46-4b96-ac86-f3efda7e7460?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: 991/2077] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:13 2026] GET /v2.0/ports?device_id=72ac7470-9e06-4e44-a559-480a5c90d2f6 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2078] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:23:14 2026] GET /v2.0/security-groups?id=8221f108-2576-4267-b53e-d4c57939135b&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: 992/2079] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:14 2026] GET /v2.0/ports?device_id=61799bd9-54de-4d5d-b748-ab5c17f607f7 => generated 1014 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2080] 10.0.0.239 () {34 vars in 1120 bytes} [Fri May 8 02:23:14 2026] GET /v2.0/security-groups?id=5a04486e-8d48-41c7-baed-c4fbf5f85c49&id=14c70e9f-ac74-4b69-90b0-3235c6212365&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2083] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:15 2026] GET /v2.0/ports?device_id=72ac7470-9e06-4e44-a559-480a5c90d2f6 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2084] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:23:15 2026] GET /v2.0/security-groups?id=8221f108-2576-4267-b53e-d4c57939135b&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: 1092/2085] 199.204.45.113 () {34 vars in 994 bytes} [Fri May 8 02:23:15 2026] GET /v2.0/ports?device_id=61799bd9-54de-4d5d-b748-ab5c17f607f7 => generated 1014 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2086] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:15 2026] GET /v2.0/ports?device_id=61799bd9-54de-4d5d-b748-ab5c17f607f7 => generated 1014 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2087] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:23:15 2026] GET /v2.0/security-groups?tenant_id=b6a10c171cb946c3968b16be8b6774b3&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: 995/2088] 10.0.0.239 () {34 vars in 1120 bytes} [Fri May 8 02:23:15 2026] GET /v2.0/security-groups?id=5a04486e-8d48-41c7-baed-c4fbf5f85c49&id=14c70e9f-ac74-4b69-90b0-3235c6212365&fields=id&fields=name => generated 206 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:23:15.489 8 INFO neutron_taas.services.taas.taas_plugin [req-4d9f6f5b-3ea8-4ecf-a7e8-fcf2c46a75db req-087f2b14-fee4-4645-94fd-0ae5b6e5745e bad51e7d630a4f1481c18b9f6492c4b4 33c3904c15994e129ebf8e636d9cede8 - - default default] TaaS: Handle Delete Port: e88fc0a7-cf94-4172-a067-d65c76b1ea7d 2026-05-08 02:23:15.491 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4d9f6f5b-3ea8-4ecf-a7e8-fcf2c46a75db req-087f2b14-fee4-4645-94fd-0ae5b6e5745e bad51e7d630a4f1481c18b9f6492c4b4 33c3904c15994e129ebf8e636d9cede8 - - default default] Tap Mirror: Handle Delete Port: e88fc0a7-cf94-4172-a067-d65c76b1ea7d [pid: 7|app: 0|req: 996/2089] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:23:15 2026] DELETE /v2.0/security-groups/4ebb7ec0-8e42-4e3f-a3be-5e0e40793568 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:23:15.611 8 INFO neutron.db.l3_db [req-4d9f6f5b-3ea8-4ecf-a7e8-fcf2c46a75db req-087f2b14-fee4-4645-94fd-0ae5b6e5745e bad51e7d630a4f1481c18b9f6492c4b4 33c3904c15994e129ebf8e636d9cede8 - - default default] Floating IP 69de5abf-a423-47cc-ae82-5ec1e3afa7a1 disassociated. External IP: 10.96.250.213, port: e88fc0a7-cf94-4172-a067-d65c76b1ea7d. [pid: 8|app: 0|req: 1094/2090] 199.204.45.113 () {36 vars in 997 bytes} [Fri May 8 02:23:15 2026] DELETE /v2.0/ports/e88fc0a7-cf94-4172-a067-d65c76b1ea7d => generated 0 bytes in 640 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:23:16.018 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-976fe54e-a9b5-4e9d-a8b7-7c056212a524'] response: {'server_uuid': '61799bd9-54de-4d5d-b748-ab5c17f607f7', 'name': 'network-vif-deleted', 'tag': 'e88fc0a7-cf94-4172-a067-d65c76b1ea7d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 997/2091] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:16 2026] GET /v2.0/ports?device_id=72ac7470-9e06-4e44-a559-480a5c90d2f6 => 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: 1095/2092] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:23:16 2026] GET /v2.0/security-groups?id=8221f108-2576-4267-b53e-d4c57939135b&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2093] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:16 2026] GET /v2.0/ports?device_id=61799bd9-54de-4d5d-b748-ab5c17f607f7 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2094] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:17 2026] GET /v2.0/ports?device_id=72ac7470-9e06-4e44-a559-480a5c90d2f6 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2095] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:23:17 2026] GET /v2.0/security-groups?id=8221f108-2576-4267-b53e-d4c57939135b&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2096] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:17 2026] GET /v2.0/ports?device_id=61799bd9-54de-4d5d-b748-ab5c17f607f7 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:23:17.908 8 INFO neutron.db.segments_db [None req-f6708b18-d661-4265-ba1c-c5de256aad47 b2ee42f7dc6d473b80d9183050488a60 7e52d122f482448083b43ab9d8704236 - - default default] Added segment fbdd2b85-cfdb-4799-b0ad-e32323a052cb of type vxlan for network 99b4b1e9-64af-41bf-ace5-b0affc30f5e3 2026-05-08 02:23:17.964 8 INFO neutron.db.segments_db [None req-f6708b18-d661-4265-ba1c-c5de256aad47 b2ee42f7dc6d473b80d9183050488a60 7e52d122f482448083b43ab9d8704236 - - default default] Added segment 22c42d1b-084d-4108-892e-3d30b25d0305 of type vxlan for network b4100965-18ca-4c5e-ae78-18cf9ca78c45 [pid: 8|app: 0|req: 1096/2097] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:23:17 2026] POST /v2.0/networks => generated 1208 bytes in 625 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2098] 10.0.0.211 () {32 vars in 649 bytes} [Fri May 8 02:23:18 2026] GET /v2.0/networks => generated 1845 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:23:18.479 8 INFO neutron.services.segments.plugin [-] Segment fbdd2b85-cfdb-4799-b0ad-e32323a052cb resource provider aggregate not found 2026-05-08 02:23:18.494 8 INFO neutron.services.segments.plugin [-] Segment fbdd2b85-cfdb-4799-b0ad-e32323a052cb resource provider aggregate not found 2026-05-08 02:23:18.500 8 INFO neutron.services.segments.plugin [-] Segment fbdd2b85-cfdb-4799-b0ad-e32323a052cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbdd2b85-cfdb-4799-b0ad-e32323a052cb found for delete ", "request_id": "req-8f1f37ec-171f-4f2c-893b-546726dd6b77"}]} [pid: 8|app: 0|req: 1097/2099] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:23:18 2026] DELETE /v2.0/networks/99b4b1e9-64af-41bf-ace5-b0affc30f5e3 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:23:18.518 8 INFO neutron.services.segments.plugin [-] Segment fbdd2b85-cfdb-4799-b0ad-e32323a052cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbdd2b85-cfdb-4799-b0ad-e32323a052cb found for delete ", "request_id": "req-157720c9-6418-45e2-8189-48e091ef9c1d"}]} 2026-05-08 02:23:18.664 7 INFO neutron.services.segments.plugin [-] Segment 22c42d1b-084d-4108-892e-3d30b25d0305 resource provider aggregate not found 2026-05-08 02:23:18.676 7 INFO neutron.services.segments.plugin [-] Segment 22c42d1b-084d-4108-892e-3d30b25d0305 resource provider aggregate not found 2026-05-08 02:23:18.693 7 INFO neutron.services.segments.plugin [-] Segment 22c42d1b-084d-4108-892e-3d30b25d0305 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22c42d1b-084d-4108-892e-3d30b25d0305 found for delete ", "request_id": "req-8c0f69c3-1810-4209-80a9-6c78957ff401"}]} [pid: 7|app: 0|req: 1003/2100] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:23:18 2026] DELETE /v2.0/networks/b4100965-18ca-4c5e-ae78-18cf9ca78c45 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:23:18.704 7 INFO neutron.services.segments.plugin [-] Segment 22c42d1b-084d-4108-892e-3d30b25d0305 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22c42d1b-084d-4108-892e-3d30b25d0305 found for delete ", "request_id": "req-e1a1be62-6252-4557-872b-18b9e7f09277"}]} [pid: 7|app: 0|req: 1004/2101] 10.0.0.211 () {32 vars in 649 bytes} [Fri May 8 02:23:18 2026] GET /v2.0/networks => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2102] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:18 2026] GET /v2.0/ports?device_id=72ac7470-9e06-4e44-a559-480a5c90d2f6 => generated 971 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2103] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:23:18 2026] GET /v2.0/security-groups?id=8221f108-2576-4267-b53e-d4c57939135b&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 02:23:18.847 7 INFO neutron.db.segments_db [None req-7ab122d5-a5a4-4eeb-ab40-69b5733045d5 b2ee42f7dc6d473b80d9183050488a60 7e52d122f482448083b43ab9d8704236 - - default default] Added segment bb44eb33-e4fa-4876-b07c-6c7cc8f6e410 of type vxlan for network 264b85e6-a632-4a46-9da8-7fbcd7c79a95 [pid: 8|app: 0|req: 1100/2104] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:18 2026] GET /v2.0/ports?device_id=61799bd9-54de-4d5d-b748-ab5c17f607f7 => 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: 1101/2105] 10.0.0.211 () {32 vars in 721 bytes} [Fri May 8 02:23:18 2026] GET /v2.0/subnets/efcb58c4-8872-4d88-8a01-9b45037c7e5a => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2106] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:23:18 2026] POST /v2.0/networks => generated 635 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2107] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:18 2026] GET /v2.0/ports?device_id=72ac7470-9e06-4e44-a559-480a5c90d2f6 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:23:18.995 7 INFO neutron.db.segments_db [None req-ab7d2360-7664-4692-b4c8-4880178ab9f6 b2ee42f7dc6d473b80d9183050488a60 7e52d122f482448083b43ab9d8704236 - - default default] Added segment cfd3c1b5-ea3e-4a37-be43-b42dc8a860d6 of type vxlan for network 94ae2499-bae3-47fe-8e98-bfe1731cc2bd [pid: 8|app: 0|req: 1103/2108] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:23:18 2026] GET /v2.0/security-groups?id=8221f108-2576-4267-b53e-d4c57939135b&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: 8|app: 0|req: 1104/2109] 10.0.0.211 () {32 vars in 736 bytes} [Fri May 8 02:23:19 2026] GET /v2.0/ports?device_id=72ac7470-9e06-4e44-a559-480a5c90d2f6 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2110] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:23:18 2026] POST /v2.0/networks => generated 635 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:23:19.448 8 INFO neutron.db.l3_db [None req-7f22840c-cd9e-4826-b749-9e195aeba739 49fe8ae48c5642e4a650da592e4a01ac 289e913abaa54aac88132cace8757ac2 - - default default] Floating IP aea2f15c-f58f-44b9-9d93-b9470e4166cc associated. External IP: 10.96.250.206, port: 3bac5123-b007-4e24-a80f-aabea5520f0d. [pid: 7|app: 0|req: 1007/2111] 10.0.0.211 () {34 vars in 665 bytes} [Fri May 8 02:23:19 2026] POST /v2.0/ports => generated 1506 bytes in 743 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2112] 10.0.0.211 () {34 vars in 749 bytes} [Fri May 8 02:23:19 2026] PUT /v2.0/floatingips/aea2f15c-f58f-44b9-9d93-b9470e4166cc => generated 855 bytes in 745 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 02:23:19.873 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1af74595-d7ad-4dd9-9405-b6e65568b62a'] response: {'name': 'network-changed', 'server_uuid': '72ac7470-9e06-4e44-a559-480a5c90d2f6', 'tag': '3bac5123-b007-4e24-a80f-aabea5520f0d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1008/2114] 10.0.0.211 () {32 vars in 643 bytes} [Fri May 8 02:23:19 2026] GET /v2.0/ports => generated 1506 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2114] 10.0.0.211 () {32 vars in 729 bytes} [Fri May 8 02:23:19 2026] GET /v2.0/floatingips/aea2f15c-f58f-44b9-9d93-b9470e4166cc => generated 855 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2115] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:19 2026] GET /v2.0/ports?device_id=61799bd9-54de-4d5d-b748-ab5c17f607f7 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:23:20.031 7 INFO neutron_taas.services.taas.taas_plugin [None req-aa1538a2-ff36-4ba9-90e8-f51bacfb65ff b2ee42f7dc6d473b80d9183050488a60 7e52d122f482448083b43ab9d8704236 - - default default] TaaS: Handle Delete Port: b5120d5e-8e15-42d8-9b06-103fd0c4d64c 2026-05-08 02:23:20.034 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa1538a2-ff36-4ba9-90e8-f51bacfb65ff b2ee42f7dc6d473b80d9183050488a60 7e52d122f482448083b43ab9d8704236 - - default default] Tap Mirror: Handle Delete Port: b5120d5e-8e15-42d8-9b06-103fd0c4d64c [pid: 7|app: 0|req: 1009/2116] 10.0.0.211 () {32 vars in 720 bytes} [Fri May 8 02:23:19 2026] DELETE /v2.0/ports/b5120d5e-8e15-42d8-9b06-103fd0c4d64c => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:23:20.274 8 INFO neutron_taas.services.taas.taas_plugin [None req-db12717e-2e1c-4288-b700-9f9afc1dc384 b2ee42f7dc6d473b80d9183050488a60 7e52d122f482448083b43ab9d8704236 - - default default] TaaS: Handle Delete Port: e1404419-88f5-4793-a1d8-d557088dc32c 2026-05-08 02:23:20.277 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db12717e-2e1c-4288-b700-9f9afc1dc384 b2ee42f7dc6d473b80d9183050488a60 7e52d122f482448083b43ab9d8704236 - - default default] Tap Mirror: Handle Delete Port: e1404419-88f5-4793-a1d8-d557088dc32c [pid: 8|app: 0|req: 1108/2117] 10.0.0.211 () {32 vars in 720 bytes} [Fri May 8 02:23:20 2026] DELETE /v2.0/ports/e1404419-88f5-4793-a1d8-d557088dc32c => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2118] 10.0.0.71 () {30 vars in 689 bytes} [Fri May 8 02:23:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2119] 10.0.0.211 () {32 vars in 643 bytes} [Fri May 8 02:23:20 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: 8|app: 0|req: 1110/2120] 10.0.0.71 () {30 vars in 691 bytes} [Fri May 8 02:23:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2121] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:23:20 2026] GET /v2.0/ports?tenant_id=289e913abaa54aac88132cace8757ac2&device_id=72ac7470-9e06-4e44-a559-480a5c90d2f6 => 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: 1012/2122] 10.0.0.71 () {30 vars in 667 bytes} [Fri May 8 02:23:20 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) 2026-05-08 02:23:20.445 8 INFO neutron.db.segments_db [None req-a5243443-cf25-4166-9f98-d018165a660f b2ee42f7dc6d473b80d9183050488a60 7e52d122f482448083b43ab9d8704236 - - default default] Added segment e81d7fee-6081-4518-9f5d-15c7472af39c of type vxlan for network 8f412f61-de9a-4c48-aa02-50f6221b2efc [pid: 7|app: 0|req: 1013/2123] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:23:20 2026] GET /v2.0/networks?id=d45cd74b-cd46-4b96-ac86-f3efda7e7460 => generated 757 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2124] 10.0.0.71 () {30 vars in 703 bytes} [Fri May 8 02:23:20 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: 1015/2125] 199.204.45.113 () {34 vars in 1058 bytes} [Fri May 8 02:23:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=3bac5123-b007-4e24-a80f-aabea5520f0d => 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: 1111/2126] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:23:20 2026] POST /v2.0/networks => generated 635 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2127] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:23:20 2026] GET /v2.0/subnets?id=11600219-9b9d-4d98-a994-e2ce68982afd => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:23:20.589 8 INFO neutron.db.segments_db [None req-4e4a9549-1a4e-4685-ae31-74afb412b580 b2ee42f7dc6d473b80d9183050488a60 7e52d122f482448083b43ab9d8704236 - - default default] Added segment 6089b723-e30e-45c6-afcb-6324489777a1 of type vxlan for network 2c803e91-84c6-4090-befe-d8883a9cc790 [pid: 7|app: 0|req: 1017/2128] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:23:20 2026] GET /v2.0/ports?network_id=d45cd74b-cd46-4b96-ac86-f3efda7e7460&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: 1018/2129] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:23:20 2026] GET /v2.0/networks/d45cd74b-cd46-4b96-ac86-f3efda7e7460?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: 1112/2130] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:23:20 2026] POST /v2.0/networks => generated 634 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2131] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:23:20 2026] GET /v2.0/networks/d45cd74b-cd46-4b96-ac86-f3efda7e7460?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2132] 10.0.0.211 () {32 vars in 729 bytes} [Fri May 8 02:23:20 2026] GET /v2.0/floatingips/aea2f15c-f58f-44b9-9d93-b9470e4166cc => generated 855 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2133] 10.0.0.71 () {28 vars in 438 bytes} [Fri May 8 02:23:21 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2134] 10.0.0.71 () {30 vars in 727 bytes} [Fri May 8 02:23:21 2026] GET /v2.0/subnets/efcb58c4-8872-4d88-8a01-9b45037c7e5a => generated 656 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2135] 10.0.0.71 () {30 vars in 689 bytes} [Fri May 8 02:23:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2136] 10.0.0.71 () {30 vars in 691 bytes} [Fri May 8 02:23:21 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: 1022/2137] 10.0.0.71 () {30 vars in 667 bytes} [Fri May 8 02:23: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: 1023/2138] 10.0.0.71 () {30 vars in 703 bytes} [Fri May 8 02:23:21 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: 1024/2139] 10.0.0.71 () {30 vars in 727 bytes} [Fri May 8 02:23:21 2026] GET /v2.0/subnets/efcb58c4-8872-4d88-8a01-9b45037c7e5a => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2140] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:23:21 2026] DELETE /v2.0/security-groups/5a04486e-8d48-41c7-baed-c4fbf5f85c49 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:23:21.238 7 INFO neutron.api.v2.resource [None req-3b7e0564-de34-4ffa-a525-f46f0db7e39a bad51e7d630a4f1481c18b9f6492c4b4 33c3904c15994e129ebf8e636d9cede8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1025/2141] 10.0.0.211 () {32 vars in 737 bytes} [Fri May 8 02:23:21 2026] GET /v2.0/security-groups/5a04486e-8d48-41c7-baed-c4fbf5f85c49 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:23:21.330 8 INFO neutron_taas.services.taas.taas_plugin [None req-e3cbc58f-5b4c-45be-a627-5e212bad863b bad51e7d630a4f1481c18b9f6492c4b4 33c3904c15994e129ebf8e636d9cede8 - - default default] TaaS: Handle Delete Port: 2f5de8d8-f485-49af-b19c-52914c839cd8 2026-05-08 02:23:21.333 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3cbc58f-5b4c-45be-a627-5e212bad863b bad51e7d630a4f1481c18b9f6492c4b4 33c3904c15994e129ebf8e636d9cede8 - - default default] Tap Mirror: Handle Delete Port: 2f5de8d8-f485-49af-b19c-52914c839cd8 [pid: 8|app: 0|req: 1117/2142] 10.0.0.211 () {32 vars in 732 bytes} [Fri May 8 02:23:21 2026] DELETE /v2.0/floatingips/69de5abf-a423-47cc-ae82-5ec1e3afa7a1 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2143] 10.0.0.71 () {30 vars in 689 bytes} [Fri May 8 02:23:21 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: 1119/2144] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:23:21 2026] DELETE /v2.0/security-groups/14c70e9f-ac74-4b69-90b0-3235c6212365 => 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: 1120/2145] 10.0.0.71 () {30 vars in 691 bytes} [Fri May 8 02:23:21 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: 1121/2146] 10.0.0.71 () {30 vars in 667 bytes} [Fri May 8 02:23:21 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: 1122/2147] 10.0.0.71 () {30 vars in 703 bytes} [Fri May 8 02:23:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2148] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:23:21 2026] POST /v2.0/subnets => generated 1324 bytes in 507 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2149] 10.0.0.71 () {30 vars in 729 bytes} [Fri May 8 02:23:21 2026] GET /v2.0/networks/552efabb-2dc7-4e88-a4c5-d32dbe7fcd15 => generated 800 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2150] 10.0.0.211 () {32 vars in 647 bytes} [Fri May 8 02:23:21 2026] GET /v2.0/subnets => generated 1960 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2151] 10.0.0.71 () {30 vars in 681 bytes} [Fri May 8 02:23:21 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2152] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:23:21 2026] DELETE /v2.0/subnets/48034e74-ffdc-415a-aaad-b94926064b3a => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:23:22.100 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0dd91bb-b3db-4a7c-9f30-b703589c3b47 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 2e558efc-c6b7-4644-ae01-1a60f3555cdd 2026-05-08 02:23:22.103 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0dd91bb-b3db-4a7c-9f30-b703589c3b47 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 2e558efc-c6b7-4644-ae01-1a60f3555cdd [pid: 7|app: 0|req: 1031/2153] 10.0.0.71 () {34 vars in 703 bytes} [Fri May 8 02:23:22 2026] POST /v2.0/ports => generated 1128 bytes in 354 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: 1032/2154] 10.0.0.211 () {32 vars in 729 bytes} [Fri May 8 02:23:22 2026] GET /v2.0/floatingips/aea2f15c-f58f-44b9-9d93-b9470e4166cc => generated 857 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2155] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:23:22 2026] DELETE /v2.0/subnets/ee3d7b7d-07ba-4e71-994f-cd310025df05 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2156] 10.0.0.211 () {32 vars in 647 bytes} [Fri May 8 02:23:22 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) 2026-05-08 02:23:22.689 7 INFO neutron.services.segments.plugin [-] Segment 6089b723-e30e-45c6-afcb-6324489777a1 resource provider aggregate not found 2026-05-08 02:23:22.698 7 INFO neutron.services.segments.plugin [-] Segment 6089b723-e30e-45c6-afcb-6324489777a1 resource provider aggregate not found 2026-05-08 02:23:22.714 7 INFO neutron.services.segments.plugin [-] Segment 6089b723-e30e-45c6-afcb-6324489777a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6089b723-e30e-45c6-afcb-6324489777a1 found for delete ", "request_id": "req-545f3600-13e6-4453-9fc1-f6e64f653879"}]} 2026-05-08 02:23:22.718 7 INFO neutron.services.segments.plugin [-] Segment 6089b723-e30e-45c6-afcb-6324489777a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6089b723-e30e-45c6-afcb-6324489777a1 found for delete ", "request_id": "req-25a04761-9026-47f8-bd7b-8e54028ece6f"}]} [pid: 7|app: 0|req: 1035/2157] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:23:22 2026] DELETE /v2.0/networks/2c803e91-84c6-4090-befe-d8883a9cc790 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2158] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:23:22 2026] DELETE /v2.0/networks/8f412f61-de9a-4c48-aa02-50f6221b2efc => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2159] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:23:22 2026] DELETE /v2.0/networks/94ae2499-bae3-47fe-8e98-bfe1731cc2bd => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2160] 10.0.0.211 () {34 vars in 789 bytes} [Fri May 8 02:23:21 2026] PUT /v2.0/routers/60702681-a3d1-4504-a14d-0cc9a6ab167d/remove_router_interface => generated 309 bytes in 1406 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2161] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:23:23 2026] DELETE /v2.0/networks/264b85e6-a632-4a46-9da8-7fbcd7c79a95 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:23:23.352 8 INFO neutron_taas.services.taas.taas_plugin [None req-345369e6-79bc-4a85-b2d1-3830339e10a4 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 5ee4e8bb-2592-47be-ab28-876b65002dfb 2026-05-08 02:23:23.354 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-345369e6-79bc-4a85-b2d1-3830339e10a4 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 5ee4e8bb-2592-47be-ab28-876b65002dfb 2026-05-08 02:23:23.590 8 INFO neutron_taas.services.taas.taas_plugin [None req-345369e6-79bc-4a85-b2d1-3830339e10a4 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 68964dd2-d5d2-48bd-93a7-7b00f27a753b 2026-05-08 02:23:23.594 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-345369e6-79bc-4a85-b2d1-3830339e10a4 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 68964dd2-d5d2-48bd-93a7-7b00f27a753b 2026-05-08 02:23:23.987 8 INFO neutron.services.segments.plugin [-] Segment 9fb8bb75-c927-4414-8093-1b38026037ce resource provider aggregate not found [pid: 7|app: 0|req: 1039/2162] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:23:23 2026] GET /v2.0/security-groups?tenant_id=7e52d122f482448083b43ab9d8704236&name=default => generated 2925 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:23:23.998 8 INFO neutron.services.segments.plugin [-] Segment 9fb8bb75-c927-4414-8093-1b38026037ce resource provider aggregate not found 2026-05-08 02:23:24.019 8 INFO neutron.services.segments.plugin [-] Segment 9fb8bb75-c927-4414-8093-1b38026037ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fb8bb75-c927-4414-8093-1b38026037ce found for delete ", "request_id": "req-035a284b-2376-43e2-a52f-d6317ba6372e"}]} 2026-05-08 02:23:24.020 8 INFO neutron.services.segments.plugin [-] Segment 9fb8bb75-c927-4414-8093-1b38026037ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fb8bb75-c927-4414-8093-1b38026037ce found for delete ", "request_id": "req-5a235437-6ac2-4241-8666-bd97bd7849e3"}]} 2026-05-08 02:23:24.030 8 INFO neutron.db.l3_hamode_db [None req-345369e6-79bc-4a85-b2d1-3830339e10a4 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] HA network fa563f04-6cd9-4920-853d-cf3111251cc6 was deleted as no HA routers are present in tenant 33c3904c15994e129ebf8e636d9cede8. [pid: 8|app: 0|req: 1124/2163] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:23:23 2026] DELETE /v2.0/routers/60702681-a3d1-4504-a14d-0cc9a6ab167d => generated 0 bytes in 933 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2164] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:23:24 2026] DELETE /v2.0/security-groups/702b9349-054b-4ac1-846d-72f2ce94d3e6 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2165] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:23:24 2026] DELETE /v2.0/subnets/30987ead-9082-4be2-9779-e5c9d2f5feb9 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:23:24.284 7 INFO neutron_taas.services.taas.taas_plugin [None req-89832cc9-9923-4ec1-9128-058326e49a0e 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: ccce0ee8-8ebf-4e78-9792-e3eb5e97729c 2026-05-08 02:23:24.290 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89832cc9-9923-4ec1-9128-058326e49a0e 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: ccce0ee8-8ebf-4e78-9792-e3eb5e97729c [pid: 7|app: 0|req: 1041/2166] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:23:24 2026] DELETE /v2.0/networks/fd7c3476-82ef-43d0-9772-367b8d6c158b => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:23:24.743 7 INFO neutron.services.segments.plugin [-] Segment e81d7fee-6081-4518-9f5d-15c7472af39c resource provider aggregate not found 2026-05-08 02:23:24.751 7 INFO neutron.services.segments.plugin [-] Segment e81d7fee-6081-4518-9f5d-15c7472af39c resource provider aggregate not found 2026-05-08 02:23:24.767 7 INFO neutron.services.segments.plugin [-] Segment e81d7fee-6081-4518-9f5d-15c7472af39c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e81d7fee-6081-4518-9f5d-15c7472af39c found for delete ", "request_id": "req-7cd81475-6400-4596-aa79-bc501776aa3b"}]} 2026-05-08 02:23:24.776 7 INFO neutron.services.segments.plugin [-] Segment e81d7fee-6081-4518-9f5d-15c7472af39c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e81d7fee-6081-4518-9f5d-15c7472af39c found for delete ", "request_id": "req-931192e8-b201-4bf7-8676-2c5bebcb27c4"}]} 2026-05-08 02:23:24.796 7 INFO neutron.services.segments.plugin [-] Segment cfd3c1b5-ea3e-4a37-be43-b42dc8a860d6 resource provider aggregate not found 2026-05-08 02:23:24.803 7 INFO neutron.services.segments.plugin [-] Segment cfd3c1b5-ea3e-4a37-be43-b42dc8a860d6 resource provider aggregate not found 2026-05-08 02:23:24.822 7 INFO neutron.services.segments.plugin [-] Segment cfd3c1b5-ea3e-4a37-be43-b42dc8a860d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfd3c1b5-ea3e-4a37-be43-b42dc8a860d6 found for delete ", "request_id": "req-595354d0-7c1f-43b4-b3d5-994022b8ba69"}]} 2026-05-08 02:23:24.828 7 INFO neutron.services.segments.plugin [-] Segment cfd3c1b5-ea3e-4a37-be43-b42dc8a860d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfd3c1b5-ea3e-4a37-be43-b42dc8a860d6 found for delete ", "request_id": "req-18d1a541-f5c6-467d-967c-e1d2d92ae11c"}]} 2026-05-08 02:23:24.849 7 INFO neutron.services.segments.plugin [-] Segment bb44eb33-e4fa-4876-b07c-6c7cc8f6e410 resource provider aggregate not found 2026-05-08 02:23:24.853 7 INFO neutron.services.segments.plugin [-] Segment bb44eb33-e4fa-4876-b07c-6c7cc8f6e410 resource provider aggregate not found 2026-05-08 02:23:24.873 7 INFO neutron.services.segments.plugin [-] Segment bb44eb33-e4fa-4876-b07c-6c7cc8f6e410 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb44eb33-e4fa-4876-b07c-6c7cc8f6e410 found for delete ", "request_id": "req-59ffa267-f26d-47f7-8f11-4b01fb6715fa"}]} 2026-05-08 02:23:24.889 7 INFO neutron.services.segments.plugin [-] Segment bb44eb33-e4fa-4876-b07c-6c7cc8f6e410 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb44eb33-e4fa-4876-b07c-6c7cc8f6e410 found for delete ", "request_id": "req-02d6d026-1041-49af-ba75-eee749f940eb"}]} 2026-05-08 02:23:24.895 7 INFO neutron.services.segments.plugin [-] Segment 9d769dee-0b1d-48c7-9630-be1979080b54 resource provider aggregate not found 2026-05-08 02:23:24.912 7 INFO neutron.services.segments.plugin [-] Segment 9d769dee-0b1d-48c7-9630-be1979080b54 resource provider aggregate not found 2026-05-08 02:23:24.918 7 INFO neutron.services.segments.plugin [-] Segment 9d769dee-0b1d-48c7-9630-be1979080b54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d769dee-0b1d-48c7-9630-be1979080b54 found for delete ", "request_id": "req-718fd13e-05d3-4853-8881-6e00fec7333a"}]} 2026-05-08 02:23:24.930 8 INFO neutron_taas.services.taas.taas_plugin [None req-92cac5ab-4814-4426-ba20-3ef80883240f 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: df2eccc8-0615-4f2f-939b-e78d1c421d6c 2026-05-08 02:23:24.932 7 INFO neutron.services.segments.plugin [-] Segment 9d769dee-0b1d-48c7-9630-be1979080b54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d769dee-0b1d-48c7-9630-be1979080b54 found for delete ", "request_id": "req-7dbc7ed0-725e-4ea0-840b-dca9d9993e3a"}]} 2026-05-08 02:23:24.933 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92cac5ab-4814-4426-ba20-3ef80883240f 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: df2eccc8-0615-4f2f-939b-e78d1c421d6c [pid: 7|app: 0|req: 1042/2167] 199.204.45.113 () {30 vars in 703 bytes} [Fri May 8 02:23:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2168] 199.204.45.113 () {30 vars in 705 bytes} [Fri May 8 02:23:25 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: 1126/2169] 10.0.0.211 () {34 vars in 789 bytes} [Fri May 8 02:23:24 2026] PUT /v2.0/routers/82d7efcf-a75e-4474-88f2-47fabbe860fc/remove_router_interface => generated 309 bytes in 1042 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2170] 199.204.45.113 () {30 vars in 681 bytes} [Fri May 8 02:23:25 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: 1045/2171] 199.204.45.113 () {30 vars in 717 bytes} [Fri May 8 02:23:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2172] 199.204.45.113 () {30 vars in 737 bytes} [Fri May 8 02:23:25 2026] GET /v2.0/ports/9dbb8ed2-8525-46de-b470-96844f6ec36a => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:23:25.742 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ffa1e13-6a7d-4647-bc78-58702e159382 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 4d11267b-28e9-4523-af30-aa3bcf118ac8 2026-05-08 02:23:25.745 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ffa1e13-6a7d-4647-bc78-58702e159382 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 4d11267b-28e9-4523-af30-aa3bcf118ac8 2026-05-08 02:23:26.028 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ffa1e13-6a7d-4647-bc78-58702e159382 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 254be30a-d39c-429e-9ea7-ddb3f9391628 2026-05-08 02:23:26.031 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ffa1e13-6a7d-4647-bc78-58702e159382 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 254be30a-d39c-429e-9ea7-ddb3f9391628 [pid: 7|app: 0|req: 1047/2173] 10.0.0.211 () {34 vars in 684 bytes} [Fri May 8 02:23:25 2026] POST /v2.0/security-groups => generated 1624 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2174] 199.204.45.113 () {30 vars in 703 bytes} [Fri May 8 02:23:26 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: 1049/2175] 10.0.0.211 () {32 vars in 663 bytes} [Fri May 8 02:23:26 2026] GET /v2.0/security-groups => generated 4529 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2176] 199.204.45.113 () {30 vars in 705 bytes} [Fri May 8 02:23:26 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: 1051/2177] 10.0.0.211 () {34 vars in 758 bytes} [Fri May 8 02:23:26 2026] PUT /v2.0/security-groups/cd5527cf-1e85-4bf9-8d3e-20f2baeb2dd6 => generated 1663 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2178] 199.204.45.113 () {30 vars in 681 bytes} [Fri May 8 02:23:26 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: 1053/2179] 10.0.0.211 () {32 vars in 737 bytes} [Fri May 8 02:23:26 2026] GET /v2.0/security-groups/cd5527cf-1e85-4bf9-8d3e-20f2baeb2dd6 => generated 1663 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2180] 199.204.45.113 () {30 vars in 717 bytes} [Fri May 8 02:23: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) 2026-05-08 02:23:26.400 8 INFO neutron.services.segments.plugin [-] Segment 64c8b1eb-43ff-47f2-acb5-92790a8ee400 resource provider aggregate not found 2026-05-08 02:23:26.403 8 INFO neutron.services.segments.plugin [-] Segment 64c8b1eb-43ff-47f2-acb5-92790a8ee400 resource provider aggregate not found 2026-05-08 02:23:26.421 8 INFO neutron.services.segments.plugin [-] Segment 64c8b1eb-43ff-47f2-acb5-92790a8ee400 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64c8b1eb-43ff-47f2-acb5-92790a8ee400 found for delete ", "request_id": "req-59184e63-a804-4ad7-af7b-5c75b4a27fcf"}]} 2026-05-08 02:23:26.423 8 INFO neutron.services.segments.plugin [-] Segment 64c8b1eb-43ff-47f2-acb5-92790a8ee400 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64c8b1eb-43ff-47f2-acb5-92790a8ee400 found for delete ", "request_id": "req-88eeb24c-fb33-464d-8463-7855a3f38188"}]} 2026-05-08 02:23:26.436 8 INFO neutron.db.l3_hamode_db [None req-8ffa1e13-6a7d-4647-bc78-58702e159382 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] HA network 6f3efb02-cd53-46ea-ba3d-6a7a6a9d3508 was deleted as no HA routers are present in tenant 9abfaccca6c14759965b0ec151f0ad17. [pid: 8|app: 0|req: 1127/2181] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:23:25 2026] DELETE /v2.0/routers/82d7efcf-a75e-4474-88f2-47fabbe860fc => generated 0 bytes in 908 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:23:26.450 8 INFO neutron.api.v2.resource [None req-6f7f0e33-6021-4e42-879b-f8e51203d572 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1128/2182] 199.204.45.113 () {30 vars in 763 bytes} [Fri May 8 02:23:26 2026] GET /v2.0/security-groups/lb-eadc0ef9-e58b-49ea-b984-c70d41b2b1d8 => generated 149 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2183] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:23:26 2026] DELETE /v2.0/security-groups/cd5527cf-1e85-4bf9-8d3e-20f2baeb2dd6 => 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: 1056/2184] 199.204.45.113 () {30 vars in 785 bytes} [Fri May 8 02:23:26 2026] GET /v2.0/security-groups?name=lb-eadc0ef9-e58b-49ea-b984-c70d41b2b1d8 => generated 23 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2185] 10.0.0.211 () {32 vars in 663 bytes} [Fri May 8 02:23:26 2026] GET /v2.0/security-groups => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2186] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:23:26 2026] DELETE /v2.0/subnets/3926fc56-d0ec-419e-9e29-ef1562a66a6b => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:23:26.649 8 INFO neutron.api.v2.resource [None req-a40fbff5-9718-428e-a832-f0c5186f627b fa8c12e8d2ae41fb8475f867bc7b4675 e3181ba0513c4a8aa4726ba6f6539fb7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1130/2187] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:23:26 2026] DELETE /v2.0/security-groups/cd5527cf-1e85-4bf9-8d3e-20f2baeb2dd6 => 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: 1058/2188] 199.204.45.113 () {34 vars in 736 bytes} [Fri May 8 02:23:26 2026] POST /v2.0/security-groups => generated 1636 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 02:23:26.758 8 INFO neutron_taas.services.taas.taas_plugin [None req-38c85eb2-2551-457b-867b-f544df8b5fba 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 3eca95fb-a1d2-4430-97e3-6e0d71d8cb99 2026-05-08 02:23:26.760 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38c85eb2-2551-457b-867b-f544df8b5fba 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 3eca95fb-a1d2-4430-97e3-6e0d71d8cb99 [pid: 7|app: 0|req: 1059/2189] 10.0.0.211 () {34 vars in 684 bytes} [Fri May 8 02:23:26 2026] POST /v2.0/security-groups => generated 1624 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2190] 199.204.45.113 () {30 vars in 815 bytes} [Fri May 8 02:23:26 2026] GET /v2.0/security-group-rules?security_group_id=8e64d187-82db-4b01-a7fa-2c747213badb => generated 1182 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2191] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:23:26 2026] DELETE /v2.0/networks/db8952bc-25be-460c-82e0-3ae6be4a2ee2 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2192] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:23:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2193] 10.0.0.211 () {32 vars in 747 bytes} [Fri May 8 02:23:27 2026] GET /v2.0/security-group-rules/1f55087f-a6ad-4568-ab2b-49b9bd32dae1 => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2194] 10.0.0.211 () {32 vars in 673 bytes} [Fri May 8 02:23:27 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2195] 199.204.45.113 () {34 vars in 789 bytes} [Fri May 8 02:23:26 2026] PUT /v2.0/ports/9dbb8ed2-8525-46de-b470-96844f6ec36a => generated 1128 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2196] 10.0.0.211 () {32 vars in 750 bytes} [Fri May 8 02:23:27 2026] DELETE /v2.0/security-group-rules/1f55087f-a6ad-4568-ab2b-49b9bd32dae1 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1065/2197] 199.204.45.113 () {30 vars in 703 bytes} [Fri May 8 02:23:27 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: 1066/2198] 199.204.45.113 () {30 vars in 705 bytes} [Fri May 8 02:23:27 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: 1067/2199] 199.204.45.113 () {30 vars in 681 bytes} [Fri May 8 02:23:27 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2200] 199.204.45.113 () {30 vars in 717 bytes} [Fri May 8 02:23:27 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: 1133/2201] 10.0.0.211 () {32 vars in 673 bytes} [Fri May 8 02:23:27 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2202] 199.204.45.113 () {30 vars in 741 bytes} [Fri May 8 02:23:27 2026] GET /v2.0/subnets/efcb58c4-8872-4d88-8a01-9b45037c7e5a => 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: 1134/2203] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:23:27 2026] GET /v2.0/security-groups?tenant_id=33c3904c15994e129ebf8e636d9cede8&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2204] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:23:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2205] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:23:27 2026] DELETE /v2.0/security-groups/b67006c8-1624-4bbd-9b3c-0612c728a9fd => 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: 1071/2206] 10.0.0.211 () {32 vars in 747 bytes} [Fri May 8 02:23:27 2026] GET /v2.0/security-group-rules/3add8762-8b00-4588-ae02-de7e5eeb9abe => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2207] 10.0.0.211 () {32 vars in 673 bytes} [Fri May 8 02:23:27 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2208] 10.0.0.211 () {32 vars in 750 bytes} [Fri May 8 02:23:27 2026] DELETE /v2.0/security-group-rules/3add8762-8b00-4588-ae02-de7e5eeb9abe => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2209] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:23:27 2026] GET /v2.0/security-groups?tenant_id=9abfaccca6c14759965b0ec151f0ad17&name=default => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2210] 10.0.0.211 () {32 vars in 673 bytes} [Fri May 8 02:23:27 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:23:27.749 8 INFO neutron.db.securitygroups_db [None req-b6b89d5b-d249-4f9d-b8e8-549bac2964ed fa8c12e8d2ae41fb8475f867bc7b4675 e3181ba0513c4a8aa4726ba6f6539fb7 - - default default] Project e3181ba0513c4a8aa4726ba6f6539fb7 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: 1074/2211] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:23:27 2026] DELETE /v2.0/security-groups/45b4b492-98f8-4be3-bcf0-e72a87ed22b1 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2212] 10.0.0.211 () {34 vars in 695 bytes} [Fri May 8 02:23:27 2026] POST /v2.0/security-group-rules => generated 607 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2213] 10.0.0.211 () {32 vars in 747 bytes} [Fri May 8 02:23:27 2026] GET /v2.0/security-group-rules/b20b41e9-ebd8-4ffb-8df3-303ecbb00ce7 => generated 607 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2214] 10.0.0.211 () {32 vars in 673 bytes} [Fri May 8 02:23:27 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2215] 10.0.0.211 () {32 vars in 750 bytes} [Fri May 8 02:23:27 2026] DELETE /v2.0/security-group-rules/b20b41e9-ebd8-4ffb-8df3-303ecbb00ce7 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2216] 10.0.0.211 () {32 vars in 673 bytes} [Fri May 8 02:23:28 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2217] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:23:28 2026] DELETE /v2.0/security-groups/a21a630d-c13b-4dbd-b7fb-a6d10ced53af => 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: 1141/2218] 10.0.0.211 () {32 vars in 663 bytes} [Fri May 8 02:23:28 2026] GET /v2.0/security-groups => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2219] 10.0.0.10 () {34 vars in 989 bytes} [Fri May 8 02:23:28 2026] GET /v2.0/ports?device_id=72ac7470-9e06-4e44-a559-480a5c90d2f6 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2220] 10.0.0.211 () {32 vars in 663 bytes} [Fri May 8 02:23:28 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2221] 10.0.0.10 () {34 vars in 1039 bytes} [Fri May 8 02:23:28 2026] GET /v2.0/security-groups?id=8221f108-2576-4267-b53e-d4c57939135b&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:23:28.443 8 INFO neutron.services.segments.plugin [-] Segment eaf6e262-a29d-4457-aa24-0a422a735737 resource provider aggregate not found 2026-05-08 02:23:28.448 8 INFO neutron.services.segments.plugin [-] Segment eaf6e262-a29d-4457-aa24-0a422a735737 resource provider aggregate not found 2026-05-08 02:23:28.462 8 INFO neutron.services.segments.plugin [-] Segment eaf6e262-a29d-4457-aa24-0a422a735737 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eaf6e262-a29d-4457-aa24-0a422a735737 found for delete ", "request_id": "req-9b8ca1bb-02ed-4980-a4cc-39d17857f06a"}]} 2026-05-08 02:23:28.468 8 INFO neutron.services.segments.plugin [-] Segment eaf6e262-a29d-4457-aa24-0a422a735737 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eaf6e262-a29d-4457-aa24-0a422a735737 found for delete ", "request_id": "req-e7aaba19-e0a6-4142-95fd-fcfa7b6f88f2"}]} [pid: 8|app: 0|req: 1143/2222] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:23:28 2026] GET /v2.0/security-groups?tenant_id=e3181ba0513c4a8aa4726ba6f6539fb7&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2223] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:23:28 2026] DELETE /v2.0/security-groups/5e404285-1601-4ec5-8a3e-61d78df5457e => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:23:32.396 7 INFO neutron.db.segments_db [None req-89d38529-04c2-4081-a98e-4cf989b43070 ad0ab16408ff4543a3f3ff52520565e4 e971fe817cf942c5be3a129a6c7f8db3 - - default default] Added segment 4332bff2-ee7d-40eb-b917-dd03c1681956 of type vxlan for network d6557c78-89cb-4e1c-92a1-49eba84f812d 2026-05-08 02:23:32.700 7 INFO neutron.db.l3_hamode_db [None req-89d38529-04c2-4081-a98e-4cf989b43070 ad0ab16408ff4543a3f3ff52520565e4 e971fe817cf942c5be3a129a6c7f8db3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 02:23:32.804 7 INFO neutron.db.l3_hamode_db [None req-89d38529-04c2-4081-a98e-4cf989b43070 ad0ab16408ff4543a3f3ff52520565e4 e971fe817cf942c5be3a129a6c7f8db3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1082/2226] 10.0.0.211 () {34 vars in 668 bytes} [Fri May 8 02:23:32 2026] POST /v2.0/routers => generated 474 bytes in 1177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:23:33.471 8 INFO neutron.db.l3_hamode_db [None req-3302cedb-7986-483a-a6f9-221308a974f9 ad0ab16408ff4543a3f3ff52520565e4 e971fe817cf942c5be3a129a6c7f8db3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 02:23:33.608 8 INFO neutron.db.l3_hamode_db [None req-3302cedb-7986-483a-a6f9-221308a974f9 ad0ab16408ff4543a3f3ff52520565e4 e971fe817cf942c5be3a129a6c7f8db3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1145/2227] 10.0.0.211 () {34 vars in 668 bytes} [Fri May 8 02:23:33 2026] POST /v2.0/routers => generated 474 bytes in 792 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:23:34.260 7 INFO neutron.db.l3_hamode_db [None req-bf742053-2507-4d35-94e8-0cba4c920716 ad0ab16408ff4543a3f3ff52520565e4 e971fe817cf942c5be3a129a6c7f8db3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 02:23:34.395 7 INFO neutron.db.l3_hamode_db [None req-bf742053-2507-4d35-94e8-0cba4c920716 ad0ab16408ff4543a3f3ff52520565e4 e971fe817cf942c5be3a129a6c7f8db3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1083/2228] 10.0.0.211 () {34 vars in 668 bytes} [Fri May 8 02:23:34 2026] POST /v2.0/routers => generated 474 bytes in 783 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:23:35.037 8 INFO neutron.db.l3_hamode_db [None req-36959b97-6013-471a-9204-25348558e821 ad0ab16408ff4543a3f3ff52520565e4 e971fe817cf942c5be3a129a6c7f8db3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1084/2229] 10.0.0.239 () {34 vars in 1016 bytes} [Fri May 8 02:23:35 2026] GET /v2.0/security-groups?id=8dcf3219-a421-4d1e-ae28-cb9ad9a14262&fields=id => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:23:35.167 8 INFO neutron.db.l3_hamode_db [None req-36959b97-6013-471a-9204-25348558e821 ad0ab16408ff4543a3f3ff52520565e4 e971fe817cf942c5be3a129a6c7f8db3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1085/2230] 10.0.0.239 () {34 vars in 982 bytes} [Fri May 8 02:23:35 2026] GET /v2.0/networks?id=535f56fa-2360-495e-ad4d-8a809adde036 => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2231] 10.0.0.239 () {34 vars in 965 bytes} [Fri May 8 02:23:35 2026] GET /v2.0/quotas/f832a21904a8404f85da6a7d25ca7732 => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2232] 10.0.0.239 () {34 vars in 1002 bytes} [Fri May 8 02:23:35 2026] GET /v2.0/ports?tenant_id=f832a21904a8404f85da6a7d25ca7732&fields=id => generated 149 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2233] 10.0.0.239 () {34 vars in 1008 bytes} [Fri May 8 02:23:35 2026] GET /v2.0/networks/535f56fa-2360-495e-ad4d-8a809adde036?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: 1089/2234] 10.0.0.239 () {34 vars in 1108 bytes} [Fri May 8 02:23:35 2026] GET /v2.0/networks/535f56fa-2360-495e-ad4d-8a809adde036?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: 1146/2235] 10.0.0.211 () {34 vars in 668 bytes} [Fri May 8 02:23:34 2026] POST /v2.0/routers => generated 474 bytes in 828 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:23:35.889 7 INFO neutron.db.l3_hamode_db [None req-b225a919-b7dc-4f25-86ba-1bf4708067f2 ad0ab16408ff4543a3f3ff52520565e4 e971fe817cf942c5be3a129a6c7f8db3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 02:23:36.030 7 INFO neutron.db.l3_hamode_db [None req-b225a919-b7dc-4f25-86ba-1bf4708067f2 ad0ab16408ff4543a3f3ff52520565e4 e971fe817cf942c5be3a129a6c7f8db3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1147/2236] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:36 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => 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: 1148/2237] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:36 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2238] 10.0.0.211 () {34 vars in 668 bytes} [Fri May 8 02:23:35 2026] POST /v2.0/routers => generated 474 bytes in 846 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2239] 10.0.0.211 () {34 vars in 751 bytes} [Fri May 8 02:23:36 2026] PUT /v2.0/routers/a89dbf44-bae5-476f-8690-21ba0714d6bc/tags => generated 17 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2240] 10.0.0.211 () {34 vars in 751 bytes} [Fri May 8 02:23:36 2026] PUT /v2.0/routers/deb733dd-1536-4b31-a3e6-bb3bdd008869/tags => generated 25 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2241] 10.0.0.211 () {34 vars in 751 bytes} [Fri May 8 02:23:36 2026] PUT /v2.0/routers/848668b7-7eaf-4191-962d-841e42857837/tags => generated 34 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2242] 10.0.0.211 () {34 vars in 751 bytes} [Fri May 8 02:23:37 2026] PUT /v2.0/routers/29331926-1374-41ff-84e8-b57bad4179f7/tags => generated 19 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2243] 10.0.0.211 () {32 vars in 664 bytes} [Fri May 8 02:23:37 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2244] 10.0.0.211 () {32 vars in 678 bytes} [Fri May 8 02:23:37 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2245] 10.0.0.211 () {32 vars in 674 bytes} [Fri May 8 02:23:37 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2246] 10.0.0.211 () {32 vars in 686 bytes} [Fri May 8 02:23:37 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2247] 10.0.0.211 () {32 vars in 672 bytes} [Fri May 8 02:23:37 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2248] 10.0.0.211 () {32 vars in 686 bytes} [Fri May 8 02:23:37 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2249] 10.0.0.211 () {32 vars in 682 bytes} [Fri May 8 02:23:37 2026] GET /v2.0/routers?not-tags-any=blue => 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: 1096/2250] 10.0.0.211 () {32 vars in 694 bytes} [Fri May 8 02:23:37 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2251] 10.0.0.211 () {32 vars in 721 bytes} [Fri May 8 02:23:37 2026] GET /v2.0/routers/a89dbf44-bae5-476f-8690-21ba0714d6bc => generated 485 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2252] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:38 2026] GET /v2.0/ports?device_id=72ac7470-9e06-4e44-a559-480a5c90d2f6 => 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: 1157/2253] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:23:38 2026] GET /v2.0/security-groups?id=8221f108-2576-4267-b53e-d4c57939135b&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: 1097/2254] 10.0.0.211 () {34 vars in 742 bytes} [Fri May 8 02:23:37 2026] PUT /v2.0/routers/a89dbf44-bae5-476f-8690-21ba0714d6bc => generated 485 bytes in 631 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2255] 10.0.0.211 () {32 vars in 736 bytes} [Fri May 8 02:23:38 2026] GET /v2.0/ports?device_id=a89dbf44-bae5-476f-8690-21ba0714d6bc => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:23:38.789 7 INFO neutron_taas.services.taas.taas_plugin [None req-5baa9e05-03a0-49d5-92bb-8edd830f5826 ad0ab16408ff4543a3f3ff52520565e4 e971fe817cf942c5be3a129a6c7f8db3 - - default default] TaaS: Handle Delete Port: 9608c318-e2a7-4f44-a39e-b16d3f7aa35d 2026-05-08 02:23:38.795 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5baa9e05-03a0-49d5-92bb-8edd830f5826 ad0ab16408ff4543a3f3ff52520565e4 e971fe817cf942c5be3a129a6c7f8db3 - - default default] Tap Mirror: Handle Delete Port: 9608c318-e2a7-4f44-a39e-b16d3f7aa35d [pid: 8|app: 0|req: 1159/2256] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:38 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2257] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:23:38 2026] DELETE /v2.0/routers/a89dbf44-bae5-476f-8690-21ba0714d6bc => generated 0 bytes in 391 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2258] 10.0.0.211 () {32 vars in 721 bytes} [Fri May 8 02:23:39 2026] GET /v2.0/routers/deb733dd-1536-4b31-a3e6-bb3bdd008869 => generated 493 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2259] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:39 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => 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: 1162/2260] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:39 2026] GET /v2.0/ports?device_id=72ac7470-9e06-4e44-a559-480a5c90d2f6 => 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: 1163/2261] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:23:39 2026] GET /v2.0/security-groups?id=8221f108-2576-4267-b53e-d4c57939135b&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: 1099/2262] 10.0.0.211 () {34 vars in 742 bytes} [Fri May 8 02:23:39 2026] PUT /v2.0/routers/deb733dd-1536-4b31-a3e6-bb3bdd008869 => generated 493 bytes in 591 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2263] 10.0.0.211 () {32 vars in 736 bytes} [Fri May 8 02:23:39 2026] GET /v2.0/ports?device_id=deb733dd-1536-4b31-a3e6-bb3bdd008869 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:23:39.911 7 INFO neutron_taas.services.taas.taas_plugin [None req-2bf95442-9d34-414b-bba8-f0e4c4ae43bf ad0ab16408ff4543a3f3ff52520565e4 e971fe817cf942c5be3a129a6c7f8db3 - - default default] TaaS: Handle Delete Port: a1e41cae-efc9-4b4a-9d74-e565808b66c7 2026-05-08 02:23:39.917 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2bf95442-9d34-414b-bba8-f0e4c4ae43bf ad0ab16408ff4543a3f3ff52520565e4 e971fe817cf942c5be3a129a6c7f8db3 - - default default] Tap Mirror: Handle Delete Port: a1e41cae-efc9-4b4a-9d74-e565808b66c7 [pid: 8|app: 0|req: 1165/2264] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:23:40 2026] GET /v2.0/networks?id=535f56fa-2360-495e-ad4d-8a809adde036 => generated 735 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2265] 199.204.45.113 () {34 vars in 1050 bytes} [Fri May 8 02:23:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f832a21904a8404f85da6a7d25ca7732 => generated 343 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2266] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:23:39 2026] DELETE /v2.0/routers/deb733dd-1536-4b31-a3e6-bb3bdd008869 => generated 0 bytes in 453 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2267] 10.0.0.211 () {32 vars in 721 bytes} [Fri May 8 02:23:40 2026] GET /v2.0/routers/848668b7-7eaf-4191-962d-841e42857837 => generated 502 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2268] 199.204.45.113 () {38 vars in 955 bytes} [Fri May 8 02:23:40 2026] POST /v2.0/ports => generated 1078 bytes in 327 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: 1102/2269] 10.0.0.211 () {34 vars in 742 bytes} [Fri May 8 02:23:40 2026] PUT /v2.0/routers/848668b7-7eaf-4191-962d-841e42857837 => generated 502 bytes in 585 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2270] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:40 2026] GET /v2.0/ports?device_id=72ac7470-9e06-4e44-a559-480a5c90d2f6 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2271] 199.204.45.113 () {34 vars in 994 bytes} [Fri May 8 02:23:40 2026] GET /v2.0/ports?device_id=72ac7470-9e06-4e44-a559-480a5c90d2f6 => 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: 1168/2272] 199.204.45.113 () {38 vars in 1028 bytes} [Fri May 8 02:23:40 2026] PUT /v2.0/ports/a47dfbb2-63f1-4d03-b173-4903c0ae9053 => generated 1239 bytes in 486 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: 1105/2273] 10.0.0.211 () {32 vars in 736 bytes} [Fri May 8 02:23:40 2026] GET /v2.0/ports?device_id=848668b7-7eaf-4191-962d-841e42857837 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:23:40.977 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0d59bdcd-32a4-4ef4-a8ed-3e4c7490c256'] response: {'name': 'network-changed', 'server_uuid': '6474754f-dd3e-4fd8-a393-95ac57cb0a11', 'tag': 'a47dfbb2-63f1-4d03-b173-4903c0ae9053', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1169/2274] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:23:40 2026] GET /v2.0/security-groups?id=8221f108-2576-4267-b53e-d4c57939135b&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:23:41.065 7 INFO neutron_taas.services.taas.taas_plugin [req-cdd7d8af-778f-4f54-b08a-eba5105fdf50 req-0574259a-ad27-4303-a30e-5f63a95b1838 49fe8ae48c5642e4a650da592e4a01ac 289e913abaa54aac88132cace8757ac2 - - default default] TaaS: Handle Delete Port: 3bac5123-b007-4e24-a80f-aabea5520f0d 2026-05-08 02:23:41.067 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cdd7d8af-778f-4f54-b08a-eba5105fdf50 req-0574259a-ad27-4303-a30e-5f63a95b1838 49fe8ae48c5642e4a650da592e4a01ac 289e913abaa54aac88132cace8757ac2 - - default default] Tap Mirror: Handle Delete Port: 3bac5123-b007-4e24-a80f-aabea5520f0d 2026-05-08 02:23:41.154 8 INFO neutron_taas.services.taas.taas_plugin [None req-34def0b0-e5ac-484d-a384-9326c60d4089 ad0ab16408ff4543a3f3ff52520565e4 e971fe817cf942c5be3a129a6c7f8db3 - - default default] TaaS: Handle Delete Port: a144cb6f-7837-46ff-a32a-3649e6fbe306 2026-05-08 02:23:41.158 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34def0b0-e5ac-484d-a384-9326c60d4089 ad0ab16408ff4543a3f3ff52520565e4 e971fe817cf942c5be3a129a6c7f8db3 - - default default] Tap Mirror: Handle Delete Port: a144cb6f-7837-46ff-a32a-3649e6fbe306 2026-05-08 02:23:41.202 7 INFO neutron.db.l3_db [req-cdd7d8af-778f-4f54-b08a-eba5105fdf50 req-0574259a-ad27-4303-a30e-5f63a95b1838 49fe8ae48c5642e4a650da592e4a01ac 289e913abaa54aac88132cace8757ac2 - - default default] Floating IP aea2f15c-f58f-44b9-9d93-b9470e4166cc disassociated. External IP: 10.96.250.206, port: 3bac5123-b007-4e24-a80f-aabea5520f0d. [pid: 8|app: 0|req: 1170/2275] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:23:40 2026] DELETE /v2.0/routers/848668b7-7eaf-4191-962d-841e42857837 => generated 0 bytes in 406 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2276] 10.0.0.211 () {32 vars in 721 bytes} [Fri May 8 02:23:41 2026] GET /v2.0/routers/29331926-1374-41ff-84e8-b57bad4179f7 => generated 487 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2277] 199.204.45.113 () {36 vars in 997 bytes} [Fri May 8 02:23:40 2026] DELETE /v2.0/ports/3bac5123-b007-4e24-a80f-aabea5520f0d => generated 0 bytes in 611 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:23:41.594 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d29a1647-2262-4bec-b81a-1f0877eb2a47'] response: {'server_uuid': '72ac7470-9e06-4e44-a559-480a5c90d2f6', 'name': 'network-vif-deleted', 'tag': '3bac5123-b007-4e24-a80f-aabea5520f0d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1107/2278] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:23:41 2026] GET /v2.0/ports?tenant_id=f832a21904a8404f85da6a7d25ca7732&device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 1242 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2279] 199.204.45.113 () {34 vars in 1018 bytes} [Fri May 8 02:23:41 2026] GET /v2.0/networks?tenant_id=f832a21904a8404f85da6a7d25ca7732&shared=False => generated 735 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2280] 199.204.45.113 () {34 vars in 930 bytes} [Fri May 8 02:23:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2281] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:42 2026] GET /v2.0/ports?device_id=72ac7470-9e06-4e44-a559-480a5c90d2f6 => 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: 1172/2282] 10.0.0.211 () {34 vars in 742 bytes} [Fri May 8 02:23:41 2026] PUT /v2.0/routers/29331926-1374-41ff-84e8-b57bad4179f7 => generated 487 bytes in 626 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2283] 10.0.0.211 () {32 vars in 736 bytes} [Fri May 8 02:23:42 2026] GET /v2.0/ports?device_id=29331926-1374-41ff-84e8-b57bad4179f7 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:23:42.262 8 INFO neutron_taas.services.taas.taas_plugin [None req-76a63f24-0f71-472f-a138-e1ae53f2043f ad0ab16408ff4543a3f3ff52520565e4 e971fe817cf942c5be3a129a6c7f8db3 - - default default] TaaS: Handle Delete Port: 407ba2da-5bfb-44fd-9085-963eb438e819 2026-05-08 02:23:42.265 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76a63f24-0f71-472f-a138-e1ae53f2043f ad0ab16408ff4543a3f3ff52520565e4 e971fe817cf942c5be3a129a6c7f8db3 - - default default] Tap Mirror: Handle Delete Port: 407ba2da-5bfb-44fd-9085-963eb438e819 [pid: 7|app: 0|req: 1111/2284] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:23:42 2026] GET /v2.0/security-groups?tenant_id=e5acbcda424b4c15b13758bc6541ac6c&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2285] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:23:42 2026] DELETE /v2.0/security-groups/29b2b79e-90d1-4e16-a0ff-c2c8b5e7f9c6 => 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: 1113/2286] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:42 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 1242 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2287] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:23:42 2026] DELETE /v2.0/routers/29331926-1374-41ff-84e8-b57bad4179f7 => generated 0 bytes in 356 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2288] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:23:42 2026] GET /v2.0/security-groups?id=8dcf3219-a421-4d1e-ae28-cb9ad9a14262&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2289] 10.0.0.211 () {32 vars in 721 bytes} [Fri May 8 02:23:42 2026] GET /v2.0/routers/daba6a20-2e26-462e-b97f-4e84b405a736 => generated 480 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2290] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:42 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2291] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:23:42 2026] GET /v2.0/ports?tenant_id=f832a21904a8404f85da6a7d25ca7732&device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2292] 199.204.45.113 () {34 vars in 1060 bytes} [Fri May 8 02:23:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.11&port_id=a47dfbb2-63f1-4d03-b173-4903c0ae9053 => 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: 1179/2293] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:23:42 2026] GET /v2.0/subnets?id=89be835b-0ca2-4d16-ad1d-e73e8bf7fc14 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2294] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:23:42 2026] GET /v2.0/ports?network_id=535f56fa-2360-495e-ad4d-8a809adde036&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: 1181/2295] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:23:42 2026] GET /v2.0/networks/535f56fa-2360-495e-ad4d-8a809adde036?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: 1182/2296] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:23:42 2026] GET /v2.0/networks/535f56fa-2360-495e-ad4d-8a809adde036?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2297] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:43 2026] GET /v2.0/ports?device_id=72ac7470-9e06-4e44-a559-480a5c90d2f6 => 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: 1115/2298] 10.0.0.211 () {34 vars in 742 bytes} [Fri May 8 02:23:42 2026] PUT /v2.0/routers/daba6a20-2e26-462e-b97f-4e84b405a736 => generated 480 bytes in 968 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2299] 10.0.0.211 () {32 vars in 736 bytes} [Fri May 8 02:23:43 2026] GET /v2.0/ports?device_id=daba6a20-2e26-462e-b97f-4e84b405a736 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:23:43.708 7 INFO neutron_taas.services.taas.taas_plugin [None req-a4f7f234-7caa-4303-a392-fc5604359694 ad0ab16408ff4543a3f3ff52520565e4 e971fe817cf942c5be3a129a6c7f8db3 - - default default] TaaS: Handle Delete Port: 1e20be81-eadf-4c8a-8b2a-f52a307ca0ad 2026-05-08 02:23:43.710 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4f7f234-7caa-4303-a392-fc5604359694 ad0ab16408ff4543a3f3ff52520565e4 e971fe817cf942c5be3a129a6c7f8db3 - - default default] Tap Mirror: Handle Delete Port: 1e20be81-eadf-4c8a-8b2a-f52a307ca0ad 2026-05-08 02:23:44.066 7 INFO neutron.services.segments.plugin [-] Segment 4332bff2-ee7d-40eb-b917-dd03c1681956 resource provider aggregate not found 2026-05-08 02:23:44.073 7 INFO neutron.services.segments.plugin [-] Segment 4332bff2-ee7d-40eb-b917-dd03c1681956 resource provider aggregate not found 2026-05-08 02:23:44.091 7 INFO neutron.services.segments.plugin [-] Segment 4332bff2-ee7d-40eb-b917-dd03c1681956 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4332bff2-ee7d-40eb-b917-dd03c1681956 found for delete ", "request_id": "req-b6598395-291d-41b0-9aa4-c52eefb36fc8"}]} 2026-05-08 02:23:44.092 7 INFO neutron.services.segments.plugin [-] Segment 4332bff2-ee7d-40eb-b917-dd03c1681956 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4332bff2-ee7d-40eb-b917-dd03c1681956 found for delete ", "request_id": "req-55b527bf-1810-4e33-b255-315d3603e1ca"}]} 2026-05-08 02:23:44.102 7 INFO neutron.db.l3_hamode_db [None req-a4f7f234-7caa-4303-a392-fc5604359694 ad0ab16408ff4543a3f3ff52520565e4 e971fe817cf942c5be3a129a6c7f8db3 - - default default] HA network d6557c78-89cb-4e1c-92a1-49eba84f812d was deleted as no HA routers are present in tenant e971fe817cf942c5be3a129a6c7f8db3. [pid: 7|app: 0|req: 1116/2300] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:23:43 2026] DELETE /v2.0/routers/daba6a20-2e26-462e-b97f-4e84b405a736 => generated 0 bytes in 581 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2301] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:44 2026] GET /v2.0/ports?device_id=72ac7470-9e06-4e44-a559-480a5c90d2f6 => 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: 1118/2304] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:23:44 2026] GET /v2.0/security-groups?tenant_id=77fe551c41fa4ff596c4c0e760a6630a&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2305] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:23:45 2026] DELETE /v2.0/security-groups/fdd1e638-e171-4314-94f3-9f6f7ee658b2 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2306] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:45 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => 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: 1120/2307] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:23:45 2026] GET /v2.0/security-groups?id=8dcf3219-a421-4d1e-ae28-cb9ad9a14262&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2308] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:23:45 2026] DELETE /v2.0/security-groups/8221f108-2576-4267-b53e-d4c57939135b => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2309] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:45 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 1242 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2310] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:23:45 2026] GET /v2.0/security-groups?tenant_id=a78513986ff14a689edfdd76e6aae62b&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:23:45.702 8 INFO neutron_taas.services.taas.taas_plugin [None req-773f0e16-908d-4601-ae86-621ea4d5e2c5 49fe8ae48c5642e4a650da592e4a01ac 289e913abaa54aac88132cace8757ac2 - - default default] TaaS: Handle Delete Port: bb6ef737-6ac0-4da2-a892-a7e42dc1dafd 2026-05-08 02:23:45.705 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-773f0e16-908d-4601-ae86-621ea4d5e2c5 49fe8ae48c5642e4a650da592e4a01ac 289e913abaa54aac88132cace8757ac2 - - default default] Tap Mirror: Handle Delete Port: bb6ef737-6ac0-4da2-a892-a7e42dc1dafd [pid: 7|app: 0|req: 1122/2311] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:23:45 2026] DELETE /v2.0/security-groups/89e1c66d-40fb-4f3d-a9dc-210dd310fb20 => 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: 1190/2312] 10.0.0.211 () {32 vars in 732 bytes} [Fri May 8 02:23:45 2026] DELETE /v2.0/floatingips/aea2f15c-f58f-44b9-9d93-b9470e4166cc => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2313] 10.0.0.193 () {32 vars in 802 bytes} [Fri May 8 02:23:45 2026] GET /v2.0/extensions => generated 21537 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2314] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:23:45 2026] GET /v2.0/security-groups?tenant_id=e971fe817cf942c5be3a129a6c7f8db3&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2315] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:46 2026] GET /v2.0/ports?device_id=cdf49f73-e989-4c39-a4db-36679437b0c9 => generated 975 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2316] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:23:46 2026] DELETE /v2.0/security-groups/8b4d36e3-a715-4110-b497-9ede93f3b230 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2317] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:23:46 2026] GET /v2.0/security-groups?id=7c81a6c7-7544-48a6-8a44-5481838b4308&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: 1125/2318] 10.0.0.193 () {30 vars in 724 bytes} [Fri May 8 02:23:46 2026] GET /v2.0/quotas/5826f12f933d40efa7184f3453851114/details => generated 847 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2319] 199.204.45.113 () {34 vars in 994 bytes} [Fri May 8 02:23:46 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => 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: 1126/2320] 199.204.45.113 () {34 vars in 1044 bytes} [Fri May 8 02:23:46 2026] GET /v2.0/security-groups?id=8dcf3219-a421-4d1e-ae28-cb9ad9a14262&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: 1195/2321] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:47 2026] GET /v2.0/ports?device_id=cdf49f73-e989-4c39-a4db-36679437b0c9 => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2322] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:23:47 2026] GET /v2.0/security-groups?id=7c81a6c7-7544-48a6-8a44-5481838b4308&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: 1196/2323] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:48 2026] GET /v2.0/ports?device_id=cdf49f73-e989-4c39-a4db-36679437b0c9 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2324] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:23:48 2026] GET /v2.0/security-groups?id=7c81a6c7-7544-48a6-8a44-5481838b4308&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: 1128/2325] 199.204.45.113 () {34 vars in 994 bytes} [Fri May 8 02:23:48 2026] GET /v2.0/ports?device_id=cdf49f73-e989-4c39-a4db-36679437b0c9 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:23:48.672 8 INFO neutron_taas.services.taas.taas_plugin [req-cd502f1a-c2d3-449d-a7c7-ee89eef94a45 req-f46d871a-e6c8-427c-89aa-6ff0d7233871 49fe8ae48c5642e4a650da592e4a01ac 289e913abaa54aac88132cace8757ac2 - - default default] TaaS: Handle Delete Port: f48e1f5f-4474-40da-a387-114204d38850 2026-05-08 02:23:48.674 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cd502f1a-c2d3-449d-a7c7-ee89eef94a45 req-f46d871a-e6c8-427c-89aa-6ff0d7233871 49fe8ae48c5642e4a650da592e4a01ac 289e913abaa54aac88132cace8757ac2 - - default default] Tap Mirror: Handle Delete Port: f48e1f5f-4474-40da-a387-114204d38850 [pid: 7|app: 0|req: 1129/2326] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:48 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 1244 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2327] 199.204.45.113 () {36 vars in 997 bytes} [Fri May 8 02:23:48 2026] DELETE /v2.0/ports/f48e1f5f-4474-40da-a387-114204d38850 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2328] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:23:48 2026] GET /v2.0/security-groups?id=8dcf3219-a421-4d1e-ae28-cb9ad9a14262&fields=id&fields=name => generated 96 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:23:48.902 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aa0959d9-2716-4275-8c03-7448c2eab6a9'] response: {'server_uuid': 'cdf49f73-e989-4c39-a4db-36679437b0c9', 'name': 'network-vif-deleted', 'tag': 'f48e1f5f-4474-40da-a387-114204d38850', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1199/2329] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:48 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => 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: 1131/2330] 10.0.0.193 () {32 vars in 802 bytes} [Fri May 8 02:23:49 2026] GET /v2.0/extensions => generated 21537 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2331] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:49 2026] GET /v2.0/ports?device_id=cdf49f73-e989-4c39-a4db-36679437b0c9 => 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: 1133/2332] 10.0.0.193 () {30 vars in 724 bytes} [Fri May 8 02:23:49 2026] GET /v2.0/quotas/5826f12f933d40efa7184f3453851114/details => generated 847 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:23:49.849 8 INFO neutron.db.segments_db [None req-c4a8351d-8df1-47ba-80ac-b401b3be7a98 c2025ffecedc4dc4826b6b5750aa09f3 681da70349b2484cb66fbd4af4c9629f - - default default] Added segment f55fad3f-464e-43a9-8c74-a2298076da2f of type vxlan for network a6826c27-bc1c-47b8-beef-f7cae601754c [pid: 8|app: 0|req: 1200/2333] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:23:49 2026] POST /v2.0/networks => generated 612 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2334] 10.0.0.211 () {34 vars in 664 bytes} [Fri May 8 02:23:49 2026] POST /v2.0/ports => generated 743 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2335] 10.0.0.211 () {34 vars in 747 bytes} [Fri May 8 02:23:50 2026] PUT /v2.0/ports/0f569554-a4fc-4ba9-84c7-b7331d2c8369/tags => generated 25 bytes in 72 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: 1135/2336] 10.0.0.211 () {32 vars in 727 bytes} [Fri May 8 02:23:50 2026] GET /v2.0/ports/0f569554-a4fc-4ba9-84c7-b7331d2c8369/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1202/2337] 10.0.0.211 () {34 vars in 758 bytes} [Fri May 8 02:23:50 2026] PUT /v2.0/ports/0f569554-a4fc-4ba9-84c7-b7331d2c8369/tags/green => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1136/2338] 10.0.0.211 () {32 vars in 727 bytes} [Fri May 8 02:23:50 2026] GET /v2.0/ports/0f569554-a4fc-4ba9-84c7-b7331d2c8369/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1203/2339] 10.0.0.211 () {34 vars in 754 bytes} [Fri May 8 02:23:50 2026] PUT /v2.0/ports/0f569554-a4fc-4ba9-84c7-b7331d2c8369/tags/red => generated 4 bytes in 62 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: 1137/2340] 10.0.0.211 () {32 vars in 727 bytes} [Fri May 8 02:23:50 2026] GET /v2.0/ports/0f569554-a4fc-4ba9-84c7-b7331d2c8369/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1138/2341] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:50 2026] GET /v2.0/ports?device_id=cdf49f73-e989-4c39-a4db-36679437b0c9 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2342] 10.0.0.211 () {34 vars in 776 bytes} [Fri May 8 02:23:50 2026] PUT /v2.0/ports/0f569554-a4fc-4ba9-84c7-b7331d2c8369/tags/black.or.white => generated 4 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2343] 10.0.0.211 () {32 vars in 727 bytes} [Fri May 8 02:23:50 2026] GET /v2.0/ports/0f569554-a4fc-4ba9-84c7-b7331d2c8369/tags => generated 52 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1205/2344] 10.0.0.211 () {34 vars in 747 bytes} [Fri May 8 02:23:50 2026] PUT /v2.0/ports/0f569554-a4fc-4ba9-84c7-b7331d2c8369/tags => generated 37 bytes in 65 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: 1140/2345] 10.0.0.211 () {32 vars in 727 bytes} [Fri May 8 02:23:50 2026] GET /v2.0/ports/0f569554-a4fc-4ba9-84c7-b7331d2c8369/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1206/2346] 10.0.0.211 () {32 vars in 735 bytes} [Fri May 8 02:23:50 2026] GET /v2.0/ports/0f569554-a4fc-4ba9-84c7-b7331d2c8369/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 02:23:51.105 7 INFO neutron.api.v2.resource [None req-eb79763b-b905-4288-bdc8-9f946b04ffeb c2025ffecedc4dc4826b6b5750aa09f3 681da70349b2484cb66fbd4af4c9629f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1141/2347] 10.0.0.211 () {32 vars in 739 bytes} [Fri May 8 02:23:51 2026] GET /v2.0/ports/0f569554-a4fc-4ba9-84c7-b7331d2c8369/tags/green => generated 99 bytes in 60 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: 1207/2348] 10.0.0.211 () {32 vars in 738 bytes} [Fri May 8 02:23:51 2026] DELETE /v2.0/ports/0f569554-a4fc-4ba9-84c7-b7331d2c8369/tags/red => generated 0 bytes in 75 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: 1142/2349] 10.0.0.211 () {32 vars in 727 bytes} [Fri May 8 02:23:51 2026] GET /v2.0/ports/0f569554-a4fc-4ba9-84c7-b7331d2c8369/tags => generated 30 bytes in 81 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 02:23:51.352 8 INFO neutron.api.v2.resource [None req-cdf68e46-1d26-4834-8995-13c22fccb109 c2025ffecedc4dc4826b6b5750aa09f3 681da70349b2484cb66fbd4af4c9629f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1208/2350] 10.0.0.211 () {32 vars in 742 bytes} [Fri May 8 02:23:51 2026] DELETE /v2.0/ports/0f569554-a4fc-4ba9-84c7-b7331d2c8369/tags/green => generated 99 bytes in 72 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1143/2351] 10.0.0.211 () {32 vars in 730 bytes} [Fri May 8 02:23:51 2026] DELETE /v2.0/ports/0f569554-a4fc-4ba9-84c7-b7331d2c8369/tags => generated 0 bytes in 67 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: 1209/2352] 10.0.0.211 () {32 vars in 727 bytes} [Fri May 8 02:23:51 2026] GET /v2.0/ports/0f569554-a4fc-4ba9-84c7-b7331d2c8369/tags => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 02:23:51.603 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa51df74-d0ad-42f6-8d5e-e0f06a0b336d c2025ffecedc4dc4826b6b5750aa09f3 681da70349b2484cb66fbd4af4c9629f - - default default] TaaS: Handle Delete Port: 0f569554-a4fc-4ba9-84c7-b7331d2c8369 2026-05-08 02:23:51.606 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa51df74-d0ad-42f6-8d5e-e0f06a0b336d c2025ffecedc4dc4826b6b5750aa09f3 681da70349b2484cb66fbd4af4c9629f - - default default] Tap Mirror: Handle Delete Port: 0f569554-a4fc-4ba9-84c7-b7331d2c8369 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1144/2353] 10.0.0.211 () {32 vars in 720 bytes} [Fri May 8 02:23:51 2026] DELETE /v2.0/ports/0f569554-a4fc-4ba9-84c7-b7331d2c8369 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2354] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:51 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => 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: 1211/2355] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:23:51 2026] GET /v2.0/security-groups?id=8dcf3219-a421-4d1e-ae28-cb9ad9a14262&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2356] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:51 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:23:51.873 7 INFO neutron.services.segments.plugin [-] Segment f55fad3f-464e-43a9-8c74-a2298076da2f resource provider aggregate not found 2026-05-08 02:23:51.881 7 INFO neutron.services.segments.plugin [-] Segment f55fad3f-464e-43a9-8c74-a2298076da2f resource provider aggregate not found [pid: 8|app: 0|req: 1213/2357] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:23:51 2026] GET /v2.0/ports?device_id=cdf49f73-e989-4c39-a4db-36679437b0c9 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:23:51.903 7 INFO neutron.services.segments.plugin [-] Segment f55fad3f-464e-43a9-8c74-a2298076da2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f55fad3f-464e-43a9-8c74-a2298076da2f found for delete ", "request_id": "req-9e163a53-1f0a-4888-8988-159524440af5"}]} 2026-05-08 02:23:51.911 7 INFO neutron.services.segments.plugin [-] Segment f55fad3f-464e-43a9-8c74-a2298076da2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f55fad3f-464e-43a9-8c74-a2298076da2f found for delete ", "request_id": "req-b80c7af7-af86-4f3e-be74-aed1c60e6278"}]} [pid: 7|app: 0|req: 1145/2358] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:23:51 2026] DELETE /v2.0/networks/a6826c27-bc1c-47b8-beef-f7cae601754c => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2359] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:23:52 2026] DELETE /v2.0/security-groups/7c81a6c7-7544-48a6-8a44-5481838b4308 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2360] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:23:52 2026] GET /v2.0/security-groups?tenant_id=10ac6f1180e948fc972380ba7d3ae08c&name=default => generated 2925 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2361] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:23:53 2026] GET /v2.0/security-groups?tenant_id=5826f12f933d40efa7184f3453851114&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2362] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:23:53 2026] DELETE /v2.0/security-groups/807fa4eb-5cc7-4b04-aad0-60da5847dfc9 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2363] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:23:53 2026] DELETE /v2.0/security-groups/a6ca8d38-e51a-44f0-8f36-80877d01728d => 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: 1150/2364] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:23:53 2026] GET /v2.0/security-groups?tenant_id=681da70349b2484cb66fbd4af4c9629f&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:23:53.649 8 INFO neutron_taas.services.taas.taas_plugin [None req-a7a5dbe6-2443-4a21-bca1-2502307ff0db 49fe8ae48c5642e4a650da592e4a01ac 289e913abaa54aac88132cace8757ac2 - - default default] TaaS: Handle Delete Port: 61e34da5-0482-41b3-a9e2-648b784347a5 2026-05-08 02:23:53.652 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7a5dbe6-2443-4a21-bca1-2502307ff0db 49fe8ae48c5642e4a650da592e4a01ac 289e913abaa54aac88132cace8757ac2 - - default default] Tap Mirror: Handle Delete Port: 61e34da5-0482-41b3-a9e2-648b784347a5 [pid: 7|app: 0|req: 1151/2365] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:23:53 2026] DELETE /v2.0/security-groups/6fbc79c3-df03-413b-aaa9-807ef96c7665 => 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: 1215/2366] 10.0.0.211 () {34 vars in 789 bytes} [Fri May 8 02:23:53 2026] PUT /v2.0/routers/a425fb10-6ec6-4075-90e5-2b6cdedbdd7a/remove_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: 1152/2367] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:23:54 2026] DELETE /v2.0/subnets/11600219-9b9d-4d98-a994-e2ce68982afd => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:23:54.829 8 INFO neutron_taas.services.taas.taas_plugin [None req-afdf36f9-fc0f-4783-893f-3ee78f83736e 49fe8ae48c5642e4a650da592e4a01ac 289e913abaa54aac88132cace8757ac2 - - default default] TaaS: Handle Delete Port: 556b7a8a-8024-4ee7-b678-068b91603f52 2026-05-08 02:23:54.834 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-afdf36f9-fc0f-4783-893f-3ee78f83736e 49fe8ae48c5642e4a650da592e4a01ac 289e913abaa54aac88132cace8757ac2 - - default default] Tap Mirror: Handle Delete Port: 556b7a8a-8024-4ee7-b678-068b91603f52 2026-05-08 02:23:55.181 8 INFO neutron_taas.services.taas.taas_plugin [None req-afdf36f9-fc0f-4783-893f-3ee78f83736e 49fe8ae48c5642e4a650da592e4a01ac 289e913abaa54aac88132cace8757ac2 - - default default] TaaS: Handle Delete Port: 2e0f0542-0384-45d7-a72d-58a404bccbcb 2026-05-08 02:23:55.184 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-afdf36f9-fc0f-4783-893f-3ee78f83736e 49fe8ae48c5642e4a650da592e4a01ac 289e913abaa54aac88132cace8757ac2 - - default default] Tap Mirror: Handle Delete Port: 2e0f0542-0384-45d7-a72d-58a404bccbcb 2026-05-08 02:23:55.735 8 INFO neutron.services.segments.plugin [-] Segment 9cdec722-cf43-4ab6-8899-823e1c70c12c resource provider aggregate not found 2026-05-08 02:23:55.751 8 INFO neutron.services.segments.plugin [-] Segment 9cdec722-cf43-4ab6-8899-823e1c70c12c resource provider aggregate not found 2026-05-08 02:23:55.762 8 INFO neutron.services.segments.plugin [-] Segment 9cdec722-cf43-4ab6-8899-823e1c70c12c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cdec722-cf43-4ab6-8899-823e1c70c12c found for delete ", "request_id": "req-643fac5a-67c7-4f59-804d-279a9f5f387d"}]} 2026-05-08 02:23:55.778 8 INFO neutron.services.segments.plugin [-] Segment 9cdec722-cf43-4ab6-8899-823e1c70c12c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cdec722-cf43-4ab6-8899-823e1c70c12c found for delete ", "request_id": "req-bd9f0f7f-5160-4b4f-9d91-669080362a16"}]} 2026-05-08 02:23:55.786 8 INFO neutron.db.l3_hamode_db [None req-afdf36f9-fc0f-4783-893f-3ee78f83736e 49fe8ae48c5642e4a650da592e4a01ac 289e913abaa54aac88132cace8757ac2 - - default default] HA network e0cd60b3-b108-4dbb-990f-b6507df36cf6 was deleted as no HA routers are present in tenant 289e913abaa54aac88132cace8757ac2. [pid: 8|app: 0|req: 1216/2368] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:23:54 2026] DELETE /v2.0/routers/a425fb10-6ec6-4075-90e5-2b6cdedbdd7a => generated 0 bytes in 1294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:23:55.922 7 INFO neutron.services.segments.plugin [-] Segment ace16998-849f-4fb0-bdc1-ef36ef2f8fa2 resource provider aggregate not found 2026-05-08 02:23:55.926 7 INFO neutron.services.segments.plugin [-] Segment ace16998-849f-4fb0-bdc1-ef36ef2f8fa2 resource provider aggregate not found 2026-05-08 02:23:55.946 7 INFO neutron.services.segments.plugin [-] Segment ace16998-849f-4fb0-bdc1-ef36ef2f8fa2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ace16998-849f-4fb0-bdc1-ef36ef2f8fa2 found for delete ", "request_id": "req-31574641-47a7-4170-81f6-ece5c8c43294"}]} 2026-05-08 02:23:55.946 7 INFO neutron.services.segments.plugin [-] Segment ace16998-849f-4fb0-bdc1-ef36ef2f8fa2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ace16998-849f-4fb0-bdc1-ef36ef2f8fa2 found for delete ", "request_id": "req-0f53aedc-f02f-46f8-9af6-035fdd37e84d"}]} [pid: 7|app: 0|req: 1153/2369] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:23:55 2026] DELETE /v2.0/networks/d45cd74b-cd46-4b96-ac86-f3efda7e7460 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2370] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:23:56 2026] GET /v2.0/security-groups?tenant_id=a873efff317040ec8a093a28e144a1f7&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2371] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:23:56 2026] DELETE /v2.0/security-groups/fc2fdc83-df71-4543-9cf3-f2d1f5530cb9 => 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: 1218/2372] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:23:57 2026] GET /v2.0/security-groups?tenant_id=289e913abaa54aac88132cace8757ac2&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2373] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:23:57 2026] DELETE /v2.0/security-groups/42e24121-2a5e-41e8-a6de-4fb3a99a1fe7 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:23:57.582 8 INFO neutron.db.segments_db [None req-0ca200a8-4443-42ea-996a-33028c3614e5 e2d4c76f6e4148758dc7380649b27645 9bbf867abb0c4aa1a1702ad0191d4f8d - - default default] Added segment dadb038d-3875-449a-9ab5-b043927e3335 of type vxlan for network f59d576b-2b7e-4a3a-ab08-848ecae83371 2026-05-08 02:23:57.861 8 INFO neutron.db.l3_hamode_db [None req-0ca200a8-4443-42ea-996a-33028c3614e5 e2d4c76f6e4148758dc7380649b27645 9bbf867abb0c4aa1a1702ad0191d4f8d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 02:23:57.954 8 INFO neutron.db.l3_hamode_db [None req-0ca200a8-4443-42ea-996a-33028c3614e5 e2d4c76f6e4148758dc7380649b27645 9bbf867abb0c4aa1a1702ad0191d4f8d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1219/2374] 10.0.0.211 () {34 vars in 668 bytes} [Fri May 8 02:23:57 2026] POST /v2.0/routers => generated 474 bytes in 1263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2375] 10.0.0.211 () {34 vars in 751 bytes} [Fri May 8 02:23:58 2026] PUT /v2.0/routers/75527b1f-1b3c-4fc2-a752-63850d48aaef/tags => generated 25 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2376] 10.0.0.211 () {32 vars in 731 bytes} [Fri May 8 02:23:58 2026] GET /v2.0/routers/75527b1f-1b3c-4fc2-a752-63850d48aaef/tags => generated 25 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:23:58.833 7 INFO neutron.db.segments_db [None req-71bb136c-ac09-4a89-81bd-17a3781679ad 0c302c9776e64bd185598d1b806d2652 b408ec9786d44275af6b19d9128f4ebc - - default default] Added segment 5257d38b-2662-481d-9885-ac12032e2f90 of type vxlan for network ee9f7172-341b-4c24-aac0-edb0451aeee8 [pid: 8|app: 0|req: 1222/2377] 10.0.0.211 () {34 vars in 762 bytes} [Fri May 8 02:23:58 2026] PUT /v2.0/routers/75527b1f-1b3c-4fc2-a752-63850d48aaef/tags/green => generated 4 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2378] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:23:58 2026] POST /v2.0/networks => generated 708 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2379] 10.0.0.211 () {32 vars in 731 bytes} [Fri May 8 02:23:58 2026] GET /v2.0/routers/75527b1f-1b3c-4fc2-a752-63850d48aaef/tags => generated 34 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2380] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:23:58 2026] POST /v2.0/subnets => generated 644 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:23:59.139 7 WARNING neutron.api.v2.base [None req-f5fc1a1f-a9c9-4f2b-87ad-1b562cce2e06 0c302c9776e64bd185598d1b806d2652 b408ec9786d44275af6b19d9128f4ebc - - 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 02:23:59.139 7 INFO neutron.api.v2.resource [None req-f5fc1a1f-a9c9-4f2b-87ad-1b562cce2e06 0c302c9776e64bd185598d1b806d2652 b408ec9786d44275af6b19d9128f4ebc - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1158/2381] 10.0.0.211 () {34 vars in 681 bytes} [Fri May 8 02:23:59 2026] POST /v2.0/rbac-policies => generated 143 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2382] 10.0.0.211 () {34 vars in 758 bytes} [Fri May 8 02:23:59 2026] PUT /v2.0/routers/75527b1f-1b3c-4fc2-a752-63850d48aaef/tags/red => generated 4 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2383] 10.0.0.211 () {32 vars in 731 bytes} [Fri May 8 02:23:59 2026] GET /v2.0/routers/75527b1f-1b3c-4fc2-a752-63850d48aaef/tags => generated 34 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:23:59.325 7 INFO neutron.services.segments.plugin [-] Segment 5257d38b-2662-481d-9885-ac12032e2f90 resource provider aggregate not found 2026-05-08 02:23:59.331 7 INFO neutron.services.segments.plugin [-] Segment 5257d38b-2662-481d-9885-ac12032e2f90 resource provider aggregate not found 2026-05-08 02:23:59.345 7 INFO neutron.services.segments.plugin [-] Segment 5257d38b-2662-481d-9885-ac12032e2f90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5257d38b-2662-481d-9885-ac12032e2f90 found for delete ", "request_id": "req-1523b641-4837-48b6-84a4-279e7bd42e17"}]} 2026-05-08 02:23:59.353 7 INFO neutron.services.segments.plugin [-] Segment 5257d38b-2662-481d-9885-ac12032e2f90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5257d38b-2662-481d-9885-ac12032e2f90 found for delete ", "request_id": "req-6da19423-9309-4d9e-a3c4-913e0f8d086e"}]} [pid: 7|app: 0|req: 1159/2384] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:23:59 2026] DELETE /v2.0/networks/ee9f7172-341b-4c24-aac0-edb0451aeee8 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2385] 10.0.0.211 () {34 vars in 780 bytes} [Fri May 8 02:23:59 2026] PUT /v2.0/routers/75527b1f-1b3c-4fc2-a752-63850d48aaef/tags/black.or.white => generated 4 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-08 02:23:59.437 7 INFO neutron.db.segments_db [None req-1a67c071-84e1-4d6c-a0f7-a1a1d4755f5a 0c302c9776e64bd185598d1b806d2652 b408ec9786d44275af6b19d9128f4ebc - - default default] Added segment 8534dceb-798b-4cfe-93c3-f3a053db7d7b of type vxlan for network 606317b2-38a2-4009-9206-a34c3c88d72c [pid: 8|app: 0|req: 1227/2386] 10.0.0.211 () {32 vars in 731 bytes} [Fri May 8 02:23:59 2026] GET /v2.0/routers/75527b1f-1b3c-4fc2-a752-63850d48aaef/tags => generated 52 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2387] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:23:59 2026] POST /v2.0/networks => generated 708 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2388] 10.0.0.211 () {34 vars in 751 bytes} [Fri May 8 02:23:59 2026] PUT /v2.0/routers/75527b1f-1b3c-4fc2-a752-63850d48aaef/tags => generated 37 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2389] 10.0.0.211 () {32 vars in 731 bytes} [Fri May 8 02:23:59 2026] GET /v2.0/routers/75527b1f-1b3c-4fc2-a752-63850d48aaef/tags => generated 37 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2390] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:23:59 2026] POST /v2.0/subnets => generated 647 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:23:59.750 7 WARNING neutron.api.v2.base [None req-1ba19d7f-63aa-485d-ac48-86d4ba318e65 0c302c9776e64bd185598d1b806d2652 b408ec9786d44275af6b19d9128f4ebc - - 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 02:23:59.751 7 INFO neutron.api.v2.resource [None req-1ba19d7f-63aa-485d-ac48-86d4ba318e65 0c302c9776e64bd185598d1b806d2652 b408ec9786d44275af6b19d9128f4ebc - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1162/2391] 10.0.0.211 () {34 vars in 681 bytes} [Fri May 8 02:23:59 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: 1230/2392] 10.0.0.211 () {32 vars in 739 bytes} [Fri May 8 02:23:59 2026] GET /v2.0/routers/75527b1f-1b3c-4fc2-a752-63850d48aaef/tags/red => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:23:59.917 8 INFO neutron.api.v2.resource [None req-b8aad58f-c9e1-497c-83cc-484d344851f0 e2d4c76f6e4148758dc7380649b27645 9bbf867abb0c4aa1a1702ad0191d4f8d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1231/2393] 10.0.0.211 () {32 vars in 743 bytes} [Fri May 8 02:23:59 2026] GET /v2.0/routers/75527b1f-1b3c-4fc2-a752-63850d48aaef/tags/green => generated 99 bytes in 84 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2396] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:23:59 2026] DELETE /v2.0/networks/606317b2-38a2-4009-9206-a34c3c88d72c => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:24:00.027 7 INFO neutron.db.segments_db [None req-4033f3b9-7a6b-4c06-9924-d6e299221226 0c302c9776e64bd185598d1b806d2652 b408ec9786d44275af6b19d9128f4ebc - - default default] Added segment 20885d8c-e189-4446-9a52-e4945f539a07 of type vxlan for network 31f245ba-e278-42df-bb1c-3b0d510d86ad [pid: 8|app: 0|req: 1234/2397] 10.0.0.211 () {32 vars in 742 bytes} [Fri May 8 02:23:59 2026] DELETE /v2.0/routers/75527b1f-1b3c-4fc2-a752-63850d48aaef/tags/red => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2398] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:23:59 2026] POST /v2.0/networks => generated 708 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2399] 10.0.0.211 () {32 vars in 731 bytes} [Fri May 8 02:24:00 2026] GET /v2.0/routers/75527b1f-1b3c-4fc2-a752-63850d48aaef/tags => generated 30 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:24:00.247 8 INFO neutron.api.v2.resource [None req-71e86546-d466-492c-94ee-10d6b5417fc8 e2d4c76f6e4148758dc7380649b27645 9bbf867abb0c4aa1a1702ad0191d4f8d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1236/2400] 10.0.0.211 () {32 vars in 746 bytes} [Fri May 8 02:24:00 2026] DELETE /v2.0/routers/75527b1f-1b3c-4fc2-a752-63850d48aaef/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: 1165/2401] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:24:00 2026] POST /v2.0/subnets => generated 647 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2402] 10.0.0.211 () {34 vars in 681 bytes} [Fri May 8 02:24:00 2026] POST /v2.0/rbac-policies => generated 324 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2403] 10.0.0.211 () {32 vars in 723 bytes} [Fri May 8 02:24:00 2026] GET /v2.0/networks/31f245ba-e278-42df-bb1c-3b0d510d86ad => generated 655 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2404] 10.0.0.211 () {32 vars in 734 bytes} [Fri May 8 02:24:00 2026] DELETE /v2.0/routers/75527b1f-1b3c-4fc2-a752-63850d48aaef/tags => generated 0 bytes in 1035 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:24:01.365 7 INFO neutron.services.segments.plugin [-] Segment 8534dceb-798b-4cfe-93c3-f3a053db7d7b resource provider aggregate not found 2026-05-08 02:24:01.371 7 INFO neutron.services.segments.plugin [-] Segment 8534dceb-798b-4cfe-93c3-f3a053db7d7b resource provider aggregate not found 2026-05-08 02:24:01.390 7 INFO neutron.services.segments.plugin [-] Segment 8534dceb-798b-4cfe-93c3-f3a053db7d7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8534dceb-798b-4cfe-93c3-f3a053db7d7b found for delete ", "request_id": "req-092ff3c4-0454-4935-85c9-1de01d373b74"}]} 2026-05-08 02:24:01.390 7 INFO neutron.services.segments.plugin [-] Segment 8534dceb-798b-4cfe-93c3-f3a053db7d7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8534dceb-798b-4cfe-93c3-f3a053db7d7b found for delete ", "request_id": "req-5654e719-37d4-4ed0-adfd-8de25e38aa64"}]} [pid: 7|app: 0|req: 1168/2405] 10.0.0.211 () {32 vars in 731 bytes} [Fri May 8 02:24:01 2026] GET /v2.0/routers/75527b1f-1b3c-4fc2-a752-63850d48aaef/tags => generated 12 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2406] 10.0.0.211 () {32 vars in 721 bytes} [Fri May 8 02:24:01 2026] GET /v2.0/routers/75527b1f-1b3c-4fc2-a752-63850d48aaef => generated 480 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:24:01.574 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4c8b9059-ae3b-4ed4-914b-b282c5a96bfd 94087e16043a40aa937ee7db9e305982 3b1d503d1b874a9ca76d78d73ab3cb09 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1239/2407] 10.0.0.211 () {32 vars in 723 bytes} [Fri May 8 02:24:01 2026] GET /v2.0/networks/31f245ba-e278-42df-bb1c-3b0d510d86ad => generated 138 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:24:01.688 8 INFO neutron_taas.services.taas.taas_plugin [None req-690dbb92-2cbc-4273-9731-800a400b9c1c 0c302c9776e64bd185598d1b806d2652 b408ec9786d44275af6b19d9128f4ebc - - default default] TaaS: Handle Delete Port: 73e322be-7e0f-4f3d-a798-e67553a3ed4d 2026-05-08 02:24:01.690 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-690dbb92-2cbc-4273-9731-800a400b9c1c 0c302c9776e64bd185598d1b806d2652 b408ec9786d44275af6b19d9128f4ebc - - default default] Tap Mirror: Handle Delete Port: 73e322be-7e0f-4f3d-a798-e67553a3ed4d 2026-05-08 02:24:01.948 8 INFO neutron.services.segments.plugin [-] Segment 20885d8c-e189-4446-9a52-e4945f539a07 resource provider aggregate not found 2026-05-08 02:24:01.955 8 INFO neutron.services.segments.plugin [-] Segment 20885d8c-e189-4446-9a52-e4945f539a07 resource provider aggregate not found 2026-05-08 02:24:01.979 8 INFO neutron.services.segments.plugin [-] Segment 20885d8c-e189-4446-9a52-e4945f539a07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20885d8c-e189-4446-9a52-e4945f539a07 found for delete ", "request_id": "req-1dd072be-4ca3-4dec-9fc8-0abf44d61db2"}]} 2026-05-08 02:24:01.982 8 INFO neutron.services.segments.plugin [-] Segment 20885d8c-e189-4446-9a52-e4945f539a07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20885d8c-e189-4446-9a52-e4945f539a07 found for delete ", "request_id": "req-3ddf13d1-dd05-4c8e-9de5-643fd2a71135"}]} [pid: 8|app: 0|req: 1240/2408] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:24:01 2026] DELETE /v2.0/networks/31f245ba-e278-42df-bb1c-3b0d510d86ad => generated 0 bytes in 411 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2409] 10.0.0.211 () {34 vars in 742 bytes} [Fri May 8 02:24:01 2026] PUT /v2.0/routers/75527b1f-1b3c-4fc2-a752-63850d48aaef => generated 480 bytes in 566 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:24:02.062 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d89901b7-1183-4aaa-b7fc-13df5e31aff0 0c302c9776e64bd185598d1b806d2652 b408ec9786d44275af6b19d9128f4ebc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1170/2410] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:24:02 2026] DELETE /v2.0/subnets/9d2ea9fa-f15f-4229-876a-5a8be2e935d8 => 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: 1171/2411] 10.0.0.211 () {32 vars in 736 bytes} [Fri May 8 02:24:02 2026] GET /v2.0/ports?device_id=75527b1f-1b3c-4fc2-a752-63850d48aaef => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:24:02.097 7 INFO neutron.pecan_wsgi.hooks.translation [None req-44ece307-f4c8-4f82-8a25-00bccaeb4d0a 0c302c9776e64bd185598d1b806d2652 b408ec9786d44275af6b19d9128f4ebc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1172/2412] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:24:02 2026] DELETE /v2.0/subnets/dbdf5ef9-47f2-47fd-aefb-056bc631d218 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:24:02.215 8 INFO neutron.db.segments_db [None req-bf008331-b788-4619-8cb4-2fac1dd4a273 3446e856749c423da3b54cc525f2ae28 2e4c840ccb3645b18bde9d9a77b53890 - - default default] Added segment 5a42a344-564b-4ce4-9e67-ebe62fd08305 of type vxlan for network b3b77d44-3759-4419-ba4a-921fd5790ef0 2026-05-08 02:24:02.283 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5884eaa-88bb-461d-8b23-f47c7ef2f14c e2d4c76f6e4148758dc7380649b27645 9bbf867abb0c4aa1a1702ad0191d4f8d - - default default] TaaS: Handle Delete Port: 953773bf-7c2c-4b04-ab1d-898fa5912987 2026-05-08 02:24:02.286 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5884eaa-88bb-461d-8b23-f47c7ef2f14c e2d4c76f6e4148758dc7380649b27645 9bbf867abb0c4aa1a1702ad0191d4f8d - - default default] Tap Mirror: Handle Delete Port: 953773bf-7c2c-4b04-ab1d-898fa5912987 [pid: 8|app: 0|req: 1241/2413] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:24:01 2026] POST /v2.0/networks => generated 613 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:24:02.348 8 INFO neutron.pecan_wsgi.hooks.translation [None req-185c0f0d-894f-4825-a37c-2dcf532cd8bc 0c302c9776e64bd185598d1b806d2652 b408ec9786d44275af6b19d9128f4ebc - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1242/2414] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:24:02 2026] DELETE /v2.0/subnets/a5b72e31-9a43-41f5-8b14-69c4e55774c7 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:24:02.432 8 INFO neutron.db.segments_db [None req-2965e095-cb56-47bd-a2f3-5d102f65675b 3446e856749c423da3b54cc525f2ae28 2e4c840ccb3645b18bde9d9a77b53890 - - default default] Added segment c37e5456-83a7-4785-ae53-d7a5fce499f4 of type vxlan for network d5643592-57c8-481d-8d40-3bafe9f73b80 [pid: 8|app: 0|req: 1243/2415] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:24:02 2026] POST /v2.0/networks => generated 612 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:24:02.608 8 INFO neutron.db.segments_db [None req-3b3593db-89ef-43fb-88ec-61cd23abf86f 3446e856749c423da3b54cc525f2ae28 2e4c840ccb3645b18bde9d9a77b53890 - - default default] Added segment 0abaa665-6d88-46f2-b35f-9e982f0e3c6d of type vxlan for network cb969b3f-9fc5-4c0f-bbe4-ee09b4c67454 2026-05-08 02:24:02.690 7 INFO neutron.db.l3_hamode_db [None req-a5884eaa-88bb-461d-8b23-f47c7ef2f14c e2d4c76f6e4148758dc7380649b27645 9bbf867abb0c4aa1a1702ad0191d4f8d - - default default] HA network f59d576b-2b7e-4a3a-ab08-848ecae83371 was deleted as no HA routers are present in tenant 9bbf867abb0c4aa1a1702ad0191d4f8d. [pid: 7|app: 0|req: 1173/2416] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:24:02 2026] DELETE /v2.0/routers/75527b1f-1b3c-4fc2-a752-63850d48aaef => generated 0 bytes in 598 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2417] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:24:02 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) 2026-05-08 02:24:02.788 7 INFO neutron.db.segments_db [None req-c0485d80-d4b3-470e-948e-e1bac9ae50f5 3446e856749c423da3b54cc525f2ae28 2e4c840ccb3645b18bde9d9a77b53890 - - default default] Added segment 26dc931f-67e2-4609-a50b-a0de989503eb of type vxlan for network 52a999ab-dc35-4138-9f8c-cfb65cc8f2f2 [pid: 7|app: 0|req: 1174/2418] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:24:02 2026] POST /v2.0/networks => generated 613 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:24:02.955 8 INFO neutron.db.segments_db [None req-b842e41b-ec1c-4de5-81b7-2bf502ad7555 3446e856749c423da3b54cc525f2ae28 2e4c840ccb3645b18bde9d9a77b53890 - - default default] Added segment f22d9c1f-5875-44e4-bcb7-3b1916d07984 of type vxlan for network b9744535-7793-4afe-93e4-33690844be2b [pid: 8|app: 0|req: 1245/2419] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:24:02 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: 7|app: 0|req: 1175/2420] 10.0.0.211 () {34 vars in 753 bytes} [Fri May 8 02:24:03 2026] PUT /v2.0/networks/b3b77d44-3759-4419-ba4a-921fd5790ef0/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2421] 10.0.0.211 () {34 vars in 753 bytes} [Fri May 8 02:24:03 2026] PUT /v2.0/networks/d5643592-57c8-481d-8d40-3bafe9f73b80/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2422] 10.0.0.211 () {34 vars in 753 bytes} [Fri May 8 02:24:03 2026] PUT /v2.0/networks/cb969b3f-9fc5-4c0f-bbe4-ee09b4c67454/tags => generated 34 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2423] 10.0.0.211 () {34 vars in 753 bytes} [Fri May 8 02:24:03 2026] PUT /v2.0/networks/52a999ab-dc35-4138-9f8c-cfb65cc8f2f2/tags => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2424] 10.0.0.211 () {32 vars in 666 bytes} [Fri May 8 02:24:03 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:24:03.410 7 INFO neutron.services.segments.plugin [-] Segment dadb038d-3875-449a-9ab5-b043927e3335 resource provider aggregate not found 2026-05-08 02:24:03.413 7 INFO neutron.services.segments.plugin [-] Segment dadb038d-3875-449a-9ab5-b043927e3335 resource provider aggregate not found 2026-05-08 02:24:03.433 7 INFO neutron.services.segments.plugin [-] Segment dadb038d-3875-449a-9ab5-b043927e3335 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dadb038d-3875-449a-9ab5-b043927e3335 found for delete ", "request_id": "req-38f54737-83c1-4767-a0c7-2a648c4b2590"}]} 2026-05-08 02:24:03.443 7 INFO neutron.services.segments.plugin [-] Segment dadb038d-3875-449a-9ab5-b043927e3335 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dadb038d-3875-449a-9ab5-b043927e3335 found for delete ", "request_id": "req-2c983a0c-8ab8-4054-9bba-bad0b26c827b"}]} [pid: 7|app: 0|req: 1177/2425] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:03 2026] GET /v2.0/security-groups?tenant_id=3b1d503d1b874a9ca76d78d73ab3cb09&name=default => generated 2929 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2426] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:03 2026] GET /v2.0/security-groups?tenant_id=78aec409efe948be8b52d7e36eeb42e5&name=default => generated 2929 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2427] 10.0.0.211 () {32 vars in 680 bytes} [Fri May 8 02:24:03 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2428] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:03 2026] DELETE /v2.0/security-groups/a53d7d7b-d665-46db-98bb-0f761da1c8c8 => 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: 1251/2429] 10.0.0.211 () {32 vars in 676 bytes} [Fri May 8 02:24:03 2026] GET /v2.0/networks?tags-any=blue => 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: 1179/2430] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:03 2026] DELETE /v2.0/security-groups/93e24fa7-2e85-4069-a62f-3e94a7fb9e79 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2431] 10.0.0.211 () {32 vars in 688 bytes} [Fri May 8 02:24:03 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2432] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:03 2026] GET /v2.0/security-groups?tenant_id=b408ec9786d44275af6b19d9128f4ebc&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2433] 10.0.0.211 () {32 vars in 674 bytes} [Fri May 8 02:24:03 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2434] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:03 2026] DELETE /v2.0/security-groups/d3723099-3641-4273-8ff5-352651e87b50 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2435] 10.0.0.211 () {32 vars in 688 bytes} [Fri May 8 02:24:03 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2436] 10.0.0.211 () {32 vars in 684 bytes} [Fri May 8 02:24:03 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2437] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:03 2026] GET /v2.0/security-groups?tenant_id=9bbf867abb0c4aa1a1702ad0191d4f8d&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2438] 10.0.0.211 () {32 vars in 696 bytes} [Fri May 8 02:24:04 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2439] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:04 2026] DELETE /v2.0/security-groups/cf153484-4d8b-46c1-8a8d-5baeee17f55f => 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: 1184/2440] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:04 2026] GET /v2.0/security-groups?tenant_id=f015b72df49f4d8ba212a1ed891d97c0&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:24:04.341 8 INFO neutron.services.segments.plugin [-] Segment 5a42a344-564b-4ce4-9e67-ebe62fd08305 resource provider aggregate not found 2026-05-08 02:24:04.351 8 INFO neutron.services.segments.plugin [-] Segment 5a42a344-564b-4ce4-9e67-ebe62fd08305 resource provider aggregate not found 2026-05-08 02:24:04.363 8 INFO neutron.services.segments.plugin [-] Segment 5a42a344-564b-4ce4-9e67-ebe62fd08305 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a42a344-564b-4ce4-9e67-ebe62fd08305 found for delete ", "request_id": "req-754c6150-21bc-4b1c-b72b-85b11201df50"}]} 2026-05-08 02:24:04.368 8 INFO neutron.services.segments.plugin [-] Segment 5a42a344-564b-4ce4-9e67-ebe62fd08305 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a42a344-564b-4ce4-9e67-ebe62fd08305 found for delete ", "request_id": "req-3d30421e-d072-49d5-9bc0-fc7c796a54e6"}]} [pid: 8|app: 0|req: 1257/2441] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:24:04 2026] DELETE /v2.0/networks/b3b77d44-3759-4419-ba4a-921fd5790ef0 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2442] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:04 2026] DELETE /v2.0/security-groups/866a5955-7f9a-4452-9bbb-1ac8211037e0 => 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: 1258/2443] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:24:04 2026] DELETE /v2.0/networks/d5643592-57c8-481d-8d40-3bafe9f73b80 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2444] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:24:04 2026] DELETE /v2.0/networks/cb969b3f-9fc5-4c0f-bbe4-ee09b4c67454 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2445] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:24:04 2026] DELETE /v2.0/networks/52a999ab-dc35-4138-9f8c-cfb65cc8f2f2 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2446] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:24:04 2026] DELETE /v2.0/networks/b9744535-7793-4afe-93e4-33690844be2b => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:24:05.456 7 INFO neutron.services.segments.plugin [-] Segment 0abaa665-6d88-46f2-b35f-9e982f0e3c6d resource provider aggregate not found 2026-05-08 02:24:05.470 7 INFO neutron.services.segments.plugin [-] Segment 0abaa665-6d88-46f2-b35f-9e982f0e3c6d resource provider aggregate not found 2026-05-08 02:24:05.474 7 INFO neutron.services.segments.plugin [-] Segment 0abaa665-6d88-46f2-b35f-9e982f0e3c6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0abaa665-6d88-46f2-b35f-9e982f0e3c6d found for delete ", "request_id": "req-2890af13-e62f-4b46-b08e-85cc9bf05b86"}]} 2026-05-08 02:24:05.493 7 INFO neutron.services.segments.plugin [-] Segment 0abaa665-6d88-46f2-b35f-9e982f0e3c6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0abaa665-6d88-46f2-b35f-9e982f0e3c6d found for delete ", "request_id": "req-d979b505-ef14-482e-99bb-6c53688a648a"}]} 2026-05-08 02:24:05.497 7 INFO neutron.services.segments.plugin [-] Segment f22d9c1f-5875-44e4-bcb7-3b1916d07984 resource provider aggregate not found 2026-05-08 02:24:05.515 7 INFO neutron.services.segments.plugin [-] Segment f22d9c1f-5875-44e4-bcb7-3b1916d07984 resource provider aggregate not found 2026-05-08 02:24:05.519 7 INFO neutron.services.segments.plugin [-] Segment f22d9c1f-5875-44e4-bcb7-3b1916d07984 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f22d9c1f-5875-44e4-bcb7-3b1916d07984 found for delete ", "request_id": "req-229be36a-03cf-4bea-bace-bf3e21eda621"}]} 2026-05-08 02:24:05.529 7 INFO neutron.services.segments.plugin [-] Segment f22d9c1f-5875-44e4-bcb7-3b1916d07984 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f22d9c1f-5875-44e4-bcb7-3b1916d07984 found for delete ", "request_id": "req-ffbdb67f-f1d0-4d23-a41d-a0b51517e0dd"}]} [pid: 8|app: 0|req: 1260/2447] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:05 2026] GET /v2.0/security-groups?tenant_id=5adc58e805aa4530986a9afcff396533&name=default => generated 2929 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2448] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:06 2026] DELETE /v2.0/security-groups/a2f7284a-52ac-4433-b231-76409a19dd97 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:24:06.393 8 INFO neutron.services.segments.plugin [-] Segment c37e5456-83a7-4785-ae53-d7a5fce499f4 resource provider aggregate not found 2026-05-08 02:24:06.405 8 INFO neutron.services.segments.plugin [-] Segment c37e5456-83a7-4785-ae53-d7a5fce499f4 resource provider aggregate not found 2026-05-08 02:24:06.425 8 INFO neutron.services.segments.plugin [-] Segment c37e5456-83a7-4785-ae53-d7a5fce499f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c37e5456-83a7-4785-ae53-d7a5fce499f4 found for delete ", "request_id": "req-6a6ed2e4-75e3-4b21-9a47-8725e4ea6b9d"}]} 2026-05-08 02:24:06.443 8 INFO neutron.services.segments.plugin [-] Segment c37e5456-83a7-4785-ae53-d7a5fce499f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c37e5456-83a7-4785-ae53-d7a5fce499f4 found for delete ", "request_id": "req-a4ae31a3-4092-4ce3-8b02-9dd7bb53ff28"}]} 2026-05-08 02:24:06.449 8 INFO neutron.services.segments.plugin [-] Segment 26dc931f-67e2-4609-a50b-a0de989503eb resource provider aggregate not found 2026-05-08 02:24:06.465 8 INFO neutron.services.segments.plugin [-] Segment 26dc931f-67e2-4609-a50b-a0de989503eb resource provider aggregate not found 2026-05-08 02:24:06.471 8 INFO neutron.services.segments.plugin [-] Segment 26dc931f-67e2-4609-a50b-a0de989503eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26dc931f-67e2-4609-a50b-a0de989503eb found for delete ", "request_id": "req-e7cf6a5c-f7be-4829-89e4-87beb00546ae"}]} 2026-05-08 02:24:06.484 8 INFO neutron.services.segments.plugin [-] Segment 26dc931f-67e2-4609-a50b-a0de989503eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26dc931f-67e2-4609-a50b-a0de989503eb found for delete ", "request_id": "req-002eb6f0-177e-4644-9a62-97418913db51"}]} [pid: 8|app: 0|req: 1261/2449] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:06 2026] GET /v2.0/security-groups?tenant_id=b0bbc9c2f2b0457caf81b0ff9784182a&name=default => generated 2929 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2450] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:06 2026] DELETE /v2.0/security-groups/1ab2de07-0027-4de9-a2c7-3b7517e3c50d => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2451] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:06 2026] GET /v2.0/security-groups?tenant_id=2e4c840ccb3645b18bde9d9a77b53890&name=default => generated 2929 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2452] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:07 2026] DELETE /v2.0/security-groups/cce39070-df07-4c6e-a9fd-df521b0a2a35 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:24:08.216 8 INFO neutron.db.segments_db [None req-fd46d70a-4904-4396-85a3-e8bfe355d9eb cd753f054b1e42f596b03c0eb95c9f2c 0237649b4d4d4cbfa2b9e26bc525b0f1 - - default default] Added segment 999a5da2-3618-4ff0-82fd-df27b1233ba7 of type vxlan for network e9b9f8dc-a276-49d4-8b61-4acb46786a1d [pid: 8|app: 0|req: 1263/2453] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:24:07 2026] POST /v2.0/networks => generated 612 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2454] 10.0.0.211 () {34 vars in 664 bytes} [Fri May 8 02:24:08 2026] POST /v2.0/ports => generated 743 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2455] 10.0.0.211 () {34 vars in 666 bytes} [Fri May 8 02:24:08 2026] POST /v2.0/trunks => generated 407 bytes in 261 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: 1192/2456] 10.0.0.211 () {34 vars in 749 bytes} [Fri May 8 02:24:08 2026] PUT /v2.0/trunks/fc6967fd-f739-4974-9950-b61664d6968f/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: 1265/2457] 10.0.0.211 () {32 vars in 729 bytes} [Fri May 8 02:24:09 2026] GET /v2.0/trunks/fc6967fd-f739-4974-9950-b61664d6968f/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2458] 10.0.0.211 () {34 vars in 760 bytes} [Fri May 8 02:24:09 2026] PUT /v2.0/trunks/fc6967fd-f739-4974-9950-b61664d6968f/tags/green => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2459] 10.0.0.211 () {32 vars in 729 bytes} [Fri May 8 02:24:09 2026] GET /v2.0/trunks/fc6967fd-f739-4974-9950-b61664d6968f/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2460] 10.0.0.211 () {34 vars in 756 bytes} [Fri May 8 02:24:09 2026] PUT /v2.0/trunks/fc6967fd-f739-4974-9950-b61664d6968f/tags/red => generated 4 bytes in 24 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2461] 10.0.0.211 () {32 vars in 729 bytes} [Fri May 8 02:24:09 2026] GET /v2.0/trunks/fc6967fd-f739-4974-9950-b61664d6968f/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2462] 10.0.0.211 () {34 vars in 778 bytes} [Fri May 8 02:24:09 2026] PUT /v2.0/trunks/fc6967fd-f739-4974-9950-b61664d6968f/tags/black.or.white => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2463] 10.0.0.211 () {32 vars in 729 bytes} [Fri May 8 02:24:09 2026] GET /v2.0/trunks/fc6967fd-f739-4974-9950-b61664d6968f/tags => generated 52 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2464] 10.0.0.211 () {34 vars in 749 bytes} [Fri May 8 02:24:09 2026] PUT /v2.0/trunks/fc6967fd-f739-4974-9950-b61664d6968f/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2465] 10.0.0.211 () {32 vars in 729 bytes} [Fri May 8 02:24:09 2026] GET /v2.0/trunks/fc6967fd-f739-4974-9950-b61664d6968f/tags => generated 37 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2466] 10.0.0.211 () {32 vars in 737 bytes} [Fri May 8 02:24:09 2026] GET /v2.0/trunks/fc6967fd-f739-4974-9950-b61664d6968f/tags/red => generated 0 bytes in 22 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:24:09.365 7 INFO neutron.api.v2.resource [None req-7e68a760-c99e-4b71-b90d-5b3841210f86 cd753f054b1e42f596b03c0eb95c9f2c 0237649b4d4d4cbfa2b9e26bc525b0f1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1199/2467] 10.0.0.211 () {32 vars in 741 bytes} [Fri May 8 02:24:09 2026] GET /v2.0/trunks/fc6967fd-f739-4974-9950-b61664d6968f/tags/green => generated 99 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2468] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:09 2026] DELETE /v2.0/trunks/fc6967fd-f739-4974-9950-b61664d6968f/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2469] 10.0.0.211 () {32 vars in 729 bytes} [Fri May 8 02:24:09 2026] GET /v2.0/trunks/fc6967fd-f739-4974-9950-b61664d6968f/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:24:09.486 7 INFO neutron.api.v2.resource [None req-00a75de3-c0e0-40cf-a523-554f1376af60 cd753f054b1e42f596b03c0eb95c9f2c 0237649b4d4d4cbfa2b9e26bc525b0f1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1202/2470] 10.0.0.211 () {32 vars in 744 bytes} [Fri May 8 02:24:09 2026] DELETE /v2.0/trunks/fc6967fd-f739-4974-9950-b61664d6968f/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2471] 10.0.0.211 () {32 vars in 732 bytes} [Fri May 8 02:24:09 2026] DELETE /v2.0/trunks/fc6967fd-f739-4974-9950-b61664d6968f/tags => 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: 1204/2472] 10.0.0.211 () {32 vars in 729 bytes} [Fri May 8 02:24:09 2026] GET /v2.0/trunks/fc6967fd-f739-4974-9950-b61664d6968f/tags => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2473] 10.0.0.211 () {32 vars in 719 bytes} [Fri May 8 02:24:09 2026] GET /v2.0/trunks/fc6967fd-f739-4974-9950-b61664d6968f => generated 407 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2474] 10.0.0.211 () {32 vars in 717 bytes} [Fri May 8 02:24:09 2026] GET /v2.0/ports/8d273ccb-4c90-432b-b1df-cf93918abc25 => generated 826 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2475] 10.0.0.211 () {32 vars in 722 bytes} [Fri May 8 02:24:09 2026] DELETE /v2.0/trunks/fc6967fd-f739-4974-9950-b61664d6968f => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:24:09.913 7 INFO neutron_taas.services.taas.taas_plugin [None req-f8e7169f-a573-42c9-be01-314bb188fd9b cd753f054b1e42f596b03c0eb95c9f2c 0237649b4d4d4cbfa2b9e26bc525b0f1 - - default default] TaaS: Handle Delete Port: 8d273ccb-4c90-432b-b1df-cf93918abc25 2026-05-08 02:24:09.917 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8e7169f-a573-42c9-be01-314bb188fd9b cd753f054b1e42f596b03c0eb95c9f2c 0237649b4d4d4cbfa2b9e26bc525b0f1 - - default default] Tap Mirror: Handle Delete Port: 8d273ccb-4c90-432b-b1df-cf93918abc25 [pid: 7|app: 0|req: 1208/2476] 10.0.0.211 () {32 vars in 720 bytes} [Fri May 8 02:24:09 2026] DELETE /v2.0/ports/8d273ccb-4c90-432b-b1df-cf93918abc25 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2477] 10.0.0.211 () {34 vars in 676 bytes} [Fri May 8 02:24:09 2026] POST /v2.0/floatingips => generated 552 bytes in 820 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:24:10.156 7 INFO neutron.services.segments.plugin [-] Segment 999a5da2-3618-4ff0-82fd-df27b1233ba7 resource provider aggregate not found 2026-05-08 02:24:10.164 7 INFO neutron.services.segments.plugin [-] Segment 999a5da2-3618-4ff0-82fd-df27b1233ba7 resource provider aggregate not found 2026-05-08 02:24:10.182 7 INFO neutron.services.segments.plugin [-] Segment 999a5da2-3618-4ff0-82fd-df27b1233ba7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 999a5da2-3618-4ff0-82fd-df27b1233ba7 found for delete ", "request_id": "req-62356803-2b89-4172-8e3b-e15cf9e195eb"}]} 2026-05-08 02:24:10.184 7 INFO neutron.services.segments.plugin [-] Segment 999a5da2-3618-4ff0-82fd-df27b1233ba7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 999a5da2-3618-4ff0-82fd-df27b1233ba7 found for delete ", "request_id": "req-1a15bc95-0ae4-4f6e-9d41-058d7183bcfc"}]} [pid: 7|app: 0|req: 1209/2478] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:24:10 2026] DELETE /v2.0/networks/e9b9f8dc-a276-49d4-8b61-4acb46786a1d => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2479] 10.0.0.211 () {34 vars in 676 bytes} [Fri May 8 02:24:10 2026] POST /v2.0/floatingips => generated 552 bytes in 575 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2480] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:10 2026] GET /v2.0/security-groups?tenant_id=0237649b4d4d4cbfa2b9e26bc525b0f1&name=default => generated 2929 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2481] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:11 2026] DELETE /v2.0/security-groups/b7c61c7f-bad2-4aa9-82a9-654c1fa91cb1 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2482] 10.0.0.211 () {34 vars in 676 bytes} [Fri May 8 02:24:10 2026] POST /v2.0/floatingips => generated 552 bytes in 566 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2483] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:11 2026] GET /v2.0/security-groups?tenant_id=00624b6242574ba7b5afc30ad8725981&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2484] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:11 2026] DELETE /v2.0/security-groups/af2d9930-b021-4495-867b-2a6dc7244286 => 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: 1273/2485] 10.0.0.211 () {34 vars in 676 bytes} [Fri May 8 02:24:11 2026] POST /v2.0/floatingips => generated 552 bytes in 618 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:24:12.181 7 INFO neutron.db.segments_db [None req-19f00832-241e-49de-af2a-da76f0ee799f 1d974ed988f3499ca561703a0af4f273 69512a60d59e4a72a76f8d87ec09da4d - - default default] Added segment 8df343c5-bde8-4959-9a9f-c964319f1952 of type vxlan for network 46c6e9d0-1ca3-4496-a840-16d9f97635ec [pid: 7|app: 0|req: 1213/2486] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:24:11 2026] POST /v2.0/networks => generated 613 bytes in 554 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2487] 10.0.0.211 () {34 vars in 676 bytes} [Fri May 8 02:24:11 2026] POST /v2.0/floatingips => generated 552 bytes in 629 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2488] 10.0.0.211 () {34 vars in 759 bytes} [Fri May 8 02:24:12 2026] PUT /v2.0/floatingips/de027f2a-ebe1-4589-958f-a6775659cfe4/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2489] 10.0.0.211 () {34 vars in 759 bytes} [Fri May 8 02:24:12 2026] PUT /v2.0/floatingips/cb675103-3193-4e74-bcbe-8921d0debfec/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: 1214/2490] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:24:12 2026] POST /v2.0/subnets => generated 626 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2491] 10.0.0.211 () {34 vars in 759 bytes} [Fri May 8 02:24:12 2026] PUT /v2.0/floatingips/29a042c9-ebc9-4bf7-ada8-196594ff1923/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:24:12.708 7 INFO neutron.db.segments_db [None req-b286a384-d109-4f6e-a090-e16a869712a3 1d974ed988f3499ca561703a0af4f273 69512a60d59e4a72a76f8d87ec09da4d - - default default] Added segment a1d5e143-fd17-4d38-8f63-2e2655bc12d1 of type vxlan for network 018b9643-bfb9-4920-b086-f0224f5823a2 [pid: 8|app: 0|req: 1278/2492] 10.0.0.211 () {34 vars in 759 bytes} [Fri May 8 02:24:12 2026] PUT /v2.0/floatingips/01c53f69-2290-481b-ad42-2f343f54e00d/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2493] 10.0.0.211 () {32 vars in 672 bytes} [Fri May 8 02:24:12 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2494] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:24:12 2026] POST /v2.0/networks => generated 613 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2495] 10.0.0.211 () {32 vars in 686 bytes} [Fri May 8 02:24:12 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2496] 10.0.0.211 () {32 vars in 682 bytes} [Fri May 8 02:24:12 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2497] 10.0.0.211 () {32 vars in 694 bytes} [Fri May 8 02:24:12 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2498] 10.0.0.211 () {32 vars in 680 bytes} [Fri May 8 02:24:12 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2499] 10.0.0.211 () {32 vars in 694 bytes} [Fri May 8 02:24:13 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2500] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:24:12 2026] POST /v2.0/subnets => generated 629 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2501] 10.0.0.211 () {32 vars in 690 bytes} [Fri May 8 02:24:13 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2502] 10.0.0.211 () {32 vars in 702 bytes} [Fri May 8 02:24:13 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:24:13.197 7 INFO neutron.db.segments_db [None req-2aaff329-f09e-4d9f-88a6-5adbf9a6ee12 1d974ed988f3499ca561703a0af4f273 69512a60d59e4a72a76f8d87ec09da4d - - default default] Added segment 7239aa19-ab89-47d9-86f3-9658dc1dea8f of type vxlan for network a0ba531f-b791-492c-8f1d-9308ba395344 [pid: 7|app: 0|req: 1217/2503] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:24:13 2026] POST /v2.0/networks => generated 612 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:24:13.310 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a25893c-040d-425e-a60e-fd099de18410 98b48384ee5c470081b4794f9c5e56bd 0de60ca726e4499f935be96ff61094ce - - default default] TaaS: Handle Delete Port: ecc140f1-e02a-41b1-a422-0c6171cb960a 2026-05-08 02:24:13.315 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a25893c-040d-425e-a60e-fd099de18410 98b48384ee5c470081b4794f9c5e56bd 0de60ca726e4499f935be96ff61094ce - - default default] Tap Mirror: Handle Delete Port: ecc140f1-e02a-41b1-a422-0c6171cb960a [pid: 8|app: 0|req: 1287/2504] 10.0.0.211 () {32 vars in 732 bytes} [Fri May 8 02:24:13 2026] DELETE /v2.0/floatingips/de027f2a-ebe1-4589-958f-a6775659cfe4 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2505] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:24:13 2026] POST /v2.0/subnets => generated 629 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:24:13.615 7 INFO neutron.db.segments_db [None req-19f29d6d-3201-49ce-9914-a9818b5fad68 1d974ed988f3499ca561703a0af4f273 69512a60d59e4a72a76f8d87ec09da4d - - default default] Added segment a081bd22-d438-4ba2-9ee8-115330bab548 of type vxlan for network da8fe563-0ec9-465c-afe1-3c5b0764ea40 2026-05-08 02:24:13.651 8 INFO neutron_taas.services.taas.taas_plugin [None req-85f2d744-c6ad-4a60-9ffe-fe5e647d3dc3 98b48384ee5c470081b4794f9c5e56bd 0de60ca726e4499f935be96ff61094ce - - default default] TaaS: Handle Delete Port: c267c169-0c43-4f50-85cf-70c3e56c4534 2026-05-08 02:24:13.654 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85f2d744-c6ad-4a60-9ffe-fe5e647d3dc3 98b48384ee5c470081b4794f9c5e56bd 0de60ca726e4499f935be96ff61094ce - - default default] Tap Mirror: Handle Delete Port: c267c169-0c43-4f50-85cf-70c3e56c4534 [pid: 7|app: 0|req: 1219/2506] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:24:13 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: 1288/2507] 10.0.0.211 () {32 vars in 732 bytes} [Fri May 8 02:24:13 2026] DELETE /v2.0/floatingips/cb675103-3193-4e74-bcbe-8921d0debfec => generated 0 bytes in 353 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2508] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:24:13 2026] POST /v2.0/subnets => generated 629 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:24:14.011 8 INFO neutron_taas.services.taas.taas_plugin [None req-89942f18-0f3e-49bc-9aa0-7b0511bd0d90 98b48384ee5c470081b4794f9c5e56bd 0de60ca726e4499f935be96ff61094ce - - default default] TaaS: Handle Delete Port: 9902c7e5-c549-4f6c-a6e4-24992a7a8ecb 2026-05-08 02:24:14.017 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89942f18-0f3e-49bc-9aa0-7b0511bd0d90 98b48384ee5c470081b4794f9c5e56bd 0de60ca726e4499f935be96ff61094ce - - default default] Tap Mirror: Handle Delete Port: 9902c7e5-c549-4f6c-a6e4-24992a7a8ecb 2026-05-08 02:24:14.067 7 INFO neutron.db.segments_db [None req-ed7ff1e6-9159-423c-81e4-0f56e3a711a4 1d974ed988f3499ca561703a0af4f273 69512a60d59e4a72a76f8d87ec09da4d - - default default] Added segment a759fa2d-333c-4cb7-9cae-933c8e37afde of type vxlan for network 4bcefa74-14bc-4c41-9ed6-b10f0c4a3913 [pid: 7|app: 0|req: 1221/2509] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:24:14 2026] POST /v2.0/networks => generated 612 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2510] 10.0.0.211 () {32 vars in 732 bytes} [Fri May 8 02:24:13 2026] DELETE /v2.0/floatingips/29a042c9-ebc9-4bf7-ada8-196594ff1923 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:24:14.292 8 INFO neutron_taas.services.taas.taas_plugin [None req-982a7e06-c688-48d4-8383-a982997a69ff 98b48384ee5c470081b4794f9c5e56bd 0de60ca726e4499f935be96ff61094ce - - default default] TaaS: Handle Delete Port: b2e0bc33-3ae6-4392-927c-25a3560c41a4 2026-05-08 02:24:14.294 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-982a7e06-c688-48d4-8383-a982997a69ff 98b48384ee5c470081b4794f9c5e56bd 0de60ca726e4499f935be96ff61094ce - - default default] Tap Mirror: Handle Delete Port: b2e0bc33-3ae6-4392-927c-25a3560c41a4 [pid: 7|app: 0|req: 1222/2511] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:24:14 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: 7|app: 0|req: 1223/2512] 10.0.0.211 () {34 vars in 751 bytes} [Fri May 8 02:24:14 2026] PUT /v2.0/subnets/90976bb7-d22d-4704-8fc3-5da0a413faf9/tags => generated 17 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2513] 10.0.0.211 () {32 vars in 732 bytes} [Fri May 8 02:24:14 2026] DELETE /v2.0/floatingips/01c53f69-2290-481b-ad42-2f343f54e00d => generated 0 bytes in 314 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2514] 10.0.0.211 () {34 vars in 751 bytes} [Fri May 8 02:24:14 2026] PUT /v2.0/subnets/6d4309fe-00bb-4589-a8fd-3aa23d28c5af/tags => generated 25 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2515] 10.0.0.211 () {34 vars in 751 bytes} [Fri May 8 02:24:14 2026] PUT /v2.0/subnets/ea085862-bb9a-455a-8700-59e8fd4b84f6/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:24:14.676 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5041994-ef4b-4e06-9111-88dfd84b2dc2 98b48384ee5c470081b4794f9c5e56bd 0de60ca726e4499f935be96ff61094ce - - default default] TaaS: Handle Delete Port: aa6ba1d5-d592-40c5-bb84-4cb9dc2b3d1a 2026-05-08 02:24:14.679 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5041994-ef4b-4e06-9111-88dfd84b2dc2 98b48384ee5c470081b4794f9c5e56bd 0de60ca726e4499f935be96ff61094ce - - default default] Tap Mirror: Handle Delete Port: aa6ba1d5-d592-40c5-bb84-4cb9dc2b3d1a [pid: 7|app: 0|req: 1226/2516] 10.0.0.211 () {34 vars in 751 bytes} [Fri May 8 02:24:14 2026] PUT /v2.0/subnets/9afe94c4-015d-48a7-bb64-76f0ad4a6790/tags => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2517] 10.0.0.211 () {32 vars in 664 bytes} [Fri May 8 02:24:14 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2518] 10.0.0.211 () {32 vars in 678 bytes} [Fri May 8 02:24:14 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2519] 10.0.0.211 () {32 vars in 674 bytes} [Fri May 8 02:24:14 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2520] 10.0.0.211 () {32 vars in 732 bytes} [Fri May 8 02:24:14 2026] DELETE /v2.0/floatingips/ada2d162-f396-420e-8be4-83602137ecf3 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2523] 10.0.0.211 () {32 vars in 686 bytes} [Fri May 8 02:24:14 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2524] 10.0.0.211 () {32 vars in 672 bytes} [Fri May 8 02:24:14 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2525] 10.0.0.211 () {32 vars in 686 bytes} [Fri May 8 02:24:14 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2526] 10.0.0.211 () {32 vars in 682 bytes} [Fri May 8 02:24:14 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2527] 10.0.0.211 () {32 vars in 694 bytes} [Fri May 8 02:24:15 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2528] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:24:15 2026] DELETE /v2.0/subnets/90976bb7-d22d-4704-8fc3-5da0a413faf9 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2529] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:24:15 2026] DELETE /v2.0/subnets/6d4309fe-00bb-4589-a8fd-3aa23d28c5af => 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: 1297/2530] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:24:15 2026] DELETE /v2.0/subnets/ea085862-bb9a-455a-8700-59e8fd4b84f6 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2531] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:24:15 2026] DELETE /v2.0/subnets/9afe94c4-015d-48a7-bb64-76f0ad4a6790 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2532] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:24:15 2026] DELETE /v2.0/subnets/60c90417-0c3d-4e3b-ad48-feb81f95d1a9 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:24:16.073 8 INFO neutron_taas.services.taas.taas_plugin [None req-87f4b3af-17fa-44af-890b-f6090353e017 1d974ed988f3499ca561703a0af4f273 69512a60d59e4a72a76f8d87ec09da4d - - default default] TaaS: Handle Delete Port: 113734f2-4627-405b-86c8-b3832033b474 2026-05-08 02:24:16.078 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87f4b3af-17fa-44af-890b-f6090353e017 1d974ed988f3499ca561703a0af4f273 69512a60d59e4a72a76f8d87ec09da4d - - default default] Tap Mirror: Handle Delete Port: 113734f2-4627-405b-86c8-b3832033b474 [pid: 7|app: 0|req: 1235/2533] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:15 2026] GET /v2.0/security-groups?tenant_id=fb4c95867e914afbad70c49ad5db96af&name=default => generated 2929 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:24:16.268 8 INFO neutron.services.segments.plugin [-] Segment 8df343c5-bde8-4959-9a9f-c964319f1952 resource provider aggregate not found [pid: 7|app: 0|req: 1236/2534] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:16 2026] DELETE /v2.0/security-groups/76f90e18-1104-400d-afc0-cf6adb3ac72e => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:24:16.275 8 INFO neutron.services.segments.plugin [-] Segment 8df343c5-bde8-4959-9a9f-c964319f1952 resource provider aggregate not found 2026-05-08 02:24:16.290 8 INFO neutron.services.segments.plugin [-] Segment 8df343c5-bde8-4959-9a9f-c964319f1952 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8df343c5-bde8-4959-9a9f-c964319f1952 found for delete ", "request_id": "req-c3c756a1-16a4-4dc8-a0fa-fc21a1a7e968"}]} 2026-05-08 02:24:16.295 8 INFO neutron.services.segments.plugin [-] Segment 8df343c5-bde8-4959-9a9f-c964319f1952 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8df343c5-bde8-4959-9a9f-c964319f1952 found for delete ", "request_id": "req-850770a1-e763-4140-8fb7-58d56c44c2a4"}]} [pid: 8|app: 0|req: 1299/2535] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:24:15 2026] DELETE /v2.0/networks/46c6e9d0-1ca3-4496-a840-16d9f97635ec => generated 0 bytes in 350 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:24:16.458 7 INFO neutron.services.segments.plugin [-] Segment a1d5e143-fd17-4d38-8f63-2e2655bc12d1 resource provider aggregate not found 2026-05-08 02:24:16.462 7 INFO neutron.services.segments.plugin [-] Segment a1d5e143-fd17-4d38-8f63-2e2655bc12d1 resource provider aggregate not found 2026-05-08 02:24:16.480 7 INFO neutron.services.segments.plugin [-] Segment a1d5e143-fd17-4d38-8f63-2e2655bc12d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1d5e143-fd17-4d38-8f63-2e2655bc12d1 found for delete ", "request_id": "req-c2ff06e6-04b0-4487-9376-c3160759180e"}]} 2026-05-08 02:24:16.493 7 INFO neutron.services.segments.plugin [-] Segment a1d5e143-fd17-4d38-8f63-2e2655bc12d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1d5e143-fd17-4d38-8f63-2e2655bc12d1 found for delete ", "request_id": "req-69f5eb74-57d3-46f7-b8fa-36b680e51306"}]} [pid: 7|app: 0|req: 1237/2536] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:24:16 2026] DELETE /v2.0/networks/018b9643-bfb9-4920-b086-f0224f5823a2 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2537] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:16 2026] GET /v2.0/security-groups?tenant_id=0de60ca726e4499f935be96ff61094ce&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2538] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:16 2026] DELETE /v2.0/security-groups/3a47a1e9-770f-41ce-aad5-3b49aafc5e07 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2539] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:24:16 2026] DELETE /v2.0/networks/a0ba531f-b791-492c-8f1d-9308ba395344 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2540] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:24:16 2026] DELETE /v2.0/networks/da8fe563-0ec9-465c-afe1-3c5b0764ea40 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2541] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:16 2026] GET /v2.0/security-groups?tenant_id=514898896b1445c6afa640d7b76f4c62&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2542] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:24:16 2026] DELETE /v2.0/networks/4bcefa74-14bc-4c41-9ed6-b10f0c4a3913 => 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: 1240/2543] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:16 2026] DELETE /v2.0/security-groups/02571b73-3852-4008-a365-52eaab9eaa9b => 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: 1304/2544] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:17 2026] GET /v2.0/security-groups?tenant_id=7135caa449584831b5d3db5aebd30ce0&name=default => generated 2929 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2545] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:18 2026] DELETE /v2.0/security-groups/749cbfc7-4177-4d40-8302-ee15705b3f02 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:24:18.319 8 INFO neutron.services.segments.plugin [-] Segment a081bd22-d438-4ba2-9ee8-115330bab548 resource provider aggregate not found 2026-05-08 02:24:18.327 8 INFO neutron.services.segments.plugin [-] Segment a081bd22-d438-4ba2-9ee8-115330bab548 resource provider aggregate not found 2026-05-08 02:24:18.343 8 INFO neutron.services.segments.plugin [-] Segment a081bd22-d438-4ba2-9ee8-115330bab548 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a081bd22-d438-4ba2-9ee8-115330bab548 found for delete ", "request_id": "req-0e71f304-ef74-40b4-9a86-afeaa6387314"}]} 2026-05-08 02:24:18.355 8 INFO neutron.services.segments.plugin [-] Segment a081bd22-d438-4ba2-9ee8-115330bab548 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a081bd22-d438-4ba2-9ee8-115330bab548 found for delete ", "request_id": "req-bb5bd624-8b61-4883-8deb-ffb41bb924ef"}]} 2026-05-08 02:24:18.358 8 INFO neutron.services.segments.plugin [-] Segment a759fa2d-333c-4cb7-9cae-933c8e37afde resource provider aggregate not found [pid: 8|app: 0|req: 1305/2546] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:18 2026] GET /v2.0/security-groups?tenant_id=69512a60d59e4a72a76f8d87ec09da4d&name=default => generated 2929 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:24:18.372 8 INFO neutron.services.segments.plugin [-] Segment a759fa2d-333c-4cb7-9cae-933c8e37afde resource provider aggregate not found 2026-05-08 02:24:18.376 8 INFO neutron.services.segments.plugin [-] Segment a759fa2d-333c-4cb7-9cae-933c8e37afde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a759fa2d-333c-4cb7-9cae-933c8e37afde found for delete ", "request_id": "req-4f9af024-40ab-4543-9a68-f40573beb336"}]} 2026-05-08 02:24:18.392 8 INFO neutron.services.segments.plugin [-] Segment a759fa2d-333c-4cb7-9cae-933c8e37afde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a759fa2d-333c-4cb7-9cae-933c8e37afde found for delete ", "request_id": "req-2f99f331-397d-44d4-b38e-01483cb9ee4e"}]} [pid: 7|app: 0|req: 1242/2547] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:18 2026] DELETE /v2.0/security-groups/5a8225a3-76a2-4874-9095-cbbc610db2f7 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:24:18.499 7 INFO neutron.services.segments.plugin [-] Segment 7239aa19-ab89-47d9-86f3-9658dc1dea8f resource provider aggregate not found 2026-05-08 02:24:18.517 7 INFO neutron.services.segments.plugin [-] Segment 7239aa19-ab89-47d9-86f3-9658dc1dea8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7239aa19-ab89-47d9-86f3-9658dc1dea8f found for delete ", "request_id": "req-c1c1031f-59f9-458f-b42e-98387b974d36"}]} 2026-05-08 02:24:18.519 7 INFO neutron.services.segments.plugin [-] Segment 7239aa19-ab89-47d9-86f3-9658dc1dea8f resource provider aggregate not found 2026-05-08 02:24:18.536 7 INFO neutron.services.segments.plugin [-] Segment 7239aa19-ab89-47d9-86f3-9658dc1dea8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7239aa19-ab89-47d9-86f3-9658dc1dea8f found for delete ", "request_id": "req-ff7cc160-22ca-4e54-8cc1-3ca8650fcd23"}]} [pid: 8|app: 0|req: 1306/2548] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:18 2026] GET /v2.0/security-groups?tenant_id=70d384bbb21e4ad2b4d294fe4ac6f440&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2549] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:18 2026] DELETE /v2.0/security-groups/c1dfae71-5913-43cc-9265-0d06a10c38cc => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2550] 10.0.0.211 () {34 vars in 678 bytes} [Fri May 8 02:24:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2551] 10.0.0.211 () {34 vars in 678 bytes} [Fri May 8 02:24:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2552] 10.0.0.211 () {34 vars in 678 bytes} [Fri May 8 02:24:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2553] 10.0.0.211 () {34 vars in 678 bytes} [Fri May 8 02:24:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2554] 10.0.0.211 () {34 vars in 678 bytes} [Fri May 8 02:24:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2555] 10.0.0.211 () {34 vars in 753 bytes} [Fri May 8 02:24:21 2026] PUT /v2.0/policies/cc1377fb-8f71-42a8-96ee-8f27ffc2e808/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2556] 10.0.0.211 () {34 vars in 753 bytes} [Fri May 8 02:24:22 2026] PUT /v2.0/policies/abdbff77-84db-4387-9284-403d683368f1/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2557] 10.0.0.211 () {34 vars in 753 bytes} [Fri May 8 02:24:22 2026] PUT /v2.0/policies/0c3f8370-1047-4470-8208-8f5c1d50b298/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2558] 10.0.0.211 () {34 vars in 753 bytes} [Fri May 8 02:24:22 2026] PUT /v2.0/policies/567e5a12-8bb8-4bc4-bead-649cb3a0d94b/tags => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2559] 10.0.0.211 () {32 vars in 674 bytes} [Fri May 8 02:24:22 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2560] 10.0.0.211 () {32 vars in 688 bytes} [Fri May 8 02:24:22 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2561] 10.0.0.211 () {32 vars in 684 bytes} [Fri May 8 02:24:22 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2562] 10.0.0.211 () {32 vars in 696 bytes} [Fri May 8 02:24:22 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2563] 10.0.0.211 () {32 vars in 682 bytes} [Fri May 8 02:24:23 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2564] 10.0.0.211 () {32 vars in 696 bytes} [Fri May 8 02:24:23 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2565] 10.0.0.211 () {32 vars in 692 bytes} [Fri May 8 02:24:23 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:24:23.224 7 INFO neutron.db.segments_db [None req-ba0bffb6-5b23-4fba-a6f8-3823827a9a09 d8cf4096420947efb429619558df47d8 55070cb8861b42ceaf57ed360e58107e - - default default] Added segment ea2e6022-bb92-47dd-9550-c207ed484cc0 of type vxlan for network c7025486-57f3-4f4a-b9b7-d4ea129b770a [pid: 8|app: 0|req: 1316/2566] 10.0.0.211 () {32 vars in 704 bytes} [Fri May 8 02:24:23 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2567] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:24:23 2026] POST /v2.0/networks => generated 613 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2568] 10.0.0.211 () {32 vars in 734 bytes} [Fri May 8 02:24:23 2026] DELETE /v2.0/qos/policies/cc1377fb-8f71-42a8-96ee-8f27ffc2e808 => 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: 1318/2569] 10.0.0.211 () {32 vars in 734 bytes} [Fri May 8 02:24:23 2026] DELETE /v2.0/qos/policies/abdbff77-84db-4387-9284-403d683368f1 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2570] 10.0.0.211 () {32 vars in 734 bytes} [Fri May 8 02:24:23 2026] DELETE /v2.0/qos/policies/0c3f8370-1047-4470-8208-8f5c1d50b298 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2571] 10.0.0.211 () {32 vars in 734 bytes} [Fri May 8 02:24:23 2026] DELETE /v2.0/qos/policies/567e5a12-8bb8-4bc4-bead-649cb3a0d94b => 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: 1321/2572] 10.0.0.211 () {32 vars in 734 bytes} [Fri May 8 02:24:23 2026] DELETE /v2.0/qos/policies/8e163f0d-c77c-42ab-a2e0-03b7e1bd209d => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2573] 10.0.0.211 () {34 vars in 664 bytes} [Fri May 8 02:24:23 2026] POST /v2.0/ports => generated 743 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2574] 10.0.0.211 () {34 vars in 666 bytes} [Fri May 8 02:24:23 2026] POST /v2.0/trunks => generated 407 bytes in 159 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 02:24:23.875 7 INFO neutron.db.segments_db [None req-f483b010-4101-4c3a-a557-18ae74f67574 d8cf4096420947efb429619558df47d8 55070cb8861b42ceaf57ed360e58107e - - default default] Added segment af690274-d95d-4579-8afc-7b6c08947026 of type vxlan for network 71ae8d5e-d409-444c-99a4-13da93b55f88 [pid: 7|app: 0|req: 1253/2575] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:24:23 2026] POST /v2.0/networks => generated 611 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2576] 10.0.0.211 () {34 vars in 664 bytes} [Fri May 8 02:24:23 2026] POST /v2.0/ports => generated 743 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2577] 10.0.0.211 () {34 vars in 666 bytes} [Fri May 8 02:24:24 2026] POST /v2.0/trunks => generated 407 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:24:24.588 7 INFO neutron.db.segments_db [None req-dc427096-8e35-494e-beec-3d322211ecb8 d8cf4096420947efb429619558df47d8 55070cb8861b42ceaf57ed360e58107e - - default default] Added segment b41a89bf-84c4-450b-91b4-c33e73182106 of type vxlan for network 8f45756f-a99a-422e-a873-a477b0ff0d5c /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1255/2578] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:24:24 2026] POST /v2.0/networks => generated 611 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2579] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:24 2026] GET /v2.0/security-groups?tenant_id=aedb452ced144ee7891cddac0ba409ce&name=default => generated 2929 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2580] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:24 2026] DELETE /v2.0/security-groups/3cad3ec7-d64f-4f68-9049-2e3391f3d033 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2581] 10.0.0.211 () {34 vars in 664 bytes} [Fri May 8 02:24:24 2026] POST /v2.0/ports => generated 743 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, ' [pid: 8|app: 0|req: 1326/2582] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:25 2026] GET /v2.0/security-groups?tenant_id=cd1f0da0118a49d8811d9e90b910d249&name=default => generated 2929 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2583] 10.0.0.211 () {34 vars in 666 bytes} [Fri May 8 02:24:25 2026] POST /v2.0/trunks => generated 407 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2584] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:25 2026] DELETE /v2.0/security-groups/3cfcb4d5-7a9d-407c-bd2f-6123dfe1c9c6 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:24:25.307 7 INFO neutron.db.segments_db [None req-63f0cffe-b032-4ac3-8096-b70a4f900cce d8cf4096420947efb429619558df47d8 55070cb8861b42ceaf57ed360e58107e - - default default] Added segment 84c0568d-d429-430e-ac74-231f92447055 of type vxlan for network 7171de21-d539-47e8-89cc-79c104d3e126 [pid: 7|app: 0|req: 1258/2585] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:24:25 2026] POST /v2.0/networks => generated 613 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2586] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:25 2026] GET /v2.0/security-groups?tenant_id=6df9a833a83447f7a27705df3a16233f&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: 1260/2587] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:25 2026] DELETE /v2.0/security-groups/f208f305-7e63-4c33-88bb-887bf951f8bf => 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: 1328/2588] 10.0.0.211 () {34 vars in 664 bytes} [Fri May 8 02:24:25 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) [pid: 7|app: 0|req: 1261/2589] 10.0.0.211 () {34 vars in 666 bytes} [Fri May 8 02:24:25 2026] POST /v2.0/trunks => generated 407 bytes in 158 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 02:24:25.936 8 INFO neutron.db.segments_db [None req-e554acc6-4927-4165-b5a0-0d2d13e0ecc2 d8cf4096420947efb429619558df47d8 55070cb8861b42ceaf57ed360e58107e - - default default] Added segment be4e5a0a-7024-4f2a-bbda-2f7a264c1fd6 of type vxlan for network 53317169-2b61-4bfd-80cc-44cce03c0a03 [pid: 8|app: 0|req: 1329/2590] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:24:25 2026] POST /v2.0/networks => generated 613 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2591] 10.0.0.211 () {34 vars in 664 bytes} [Fri May 8 02:24:26 2026] POST /v2.0/ports => generated 743 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2592] 10.0.0.211 () {34 vars in 666 bytes} [Fri May 8 02:24:26 2026] POST /v2.0/trunks => generated 407 bytes in 175 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: 1263/2593] 10.0.0.211 () {34 vars in 749 bytes} [Fri May 8 02:24:26 2026] PUT /v2.0/trunks/fc2092ce-19a1-41ae-97c7-02ff46250d7d/tags => generated 17 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2594] 10.0.0.211 () {34 vars in 749 bytes} [Fri May 8 02:24:26 2026] PUT /v2.0/trunks/f6b39de7-99b4-4259-9745-947760545d6a/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: 1264/2595] 10.0.0.211 () {34 vars in 749 bytes} [Fri May 8 02:24:26 2026] PUT /v2.0/trunks/af680e40-5b19-448b-b77f-6793f1eeb2f5/tags => generated 34 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2596] 10.0.0.211 () {34 vars in 749 bytes} [Fri May 8 02:24:26 2026] PUT /v2.0/trunks/5792f2d2-fa66-4fbb-8918-c742ac789b6c/tags => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2597] 10.0.0.211 () {32 vars in 662 bytes} [Fri May 8 02:24:26 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2598] 10.0.0.211 () {32 vars in 676 bytes} [Fri May 8 02:24:26 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2599] 10.0.0.211 () {32 vars in 672 bytes} [Fri May 8 02:24:26 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2600] 10.0.0.211 () {32 vars in 684 bytes} [Fri May 8 02:24:26 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: 1267/2601] 10.0.0.211 () {32 vars in 670 bytes} [Fri May 8 02:24:26 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2602] 10.0.0.211 () {32 vars in 684 bytes} [Fri May 8 02:24:27 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2603] 10.0.0.211 () {32 vars in 680 bytes} [Fri May 8 02:24:27 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2604] 10.0.0.211 () {32 vars in 692 bytes} [Fri May 8 02:24:27 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2605] 10.0.0.211 () {32 vars in 719 bytes} [Fri May 8 02:24:27 2026] GET /v2.0/trunks/fc2092ce-19a1-41ae-97c7-02ff46250d7d => generated 412 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2606] 10.0.0.211 () {32 vars in 717 bytes} [Fri May 8 02:24:27 2026] GET /v2.0/ports/4cb4cabf-c27d-47af-afef-c43a8542e219 => generated 826 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2607] 10.0.0.211 () {32 vars in 722 bytes} [Fri May 8 02:24:27 2026] DELETE /v2.0/trunks/fc2092ce-19a1-41ae-97c7-02ff46250d7d => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2608] 10.0.0.211 () {32 vars in 719 bytes} [Fri May 8 02:24:27 2026] GET /v2.0/trunks/f6b39de7-99b4-4259-9745-947760545d6a => generated 420 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2609] 10.0.0.211 () {32 vars in 717 bytes} [Fri May 8 02:24:27 2026] GET /v2.0/ports/cb77725f-26a2-449b-9622-1fad6b7d812a => generated 826 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2610] 10.0.0.211 () {32 vars in 722 bytes} [Fri May 8 02:24:27 2026] DELETE /v2.0/trunks/f6b39de7-99b4-4259-9745-947760545d6a => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2611] 10.0.0.211 () {32 vars in 719 bytes} [Fri May 8 02:24:27 2026] GET /v2.0/trunks/af680e40-5b19-448b-b77f-6793f1eeb2f5 => generated 429 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2612] 10.0.0.211 () {32 vars in 717 bytes} [Fri May 8 02:24:27 2026] GET /v2.0/ports/1da1db04-c7f3-4c0a-8e5c-6f814d1643a6 => 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/2613] 10.0.0.211 () {32 vars in 722 bytes} [Fri May 8 02:24:27 2026] DELETE /v2.0/trunks/af680e40-5b19-448b-b77f-6793f1eeb2f5 => 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: 1341/2614] 10.0.0.211 () {32 vars in 719 bytes} [Fri May 8 02:24:27 2026] GET /v2.0/trunks/5792f2d2-fa66-4fbb-8918-c742ac789b6c => generated 414 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2615] 10.0.0.211 () {32 vars in 717 bytes} [Fri May 8 02:24:27 2026] GET /v2.0/ports/79ddc985-3f80-4c0b-913f-07ba3164839b => generated 826 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2616] 10.0.0.211 () {32 vars in 722 bytes} [Fri May 8 02:24:27 2026] DELETE /v2.0/trunks/5792f2d2-fa66-4fbb-8918-c742ac789b6c => 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/2617] 199.204.45.113 () {30 vars in 703 bytes} [Fri May 8 02:24:27 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: 1343/2618] 10.0.0.211 () {32 vars in 719 bytes} [Fri May 8 02:24:27 2026] GET /v2.0/trunks/a8cbc630-acfa-4173-ba5f-8b6157990205 => generated 407 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2619] 199.204.45.113 () {30 vars in 705 bytes} [Fri May 8 02:24:28 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: 1277/2620] 199.204.45.113 () {30 vars in 681 bytes} [Fri May 8 02:24:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2621] 199.204.45.113 () {30 vars in 717 bytes} [Fri May 8 02:24:28 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: 1279/2622] 199.204.45.113 () {30 vars in 741 bytes} [Fri May 8 02:24:28 2026] GET /v2.0/subnets/efcb58c4-8872-4d88-8a01-9b45037c7e5a => 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: 1344/2623] 10.0.0.211 () {32 vars in 717 bytes} [Fri May 8 02:24:28 2026] GET /v2.0/ports/056a9952-0cd7-4395-9f4c-de9fb6bc4892 => generated 826 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2624] 199.204.45.113 () {30 vars in 769 bytes} [Fri May 8 02:24:28 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => 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: 1345/2625] 10.0.0.211 () {32 vars in 722 bytes} [Fri May 8 02:24:28 2026] DELETE /v2.0/trunks/a8cbc630-acfa-4173-ba5f-8b6157990205 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:24:28.274 8 INFO neutron_taas.services.taas.taas_plugin [None req-f6ad866c-9e93-4076-bdb4-42c0ec38eaf7 d8cf4096420947efb429619558df47d8 55070cb8861b42ceaf57ed360e58107e - - default default] TaaS: Handle Delete Port: 4cb4cabf-c27d-47af-afef-c43a8542e219 2026-05-08 02:24:28.277 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6ad866c-9e93-4076-bdb4-42c0ec38eaf7 d8cf4096420947efb429619558df47d8 55070cb8861b42ceaf57ed360e58107e - - default default] Tap Mirror: Handle Delete Port: 4cb4cabf-c27d-47af-afef-c43a8542e219 [pid: 8|app: 0|req: 1346/2626] 10.0.0.211 () {32 vars in 720 bytes} [Fri May 8 02:24:28 2026] DELETE /v2.0/ports/4cb4cabf-c27d-47af-afef-c43a8542e219 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:24:28.470 8 INFO neutron_taas.services.taas.taas_plugin [None req-840f8b41-a2ef-4c71-b2ba-281c04c0a81b d8cf4096420947efb429619558df47d8 55070cb8861b42ceaf57ed360e58107e - - default default] TaaS: Handle Delete Port: cb77725f-26a2-449b-9622-1fad6b7d812a 2026-05-08 02:24:28.473 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-840f8b41-a2ef-4c71-b2ba-281c04c0a81b d8cf4096420947efb429619558df47d8 55070cb8861b42ceaf57ed360e58107e - - default default] Tap Mirror: Handle Delete Port: cb77725f-26a2-449b-9622-1fad6b7d812a [pid: 7|app: 0|req: 1281/2627] 199.204.45.113 () {34 vars in 717 bytes} [Fri May 8 02:24:28 2026] POST /v2.0/ports => generated 1055 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2628] 10.0.0.211 () {32 vars in 720 bytes} [Fri May 8 02:24:28 2026] DELETE /v2.0/ports/cb77725f-26a2-449b-9622-1fad6b7d812a => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2629] 10.0.0.239 () {34 vars in 971 bytes} [Fri May 8 02:24:28 2026] GET /v2.0/ports/aa34edc7-61b0-4a02-b6ec-3b91e332dac5 => generated 1055 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2630] 10.0.0.239 () {34 vars in 907 bytes} [Fri May 8 02:24:28 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-08 02:24:28.653 8 INFO neutron_taas.services.taas.taas_plugin [None req-1066e4af-95f9-4b77-aaed-75e90186b4b3 d8cf4096420947efb429619558df47d8 55070cb8861b42ceaf57ed360e58107e - - default default] TaaS: Handle Delete Port: 1da1db04-c7f3-4c0a-8e5c-6f814d1643a6 2026-05-08 02:24:28.656 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1066e4af-95f9-4b77-aaed-75e90186b4b3 d8cf4096420947efb429619558df47d8 55070cb8861b42ceaf57ed360e58107e - - default default] Tap Mirror: Handle Delete Port: 1da1db04-c7f3-4c0a-8e5c-6f814d1643a6 [pid: 8|app: 0|req: 1348/2631] 10.0.0.211 () {32 vars in 720 bytes} [Fri May 8 02:24:28 2026] DELETE /v2.0/ports/1da1db04-c7f3-4c0a-8e5c-6f814d1643a6 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:24:28.841 7 INFO neutron_taas.services.taas.taas_plugin [None req-b3277468-fa18-4e43-aa33-2e07ae51817f d8cf4096420947efb429619558df47d8 55070cb8861b42ceaf57ed360e58107e - - default default] TaaS: Handle Delete Port: 79ddc985-3f80-4c0b-913f-07ba3164839b 2026-05-08 02:24:28.845 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3277468-fa18-4e43-aa33-2e07ae51817f d8cf4096420947efb429619558df47d8 55070cb8861b42ceaf57ed360e58107e - - default default] Tap Mirror: Handle Delete Port: 79ddc985-3f80-4c0b-913f-07ba3164839b [pid: 7|app: 0|req: 1284/2632] 10.0.0.211 () {32 vars in 720 bytes} [Fri May 8 02:24:28 2026] DELETE /v2.0/ports/79ddc985-3f80-4c0b-913f-07ba3164839b => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:24:29.025 8 INFO neutron_taas.services.taas.taas_plugin [None req-0645104d-4fd3-42f1-a753-e4f9ce117d03 d8cf4096420947efb429619558df47d8 55070cb8861b42ceaf57ed360e58107e - - default default] TaaS: Handle Delete Port: 056a9952-0cd7-4395-9f4c-de9fb6bc4892 2026-05-08 02:24:29.030 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0645104d-4fd3-42f1-a753-e4f9ce117d03 d8cf4096420947efb429619558df47d8 55070cb8861b42ceaf57ed360e58107e - - default default] Tap Mirror: Handle Delete Port: 056a9952-0cd7-4395-9f4c-de9fb6bc4892 [pid: 8|app: 0|req: 1349/2633] 10.0.0.211 () {32 vars in 720 bytes} [Fri May 8 02:24:28 2026] DELETE /v2.0/ports/056a9952-0cd7-4395-9f4c-de9fb6bc4892 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:24:29.215 7 INFO neutron.services.segments.plugin [-] Segment ea2e6022-bb92-47dd-9550-c207ed484cc0 resource provider aggregate not found 2026-05-08 02:24:29.221 7 INFO neutron.services.segments.plugin [-] Segment ea2e6022-bb92-47dd-9550-c207ed484cc0 resource provider aggregate not found 2026-05-08 02:24:29.241 7 INFO neutron.services.segments.plugin [-] Segment ea2e6022-bb92-47dd-9550-c207ed484cc0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea2e6022-bb92-47dd-9550-c207ed484cc0 found for delete ", "request_id": "req-650f9fa6-5693-47b9-8a75-ed24288f833b"}]} 2026-05-08 02:24:29.247 7 INFO neutron.services.segments.plugin [-] Segment ea2e6022-bb92-47dd-9550-c207ed484cc0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea2e6022-bb92-47dd-9550-c207ed484cc0 found for delete ", "request_id": "req-09bd7b22-40d6-46c1-af84-4927cb18a25a"}]} [pid: 7|app: 0|req: 1285/2634] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:24:29 2026] DELETE /v2.0/networks/c7025486-57f3-4f4a-b9b7-d4ea129b770a => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:24:29.391 8 INFO neutron.services.segments.plugin [-] Segment af690274-d95d-4579-8afc-7b6c08947026 resource provider aggregate not found 2026-05-08 02:24:29.394 8 INFO neutron.services.segments.plugin [-] Segment af690274-d95d-4579-8afc-7b6c08947026 resource provider aggregate not found [pid: 8|app: 0|req: 1350/2635] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:24:29 2026] DELETE /v2.0/networks/71ae8d5e-d409-444c-99a4-13da93b55f88 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:24:29.417 8 INFO neutron.services.segments.plugin [-] Segment af690274-d95d-4579-8afc-7b6c08947026 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af690274-d95d-4579-8afc-7b6c08947026 found for delete ", "request_id": "req-71a5c2a1-f963-4d4b-b69f-08086c411cf8"}]} 2026-05-08 02:24:29.418 8 INFO neutron.services.segments.plugin [-] Segment af690274-d95d-4579-8afc-7b6c08947026 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af690274-d95d-4579-8afc-7b6c08947026 found for delete ", "request_id": "req-d1cbe740-c5ce-449c-aa0f-98c56f9e6664"}]} [pid: 7|app: 0|req: 1286/2636] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:24:29 2026] DELETE /v2.0/networks/8f45756f-a99a-422e-a873-a477b0ff0d5c => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2637] 199.204.45.113 () {34 vars in 1262 bytes} [Fri May 8 02:24:29 2026] GET /v2.0/ports/aa34edc7-61b0-4a02-b6ec-3b91e332dac5?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2638] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:24:29 2026] GET /v2.0/networks/552efabb-2dc7-4e88-a4c5-d32dbe7fcd15?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: 1351/2639] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:24:29 2026] DELETE /v2.0/networks/7171de21-d539-47e8-89cc-79c104d3e126 => 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: 1289/2640] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:24:29 2026] GET /v2.0/networks/552efabb-2dc7-4e88-a4c5-d32dbe7fcd15?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: 1352/2643] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:24:29 2026] DELETE /v2.0/networks/53317169-2b61-4bfd-80cc-44cce03c0a03 => 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: 1292/2644] 10.0.0.211 () {34 vars in 676 bytes} [Fri May 8 02:24:29 2026] POST /v2.0/subnetpools => generated 516 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2645] 10.0.0.211 () {34 vars in 676 bytes} [Fri May 8 02:24:30 2026] POST /v2.0/subnetpools => generated 516 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2646] 10.0.0.211 () {34 vars in 676 bytes} [Fri May 8 02:24:30 2026] POST /v2.0/subnetpools => generated 516 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2647] 10.0.0.211 () {34 vars in 676 bytes} [Fri May 8 02:24:30 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: 7|app: 0|req: 1294/2648] 199.204.45.113 () {34 vars in 975 bytes} [Fri May 8 02:24:30 2026] GET /v2.0/ports/aa34edc7-61b0-4a02-b6ec-3b91e332dac5 => generated 1055 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2649] 10.0.0.211 () {34 vars in 676 bytes} [Fri May 8 02:24:30 2026] POST /v2.0/subnetpools => generated 516 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2650] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:24:30 2026] GET /v2.0/networks?id=552efabb-2dc7-4e88-a4c5-d32dbe7fcd15 => generated 803 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2651] 10.0.0.211 () {34 vars in 759 bytes} [Fri May 8 02:24:30 2026] PUT /v2.0/subnetpools/05227943-b834-44d6-a2ad-592e2103b17e/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2652] 10.0.0.211 () {34 vars in 759 bytes} [Fri May 8 02:24:30 2026] PUT /v2.0/subnetpools/b7acd680-bfc4-4c54-88f5-e9c1e12acb31/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2653] 10.0.0.211 () {34 vars in 759 bytes} [Fri May 8 02:24:30 2026] PUT /v2.0/subnetpools/1766f97f-3423-411f-8469-62267cd1f59f/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2654] 10.0.0.211 () {34 vars in 759 bytes} [Fri May 8 02:24:30 2026] PUT /v2.0/subnetpools/f1594f44-f640-4c33-ad90-763f65596732/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2655] 10.0.0.211 () {32 vars in 672 bytes} [Fri May 8 02:24:30 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: 8|app: 0|req: 1361/2656] 10.0.0.211 () {32 vars in 686 bytes} [Fri May 8 02:24:30 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2657] 10.0.0.211 () {32 vars in 682 bytes} [Fri May 8 02:24:30 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2658] 10.0.0.211 () {32 vars in 694 bytes} [Fri May 8 02:24:30 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2659] 10.0.0.211 () {32 vars in 680 bytes} [Fri May 8 02:24:30 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2660] 199.204.45.113 () {38 vars in 1028 bytes} [Fri May 8 02:24:30 2026] PUT /v2.0/ports/aa34edc7-61b0-4a02-b6ec-3b91e332dac5 => generated 1245 bytes in 414 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2661] 10.0.0.211 () {32 vars in 694 bytes} [Fri May 8 02:24:30 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:24:30.858 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-505a0224-2a51-4e35-a638-fff34329c70c'] response: {'name': 'network-changed', 'server_uuid': '6474754f-dd3e-4fd8-a393-95ac57cb0a11', 'tag': 'aa34edc7-61b0-4a02-b6ec-3b91e332dac5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1298/2662] 10.0.0.211 () {32 vars in 690 bytes} [Fri May 8 02:24:30 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2663] 10.0.0.211 () {32 vars in 702 bytes} [Fri May 8 02:24:30 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2664] 10.0.0.211 () {32 vars in 732 bytes} [Fri May 8 02:24:30 2026] DELETE /v2.0/subnetpools/05227943-b834-44d6-a2ad-592e2103b17e => 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: 1301/2665] 10.0.0.211 () {32 vars in 732 bytes} [Fri May 8 02:24:30 2026] DELETE /v2.0/subnetpools/b7acd680-bfc4-4c54-88f5-e9c1e12acb31 => 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: 1365/2666] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:30 2026] GET /v2.0/security-groups?tenant_id=466e5cedbb51431eada6859e32ab19f8&name=default => generated 2929 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2667] 10.0.0.211 () {32 vars in 732 bytes} [Fri May 8 02:24:31 2026] DELETE /v2.0/subnetpools/1766f97f-3423-411f-8469-62267cd1f59f => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2668] 10.0.0.211 () {32 vars in 732 bytes} [Fri May 8 02:24:31 2026] DELETE /v2.0/subnetpools/f1594f44-f640-4c33-ad90-763f65596732 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2669] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:31 2026] DELETE /v2.0/security-groups/eca64f60-a5b0-4a0e-824b-a32b5ae9939c => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2670] 10.0.0.211 () {32 vars in 732 bytes} [Fri May 8 02:24:31 2026] DELETE /v2.0/subnetpools/de50eba5-31ce-4b4d-9932-3557b567a1a4 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:24:31.264 7 INFO neutron.services.segments.plugin [-] Segment b41a89bf-84c4-450b-91b4-c33e73182106 resource provider aggregate not found 2026-05-08 02:24:31.272 7 INFO neutron.services.segments.plugin [-] Segment b41a89bf-84c4-450b-91b4-c33e73182106 resource provider aggregate not found 2026-05-08 02:24:31.278 7 INFO neutron.services.segments.plugin [-] Segment b41a89bf-84c4-450b-91b4-c33e73182106 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b41a89bf-84c4-450b-91b4-c33e73182106 found for delete ", "request_id": "req-0e3eff30-77b6-445a-888e-e77a339ce6b4"}]} 2026-05-08 02:24:31.293 7 INFO neutron.services.segments.plugin [-] Segment b41a89bf-84c4-450b-91b4-c33e73182106 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b41a89bf-84c4-450b-91b4-c33e73182106 found for delete ", "request_id": "req-13fc27e8-2878-4f24-9281-780fc00cdb65"}]} [pid: 8|app: 0|req: 1367/2671] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:31 2026] GET /v2.0/security-groups?tenant_id=55070cb8861b42ceaf57ed360e58107e&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2672] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:24:31 2026] GET /v2.0/ports?tenant_id=f832a21904a8404f85da6a7d25ca7732&device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 2481 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2673] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:31 2026] DELETE /v2.0/security-groups/20b3e929-c33d-4f76-ab75-e373263d38f7 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:24:31.440 8 INFO neutron.services.segments.plugin [-] Segment 84c0568d-d429-430e-ac74-231f92447055 resource provider aggregate not found 2026-05-08 02:24:31.455 8 INFO neutron.services.segments.plugin [-] Segment 84c0568d-d429-430e-ac74-231f92447055 resource provider aggregate not found 2026-05-08 02:24:31.463 8 INFO neutron.services.segments.plugin [-] Segment 84c0568d-d429-430e-ac74-231f92447055 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84c0568d-d429-430e-ac74-231f92447055 found for delete ", "request_id": "req-5a56c372-80d9-4b58-9fd4-b54fe5bd19ac"}]} 2026-05-08 02:24:31.481 8 INFO neutron.services.segments.plugin [-] Segment 84c0568d-d429-430e-ac74-231f92447055 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84c0568d-d429-430e-ac74-231f92447055 found for delete ", "request_id": "req-d44567a2-7537-4c16-86c0-aced8d78a3d3"}]} 2026-05-08 02:24:31.489 8 INFO neutron.services.segments.plugin [-] Segment be4e5a0a-7024-4f2a-bbda-2f7a264c1fd6 resource provider aggregate not found [pid: 8|app: 0|req: 1369/2674] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:24:31 2026] GET /v2.0/networks?id=552efabb-2dc7-4e88-a4c5-d32dbe7fcd15 => generated 803 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:24:31.501 8 INFO neutron.services.segments.plugin [-] Segment be4e5a0a-7024-4f2a-bbda-2f7a264c1fd6 resource provider aggregate not found 2026-05-08 02:24:31.508 8 INFO neutron.services.segments.plugin [-] Segment be4e5a0a-7024-4f2a-bbda-2f7a264c1fd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be4e5a0a-7024-4f2a-bbda-2f7a264c1fd6 found for delete ", "request_id": "req-44f342a3-76de-47d1-8f32-ff0f6409525d"}]} 2026-05-08 02:24:31.516 8 INFO neutron.services.segments.plugin [-] Segment be4e5a0a-7024-4f2a-bbda-2f7a264c1fd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be4e5a0a-7024-4f2a-bbda-2f7a264c1fd6 found for delete ", "request_id": "req-20442029-68dd-4b51-9e53-4021681c10d0"}]} [pid: 7|app: 0|req: 1306/2675] 199.204.45.113 () {34 vars in 1056 bytes} [Fri May 8 02:24:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.58&port_id=aa34edc7-61b0-4a02-b6ec-3b91e332dac5 => 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: 1370/2676] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:24:31 2026] GET /v2.0/subnets?id=efcb58c4-8872-4d88-8a01-9b45037c7e5a => generated 677 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2677] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:24:31 2026] GET /v2.0/ports?network_id=552efabb-2dc7-4e88-a4c5-d32dbe7fcd15&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2678] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:24:31 2026] GET /v2.0/networks/552efabb-2dc7-4e88-a4c5-d32dbe7fcd15?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: 1372/2679] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:24:31 2026] GET /v2.0/networks/552efabb-2dc7-4e88-a4c5-d32dbe7fcd15?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: 1308/2680] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:31 2026] GET /v2.0/security-groups?tenant_id=0eb341307ea84a9c8b8e8f8b32e0acfc&name=default => generated 2929 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2681] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:31 2026] DELETE /v2.0/security-groups/fd629509-7045-4862-afa5-9f4423785838 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2682] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:32 2026] GET /v2.0/security-groups?tenant_id=3fd20b54813a4d9c93f534bbae6fd80c&name=default => generated 2929 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2683] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:32 2026] DELETE /v2.0/security-groups/8c9cba2c-6c71-465d-bcb2-0d02a1e667fe => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2684] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:24:32 2026] GET /v2.0/ports?tenant_id=f832a21904a8404f85da6a7d25ca7732&device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 2481 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2685] 199.204.45.113 () {34 vars in 1060 bytes} [Fri May 8 02:24:32 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.11&port_id=a47dfbb2-63f1-4d03-b173-4903c0ae9053 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2686] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:24:32 2026] GET /v2.0/subnets?id=89be835b-0ca2-4d16-ad1d-e73e8bf7fc14 => 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: 1313/2687] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:24:32 2026] GET /v2.0/ports?network_id=535f56fa-2360-495e-ad4d-8a809adde036&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: 8|app: 0|req: 1375/2688] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:32 2026] GET /v2.0/security-groups?tenant_id=d717518d07a34172be735d77680e9b62&name=default => generated 2929 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2689] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:24:32 2026] GET /v2.0/networks/535f56fa-2360-495e-ad4d-8a809adde036?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2690] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:32 2026] DELETE /v2.0/security-groups/79309daa-e387-4a02-8151-98a87ce68fa2 => 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: 1315/2691] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:24:32 2026] GET /v2.0/networks/535f56fa-2360-495e-ad4d-8a809adde036?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2692] 199.204.45.113 () {34 vars in 1056 bytes} [Fri May 8 02:24:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.58&port_id=aa34edc7-61b0-4a02-b6ec-3b91e332dac5 => 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: 1316/2693] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:24:33 2026] GET /v2.0/subnets?id=efcb58c4-8872-4d88-8a01-9b45037c7e5a => 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: 1378/2694] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:24:33 2026] GET /v2.0/ports?network_id=552efabb-2dc7-4e88-a4c5-d32dbe7fcd15&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2695] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:24:33 2026] GET /v2.0/networks/552efabb-2dc7-4e88-a4c5-d32dbe7fcd15?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: 1380/2696] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:24:33 2026] GET /v2.0/networks/552efabb-2dc7-4e88-a4c5-d32dbe7fcd15?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: 1317/2697] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:33 2026] GET /v2.0/security-groups?tenant_id=8856bd89b45844b7905789338b0bddc9&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2698] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:33 2026] DELETE /v2.0/security-groups/4ad2f4f5-fd33-4de9-8507-1ea55d531006 => 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: 1318/2699] 10.0.0.211 () {34 vars in 678 bytes} [Fri May 8 02:24:35 2026] POST /v2.0/qos/policies => generated 359 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2700] 10.0.0.211 () {34 vars in 753 bytes} [Fri May 8 02:24:35 2026] PUT /v2.0/policies/cb4dca33-5423-4316-9806-e7948d2f7ebf/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2701] 10.0.0.211 () {32 vars in 733 bytes} [Fri May 8 02:24:35 2026] GET /v2.0/policies/cb4dca33-5423-4316-9806-e7948d2f7ebf/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: 1383/2702] 10.0.0.211 () {34 vars in 764 bytes} [Fri May 8 02:24:35 2026] PUT /v2.0/policies/cb4dca33-5423-4316-9806-e7948d2f7ebf/tags/green => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2703] 10.0.0.211 () {32 vars in 733 bytes} [Fri May 8 02:24:35 2026] GET /v2.0/policies/cb4dca33-5423-4316-9806-e7948d2f7ebf/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2704] 10.0.0.211 () {34 vars in 760 bytes} [Fri May 8 02:24:35 2026] PUT /v2.0/policies/cb4dca33-5423-4316-9806-e7948d2f7ebf/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: 1321/2705] 10.0.0.211 () {32 vars in 733 bytes} [Fri May 8 02:24:35 2026] GET /v2.0/policies/cb4dca33-5423-4316-9806-e7948d2f7ebf/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: 1385/2706] 10.0.0.211 () {34 vars in 782 bytes} [Fri May 8 02:24:35 2026] PUT /v2.0/policies/cb4dca33-5423-4316-9806-e7948d2f7ebf/tags/black.or.white => 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: 1322/2707] 10.0.0.211 () {32 vars in 733 bytes} [Fri May 8 02:24:36 2026] GET /v2.0/policies/cb4dca33-5423-4316-9806-e7948d2f7ebf/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2708] 10.0.0.211 () {34 vars in 753 bytes} [Fri May 8 02:24:36 2026] PUT /v2.0/policies/cb4dca33-5423-4316-9806-e7948d2f7ebf/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: 1323/2709] 10.0.0.211 () {32 vars in 733 bytes} [Fri May 8 02:24:36 2026] GET /v2.0/policies/cb4dca33-5423-4316-9806-e7948d2f7ebf/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2710] 10.0.0.211 () {32 vars in 741 bytes} [Fri May 8 02:24:36 2026] GET /v2.0/policies/cb4dca33-5423-4316-9806-e7948d2f7ebf/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:24:36.255 7 INFO neutron.api.v2.resource [None req-b93580d6-b7d7-4608-b056-c73598395bc3 bae48287503c4198b3ecff1c6823a4b4 960475e245b74624b760634d8982dfc8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1324/2711] 10.0.0.211 () {32 vars in 745 bytes} [Fri May 8 02:24:36 2026] GET /v2.0/policies/cb4dca33-5423-4316-9806-e7948d2f7ebf/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2712] 10.0.0.211 () {32 vars in 744 bytes} [Fri May 8 02:24:36 2026] DELETE /v2.0/policies/cb4dca33-5423-4316-9806-e7948d2f7ebf/tags/red => 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: 1325/2713] 10.0.0.211 () {32 vars in 733 bytes} [Fri May 8 02:24:36 2026] GET /v2.0/policies/cb4dca33-5423-4316-9806-e7948d2f7ebf/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:24:36.426 8 INFO neutron.api.v2.resource [None req-d471a4d1-d8bb-4679-b371-7411da864237 bae48287503c4198b3ecff1c6823a4b4 960475e245b74624b760634d8982dfc8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1389/2714] 10.0.0.211 () {32 vars in 748 bytes} [Fri May 8 02:24:36 2026] DELETE /v2.0/policies/cb4dca33-5423-4316-9806-e7948d2f7ebf/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2715] 10.0.0.211 () {32 vars in 736 bytes} [Fri May 8 02:24:36 2026] DELETE /v2.0/policies/cb4dca33-5423-4316-9806-e7948d2f7ebf/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2716] 10.0.0.211 () {32 vars in 733 bytes} [Fri May 8 02:24:36 2026] GET /v2.0/policies/cb4dca33-5423-4316-9806-e7948d2f7ebf/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2717] 10.0.0.211 () {32 vars in 734 bytes} [Fri May 8 02:24:36 2026] DELETE /v2.0/qos/policies/cb4dca33-5423-4316-9806-e7948d2f7ebf => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2718] 10.0.0.211 () {34 vars in 676 bytes} [Fri May 8 02:24:36 2026] POST /v2.0/subnetpools => generated 516 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2719] 10.0.0.211 () {34 vars in 759 bytes} [Fri May 8 02:24:37 2026] PUT /v2.0/subnetpools/f46141a7-51aa-4505-834b-00565883f5e1/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: 1392/2720] 10.0.0.211 () {32 vars in 739 bytes} [Fri May 8 02:24:37 2026] GET /v2.0/subnetpools/f46141a7-51aa-4505-834b-00565883f5e1/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: 1329/2721] 10.0.0.239 () {34 vars in 971 bytes} [Fri May 8 02:24:37 2026] GET /v2.0/ports/aa34edc7-61b0-4a02-b6ec-3b91e332dac5 => generated 1247 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2722] 10.0.0.211 () {34 vars in 770 bytes} [Fri May 8 02:24:37 2026] PUT /v2.0/subnetpools/f46141a7-51aa-4505-834b-00565883f5e1/tags/green => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2723] 10.0.0.211 () {32 vars in 739 bytes} [Fri May 8 02:24:37 2026] GET /v2.0/subnetpools/f46141a7-51aa-4505-834b-00565883f5e1/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2724] 10.0.0.211 () {34 vars in 766 bytes} [Fri May 8 02:24:37 2026] PUT /v2.0/subnetpools/f46141a7-51aa-4505-834b-00565883f5e1/tags/red => 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: 1330/2725] 199.204.45.113 () {34 vars in 789 bytes} [Fri May 8 02:24:37 2026] PUT /v2.0/ports/aa34edc7-61b0-4a02-b6ec-3b91e332dac5 => generated 1271 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2726] 10.0.0.211 () {32 vars in 739 bytes} [Fri May 8 02:24:37 2026] GET /v2.0/subnetpools/f46141a7-51aa-4505-834b-00565883f5e1/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:24:37.543 7 INFO neutron.api.v2.resource [None req-48a58c66-0371-4ebd-a66e-ec8a4dd721af 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1332/2727] 199.204.45.113 () {30 vars in 763 bytes} [Fri May 8 02:24:37 2026] GET /v2.0/security-groups/lb-eadc0ef9-e58b-49ea-b984-c70d41b2b1d8 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:24:37.546 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7621cf69-50fe-468f-9fb8-e5a88d2f8b07'] response: {'name': 'network-changed', 'server_uuid': '6474754f-dd3e-4fd8-a393-95ac57cb0a11', 'tag': 'aa34edc7-61b0-4a02-b6ec-3b91e332dac5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1333/2728] 10.0.0.211 () {34 vars in 788 bytes} [Fri May 8 02:24:37 2026] PUT /v2.0/subnetpools/f46141a7-51aa-4505-834b-00565883f5e1/tags/black.or.white => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2729] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:37 2026] GET /v2.0/security-groups?tenant_id=960475e245b74624b760634d8982dfc8&name=default => generated 2929 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2730] 199.204.45.113 () {30 vars in 785 bytes} [Fri May 8 02:24:37 2026] GET /v2.0/security-groups?name=lb-eadc0ef9-e58b-49ea-b984-c70d41b2b1d8 => generated 1637 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2731] 10.0.0.211 () {32 vars in 739 bytes} [Fri May 8 02:24:37 2026] GET /v2.0/subnetpools/f46141a7-51aa-4505-834b-00565883f5e1/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2732] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:37 2026] DELETE /v2.0/security-groups/0fc8b793-d77a-4b02-aecc-bd140c44f684 => 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: 1336/2733] 10.0.0.211 () {34 vars in 759 bytes} [Fri May 8 02:24:37 2026] PUT /v2.0/subnetpools/f46141a7-51aa-4505-834b-00565883f5e1/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: 1337/2734] 10.0.0.211 () {32 vars in 739 bytes} [Fri May 8 02:24:37 2026] GET /v2.0/subnetpools/f46141a7-51aa-4505-834b-00565883f5e1/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2735] 10.0.0.211 () {32 vars in 747 bytes} [Fri May 8 02:24:37 2026] GET /v2.0/subnetpools/f46141a7-51aa-4505-834b-00565883f5e1/tags/red => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2736] 199.204.45.113 () {34 vars in 789 bytes} [Fri May 8 02:24:37 2026] PUT /v2.0/ports/aa34edc7-61b0-4a02-b6ec-3b91e332dac5 => generated 1309 bytes in 271 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 02:24:37.967 8 INFO neutron.api.v2.resource [None req-94053a8e-ae8f-4e51-b927-b8744e4b96b7 36cebefc550e4fb7a2e460053e05614c 9219aa4f0313463c94dd329bebdc93ba - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1399/2737] 10.0.0.211 () {32 vars in 751 bytes} [Fri May 8 02:24:37 2026] GET /v2.0/subnetpools/f46141a7-51aa-4505-834b-00565883f5e1/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: 1339/2738] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:37 2026] GET /v2.0/security-groups?tenant_id=75f642eab61843fbbab3c9b20ed080bc&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:24:37.980 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad7d5d2c-0d22-42c6-8c12-3fec31838eb0'] response: {'name': 'network-changed', 'server_uuid': '6474754f-dd3e-4fd8-a393-95ac57cb0a11', 'tag': 'aa34edc7-61b0-4a02-b6ec-3b91e332dac5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1400/2739] 10.0.0.211 () {32 vars in 750 bytes} [Fri May 8 02:24:37 2026] DELETE /v2.0/subnetpools/f46141a7-51aa-4505-834b-00565883f5e1/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: 1401/2740] 10.0.0.211 () {32 vars in 739 bytes} [Fri May 8 02:24:38 2026] GET /v2.0/subnetpools/f46141a7-51aa-4505-834b-00565883f5e1/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2741] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:37 2026] DELETE /v2.0/security-groups/266b4016-387e-4ba5-9900-2edb81d38bc5 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2742] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:24:38 2026] GET /v2.0/ports?tenant_id=f832a21904a8404f85da6a7d25ca7732&device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 2581 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:24:38.130 7 INFO neutron.api.v2.resource [None req-7065e16a-8de4-45d4-9830-7a0eadc0a68d 36cebefc550e4fb7a2e460053e05614c 9219aa4f0313463c94dd329bebdc93ba - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1341/2743] 10.0.0.211 () {32 vars in 754 bytes} [Fri May 8 02:24:38 2026] DELETE /v2.0/subnetpools/f46141a7-51aa-4505-834b-00565883f5e1/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2744] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:24:38 2026] GET /v2.0/networks?id=552efabb-2dc7-4e88-a4c5-d32dbe7fcd15 => generated 803 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2745] 199.204.45.113 () {30 vars in 703 bytes} [Fri May 8 02:24:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2746] 10.0.0.211 () {32 vars in 742 bytes} [Fri May 8 02:24:38 2026] DELETE /v2.0/subnetpools/f46141a7-51aa-4505-834b-00565883f5e1/tags => 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: 1343/2747] 199.204.45.113 () {30 vars in 705 bytes} [Fri May 8 02:24:38 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: 1405/2748] 199.204.45.113 () {34 vars in 1056 bytes} [Fri May 8 02:24:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.58&port_id=aa34edc7-61b0-4a02-b6ec-3b91e332dac5 => 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: 1344/2749] 10.0.0.211 () {32 vars in 739 bytes} [Fri May 8 02:24:38 2026] GET /v2.0/subnetpools/f46141a7-51aa-4505-834b-00565883f5e1/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: 1345/2750] 199.204.45.113 () {30 vars in 681 bytes} [Fri May 8 02:24:38 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: 1406/2751] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:24:38 2026] GET /v2.0/subnets?id=efcb58c4-8872-4d88-8a01-9b45037c7e5a => 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: 1407/2752] 199.204.45.113 () {30 vars in 717 bytes} [Fri May 8 02:24:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2753] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:24:38 2026] GET /v2.0/ports?network_id=552efabb-2dc7-4e88-a4c5-d32dbe7fcd15&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2754] 10.0.0.211 () {32 vars in 732 bytes} [Fri May 8 02:24:38 2026] DELETE /v2.0/subnetpools/f46141a7-51aa-4505-834b-00565883f5e1 => 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: 1409/2755] 199.204.45.113 () {30 vars in 741 bytes} [Fri May 8 02:24:38 2026] GET /v2.0/subnets/efcb58c4-8872-4d88-8a01-9b45037c7e5a => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2756] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:24:38 2026] GET /v2.0/networks/552efabb-2dc7-4e88-a4c5-d32dbe7fcd15?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: 1410/2757] 199.204.45.113 () {30 vars in 737 bytes} [Fri May 8 02:24:38 2026] GET /v2.0/ports/9dbb8ed2-8525-46de-b470-96844f6ec36a => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2758] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:24:38 2026] GET /v2.0/networks/552efabb-2dc7-4e88-a4c5-d32dbe7fcd15?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: 1411/2759] 199.204.45.113 () {30 vars in 737 bytes} [Fri May 8 02:24:38 2026] GET /v2.0/ports/aa34edc7-61b0-4a02-b6ec-3b91e332dac5 => generated 1345 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2760] 199.204.45.113 () {30 vars in 741 bytes} [Fri May 8 02:24:38 2026] GET /v2.0/subnets/efcb58c4-8872-4d88-8a01-9b45037c7e5a => 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: 1412/2761] 199.204.45.113 () {30 vars in 743 bytes} [Fri May 8 02:24:38 2026] GET /v2.0/networks/552efabb-2dc7-4e88-a4c5-d32dbe7fcd15 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2762] 199.204.45.113 () {30 vars in 737 bytes} [Fri May 8 02:24:38 2026] GET /v2.0/ports/9dbb8ed2-8525-46de-b470-96844f6ec36a => 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: 1413/2763] 199.204.45.113 () {30 vars in 741 bytes} [Fri May 8 02:24:38 2026] GET /v2.0/subnets/efcb58c4-8872-4d88-8a01-9b45037c7e5a => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2764] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:38 2026] GET /v2.0/security-groups?tenant_id=9219aa4f0313463c94dd329bebdc93ba&name=default => generated 2929 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2765] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:39 2026] DELETE /v2.0/security-groups/55f098a2-3d1f-4046-b211-ae503b2ed9f7 => 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: 1352/2766] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:24:39 2026] GET /v2.0/ports?tenant_id=f832a21904a8404f85da6a7d25ca7732&device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 2581 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2767] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:24:39 2026] GET /v2.0/networks?id=552efabb-2dc7-4e88-a4c5-d32dbe7fcd15 => generated 803 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2768] 199.204.45.113 () {34 vars in 1056 bytes} [Fri May 8 02:24:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.58&port_id=aa34edc7-61b0-4a02-b6ec-3b91e332dac5 => 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: 1416/2769] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:24:39 2026] GET /v2.0/subnets?id=efcb58c4-8872-4d88-8a01-9b45037c7e5a => generated 677 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2770] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:24:39 2026] GET /v2.0/ports?network_id=552efabb-2dc7-4e88-a4c5-d32dbe7fcd15&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: 1354/2771] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:39 2026] GET /v2.0/security-groups?tenant_id=3d7a7c8ae2f0473fbc45746805918e45&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2772] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:24:39 2026] GET /v2.0/networks/552efabb-2dc7-4e88-a4c5-d32dbe7fcd15?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2773] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:24:39 2026] GET /v2.0/networks/552efabb-2dc7-4e88-a4c5-d32dbe7fcd15?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2774] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:39 2026] DELETE /v2.0/security-groups/53c798ee-b197-4fdc-b690-dea669610a1d => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:24:41.876 8 INFO neutron.db.segments_db [None req-0c096d0f-ea1c-4e2c-900e-2b196d060eac 86b2ad9196e8401fa25d599b94c7b7cc f7009f431164484889de0e732b76be15 - - default default] Added segment 0cc29779-a496-4416-b16a-ce3627986476 of type vxlan for network 1cc277f6-c965-413f-8b5f-dc20a76e00fe [pid: 8|app: 0|req: 1420/2775] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:24:41 2026] POST /v2.0/networks => generated 613 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2776] 10.0.0.211 () {34 vars in 669 bytes} [Fri May 8 02:24:41 2026] POST /v2.0/subnets => generated 626 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2777] 10.0.0.211 () {34 vars in 751 bytes} [Fri May 8 02:24:42 2026] PUT /v2.0/subnets/38886907-00b6-4061-87d1-482db7b871bc/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2778] 10.0.0.211 () {32 vars in 731 bytes} [Fri May 8 02:24:42 2026] GET /v2.0/subnets/38886907-00b6-4061-87d1-482db7b871bc/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2779] 10.0.0.211 () {34 vars in 762 bytes} [Fri May 8 02:24:42 2026] PUT /v2.0/subnets/38886907-00b6-4061-87d1-482db7b871bc/tags/green => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2780] 10.0.0.211 () {32 vars in 731 bytes} [Fri May 8 02:24:42 2026] GET /v2.0/subnets/38886907-00b6-4061-87d1-482db7b871bc/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2781] 10.0.0.211 () {34 vars in 758 bytes} [Fri May 8 02:24:42 2026] PUT /v2.0/subnets/38886907-00b6-4061-87d1-482db7b871bc/tags/red => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2782] 10.0.0.211 () {32 vars in 731 bytes} [Fri May 8 02:24:42 2026] GET /v2.0/subnets/38886907-00b6-4061-87d1-482db7b871bc/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2783] 10.0.0.211 () {34 vars in 780 bytes} [Fri May 8 02:24:42 2026] PUT /v2.0/subnets/38886907-00b6-4061-87d1-482db7b871bc/tags/black.or.white => generated 4 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2784] 10.0.0.211 () {32 vars in 731 bytes} [Fri May 8 02:24:42 2026] GET /v2.0/subnets/38886907-00b6-4061-87d1-482db7b871bc/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2785] 10.0.0.211 () {34 vars in 751 bytes} [Fri May 8 02:24:42 2026] PUT /v2.0/subnets/38886907-00b6-4061-87d1-482db7b871bc/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2786] 10.0.0.211 () {32 vars in 731 bytes} [Fri May 8 02:24:42 2026] GET /v2.0/subnets/38886907-00b6-4061-87d1-482db7b871bc/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2787] 10.0.0.211 () {32 vars in 739 bytes} [Fri May 8 02:24:42 2026] GET /v2.0/subnets/38886907-00b6-4061-87d1-482db7b871bc/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 02:24:42.931 7 INFO neutron.api.v2.resource [None req-1be1de20-0dea-4a5f-afcb-76b6552e421a 86b2ad9196e8401fa25d599b94c7b7cc f7009f431164484889de0e732b76be15 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1362/2788] 10.0.0.211 () {32 vars in 743 bytes} [Fri May 8 02:24:42 2026] GET /v2.0/subnets/38886907-00b6-4061-87d1-482db7b871bc/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: 1427/2789] 10.0.0.211 () {32 vars in 742 bytes} [Fri May 8 02:24:42 2026] DELETE /v2.0/subnets/38886907-00b6-4061-87d1-482db7b871bc/tags/red => 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: 1428/2790] 10.0.0.211 () {32 vars in 731 bytes} [Fri May 8 02:24:43 2026] GET /v2.0/subnets/38886907-00b6-4061-87d1-482db7b871bc/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:24:43.078 8 INFO neutron.api.v2.resource [None req-bdeb0074-7eb1-494e-b232-2f935d7383ee 86b2ad9196e8401fa25d599b94c7b7cc f7009f431164484889de0e732b76be15 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1429/2791] 10.0.0.211 () {32 vars in 746 bytes} [Fri May 8 02:24:43 2026] DELETE /v2.0/subnets/38886907-00b6-4061-87d1-482db7b871bc/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: 1430/2792] 10.0.0.211 () {32 vars in 734 bytes} [Fri May 8 02:24:43 2026] DELETE /v2.0/subnets/38886907-00b6-4061-87d1-482db7b871bc/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: 1431/2793] 10.0.0.211 () {32 vars in 731 bytes} [Fri May 8 02:24:43 2026] GET /v2.0/subnets/38886907-00b6-4061-87d1-482db7b871bc/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2794] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:24:43 2026] DELETE /v2.0/subnets/38886907-00b6-4061-87d1-482db7b871bc => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:24:43.484 8 INFO neutron_taas.services.taas.taas_plugin [None req-b2062910-2e51-461a-9d42-207cfce72afd 86b2ad9196e8401fa25d599b94c7b7cc f7009f431164484889de0e732b76be15 - - default default] TaaS: Handle Delete Port: dd2790af-1ce0-4b48-8491-75686c680507 2026-05-08 02:24:43.488 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2062910-2e51-461a-9d42-207cfce72afd 86b2ad9196e8401fa25d599b94c7b7cc f7009f431164484889de0e732b76be15 - - default default] Tap Mirror: Handle Delete Port: dd2790af-1ce0-4b48-8491-75686c680507 2026-05-08 02:24:43.680 8 INFO neutron.services.segments.plugin [-] Segment 0cc29779-a496-4416-b16a-ce3627986476 resource provider aggregate not found 2026-05-08 02:24:43.685 8 INFO neutron.services.segments.plugin [-] Segment 0cc29779-a496-4416-b16a-ce3627986476 resource provider aggregate not found 2026-05-08 02:24:43.703 8 INFO neutron.services.segments.plugin [-] Segment 0cc29779-a496-4416-b16a-ce3627986476 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0cc29779-a496-4416-b16a-ce3627986476 found for delete ", "request_id": "req-b48d1eba-3864-46da-91a0-d0e24e9613cf"}]} 2026-05-08 02:24:43.705 8 INFO neutron.services.segments.plugin [-] Segment 0cc29779-a496-4416-b16a-ce3627986476 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0cc29779-a496-4416-b16a-ce3627986476 found for delete ", "request_id": "req-ea01e5f1-4d02-4114-85f4-9441e8438844"}]} [pid: 8|app: 0|req: 1433/2795] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:24:43 2026] DELETE /v2.0/networks/1cc277f6-c965-413f-8b5f-dc20a76e00fe => generated 0 bytes in 375 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:24:43.746 7 INFO neutron.db.l3_db [None req-6b2bb3d2-6fdb-4faf-9bb3-cf5910e29cfa 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] Floating IP 56321dee-bd46-4247-ab01-24ec46320233 associated. External IP: 10.96.250.215, port: 9dbb8ed2-8525-46de-b470-96844f6ec36a. [pid: 7|app: 0|req: 1363/2796] 10.0.0.211 () {34 vars in 677 bytes} [Fri May 8 02:24:42 2026] POST /v2.0/floatingips => generated 898 bytes in 1111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2797] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:44 2026] GET /v2.0/security-groups?tenant_id=f7009f431164484889de0e732b76be15&name=default => generated 2929 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2798] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:44 2026] DELETE /v2.0/security-groups/eb88f0ee-6428-4383-bc76-766183e3803b => 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: 1435/2801] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:44 2026] GET /v2.0/security-groups?tenant_id=e40f54962bfd46feb1981f605a9443ac&name=default => generated 2929 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2802] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:44 2026] DELETE /v2.0/security-groups/27f73946-5a42-472b-8fd4-74c7bd18c38c => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:24:48.802 8 INFO neutron.db.segments_db [None req-2672b81c-3a7c-4ad4-81fe-4078dd412135 e4947f1398474c4f87179b5d98f96499 c01c7cf3be3444e8894716394c9cea06 - - default default] Added segment 3a2e3e9f-e17a-4241-9782-1946844ece95 of type vxlan for network ff879667-63f4-40b9-a7da-3ff404cebf23 [pid: 8|app: 0|req: 1436/2803] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:24:48 2026] POST /v2.0/networks => generated 613 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 02:24:48.997 7 INFO neutron.db.segments_db [None req-1335a61f-a73b-4cfd-8943-3c53ebf271c9 e4947f1398474c4f87179b5d98f96499 c01c7cf3be3444e8894716394c9cea06 - - default default] Added segment b493f4be-dd5f-41d5-a4f0-d8c7cb02fbbe of type vxlan for network aa164e8d-d19e-49a9-9844-141e5cc548e3 [pid: 8|app: 0|req: 1437/2804] 199.204.45.113 () {30 vars in 703 bytes} [Fri May 8 02:24:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2805] 199.204.45.113 () {30 vars in 705 bytes} [Fri May 8 02:24:49 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: 1439/2806] 199.204.45.113 () {30 vars in 681 bytes} [Fri May 8 02:24:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2807] 199.204.45.113 () {30 vars in 717 bytes} [Fri May 8 02:24:49 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: 1368/2808] 10.0.0.211 () {34 vars in 670 bytes} [Fri May 8 02:24:48 2026] POST /v2.0/networks => generated 612 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2809] 10.0.0.211 () {34 vars in 753 bytes} [Fri May 8 02:24:49 2026] PUT /v2.0/networks/ff879667-63f4-40b9-a7da-3ff404cebf23/tags => generated 25 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:24:49.212 7 INFO neutron.api.v2.resource [None req-10e0f7ab-b4a9-4323-8c09-1564dea49785 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1369/2810] 199.204.45.113 () {30 vars in 763 bytes} [Fri May 8 02:24:49 2026] GET /v2.0/security-groups/lb-eadc0ef9-e58b-49ea-b984-c70d41b2b1d8 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2811] 199.204.45.113 () {30 vars in 785 bytes} [Fri May 8 02:24:49 2026] GET /v2.0/security-groups?name=lb-eadc0ef9-e58b-49ea-b984-c70d41b2b1d8 => generated 1637 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2812] 10.0.0.211 () {32 vars in 733 bytes} [Fri May 8 02:24:49 2026] GET /v2.0/networks/ff879667-63f4-40b9-a7da-3ff404cebf23/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: 1371/2813] 199.204.45.113 () {30 vars in 815 bytes} [Fri May 8 02:24:49 2026] GET /v2.0/security-group-rules?security_group_id=8e64d187-82db-4b01-a7fa-2c747213badb => 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: 1443/2814] 10.0.0.211 () {34 vars in 753 bytes} [Fri May 8 02:24:49 2026] PUT /v2.0/networks/aa164e8d-d19e-49a9-9844-141e5cc548e3/tags => generated 17 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2815] 10.0.0.211 () {32 vars in 733 bytes} [Fri May 8 02:24:49 2026] GET /v2.0/networks/aa164e8d-d19e-49a9-9844-141e5cc548e3/tags => generated 17 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2816] 199.204.45.113 () {34 vars in 747 bytes} [Fri May 8 02:24:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2817] 10.0.0.211 () {34 vars in 753 bytes} [Fri May 8 02:24:49 2026] PUT /v2.0/networks/aa164e8d-d19e-49a9-9844-141e5cc548e3/tags => generated 12 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2818] 10.0.0.211 () {32 vars in 733 bytes} [Fri May 8 02:24:49 2026] GET /v2.0/networks/aa164e8d-d19e-49a9-9844-141e5cc548e3/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2819] 199.204.45.113 () {34 vars in 747 bytes} [Fri May 8 02:24:49 2026] POST /v2.0/security-group-rules => generated 601 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2820] 10.0.0.211 () {32 vars in 733 bytes} [Fri May 8 02:24:49 2026] GET /v2.0/networks/ff879667-63f4-40b9-a7da-3ff404cebf23/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2821] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:24:49 2026] DELETE /v2.0/networks/ff879667-63f4-40b9-a7da-3ff404cebf23 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:24:49.910 7 INFO neutron.services.segments.plugin [-] Segment 3a2e3e9f-e17a-4241-9782-1946844ece95 resource provider aggregate not found 2026-05-08 02:24:49.915 7 INFO neutron.services.segments.plugin [-] Segment 3a2e3e9f-e17a-4241-9782-1946844ece95 resource provider aggregate not found 2026-05-08 02:24:49.930 7 INFO neutron.services.segments.plugin [-] Segment 3a2e3e9f-e17a-4241-9782-1946844ece95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a2e3e9f-e17a-4241-9782-1946844ece95 found for delete ", "request_id": "req-e06965f0-b064-4aa5-a399-6f1d8d24375e"}]} 2026-05-08 02:24:49.940 7 INFO neutron.services.segments.plugin [-] Segment 3a2e3e9f-e17a-4241-9782-1946844ece95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a2e3e9f-e17a-4241-9782-1946844ece95 found for delete ", "request_id": "req-6233ff86-4f0b-493e-8acc-5d50fed05b18"}]} [pid: 8|app: 0|req: 1448/2822] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:24:49 2026] DELETE /v2.0/networks/aa164e8d-d19e-49a9-9844-141e5cc548e3 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:24:50.001 8 INFO neutron.services.segments.plugin [-] Segment b493f4be-dd5f-41d5-a4f0-d8c7cb02fbbe resource provider aggregate not found 2026-05-08 02:24:50.016 8 INFO neutron.services.segments.plugin [-] Segment b493f4be-dd5f-41d5-a4f0-d8c7cb02fbbe resource provider aggregate not found 2026-05-08 02:24:50.037 8 INFO neutron.services.segments.plugin [-] Segment b493f4be-dd5f-41d5-a4f0-d8c7cb02fbbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b493f4be-dd5f-41d5-a4f0-d8c7cb02fbbe found for delete ", "request_id": "req-391012fa-79e9-4450-9a84-e05dcd950e96"}]} 2026-05-08 02:24:50.043 8 INFO neutron.services.segments.plugin [-] Segment b493f4be-dd5f-41d5-a4f0-d8c7cb02fbbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b493f4be-dd5f-41d5-a4f0-d8c7cb02fbbe found for delete ", "request_id": "req-925c496c-83df-4486-9fe5-8623d6adc1c1"}]} [pid: 7|app: 0|req: 1375/2823] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:50 2026] GET /v2.0/security-groups?tenant_id=c01c7cf3be3444e8894716394c9cea06&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2824] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:50 2026] DELETE /v2.0/security-groups/b2f6c863-ede3-4c4d-8677-8be24e378626 => 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: 1376/2825] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:24:50 2026] GET /v2.0/security-groups?tenant_id=7cf9f3113a1d4d468de739d11da995e0&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2826] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:24:51 2026] DELETE /v2.0/security-groups/912fd6b0-5446-4191-a77c-b643462ae043 => 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: 1452/2829] 10.0.0.71 () {30 vars in 689 bytes} [Fri May 8 02:24:59 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: 1378/2830] 10.0.0.71 () {30 vars in 691 bytes} [Fri May 8 02:24:59 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2831] 10.0.0.71 () {30 vars in 667 bytes} [Fri May 8 02:24:59 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: 1379/2832] 10.0.0.71 () {30 vars in 703 bytes} [Fri May 8 02:25:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2833] 10.0.0.71 () {28 vars in 438 bytes} [Fri May 8 02:25:00 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2834] 10.0.0.71 () {30 vars in 727 bytes} [Fri May 8 02:25:00 2026] GET /v2.0/subnets/0bf0707b-b39c-4299-96fe-afd9f887049d => 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: 1455/2835] 199.204.45.113 () {30 vars in 703 bytes} [Fri May 8 02:25:01 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: 1381/2836] 199.204.45.113 () {30 vars in 705 bytes} [Fri May 8 02:25:01 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: 1456/2837] 199.204.45.113 () {30 vars in 681 bytes} [Fri May 8 02:25:01 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: 1382/2838] 199.204.45.113 () {30 vars in 717 bytes} [Fri May 8 02:25:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2839] 199.204.45.113 () {30 vars in 741 bytes} [Fri May 8 02:25:01 2026] GET /v2.0/subnets/0bf0707b-b39c-4299-96fe-afd9f887049d => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2840] 199.204.45.113 () {30 vars in 769 bytes} [Fri May 8 02:25:01 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 2581 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2841] 199.204.45.113 () {30 vars in 703 bytes} [Fri May 8 02:25:01 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: 1384/2842] 199.204.45.113 () {30 vars in 705 bytes} [Fri May 8 02:25:01 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: 1459/2843] 199.204.45.113 () {30 vars in 681 bytes} [Fri May 8 02:25:01 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: 1385/2844] 199.204.45.113 () {30 vars in 717 bytes} [Fri May 8 02:25:01 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: 1460/2845] 199.204.45.113 () {34 vars in 717 bytes} [Fri May 8 02:25:01 2026] POST /v2.0/ports => generated 1328 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2846] 10.0.0.239 () {34 vars in 971 bytes} [Fri May 8 02:25:02 2026] GET /v2.0/ports/c3f4a96b-4efd-48c2-a6e0-7f6d8e19a424 => generated 1328 bytes in 258 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: 1461/2847] 10.0.0.239 () {34 vars in 907 bytes} [Fri May 8 02:25:02 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2848] 199.204.45.113 () {34 vars in 1262 bytes} [Fri May 8 02:25:03 2026] GET /v2.0/ports/c3f4a96b-4efd-48c2-a6e0-7f6d8e19a424?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2849] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:25:03 2026] GET /v2.0/networks/d6265c12-d31b-4024-99cd-ff53e6703581?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2850] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:25:03 2026] GET /v2.0/networks/d6265c12-d31b-4024-99cd-ff53e6703581?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: 1463/2851] 199.204.45.113 () {34 vars in 975 bytes} [Fri May 8 02:25:04 2026] GET /v2.0/ports/c3f4a96b-4efd-48c2-a6e0-7f6d8e19a424 => generated 1328 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2852] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:25:04 2026] GET /v2.0/networks?id=d6265c12-d31b-4024-99cd-ff53e6703581 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2853] 199.204.45.113 () {38 vars in 1028 bytes} [Fri May 8 02:25:04 2026] PUT /v2.0/ports/c3f4a96b-4efd-48c2-a6e0-7f6d8e19a424 => generated 1518 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:25:04.719 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2e2ec4d2-68fb-406f-bebc-af5bb83d156a'] response: {'name': 'network-changed', 'server_uuid': '6474754f-dd3e-4fd8-a393-95ac57cb0a11', 'tag': 'c3f4a96b-4efd-48c2-a6e0-7f6d8e19a424', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1390/2854] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:25:05 2026] GET /v2.0/ports?tenant_id=f832a21904a8404f85da6a7d25ca7732&device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 4091 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1465/2855] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:25:05 2026] GET /v2.0/networks?id=d6265c12-d31b-4024-99cd-ff53e6703581 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2856] 199.204.45.113 () {34 vars in 1058 bytes} [Fri May 8 02:25:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.153&port_id=c3f4a96b-4efd-48c2-a6e0-7f6d8e19a424 => 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: 1466/2857] 199.204.45.113 () {34 vars in 1104 bytes} [Fri May 8 02:25:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A156&port_id=c3f4a96b-4efd-48c2-a6e0-7f6d8e19a424 => 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: 1392/2858] 199.204.45.113 () {34 vars in 1064 bytes} [Fri May 8 02:25:05 2026] GET /v2.0/subnets?id=0bf0707b-b39c-4299-96fe-afd9f887049d&id=9a795414-bad6-482e-bcf7-bd626907cf04 => generated 1410 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2859] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:25:05 2026] GET /v2.0/ports?network_id=d6265c12-d31b-4024-99cd-ff53e6703581&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2860] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:25:05 2026] GET /v2.0/ports?network_id=d6265c12-d31b-4024-99cd-ff53e6703581&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2861] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:25:05 2026] GET /v2.0/networks/d6265c12-d31b-4024-99cd-ff53e6703581?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2862] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:25:05 2026] GET /v2.0/networks/d6265c12-d31b-4024-99cd-ff53e6703581?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: 1469/2863] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:25:06 2026] GET /v2.0/ports?tenant_id=f832a21904a8404f85da6a7d25ca7732&device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 4091 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2864] 199.204.45.113 () {34 vars in 1060 bytes} [Fri May 8 02:25:06 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.11&port_id=a47dfbb2-63f1-4d03-b173-4903c0ae9053 => 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: 1470/2865] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:25:06 2026] GET /v2.0/subnets?id=89be835b-0ca2-4d16-ad1d-e73e8bf7fc14 => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2866] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:25:06 2026] GET /v2.0/ports?network_id=535f56fa-2360-495e-ad4d-8a809adde036&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2867] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:25:06 2026] GET /v2.0/networks/535f56fa-2360-495e-ad4d-8a809adde036?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: 1397/2868] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:25:06 2026] GET /v2.0/networks/535f56fa-2360-495e-ad4d-8a809adde036?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: 1472/2869] 199.204.45.113 () {34 vars in 1056 bytes} [Fri May 8 02:25:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.58&port_id=aa34edc7-61b0-4a02-b6ec-3b91e332dac5 => 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: 1398/2870] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:25:06 2026] GET /v2.0/subnets?id=efcb58c4-8872-4d88-8a01-9b45037c7e5a => generated 677 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2871] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:25:06 2026] GET /v2.0/ports?network_id=552efabb-2dc7-4e88-a4c5-d32dbe7fcd15&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2872] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:25:06 2026] GET /v2.0/networks/552efabb-2dc7-4e88-a4c5-d32dbe7fcd15?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: 1474/2873] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:25:07 2026] GET /v2.0/networks/552efabb-2dc7-4e88-a4c5-d32dbe7fcd15?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: 7|app: 0|req: 1400/2874] 199.204.45.113 () {34 vars in 1058 bytes} [Fri May 8 02:25:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.153&port_id=c3f4a96b-4efd-48c2-a6e0-7f6d8e19a424 => 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: 1475/2875] 199.204.45.113 () {34 vars in 1104 bytes} [Fri May 8 02:25:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A156&port_id=c3f4a96b-4efd-48c2-a6e0-7f6d8e19a424 => 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: 1401/2876] 199.204.45.113 () {34 vars in 1064 bytes} [Fri May 8 02:25:07 2026] GET /v2.0/subnets?id=0bf0707b-b39c-4299-96fe-afd9f887049d&id=9a795414-bad6-482e-bcf7-bd626907cf04 => generated 1410 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2877] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:25:07 2026] GET /v2.0/ports?network_id=d6265c12-d31b-4024-99cd-ff53e6703581&device_owner=network%3Adhcp => generated 1457 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2878] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:25:07 2026] GET /v2.0/ports?network_id=d6265c12-d31b-4024-99cd-ff53e6703581&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2879] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:25:07 2026] GET /v2.0/networks/d6265c12-d31b-4024-99cd-ff53e6703581?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2880] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:25:07 2026] GET /v2.0/networks/d6265c12-d31b-4024-99cd-ff53e6703581?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2881] 10.0.0.239 () {34 vars in 971 bytes} [Fri May 8 02:25:11 2026] GET /v2.0/ports/c3f4a96b-4efd-48c2-a6e0-7f6d8e19a424 => generated 1518 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2882] 199.204.45.113 () {30 vars in 743 bytes} [Fri May 8 02:25:11 2026] GET /v2.0/networks/d6265c12-d31b-4024-99cd-ff53e6703581 => generated 797 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2883] 199.204.45.113 () {30 vars in 741 bytes} [Fri May 8 02:25:11 2026] GET /v2.0/subnets/0bf0707b-b39c-4299-96fe-afd9f887049d => 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: 1405/2884] 199.204.45.113 () {30 vars in 741 bytes} [Fri May 8 02:25:11 2026] GET /v2.0/subnets/9a795414-bad6-482e-bcf7-bd626907cf04 => generated 743 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2885] 199.204.45.113 () {30 vars in 703 bytes} [Fri May 8 02:25:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2886] 199.204.45.113 () {30 vars in 705 bytes} [Fri May 8 02:25: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: 1481/2887] 199.204.45.113 () {30 vars in 681 bytes} [Fri May 8 02:25: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: 1407/2888] 199.204.45.113 () {30 vars in 717 bytes} [Fri May 8 02:25: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: 1482/2889] 199.204.45.113 () {30 vars in 741 bytes} [Fri May 8 02:25:11 2026] GET /v2.0/subnets/efcb58c4-8872-4d88-8a01-9b45037c7e5a => 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: 1408/2890] 199.204.45.113 () {30 vars in 737 bytes} [Fri May 8 02:25:11 2026] GET /v2.0/ports/9dbb8ed2-8525-46de-b470-96844f6ec36a => generated 1128 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2891] 199.204.45.113 () {30 vars in 737 bytes} [Fri May 8 02:25:11 2026] GET /v2.0/ports/aa34edc7-61b0-4a02-b6ec-3b91e332dac5 => generated 1345 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2892] 199.204.45.113 () {30 vars in 741 bytes} [Fri May 8 02:25:11 2026] GET /v2.0/subnets/efcb58c4-8872-4d88-8a01-9b45037c7e5a => generated 674 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2893] 199.204.45.113 () {30 vars in 743 bytes} [Fri May 8 02:25:11 2026] GET /v2.0/networks/552efabb-2dc7-4e88-a4c5-d32dbe7fcd15 => 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: 1410/2894] 199.204.45.113 () {30 vars in 737 bytes} [Fri May 8 02:25:11 2026] GET /v2.0/ports/9dbb8ed2-8525-46de-b470-96844f6ec36a => 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: 1485/2895] 199.204.45.113 () {30 vars in 741 bytes} [Fri May 8 02:25:11 2026] GET /v2.0/subnets/efcb58c4-8872-4d88-8a01-9b45037c7e5a => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2898] 10.0.0.71 () {30 vars in 689 bytes} [Fri May 8 02:25:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2899] 10.0.0.71 () {30 vars in 691 bytes} [Fri May 8 02:25:17 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: 1413/2900] 10.0.0.71 () {30 vars in 667 bytes} [Fri May 8 02:25:17 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: 1488/2901] 10.0.0.71 () {30 vars in 703 bytes} [Fri May 8 02:25:17 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: 1414/2902] 10.0.0.71 () {28 vars in 438 bytes} [Fri May 8 02:25:17 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: 1489/2903] 10.0.0.71 () {30 vars in 727 bytes} [Fri May 8 02:25:17 2026] GET /v2.0/subnets/ba7960fc-2153-407e-8ff9-8d738cb3ef39 => generated 656 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2904] 199.204.45.113 () {30 vars in 703 bytes} [Fri May 8 02:25:18 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: 1490/2905] 199.204.45.113 () {30 vars in 705 bytes} [Fri May 8 02:25:18 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: 1416/2906] 199.204.45.113 () {30 vars in 681 bytes} [Fri May 8 02:25:18 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2907] 199.204.45.113 () {30 vars in 717 bytes} [Fri May 8 02:25:18 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: 1417/2908] 199.204.45.113 () {30 vars in 741 bytes} [Fri May 8 02:25:18 2026] GET /v2.0/subnets/0bf0707b-b39c-4299-96fe-afd9f887049d => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2909] 199.204.45.113 () {30 vars in 741 bytes} [Fri May 8 02:25:18 2026] GET /v2.0/subnets/ba7960fc-2153-407e-8ff9-8d738cb3ef39 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2910] 199.204.45.113 () {30 vars in 769 bytes} [Fri May 8 02:25:18 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 4093 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2911] 199.204.45.113 () {30 vars in 703 bytes} [Fri May 8 02:25:19 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: 1419/2912] 199.204.45.113 () {30 vars in 705 bytes} [Fri May 8 02:25:19 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: 1494/2913] 199.204.45.113 () {30 vars in 681 bytes} [Fri May 8 02:25:19 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: 1420/2914] 199.204.45.113 () {30 vars in 717 bytes} [Fri May 8 02:25:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2915] 199.204.45.113 () {34 vars in 717 bytes} [Fri May 8 02:25:19 2026] POST /v2.0/ports => generated 1332 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2916] 10.0.0.239 () {34 vars in 971 bytes} [Fri May 8 02:25:19 2026] GET /v2.0/ports/b40e9e5a-d9b9-4ca2-aed7-1ffc82dc0111 => generated 1332 bytes in 84 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: 1496/2917] 199.204.45.113 () {34 vars in 1262 bytes} [Fri May 8 02:25:20 2026] GET /v2.0/ports/b40e9e5a-d9b9-4ca2-aed7-1ffc82dc0111?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2918] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:25:20 2026] GET /v2.0/networks/935aceaf-0266-4099-b071-749f6b8e16a9?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: 1497/2919] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:25:20 2026] GET /v2.0/networks/935aceaf-0266-4099-b071-749f6b8e16a9?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: 1423/2920] 199.204.45.113 () {34 vars in 975 bytes} [Fri May 8 02:25:21 2026] GET /v2.0/ports/b40e9e5a-d9b9-4ca2-aed7-1ffc82dc0111 => generated 1332 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2921] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:25:21 2026] GET /v2.0/networks?id=935aceaf-0266-4099-b071-749f6b8e16a9 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2922] 199.204.45.113 () {38 vars in 1028 bytes} [Fri May 8 02:25:21 2026] PUT /v2.0/ports/b40e9e5a-d9b9-4ca2-aed7-1ffc82dc0111 => generated 1522 bytes in 431 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:25:22.071 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-08ceaf1c-0c49-4562-b628-4b4c2e489adc'] response: {'name': 'network-changed', 'server_uuid': '6474754f-dd3e-4fd8-a393-95ac57cb0a11', 'tag': 'b40e9e5a-d9b9-4ca2-aed7-1ffc82dc0111', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1499/2923] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:25:22 2026] GET /v2.0/ports?tenant_id=f832a21904a8404f85da6a7d25ca7732&device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 5607 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1425/2924] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:25:22 2026] GET /v2.0/networks?id=935aceaf-0266-4099-b071-749f6b8e16a9 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2925] 199.204.45.113 () {34 vars in 1058 bytes} [Fri May 8 02:25:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.128&port_id=b40e9e5a-d9b9-4ca2-aed7-1ffc82dc0111 => 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: 1426/2926] 199.204.45.113 () {34 vars in 1106 bytes} [Fri May 8 02:25:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2ca&port_id=b40e9e5a-d9b9-4ca2-aed7-1ffc82dc0111 => 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: 1501/2927] 199.204.45.113 () {34 vars in 1064 bytes} [Fri May 8 02:25:22 2026] GET /v2.0/subnets?id=ba7960fc-2153-407e-8ff9-8d738cb3ef39&id=cabebf65-ab54-46fb-b547-2fbb69727d59 => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2928] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:25:22 2026] GET /v2.0/ports?network_id=935aceaf-0266-4099-b071-749f6b8e16a9&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2929] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:25:22 2026] GET /v2.0/ports?network_id=935aceaf-0266-4099-b071-749f6b8e16a9&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: 7|app: 0|req: 1428/2930] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:25:22 2026] GET /v2.0/networks/935aceaf-0266-4099-b071-749f6b8e16a9?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2931] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:25:22 2026] GET /v2.0/networks/935aceaf-0266-4099-b071-749f6b8e16a9?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: 1429/2932] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:25:24 2026] GET /v2.0/ports?tenant_id=f832a21904a8404f85da6a7d25ca7732&device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 5607 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2933] 199.204.45.113 () {34 vars in 1060 bytes} [Fri May 8 02:25:24 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.11&port_id=a47dfbb2-63f1-4d03-b173-4903c0ae9053 => 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: 1430/2934] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:25:24 2026] GET /v2.0/subnets?id=89be835b-0ca2-4d16-ad1d-e73e8bf7fc14 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2935] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:25:24 2026] GET /v2.0/ports?network_id=535f56fa-2360-495e-ad4d-8a809adde036&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2936] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:25:24 2026] GET /v2.0/networks/535f56fa-2360-495e-ad4d-8a809adde036?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2937] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:25:24 2026] GET /v2.0/networks/535f56fa-2360-495e-ad4d-8a809adde036?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: 1432/2938] 199.204.45.113 () {34 vars in 1056 bytes} [Fri May 8 02:25:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.58&port_id=aa34edc7-61b0-4a02-b6ec-3b91e332dac5 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2939] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:25:24 2026] GET /v2.0/subnets?id=efcb58c4-8872-4d88-8a01-9b45037c7e5a => generated 677 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2940] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:25:24 2026] GET /v2.0/ports?network_id=552efabb-2dc7-4e88-a4c5-d32dbe7fcd15&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2941] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:25:24 2026] GET /v2.0/networks/552efabb-2dc7-4e88-a4c5-d32dbe7fcd15?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: 1434/2942] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:25:24 2026] GET /v2.0/networks/552efabb-2dc7-4e88-a4c5-d32dbe7fcd15?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2943] 199.204.45.113 () {34 vars in 1058 bytes} [Fri May 8 02:25:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.153&port_id=c3f4a96b-4efd-48c2-a6e0-7f6d8e19a424 => 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: 1435/2944] 199.204.45.113 () {34 vars in 1104 bytes} [Fri May 8 02:25:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A156&port_id=c3f4a96b-4efd-48c2-a6e0-7f6d8e19a424 => 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: 1510/2945] 199.204.45.113 () {34 vars in 1064 bytes} [Fri May 8 02:25:24 2026] GET /v2.0/subnets?id=0bf0707b-b39c-4299-96fe-afd9f887049d&id=9a795414-bad6-482e-bcf7-bd626907cf04 => generated 1410 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2946] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:25:24 2026] GET /v2.0/ports?network_id=d6265c12-d31b-4024-99cd-ff53e6703581&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2947] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:25:24 2026] GET /v2.0/ports?network_id=d6265c12-d31b-4024-99cd-ff53e6703581&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2948] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:25:24 2026] GET /v2.0/networks/d6265c12-d31b-4024-99cd-ff53e6703581?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: 1512/2949] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:25:24 2026] GET /v2.0/networks/d6265c12-d31b-4024-99cd-ff53e6703581?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: 1438/2950] 199.204.45.113 () {34 vars in 1058 bytes} [Fri May 8 02:25:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.128&port_id=b40e9e5a-d9b9-4ca2-aed7-1ffc82dc0111 => 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: 1513/2951] 199.204.45.113 () {34 vars in 1106 bytes} [Fri May 8 02:25:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2ca&port_id=b40e9e5a-d9b9-4ca2-aed7-1ffc82dc0111 => 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: 1439/2952] 199.204.45.113 () {34 vars in 1064 bytes} [Fri May 8 02:25:24 2026] GET /v2.0/subnets?id=ba7960fc-2153-407e-8ff9-8d738cb3ef39&id=cabebf65-ab54-46fb-b547-2fbb69727d59 => 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: 1514/2953] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:25:24 2026] GET /v2.0/ports?network_id=935aceaf-0266-4099-b071-749f6b8e16a9&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: 1440/2954] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:25:24 2026] GET /v2.0/ports?network_id=935aceaf-0266-4099-b071-749f6b8e16a9&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2955] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:25:25 2026] GET /v2.0/networks/935aceaf-0266-4099-b071-749f6b8e16a9?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: 1441/2956] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:25:25 2026] GET /v2.0/networks/935aceaf-0266-4099-b071-749f6b8e16a9?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: 1516/2957] 10.0.0.239 () {34 vars in 971 bytes} [Fri May 8 02:25:28 2026] GET /v2.0/ports/b40e9e5a-d9b9-4ca2-aed7-1ffc82dc0111 => generated 1524 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2958] 199.204.45.113 () {30 vars in 743 bytes} [Fri May 8 02:25:28 2026] GET /v2.0/networks/935aceaf-0266-4099-b071-749f6b8e16a9 => generated 797 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/2959] 199.204.45.113 () {30 vars in 741 bytes} [Fri May 8 02:25:28 2026] GET /v2.0/subnets/ba7960fc-2153-407e-8ff9-8d738cb3ef39 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2960] 199.204.45.113 () {30 vars in 741 bytes} [Fri May 8 02:25:28 2026] GET /v2.0/subnets/cabebf65-ab54-46fb-b547-2fbb69727d59 => 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: 1518/2961] 199.204.45.113 () {30 vars in 737 bytes} [Fri May 8 02:25:29 2026] GET /v2.0/ports/c3f4a96b-4efd-48c2-a6e0-7f6d8e19a424 => generated 1520 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2962] 199.204.45.113 () {34 vars in 790 bytes} [Fri May 8 02:25:29 2026] PUT /v2.0/ports/c3f4a96b-4efd-48c2-a6e0-7f6d8e19a424 => generated 1255 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:25:29.577 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e2bebb40-0a8a-4c9d-a22c-d62af9044a49'] response: {'name': 'network-changed', 'server_uuid': '6474754f-dd3e-4fd8-a393-95ac57cb0a11', 'tag': 'c3f4a96b-4efd-48c2-a6e0-7f6d8e19a424', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1519/2963] 199.204.45.113 () {30 vars in 743 bytes} [Fri May 8 02:25:29 2026] GET /v2.0/networks/d6265c12-d31b-4024-99cd-ff53e6703581 => generated 797 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: 1445/2964] 199.204.45.113 () {30 vars in 741 bytes} [Fri May 8 02:25:29 2026] GET /v2.0/subnets/0bf0707b-b39c-4299-96fe-afd9f887049d => 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: 1520/2965] 199.204.45.113 () {30 vars in 703 bytes} [Fri May 8 02:25:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2966] 199.204.45.113 () {30 vars in 705 bytes} [Fri May 8 02:25:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2967] 199.204.45.113 () {30 vars in 681 bytes} [Fri May 8 02:25:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2968] 199.204.45.113 () {30 vars in 717 bytes} [Fri May 8 02:25:29 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: 1522/2969] 199.204.45.113 () {30 vars in 741 bytes} [Fri May 8 02:25:29 2026] GET /v2.0/subnets/efcb58c4-8872-4d88-8a01-9b45037c7e5a => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2972] 199.204.45.113 () {30 vars in 737 bytes} [Fri May 8 02:25:29 2026] GET /v2.0/ports/9dbb8ed2-8525-46de-b470-96844f6ec36a => 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: 1525/2973] 199.204.45.113 () {30 vars in 737 bytes} [Fri May 8 02:25:29 2026] GET /v2.0/ports/aa34edc7-61b0-4a02-b6ec-3b91e332dac5 => generated 1345 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2974] 199.204.45.113 () {30 vars in 741 bytes} [Fri May 8 02:25:29 2026] GET /v2.0/subnets/efcb58c4-8872-4d88-8a01-9b45037c7e5a => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/2975] 199.204.45.113 () {30 vars in 743 bytes} [Fri May 8 02:25:29 2026] GET /v2.0/networks/552efabb-2dc7-4e88-a4c5-d32dbe7fcd15 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2976] 199.204.45.113 () {30 vars in 737 bytes} [Fri May 8 02:25:30 2026] GET /v2.0/ports/9dbb8ed2-8525-46de-b470-96844f6ec36a => generated 1128 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/2977] 199.204.45.113 () {30 vars in 741 bytes} [Fri May 8 02:25:30 2026] GET /v2.0/subnets/efcb58c4-8872-4d88-8a01-9b45037c7e5a => 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: 1451/2978] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:25:30 2026] GET /v2.0/ports?tenant_id=f832a21904a8404f85da6a7d25ca7732&device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 5380 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/2979] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:25:30 2026] GET /v2.0/networks?id=d6265c12-d31b-4024-99cd-ff53e6703581 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2980] 199.204.45.113 () {34 vars in 1058 bytes} [Fri May 8 02:25:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.153&port_id=c3f4a96b-4efd-48c2-a6e0-7f6d8e19a424 => 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: 1529/2981] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:25:30 2026] GET /v2.0/subnets?id=0bf0707b-b39c-4299-96fe-afd9f887049d => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2982] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:25:30 2026] GET /v2.0/ports?network_id=d6265c12-d31b-4024-99cd-ff53e6703581&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: 1530/2983] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:25:30 2026] GET /v2.0/networks/d6265c12-d31b-4024-99cd-ff53e6703581?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: 1454/2984] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:25:30 2026] GET /v2.0/networks/d6265c12-d31b-4024-99cd-ff53e6703581?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: 1531/2985] 199.204.45.113 () {30 vars in 703 bytes} [Fri May 8 02:25:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2986] 199.204.45.113 () {30 vars in 705 bytes} [Fri May 8 02:25:42 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: 1532/2987] 199.204.45.113 () {30 vars in 681 bytes} [Fri May 8 02:25:42 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: 1456/2988] 199.204.45.113 () {30 vars in 717 bytes} [Fri May 8 02:25:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/2989] 199.204.45.113 () {30 vars in 741 bytes} [Fri May 8 02:25:42 2026] GET /v2.0/subnets/0bf0707b-b39c-4299-96fe-afd9f887049d => 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: 1457/2990] 199.204.45.113 () {30 vars in 769 bytes} [Fri May 8 02:25:42 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 5380 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/2991] 199.204.45.113 () {30 vars in 703 bytes} [Fri May 8 02:25:42 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: 1458/2992] 199.204.45.113 () {30 vars in 705 bytes} [Fri May 8 02:25:42 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: 1535/2993] 199.204.45.113 () {30 vars in 681 bytes} [Fri May 8 02:25:42 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2994] 199.204.45.113 () {30 vars in 717 bytes} [Fri May 8 02:25:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/2995] 199.204.45.113 () {30 vars in 737 bytes} [Fri May 8 02:25:42 2026] GET /v2.0/ports/b40e9e5a-d9b9-4ca2-aed7-1ffc82dc0111 => generated 1524 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2996] 199.204.45.113 () {34 vars in 790 bytes} [Fri May 8 02:25:42 2026] PUT /v2.0/ports/b40e9e5a-d9b9-4ca2-aed7-1ffc82dc0111 => generated 1311 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:25:43.349 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-068a3d4f-f7dd-4dc6-9220-ca4b534eb6ad'] response: {'name': 'network-changed', 'server_uuid': '6474754f-dd3e-4fd8-a393-95ac57cb0a11', 'tag': 'b40e9e5a-d9b9-4ca2-aed7-1ffc82dc0111', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1537/2997] 199.204.45.113 () {30 vars in 743 bytes} [Fri May 8 02:25:43 2026] GET /v2.0/networks/935aceaf-0266-4099-b071-749f6b8e16a9 => generated 797 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: 7|app: 0|req: 1461/2998] 199.204.45.113 () {30 vars in 741 bytes} [Fri May 8 02:25:43 2026] GET /v2.0/subnets/cabebf65-ab54-46fb-b547-2fbb69727d59 => generated 747 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/2999] 199.204.45.113 () {30 vars in 737 bytes} [Fri May 8 02:25:43 2026] GET /v2.0/ports/b40e9e5a-d9b9-4ca2-aed7-1ffc82dc0111 => generated 1347 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/3000] 199.204.45.113 () {34 vars in 789 bytes} [Fri May 8 02:25:43 2026] PUT /v2.0/ports/b40e9e5a-d9b9-4ca2-aed7-1ffc82dc0111 => generated 1080 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3001] 199.204.45.113 () {30 vars in 743 bytes} [Fri May 8 02:25:43 2026] GET /v2.0/networks/935aceaf-0266-4099-b071-749f6b8e16a9 => generated 797 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1463/3002] 199.204.45.113 () {30 vars in 769 bytes} [Fri May 8 02:25:43 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 4972 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3003] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:25:43 2026] GET /v2.0/ports?tenant_id=f832a21904a8404f85da6a7d25ca7732&device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 4972 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/3004] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:25:43 2026] GET /v2.0/networks?id=935aceaf-0266-4099-b071-749f6b8e16a9 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3005] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:25:43 2026] GET /v2.0/networks/935aceaf-0266-4099-b071-749f6b8e16a9?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/3006] 199.204.45.113 () {30 vars in 769 bytes} [Fri May 8 02:25:44 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 4972 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3007] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:25:44 2026] GET /v2.0/networks/935aceaf-0266-4099-b071-749f6b8e16a9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/3010] 199.204.45.113 () {30 vars in 769 bytes} [Fri May 8 02:25:45 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 4972 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:25:45.391 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-42cfd2e4-9b08-4d01-a604-1639b0fcc97d'] response: {'name': 'network-changed', 'server_uuid': '6474754f-dd3e-4fd8-a393-95ac57cb0a11', 'tag': 'b40e9e5a-d9b9-4ca2-aed7-1ffc82dc0111', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1544/3011] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:25:45 2026] GET /v2.0/ports?tenant_id=f832a21904a8404f85da6a7d25ca7732&device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 4972 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/3012] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:25:45 2026] GET /v2.0/networks?id=935aceaf-0266-4099-b071-749f6b8e16a9 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3013] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:25:46 2026] GET /v2.0/networks/935aceaf-0266-4099-b071-749f6b8e16a9?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: 1469/3014] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:25:46 2026] GET /v2.0/networks/935aceaf-0266-4099-b071-749f6b8e16a9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3015] 199.204.45.113 () {30 vars in 769 bytes} [Fri May 8 02:25:46 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 4972 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/3016] 199.204.45.113 () {34 vars in 975 bytes} [Fri May 8 02:25:46 2026] GET /v2.0/ports/b40e9e5a-d9b9-4ca2-aed7-1ffc82dc0111 => generated 1116 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3017] 199.204.45.113 () {34 vars in 1060 bytes} [Fri May 8 02:25:46 2026] GET /v2.0/ports/b40e9e5a-d9b9-4ca2-aed7-1ffc82dc0111?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/3018] 199.204.45.113 () {34 vars in 1016 bytes} [Fri May 8 02:25:46 2026] GET /v2.0/networks/935aceaf-0266-4099-b071-749f6b8e16a9?fields=dns_domain => generated 29 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3019] 199.204.45.113 () {38 vars in 1028 bytes} [Fri May 8 02:25:46 2026] PUT /v2.0/ports/b40e9e5a-d9b9-4ca2-aed7-1ffc82dc0111 => generated 917 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/3020] 199.204.45.113 () {30 vars in 769 bytes} [Fri May 8 02:25:47 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 3864 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 02:25:47.416 8 INFO neutron_taas.services.taas.taas_plugin [None req-3da5ed77-f254-4c7c-a92f-f37b6e3c6caa 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: b40e9e5a-d9b9-4ca2-aed7-1ffc82dc0111 2026-05-08 02:25:47.420 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3da5ed77-f254-4c7c-a92f-f37b6e3c6caa 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: b40e9e5a-d9b9-4ca2-aed7-1ffc82dc0111 [pid: 8|app: 0|req: 1549/3021] 199.204.45.113 () {32 vars in 759 bytes} [Fri May 8 02:25:47 2026] DELETE /v2.0/ports/b40e9e5a-d9b9-4ca2-aed7-1ffc82dc0111 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/3022] 199.204.45.113 () {30 vars in 703 bytes} [Fri May 8 02:25:47 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: 1550/3023] 199.204.45.113 () {30 vars in 705 bytes} [Fri May 8 02:25:47 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: 1474/3024] 199.204.45.113 () {30 vars in 681 bytes} [Fri May 8 02:25:47 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: 1551/3025] 199.204.45.113 () {30 vars in 717 bytes} [Fri May 8 02:25:47 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: 1475/3026] 199.204.45.113 () {30 vars in 741 bytes} [Fri May 8 02:25:47 2026] GET /v2.0/subnets/efcb58c4-8872-4d88-8a01-9b45037c7e5a => 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: 1552/3027] 199.204.45.113 () {30 vars in 737 bytes} [Fri May 8 02:25:47 2026] GET /v2.0/ports/9dbb8ed2-8525-46de-b470-96844f6ec36a => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/3028] 199.204.45.113 () {30 vars in 737 bytes} [Fri May 8 02:25:47 2026] GET /v2.0/ports/aa34edc7-61b0-4a02-b6ec-3b91e332dac5 => generated 1345 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3029] 199.204.45.113 () {30 vars in 741 bytes} [Fri May 8 02:25:47 2026] GET /v2.0/subnets/efcb58c4-8872-4d88-8a01-9b45037c7e5a => 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: 1477/3030] 199.204.45.113 () {30 vars in 743 bytes} [Fri May 8 02:25:47 2026] GET /v2.0/networks/552efabb-2dc7-4e88-a4c5-d32dbe7fcd15 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3031] 199.204.45.113 () {30 vars in 737 bytes} [Fri May 8 02:25:47 2026] GET /v2.0/ports/9dbb8ed2-8525-46de-b470-96844f6ec36a => generated 1128 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/3032] 199.204.45.113 () {30 vars in 741 bytes} [Fri May 8 02:25:48 2026] GET /v2.0/subnets/efcb58c4-8872-4d88-8a01-9b45037c7e5a => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3033] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:25:48 2026] GET /v2.0/ports?tenant_id=f832a21904a8404f85da6a7d25ca7732&device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 3864 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/3034] 199.204.45.113 () {34 vars in 1226 bytes} [Fri May 8 02:25:48 2026] GET /v2.0/networks?id=535f56fa-2360-495e-ad4d-8a809adde036&id=552efabb-2dc7-4e88-a4c5-d32dbe7fcd15&id=d6265c12-d31b-4024-99cd-ff53e6703581&id=935aceaf-0266-4099-b071-749f6b8e16a9 => generated 3096 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3035] 199.204.45.113 () {34 vars in 1060 bytes} [Fri May 8 02:25:48 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.11&port_id=a47dfbb2-63f1-4d03-b173-4903c0ae9053 => 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: 1480/3036] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:25:48 2026] GET /v2.0/subnets?id=89be835b-0ca2-4d16-ad1d-e73e8bf7fc14 => 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: 1557/3037] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:25:48 2026] GET /v2.0/ports?network_id=535f56fa-2360-495e-ad4d-8a809adde036&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3038] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:25:48 2026] GET /v2.0/networks/535f56fa-2360-495e-ad4d-8a809adde036?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3039] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:25:48 2026] GET /v2.0/networks/535f56fa-2360-495e-ad4d-8a809adde036?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: 1482/3040] 199.204.45.113 () {34 vars in 1056 bytes} [Fri May 8 02:25:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.58&port_id=aa34edc7-61b0-4a02-b6ec-3b91e332dac5 => 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: 1559/3041] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:25:48 2026] GET /v2.0/subnets?id=efcb58c4-8872-4d88-8a01-9b45037c7e5a => generated 677 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3042] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:25:48 2026] GET /v2.0/ports?network_id=552efabb-2dc7-4e88-a4c5-d32dbe7fcd15&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3043] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:25:48 2026] GET /v2.0/networks/552efabb-2dc7-4e88-a4c5-d32dbe7fcd15?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: 1484/3044] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:25:48 2026] GET /v2.0/networks/552efabb-2dc7-4e88-a4c5-d32dbe7fcd15?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3045] 199.204.45.113 () {34 vars in 1058 bytes} [Fri May 8 02:25:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.153&port_id=c3f4a96b-4efd-48c2-a6e0-7f6d8e19a424 => 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: 1485/3046] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:25:48 2026] GET /v2.0/subnets?id=0bf0707b-b39c-4299-96fe-afd9f887049d => generated 677 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3047] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:25:48 2026] GET /v2.0/ports?network_id=d6265c12-d31b-4024-99cd-ff53e6703581&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: 1486/3048] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:25:48 2026] GET /v2.0/networks/d6265c12-d31b-4024-99cd-ff53e6703581?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3049] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:25:49 2026] GET /v2.0/networks/d6265c12-d31b-4024-99cd-ff53e6703581?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: 1487/3050] 199.204.45.113 () {30 vars in 703 bytes} [Fri May 8 02:25:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3051] 199.204.45.113 () {30 vars in 705 bytes} [Fri May 8 02:25:53 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3052] 199.204.45.113 () {30 vars in 681 bytes} [Fri May 8 02:25:53 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: 1565/3053] 199.204.45.113 () {30 vars in 717 bytes} [Fri May 8 02:25:53 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: 1489/3054] 199.204.45.113 () {30 vars in 769 bytes} [Fri May 8 02:25:53 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 3864 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3055] 199.204.45.113 () {30 vars in 703 bytes} [Fri May 8 02:25:53 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: 1490/3056] 199.204.45.113 () {30 vars in 705 bytes} [Fri May 8 02:25:53 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: 1567/3057] 199.204.45.113 () {30 vars in 681 bytes} [Fri May 8 02:25:53 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: 1491/3058] 199.204.45.113 () {30 vars in 717 bytes} [Fri May 8 02:25:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3059] 199.204.45.113 () {30 vars in 737 bytes} [Fri May 8 02:25:53 2026] GET /v2.0/ports/c3f4a96b-4efd-48c2-a6e0-7f6d8e19a424 => generated 1291 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3060] 199.204.45.113 () {34 vars in 789 bytes} [Fri May 8 02:25:53 2026] PUT /v2.0/ports/c3f4a96b-4efd-48c2-a6e0-7f6d8e19a424 => generated 1080 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:25:53.834 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a206c8a7-fb9c-4b16-a5c9-57fa8dc47741'] response: {'name': 'network-changed', 'server_uuid': '6474754f-dd3e-4fd8-a393-95ac57cb0a11', 'tag': 'c3f4a96b-4efd-48c2-a6e0-7f6d8e19a424', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1569/3061] 199.204.45.113 () {30 vars in 743 bytes} [Fri May 8 02:25:53 2026] GET /v2.0/networks/d6265c12-d31b-4024-99cd-ff53e6703581 => generated 797 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: 1493/3062] 199.204.45.113 () {30 vars in 769 bytes} [Fri May 8 02:25:53 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 3689 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3063] 199.204.45.113 () {30 vars in 769 bytes} [Fri May 8 02:25:53 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 3689 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3064] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:25:54 2026] GET /v2.0/ports?tenant_id=f832a21904a8404f85da6a7d25ca7732&device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 3689 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3065] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:25:54 2026] GET /v2.0/networks?id=d6265c12-d31b-4024-99cd-ff53e6703581 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3066] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:25:54 2026] GET /v2.0/networks/d6265c12-d31b-4024-99cd-ff53e6703581?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: 1572/3067] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:25:54 2026] GET /v2.0/networks/d6265c12-d31b-4024-99cd-ff53e6703581?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: 1496/3068] 199.204.45.113 () {30 vars in 769 bytes} [Fri May 8 02:25:55 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 3689 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3069] 199.204.45.113 () {34 vars in 975 bytes} [Fri May 8 02:25:56 2026] GET /v2.0/ports/c3f4a96b-4efd-48c2-a6e0-7f6d8e19a424 => generated 1116 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3070] 199.204.45.113 () {34 vars in 1060 bytes} [Fri May 8 02:25:56 2026] GET /v2.0/ports/c3f4a96b-4efd-48c2-a6e0-7f6d8e19a424?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3071] 199.204.45.113 () {34 vars in 1016 bytes} [Fri May 8 02:25:56 2026] GET /v2.0/networks/d6265c12-d31b-4024-99cd-ff53e6703581?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3072] 199.204.45.113 () {30 vars in 769 bytes} [Fri May 8 02:25:56 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 3689 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3073] 199.204.45.113 () {38 vars in 1028 bytes} [Fri May 8 02:25:56 2026] PUT /v2.0/ports/c3f4a96b-4efd-48c2-a6e0-7f6d8e19a424 => generated 917 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3074] 199.204.45.113 () {30 vars in 769 bytes} [Fri May 8 02:25:57 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 2581 bytes in 48 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 02:25:57.333 8 INFO neutron_taas.services.taas.taas_plugin [None req-e1e92158-d3cc-4045-8d86-2f8c0833a1c9 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: c3f4a96b-4efd-48c2-a6e0-7f6d8e19a424 2026-05-08 02:25:57.335 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1e92158-d3cc-4045-8d86-2f8c0833a1c9 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: c3f4a96b-4efd-48c2-a6e0-7f6d8e19a424 [pid: 8|app: 0|req: 1576/3075] 199.204.45.113 () {32 vars in 759 bytes} [Fri May 8 02:25:57 2026] DELETE /v2.0/ports/c3f4a96b-4efd-48c2-a6e0-7f6d8e19a424 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3076] 199.204.45.113 () {30 vars in 703 bytes} [Fri May 8 02:25:57 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: 1577/3077] 199.204.45.113 () {30 vars in 705 bytes} [Fri May 8 02:25:57 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: 1501/3078] 199.204.45.113 () {30 vars in 681 bytes} [Fri May 8 02:25:57 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: 1578/3079] 199.204.45.113 () {30 vars in 717 bytes} [Fri May 8 02:25:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3080] 199.204.45.113 () {30 vars in 741 bytes} [Fri May 8 02:25:57 2026] GET /v2.0/subnets/efcb58c4-8872-4d88-8a01-9b45037c7e5a => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3081] 199.204.45.113 () {30 vars in 737 bytes} [Fri May 8 02:25:57 2026] GET /v2.0/ports/9dbb8ed2-8525-46de-b470-96844f6ec36a => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3082] 199.204.45.113 () {30 vars in 737 bytes} [Fri May 8 02:25:57 2026] GET /v2.0/ports/aa34edc7-61b0-4a02-b6ec-3b91e332dac5 => 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: 1580/3083] 199.204.45.113 () {30 vars in 741 bytes} [Fri May 8 02:25:57 2026] GET /v2.0/subnets/efcb58c4-8872-4d88-8a01-9b45037c7e5a => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3084] 199.204.45.113 () {30 vars in 743 bytes} [Fri May 8 02:25:57 2026] GET /v2.0/networks/552efabb-2dc7-4e88-a4c5-d32dbe7fcd15 => generated 800 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3085] 199.204.45.113 () {30 vars in 737 bytes} [Fri May 8 02:25:57 2026] GET /v2.0/ports/9dbb8ed2-8525-46de-b470-96844f6ec36a => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3086] 199.204.45.113 () {30 vars in 741 bytes} [Fri May 8 02:25:57 2026] GET /v2.0/subnets/efcb58c4-8872-4d88-8a01-9b45037c7e5a => 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: 1582/3087] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:25:57 2026] GET /v2.0/ports?tenant_id=f832a21904a8404f85da6a7d25ca7732&device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 2581 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3088] 199.204.45.113 () {34 vars in 1146 bytes} [Fri May 8 02:25:57 2026] GET /v2.0/networks?id=535f56fa-2360-495e-ad4d-8a809adde036&id=552efabb-2dc7-4e88-a4c5-d32dbe7fcd15&id=d6265c12-d31b-4024-99cd-ff53e6703581 => generated 2310 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3089] 199.204.45.113 () {34 vars in 1060 bytes} [Fri May 8 02:25:58 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.11&port_id=a47dfbb2-63f1-4d03-b173-4903c0ae9053 => 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: 1507/3090] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:25:58 2026] GET /v2.0/subnets?id=89be835b-0ca2-4d16-ad1d-e73e8bf7fc14 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3091] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:25:58 2026] GET /v2.0/ports?network_id=535f56fa-2360-495e-ad4d-8a809adde036&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3092] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:25:58 2026] GET /v2.0/networks/535f56fa-2360-495e-ad4d-8a809adde036?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3093] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:25:58 2026] GET /v2.0/networks/535f56fa-2360-495e-ad4d-8a809adde036?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3094] 199.204.45.113 () {34 vars in 1056 bytes} [Fri May 8 02:25:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.58&port_id=aa34edc7-61b0-4a02-b6ec-3b91e332dac5 => 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: 1586/3095] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:25:58 2026] GET /v2.0/subnets?id=efcb58c4-8872-4d88-8a01-9b45037c7e5a => 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: 1510/3096] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:25:58 2026] GET /v2.0/ports?network_id=552efabb-2dc7-4e88-a4c5-d32dbe7fcd15&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3097] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:25:58 2026] GET /v2.0/networks/552efabb-2dc7-4e88-a4c5-d32dbe7fcd15?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: 1511/3098] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:25:58 2026] GET /v2.0/networks/552efabb-2dc7-4e88-a4c5-d32dbe7fcd15?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: 1589/3101] 199.204.45.113 () {30 vars in 703 bytes} [Fri May 8 02:26:08 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: 1513/3102] 199.204.45.113 () {30 vars in 705 bytes} [Fri May 8 02:26:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3103] 199.204.45.113 () {30 vars in 681 bytes} [Fri May 8 02:26:09 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3104] 199.204.45.113 () {30 vars in 717 bytes} [Fri May 8 02:26:09 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 02:26:09.051 8 INFO neutron.api.v2.resource [None req-0ee92187-d355-4665-94c7-250205296262 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1591/3105] 199.204.45.113 () {30 vars in 763 bytes} [Fri May 8 02:26:09 2026] GET /v2.0/security-groups/lb-eadc0ef9-e58b-49ea-b984-c70d41b2b1d8 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3106] 199.204.45.113 () {30 vars in 785 bytes} [Fri May 8 02:26:09 2026] GET /v2.0/security-groups?name=lb-eadc0ef9-e58b-49ea-b984-c70d41b2b1d8 => generated 2863 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3107] 199.204.45.113 () {30 vars in 815 bytes} [Fri May 8 02:26:09 2026] GET /v2.0/security-group-rules?security_group_id=8e64d187-82db-4b01-a7fa-2c747213badb => generated 2334 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3108] 199.204.45.113 () {32 vars in 789 bytes} [Fri May 8 02:26:09 2026] DELETE /v2.0/security-group-rules/3b4d2a31-c4c9-4a5f-b8ee-c27a630cd02a => 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: 1593/3109] 199.204.45.113 () {32 vars in 789 bytes} [Fri May 8 02:26:09 2026] DELETE /v2.0/security-group-rules/5a442cba-a7f4-41da-b821-a89791819642 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:26:12.999 7 INFO neutron_taas.services.taas.taas_plugin [None req-ed05d0d9-c659-442d-b8a8-d4a07a29d86a 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] TaaS: Handle Delete Port: 49dd0ed6-12fd-4f31-93c2-5726d07d3ed9 2026-05-08 02:26:13.004 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed05d0d9-c659-442d-b8a8-d4a07a29d86a 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] Tap Mirror: Handle Delete Port: 49dd0ed6-12fd-4f31-93c2-5726d07d3ed9 2026-05-08 02:26:13.187 7 INFO neutron.db.l3_db [None req-ed05d0d9-c659-442d-b8a8-d4a07a29d86a 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] Floating IP 56321dee-bd46-4247-ab01-24ec46320233 disassociated (deleted). External IP: 10.96.250.215, port: 9dbb8ed2-8525-46de-b470-96844f6ec36a. [pid: 7|app: 0|req: 1517/3110] 10.0.0.211 () {32 vars in 732 bytes} [Fri May 8 02:26:12 2026] DELETE /v2.0/floatingips/56321dee-bd46-4247-ab01-24ec46320233 => generated 0 bytes in 1221 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:26:14.116 8 INFO neutron.api.v2.resource [None req-cce0e134-cff3-4f35-bae6-0ae5b89afa3f 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1594/3111] 10.0.0.211 () {32 vars in 729 bytes} [Fri May 8 02:26:14 2026] GET /v2.0/floatingips/56321dee-bd46-4247-ab01-24ec46320233 => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3114] 199.204.45.113 () {30 vars in 703 bytes} [Fri May 8 02:26:14 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: 1519/3115] 199.204.45.113 () {30 vars in 705 bytes} [Fri May 8 02:26:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3116] 199.204.45.113 () {30 vars in 681 bytes} [Fri May 8 02:26:14 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: 1520/3117] 199.204.45.113 () {30 vars in 717 bytes} [Fri May 8 02:26:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:26:14.944 8 INFO neutron.api.v2.resource [None req-527b34ae-9f38-4b49-b1e1-a8c96d22d4dd 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1598/3118] 199.204.45.113 () {30 vars in 763 bytes} [Fri May 8 02:26:14 2026] GET /v2.0/security-groups/lb-eadc0ef9-e58b-49ea-b984-c70d41b2b1d8 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3119] 199.204.45.113 () {30 vars in 785 bytes} [Fri May 8 02:26:14 2026] GET /v2.0/security-groups?name=lb-eadc0ef9-e58b-49ea-b984-c70d41b2b1d8 => generated 1637 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3120] 199.204.45.113 () {30 vars in 815 bytes} [Fri May 8 02:26:14 2026] GET /v2.0/security-group-rules?security_group_id=8e64d187-82db-4b01-a7fa-2c747213badb => 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: 1522/3121] 199.204.45.113 () {30 vars in 703 bytes} [Fri May 8 02:26:15 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: 1600/3122] 199.204.45.113 () {30 vars in 705 bytes} [Fri May 8 02:26:15 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: 1523/3123] 199.204.45.113 () {30 vars in 681 bytes} [Fri May 8 02:26:15 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: 1601/3124] 199.204.45.113 () {30 vars in 717 bytes} [Fri May 8 02:26:15 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: 1524/3125] 199.204.45.113 () {30 vars in 741 bytes} [Fri May 8 02:26:15 2026] GET /v2.0/subnets/efcb58c4-8872-4d88-8a01-9b45037c7e5a => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3126] 199.204.45.113 () {30 vars in 769 bytes} [Fri May 8 02:26:15 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 2581 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3127] 199.204.45.113 () {30 vars in 769 bytes} [Fri May 8 02:26:15 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 2581 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3128] 199.204.45.113 () {30 vars in 769 bytes} [Fri May 8 02:26:15 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 2581 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3129] 199.204.45.113 () {30 vars in 769 bytes} [Fri May 8 02:26:16 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 2581 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3130] 199.204.45.113 () {34 vars in 975 bytes} [Fri May 8 02:26:17 2026] GET /v2.0/ports/aa34edc7-61b0-4a02-b6ec-3b91e332dac5 => generated 1345 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3131] 199.204.45.113 () {34 vars in 1060 bytes} [Fri May 8 02:26:17 2026] GET /v2.0/ports/aa34edc7-61b0-4a02-b6ec-3b91e332dac5?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3132] 199.204.45.113 () {30 vars in 769 bytes} [Fri May 8 02:26:17 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 2581 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3133] 199.204.45.113 () {34 vars in 1016 bytes} [Fri May 8 02:26:17 2026] GET /v2.0/networks/552efabb-2dc7-4e88-a4c5-d32dbe7fcd15?fields=dns_domain => generated 29 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3134] 199.204.45.113 () {38 vars in 1028 bytes} [Fri May 8 02:26:17 2026] PUT /v2.0/ports/aa34edc7-61b0-4a02-b6ec-3b91e332dac5 => generated 1146 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3135] 199.204.45.113 () {30 vars in 769 bytes} [Fri May 8 02:26:18 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 1244 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: 8|app: 0|req: 1607/3136] 199.204.45.113 () {34 vars in 789 bytes} [Fri May 8 02:26:18 2026] PUT /v2.0/ports/aa34edc7-61b0-4a02-b6ec-3b91e332dac5 => generated 1086 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3137] 199.204.45.113 () {30 vars in 737 bytes} [Fri May 8 02:26:18 2026] GET /v2.0/ports/aa34edc7-61b0-4a02-b6ec-3b91e332dac5 => generated 1086 bytes in 39 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 02:26:19.036 8 INFO neutron_taas.services.taas.taas_plugin [None req-72967a78-2990-4615-a7df-73351e5e87f5 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: aa34edc7-61b0-4a02-b6ec-3b91e332dac5 2026-05-08 02:26:19.039 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72967a78-2990-4615-a7df-73351e5e87f5 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: aa34edc7-61b0-4a02-b6ec-3b91e332dac5 [pid: 8|app: 0|req: 1608/3138] 199.204.45.113 () {32 vars in 759 bytes} [Fri May 8 02:26:18 2026] DELETE /v2.0/ports/aa34edc7-61b0-4a02-b6ec-3b91e332dac5 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3139] 199.204.45.113 () {30 vars in 703 bytes} [Fri May 8 02:26:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3140] 199.204.45.113 () {30 vars in 705 bytes} [Fri May 8 02:26:19 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: 1532/3141] 199.204.45.113 () {30 vars in 681 bytes} [Fri May 8 02:26:19 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3142] 199.204.45.113 () {30 vars in 717 bytes} [Fri May 8 02:26:19 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) 2026-05-08 02:26:19.367 7 INFO neutron.pecan_wsgi.hooks.translation [None req-306d185a-805a-4edd-a707-f933040c4278 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1533/3143] 199.204.45.113 () {32 vars in 759 bytes} [Fri May 8 02:26:19 2026] DELETE /v2.0/ports/aa34edc7-61b0-4a02-b6ec-3b91e332dac5 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3144] 199.204.45.113 () {30 vars in 737 bytes} [Fri May 8 02:26:19 2026] GET /v2.0/ports/9dbb8ed2-8525-46de-b470-96844f6ec36a => generated 1128 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:26:19.462 7 INFO neutron.api.v2.resource [None req-57ea7f67-0e05-48bb-9d04-8356330986ca 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1534/3145] 199.204.45.113 () {30 vars in 763 bytes} [Fri May 8 02:26:19 2026] GET /v2.0/security-groups/lb-eadc0ef9-e58b-49ea-b984-c70d41b2b1d8 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3146] 199.204.45.113 () {30 vars in 785 bytes} [Fri May 8 02:26:19 2026] GET /v2.0/security-groups?name=lb-eadc0ef9-e58b-49ea-b984-c70d41b2b1d8 => generated 1637 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3147] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:26:19 2026] GET /v2.0/ports?tenant_id=f832a21904a8404f85da6a7d25ca7732&device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => 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: 1613/3148] 199.204.45.113 () {30 vars in 737 bytes} [Fri May 8 02:26:19 2026] GET /v2.0/ports/9dbb8ed2-8525-46de-b470-96844f6ec36a => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3149] 199.204.45.113 () {34 vars in 1066 bytes} [Fri May 8 02:26:19 2026] GET /v2.0/networks?id=535f56fa-2360-495e-ad4d-8a809adde036&id=552efabb-2dc7-4e88-a4c5-d32dbe7fcd15 => generated 1524 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3150] 199.204.45.113 () {34 vars in 1060 bytes} [Fri May 8 02:26:19 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.11&port_id=a47dfbb2-63f1-4d03-b173-4903c0ae9053 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3151] 199.204.45.113 () {34 vars in 984 bytes} [Fri May 8 02:26:19 2026] GET /v2.0/subnets?id=89be835b-0ca2-4d16-ad1d-e73e8bf7fc14 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3152] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:26:19 2026] GET /v2.0/ports?network_id=535f56fa-2360-495e-ad4d-8a809adde036&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: 1540/3153] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:26:19 2026] GET /v2.0/networks/535f56fa-2360-495e-ad4d-8a809adde036?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: 1614/3154] 199.204.45.113 () {34 vars in 789 bytes} [Fri May 8 02:26:19 2026] PUT /v2.0/ports/9dbb8ed2-8525-46de-b470-96844f6ec36a => generated 1090 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3155] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:26:19 2026] GET /v2.0/networks/535f56fa-2360-495e-ad4d-8a809adde036?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3156] 199.204.45.113 () {32 vars in 779 bytes} [Fri May 8 02:26:19 2026] DELETE /v2.0/security-groups/8e64d187-82db-4b01-a7fa-2c747213badb => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:26:20.056 7 INFO neutron_taas.services.taas.taas_plugin [None req-3fcd379a-a96e-4d9b-9929-d1d4c4bc3ab8 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: 9dbb8ed2-8525-46de-b470-96844f6ec36a 2026-05-08 02:26:20.058 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fcd379a-a96e-4d9b-9929-d1d4c4bc3ab8 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: 9dbb8ed2-8525-46de-b470-96844f6ec36a [pid: 7|app: 0|req: 1542/3157] 199.204.45.113 () {32 vars in 759 bytes} [Fri May 8 02:26:19 2026] DELETE /v2.0/ports/9dbb8ed2-8525-46de-b470-96844f6ec36a => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3158] 199.204.45.113 () {34 vars in 994 bytes} [Fri May 8 02:26:22 2026] GET /v2.0/ports?device_id=6474754f-dd3e-4fd8-a393-95ac57cb0a11 => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:26:23.097 7 INFO neutron_taas.services.taas.taas_plugin [req-4812e5c9-0bcb-4232-8cfa-91b4c30db0d7 req-dab93d91-e17a-497c-8793-dc144ed054be 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] TaaS: Handle Delete Port: a47dfbb2-63f1-4d03-b173-4903c0ae9053 2026-05-08 02:26:23.101 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4812e5c9-0bcb-4232-8cfa-91b4c30db0d7 req-dab93d91-e17a-497c-8793-dc144ed054be 2845fe7c4a3045b58ac66fc2286c088d f832a21904a8404f85da6a7d25ca7732 - - default default] Tap Mirror: Handle Delete Port: a47dfbb2-63f1-4d03-b173-4903c0ae9053 [pid: 7|app: 0|req: 1543/3159] 199.204.45.113 () {36 vars in 997 bytes} [Fri May 8 02:26:22 2026] DELETE /v2.0/ports/a47dfbb2-63f1-4d03-b173-4903c0ae9053 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:26:23.282 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4377011a-87d9-4f61-a143-d75e8573b946'] response: {'server_uuid': '6474754f-dd3e-4fd8-a393-95ac57cb0a11', 'name': 'network-vif-deleted', 'tag': 'a47dfbb2-63f1-4d03-b173-4903c0ae9053', 'status': 'completed', 'code': 200} 2026-05-08 02:26:24.443 8 INFO neutron_taas.services.taas.taas_plugin [None req-7e488a73-219e-4105-9477-2092403f7e75 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] TaaS: Handle Delete Port: 36226e0b-0db6-4a8a-b2e2-9e0e6608999a 2026-05-08 02:26:24.446 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e488a73-219e-4105-9477-2092403f7e75 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] Tap Mirror: Handle Delete Port: 36226e0b-0db6-4a8a-b2e2-9e0e6608999a 2026-05-08 02:26:24.645 8 INFO neutron.db.l3_db [None req-7e488a73-219e-4105-9477-2092403f7e75 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] Floating IP d8048b43-861d-46ff-8b6e-89cc797e0b52 disassociated (deleted). External IP: 10.96.250.207, port: b4437c4e-55b2-4242-aa07-e47fca0db6c5. [pid: 8|app: 0|req: 1617/3160] 10.0.0.211 () {32 vars in 732 bytes} [Fri May 8 02:26:24 2026] DELETE /v2.0/floatingips/d8048b43-861d-46ff-8b6e-89cc797e0b52 => generated 0 bytes in 615 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:26:24.961 7 INFO neutron.api.v2.resource [None req-aa946b57-a941-4d93-92f7-5c61bfb5ddf4 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1544/3161] 10.0.0.211 () {32 vars in 729 bytes} [Fri May 8 02:26:24 2026] GET /v2.0/floatingips/d8048b43-861d-46ff-8b6e-89cc797e0b52 => generated 144 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:26:24.972 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4fa842ce-9e8a-4527-aa21-78d2eaccd8a5'] response: {'name': 'network-changed', 'server_uuid': '3b2a5b3b-0fa0-496d-85fd-e4fcc86d48ec', 'tag': 'b4437c4e-55b2-4242-aa07-e47fca0db6c5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1618/3162] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:26:25 2026] GET /v2.0/ports?device_id=3b2a5b3b-0fa0-496d-85fd-e4fcc86d48ec => generated 1200 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3163] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:26:25 2026] GET /v2.0/security-groups?id=8a5cab28-6d75-435b-8df5-ca5af94b2a89&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: 8|app: 0|req: 1619/3164] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:26:25 2026] GET /v2.0/ports?tenant_id=47b05fb4a4784c07b9393e57f321a996&device_id=3b2a5b3b-0fa0-496d-85fd-e4fcc86d48ec => generated 1469 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3165] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:26:25 2026] GET /v2.0/networks?id=935aceaf-0266-4099-b071-749f6b8e16a9 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3166] 199.204.45.113 () {34 vars in 1058 bytes} [Fri May 8 02:26:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.214&port_id=b4437c4e-55b2-4242-aa07-e47fca0db6c5 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3167] 199.204.45.113 () {34 vars in 1104 bytes} [Fri May 8 02:26:25 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A74&port_id=b4437c4e-55b2-4242-aa07-e47fca0db6c5 => 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: 1621/3168] 199.204.45.113 () {34 vars in 1064 bytes} [Fri May 8 02:26:25 2026] GET /v2.0/subnets?id=ba7960fc-2153-407e-8ff9-8d738cb3ef39&id=cabebf65-ab54-46fb-b547-2fbb69727d59 => generated 1414 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3169] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:26:25 2026] GET /v2.0/ports?network_id=935aceaf-0266-4099-b071-749f6b8e16a9&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: 1622/3170] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:26:25 2026] GET /v2.0/ports?network_id=935aceaf-0266-4099-b071-749f6b8e16a9&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3171] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:26:25 2026] GET /v2.0/networks/935aceaf-0266-4099-b071-749f6b8e16a9?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3172] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:26:25 2026] GET /v2.0/networks/935aceaf-0266-4099-b071-749f6b8e16a9?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: 1550/3173] 199.204.45.113 () {34 vars in 994 bytes} [Fri May 8 02:26:27 2026] GET /v2.0/ports?device_id=3b2a5b3b-0fa0-496d-85fd-e4fcc86d48ec => generated 1200 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:26:28.176 8 INFO neutron_taas.services.taas.taas_plugin [req-3ea237f9-cc63-4d7c-88b8-d03c6ea790ad req-d5a2a7c7-5195-4541-8709-83c059ff8b4f 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] TaaS: Handle Delete Port: b4437c4e-55b2-4242-aa07-e47fca0db6c5 2026-05-08 02:26:28.181 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3ea237f9-cc63-4d7c-88b8-d03c6ea790ad req-d5a2a7c7-5195-4541-8709-83c059ff8b4f 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] Tap Mirror: Handle Delete Port: b4437c4e-55b2-4242-aa07-e47fca0db6c5 [pid: 8|app: 0|req: 1624/3174] 199.204.45.113 () {36 vars in 997 bytes} [Fri May 8 02:26:28 2026] DELETE /v2.0/ports/b4437c4e-55b2-4242-aa07-e47fca0db6c5 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:26:28.400 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4267ee21-c2e9-4e45-8efa-63dc9e301bee'] response: {'server_uuid': '3b2a5b3b-0fa0-496d-85fd-e4fcc86d48ec', 'name': 'network-vif-deleted', 'tag': 'b4437c4e-55b2-4242-aa07-e47fca0db6c5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1552/3177] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:26:30 2026] GET /v2.0/ports?device_id=3b2a5b3b-0fa0-496d-85fd-e4fcc86d48ec => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 02:26:35.538 8 INFO neutron_taas.services.taas.taas_plugin [None req-c5387337-e96b-4105-807f-39f94c385908 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] TaaS: Handle Delete Port: 900eb176-e66b-4670-a380-73b892b44038 2026-05-08 02:26:35.541 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5387337-e96b-4105-807f-39f94c385908 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] Tap Mirror: Handle Delete Port: 900eb176-e66b-4670-a380-73b892b44038 2026-05-08 02:26:35.687 8 INFO neutron.db.l3_db [None req-c5387337-e96b-4105-807f-39f94c385908 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] Floating IP 00383fdd-9f78-42dc-8ff4-57b0eae58452 disassociated (deleted). External IP: 10.96.250.203, port: 7e1186f2-acd8-496d-a09c-e3f06f2f6640. [pid: 8|app: 0|req: 1626/3178] 10.0.0.211 () {32 vars in 732 bytes} [Fri May 8 02:26:35 2026] DELETE /v2.0/floatingips/00383fdd-9f78-42dc-8ff4-57b0eae58452 => generated 0 bytes in 594 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:26:36.013 7 INFO neutron.api.v2.resource [None req-01f28d80-4683-4450-896d-4f85afdbcaef 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1553/3179] 10.0.0.211 () {32 vars in 729 bytes} [Fri May 8 02:26:35 2026] GET /v2.0/floatingips/00383fdd-9f78-42dc-8ff4-57b0eae58452 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:26:36.024 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ca1fe9e-9530-4359-93a0-a65413b82b14'] response: {'name': 'network-changed', 'server_uuid': '956a83f0-dbc2-49b7-ab0a-61a41cd5f48b', 'tag': '7e1186f2-acd8-496d-a09c-e3f06f2f6640', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1627/3180] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:26:36 2026] GET /v2.0/ports?device_id=956a83f0-dbc2-49b7-ab0a-61a41cd5f48b => generated 1196 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3181] 10.0.0.239 () {34 vars in 1040 bytes} [Fri May 8 02:26:36 2026] GET /v2.0/security-groups?id=8a5cab28-6d75-435b-8df5-ca5af94b2a89&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3182] 199.204.45.113 () {34 vars in 1080 bytes} [Fri May 8 02:26:36 2026] GET /v2.0/ports?tenant_id=47b05fb4a4784c07b9393e57f321a996&device_id=956a83f0-dbc2-49b7-ab0a-61a41cd5f48b => generated 1465 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3183] 199.204.45.113 () {34 vars in 986 bytes} [Fri May 8 02:26:36 2026] GET /v2.0/networks?id=d6265c12-d31b-4024-99cd-ff53e6703581 => generated 800 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3184] 199.204.45.113 () {34 vars in 1056 bytes} [Fri May 8 02:26:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.31&port_id=7e1186f2-acd8-496d-a09c-e3f06f2f6640 => 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: 1556/3185] 199.204.45.113 () {34 vars in 1104 bytes} [Fri May 8 02:26:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A166&port_id=7e1186f2-acd8-496d-a09c-e3f06f2f6640 => 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: 1630/3186] 199.204.45.113 () {34 vars in 1064 bytes} [Fri May 8 02:26:36 2026] GET /v2.0/subnets?id=0bf0707b-b39c-4299-96fe-afd9f887049d&id=9a795414-bad6-482e-bcf7-bd626907cf04 => generated 1410 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3187] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:26:36 2026] GET /v2.0/ports?network_id=d6265c12-d31b-4024-99cd-ff53e6703581&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3188] 199.204.45.113 () {34 vars in 1052 bytes} [Fri May 8 02:26:36 2026] GET /v2.0/ports?network_id=d6265c12-d31b-4024-99cd-ff53e6703581&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3189] 199.204.45.113 () {34 vars in 1012 bytes} [Fri May 8 02:26:36 2026] GET /v2.0/networks/d6265c12-d31b-4024-99cd-ff53e6703581?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: 1632/3190] 199.204.45.113 () {34 vars in 1112 bytes} [Fri May 8 02:26:36 2026] GET /v2.0/networks/d6265c12-d31b-4024-99cd-ff53e6703581?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: 1559/3191] 199.204.45.113 () {34 vars in 994 bytes} [Fri May 8 02:26:38 2026] GET /v2.0/ports?device_id=956a83f0-dbc2-49b7-ab0a-61a41cd5f48b => generated 1196 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 02:26:38.784 8 INFO neutron_taas.services.taas.taas_plugin [req-72091735-e453-4ce5-959d-fac8f2a7dd87 req-873fd525-c98a-4152-bba6-f95add7aaa2e 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] TaaS: Handle Delete Port: 7e1186f2-acd8-496d-a09c-e3f06f2f6640 2026-05-08 02:26:38.788 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-72091735-e453-4ce5-959d-fac8f2a7dd87 req-873fd525-c98a-4152-bba6-f95add7aaa2e 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] Tap Mirror: Handle Delete Port: 7e1186f2-acd8-496d-a09c-e3f06f2f6640 [pid: 8|app: 0|req: 1633/3192] 199.204.45.113 () {36 vars in 997 bytes} [Fri May 8 02:26:38 2026] DELETE /v2.0/ports/7e1186f2-acd8-496d-a09c-e3f06f2f6640 => generated 0 bytes in 763 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:26:39.466 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6afa816-30d0-4af1-916a-c43b288674b1'] response: {'server_uuid': '956a83f0-dbc2-49b7-ab0a-61a41cd5f48b', 'name': 'network-vif-deleted', 'tag': '7e1186f2-acd8-496d-a09c-e3f06f2f6640', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1560/3193] 10.0.0.239 () {34 vars in 990 bytes} [Fri May 8 02:26:41 2026] GET /v2.0/ports?device_id=956a83f0-dbc2-49b7-ab0a-61a41cd5f48b => 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: 1562/3196] 10.0.0.211 () {32 vars in 750 bytes} [Fri May 8 02:26:46 2026] DELETE /v2.0/security-group-rules/4b48371e-3ccb-459a-8c3c-022b2f1347f0 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:26:46.539 8 INFO neutron.api.v2.resource [None req-cbc75a44-ea3b-4cbf-a27a-3871ed6a0c09 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1635/3197] 10.0.0.211 () {32 vars in 747 bytes} [Fri May 8 02:26:46 2026] GET /v2.0/security-group-rules/4b48371e-3ccb-459a-8c3c-022b2f1347f0 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3198] 10.0.0.211 () {32 vars in 750 bytes} [Fri May 8 02:26:46 2026] DELETE /v2.0/security-group-rules/bf07f64e-ff73-4919-9342-7357e121f118 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:26:46.632 8 INFO neutron.api.v2.resource [None req-3d6547c3-b5f8-4757-9a4a-485c87a9867b 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1636/3199] 10.0.0.211 () {32 vars in 747 bytes} [Fri May 8 02:26:46 2026] GET /v2.0/security-group-rules/bf07f64e-ff73-4919-9342-7357e121f118 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3200] 10.0.0.211 () {32 vars in 750 bytes} [Fri May 8 02:26:46 2026] DELETE /v2.0/security-group-rules/0d1fadcf-81c0-4f82-938b-6fa4f9d3a8a8 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:26:46.712 8 INFO neutron.api.v2.resource [None req-df63597e-f899-4236-acc1-12d2da137b5f 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1637/3201] 10.0.0.211 () {32 vars in 747 bytes} [Fri May 8 02:26:46 2026] GET /v2.0/security-group-rules/0d1fadcf-81c0-4f82-938b-6fa4f9d3a8a8 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3202] 10.0.0.211 () {32 vars in 750 bytes} [Fri May 8 02:26:46 2026] DELETE /v2.0/security-group-rules/0ca106c6-9f9b-494b-a95c-1a3047e01041 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:26:46.794 8 INFO neutron.api.v2.resource [None req-23210d56-8e14-45b6-b064-f53896a496e1 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1638/3203] 10.0.0.211 () {32 vars in 747 bytes} [Fri May 8 02:26:46 2026] GET /v2.0/security-group-rules/0ca106c6-9f9b-494b-a95c-1a3047e01041 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3204] 10.0.0.211 () {32 vars in 750 bytes} [Fri May 8 02:26:46 2026] DELETE /v2.0/security-group-rules/1e2e7d69-c712-41b3-95ff-9288794fe1b5 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:26:46.876 8 INFO neutron.api.v2.resource [None req-16620a74-7f16-4fea-b28f-69ee6d2c0e9a 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1639/3205] 10.0.0.211 () {32 vars in 747 bytes} [Fri May 8 02:26:46 2026] GET /v2.0/security-group-rules/1e2e7d69-c712-41b3-95ff-9288794fe1b5 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3206] 10.0.0.211 () {32 vars in 750 bytes} [Fri May 8 02:26:46 2026] DELETE /v2.0/security-group-rules/13d95942-fce9-44f6-bce5-f6211eea80e1 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:26:46.963 8 INFO neutron.api.v2.resource [None req-b7b33326-9b02-4d59-aabc-859c30200001 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1640/3207] 10.0.0.211 () {32 vars in 747 bytes} [Fri May 8 02:26:46 2026] GET /v2.0/security-group-rules/13d95942-fce9-44f6-bce5-f6211eea80e1 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3208] 10.0.0.211 () {32 vars in 750 bytes} [Fri May 8 02:26:46 2026] DELETE /v2.0/security-group-rules/e45c5914-de40-4180-a053-b7902ef7d5d3 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:26:47.054 8 INFO neutron.api.v2.resource [None req-69194b56-233f-4218-9490-2893d8eddf35 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1641/3209] 10.0.0.211 () {32 vars in 747 bytes} [Fri May 8 02:26:47 2026] GET /v2.0/security-group-rules/e45c5914-de40-4180-a053-b7902ef7d5d3 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3210] 10.0.0.211 () {32 vars in 750 bytes} [Fri May 8 02:26:47 2026] DELETE /v2.0/security-group-rules/a105baeb-9e84-4345-8f6c-a8be826d9e29 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:26:47.148 8 INFO neutron.api.v2.resource [None req-1921195f-77fd-483a-9d8b-b77f5e48e31c 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1642/3211] 10.0.0.211 () {32 vars in 747 bytes} [Fri May 8 02:26:47 2026] GET /v2.0/security-group-rules/a105baeb-9e84-4345-8f6c-a8be826d9e29 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3212] 10.0.0.211 () {32 vars in 750 bytes} [Fri May 8 02:26:47 2026] DELETE /v2.0/security-group-rules/da8b6fb2-6518-4aa4-8bb0-9260dbeff704 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:26:47.245 8 INFO neutron.api.v2.resource [None req-7e65f3e1-8139-4123-bf45-69b36ef7546c 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1643/3213] 10.0.0.211 () {32 vars in 747 bytes} [Fri May 8 02:26:47 2026] GET /v2.0/security-group-rules/da8b6fb2-6518-4aa4-8bb0-9260dbeff704 => generated 155 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3214] 10.0.0.211 () {32 vars in 750 bytes} [Fri May 8 02:26:47 2026] DELETE /v2.0/security-group-rules/f23e63ce-ca65-4aba-a120-e824deca949b => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:26:47.327 8 INFO neutron.api.v2.resource [None req-b6b1e675-7cc1-4d2e-b3c8-d740191ebfff 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1644/3215] 10.0.0.211 () {32 vars in 747 bytes} [Fri May 8 02:26:47 2026] GET /v2.0/security-group-rules/f23e63ce-ca65-4aba-a120-e824deca949b => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3216] 10.0.0.211 () {32 vars in 750 bytes} [Fri May 8 02:26:47 2026] DELETE /v2.0/security-group-rules/30cf6fab-80f1-4d39-ab7c-c416f1495b74 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:26:47.412 8 INFO neutron.api.v2.resource [None req-b90b8b6f-d4d5-47e2-8ce3-5121922b1899 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1645/3217] 10.0.0.211 () {32 vars in 747 bytes} [Fri May 8 02:26:47 2026] GET /v2.0/security-group-rules/30cf6fab-80f1-4d39-ab7c-c416f1495b74 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3218] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:26:47 2026] DELETE /v2.0/security-groups/8a5cab28-6d75-435b-8df5-ca5af94b2a89 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:26:47.516 8 INFO neutron.api.v2.resource [None req-6841176b-f9cf-4d00-bd0c-57576c06e76e 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1646/3219] 10.0.0.211 () {32 vars in 737 bytes} [Fri May 8 02:26:47 2026] GET /v2.0/security-groups/8a5cab28-6d75-435b-8df5-ca5af94b2a89 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:26:47.928 7 INFO neutron_taas.services.taas.taas_plugin [None req-4a0e9cd2-63a9-4973-a604-609c3b10cfbe 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] TaaS: Handle Delete Port: 3b732ca3-ea7f-49ee-926e-1b45cd1eb09e 2026-05-08 02:26:47.931 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a0e9cd2-63a9-4973-a604-609c3b10cfbe 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] Tap Mirror: Handle Delete Port: 3b732ca3-ea7f-49ee-926e-1b45cd1eb09e [pid: 7|app: 0|req: 1574/3220] 10.0.0.211 () {34 vars in 789 bytes} [Fri May 8 02:26:47 2026] PUT /v2.0/routers/f43b4b75-aedb-4fb3-b82c-519f24203d73/remove_router_interface => generated 309 bytes in 1025 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:26:48.749 8 INFO neutron.api.v2.resource [None req-e300162a-f475-4ddc-ad82-4fece14ef6af 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1647/3221] 10.0.0.211 () {34 vars in 789 bytes} [Fri May 8 02:26:48 2026] PUT /v2.0/routers/f43b4b75-aedb-4fb3-b82c-519f24203d73/remove_router_interface => generated 198 bytes in 153 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:26:49.137 7 INFO neutron_taas.services.taas.taas_plugin [None req-3ae23cd2-7657-494f-b84f-f625a861f027 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] TaaS: Handle Delete Port: 7c0c3e55-10aa-4448-9b06-26304b6f532a 2026-05-08 02:26:49.140 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ae23cd2-7657-494f-b84f-f625a861f027 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] Tap Mirror: Handle Delete Port: 7c0c3e55-10aa-4448-9b06-26304b6f532a [pid: 7|app: 0|req: 1575/3222] 10.0.0.211 () {34 vars in 789 bytes} [Fri May 8 02:26:48 2026] PUT /v2.0/routers/f43b4b75-aedb-4fb3-b82c-519f24203d73/remove_router_interface => generated 309 bytes in 945 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:26:49.853 8 INFO neutron.api.v2.resource [None req-52b54393-4177-42b7-b246-522ffff26261 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1648/3223] 10.0.0.211 () {34 vars in 789 bytes} [Fri May 8 02:26:49 2026] PUT /v2.0/routers/f43b4b75-aedb-4fb3-b82c-519f24203d73/remove_router_interface => generated 198 bytes in 147 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:26:50.270 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc282e8c-9dff-4f2f-894b-c2ba5a79bfbd 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] TaaS: Handle Delete Port: b15fb6eb-adcf-4076-be17-f325b909d765 2026-05-08 02:26:50.274 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc282e8c-9dff-4f2f-894b-c2ba5a79bfbd 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] Tap Mirror: Handle Delete Port: b15fb6eb-adcf-4076-be17-f325b909d765 [pid: 7|app: 0|req: 1576/3224] 10.0.0.211 () {34 vars in 789 bytes} [Fri May 8 02:26:49 2026] PUT /v2.0/routers/f43b4b75-aedb-4fb3-b82c-519f24203d73/remove_router_interface => generated 309 bytes in 983 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 02:26:50.992 8 INFO neutron.api.v2.resource [None req-58743b7c-f41e-4ba9-9b3b-8a8850da1878 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1649/3225] 10.0.0.211 () {34 vars in 789 bytes} [Fri May 8 02:26:50 2026] PUT /v2.0/routers/f43b4b75-aedb-4fb3-b82c-519f24203d73/remove_router_interface => generated 198 bytes in 145 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:26:51.196 7 INFO neutron_taas.services.taas.taas_plugin [None req-1d3ff9b1-8681-4040-9849-b4be50717048 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] TaaS: Handle Delete Port: 757ba0e8-5b2f-4397-bd8f-d5b0576ec1c0 2026-05-08 02:26:51.198 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d3ff9b1-8681-4040-9849-b4be50717048 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] Tap Mirror: Handle Delete Port: 757ba0e8-5b2f-4397-bd8f-d5b0576ec1c0 2026-05-08 02:26:51.442 7 INFO neutron_taas.services.taas.taas_plugin [None req-1d3ff9b1-8681-4040-9849-b4be50717048 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] TaaS: Handle Delete Port: fb6c958d-3030-452d-8b22-58e531810007 2026-05-08 02:26:51.445 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d3ff9b1-8681-4040-9849-b4be50717048 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] Tap Mirror: Handle Delete Port: fb6c958d-3030-452d-8b22-58e531810007 2026-05-08 02:26:51.807 7 INFO neutron.services.segments.plugin [-] Segment 9016019a-96d4-4277-9c45-01c5794a7cfd resource provider aggregate not found 2026-05-08 02:26:51.807 7 INFO neutron.services.segments.plugin [-] Segment 9016019a-96d4-4277-9c45-01c5794a7cfd resource provider aggregate not found 2026-05-08 02:26:51.830 7 INFO neutron.services.segments.plugin [-] Segment 9016019a-96d4-4277-9c45-01c5794a7cfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9016019a-96d4-4277-9c45-01c5794a7cfd found for delete ", "request_id": "req-bdfed7a6-d31d-419f-953e-22a29445547f"}]} 2026-05-08 02:26:51.832 7 INFO neutron.services.segments.plugin [-] Segment 9016019a-96d4-4277-9c45-01c5794a7cfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9016019a-96d4-4277-9c45-01c5794a7cfd found for delete ", "request_id": "req-2e4b578c-c5c3-43bb-bf59-345a9c07661d"}]} 2026-05-08 02:26:51.833 7 INFO neutron.db.l3_hamode_db [None req-1d3ff9b1-8681-4040-9849-b4be50717048 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] HA network bf8bc77e-036e-439d-8426-2e379e5ca9c1 was deleted as no HA routers are present in tenant 47b05fb4a4784c07b9393e57f321a996. [pid: 7|app: 0|req: 1577/3226] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:26:50 2026] DELETE /v2.0/routers/f43b4b75-aedb-4fb3-b82c-519f24203d73 => generated 0 bytes in 843 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 02:26:51.862 8 INFO neutron.api.v2.resource [None req-9e6b2767-8332-4f48-ae62-f5c80e878aa9 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1650/3227] 10.0.0.211 () {32 vars in 721 bytes} [Fri May 8 02:26:51 2026] GET /v2.0/routers/f43b4b75-aedb-4fb3-b82c-519f24203d73 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3228] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:26:51 2026] DELETE /v2.0/subnets/cabebf65-ab54-46fb-b547-2fbb69727d59 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:26:52.055 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9669f242-f294-4a39-8c96-cafe45022b62 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1651/3229] 10.0.0.211 () {32 vars in 721 bytes} [Fri May 8 02:26:52 2026] GET /v2.0/subnets/cabebf65-ab54-46fb-b547-2fbb69727d59 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3230] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:26:52 2026] DELETE /v2.0/subnets/ba7960fc-2153-407e-8ff9-8d738cb3ef39 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:26:52.220 8 INFO neutron.pecan_wsgi.hooks.translation [None req-551fdae8-060b-4d31-8354-7e80ce069244 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1652/3231] 10.0.0.211 () {32 vars in 721 bytes} [Fri May 8 02:26:52 2026] GET /v2.0/subnets/ba7960fc-2153-407e-8ff9-8d738cb3ef39 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:26:52.308 7 INFO neutron_taas.services.taas.taas_plugin [None req-54d69b7d-80f7-4b24-be21-150d6b33581d 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] TaaS: Handle Delete Port: af7cfd86-2273-4f71-97b8-75b1721ca47a 2026-05-08 02:26:52.310 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54d69b7d-80f7-4b24-be21-150d6b33581d 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] Tap Mirror: Handle Delete Port: af7cfd86-2273-4f71-97b8-75b1721ca47a [pid: 7|app: 0|req: 1580/3232] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:26:52 2026] DELETE /v2.0/networks/935aceaf-0266-4099-b071-749f6b8e16a9 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:26:52.470 8 INFO neutron.pecan_wsgi.hooks.translation [None req-82a9cfb6-1645-4a6d-89c4-52b2ad2b58db 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1653/3233] 10.0.0.211 () {32 vars in 723 bytes} [Fri May 8 02:26:52 2026] GET /v2.0/networks/935aceaf-0266-4099-b071-749f6b8e16a9 => 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: 1581/3234] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:26:52 2026] DELETE /v2.0/subnets/9a795414-bad6-482e-bcf7-bd626907cf04 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:26:52.644 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ee9fa870-786d-4a5a-8912-50e593129c16 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1654/3235] 10.0.0.211 () {32 vars in 721 bytes} [Fri May 8 02:26:52 2026] GET /v2.0/subnets/9a795414-bad6-482e-bcf7-bd626907cf04 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3236] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:26:52 2026] DELETE /v2.0/subnets/0bf0707b-b39c-4299-96fe-afd9f887049d => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:26:52.824 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cb61ae1e-a755-4841-a05b-b52ea874c452 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1655/3237] 10.0.0.211 () {32 vars in 721 bytes} [Fri May 8 02:26:52 2026] GET /v2.0/subnets/0bf0707b-b39c-4299-96fe-afd9f887049d => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:26:52.931 7 INFO neutron_taas.services.taas.taas_plugin [None req-09daa93f-a747-4f0a-8500-d48af7a4de3f 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] TaaS: Handle Delete Port: a29d1890-e11f-4ad3-bcd0-bcfdb2a388dc 2026-05-08 02:26:52.935 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09daa93f-a747-4f0a-8500-d48af7a4de3f 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] Tap Mirror: Handle Delete Port: a29d1890-e11f-4ad3-bcd0-bcfdb2a388dc [pid: 7|app: 0|req: 1583/3238] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:26:52 2026] DELETE /v2.0/networks/d6265c12-d31b-4024-99cd-ff53e6703581 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:26:53.150 8 INFO neutron.pecan_wsgi.hooks.translation [None req-20e562a8-721a-4648-849c-2469877156db 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1656/3239] 10.0.0.211 () {32 vars in 723 bytes} [Fri May 8 02:26:53 2026] GET /v2.0/networks/d6265c12-d31b-4024-99cd-ff53e6703581 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3240] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:26:53 2026] DELETE /v2.0/subnets/64f9b6eb-cd5c-4356-9cf7-112bb5709e3c => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:26:53.335 8 INFO neutron.pecan_wsgi.hooks.translation [None req-feae1c6f-b6f8-47b7-aa3d-422975ff139d 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1657/3241] 10.0.0.211 () {32 vars in 721 bytes} [Fri May 8 02:26:53 2026] GET /v2.0/subnets/64f9b6eb-cd5c-4356-9cf7-112bb5709e3c => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3242] 10.0.0.211 () {32 vars in 724 bytes} [Fri May 8 02:26:53 2026] DELETE /v2.0/subnets/efcb58c4-8872-4d88-8a01-9b45037c7e5a => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:26:53.508 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c3a10c6c-c532-435b-b3de-4b13dad29f47 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1658/3243] 10.0.0.211 () {32 vars in 721 bytes} [Fri May 8 02:26:53 2026] GET /v2.0/subnets/efcb58c4-8872-4d88-8a01-9b45037c7e5a => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:26:53.614 7 INFO neutron_taas.services.taas.taas_plugin [None req-98c7dece-8133-4828-8c35-315e6bbd41f7 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] TaaS: Handle Delete Port: 46b250c2-e8a8-478a-8aa3-7bac005c36f2 2026-05-08 02:26:53.617 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98c7dece-8133-4828-8c35-315e6bbd41f7 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] Tap Mirror: Handle Delete Port: 46b250c2-e8a8-478a-8aa3-7bac005c36f2 [pid: 7|app: 0|req: 1586/3244] 10.0.0.211 () {32 vars in 726 bytes} [Fri May 8 02:26:53 2026] DELETE /v2.0/networks/552efabb-2dc7-4e88-a4c5-d32dbe7fcd15 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 02:26:53.827 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cc07761c-3276-42f6-9e6d-5435431664c1 231123ba9e6c45ff98b549aac0f0127e 47b05fb4a4784c07b9393e57f321a996 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1659/3245] 10.0.0.211 () {32 vars in 723 bytes} [Fri May 8 02:26:53 2026] GET /v2.0/networks/552efabb-2dc7-4e88-a4c5-d32dbe7fcd15 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 02:26:53.851 7 INFO neutron.services.segments.plugin [-] Segment 8689960f-0e7c-4e7c-9cfa-6d042eddd968 resource provider aggregate not found 2026-05-08 02:26:53.856 7 INFO neutron.services.segments.plugin [-] Segment 8689960f-0e7c-4e7c-9cfa-6d042eddd968 resource provider aggregate not found 2026-05-08 02:26:53.867 7 INFO neutron.services.segments.plugin [-] Segment 8689960f-0e7c-4e7c-9cfa-6d042eddd968 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8689960f-0e7c-4e7c-9cfa-6d042eddd968 found for delete ", "request_id": "req-101bc20a-8d0a-431b-86b4-41ce12c85db2"}]} 2026-05-08 02:26:53.874 7 INFO neutron.services.segments.plugin [-] Segment 8689960f-0e7c-4e7c-9cfa-6d042eddd968 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8689960f-0e7c-4e7c-9cfa-6d042eddd968 found for delete ", "request_id": "req-8a22df9f-24cf-434c-b06f-4ec8f40a2331"}]} 2026-05-08 02:26:53.883 7 INFO neutron.services.segments.plugin [-] Segment 1c7f5726-34cf-410b-b190-5299a9fc87a7 resource provider aggregate not found 2026-05-08 02:26:53.887 7 INFO neutron.services.segments.plugin [-] Segment 1c7f5726-34cf-410b-b190-5299a9fc87a7 resource provider aggregate not found 2026-05-08 02:26:53.901 7 INFO neutron.services.segments.plugin [-] Segment 1c7f5726-34cf-410b-b190-5299a9fc87a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c7f5726-34cf-410b-b190-5299a9fc87a7 found for delete ", "request_id": "req-39007233-5f69-4019-8d51-c873a324a8a9"}]} 2026-05-08 02:26:53.905 7 INFO neutron.services.segments.plugin [-] Segment 1c7f5726-34cf-410b-b190-5299a9fc87a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c7f5726-34cf-410b-b190-5299a9fc87a7 found for delete ", "request_id": "req-05d47337-2b9d-4946-aea3-298383d21f78"}]} 2026-05-08 02:26:53.921 7 INFO neutron.services.segments.plugin [-] Segment d420e87a-7c1a-4f48-86a2-827d5c756457 resource provider aggregate not found 2026-05-08 02:26:53.921 7 INFO neutron.services.segments.plugin [-] Segment d420e87a-7c1a-4f48-86a2-827d5c756457 resource provider aggregate not found 2026-05-08 02:26:53.939 7 INFO neutron.services.segments.plugin [-] Segment d420e87a-7c1a-4f48-86a2-827d5c756457 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d420e87a-7c1a-4f48-86a2-827d5c756457 found for delete ", "request_id": "req-793d9017-73d9-4701-a195-f95cfbb05bb4"}]} 2026-05-08 02:26:53.941 7 INFO neutron.services.segments.plugin [-] Segment d420e87a-7c1a-4f48-86a2-827d5c756457 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d420e87a-7c1a-4f48-86a2-827d5c756457 found for delete ", "request_id": "req-a118df50-89a0-4530-bcd7-9ac40da16311"}]} [pid: 7|app: 0|req: 1587/3246] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:26:55 2026] GET /v2.0/security-groups?tenant_id=8fc7d373fe2a4988a4c95396b7017744&name=default => generated 2929 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3247] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:26:55 2026] DELETE /v2.0/security-groups/9054200c-208a-4207-bdcb-28a1e4e12c90 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3248] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:26:56 2026] GET /v2.0/security-groups?tenant_id=0b99bd3779f9443a87e8cd113a15b9c5&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3249] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:26:56 2026] DELETE /v2.0/security-groups/1cc67bff-7c2d-4771-8b49-21b906db0bd6 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3250] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:26:56 2026] GET /v2.0/security-groups?tenant_id=d689287ce9d340e08458af90299d983d&name=default => generated 2929 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3251] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:26:56 2026] DELETE /v2.0/security-groups/ef7f1366-0d39-486b-a2cb-a21444a44c1b => 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: 1590/3252] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:26:56 2026] GET /v2.0/security-groups?tenant_id=012c47e240724ea783e49a4f3eae02cd&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3253] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:26:57 2026] DELETE /v2.0/security-groups/90b3a3b3-f728-4caa-b70a-29ca36b25c5e => 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: 1591/3254] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:26:57 2026] GET /v2.0/security-groups?tenant_id=c66e96655db345a5a300ac74296269f9&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: 1664/3255] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:26:57 2026] DELETE /v2.0/security-groups/c36a25cc-7539-4b55-a722-330eb105eb33 => 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: 1592/3256] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:26:57 2026] GET /v2.0/security-groups?tenant_id=47b05fb4a4784c07b9393e57f321a996&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3257] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:26:57 2026] DELETE /v2.0/security-groups/d9d94638-84dd-41ce-bc33-eca040bb2825 => 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: 1593/3258] 10.0.0.211 () {32 vars in 774 bytes} [Fri May 8 02:26:57 2026] GET /v2.0/security-groups?tenant_id=382e34241fc7447caf05231ce0a58bb1&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1666/3259] 10.0.0.211 () {32 vars in 740 bytes} [Fri May 8 02:26:58 2026] DELETE /v2.0/security-groups/0cbc938b-b829-4ef5-ac3c-1b28b0577766 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3262] 10.0.0.211 () {32 vars in 649 bytes} [Fri May 8 02:27:00 2026] GET /v2.0/networks => generated 2168 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1668/3263] 10.0.0.211 () {32 vars in 655 bytes} [Fri May 8 02:27:01 2026] GET /v2.0/floatingips => 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: 1596/3264] 10.0.0.211 () {32 vars in 647 bytes} [Fri May 8 02:27:02 2026] GET /v2.0/routers => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3265] 10.0.0.211 () {32 vars in 643 bytes} [Fri May 8 02:27:02 2026] GET /v2.0/ports => generated 4725 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3266] 10.0.0.211 () {32 vars in 647 bytes} [Fri May 8 02:27:02 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1670/3267] 10.0.0.211 () {32 vars in 649 bytes} [Fri May 8 02:27:02 2026] GET /v2.0/networks => generated 2168 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3268] 10.0.0.211 () {32 vars in 663 bytes} [Fri May 8 02:27:02 2026] GET /v2.0/security-groups => generated 17401 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1671/3269] 10.0.0.211 () {32 vars in 655 bytes} [Fri May 8 02:27:02 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)